@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/MalisanyaDashBlazor/Pages/AdminHome.razor.rz.scp.css */
body[b-yhf5mi6rgl] {
    background: #eee;
}

.divheader[b-yhf5mi6rgl] {
    position: fixed;
    align-content: center;
    width: 100%;
    height: 10%;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #ffffff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLefthpic[b-yhf5mi6rgl] {
    width: 30%;
    height: 12%;
    margin-top: -2%;
    font-size: 35px;
    font-weight: bold;
    position: fixed;
    font-family: 'Script MT';
    background-color: transparent;
    text-align: left;
    color: #065e13;
    font-style: oblique;
    margin-left: 1%;
}

.fa[b-yhf5mi6rgl] {
    color: #4183D7;
}

span[b-yhf5mi6rgl] {
    font-size: 15px;
}

.me[b-yhf5mi6rgl] {
    text-decoration: none;
    color: transparent;
    border-bottom: 2px solid transparent;
}

.role_val[b-yhf5mi6rgl] {
    font-size: 12px;
    color: #4183D7;
}

.box[b-yhf5mi6rgl] {
    padding: 90px 0px;
}

.box-part[b-yhf5mi6rgl] {
    padding: 60px 10px;
    z-index: -1;
    margin: 30px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add your desired shadow properties here */
    transition: box-shadow 0.3s ease-in-out; /* Add transition for a smooth effect */
}

    .box-part:hover[b-yhf5mi6rgl] {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adjust the shadow on hover if needed */
    }

.divCenterh[b-yhf5mi6rgl] {
    width: 47%;
    height: 12%;
    position: fixed;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    left: 52%;
    color: #065e13;
    font-style: oblique;
    font-family: 'Lucida Calligraphy';
    margin-top: 2%;
    text-align: center;
    /*margin-left: -100px;*/
}


.footerdiv[b-yhf5mi6rgl] {
    position: fixed;
    bottom: 0;
    align-content: center;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #065e13;
    opacity: 100%;
    color: white;
    box-shadow: 10 16px 24px 2px rgba(0, 0, 0, .14), 10 6px 30px 5px rgba(10, 0, 0, .12), 10 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeftee[b-yhf5mi6rgl] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    text-align: left;
    /*left: 2%;*/
    margin-left: 1%;
}

.divCenteree[b-yhf5mi6rgl] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    left: 35%;
    text-align: center;
    /*margin-left: -100px;*/
}

.divRightee[b-yhf5mi6rgl] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    left: 69%;
    text-align: right;
    /*margin-left: -100px;*/
}

.imagecin[b-yhf5mi6rgl] {
    width: 60px;
    height: 60px;
}

.imagecinlog[b-yhf5mi6rgl] {
    width: 85px;
    height: 85px;
}
/*li {
    color: white;
}*/
.imagecmali[b-yhf5mi6rgl] {
    width: 15%;
    height: 65%;
    margin-left: .5%;
}

.image[b-yhf5mi6rgl] {
    width: 20%;
    height: 100%;
    margin-left: .5%;
}

.imageuser[b-yhf5mi6rgl] {
    width: 100%;
    height: 70%;
    float: right;
    margin-right: .5%;
}

.sysname[b-yhf5mi6rgl] {
    width: 6%;
    height: 100%;
    align-content: center;
    align-self: center;
}


.divname[b-yhf5mi6rgl] {
    margin-top: 20px;
    margin-right: 80px;
    float: right;
}

.navigation[b-yhf5mi6rgl] {
    position: fixed;
    font-weight: lighter;
    top: 12px;
    right: 20px;
    width: 268px;
    height: 55px;
    background: #f7f7f7;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    transition: height 0.5s, width 0.5s;
    transition-delay: 0s, 0.75s;
    overflow: hidden;
}

    .navigation.active[b-yhf5mi6rgl] {
        width: 300px;
        height: 250px;
        transition: width 0.5s, height 0.5s;
        transition-delay: 0s, 0.75s;
        z-index: 1;
    }

    .navigation .userBx[b-yhf5mi6rgl] {
        position: relative;
        width: calc(100% - 60px);
        height: 70px;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        overflow: hidden;
        transition: 0.5s;
        transition-delay: 0.5s;
    }

    .navigation.active .userBx[b-yhf5mi6rgl] {
        width: calc(100% - 60px);
        transition-delay: 0s;
    }

    .navigation .userBx .username[b-yhf5mi6rgl] {
        white-space: nowrap;
        color: #555;
        font-size: 1.1em;
    }

    .navigation .userBx .imgBx[b-yhf5mi6rgl] {
        z-index: 4;
        position: relative;
        min-width: 60px;
        height: 60px;
        overflow: hidden;
        background: #f7f7f7;
        border-radius: 50%;
        border: 10px solid #f7f7f7;
    }

        .navigation .userBx .imgBx img[b-yhf5mi6rgl] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.menu[b-yhf5mi6rgl] {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 55px;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .menu li[b-yhf5mi6rgl] {
        list-style: none;
    }

        .menu li a[b-yhf5mi6rgl] {
            display: flex;
            align-items: center;
            gap: 5px;
            margin: 10px 0;
            font-size: 1em;
            text-decoration: none;
            color: #555;
        }

            .menu li a:hover[b-yhf5mi6rgl] {
                color: #4e65ff;
            }

            .menu li a ion-icon[b-yhf5mi6rgl] {
                font-size: 1.5em;
            }


.navigation .menuToggle[b-yhf5mi6rgl] {
    position: relative;
    width: 60px;
    height: 50px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navigation .menuToggle[b-yhf5mi6rgl]::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #555;
        transform: translateY(-10px);
        box-shadow: 0 10px #555;
        transition: 0.5s;
    }

    .navigation .menuToggle[b-yhf5mi6rgl]::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #555;
        transform: translateY(10px);
        transition: 0.5s;
    }

.navigation.active .menuToggle[b-yhf5mi6rgl]::before {
    transform: translateY(0px) rotate(45deg);
    box-shadow: 0 0 #555;
}

.navigation.active .menuToggle[b-yhf5mi6rgl]::after {
    transform: translateY(0px) rotate(-45deg);
}
/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/AdminVille.razor.rz.scp.css */
.divgrid[b-qfsnhfuxil] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.button5[b-qfsnhfuxil] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-qfsnhfuxil] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-qfsnhfuxil] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.button6[b-qfsnhfuxil] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-qfsnhfuxil] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-qfsnhfuxil] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/Cercle.razor.rz.scp.css */
.divgrid[b-sq42b1xwcj] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.button5[b-sq42b1xwcj] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-sq42b1xwcj] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-sq42b1xwcj] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button6[b-sq42b1xwcj] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-sq42b1xwcj] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-sq42b1xwcj] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/Commune.razor.rz.scp.css */
.divgrid[b-599cwkqt9e] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.button5[b-599cwkqt9e] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-599cwkqt9e] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-599cwkqt9e] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button6[b-599cwkqt9e] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-599cwkqt9e] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-599cwkqt9e] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/DeplacementCommune.razor.rz.scp.css */
.divgrid[b-d000u1k0z9] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.button5[b-d000u1k0z9] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-d000u1k0z9] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-d000u1k0z9] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button6[b-d000u1k0z9] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-d000u1k0z9] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-d000u1k0z9] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/DeplacementVillage.razor.rz.scp.css */
.divgrid[b-2ps35wss1b] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.button5[b-2ps35wss1b] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-2ps35wss1b] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-2ps35wss1b] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.button6[b-2ps35wss1b] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-2ps35wss1b] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-2ps35wss1b] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/DeplacementVille.razor.rz.scp.css */
.divgrid[b-n0ucwzb4j4] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.button5[b-n0ucwzb4j4] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-n0ucwzb4j4] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-n0ucwzb4j4] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.button6[b-n0ucwzb4j4] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-n0ucwzb4j4] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-n0ucwzb4j4] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/Region.razor.rz.scp.css */
.divgrid[b-e4xy732f50] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.button5[b-e4xy732f50] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-e4xy732f50] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-e4xy732f50] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.button6[b-e4xy732f50] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-e4xy732f50] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-e4xy732f50] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
.button[b-e4xy732f50] {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 200px;
}



.button4[b-e4xy732f50] {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
    width: auto;
}

    .button4:hover[b-e4xy732f50] {
        background-color: #e7e7e7;
    }



/* _content/MalisanyaDashBlazor/Pages/AdminRefereces/Village.razor.rz.scp.css */
.divgrid[b-doaz7aohll] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.button5[b-doaz7aohll] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-doaz7aohll] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-doaz7aohll] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.button6[b-doaz7aohll] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover[b-doaz7aohll] {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active[b-doaz7aohll] {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/Approvedata.razor.rz.scp.css */
.divgrid[b-u2yfvge615] {
    width: 99%;
    height: 500px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.switch[b-u2yfvge615] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-u2yfvge615] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-u2yfvge615] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

 .slider[b-u2yfvge615]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-u2yfvge615] {
    background-color: #1cbd04;
}

input:focus + .slider[b-u2yfvge615] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-u2yfvge615]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-u2yfvge615] {
    border-radius: 34px;
}

    .slider.round[b-u2yfvge615]:before {
        border-radius: 50%;
    }


body[b-u2yfvge615] {
}

.button5[b-u2yfvge615] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-u2yfvge615] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-u2yfvge615] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divupdate[b-u2yfvge615] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-u2yfvge615] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-u2yfvge615] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-u2yfvge615] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-u2yfvge615] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-u2yfvge615] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-u2yfvge615] {
    background-color: #F8F8F8 !important;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-u2yfvge615] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-u2yfvge615], #variable th[b-u2yfvge615] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-u2yfvge615] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-u2yfvge615] {
    background-color: #ddd;
}

#variable th[b-u2yfvge615] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-u2yfvge615] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-u2yfvge615] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root[b-u2yfvge615] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-u2yfvge615], [b-u2yfvge615]::after, [b-u2yfvge615]::before {
    box-sizing: border-box
}

html[b-u2yfvge615] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-u2yfvge615], aside[b-u2yfvge615], figcaption[b-u2yfvge615], figure[b-u2yfvge615], footer[b-u2yfvge615], header[b-u2yfvge615], hgroup[b-u2yfvge615], main[b-u2yfvge615], nav[b-u2yfvge615], section[b-u2yfvge615] {
    display: block
}

body[b-u2yfvge615] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-u2yfvge615] {
    outline: 0 !important
}

hr[b-u2yfvge615] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-u2yfvge615], h2[b-u2yfvge615], h3[b-u2yfvge615], h4[b-u2yfvge615], h5[b-u2yfvge615], h6[b-u2yfvge615] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-u2yfvge615] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-u2yfvge615], abbr[title][b-u2yfvge615] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-u2yfvge615] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-u2yfvge615], ol[b-u2yfvge615], ul[b-u2yfvge615] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-u2yfvge615], ol ul[b-u2yfvge615], ul ol[b-u2yfvge615], ul ul[b-u2yfvge615] {
        margin-bottom: 0
    }

dt[b-u2yfvge615] {
    font-weight: 700
}

dd[b-u2yfvge615] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-u2yfvge615] {
    margin: 0 0 1rem
}

b[b-u2yfvge615], strong[b-u2yfvge615] {
    font-weight: bolder
}

small[b-u2yfvge615] {
    font-size: 80%
}

sub[b-u2yfvge615], sup[b-u2yfvge615] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-u2yfvge615] {
    bottom: -.25em
}

sup[b-u2yfvge615] {
    top: -.5em
}

a[b-u2yfvge615] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-u2yfvge615] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-u2yfvge615] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-u2yfvge615] {
            color: inherit;
            text-decoration: none
        }

code[b-u2yfvge615], kbd[b-u2yfvge615], pre[b-u2yfvge615], samp[b-u2yfvge615] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-u2yfvge615] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-u2yfvge615] {
    margin: 0 0 1rem
}

img[b-u2yfvge615] {
    vertical-align: middle;
    border-style: none
}

svg[b-u2yfvge615] {
    overflow: hidden;
    vertical-align: middle
}



caption[b-u2yfvge615] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-u2yfvge615] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-u2yfvge615] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-u2yfvge615] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-u2yfvge615] {
        outline: 0
    }

button[b-u2yfvge615], input[b-u2yfvge615], optgroup[b-u2yfvge615], select[b-u2yfvge615], textarea[b-u2yfvge615] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-u2yfvge615], input[b-u2yfvge615] {
    overflow: visible
}

button[b-u2yfvge615], select[b-u2yfvge615] {
    text-transform: none
}

[role=button][b-u2yfvge615] {
    cursor: pointer
}

select[b-u2yfvge615] {
    word-wrap: normal
}

[type=button][b-u2yfvge615], [type=reset][b-u2yfvge615], [type=submit][b-u2yfvge615], button[b-u2yfvge615] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-u2yfvge615], [type=reset]:not(:disabled)[b-u2yfvge615], [type=submit]:not(:disabled)[b-u2yfvge615], button:not(:disabled)[b-u2yfvge615] {
        cursor: pointer
    }

    [type=button][b-u2yfvge615]::-moz-focus-inner, [type=reset][b-u2yfvge615]::-moz-focus-inner, [type=submit][b-u2yfvge615]::-moz-focus-inner, button[b-u2yfvge615]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-u2yfvge615], input[type=radio][b-u2yfvge615] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-u2yfvge615] {
    overflow: auto;
    resize: vertical
}

fieldset[b-u2yfvge615] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-u2yfvge615] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-u2yfvge615] {
    vertical-align: baseline
}

[type=number][b-u2yfvge615]::-webkit-inner-spin-button, [type=number][b-u2yfvge615]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-u2yfvge615] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-u2yfvge615]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-u2yfvge615]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-u2yfvge615] {
    display: inline-block
}

summary[b-u2yfvge615] {
    display: list-item;
    cursor: pointer
}

template[b-u2yfvge615] {
    display: none
}

[hidden][b-u2yfvge615] {
    display: none !important
}

.h1[b-u2yfvge615], .h2[b-u2yfvge615], .h3[b-u2yfvge615], .h4[b-u2yfvge615], .h5[b-u2yfvge615], .h6[b-u2yfvge615], h1[b-u2yfvge615], h2[b-u2yfvge615], h3[b-u2yfvge615], h4[b-u2yfvge615], h5[b-u2yfvge615], h6[b-u2yfvge615] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-u2yfvge615], h1[b-u2yfvge615] {
    font-size: 2.5rem
}

.h2[b-u2yfvge615], h2[b-u2yfvge615] {
    font-size: 2rem
}

.h3[b-u2yfvge615], h3[b-u2yfvge615] {
    font-size: 1.75rem
}

.h4[b-u2yfvge615], h4[b-u2yfvge615] {
    font-size: 1.5rem
}

.h5[b-u2yfvge615], h5[b-u2yfvge615] {
    font-size: 1.25rem
}

.h6[b-u2yfvge615], h6[b-u2yfvge615] {
    font-size: 1rem
}

.lead[b-u2yfvge615] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-u2yfvge615] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-u2yfvge615] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-u2yfvge615] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-u2yfvge615] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-u2yfvge615] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-u2yfvge615], small[b-u2yfvge615] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-u2yfvge615], mark[b-u2yfvge615] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-u2yfvge615] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-u2yfvge615] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-u2yfvge615] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-u2yfvge615] {
        margin-right: .5rem
    }

.initialism[b-u2yfvge615] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-u2yfvge615] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-u2yfvge615] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-u2yfvge615]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-u2yfvge615] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-u2yfvge615] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-u2yfvge615] {
    display: inline-block
}

.figure-img[b-u2yfvge615] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-u2yfvge615] {
    font-size: 90%;
    color: #858796
}

code[b-u2yfvge615] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-u2yfvge615] {
    color: inherit
}

kbd[b-u2yfvge615] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-u2yfvge615] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-u2yfvge615] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-u2yfvge615] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-u2yfvge615] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-u2yfvge615], .container-fluid[b-u2yfvge615], .container-lg[b-u2yfvge615], .container-md[b-u2yfvge615], .container-sm[b-u2yfvge615], .container-xl[b-u2yfvge615] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-u2yfvge615], .container-sm[b-u2yfvge615] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-u2yfvge615], .container-md[b-u2yfvge615], .container-sm[b-u2yfvge615] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-u2yfvge615], .container-lg[b-u2yfvge615], .container-md[b-u2yfvge615], .container-sm[b-u2yfvge615] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-u2yfvge615], .container-lg[b-u2yfvge615], .container-md[b-u2yfvge615], .container-sm[b-u2yfvge615], .container-xl[b-u2yfvge615] {
        max-width: 1140px
    }
}

.row[b-u2yfvge615] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-u2yfvge615] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-u2yfvge615], .no-gutters > [class*=col-][b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-u2yfvge615], .col-1[b-u2yfvge615], .col-10[b-u2yfvge615], .col-11[b-u2yfvge615], .col-12[b-u2yfvge615], .col-2[b-u2yfvge615], .col-3[b-u2yfvge615], .col-4[b-u2yfvge615], .col-5[b-u2yfvge615], .col-6[b-u2yfvge615], .col-7[b-u2yfvge615], .col-8[b-u2yfvge615], .col-9[b-u2yfvge615], .col-auto[b-u2yfvge615], .col-lg[b-u2yfvge615], .col-lg-1[b-u2yfvge615], .col-lg-10[b-u2yfvge615], .col-lg-11[b-u2yfvge615], .col-lg-12[b-u2yfvge615], .col-lg-2[b-u2yfvge615], .col-lg-3[b-u2yfvge615], .col-lg-4[b-u2yfvge615], .col-lg-5[b-u2yfvge615], .col-lg-6[b-u2yfvge615], .col-lg-7[b-u2yfvge615], .col-lg-8[b-u2yfvge615], .col-lg-9[b-u2yfvge615], .col-lg-auto[b-u2yfvge615], .col-md[b-u2yfvge615], .col-md-1[b-u2yfvge615], .col-md-10[b-u2yfvge615], .col-md-11[b-u2yfvge615], .col-md-12[b-u2yfvge615], .col-md-2[b-u2yfvge615], .col-md-3[b-u2yfvge615], .col-md-4[b-u2yfvge615], .col-md-5[b-u2yfvge615], .col-md-6[b-u2yfvge615], .col-md-7[b-u2yfvge615], .col-md-8[b-u2yfvge615], .col-md-9[b-u2yfvge615], .col-md-auto[b-u2yfvge615], .col-sm[b-u2yfvge615], .col-sm-1[b-u2yfvge615], .col-sm-10[b-u2yfvge615], .col-sm-11[b-u2yfvge615], .col-sm-12[b-u2yfvge615], .col-sm-2[b-u2yfvge615], .col-sm-3[b-u2yfvge615], .col-sm-4[b-u2yfvge615], .col-sm-5[b-u2yfvge615], .col-sm-6[b-u2yfvge615], .col-sm-7[b-u2yfvge615], .col-sm-8[b-u2yfvge615], .col-sm-9[b-u2yfvge615], .col-sm-auto[b-u2yfvge615], .col-xl[b-u2yfvge615], .col-xl-1[b-u2yfvge615], .col-xl-10[b-u2yfvge615], .col-xl-11[b-u2yfvge615], .col-xl-12[b-u2yfvge615], .col-xl-2[b-u2yfvge615], .col-xl-3[b-u2yfvge615], .col-xl-4[b-u2yfvge615], .col-xl-5[b-u2yfvge615], .col-xl-6[b-u2yfvge615], .col-xl-7[b-u2yfvge615], .col-xl-8[b-u2yfvge615], .col-xl-9[b-u2yfvge615], .col-xl-auto[b-u2yfvge615] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-u2yfvge615] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-u2yfvge615] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-u2yfvge615] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-u2yfvge615] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-u2yfvge615] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-u2yfvge615] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-u2yfvge615] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-u2yfvge615] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-u2yfvge615] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-u2yfvge615] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-u2yfvge615] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-u2yfvge615] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-u2yfvge615] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-u2yfvge615] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-u2yfvge615] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-u2yfvge615] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-u2yfvge615] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-u2yfvge615] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-u2yfvge615] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-u2yfvge615] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-u2yfvge615] {
    order: -1
}

.order-last[b-u2yfvge615] {
    order: 13
}

.order-0[b-u2yfvge615] {
    order: 0
}

.order-1[b-u2yfvge615] {
    order: 1
}

.order-2[b-u2yfvge615] {
    order: 2
}

.order-3[b-u2yfvge615] {
    order: 3
}

.order-4[b-u2yfvge615] {
    order: 4
}

.order-5[b-u2yfvge615] {
    order: 5
}

.order-6[b-u2yfvge615] {
    order: 6
}

.order-7[b-u2yfvge615] {
    order: 7
}

.order-8[b-u2yfvge615] {
    order: 8
}

.order-9[b-u2yfvge615] {
    order: 9
}

.order-10[b-u2yfvge615] {
    order: 10
}

.order-11[b-u2yfvge615] {
    order: 11
}

.order-12[b-u2yfvge615] {
    order: 12
}

.offset-1[b-u2yfvge615] {
    margin-left: 8.33333%
}

.offset-2[b-u2yfvge615] {
    margin-left: 16.66667%
}

.offset-3[b-u2yfvge615] {
    margin-left: 25%
}

.offset-4[b-u2yfvge615] {
    margin-left: 33.33333%
}

.offset-5[b-u2yfvge615] {
    margin-left: 41.66667%
}

.offset-6[b-u2yfvge615] {
    margin-left: 50%
}

.offset-7[b-u2yfvge615] {
    margin-left: 58.33333%
}

.offset-8[b-u2yfvge615] {
    margin-left: 66.66667%
}

.offset-9[b-u2yfvge615] {
    margin-left: 75%
}

.offset-10[b-u2yfvge615] {
    margin-left: 83.33333%
}

.offset-11[b-u2yfvge615] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-u2yfvge615] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-u2yfvge615] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-u2yfvge615] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-u2yfvge615] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-u2yfvge615] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-u2yfvge615] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-u2yfvge615] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-u2yfvge615] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-u2yfvge615] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-u2yfvge615] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-u2yfvge615] {
        order: -1
    }

    .order-sm-last[b-u2yfvge615] {
        order: 13
    }

    .order-sm-0[b-u2yfvge615] {
        order: 0
    }

    .order-sm-1[b-u2yfvge615] {
        order: 1
    }

    .order-sm-2[b-u2yfvge615] {
        order: 2
    }

    .order-sm-3[b-u2yfvge615] {
        order: 3
    }

    .order-sm-4[b-u2yfvge615] {
        order: 4
    }

    .order-sm-5[b-u2yfvge615] {
        order: 5
    }

    .order-sm-6[b-u2yfvge615] {
        order: 6
    }

    .order-sm-7[b-u2yfvge615] {
        order: 7
    }

    .order-sm-8[b-u2yfvge615] {
        order: 8
    }

    .order-sm-9[b-u2yfvge615] {
        order: 9
    }

    .order-sm-10[b-u2yfvge615] {
        order: 10
    }

    .order-sm-11[b-u2yfvge615] {
        order: 11
    }

    .order-sm-12[b-u2yfvge615] {
        order: 12
    }

    .offset-sm-0[b-u2yfvge615] {
        margin-left: 0
    }

    .offset-sm-1[b-u2yfvge615] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-u2yfvge615] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-u2yfvge615] {
        margin-left: 25%
    }

    .offset-sm-4[b-u2yfvge615] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-u2yfvge615] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-u2yfvge615] {
        margin-left: 50%
    }

    .offset-sm-7[b-u2yfvge615] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-u2yfvge615] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-u2yfvge615] {
        margin-left: 75%
    }

    .offset-sm-10[b-u2yfvge615] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-u2yfvge615] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-u2yfvge615] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-u2yfvge615] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-u2yfvge615] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-u2yfvge615] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-u2yfvge615] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-u2yfvge615] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-u2yfvge615] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-u2yfvge615] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-u2yfvge615] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-u2yfvge615] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-u2yfvge615] {
        order: -1
    }

    .order-md-last[b-u2yfvge615] {
        order: 13
    }

    .order-md-0[b-u2yfvge615] {
        order: 0
    }

    .order-md-1[b-u2yfvge615] {
        order: 1
    }

    .order-md-2[b-u2yfvge615] {
        order: 2
    }

    .order-md-3[b-u2yfvge615] {
        order: 3
    }

    .order-md-4[b-u2yfvge615] {
        order: 4
    }

    .order-md-5[b-u2yfvge615] {
        order: 5
    }

    .order-md-6[b-u2yfvge615] {
        order: 6
    }

    .order-md-7[b-u2yfvge615] {
        order: 7
    }

    .order-md-8[b-u2yfvge615] {
        order: 8
    }

    .order-md-9[b-u2yfvge615] {
        order: 9
    }

    .order-md-10[b-u2yfvge615] {
        order: 10
    }

    .order-md-11[b-u2yfvge615] {
        order: 11
    }

    .order-md-12[b-u2yfvge615] {
        order: 12
    }

    .offset-md-0[b-u2yfvge615] {
        margin-left: 0
    }

    .offset-md-1[b-u2yfvge615] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-u2yfvge615] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-u2yfvge615] {
        margin-left: 25%
    }

    .offset-md-4[b-u2yfvge615] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-u2yfvge615] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-u2yfvge615] {
        margin-left: 50%
    }

    .offset-md-7[b-u2yfvge615] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-u2yfvge615] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-u2yfvge615] {
        margin-left: 75%
    }

    .offset-md-10[b-u2yfvge615] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-u2yfvge615] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-u2yfvge615] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-u2yfvge615] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-u2yfvge615] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-u2yfvge615] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-u2yfvge615] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-u2yfvge615] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-u2yfvge615] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-u2yfvge615] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-u2yfvge615] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-u2yfvge615] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-u2yfvge615] {
        order: -1
    }

    .order-lg-last[b-u2yfvge615] {
        order: 13
    }

    .order-lg-0[b-u2yfvge615] {
        order: 0
    }

    .order-lg-1[b-u2yfvge615] {
        order: 1
    }

    .order-lg-2[b-u2yfvge615] {
        order: 2
    }

    .order-lg-3[b-u2yfvge615] {
        order: 3
    }

    .order-lg-4[b-u2yfvge615] {
        order: 4
    }

    .order-lg-5[b-u2yfvge615] {
        order: 5
    }

    .order-lg-6[b-u2yfvge615] {
        order: 6
    }

    .order-lg-7[b-u2yfvge615] {
        order: 7
    }

    .order-lg-8[b-u2yfvge615] {
        order: 8
    }

    .order-lg-9[b-u2yfvge615] {
        order: 9
    }

    .order-lg-10[b-u2yfvge615] {
        order: 10
    }

    .order-lg-11[b-u2yfvge615] {
        order: 11
    }

    .order-lg-12[b-u2yfvge615] {
        order: 12
    }

    .offset-lg-0[b-u2yfvge615] {
        margin-left: 0
    }

    .offset-lg-1[b-u2yfvge615] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-u2yfvge615] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-u2yfvge615] {
        margin-left: 25%
    }

    .offset-lg-4[b-u2yfvge615] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-u2yfvge615] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-u2yfvge615] {
        margin-left: 50%
    }

    .offset-lg-7[b-u2yfvge615] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-u2yfvge615] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-u2yfvge615] {
        margin-left: 75%
    }

    .offset-lg-10[b-u2yfvge615] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-u2yfvge615] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-u2yfvge615] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-u2yfvge615] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-u2yfvge615] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-u2yfvge615] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-u2yfvge615] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-u2yfvge615] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-u2yfvge615] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-u2yfvge615] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-u2yfvge615] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-u2yfvge615] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-u2yfvge615] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-u2yfvge615] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-u2yfvge615] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-u2yfvge615] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-u2yfvge615] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-u2yfvge615] {
        order: -1
    }

    .order-xl-last[b-u2yfvge615] {
        order: 13
    }

    .order-xl-0[b-u2yfvge615] {
        order: 0
    }

    .order-xl-1[b-u2yfvge615] {
        order: 1
    }

    .order-xl-2[b-u2yfvge615] {
        order: 2
    }

    .order-xl-3[b-u2yfvge615] {
        order: 3
    }

    .order-xl-4[b-u2yfvge615] {
        order: 4
    }

    .order-xl-5[b-u2yfvge615] {
        order: 5
    }

    .order-xl-6[b-u2yfvge615] {
        order: 6
    }

    .order-xl-7[b-u2yfvge615] {
        order: 7
    }

    .order-xl-8[b-u2yfvge615] {
        order: 8
    }

    .order-xl-9[b-u2yfvge615] {
        order: 9
    }

    .order-xl-10[b-u2yfvge615] {
        order: 10
    }

    .order-xl-11[b-u2yfvge615] {
        order: 11
    }

    .order-xl-12[b-u2yfvge615] {
        order: 12
    }

    .offset-xl-0[b-u2yfvge615] {
        margin-left: 0
    }

    .offset-xl-1[b-u2yfvge615] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-u2yfvge615] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-u2yfvge615] {
        margin-left: 25%
    }

    .offset-xl-4[b-u2yfvge615] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-u2yfvge615] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-u2yfvge615] {
        margin-left: 50%
    }

    .offset-xl-7[b-u2yfvge615] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-u2yfvge615] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-u2yfvge615] {
        margin-left: 75%
    }

    .offset-xl-10[b-u2yfvge615] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-u2yfvge615] {
        margin-left: 91.66667%
    }
}
.selected-row[b-u2yfvge615] {
    background-color: #a6ecff; /* Light blue, for example */
}

.form-control[b-u2yfvge615] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-u2yfvge615] {
        transition: none
    }
}

.form-control[b-u2yfvge615]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-u2yfvge615] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-u2yfvge615] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-u2yfvge615]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-u2yfvge615]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-u2yfvge615] {
    color: #858796;
    opacity: 1
}

.form-control[b-u2yfvge615]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-u2yfvge615]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-u2yfvge615], .form-control[readonly][b-u2yfvge615] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-u2yfvge615], input[type=datetime-local].form-control[b-u2yfvge615], input[type=month].form-control[b-u2yfvge615], input[type=time].form-control[b-u2yfvge615] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-u2yfvge615]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-u2yfvge615], .form-control-range[b-u2yfvge615] {
    display: block;
    width: 100%
}

.col-form-label[b-u2yfvge615] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-u2yfvge615] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-u2yfvge615] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-u2yfvge615] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-u2yfvge615], .form-control-plaintext.form-control-sm[b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-u2yfvge615] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-u2yfvge615] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-u2yfvge615], select.form-control[size][b-u2yfvge615] {
    height: auto
}

textarea.form-control[b-u2yfvge615] {
    height: auto
}

.form-group[b-u2yfvge615] {
    margin-bottom: 1rem
}

.form-text[b-u2yfvge615] {
    display: block;
    margin-top: .25rem
}

.form-row[b-u2yfvge615] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-u2yfvge615], .form-row > [class*=col-][b-u2yfvge615] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-u2yfvge615] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-u2yfvge615] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-u2yfvge615], .form-check-input[disabled] ~ .form-check-label[b-u2yfvge615] {
        color: #858796
    }

.form-check-label[b-u2yfvge615] {
    margin-bottom: 0
}

.form-check-inline[b-u2yfvge615] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-u2yfvge615] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-u2yfvge615] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-u2yfvge615] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-u2yfvge615], .form-row > [class*=col-] > .valid-tooltip[b-u2yfvge615] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-u2yfvge615], .is-valid ~ .valid-tooltip[b-u2yfvge615], .was-validated :valid ~ .valid-feedback[b-u2yfvge615], .was-validated :valid ~ .valid-tooltip[b-u2yfvge615] {
    display: block
}

.form-control.is-valid[b-u2yfvge615], .was-validated .form-control:valid[b-u2yfvge615] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-u2yfvge615], .was-validated .form-control:valid:focus[b-u2yfvge615] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-u2yfvge615], textarea.form-control.is-valid[b-u2yfvge615] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-u2yfvge615], .was-validated .custom-select:valid[b-u2yfvge615] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-u2yfvge615], .was-validated .custom-select:valid:focus[b-u2yfvge615] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-u2yfvge615], .was-validated .form-check-input:valid ~ .form-check-label[b-u2yfvge615] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-u2yfvge615], .form-check-input.is-valid ~ .valid-tooltip[b-u2yfvge615], .was-validated .form-check-input:valid ~ .valid-feedback[b-u2yfvge615], .was-validated .form-check-input:valid ~ .valid-tooltip[b-u2yfvge615] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-u2yfvge615], .was-validated .custom-control-input:valid ~ .custom-control-label[b-u2yfvge615] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-u2yfvge615]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-u2yfvge615]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-u2yfvge615]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-u2yfvge615]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-u2yfvge615], .was-validated .custom-file-input:valid ~ .custom-file-label[b-u2yfvge615] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-u2yfvge615], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-u2yfvge615] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-u2yfvge615] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-u2yfvge615] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-u2yfvge615], .form-row > [class*=col-] > .invalid-tooltip[b-u2yfvge615] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-u2yfvge615], .is-invalid ~ .invalid-tooltip[b-u2yfvge615], .was-validated :invalid ~ .invalid-feedback[b-u2yfvge615], .was-validated :invalid ~ .invalid-tooltip[b-u2yfvge615] {
    display: block
}

.form-control.is-invalid[b-u2yfvge615], .was-validated .form-control:invalid[b-u2yfvge615] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-u2yfvge615], .was-validated .form-control:invalid:focus[b-u2yfvge615] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-u2yfvge615], textarea.form-control.is-invalid[b-u2yfvge615] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-u2yfvge615], .was-validated .custom-select:invalid[b-u2yfvge615] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-u2yfvge615], .was-validated .custom-select:invalid:focus[b-u2yfvge615] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-u2yfvge615], .was-validated .form-check-input:invalid ~ .form-check-label[b-u2yfvge615] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-u2yfvge615], .form-check-input.is-invalid ~ .invalid-tooltip[b-u2yfvge615], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-u2yfvge615], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-u2yfvge615] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-u2yfvge615], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-u2yfvge615] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-u2yfvge615]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-u2yfvge615]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-u2yfvge615]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-u2yfvge615]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-u2yfvge615]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-u2yfvge615], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-u2yfvge615] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-u2yfvge615], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-u2yfvge615] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-u2yfvge615] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-u2yfvge615] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-u2yfvge615] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-u2yfvge615] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-u2yfvge615] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-u2yfvge615] {
        display: inline-block
    }

    .form-inline .custom-select[b-u2yfvge615], .form-inline .input-group[b-u2yfvge615] {
        width: auto
    }

    .form-inline .form-check[b-u2yfvge615] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-u2yfvge615] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-u2yfvge615] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-u2yfvge615] {
        margin-bottom: 0
    }
}

.btn[b-u2yfvge615] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-u2yfvge615] {
        transition: none
    }
}

.btn:hover[b-u2yfvge615] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-u2yfvge615], .btn:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-u2yfvge615], .btn:disabled[b-u2yfvge615] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-u2yfvge615] {
    cursor: pointer
}

a.btn.disabled[b-u2yfvge615], fieldset:disabled a.btn[b-u2yfvge615] {
    pointer-events: none
}

.btn-primary[b-u2yfvge615] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-u2yfvge615], .btn-primary:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-u2yfvge615], .btn-primary:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-primary:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-primary.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-primary:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-primary.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-u2yfvge615] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-u2yfvge615], .btn-secondary:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-u2yfvge615], .btn-secondary:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-secondary:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-secondary.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-secondary.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-u2yfvge615] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-u2yfvge615], .btn-success:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-u2yfvge615], .btn-success:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-success:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-success.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-success:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-success.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-u2yfvge615] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-u2yfvge615], .btn-info:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-u2yfvge615], .btn-info:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-info:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-info.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-info:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-info.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-u2yfvge615] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-u2yfvge615], .btn-warning:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-u2yfvge615], .btn-warning:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-warning:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-warning.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-warning:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-warning.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-u2yfvge615] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-u2yfvge615], .btn-danger:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-u2yfvge615], .btn-danger:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-danger:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-danger.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-danger:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-danger.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-u2yfvge615] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-u2yfvge615] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-u2yfvge615], .btn-light:focus[b-u2yfvge615] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-u2yfvge615], .btn-light:disabled[b-u2yfvge615] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-light:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-light.dropdown-toggle[b-u2yfvge615] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-light:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-light.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-u2yfvge615] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-u2yfvge615], .btn-dark:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-u2yfvge615], .btn-dark:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-dark:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-dark.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-dark:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-dark.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-u2yfvge615] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-u2yfvge615], .btn-outline-primary:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-u2yfvge615], .btn-outline-primary:disabled[b-u2yfvge615] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-primary:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-primary.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-primary.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-u2yfvge615] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-u2yfvge615], .btn-outline-secondary:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-u2yfvge615], .btn-outline-secondary:disabled[b-u2yfvge615] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-secondary.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-secondary.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-u2yfvge615] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-u2yfvge615], .btn-outline-success:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-u2yfvge615], .btn-outline-success:disabled[b-u2yfvge615] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-success:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-success.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-success.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-u2yfvge615] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-u2yfvge615], .btn-outline-info:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-u2yfvge615], .btn-outline-info:disabled[b-u2yfvge615] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-info:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-info.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-info.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-u2yfvge615] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-u2yfvge615], .btn-outline-warning:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-u2yfvge615], .btn-outline-warning:disabled[b-u2yfvge615] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-warning:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-warning.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-warning.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-u2yfvge615] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-u2yfvge615], .btn-outline-danger:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-u2yfvge615], .btn-outline-danger:disabled[b-u2yfvge615] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-danger:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-danger.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-danger.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-u2yfvge615] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-u2yfvge615] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-u2yfvge615], .btn-outline-light:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-u2yfvge615], .btn-outline-light:disabled[b-u2yfvge615] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-light:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-light.dropdown-toggle[b-u2yfvge615] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-light.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-u2yfvge615] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-u2yfvge615], .btn-outline-dark:focus[b-u2yfvge615] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-u2yfvge615], .btn-outline-dark:disabled[b-u2yfvge615] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-outline-dark:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-outline-dark.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-outline-dark.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-u2yfvge615] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-u2yfvge615] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-u2yfvge615], .btn-link:focus[b-u2yfvge615] {
        text-decoration: underline
    }

    .btn-link.disabled[b-u2yfvge615], .btn-link:disabled[b-u2yfvge615] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-u2yfvge615], .btn-lg[b-u2yfvge615] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-u2yfvge615], .btn-sm[b-u2yfvge615] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-u2yfvge615] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-u2yfvge615] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-u2yfvge615], input[type=reset].btn-block[b-u2yfvge615], input[type=submit].btn-block[b-u2yfvge615] {
    width: 100%
}

.fade[b-u2yfvge615] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-u2yfvge615] {
        transition: none
    }
}

.fade:not(.show)[b-u2yfvge615] {
    opacity: 0
}

.collapse:not(.show)[b-u2yfvge615] {
    display: none
}

.collapsing[b-u2yfvge615] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-u2yfvge615] {
        transition: none
    }
}

.dropdown[b-u2yfvge615], .dropleft[b-u2yfvge615], .dropright[b-u2yfvge615], .dropup[b-u2yfvge615] {
    position: relative
}

.dropdown-toggle[b-u2yfvge615] {
    white-space: nowrap
}

    .dropdown-toggle[b-u2yfvge615]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-u2yfvge615]::after {
        margin-left: 0
    }

.dropdown-menu[b-u2yfvge615] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-u2yfvge615] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-u2yfvge615] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-u2yfvge615] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-u2yfvge615] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-u2yfvge615] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-u2yfvge615] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-u2yfvge615] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-u2yfvge615] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-u2yfvge615] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-u2yfvge615] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-u2yfvge615] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-u2yfvge615]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-u2yfvge615]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-u2yfvge615] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-u2yfvge615]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-u2yfvge615]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-u2yfvge615]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-u2yfvge615] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-u2yfvge615]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-u2yfvge615]::after {
    display: none
}

.dropleft .dropdown-toggle[b-u2yfvge615]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-u2yfvge615]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-u2yfvge615]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-u2yfvge615], .dropdown-menu[x-placement^=left][b-u2yfvge615], .dropdown-menu[x-placement^=right][b-u2yfvge615], .dropdown-menu[x-placement^=top][b-u2yfvge615] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-u2yfvge615] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-u2yfvge615] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-u2yfvge615], .dropdown-item:hover[b-u2yfvge615] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-u2yfvge615], .dropdown-item:active[b-u2yfvge615] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-u2yfvge615], .dropdown-item:disabled[b-u2yfvge615] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-u2yfvge615] {
    display: block
}

.dropdown-header[b-u2yfvge615] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-u2yfvge615] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-u2yfvge615], .btn-group-vertical[b-u2yfvge615] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-u2yfvge615], .btn-group > .btn[b-u2yfvge615] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-u2yfvge615], .btn-group > .btn:hover[b-u2yfvge615] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-u2yfvge615], .btn-group-vertical > .btn:active[b-u2yfvge615], .btn-group-vertical > .btn:focus[b-u2yfvge615], .btn-group > .btn.active[b-u2yfvge615], .btn-group > .btn:active[b-u2yfvge615], .btn-group > .btn:focus[b-u2yfvge615] {
            z-index: 1
        }

.btn-toolbar[b-u2yfvge615] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-u2yfvge615] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-u2yfvge615], .btn-group > .btn:not(:first-child)[b-u2yfvge615] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-u2yfvge615], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-u2yfvge615] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-u2yfvge615], .btn-group > .btn:not(:first-child)[b-u2yfvge615] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-u2yfvge615] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-u2yfvge615]::after, .dropright .dropdown-toggle-split[b-u2yfvge615]::after, .dropup .dropdown-toggle-split[b-u2yfvge615]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-u2yfvge615]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-u2yfvge615], .btn-sm + .dropdown-toggle-split[b-u2yfvge615] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-u2yfvge615], .btn-lg + .dropdown-toggle-split[b-u2yfvge615] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-u2yfvge615] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-u2yfvge615], .btn-group-vertical > .btn-group[b-u2yfvge615] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-u2yfvge615], .btn-group-vertical > .btn:not(:first-child)[b-u2yfvge615] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-u2yfvge615], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-u2yfvge615] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-u2yfvge615], .btn-group-vertical > .btn:not(:first-child)[b-u2yfvge615] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-u2yfvge615], .btn-group-toggle > .btn-group > .btn[b-u2yfvge615] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-u2yfvge615], .btn-group-toggle > .btn input[type=radio][b-u2yfvge615], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-u2yfvge615], .btn-group-toggle > .btn-group > .btn input[type=radio][b-u2yfvge615] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-u2yfvge615] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-u2yfvge615], .input-group > .custom-select[b-u2yfvge615], .input-group > .form-control[b-u2yfvge615], .input-group > .form-control-plaintext[b-u2yfvge615] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-u2yfvge615], .input-group > .custom-file + .custom-select[b-u2yfvge615], .input-group > .custom-file + .form-control[b-u2yfvge615], .input-group > .custom-select + .custom-file[b-u2yfvge615], .input-group > .custom-select + .custom-select[b-u2yfvge615], .input-group > .custom-select + .form-control[b-u2yfvge615], .input-group > .form-control + .custom-file[b-u2yfvge615], .input-group > .form-control + .custom-select[b-u2yfvge615], .input-group > .form-control + .form-control[b-u2yfvge615], .input-group > .form-control-plaintext + .custom-file[b-u2yfvge615], .input-group > .form-control-plaintext + .custom-select[b-u2yfvge615], .input-group > .form-control-plaintext + .form-control[b-u2yfvge615] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-u2yfvge615], .input-group > .custom-select:focus[b-u2yfvge615], .input-group > .form-control:focus[b-u2yfvge615] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-u2yfvge615] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-u2yfvge615], .input-group > .form-control:not(:first-child)[b-u2yfvge615] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-u2yfvge615] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-u2yfvge615], .input-group > .custom-file:not(:last-child) .custom-file-label[b-u2yfvge615] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-u2yfvge615]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-u2yfvge615], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-u2yfvge615] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-u2yfvge615]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-u2yfvge615], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-u2yfvge615] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-u2yfvge615], .input-group-prepend[b-u2yfvge615] {
    display: flex
}

    .input-group-append .btn[b-u2yfvge615], .input-group-prepend .btn[b-u2yfvge615] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-u2yfvge615], .input-group-prepend .btn:focus[b-u2yfvge615] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-u2yfvge615], .input-group-append .btn + .input-group-text[b-u2yfvge615], .input-group-append .input-group-text + .btn[b-u2yfvge615], .input-group-append .input-group-text + .input-group-text[b-u2yfvge615], .input-group-prepend .btn + .btn[b-u2yfvge615], .input-group-prepend .btn + .input-group-text[b-u2yfvge615], .input-group-prepend .input-group-text + .btn[b-u2yfvge615], .input-group-prepend .input-group-text + .input-group-text[b-u2yfvge615] {
            margin-left: -1px
        }

.input-group-prepend[b-u2yfvge615] {
    margin-right: -1px
}

.input-group-append[b-u2yfvge615] {
    margin-left: -1px
}

.input-group-text[b-u2yfvge615] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-u2yfvge615], .input-group-text input[type=radio][b-u2yfvge615] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-u2yfvge615], .input-group-lg > .form-control:not(textarea)[b-u2yfvge615] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-u2yfvge615], .input-group-lg > .form-control[b-u2yfvge615], .input-group-lg > .input-group-append > .btn[b-u2yfvge615], .input-group-lg > .input-group-append > .input-group-text[b-u2yfvge615], .input-group-lg > .input-group-prepend > .btn[b-u2yfvge615], .input-group-lg > .input-group-prepend > .input-group-text[b-u2yfvge615] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-u2yfvge615], .input-group-sm > .form-control:not(textarea)[b-u2yfvge615] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-u2yfvge615], .input-group-sm > .form-control[b-u2yfvge615], .input-group-sm > .input-group-append > .btn[b-u2yfvge615], .input-group-sm > .input-group-append > .input-group-text[b-u2yfvge615], .input-group-sm > .input-group-prepend > .btn[b-u2yfvge615], .input-group-sm > .input-group-prepend > .input-group-text[b-u2yfvge615] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-u2yfvge615], .input-group-sm > .custom-select[b-u2yfvge615] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-u2yfvge615], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-u2yfvge615], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-u2yfvge615], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-u2yfvge615], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-u2yfvge615], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-u2yfvge615], .input-group > .input-group-prepend > .btn[b-u2yfvge615], .input-group > .input-group-prepend > .input-group-text[b-u2yfvge615] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-u2yfvge615], .input-group > .input-group-append > .input-group-text[b-u2yfvge615], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-u2yfvge615], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-u2yfvge615], .input-group > .input-group-prepend:not(:first-child) > .btn[b-u2yfvge615], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-u2yfvge615] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-u2yfvge615] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-u2yfvge615] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-u2yfvge615] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-u2yfvge615]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-u2yfvge615]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-u2yfvge615]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-u2yfvge615]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-u2yfvge615], .custom-control-input[disabled] ~ .custom-control-label[b-u2yfvge615] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-u2yfvge615]::before, .custom-control-input[disabled] ~ .custom-control-label[b-u2yfvge615]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-u2yfvge615] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-u2yfvge615]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-u2yfvge615]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-u2yfvge615]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-u2yfvge615]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-u2yfvge615]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-u2yfvge615]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-u2yfvge615]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-u2yfvge615]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-u2yfvge615]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-u2yfvge615]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-u2yfvge615]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-u2yfvge615] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-u2yfvge615]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-u2yfvge615]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-u2yfvge615]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-u2yfvge615]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-u2yfvge615]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-u2yfvge615] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-u2yfvge615] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-u2yfvge615]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-u2yfvge615], .custom-select[size]:not([size="1"])[b-u2yfvge615] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-u2yfvge615] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-u2yfvge615]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-u2yfvge615] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-u2yfvge615] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-u2yfvge615] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-u2yfvge615] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-u2yfvge615] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-u2yfvge615] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-u2yfvge615], .custom-file-input[disabled] ~ .custom-file-label[b-u2yfvge615] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-u2yfvge615]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-u2yfvge615]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-u2yfvge615] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-u2yfvge615]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-u2yfvge615] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-u2yfvge615] {
        outline: 0
    }

        .custom-range:focus[b-u2yfvge615]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-u2yfvge615]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-u2yfvge615]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-u2yfvge615]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-u2yfvge615]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-u2yfvge615]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-u2yfvge615]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-u2yfvge615]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-u2yfvge615]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-u2yfvge615]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-u2yfvge615]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-u2yfvge615]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-u2yfvge615]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-u2yfvge615]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-u2yfvge615]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-u2yfvge615]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-u2yfvge615]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-u2yfvge615]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-u2yfvge615]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-u2yfvge615]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-u2yfvge615]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-u2yfvge615]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-u2yfvge615]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-u2yfvge615]::before, .custom-file-label[b-u2yfvge615], .custom-select[b-u2yfvge615] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-u2yfvge615]::before, .custom-file-label[b-u2yfvge615], .custom-select[b-u2yfvge615] {
        transition: none
    }
}

.nav[b-u2yfvge615] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-u2yfvge615] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-u2yfvge615], .nav-link:hover[b-u2yfvge615] {
        text-decoration: none
    }

    .nav-link.disabled[b-u2yfvge615] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-u2yfvge615] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-u2yfvge615] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-u2yfvge615], .nav-tabs .nav-link:hover[b-u2yfvge615] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-u2yfvge615] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-u2yfvge615], .nav-tabs .nav-link.active[b-u2yfvge615] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-u2yfvge615] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-u2yfvge615] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-u2yfvge615], .nav-pills .show > .nav-link[b-u2yfvge615] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-u2yfvge615], .nav-fill > .nav-link[b-u2yfvge615] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-u2yfvge615], .nav-justified > .nav-link[b-u2yfvge615] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-u2yfvge615] {
    display: none
}

.tab-content > .active[b-u2yfvge615] {
    display: block
}

.navbar[b-u2yfvge615] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-u2yfvge615], .navbar .container-fluid[b-u2yfvge615], .navbar .container-lg[b-u2yfvge615], .navbar .container-md[b-u2yfvge615], .navbar .container-sm[b-u2yfvge615], .navbar .container-xl[b-u2yfvge615] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-u2yfvge615] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-u2yfvge615], .navbar-brand:hover[b-u2yfvge615] {
        text-decoration: none
    }

.navbar-nav[b-u2yfvge615] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-u2yfvge615] {
        position: static;
        float: none
    }

.navbar-text[b-u2yfvge615] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-u2yfvge615] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-u2yfvge615] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-u2yfvge615], .navbar-toggler:hover[b-u2yfvge615] {
        text-decoration: none
    }

.navbar-toggler-icon[b-u2yfvge615] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-u2yfvge615] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-u2yfvge615], .navbar-expand-sm > .container-fluid[b-u2yfvge615], .navbar-expand-sm > .container-lg[b-u2yfvge615], .navbar-expand-sm > .container-md[b-u2yfvge615], .navbar-expand-sm > .container-sm[b-u2yfvge615], .navbar-expand-sm > .container-xl[b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-u2yfvge615] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-u2yfvge615] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-u2yfvge615] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-u2yfvge615] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-u2yfvge615], .navbar-expand-sm > .container-fluid[b-u2yfvge615], .navbar-expand-sm > .container-lg[b-u2yfvge615], .navbar-expand-sm > .container-md[b-u2yfvge615], .navbar-expand-sm > .container-sm[b-u2yfvge615], .navbar-expand-sm > .container-xl[b-u2yfvge615] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-u2yfvge615] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-u2yfvge615] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-u2yfvge615] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-u2yfvge615], .navbar-expand-md > .container-fluid[b-u2yfvge615], .navbar-expand-md > .container-lg[b-u2yfvge615], .navbar-expand-md > .container-md[b-u2yfvge615], .navbar-expand-md > .container-sm[b-u2yfvge615], .navbar-expand-md > .container-xl[b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-u2yfvge615] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-u2yfvge615] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-u2yfvge615] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-u2yfvge615] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-u2yfvge615], .navbar-expand-md > .container-fluid[b-u2yfvge615], .navbar-expand-md > .container-lg[b-u2yfvge615], .navbar-expand-md > .container-md[b-u2yfvge615], .navbar-expand-md > .container-sm[b-u2yfvge615], .navbar-expand-md > .container-xl[b-u2yfvge615] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-u2yfvge615] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-u2yfvge615] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-u2yfvge615] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-u2yfvge615], .navbar-expand-lg > .container-fluid[b-u2yfvge615], .navbar-expand-lg > .container-lg[b-u2yfvge615], .navbar-expand-lg > .container-md[b-u2yfvge615], .navbar-expand-lg > .container-sm[b-u2yfvge615], .navbar-expand-lg > .container-xl[b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-u2yfvge615] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-u2yfvge615] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-u2yfvge615] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-u2yfvge615] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-u2yfvge615], .navbar-expand-lg > .container-fluid[b-u2yfvge615], .navbar-expand-lg > .container-lg[b-u2yfvge615], .navbar-expand-lg > .container-md[b-u2yfvge615], .navbar-expand-lg > .container-sm[b-u2yfvge615], .navbar-expand-lg > .container-xl[b-u2yfvge615] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-u2yfvge615] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-u2yfvge615] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-u2yfvge615] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-u2yfvge615], .navbar-expand-xl > .container-fluid[b-u2yfvge615], .navbar-expand-xl > .container-lg[b-u2yfvge615], .navbar-expand-xl > .container-md[b-u2yfvge615], .navbar-expand-xl > .container-sm[b-u2yfvge615], .navbar-expand-xl > .container-xl[b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-u2yfvge615] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-u2yfvge615] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-u2yfvge615] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-u2yfvge615] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-u2yfvge615], .navbar-expand-xl > .container-fluid[b-u2yfvge615], .navbar-expand-xl > .container-lg[b-u2yfvge615], .navbar-expand-xl > .container-md[b-u2yfvge615], .navbar-expand-xl > .container-sm[b-u2yfvge615], .navbar-expand-xl > .container-xl[b-u2yfvge615] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-u2yfvge615] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-u2yfvge615] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-u2yfvge615] {
            display: none
        }
}

.navbar-expand[b-u2yfvge615] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-u2yfvge615], .navbar-expand > .container-fluid[b-u2yfvge615], .navbar-expand > .container-lg[b-u2yfvge615], .navbar-expand > .container-md[b-u2yfvge615], .navbar-expand > .container-sm[b-u2yfvge615], .navbar-expand > .container-xl[b-u2yfvge615] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-u2yfvge615] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-u2yfvge615] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-u2yfvge615] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-u2yfvge615], .navbar-expand > .container-fluid[b-u2yfvge615], .navbar-expand > .container-lg[b-u2yfvge615], .navbar-expand > .container-md[b-u2yfvge615], .navbar-expand > .container-sm[b-u2yfvge615], .navbar-expand > .container-xl[b-u2yfvge615] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-u2yfvge615] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-u2yfvge615] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-u2yfvge615] {
        display: none
    }

.navbar-light .navbar-brand[b-u2yfvge615] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-u2yfvge615], .navbar-light .navbar-brand:hover[b-u2yfvge615] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-u2yfvge615] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-u2yfvge615], .navbar-light .navbar-nav .nav-link:hover[b-u2yfvge615] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-u2yfvge615] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-u2yfvge615], .navbar-light .navbar-nav .nav-link.active[b-u2yfvge615], .navbar-light .navbar-nav .nav-link.show[b-u2yfvge615], .navbar-light .navbar-nav .show > .nav-link[b-u2yfvge615] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-u2yfvge615] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-u2yfvge615] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-u2yfvge615] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-u2yfvge615] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-u2yfvge615], .navbar-light .navbar-text a:hover[b-u2yfvge615] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-u2yfvge615] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-u2yfvge615], .navbar-dark .navbar-brand:hover[b-u2yfvge615] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-u2yfvge615] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-u2yfvge615], .navbar-dark .navbar-nav .nav-link:hover[b-u2yfvge615] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-u2yfvge615] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-u2yfvge615], .navbar-dark .navbar-nav .nav-link.active[b-u2yfvge615], .navbar-dark .navbar-nav .nav-link.show[b-u2yfvge615], .navbar-dark .navbar-nav .show > .nav-link[b-u2yfvge615] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-u2yfvge615] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-u2yfvge615] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-u2yfvge615] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-u2yfvge615] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-u2yfvge615], .navbar-dark .navbar-text a:hover[b-u2yfvge615] {
            color: #fff
        }

.card[b-u2yfvge615] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-u2yfvge615] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-u2yfvge615] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-u2yfvge615] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-u2yfvge615] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-u2yfvge615], .card > .list-group + .card-footer[b-u2yfvge615] {
            border-top: 0
        }

.card-body[b-u2yfvge615] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-u2yfvge615] {
    margin-bottom: .75rem
}

.card-subtitle[b-u2yfvge615] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-u2yfvge615] {
    margin-bottom: 0
}

.card-link:hover[b-u2yfvge615] {
    text-decoration: none
}

.card-link + .card-link[b-u2yfvge615] {
    margin-left: 1.25rem
}

.card-header[b-u2yfvge615] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-u2yfvge615] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-u2yfvge615] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-u2yfvge615] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-u2yfvge615] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-u2yfvge615] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-u2yfvge615] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-u2yfvge615], .card-img-bottom[b-u2yfvge615], .card-img-top[b-u2yfvge615] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-u2yfvge615], .card-img-top[b-u2yfvge615] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-u2yfvge615], .card-img-bottom[b-u2yfvge615] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-u2yfvge615] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-u2yfvge615] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-u2yfvge615] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-u2yfvge615] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-u2yfvge615] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-u2yfvge615] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-u2yfvge615] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-u2yfvge615] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-u2yfvge615], .card-group > .card:not(:last-child) .card-img-top[b-u2yfvge615] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-u2yfvge615], .card-group > .card:not(:last-child) .card-img-bottom[b-u2yfvge615] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-u2yfvge615] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-u2yfvge615], .card-group > .card:not(:first-child) .card-img-top[b-u2yfvge615] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-u2yfvge615], .card-group > .card:not(:first-child) .card-img-bottom[b-u2yfvge615] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-u2yfvge615] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-u2yfvge615] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-u2yfvge615] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-u2yfvge615] {
    overflow-anchor: none
}

    .accordion > .card[b-u2yfvge615] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-u2yfvge615] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-u2yfvge615] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-u2yfvge615] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-u2yfvge615] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-u2yfvge615] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-u2yfvge615]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-u2yfvge615]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-u2yfvge615]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-u2yfvge615] {
    color: #858796
}

.pagination[b-u2yfvge615] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-u2yfvge615] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-u2yfvge615] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-u2yfvge615] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-u2yfvge615] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-u2yfvge615] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-u2yfvge615] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-u2yfvge615] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-u2yfvge615] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-u2yfvge615] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-u2yfvge615] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-u2yfvge615] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-u2yfvge615] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-u2yfvge615] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-u2yfvge615] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-u2yfvge615] {
        transition: none
    }
}

a.badge:focus[b-u2yfvge615], a.badge:hover[b-u2yfvge615] {
    text-decoration: none
}

.badge:empty[b-u2yfvge615] {
    display: none
}

.btn .badge[b-u2yfvge615] {
    position: relative;
    top: -1px
}

.badge-pill[b-u2yfvge615] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-u2yfvge615] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-u2yfvge615], a.badge-primary:hover[b-u2yfvge615] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-u2yfvge615], a.badge-primary:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-u2yfvge615] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-u2yfvge615], a.badge-secondary:hover[b-u2yfvge615] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-u2yfvge615], a.badge-secondary:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-u2yfvge615] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-u2yfvge615], a.badge-success:hover[b-u2yfvge615] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-u2yfvge615], a.badge-success:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-u2yfvge615] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-u2yfvge615], a.badge-info:hover[b-u2yfvge615] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-u2yfvge615], a.badge-info:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-u2yfvge615] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-u2yfvge615], a.badge-warning:hover[b-u2yfvge615] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-u2yfvge615], a.badge-warning:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-u2yfvge615] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-u2yfvge615], a.badge-danger:hover[b-u2yfvge615] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-u2yfvge615], a.badge-danger:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-u2yfvge615] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-u2yfvge615], a.badge-light:hover[b-u2yfvge615] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-u2yfvge615], a.badge-light:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-u2yfvge615] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-u2yfvge615], a.badge-dark:hover[b-u2yfvge615] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-u2yfvge615], a.badge-dark:focus[b-u2yfvge615] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-u2yfvge615] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-u2yfvge615] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-u2yfvge615] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-u2yfvge615] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-u2yfvge615] {
    color: inherit
}

.alert-link[b-u2yfvge615] {
    font-weight: 700
}

.alert-dismissible[b-u2yfvge615] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-u2yfvge615] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-u2yfvge615] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-u2yfvge615] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-u2yfvge615] {
        color: #1c294e
    }

.alert-secondary[b-u2yfvge615] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-u2yfvge615] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-u2yfvge615] {
        color: #2d2e33
    }

.alert-success[b-u2yfvge615] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-u2yfvge615] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-u2yfvge615] {
        color: #093b29
    }

.alert-info[b-u2yfvge615] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-u2yfvge615] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-u2yfvge615] {
        color: #113b42
    }

.alert-warning[b-u2yfvge615] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-u2yfvge615] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-u2yfvge615] {
        color: #574516
    }

.alert-danger[b-u2yfvge615] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-u2yfvge615] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-u2yfvge615] {
        color: #4f1915
    }

.alert-light[b-u2yfvge615] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-u2yfvge615] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-u2yfvge615] {
        color: #686869
    }

.alert-dark[b-u2yfvge615] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-u2yfvge615] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-u2yfvge615] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-u2yfvge615 {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-u2yfvge615] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-u2yfvge615] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-u2yfvge615] {
        transition: none
    }
}

.progress-bar-striped[b-u2yfvge615] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-u2yfvge615] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-u2yfvge615
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-u2yfvge615] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-u2yfvge615] {
    display: flex;
    align-items: flex-start
}

.media-body[b-u2yfvge615] {
    flex: 1
}

.list-group[b-u2yfvge615] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-u2yfvge615] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-u2yfvge615], .list-group-item-action:hover[b-u2yfvge615] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-u2yfvge615] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-u2yfvge615] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-u2yfvge615] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-u2yfvge615] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-u2yfvge615], .list-group-item:disabled[b-u2yfvge615] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-u2yfvge615] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-u2yfvge615] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-u2yfvge615] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-u2yfvge615] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-u2yfvge615] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-u2yfvge615] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-u2yfvge615] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-u2yfvge615] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-u2yfvge615] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-u2yfvge615] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-u2yfvge615] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-u2yfvge615] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-u2yfvge615] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-u2yfvge615] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-u2yfvge615] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-u2yfvge615] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-u2yfvge615] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-u2yfvge615] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-u2yfvge615] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-u2yfvge615] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-u2yfvge615] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-u2yfvge615] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-u2yfvge615] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-u2yfvge615] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-u2yfvge615] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-u2yfvge615] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-u2yfvge615] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-u2yfvge615] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-u2yfvge615] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-u2yfvge615] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-u2yfvge615] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-u2yfvge615] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-u2yfvge615] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-u2yfvge615] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-u2yfvge615] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-u2yfvge615] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-u2yfvge615] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-u2yfvge615], .list-group-item-primary.list-group-item-action:hover[b-u2yfvge615] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-u2yfvge615] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-u2yfvge615], .list-group-item-secondary.list-group-item-action:hover[b-u2yfvge615] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-u2yfvge615] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-u2yfvge615], .list-group-item-success.list-group-item-action:hover[b-u2yfvge615] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-u2yfvge615] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-u2yfvge615], .list-group-item-info.list-group-item-action:hover[b-u2yfvge615] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-u2yfvge615] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-u2yfvge615], .list-group-item-warning.list-group-item-action:hover[b-u2yfvge615] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-u2yfvge615] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-u2yfvge615], .list-group-item-danger.list-group-item-action:hover[b-u2yfvge615] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-u2yfvge615] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-u2yfvge615], .list-group-item-light.list-group-item-action:hover[b-u2yfvge615] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-u2yfvge615] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-u2yfvge615], .list-group-item-dark.list-group-item-action:hover[b-u2yfvge615] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-u2yfvge615] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-u2yfvge615] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-u2yfvge615] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-u2yfvge615], .close:not(:disabled):not(.disabled):hover[b-u2yfvge615] {
        opacity: .75
    }

button.close[b-u2yfvge615] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-u2yfvge615] {
    pointer-events: none
}

.toast[b-u2yfvge615] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-u2yfvge615] {
        margin-bottom: .75rem
    }

    .toast.showing[b-u2yfvge615] {
        opacity: 1
    }

    .toast.show[b-u2yfvge615] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-u2yfvge615] {
        display: none
    }

.toast-header[b-u2yfvge615] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-u2yfvge615] {
    padding: .75rem
}

.modal-open[b-u2yfvge615] {
    overflow: hidden
}

    .modal-open .modal[b-u2yfvge615] {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal[b-u2yfvge615] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-u2yfvge615] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-u2yfvge615] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-u2yfvge615] {
        transition: none
    }
}

.modal.show .modal-dialog[b-u2yfvge615] {
    transform: none
}

.modal.modal-static .modal-dialog[b-u2yfvge615] {
    transform: scale(1.02)
}

.modal-dialog-scrollable[b-u2yfvge615] {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-u2yfvge615] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer[b-u2yfvge615], .modal-dialog-scrollable .modal-header[b-u2yfvge615] {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-u2yfvge615] {
        overflow-y: auto
    }

.modal-dialog-centered[b-u2yfvge615] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-u2yfvge615]::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-u2yfvge615] {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-u2yfvge615] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-u2yfvge615]::before {
            content: none
        }

.modal-content[b-u2yfvge615] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop[b-u2yfvge615] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-u2yfvge615] {
        opacity: 0
    }

    .modal-backdrop.show[b-u2yfvge615] {
        opacity: .5
    }

.modal-header[b-u2yfvge615] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close[b-u2yfvge615] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-u2yfvge615] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-u2yfvge615] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-u2yfvge615] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > *[b-u2yfvge615] {
        margin: .25rem
    }

.modal-scrollbar-measure[b-u2yfvge615] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog[b-u2yfvge615] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-u2yfvge615] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-u2yfvge615] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-u2yfvge615] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-u2yfvge615]::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm[b-u2yfvge615] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-u2yfvge615], .modal-xl[b-u2yfvge615] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-u2yfvge615] {
        max-width: 1140px
    }
}

.tooltip[b-u2yfvge615] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-u2yfvge615] {
        opacity: .9
    }

    .tooltip .arrow[b-u2yfvge615] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-u2yfvge615]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-u2yfvge615], .bs-tooltip-top[b-u2yfvge615] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-u2yfvge615], .bs-tooltip-top .arrow[b-u2yfvge615] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-u2yfvge615]::before, .bs-tooltip-top .arrow[b-u2yfvge615]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-u2yfvge615], .bs-tooltip-right[b-u2yfvge615] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-u2yfvge615], .bs-tooltip-right .arrow[b-u2yfvge615] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-u2yfvge615]::before, .bs-tooltip-right .arrow[b-u2yfvge615]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-u2yfvge615], .bs-tooltip-bottom[b-u2yfvge615] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-u2yfvge615], .bs-tooltip-bottom .arrow[b-u2yfvge615] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-u2yfvge615]::before, .bs-tooltip-bottom .arrow[b-u2yfvge615]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-u2yfvge615], .bs-tooltip-left[b-u2yfvge615] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-u2yfvge615], .bs-tooltip-left .arrow[b-u2yfvge615] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-u2yfvge615]::before, .bs-tooltip-left .arrow[b-u2yfvge615]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-u2yfvge615] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-u2yfvge615] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-u2yfvge615] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-u2yfvge615]::after, .popover .arrow[b-u2yfvge615]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-u2yfvge615], .bs-popover-top[b-u2yfvge615] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-u2yfvge615], .bs-popover-top > .arrow[b-u2yfvge615] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-u2yfvge615]::before, .bs-popover-top > .arrow[b-u2yfvge615]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-u2yfvge615]::after, .bs-popover-top > .arrow[b-u2yfvge615]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-u2yfvge615], .bs-popover-right[b-u2yfvge615] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-u2yfvge615], .bs-popover-right > .arrow[b-u2yfvge615] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-u2yfvge615]::before, .bs-popover-right > .arrow[b-u2yfvge615]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-u2yfvge615]::after, .bs-popover-right > .arrow[b-u2yfvge615]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-u2yfvge615], .bs-popover-bottom[b-u2yfvge615] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-u2yfvge615], .bs-popover-bottom > .arrow[b-u2yfvge615] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-u2yfvge615]::before, .bs-popover-bottom > .arrow[b-u2yfvge615]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-u2yfvge615]::after, .bs-popover-bottom > .arrow[b-u2yfvge615]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-u2yfvge615]::before, .bs-popover-bottom .popover-header[b-u2yfvge615]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-u2yfvge615], .bs-popover-left[b-u2yfvge615] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-u2yfvge615], .bs-popover-left > .arrow[b-u2yfvge615] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-u2yfvge615]::before, .bs-popover-left > .arrow[b-u2yfvge615]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-u2yfvge615]::after, .bs-popover-left > .arrow[b-u2yfvge615]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-u2yfvge615] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-u2yfvge615] {
        display: none
    }

.popover-body[b-u2yfvge615] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-u2yfvge615] {
    position: relative
}

    .carousel.pointer-event[b-u2yfvge615] {
        touch-action: pan-y
    }

.carousel-inner[b-u2yfvge615] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-u2yfvge615]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-u2yfvge615] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-u2yfvge615] {
        transition: none
    }
}

.carousel-item-next[b-u2yfvge615], .carousel-item-prev[b-u2yfvge615], .carousel-item.active[b-u2yfvge615] {
    display: block
}

    .active.carousel-item-right[b-u2yfvge615], .carousel-item-next:not(.carousel-item-left)[b-u2yfvge615] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-u2yfvge615], .carousel-item-prev:not(.carousel-item-right)[b-u2yfvge615] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-u2yfvge615] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-u2yfvge615], .carousel-fade .carousel-item-prev.carousel-item-right[b-u2yfvge615], .carousel-fade .carousel-item.active[b-u2yfvge615] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-u2yfvge615], .carousel-fade .active.carousel-item-right[b-u2yfvge615] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-u2yfvge615], .carousel-fade .active.carousel-item-right[b-u2yfvge615] {
        transition: none
    }
}

.carousel-control-next[b-u2yfvge615], .carousel-control-prev[b-u2yfvge615] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-u2yfvge615], .carousel-control-prev[b-u2yfvge615] {
        transition: none
    }
}

.carousel-control-next:focus[b-u2yfvge615], .carousel-control-next:hover[b-u2yfvge615], .carousel-control-prev:focus[b-u2yfvge615], .carousel-control-prev:hover[b-u2yfvge615] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-u2yfvge615] {
    left: 0
}

.carousel-control-next[b-u2yfvge615] {
    right: 0
}

.carousel-control-next-icon[b-u2yfvge615], .carousel-control-prev-icon[b-u2yfvge615] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-u2yfvge615] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-u2yfvge615] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-u2yfvge615] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-u2yfvge615] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-u2yfvge615] {
        transition: none
    }
}

.carousel-indicators .active[b-u2yfvge615] {
    opacity: 1
}

.carousel-caption[b-u2yfvge615] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-u2yfvge615 {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-u2yfvge615] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-u2yfvge615
}

.spinner-border-sm[b-u2yfvge615] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-u2yfvge615 {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-u2yfvge615] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-u2yfvge615
}

.spinner-grow-sm[b-u2yfvge615] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-u2yfvge615], .spinner-grow[b-u2yfvge615] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-u2yfvge615] {
    vertical-align: baseline !important
}

.align-top[b-u2yfvge615] {
    vertical-align: top !important
}

.align-middle[b-u2yfvge615] {
    vertical-align: middle !important
}

.align-bottom[b-u2yfvge615] {
    vertical-align: bottom !important
}

.align-text-bottom[b-u2yfvge615] {
    vertical-align: text-bottom !important
}

.align-text-top[b-u2yfvge615] {
    vertical-align: text-top !important
}

.bg-primary[b-u2yfvge615] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-u2yfvge615], a.bg-primary:hover[b-u2yfvge615], button.bg-primary:focus[b-u2yfvge615], button.bg-primary:hover[b-u2yfvge615] {
    background-color: #2653d4 !important
}

.bg-secondary[b-u2yfvge615] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-u2yfvge615], a.bg-secondary:hover[b-u2yfvge615], button.bg-secondary:focus[b-u2yfvge615], button.bg-secondary:hover[b-u2yfvge615] {
    background-color: #6b6d7d !important
}

.bg-success[b-u2yfvge615] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-u2yfvge615], a.bg-success:hover[b-u2yfvge615], button.bg-success:focus[b-u2yfvge615], button.bg-success:hover[b-u2yfvge615] {
    background-color: #169b6b !important
}

.bg-info[b-u2yfvge615] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-u2yfvge615], a.bg-info:hover[b-u2yfvge615], button.bg-info:focus[b-u2yfvge615], button.bg-info:hover[b-u2yfvge615] {
    background-color: #2a96a5 !important
}

.bg-warning[b-u2yfvge615] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-u2yfvge615], a.bg-warning:hover[b-u2yfvge615], button.bg-warning:focus[b-u2yfvge615], button.bg-warning:hover[b-u2yfvge615] {
    background-color: #f4b30d !important
}

.bg-danger[b-u2yfvge615] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-u2yfvge615], a.bg-danger:hover[b-u2yfvge615], button.bg-danger:focus[b-u2yfvge615], button.bg-danger:hover[b-u2yfvge615] {
    background-color: #d52a1a !important
}

.bg-light[b-u2yfvge615] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-u2yfvge615], a.bg-light:hover[b-u2yfvge615], button.bg-light:focus[b-u2yfvge615], button.bg-light:hover[b-u2yfvge615] {
    background-color: #d4daed !important
}

.bg-dark[b-u2yfvge615] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-u2yfvge615], a.bg-dark:hover[b-u2yfvge615], button.bg-dark:focus[b-u2yfvge615], button.bg-dark:hover[b-u2yfvge615] {
    background-color: #42444e !important
}

.bg-white[b-u2yfvge615] {
    background-color: #fff !important
}

.bg-transparent[b-u2yfvge615] {
    background-color: transparent !important
}

.border[b-u2yfvge615] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-u2yfvge615] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-u2yfvge615] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-u2yfvge615] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-u2yfvge615] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-u2yfvge615] {
    border: 0 !important
}

.border-top-0[b-u2yfvge615] {
    border-top: 0 !important
}

.border-right-0[b-u2yfvge615] {
    border-right: 0 !important
}

.border-bottom-0[b-u2yfvge615] {
    border-bottom: 0 !important
}

.border-left-0[b-u2yfvge615] {
    border-left: 0 !important
}

.border-primary[b-u2yfvge615] {
    border-color: #4e73df !important
}

.border-secondary[b-u2yfvge615] {
    border-color: #858796 !important
}

.border-success[b-u2yfvge615] {
    border-color: #1cc88a !important
}

.border-info[b-u2yfvge615] {
    border-color: #36b9cc !important
}

.border-warning[b-u2yfvge615] {
    border-color: #f6c23e !important
}

.border-danger[b-u2yfvge615] {
    border-color: #e74a3b !important
}

.border-light[b-u2yfvge615] {
    border-color: #f8f9fc !important
}

.border-dark[b-u2yfvge615] {
    border-color: #5a5c69 !important
}

.border-white[b-u2yfvge615] {
    border-color: #fff !important
}

.rounded-sm[b-u2yfvge615] {
    border-radius: .2rem !important
}

.rounded[b-u2yfvge615] {
    border-radius: .35rem !important
}

.rounded-top[b-u2yfvge615] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-u2yfvge615] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-u2yfvge615] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-u2yfvge615] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-u2yfvge615] {
    border-radius: .3rem !important
}

.rounded-circle[b-u2yfvge615] {
    border-radius: 50% !important
}

.rounded-pill[b-u2yfvge615] {
    border-radius: 50rem !important
}

.rounded-0[b-u2yfvge615] {
    border-radius: 0 !important
}

.clearfix[b-u2yfvge615]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-u2yfvge615] {
    display: none !important
}

.d-inline[b-u2yfvge615] {
    display: inline !important
}

.d-inline-block[b-u2yfvge615] {
    display: inline-block !important
}

.d-block[b-u2yfvge615] {
    display: block !important
}



.d-flex[b-u2yfvge615] {
    display: flex !important
}

.d-inline-flex[b-u2yfvge615] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-u2yfvge615] {
        display: none !important
    }

    .d-sm-inline[b-u2yfvge615] {
        display: inline !important
    }

    .d-sm-inline-block[b-u2yfvge615] {
        display: inline-block !important
    }

    .d-sm-block[b-u2yfvge615] {
        display: block !important
    }


    .d-sm-flex[b-u2yfvge615] {
        display: flex !important
    }

    .d-sm-inline-flex[b-u2yfvge615] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-u2yfvge615] {
        display: none !important
    }

    .d-md-inline[b-u2yfvge615] {
        display: inline !important
    }

    .d-md-inline-block[b-u2yfvge615] {
        display: inline-block !important
    }

    .d-md-block[b-u2yfvge615] {
        display: block !important
    }

  
    .d-md-flex[b-u2yfvge615] {
        display: flex !important
    }

    .d-md-inline-flex[b-u2yfvge615] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-u2yfvge615] {
        display: none !important
    }

    .d-lg-inline[b-u2yfvge615] {
        display: inline !important
    }

    .d-lg-inline-block[b-u2yfvge615] {
        display: inline-block !important
    }

    .d-lg-block[b-u2yfvge615] {
        display: block !important
    }


    .d-lg-flex[b-u2yfvge615] {
        display: flex !important
    }

    .d-lg-inline-flex[b-u2yfvge615] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-u2yfvge615] {
        display: none !important
    }

    .d-xl-inline[b-u2yfvge615] {
        display: inline !important
    }

    .d-xl-inline-block[b-u2yfvge615] {
        display: inline-block !important
    }

    .d-xl-block[b-u2yfvge615] {
        display: block !important
    }


    .d-xl-flex[b-u2yfvge615] {
        display: flex !important
    }

    .d-xl-inline-flex[b-u2yfvge615] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-u2yfvge615] {
        display: none !important
    }

    .d-print-inline[b-u2yfvge615] {
        display: inline !important
    }

    .d-print-inline-block[b-u2yfvge615] {
        display: inline-block !important
    }

    .d-print-block[b-u2yfvge615] {
        display: block !important
    }


    .d-print-flex[b-u2yfvge615] {
        display: flex !important
    }

    .d-print-inline-flex[b-u2yfvge615] {
        display: inline-flex !important
    }
}

.embed-responsive[b-u2yfvge615] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-u2yfvge615]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-u2yfvge615], .embed-responsive embed[b-u2yfvge615], .embed-responsive iframe[b-u2yfvge615], .embed-responsive object[b-u2yfvge615], .embed-responsive video[b-u2yfvge615] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-u2yfvge615]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-u2yfvge615]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-u2yfvge615]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-u2yfvge615]::before {
    padding-top: 100%
}

.flex-row[b-u2yfvge615] {
    flex-direction: row !important
}

.flex-column[b-u2yfvge615] {
    flex-direction: column !important
}

.flex-row-reverse[b-u2yfvge615] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-u2yfvge615] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-u2yfvge615] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-u2yfvge615] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-u2yfvge615] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-u2yfvge615] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-u2yfvge615] {
    flex-grow: 0 !important
}

.flex-grow-1[b-u2yfvge615] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-u2yfvge615] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-u2yfvge615] {
    flex-shrink: 1 !important
}

.justify-content-start[b-u2yfvge615] {
    justify-content: flex-start !important
}

.justify-content-end[b-u2yfvge615] {
    justify-content: flex-end !important
}

.justify-content-center[b-u2yfvge615] {
    justify-content: center !important
}

.justify-content-between[b-u2yfvge615] {
    justify-content: space-between !important
}

.justify-content-around[b-u2yfvge615] {
    justify-content: space-around !important
}

.align-items-start[b-u2yfvge615] {
    align-items: flex-start !important
}

.align-items-end[b-u2yfvge615] {
    align-items: flex-end !important
}

.align-items-center[b-u2yfvge615] {
    align-items: center !important
}

.align-items-baseline[b-u2yfvge615] {
    align-items: baseline !important
}

.align-items-stretch[b-u2yfvge615] {
    align-items: stretch !important
}

.align-content-start[b-u2yfvge615] {
    align-content: flex-start !important
}

.align-content-end[b-u2yfvge615] {
    align-content: flex-end !important
}

.align-content-center[b-u2yfvge615] {
    align-content: center !important
}

.align-content-between[b-u2yfvge615] {
    align-content: space-between !important
}

.align-content-around[b-u2yfvge615] {
    align-content: space-around !important
}

.align-content-stretch[b-u2yfvge615] {
    align-content: stretch !important
}

.align-self-auto[b-u2yfvge615] {
    align-self: auto !important
}

.align-self-start[b-u2yfvge615] {
    align-self: flex-start !important
}

.align-self-end[b-u2yfvge615] {
    align-self: flex-end !important
}

.align-self-center[b-u2yfvge615] {
    align-self: center !important
}

.align-self-baseline[b-u2yfvge615] {
    align-self: baseline !important
}

.align-self-stretch[b-u2yfvge615] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-u2yfvge615] {
        flex-direction: row !important
    }

    .flex-sm-column[b-u2yfvge615] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-u2yfvge615] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-u2yfvge615] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-u2yfvge615] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-u2yfvge615] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-u2yfvge615] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-u2yfvge615] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-u2yfvge615] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-u2yfvge615] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-u2yfvge615] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-u2yfvge615] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-u2yfvge615] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-u2yfvge615] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-u2yfvge615] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-u2yfvge615] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-u2yfvge615] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-u2yfvge615] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-u2yfvge615] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-u2yfvge615] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-u2yfvge615] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-u2yfvge615] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-u2yfvge615] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-u2yfvge615] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-u2yfvge615] {
        align-content: center !important
    }

    .align-content-sm-between[b-u2yfvge615] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-u2yfvge615] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-u2yfvge615] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-u2yfvge615] {
        align-self: auto !important
    }

    .align-self-sm-start[b-u2yfvge615] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-u2yfvge615] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-u2yfvge615] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-u2yfvge615] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-u2yfvge615] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-u2yfvge615] {
        flex-direction: row !important
    }

    .flex-md-column[b-u2yfvge615] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-u2yfvge615] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-u2yfvge615] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-u2yfvge615] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-u2yfvge615] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-u2yfvge615] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-u2yfvge615] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-u2yfvge615] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-u2yfvge615] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-u2yfvge615] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-u2yfvge615] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-u2yfvge615] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-u2yfvge615] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-u2yfvge615] {
        justify-content: center !important
    }

    .justify-content-md-between[b-u2yfvge615] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-u2yfvge615] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-u2yfvge615] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-u2yfvge615] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-u2yfvge615] {
        align-items: center !important
    }

    .align-items-md-baseline[b-u2yfvge615] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-u2yfvge615] {
        align-items: stretch !important
    }

    .align-content-md-start[b-u2yfvge615] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-u2yfvge615] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-u2yfvge615] {
        align-content: center !important
    }

    .align-content-md-between[b-u2yfvge615] {
        align-content: space-between !important
    }

    .align-content-md-around[b-u2yfvge615] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-u2yfvge615] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-u2yfvge615] {
        align-self: auto !important
    }

    .align-self-md-start[b-u2yfvge615] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-u2yfvge615] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-u2yfvge615] {
        align-self: center !important
    }

    .align-self-md-baseline[b-u2yfvge615] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-u2yfvge615] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-u2yfvge615] {
        flex-direction: row !important
    }

    .flex-lg-column[b-u2yfvge615] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-u2yfvge615] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-u2yfvge615] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-u2yfvge615] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-u2yfvge615] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-u2yfvge615] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-u2yfvge615] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-u2yfvge615] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-u2yfvge615] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-u2yfvge615] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-u2yfvge615] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-u2yfvge615] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-u2yfvge615] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-u2yfvge615] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-u2yfvge615] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-u2yfvge615] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-u2yfvge615] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-u2yfvge615] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-u2yfvge615] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-u2yfvge615] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-u2yfvge615] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-u2yfvge615] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-u2yfvge615] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-u2yfvge615] {
        align-content: center !important
    }

    .align-content-lg-between[b-u2yfvge615] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-u2yfvge615] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-u2yfvge615] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-u2yfvge615] {
        align-self: auto !important
    }

    .align-self-lg-start[b-u2yfvge615] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-u2yfvge615] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-u2yfvge615] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-u2yfvge615] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-u2yfvge615] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-u2yfvge615] {
        flex-direction: row !important
    }

    .flex-xl-column[b-u2yfvge615] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-u2yfvge615] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-u2yfvge615] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-u2yfvge615] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-u2yfvge615] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-u2yfvge615] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-u2yfvge615] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-u2yfvge615] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-u2yfvge615] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-u2yfvge615] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-u2yfvge615] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-u2yfvge615] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-u2yfvge615] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-u2yfvge615] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-u2yfvge615] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-u2yfvge615] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-u2yfvge615] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-u2yfvge615] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-u2yfvge615] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-u2yfvge615] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-u2yfvge615] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-u2yfvge615] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-u2yfvge615] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-u2yfvge615] {
        align-content: center !important
    }

    .align-content-xl-between[b-u2yfvge615] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-u2yfvge615] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-u2yfvge615] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-u2yfvge615] {
        align-self: auto !important
    }

    .align-self-xl-start[b-u2yfvge615] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-u2yfvge615] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-u2yfvge615] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-u2yfvge615] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-u2yfvge615] {
        align-self: stretch !important
    }
}

.float-left[b-u2yfvge615] {
    float: left !important
}

.float-right[b-u2yfvge615] {
    float: right !important
}

.float-none[b-u2yfvge615] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-u2yfvge615] {
        float: left !important
    }

    .float-sm-right[b-u2yfvge615] {
        float: right !important
    }

    .float-sm-none[b-u2yfvge615] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-u2yfvge615] {
        float: left !important
    }

    .float-md-right[b-u2yfvge615] {
        float: right !important
    }

    .float-md-none[b-u2yfvge615] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-u2yfvge615] {
        float: left !important
    }

    .float-lg-right[b-u2yfvge615] {
        float: right !important
    }

    .float-lg-none[b-u2yfvge615] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-u2yfvge615] {
        float: left !important
    }

    .float-xl-right[b-u2yfvge615] {
        float: right !important
    }

    .float-xl-none[b-u2yfvge615] {
        float: none !important
    }
}

.user-select-all[b-u2yfvge615] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-u2yfvge615] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-u2yfvge615] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-u2yfvge615] {
    overflow: auto !important
}

.overflow-hidden[b-u2yfvge615] {
    overflow: hidden !important
}

.position-static[b-u2yfvge615] {
    position: static !important
}

.position-relative[b-u2yfvge615] {
    position: relative !important
}

.position-absolute[b-u2yfvge615] {
    position: absolute !important
}

.position-fixed[b-u2yfvge615] {
    position: fixed !important
}

.position-sticky[b-u2yfvge615] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-u2yfvge615] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-u2yfvge615] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-u2yfvge615] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-u2yfvge615] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-u2yfvge615], .sr-only-focusable:focus[b-u2yfvge615] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-u2yfvge615] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-u2yfvge615] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-u2yfvge615] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-u2yfvge615] {
    box-shadow: none !important
}

.w-25[b-u2yfvge615] {
    width: 25% !important
}

.w-50[b-u2yfvge615] {
    width: 50% !important
}

.w-75[b-u2yfvge615] {
    width: 75% !important
}

.w-100[b-u2yfvge615] {
    width: 100% !important
}

.w-auto[b-u2yfvge615] {
    width: auto !important
}

.h-25[b-u2yfvge615] {
    height: 25% !important
}

.h-50[b-u2yfvge615] {
    height: 50% !important
}

.h-75[b-u2yfvge615] {
    height: 75% !important
}

.h-100[b-u2yfvge615] {
    height: 100% !important
}

.h-auto[b-u2yfvge615] {
    height: auto !important
}

.mw-100[b-u2yfvge615] {
    max-width: 100% !important
}

.mh-100[b-u2yfvge615] {
    max-height: 100% !important
}

.min-vw-100[b-u2yfvge615] {
    min-width: 100vw !important
}

.min-vh-100[b-u2yfvge615] {
    min-height: 100vh !important
}

.vw-100[b-u2yfvge615] {
    width: 100vw !important
}

.vh-100[b-u2yfvge615] {
    height: 100vh !important
}

.m-0[b-u2yfvge615] {
    margin: 0 !important
}

.mt-0[b-u2yfvge615], .my-0[b-u2yfvge615] {
    margin-top: 0 !important
}

.mr-0[b-u2yfvge615], .mx-0[b-u2yfvge615] {
    margin-right: 0 !important
}

.mb-0[b-u2yfvge615], .my-0[b-u2yfvge615] {
    margin-bottom: 0 !important
}

.ml-0[b-u2yfvge615], .mx-0[b-u2yfvge615] {
    margin-left: 0 !important
}

.m-1[b-u2yfvge615] {
    margin: .25rem !important
}

.mt-1[b-u2yfvge615], .my-1[b-u2yfvge615] {
    margin-top: .25rem !important
}

.mr-1[b-u2yfvge615], .mx-1[b-u2yfvge615] {
    margin-right: .25rem !important
}

.mb-1[b-u2yfvge615], .my-1[b-u2yfvge615] {
    margin-bottom: .25rem !important
}

.ml-1[b-u2yfvge615], .mx-1[b-u2yfvge615] {
    margin-left: .25rem !important
}

.m-2[b-u2yfvge615] {
    margin: .5rem !important
}

.mt-2[b-u2yfvge615], .my-2[b-u2yfvge615] {
    margin-top: .5rem !important
}

.mr-2[b-u2yfvge615], .mx-2[b-u2yfvge615] {
    margin-right: .5rem !important
}

.mb-2[b-u2yfvge615], .my-2[b-u2yfvge615] {
    margin-bottom: .5rem !important
}

.ml-2[b-u2yfvge615], .mx-2[b-u2yfvge615] {
    margin-left: .5rem !important
}

.m-3[b-u2yfvge615] {
    margin: 1rem !important
}

.mt-3[b-u2yfvge615], .my-3[b-u2yfvge615] {
    margin-top: 1rem !important
}

.mr-3[b-u2yfvge615], .mx-3[b-u2yfvge615] {
    margin-right: 1rem !important
}

.mb-3[b-u2yfvge615], .my-3[b-u2yfvge615] {
    margin-bottom: 1rem !important
}

.ml-3[b-u2yfvge615], .mx-3[b-u2yfvge615] {
    margin-left: 1rem !important
}

.m-4[b-u2yfvge615] {
    margin: 1.5rem !important
}

.mt-4[b-u2yfvge615], .my-4[b-u2yfvge615] {
    margin-top: 1.5rem !important
}

.mr-4[b-u2yfvge615], .mx-4[b-u2yfvge615] {
    margin-right: 1.5rem !important
}

.mb-4[b-u2yfvge615], .my-4[b-u2yfvge615] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-u2yfvge615], .mx-4[b-u2yfvge615] {
    margin-left: 1.5rem !important
}

.m-5[b-u2yfvge615] {
    margin: 3rem !important
}

.mt-5[b-u2yfvge615], .my-5[b-u2yfvge615] {
    margin-top: 3rem !important
}

.mr-5[b-u2yfvge615], .mx-5[b-u2yfvge615] {
    margin-right: 3rem !important
}

.mb-5[b-u2yfvge615], .my-5[b-u2yfvge615] {
    margin-bottom: 3rem !important
}

.ml-5[b-u2yfvge615], .mx-5[b-u2yfvge615] {
    margin-left: 3rem !important
}

.p-0[b-u2yfvge615] {
    padding: 0 !important
}

.pt-0[b-u2yfvge615], .py-0[b-u2yfvge615] {
    padding-top: 0 !important
}

.pr-0[b-u2yfvge615], .px-0[b-u2yfvge615] {
    padding-right: 0 !important
}

.pb-0[b-u2yfvge615], .py-0[b-u2yfvge615] {
    padding-bottom: 0 !important
}

.pl-0[b-u2yfvge615], .px-0[b-u2yfvge615] {
    padding-left: 0 !important
}

.p-1[b-u2yfvge615] {
    padding: .25rem !important
}

.pt-1[b-u2yfvge615], .py-1[b-u2yfvge615] {
    padding-top: .25rem !important
}

.pr-1[b-u2yfvge615], .px-1[b-u2yfvge615] {
    padding-right: .25rem !important
}

.pb-1[b-u2yfvge615], .py-1[b-u2yfvge615] {
    padding-bottom: .25rem !important
}

.pl-1[b-u2yfvge615], .px-1[b-u2yfvge615] {
    padding-left: .25rem !important
}

.p-2[b-u2yfvge615] {
    padding: .5rem !important
}

.pt-2[b-u2yfvge615], .py-2[b-u2yfvge615] {
    padding-top: .5rem !important
}

.pr-2[b-u2yfvge615], .px-2[b-u2yfvge615] {
    padding-right: .5rem !important
}

.pb-2[b-u2yfvge615], .py-2[b-u2yfvge615] {
    padding-bottom: .5rem !important
}

.pl-2[b-u2yfvge615], .px-2[b-u2yfvge615] {
    padding-left: .5rem !important
}

.p-3[b-u2yfvge615] {
    padding: 1rem !important
}

.pt-3[b-u2yfvge615], .py-3[b-u2yfvge615] {
    padding-top: 1rem !important
}

.pr-3[b-u2yfvge615], .px-3[b-u2yfvge615] {
    padding-right: 1rem !important
}

.pb-3[b-u2yfvge615], .py-3[b-u2yfvge615] {
    padding-bottom: 1rem !important
}

.pl-3[b-u2yfvge615], .px-3[b-u2yfvge615] {
    padding-left: 1rem !important
}

.p-4[b-u2yfvge615] {
    padding: 1.5rem !important
}

.pt-4[b-u2yfvge615], .py-4[b-u2yfvge615] {
    padding-top: 1.5rem !important
}

.pr-4[b-u2yfvge615], .px-4[b-u2yfvge615] {
    padding-right: 1.5rem !important
}

.pb-4[b-u2yfvge615], .py-4[b-u2yfvge615] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-u2yfvge615], .px-4[b-u2yfvge615] {
    padding-left: 1.5rem !important
}

.p-5[b-u2yfvge615] {
    padding: 3rem !important
}

.pt-5[b-u2yfvge615], .py-5[b-u2yfvge615] {
    padding-top: 3rem !important
}

.pr-5[b-u2yfvge615], .px-5[b-u2yfvge615] {
    padding-right: 3rem !important
}

.pb-5[b-u2yfvge615], .py-5[b-u2yfvge615] {
    padding-bottom: 3rem !important
}

.pl-5[b-u2yfvge615], .px-5[b-u2yfvge615] {
    padding-left: 3rem !important
}

.m-n1[b-u2yfvge615] {
    margin: -.25rem !important
}

.mt-n1[b-u2yfvge615], .my-n1[b-u2yfvge615] {
    margin-top: -.25rem !important
}

.mr-n1[b-u2yfvge615], .mx-n1[b-u2yfvge615] {
    margin-right: -.25rem !important
}

.mb-n1[b-u2yfvge615], .my-n1[b-u2yfvge615] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-u2yfvge615], .mx-n1[b-u2yfvge615] {
    margin-left: -.25rem !important
}

.m-n2[b-u2yfvge615] {
    margin: -.5rem !important
}

.mt-n2[b-u2yfvge615], .my-n2[b-u2yfvge615] {
    margin-top: -.5rem !important
}

.mr-n2[b-u2yfvge615], .mx-n2[b-u2yfvge615] {
    margin-right: -.5rem !important
}

.mb-n2[b-u2yfvge615], .my-n2[b-u2yfvge615] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-u2yfvge615], .mx-n2[b-u2yfvge615] {
    margin-left: -.5rem !important
}

.m-n3[b-u2yfvge615] {
    margin: -1rem !important
}

.mt-n3[b-u2yfvge615], .my-n3[b-u2yfvge615] {
    margin-top: -1rem !important
}

.mr-n3[b-u2yfvge615], .mx-n3[b-u2yfvge615] {
    margin-right: -1rem !important
}

.mb-n3[b-u2yfvge615], .my-n3[b-u2yfvge615] {
    margin-bottom: -1rem !important
}

.ml-n3[b-u2yfvge615], .mx-n3[b-u2yfvge615] {
    margin-left: -1rem !important
}

.m-n4[b-u2yfvge615] {
    margin: -1.5rem !important
}

.mt-n4[b-u2yfvge615], .my-n4[b-u2yfvge615] {
    margin-top: -1.5rem !important
}

.mr-n4[b-u2yfvge615], .mx-n4[b-u2yfvge615] {
    margin-right: -1.5rem !important
}

.mb-n4[b-u2yfvge615], .my-n4[b-u2yfvge615] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-u2yfvge615], .mx-n4[b-u2yfvge615] {
    margin-left: -1.5rem !important
}

.m-n5[b-u2yfvge615] {
    margin: -3rem !important
}

.mt-n5[b-u2yfvge615], .my-n5[b-u2yfvge615] {
    margin-top: -3rem !important
}

.mr-n5[b-u2yfvge615], .mx-n5[b-u2yfvge615] {
    margin-right: -3rem !important
}

.mb-n5[b-u2yfvge615], .my-n5[b-u2yfvge615] {
    margin-bottom: -3rem !important
}

.ml-n5[b-u2yfvge615], .mx-n5[b-u2yfvge615] {
    margin-left: -3rem !important
}

.m-auto[b-u2yfvge615] {
    margin: auto !important
}

.mt-auto[b-u2yfvge615], .my-auto[b-u2yfvge615] {
    margin-top: auto !important
}

.mr-auto[b-u2yfvge615], .mx-auto[b-u2yfvge615] {
    margin-right: auto !important
}

.mb-auto[b-u2yfvge615], .my-auto[b-u2yfvge615] {
    margin-bottom: auto !important
}

.ml-auto[b-u2yfvge615], .mx-auto[b-u2yfvge615] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-u2yfvge615] {
        margin: 0 !important
    }

    .mt-sm-0[b-u2yfvge615], .my-sm-0[b-u2yfvge615] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-u2yfvge615], .mx-sm-0[b-u2yfvge615] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-u2yfvge615], .my-sm-0[b-u2yfvge615] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-u2yfvge615], .mx-sm-0[b-u2yfvge615] {
        margin-left: 0 !important
    }

    .m-sm-1[b-u2yfvge615] {
        margin: .25rem !important
    }

    .mt-sm-1[b-u2yfvge615], .my-sm-1[b-u2yfvge615] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-u2yfvge615], .mx-sm-1[b-u2yfvge615] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-u2yfvge615], .my-sm-1[b-u2yfvge615] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-u2yfvge615], .mx-sm-1[b-u2yfvge615] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-u2yfvge615] {
        margin: .5rem !important
    }

    .mt-sm-2[b-u2yfvge615], .my-sm-2[b-u2yfvge615] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-u2yfvge615], .mx-sm-2[b-u2yfvge615] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-u2yfvge615], .my-sm-2[b-u2yfvge615] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-u2yfvge615], .mx-sm-2[b-u2yfvge615] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-u2yfvge615] {
        margin: 1rem !important
    }

    .mt-sm-3[b-u2yfvge615], .my-sm-3[b-u2yfvge615] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-u2yfvge615], .mx-sm-3[b-u2yfvge615] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-u2yfvge615], .my-sm-3[b-u2yfvge615] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-u2yfvge615], .mx-sm-3[b-u2yfvge615] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-u2yfvge615] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-u2yfvge615], .my-sm-4[b-u2yfvge615] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-u2yfvge615], .mx-sm-4[b-u2yfvge615] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-u2yfvge615], .my-sm-4[b-u2yfvge615] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-u2yfvge615], .mx-sm-4[b-u2yfvge615] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-u2yfvge615] {
        margin: 3rem !important
    }

    .mt-sm-5[b-u2yfvge615], .my-sm-5[b-u2yfvge615] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-u2yfvge615], .mx-sm-5[b-u2yfvge615] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-u2yfvge615], .my-sm-5[b-u2yfvge615] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-u2yfvge615], .mx-sm-5[b-u2yfvge615] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-u2yfvge615] {
        padding: 0 !important
    }

    .pt-sm-0[b-u2yfvge615], .py-sm-0[b-u2yfvge615] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-u2yfvge615], .px-sm-0[b-u2yfvge615] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-u2yfvge615], .py-sm-0[b-u2yfvge615] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-u2yfvge615], .px-sm-0[b-u2yfvge615] {
        padding-left: 0 !important
    }

    .p-sm-1[b-u2yfvge615] {
        padding: .25rem !important
    }

    .pt-sm-1[b-u2yfvge615], .py-sm-1[b-u2yfvge615] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-u2yfvge615], .px-sm-1[b-u2yfvge615] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-u2yfvge615], .py-sm-1[b-u2yfvge615] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-u2yfvge615], .px-sm-1[b-u2yfvge615] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-u2yfvge615] {
        padding: .5rem !important
    }

    .pt-sm-2[b-u2yfvge615], .py-sm-2[b-u2yfvge615] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-u2yfvge615], .px-sm-2[b-u2yfvge615] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-u2yfvge615], .py-sm-2[b-u2yfvge615] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-u2yfvge615], .px-sm-2[b-u2yfvge615] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-u2yfvge615] {
        padding: 1rem !important
    }

    .pt-sm-3[b-u2yfvge615], .py-sm-3[b-u2yfvge615] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-u2yfvge615], .px-sm-3[b-u2yfvge615] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-u2yfvge615], .py-sm-3[b-u2yfvge615] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-u2yfvge615], .px-sm-3[b-u2yfvge615] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-u2yfvge615] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-u2yfvge615], .py-sm-4[b-u2yfvge615] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-u2yfvge615], .px-sm-4[b-u2yfvge615] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-u2yfvge615], .py-sm-4[b-u2yfvge615] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-u2yfvge615], .px-sm-4[b-u2yfvge615] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-u2yfvge615] {
        padding: 3rem !important
    }

    .pt-sm-5[b-u2yfvge615], .py-sm-5[b-u2yfvge615] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-u2yfvge615], .px-sm-5[b-u2yfvge615] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-u2yfvge615], .py-sm-5[b-u2yfvge615] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-u2yfvge615], .px-sm-5[b-u2yfvge615] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-u2yfvge615] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-u2yfvge615], .my-sm-n1[b-u2yfvge615] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-u2yfvge615], .mx-sm-n1[b-u2yfvge615] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-u2yfvge615], .my-sm-n1[b-u2yfvge615] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-u2yfvge615], .mx-sm-n1[b-u2yfvge615] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-u2yfvge615] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-u2yfvge615], .my-sm-n2[b-u2yfvge615] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-u2yfvge615], .mx-sm-n2[b-u2yfvge615] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-u2yfvge615], .my-sm-n2[b-u2yfvge615] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-u2yfvge615], .mx-sm-n2[b-u2yfvge615] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-u2yfvge615] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-u2yfvge615], .my-sm-n3[b-u2yfvge615] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-u2yfvge615], .mx-sm-n3[b-u2yfvge615] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-u2yfvge615], .my-sm-n3[b-u2yfvge615] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-u2yfvge615], .mx-sm-n3[b-u2yfvge615] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-u2yfvge615] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-u2yfvge615], .my-sm-n4[b-u2yfvge615] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-u2yfvge615], .mx-sm-n4[b-u2yfvge615] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-u2yfvge615], .my-sm-n4[b-u2yfvge615] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-u2yfvge615], .mx-sm-n4[b-u2yfvge615] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-u2yfvge615] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-u2yfvge615], .my-sm-n5[b-u2yfvge615] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-u2yfvge615], .mx-sm-n5[b-u2yfvge615] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-u2yfvge615], .my-sm-n5[b-u2yfvge615] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-u2yfvge615], .mx-sm-n5[b-u2yfvge615] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-u2yfvge615] {
        margin: auto !important
    }

    .mt-sm-auto[b-u2yfvge615], .my-sm-auto[b-u2yfvge615] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-u2yfvge615], .mx-sm-auto[b-u2yfvge615] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-u2yfvge615], .my-sm-auto[b-u2yfvge615] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-u2yfvge615], .mx-sm-auto[b-u2yfvge615] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-u2yfvge615] {
        margin: 0 !important
    }

    .mt-md-0[b-u2yfvge615], .my-md-0[b-u2yfvge615] {
        margin-top: 0 !important
    }

    .mr-md-0[b-u2yfvge615], .mx-md-0[b-u2yfvge615] {
        margin-right: 0 !important
    }

    .mb-md-0[b-u2yfvge615], .my-md-0[b-u2yfvge615] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-u2yfvge615], .mx-md-0[b-u2yfvge615] {
        margin-left: 0 !important
    }

    .m-md-1[b-u2yfvge615] {
        margin: .25rem !important
    }

    .mt-md-1[b-u2yfvge615], .my-md-1[b-u2yfvge615] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-u2yfvge615], .mx-md-1[b-u2yfvge615] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-u2yfvge615], .my-md-1[b-u2yfvge615] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-u2yfvge615], .mx-md-1[b-u2yfvge615] {
        margin-left: .25rem !important
    }

    .m-md-2[b-u2yfvge615] {
        margin: .5rem !important
    }

    .mt-md-2[b-u2yfvge615], .my-md-2[b-u2yfvge615] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-u2yfvge615], .mx-md-2[b-u2yfvge615] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-u2yfvge615], .my-md-2[b-u2yfvge615] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-u2yfvge615], .mx-md-2[b-u2yfvge615] {
        margin-left: .5rem !important
    }

    .m-md-3[b-u2yfvge615] {
        margin: 1rem !important
    }

    .mt-md-3[b-u2yfvge615], .my-md-3[b-u2yfvge615] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-u2yfvge615], .mx-md-3[b-u2yfvge615] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-u2yfvge615], .my-md-3[b-u2yfvge615] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-u2yfvge615], .mx-md-3[b-u2yfvge615] {
        margin-left: 1rem !important
    }

    .m-md-4[b-u2yfvge615] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-u2yfvge615], .my-md-4[b-u2yfvge615] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-u2yfvge615], .mx-md-4[b-u2yfvge615] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-u2yfvge615], .my-md-4[b-u2yfvge615] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-u2yfvge615], .mx-md-4[b-u2yfvge615] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-u2yfvge615] {
        margin: 3rem !important
    }

    .mt-md-5[b-u2yfvge615], .my-md-5[b-u2yfvge615] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-u2yfvge615], .mx-md-5[b-u2yfvge615] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-u2yfvge615], .my-md-5[b-u2yfvge615] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-u2yfvge615], .mx-md-5[b-u2yfvge615] {
        margin-left: 3rem !important
    }

    .p-md-0[b-u2yfvge615] {
        padding: 0 !important
    }

    .pt-md-0[b-u2yfvge615], .py-md-0[b-u2yfvge615] {
        padding-top: 0 !important
    }

    .pr-md-0[b-u2yfvge615], .px-md-0[b-u2yfvge615] {
        padding-right: 0 !important
    }

    .pb-md-0[b-u2yfvge615], .py-md-0[b-u2yfvge615] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-u2yfvge615], .px-md-0[b-u2yfvge615] {
        padding-left: 0 !important
    }

    .p-md-1[b-u2yfvge615] {
        padding: .25rem !important
    }

    .pt-md-1[b-u2yfvge615], .py-md-1[b-u2yfvge615] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-u2yfvge615], .px-md-1[b-u2yfvge615] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-u2yfvge615], .py-md-1[b-u2yfvge615] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-u2yfvge615], .px-md-1[b-u2yfvge615] {
        padding-left: .25rem !important
    }

    .p-md-2[b-u2yfvge615] {
        padding: .5rem !important
    }

    .pt-md-2[b-u2yfvge615], .py-md-2[b-u2yfvge615] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-u2yfvge615], .px-md-2[b-u2yfvge615] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-u2yfvge615], .py-md-2[b-u2yfvge615] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-u2yfvge615], .px-md-2[b-u2yfvge615] {
        padding-left: .5rem !important
    }

    .p-md-3[b-u2yfvge615] {
        padding: 1rem !important
    }

    .pt-md-3[b-u2yfvge615], .py-md-3[b-u2yfvge615] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-u2yfvge615], .px-md-3[b-u2yfvge615] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-u2yfvge615], .py-md-3[b-u2yfvge615] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-u2yfvge615], .px-md-3[b-u2yfvge615] {
        padding-left: 1rem !important
    }

    .p-md-4[b-u2yfvge615] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-u2yfvge615], .py-md-4[b-u2yfvge615] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-u2yfvge615], .px-md-4[b-u2yfvge615] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-u2yfvge615], .py-md-4[b-u2yfvge615] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-u2yfvge615], .px-md-4[b-u2yfvge615] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-u2yfvge615] {
        padding: 3rem !important
    }

    .pt-md-5[b-u2yfvge615], .py-md-5[b-u2yfvge615] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-u2yfvge615], .px-md-5[b-u2yfvge615] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-u2yfvge615], .py-md-5[b-u2yfvge615] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-u2yfvge615], .px-md-5[b-u2yfvge615] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-u2yfvge615] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-u2yfvge615], .my-md-n1[b-u2yfvge615] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-u2yfvge615], .mx-md-n1[b-u2yfvge615] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-u2yfvge615], .my-md-n1[b-u2yfvge615] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-u2yfvge615], .mx-md-n1[b-u2yfvge615] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-u2yfvge615] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-u2yfvge615], .my-md-n2[b-u2yfvge615] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-u2yfvge615], .mx-md-n2[b-u2yfvge615] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-u2yfvge615], .my-md-n2[b-u2yfvge615] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-u2yfvge615], .mx-md-n2[b-u2yfvge615] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-u2yfvge615] {
        margin: -1rem !important
    }

    .mt-md-n3[b-u2yfvge615], .my-md-n3[b-u2yfvge615] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-u2yfvge615], .mx-md-n3[b-u2yfvge615] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-u2yfvge615], .my-md-n3[b-u2yfvge615] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-u2yfvge615], .mx-md-n3[b-u2yfvge615] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-u2yfvge615] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-u2yfvge615], .my-md-n4[b-u2yfvge615] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-u2yfvge615], .mx-md-n4[b-u2yfvge615] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-u2yfvge615], .my-md-n4[b-u2yfvge615] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-u2yfvge615], .mx-md-n4[b-u2yfvge615] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-u2yfvge615] {
        margin: -3rem !important
    }

    .mt-md-n5[b-u2yfvge615], .my-md-n5[b-u2yfvge615] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-u2yfvge615], .mx-md-n5[b-u2yfvge615] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-u2yfvge615], .my-md-n5[b-u2yfvge615] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-u2yfvge615], .mx-md-n5[b-u2yfvge615] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-u2yfvge615] {
        margin: auto !important
    }

    .mt-md-auto[b-u2yfvge615], .my-md-auto[b-u2yfvge615] {
        margin-top: auto !important
    }

    .mr-md-auto[b-u2yfvge615], .mx-md-auto[b-u2yfvge615] {
        margin-right: auto !important
    }

    .mb-md-auto[b-u2yfvge615], .my-md-auto[b-u2yfvge615] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-u2yfvge615], .mx-md-auto[b-u2yfvge615] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-u2yfvge615] {
        margin: 0 !important
    }

    .mt-lg-0[b-u2yfvge615], .my-lg-0[b-u2yfvge615] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-u2yfvge615], .mx-lg-0[b-u2yfvge615] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-u2yfvge615], .my-lg-0[b-u2yfvge615] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-u2yfvge615], .mx-lg-0[b-u2yfvge615] {
        margin-left: 0 !important
    }

    .m-lg-1[b-u2yfvge615] {
        margin: .25rem !important
    }

    .mt-lg-1[b-u2yfvge615], .my-lg-1[b-u2yfvge615] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-u2yfvge615], .mx-lg-1[b-u2yfvge615] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-u2yfvge615], .my-lg-1[b-u2yfvge615] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-u2yfvge615], .mx-lg-1[b-u2yfvge615] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-u2yfvge615] {
        margin: .5rem !important
    }

    .mt-lg-2[b-u2yfvge615], .my-lg-2[b-u2yfvge615] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-u2yfvge615], .mx-lg-2[b-u2yfvge615] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-u2yfvge615], .my-lg-2[b-u2yfvge615] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-u2yfvge615], .mx-lg-2[b-u2yfvge615] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-u2yfvge615] {
        margin: 1rem !important
    }

    .mt-lg-3[b-u2yfvge615], .my-lg-3[b-u2yfvge615] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-u2yfvge615], .mx-lg-3[b-u2yfvge615] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-u2yfvge615], .my-lg-3[b-u2yfvge615] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-u2yfvge615], .mx-lg-3[b-u2yfvge615] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-u2yfvge615] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-u2yfvge615], .my-lg-4[b-u2yfvge615] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-u2yfvge615], .mx-lg-4[b-u2yfvge615] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-u2yfvge615], .my-lg-4[b-u2yfvge615] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-u2yfvge615], .mx-lg-4[b-u2yfvge615] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-u2yfvge615] {
        margin: 3rem !important
    }

    .mt-lg-5[b-u2yfvge615], .my-lg-5[b-u2yfvge615] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-u2yfvge615], .mx-lg-5[b-u2yfvge615] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-u2yfvge615], .my-lg-5[b-u2yfvge615] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-u2yfvge615], .mx-lg-5[b-u2yfvge615] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-u2yfvge615] {
        padding: 0 !important
    }

    .pt-lg-0[b-u2yfvge615], .py-lg-0[b-u2yfvge615] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-u2yfvge615], .px-lg-0[b-u2yfvge615] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-u2yfvge615], .py-lg-0[b-u2yfvge615] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-u2yfvge615], .px-lg-0[b-u2yfvge615] {
        padding-left: 0 !important
    }

    .p-lg-1[b-u2yfvge615] {
        padding: .25rem !important
    }

    .pt-lg-1[b-u2yfvge615], .py-lg-1[b-u2yfvge615] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-u2yfvge615], .px-lg-1[b-u2yfvge615] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-u2yfvge615], .py-lg-1[b-u2yfvge615] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-u2yfvge615], .px-lg-1[b-u2yfvge615] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-u2yfvge615] {
        padding: .5rem !important
    }

    .pt-lg-2[b-u2yfvge615], .py-lg-2[b-u2yfvge615] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-u2yfvge615], .px-lg-2[b-u2yfvge615] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-u2yfvge615], .py-lg-2[b-u2yfvge615] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-u2yfvge615], .px-lg-2[b-u2yfvge615] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-u2yfvge615] {
        padding: 1rem !important
    }

    .pt-lg-3[b-u2yfvge615], .py-lg-3[b-u2yfvge615] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-u2yfvge615], .px-lg-3[b-u2yfvge615] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-u2yfvge615], .py-lg-3[b-u2yfvge615] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-u2yfvge615], .px-lg-3[b-u2yfvge615] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-u2yfvge615] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-u2yfvge615], .py-lg-4[b-u2yfvge615] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-u2yfvge615], .px-lg-4[b-u2yfvge615] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-u2yfvge615], .py-lg-4[b-u2yfvge615] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-u2yfvge615], .px-lg-4[b-u2yfvge615] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-u2yfvge615] {
        padding: 3rem !important
    }

    .pt-lg-5[b-u2yfvge615], .py-lg-5[b-u2yfvge615] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-u2yfvge615], .px-lg-5[b-u2yfvge615] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-u2yfvge615], .py-lg-5[b-u2yfvge615] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-u2yfvge615], .px-lg-5[b-u2yfvge615] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-u2yfvge615] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-u2yfvge615], .my-lg-n1[b-u2yfvge615] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-u2yfvge615], .mx-lg-n1[b-u2yfvge615] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-u2yfvge615], .my-lg-n1[b-u2yfvge615] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-u2yfvge615], .mx-lg-n1[b-u2yfvge615] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-u2yfvge615] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-u2yfvge615], .my-lg-n2[b-u2yfvge615] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-u2yfvge615], .mx-lg-n2[b-u2yfvge615] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-u2yfvge615], .my-lg-n2[b-u2yfvge615] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-u2yfvge615], .mx-lg-n2[b-u2yfvge615] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-u2yfvge615] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-u2yfvge615], .my-lg-n3[b-u2yfvge615] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-u2yfvge615], .mx-lg-n3[b-u2yfvge615] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-u2yfvge615], .my-lg-n3[b-u2yfvge615] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-u2yfvge615], .mx-lg-n3[b-u2yfvge615] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-u2yfvge615] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-u2yfvge615], .my-lg-n4[b-u2yfvge615] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-u2yfvge615], .mx-lg-n4[b-u2yfvge615] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-u2yfvge615], .my-lg-n4[b-u2yfvge615] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-u2yfvge615], .mx-lg-n4[b-u2yfvge615] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-u2yfvge615] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-u2yfvge615], .my-lg-n5[b-u2yfvge615] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-u2yfvge615], .mx-lg-n5[b-u2yfvge615] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-u2yfvge615], .my-lg-n5[b-u2yfvge615] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-u2yfvge615], .mx-lg-n5[b-u2yfvge615] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-u2yfvge615] {
        margin: auto !important
    }

    .mt-lg-auto[b-u2yfvge615], .my-lg-auto[b-u2yfvge615] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-u2yfvge615], .mx-lg-auto[b-u2yfvge615] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-u2yfvge615], .my-lg-auto[b-u2yfvge615] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-u2yfvge615], .mx-lg-auto[b-u2yfvge615] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-u2yfvge615] {
        margin: 0 !important
    }

    .mt-xl-0[b-u2yfvge615], .my-xl-0[b-u2yfvge615] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-u2yfvge615], .mx-xl-0[b-u2yfvge615] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-u2yfvge615], .my-xl-0[b-u2yfvge615] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-u2yfvge615], .mx-xl-0[b-u2yfvge615] {
        margin-left: 0 !important
    }

    .m-xl-1[b-u2yfvge615] {
        margin: .25rem !important
    }

    .mt-xl-1[b-u2yfvge615], .my-xl-1[b-u2yfvge615] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-u2yfvge615], .mx-xl-1[b-u2yfvge615] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-u2yfvge615], .my-xl-1[b-u2yfvge615] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-u2yfvge615], .mx-xl-1[b-u2yfvge615] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-u2yfvge615] {
        margin: .5rem !important
    }

    .mt-xl-2[b-u2yfvge615], .my-xl-2[b-u2yfvge615] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-u2yfvge615], .mx-xl-2[b-u2yfvge615] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-u2yfvge615], .my-xl-2[b-u2yfvge615] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-u2yfvge615], .mx-xl-2[b-u2yfvge615] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-u2yfvge615] {
        margin: 1rem !important
    }

    .mt-xl-3[b-u2yfvge615], .my-xl-3[b-u2yfvge615] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-u2yfvge615], .mx-xl-3[b-u2yfvge615] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-u2yfvge615], .my-xl-3[b-u2yfvge615] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-u2yfvge615], .mx-xl-3[b-u2yfvge615] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-u2yfvge615] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-u2yfvge615], .my-xl-4[b-u2yfvge615] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-u2yfvge615], .mx-xl-4[b-u2yfvge615] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-u2yfvge615], .my-xl-4[b-u2yfvge615] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-u2yfvge615], .mx-xl-4[b-u2yfvge615] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-u2yfvge615] {
        margin: 3rem !important
    }

    .mt-xl-5[b-u2yfvge615], .my-xl-5[b-u2yfvge615] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-u2yfvge615], .mx-xl-5[b-u2yfvge615] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-u2yfvge615], .my-xl-5[b-u2yfvge615] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-u2yfvge615], .mx-xl-5[b-u2yfvge615] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-u2yfvge615] {
        padding: 0 !important
    }

    .pt-xl-0[b-u2yfvge615], .py-xl-0[b-u2yfvge615] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-u2yfvge615], .px-xl-0[b-u2yfvge615] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-u2yfvge615], .py-xl-0[b-u2yfvge615] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-u2yfvge615], .px-xl-0[b-u2yfvge615] {
        padding-left: 0 !important
    }

    .p-xl-1[b-u2yfvge615] {
        padding: .25rem !important
    }

    .pt-xl-1[b-u2yfvge615], .py-xl-1[b-u2yfvge615] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-u2yfvge615], .px-xl-1[b-u2yfvge615] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-u2yfvge615], .py-xl-1[b-u2yfvge615] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-u2yfvge615], .px-xl-1[b-u2yfvge615] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-u2yfvge615] {
        padding: .5rem !important
    }

    .pt-xl-2[b-u2yfvge615], .py-xl-2[b-u2yfvge615] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-u2yfvge615], .px-xl-2[b-u2yfvge615] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-u2yfvge615], .py-xl-2[b-u2yfvge615] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-u2yfvge615], .px-xl-2[b-u2yfvge615] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-u2yfvge615] {
        padding: 1rem !important
    }

    .pt-xl-3[b-u2yfvge615], .py-xl-3[b-u2yfvge615] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-u2yfvge615], .px-xl-3[b-u2yfvge615] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-u2yfvge615], .py-xl-3[b-u2yfvge615] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-u2yfvge615], .px-xl-3[b-u2yfvge615] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-u2yfvge615] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-u2yfvge615], .py-xl-4[b-u2yfvge615] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-u2yfvge615], .px-xl-4[b-u2yfvge615] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-u2yfvge615], .py-xl-4[b-u2yfvge615] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-u2yfvge615], .px-xl-4[b-u2yfvge615] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-u2yfvge615] {
        padding: 3rem !important
    }

    .pt-xl-5[b-u2yfvge615], .py-xl-5[b-u2yfvge615] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-u2yfvge615], .px-xl-5[b-u2yfvge615] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-u2yfvge615], .py-xl-5[b-u2yfvge615] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-u2yfvge615], .px-xl-5[b-u2yfvge615] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-u2yfvge615] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-u2yfvge615], .my-xl-n1[b-u2yfvge615] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-u2yfvge615], .mx-xl-n1[b-u2yfvge615] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-u2yfvge615], .my-xl-n1[b-u2yfvge615] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-u2yfvge615], .mx-xl-n1[b-u2yfvge615] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-u2yfvge615] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-u2yfvge615], .my-xl-n2[b-u2yfvge615] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-u2yfvge615], .mx-xl-n2[b-u2yfvge615] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-u2yfvge615], .my-xl-n2[b-u2yfvge615] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-u2yfvge615], .mx-xl-n2[b-u2yfvge615] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-u2yfvge615] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-u2yfvge615], .my-xl-n3[b-u2yfvge615] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-u2yfvge615], .mx-xl-n3[b-u2yfvge615] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-u2yfvge615], .my-xl-n3[b-u2yfvge615] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-u2yfvge615], .mx-xl-n3[b-u2yfvge615] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-u2yfvge615] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-u2yfvge615], .my-xl-n4[b-u2yfvge615] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-u2yfvge615], .mx-xl-n4[b-u2yfvge615] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-u2yfvge615], .my-xl-n4[b-u2yfvge615] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-u2yfvge615], .mx-xl-n4[b-u2yfvge615] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-u2yfvge615] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-u2yfvge615], .my-xl-n5[b-u2yfvge615] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-u2yfvge615], .mx-xl-n5[b-u2yfvge615] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-u2yfvge615], .my-xl-n5[b-u2yfvge615] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-u2yfvge615], .mx-xl-n5[b-u2yfvge615] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-u2yfvge615] {
        margin: auto !important
    }

    .mt-xl-auto[b-u2yfvge615], .my-xl-auto[b-u2yfvge615] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-u2yfvge615], .mx-xl-auto[b-u2yfvge615] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-u2yfvge615], .my-xl-auto[b-u2yfvge615] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-u2yfvge615], .mx-xl-auto[b-u2yfvge615] {
        margin-left: auto !important
    }
}

.stretched-link[b-u2yfvge615]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-u2yfvge615] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-u2yfvge615] {
    text-align: justify !important
}

.text-wrap[b-u2yfvge615] {
    white-space: normal !important
}

.text-nowrap[b-u2yfvge615] {
    white-space: nowrap !important
}

.text-truncate[b-u2yfvge615] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-u2yfvge615] {
    text-align: left !important
}

.text-right[b-u2yfvge615] {
    text-align: right !important
}

.text-center[b-u2yfvge615] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-u2yfvge615] {
        text-align: left !important
    }

    .text-sm-right[b-u2yfvge615] {
        text-align: right !important
    }

    .text-sm-center[b-u2yfvge615] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-u2yfvge615] {
        text-align: left !important
    }

    .text-md-right[b-u2yfvge615] {
        text-align: right !important
    }

    .text-md-center[b-u2yfvge615] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-u2yfvge615] {
        text-align: left !important
    }

    .text-lg-right[b-u2yfvge615] {
        text-align: right !important
    }

    .text-lg-center[b-u2yfvge615] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-u2yfvge615] {
        text-align: left !important
    }

    .text-xl-right[b-u2yfvge615] {
        text-align: right !important
    }

    .text-xl-center[b-u2yfvge615] {
        text-align: center !important
    }
}

.text-lowercase[b-u2yfvge615] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-u2yfvge615], .sidebar .sidebar-heading[b-u2yfvge615], .text-uppercase[b-u2yfvge615] {
    text-transform: uppercase !important
}

.text-capitalize[b-u2yfvge615] {
    text-transform: capitalize !important
}

.font-weight-light[b-u2yfvge615] {
    font-weight: 300 !important
}

.font-weight-lighter[b-u2yfvge615] {
    font-weight: lighter !important
}

.font-weight-normal[b-u2yfvge615] {
    font-weight: 400 !important
}

.font-weight-bold[b-u2yfvge615] {
    font-weight: 700 !important
}

.font-weight-bolder[b-u2yfvge615] {
    font-weight: bolder !important
}

.font-italic[b-u2yfvge615] {
    font-style: italic !important
}

.text-white[b-u2yfvge615] {
    color: #fff !important
}

.text-primary[b-u2yfvge615] {
    color: #4e73df !important
}

a.text-primary:focus[b-u2yfvge615], a.text-primary:hover[b-u2yfvge615] {
    color: #224abe !important
}

.text-secondary[b-u2yfvge615] {
    color: #858796 !important
}

a.text-secondary:focus[b-u2yfvge615], a.text-secondary:hover[b-u2yfvge615] {
    color: #60616f !important
}

.text-success[b-u2yfvge615] {
    color: #1cc88a !important
}

a.text-success:focus[b-u2yfvge615], a.text-success:hover[b-u2yfvge615] {
    color: #13855c !important
}

.text-info[b-u2yfvge615] {
    color: #36b9cc !important
}

a.text-info:focus[b-u2yfvge615], a.text-info:hover[b-u2yfvge615] {
    color: #258391 !important
}

.text-warning[b-u2yfvge615] {
    color: #f6c23e !important
}

a.text-warning:focus[b-u2yfvge615], a.text-warning:hover[b-u2yfvge615] {
    color: #dda20a !important
}

.text-danger[b-u2yfvge615] {
    color: #e74a3b !important
}

a.text-danger:focus[b-u2yfvge615], a.text-danger:hover[b-u2yfvge615] {
    color: #be2617 !important
}

.text-light[b-u2yfvge615] {
    color: #f8f9fc !important
}

a.text-light:focus[b-u2yfvge615], a.text-light:hover[b-u2yfvge615] {
    color: #c2cbe5 !important
}

.text-dark[b-u2yfvge615] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-u2yfvge615], a.text-dark:hover[b-u2yfvge615] {
    color: #373840 !important
}

.text-body[b-u2yfvge615] {
    color: #858796 !important
}

.text-muted[b-u2yfvge615] {
    color: #858796 !important
}

.text-black-50[b-u2yfvge615] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-u2yfvge615] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-u2yfvge615] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-u2yfvge615] {
    text-decoration: none !important
}

.text-break[b-u2yfvge615] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-u2yfvge615] {
    color: inherit !important
}

.visible[b-u2yfvge615] {
    visibility: visible !important
}

.invisible[b-u2yfvge615] {
    visibility: hidden !important
}

@media print {
    *[b-u2yfvge615], [b-u2yfvge615]::after, [b-u2yfvge615]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-u2yfvge615] {
        text-decoration: underline
    }

    abbr[title][b-u2yfvge615]::after {
        content: " (" attr(title) ")"
    }

    pre[b-u2yfvge615] {
        white-space: pre-wrap !important
    }

    blockquote[b-u2yfvge615], pre[b-u2yfvge615] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }


    img[b-u2yfvge615], tr[b-u2yfvge615] {
        page-break-inside: avoid
    }

    h2[b-u2yfvge615], h3[b-u2yfvge615], p[b-u2yfvge615] {
        orphans: 3;
        widows: 3
    }

    h2[b-u2yfvge615], h3[b-u2yfvge615] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-u2yfvge615] {
        min-width: 992px !important
    }

    .container[b-u2yfvge615] {
        min-width: 992px !important
    }

    .navbar[b-u2yfvge615] {
        display: none
    }

    .badge[b-u2yfvge615] {
        border: 1px solid #000
    }

  
}

html[b-u2yfvge615] {
    position: relative;
    min-height: 100%
}

body[b-u2yfvge615] {
    height: 100%
}

a:focus[b-u2yfvge615] {
    outline: 0
}

#wrapper[b-u2yfvge615] {
    display: flex
}

    #wrapper #content-wrapper[b-u2yfvge615] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-u2yfvge615] {
            flex: 1 0 auto
        }

.container[b-u2yfvge615], .container-fluid[b-u2yfvge615], .container-lg[b-u2yfvge615], .container-md[b-u2yfvge615], .container-sm[b-u2yfvge615], .container-xl[b-u2yfvge615] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-u2yfvge615] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-u2yfvge615], .scroll-to-top:hover[b-u2yfvge615] {
        color: #fff
    }

    .scroll-to-top:hover[b-u2yfvge615] {
        background: #5a5c69
    }

    .scroll-to-top i[b-u2yfvge615] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-u2yfvge615 {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-u2yfvge615], .sidebar .nav-item .collapse[b-u2yfvge615] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-u2yfvge615;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-u2yfvge615 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-u2yfvge615] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-u2yfvge615;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-u2yfvge615] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-u2yfvge615] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-u2yfvge615] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-u2yfvge615] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-u2yfvge615] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-u2yfvge615] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-u2yfvge615] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-u2yfvge615] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-u2yfvge615] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-u2yfvge615] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-u2yfvge615] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-u2yfvge615] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-u2yfvge615] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-u2yfvge615] {
    background-color: #858796 !important
}

.bg-gray-700[b-u2yfvge615] {
    background-color: #6e707e !important
}

.bg-gray-800[b-u2yfvge615] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-u2yfvge615] {
    background-color: #3a3b45 !important
}

.o-hidden[b-u2yfvge615] {
    overflow: hidden !important
}

.text-xs[b-u2yfvge615] {
    font-size: .7rem
}

.text-lg[b-u2yfvge615] {
    font-size: 1.2rem
}

.text-gray-100[b-u2yfvge615] {
    color: #f8f9fc !important
}

.text-gray-200[b-u2yfvge615] {
    color: #eaecf4 !important
}

.text-gray-300[b-u2yfvge615] {
    color: #dddfeb !important
}

.text-gray-400[b-u2yfvge615] {
    color: #d1d3e2 !important
}

.text-gray-500[b-u2yfvge615] {
    color: #b7b9cc !important
}

.text-gray-600[b-u2yfvge615] {
    color: #858796 !important
}

.text-gray-700[b-u2yfvge615] {
    color: #6e707e !important
}

.text-gray-800[b-u2yfvge615] {
    color: #5a5c69 !important
}

.text-gray-900[b-u2yfvge615] {
    color: #3a3b45 !important
}

.icon-circle[b-u2yfvge615] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-u2yfvge615] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-u2yfvge615] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-u2yfvge615] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-u2yfvge615] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-u2yfvge615] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-u2yfvge615] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-u2yfvge615] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-u2yfvge615] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-u2yfvge615] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-u2yfvge615] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-u2yfvge615] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-u2yfvge615] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-u2yfvge615] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-u2yfvge615] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-u2yfvge615] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-u2yfvge615] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-u2yfvge615] {
    height: .5rem
}

.rotate-15[b-u2yfvge615] {
    transform: rotate(15deg)
}

.rotate-n-15[b-u2yfvge615] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-u2yfvge615] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-u2yfvge615] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-u2yfvge615]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-u2yfvge615]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-u2yfvge615]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-u2yfvge615]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-u2yfvge615]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-u2yfvge615], .topbar .nav-item .nav-link[b-u2yfvge615] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-u2yfvge615], .topbar .nav-item .nav-link .badge-counter[b-u2yfvge615] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-u2yfvge615], .topbar .nav-item .nav-link .img-profile[b-u2yfvge615] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-u2yfvge615] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-u2yfvge615] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-u2yfvge615] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-u2yfvge615] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-u2yfvge615] {
        width: 25rem
    }

        .topbar .navbar-search input[b-u2yfvge615] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-u2yfvge615] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-u2yfvge615] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-u2yfvge615] {
            outline: 0
        }

    .topbar .nav-item:focus[b-u2yfvge615] {
        outline: 0
    }

    .topbar .dropdown[b-u2yfvge615] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-u2yfvge615] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-u2yfvge615] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-u2yfvge615] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-u2yfvge615] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-u2yfvge615] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-u2yfvge615] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-u2yfvge615] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-u2yfvge615] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-u2yfvge615] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-u2yfvge615] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-u2yfvge615] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-u2yfvge615] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-u2yfvge615] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-u2yfvge615] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-u2yfvge615] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-u2yfvge615] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-u2yfvge615] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-u2yfvge615] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-u2yfvge615] {
        color: #858796
    }

.sidebar[b-u2yfvge615] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-u2yfvge615] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-u2yfvge615] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-u2yfvge615] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-u2yfvge615] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-u2yfvge615] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-u2yfvge615] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-u2yfvge615] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-u2yfvge615] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-u2yfvge615], .sidebar .nav-item .collapsing .collapse-inner[b-u2yfvge615] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-u2yfvge615], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-u2yfvge615] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-u2yfvge615], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-u2yfvge615] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-u2yfvge615], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-u2yfvge615] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-u2yfvge615], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-u2yfvge615] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-u2yfvge615], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-u2yfvge615] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-u2yfvge615] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-u2yfvge615]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-u2yfvge615] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-u2yfvge615] {
            outline: 0
        }

    .sidebar.toggled[b-u2yfvge615] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-u2yfvge615]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-u2yfvge615] {
            display: none
        }

    .sidebar .sidebar-brand[b-u2yfvge615] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-u2yfvge615] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-u2yfvge615] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-u2yfvge615] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-u2yfvge615] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-u2yfvge615] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-u2yfvge615] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-u2yfvge615] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-u2yfvge615] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-u2yfvge615] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-u2yfvge615] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-u2yfvge615] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-u2yfvge615] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-u2yfvge615], .sidebar .nav-item .collapsing[b-u2yfvge615] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-u2yfvge615] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-u2yfvge615] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-u2yfvge615] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-u2yfvge615]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-u2yfvge615]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-u2yfvge615] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-u2yfvge615] {
            display: inline
        }

        .sidebar .sidebar-heading[b-u2yfvge615] {
            text-align: left
        }

        .sidebar.toggled[b-u2yfvge615] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-u2yfvge615] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-u2yfvge615;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-u2yfvge615] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-u2yfvge615] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-u2yfvge615], .sidebar.toggled .nav-item .collapsing[b-u2yfvge615] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-u2yfvge615] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-u2yfvge615] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-u2yfvge615] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-u2yfvge615] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-u2yfvge615]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-u2yfvge615] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-u2yfvge615] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-u2yfvge615] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-u2yfvge615] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-u2yfvge615] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-u2yfvge615] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-u2yfvge615] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-u2yfvge615] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-u2yfvge615], .sidebar-light .nav-item .nav-link:focus[b-u2yfvge615], .sidebar-light .nav-item .nav-link:hover[b-u2yfvge615] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-u2yfvge615], .sidebar-light .nav-item .nav-link:focus i[b-u2yfvge615], .sidebar-light .nav-item .nav-link:hover i[b-u2yfvge615] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-u2yfvge615]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-u2yfvge615] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-u2yfvge615] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-u2yfvge615] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-u2yfvge615]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-u2yfvge615] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-u2yfvge615] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-u2yfvge615] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-u2yfvge615] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-u2yfvge615] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-u2yfvge615] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-u2yfvge615], .sidebar-dark .nav-item .nav-link:focus[b-u2yfvge615], .sidebar-dark .nav-item .nav-link:hover[b-u2yfvge615] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-u2yfvge615], .sidebar-dark .nav-item .nav-link:focus i[b-u2yfvge615], .sidebar-dark .nav-item .nav-link:hover i[b-u2yfvge615] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-u2yfvge615]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-u2yfvge615] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-u2yfvge615] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-u2yfvge615] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-u2yfvge615]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-u2yfvge615] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-u2yfvge615]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-u2yfvge615] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-u2yfvge615], .btn-group-sm > .btn-circle.btn[b-u2yfvge615] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-u2yfvge615], .btn-group-lg > .btn-circle.btn[b-u2yfvge615] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-u2yfvge615] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-u2yfvge615] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-u2yfvge615] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-u2yfvge615], .btn-icon-split.btn-sm .icon[b-u2yfvge615] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-u2yfvge615], .btn-icon-split.btn-sm .text[b-u2yfvge615] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-u2yfvge615], .btn-icon-split.btn-lg .icon[b-u2yfvge615] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-u2yfvge615], .btn-icon-split.btn-lg .text[b-u2yfvge615] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-u2yfvge615] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-u2yfvge615] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-u2yfvge615] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-u2yfvge615]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-u2yfvge615] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-u2yfvge615]::after {
            content: '\f105'
        }

.chart-area[b-u2yfvge615] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-u2yfvge615] {
        height: 20rem
    }
}

.chart-bar[b-u2yfvge615] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-u2yfvge615] {
        height: 20rem
    }
}

.chart-pie[b-u2yfvge615] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-u2yfvge615] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-u2yfvge615] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-u2yfvge615] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-u2yfvge615] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-u2yfvge615] {
    line-height: 1.5rem
}

form.user .form-control-user[b-u2yfvge615] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-u2yfvge615] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-u2yfvge615] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-u2yfvge615], .btn-google:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-u2yfvge615], .btn-google:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-google:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-google.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-google:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-google.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-u2yfvge615] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-u2yfvge615] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-u2yfvge615], .btn-facebook:focus[b-u2yfvge615] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-u2yfvge615], .btn-facebook:disabled[b-u2yfvge615] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-u2yfvge615], .btn-facebook:not(:disabled):not(.disabled):active[b-u2yfvge615], .show > .btn-facebook.dropdown-toggle[b-u2yfvge615] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-u2yfvge615], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-u2yfvge615], .show > .btn-facebook.dropdown-toggle:focus[b-u2yfvge615] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-u2yfvge615] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-u2yfvge615 {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-u2yfvge615]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-u2yfvge615 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-u2yfvge615 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-u2yfvge615]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-u2yfvge615 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-u2yfvge615] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-u2yfvge615] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-u2yfvge615] {
    width: 100%
}

/* CSS for custom confirm modal */
/* CSS for custom data approval modal */
.data-approval-modal[b-u2yfvge615] {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Higher than other elements */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Black with more opacity */
}

.data-approval-modal-content[b-u2yfvge615] {
    background-color: #fff;
    margin: 10% auto; /* 10% from the top and centered */
    padding: 40px;
    border: 2px solid #ccc;
    border-radius: 5px; /* Rounded corners */
    width: 50%; /* Adjust as per design requirements */
}

/* The Close Button - if you have one */
.data-approval-close-btn[b-u2yfvge615] {
    color: #666;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

    .data-approval-close-btn:hover[b-u2yfvge615],
    .data-approval-close-btn:focus[b-u2yfvge615] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.Show[b-u2yfvge615] {
    display: block; /* Shown */
}

.Hide[b-u2yfvge615] {
    display: none; /* Hidden */
}
/* _content/MalisanyaDashBlazor/Pages/Dataentry/EditvardracpnComm.razor.rz.scp.css */
body[b-oit4yloxvi] {
}

.divupdate[b-oit4yloxvi] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-oit4yloxvi] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-oit4yloxvi] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-oit4yloxvi] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-oit4yloxvi] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-oit4yloxvi] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-oit4yloxvi] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-oit4yloxvi] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-oit4yloxvi], #variable th[b-oit4yloxvi] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-oit4yloxvi] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-oit4yloxvi] {
    background-color: #ddd;
}

#variable th[b-oit4yloxvi] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-oit4yloxvi] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-oit4yloxvi] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root[b-oit4yloxvi] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-oit4yloxvi], [b-oit4yloxvi]::after, [b-oit4yloxvi]::before {
    box-sizing: border-box
}

html[b-oit4yloxvi] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-oit4yloxvi], aside[b-oit4yloxvi], figcaption[b-oit4yloxvi], figure[b-oit4yloxvi], footer[b-oit4yloxvi], header[b-oit4yloxvi], hgroup[b-oit4yloxvi], main[b-oit4yloxvi], nav[b-oit4yloxvi], section[b-oit4yloxvi] {
    display: block
}

body[b-oit4yloxvi] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-oit4yloxvi] {
    outline: 0 !important
}

hr[b-oit4yloxvi] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-oit4yloxvi], h2[b-oit4yloxvi], h3[b-oit4yloxvi], h4[b-oit4yloxvi], h5[b-oit4yloxvi], h6[b-oit4yloxvi] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-oit4yloxvi] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-oit4yloxvi], abbr[title][b-oit4yloxvi] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-oit4yloxvi] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-oit4yloxvi], ol[b-oit4yloxvi], ul[b-oit4yloxvi] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-oit4yloxvi], ol ul[b-oit4yloxvi], ul ol[b-oit4yloxvi], ul ul[b-oit4yloxvi] {
        margin-bottom: 0
    }

dt[b-oit4yloxvi] {
    font-weight: 700
}

dd[b-oit4yloxvi] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-oit4yloxvi] {
    margin: 0 0 1rem
}

b[b-oit4yloxvi], strong[b-oit4yloxvi] {
    font-weight: bolder
}

small[b-oit4yloxvi] {
    font-size: 80%
}

sub[b-oit4yloxvi], sup[b-oit4yloxvi] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-oit4yloxvi] {
    bottom: -.25em
}

sup[b-oit4yloxvi] {
    top: -.5em
}

a[b-oit4yloxvi] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-oit4yloxvi] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-oit4yloxvi] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-oit4yloxvi] {
            color: inherit;
            text-decoration: none
        }

code[b-oit4yloxvi], kbd[b-oit4yloxvi], pre[b-oit4yloxvi], samp[b-oit4yloxvi] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-oit4yloxvi] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-oit4yloxvi] {
    margin: 0 0 1rem
}

img[b-oit4yloxvi] {
    vertical-align: middle;
    border-style: none
}

svg[b-oit4yloxvi] {
    overflow: hidden;
    vertical-align: middle
}

table[b-oit4yloxvi] {
    border-collapse: collapse
}

caption[b-oit4yloxvi] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-oit4yloxvi] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-oit4yloxvi] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-oit4yloxvi] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-oit4yloxvi] {
        outline: 0
    }

button[b-oit4yloxvi], input[b-oit4yloxvi], optgroup[b-oit4yloxvi], select[b-oit4yloxvi], textarea[b-oit4yloxvi] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-oit4yloxvi], input[b-oit4yloxvi] {
    overflow: visible
}

button[b-oit4yloxvi], select[b-oit4yloxvi] {
    text-transform: none
}

[role=button][b-oit4yloxvi] {
    cursor: pointer
}

select[b-oit4yloxvi] {
    word-wrap: normal
}

[type=button][b-oit4yloxvi], [type=reset][b-oit4yloxvi], [type=submit][b-oit4yloxvi], button[b-oit4yloxvi] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-oit4yloxvi], [type=reset]:not(:disabled)[b-oit4yloxvi], [type=submit]:not(:disabled)[b-oit4yloxvi], button:not(:disabled)[b-oit4yloxvi] {
        cursor: pointer
    }

    [type=button][b-oit4yloxvi]::-moz-focus-inner, [type=reset][b-oit4yloxvi]::-moz-focus-inner, [type=submit][b-oit4yloxvi]::-moz-focus-inner, button[b-oit4yloxvi]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-oit4yloxvi], input[type=radio][b-oit4yloxvi] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-oit4yloxvi] {
    overflow: auto;
    resize: vertical
}

fieldset[b-oit4yloxvi] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-oit4yloxvi] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-oit4yloxvi] {
    vertical-align: baseline
}

[type=number][b-oit4yloxvi]::-webkit-inner-spin-button, [type=number][b-oit4yloxvi]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-oit4yloxvi] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-oit4yloxvi]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-oit4yloxvi]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-oit4yloxvi] {
    display: inline-block
}

summary[b-oit4yloxvi] {
    display: list-item;
    cursor: pointer
}

template[b-oit4yloxvi] {
    display: none
}

[hidden][b-oit4yloxvi] {
    display: none !important
}

.h1[b-oit4yloxvi], .h2[b-oit4yloxvi], .h3[b-oit4yloxvi], .h4[b-oit4yloxvi], .h5[b-oit4yloxvi], .h6[b-oit4yloxvi], h1[b-oit4yloxvi], h2[b-oit4yloxvi], h3[b-oit4yloxvi], h4[b-oit4yloxvi], h5[b-oit4yloxvi], h6[b-oit4yloxvi] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-oit4yloxvi], h1[b-oit4yloxvi] {
    font-size: 2.5rem
}

.h2[b-oit4yloxvi], h2[b-oit4yloxvi] {
    font-size: 2rem
}

.h3[b-oit4yloxvi], h3[b-oit4yloxvi] {
    font-size: 1.75rem
}

.h4[b-oit4yloxvi], h4[b-oit4yloxvi] {
    font-size: 1.5rem
}

.h5[b-oit4yloxvi], h5[b-oit4yloxvi] {
    font-size: 1.25rem
}

.h6[b-oit4yloxvi], h6[b-oit4yloxvi] {
    font-size: 1rem
}

.lead[b-oit4yloxvi] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-oit4yloxvi] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-oit4yloxvi] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-oit4yloxvi] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-oit4yloxvi] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-oit4yloxvi] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-oit4yloxvi], small[b-oit4yloxvi] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-oit4yloxvi], mark[b-oit4yloxvi] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-oit4yloxvi] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-oit4yloxvi] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-oit4yloxvi] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-oit4yloxvi] {
        margin-right: .5rem
    }

.initialism[b-oit4yloxvi] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-oit4yloxvi] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-oit4yloxvi] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-oit4yloxvi]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-oit4yloxvi] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-oit4yloxvi] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-oit4yloxvi] {
    display: inline-block
}

.figure-img[b-oit4yloxvi] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-oit4yloxvi] {
    font-size: 90%;
    color: #858796
}

code[b-oit4yloxvi] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-oit4yloxvi] {
    color: inherit
}

kbd[b-oit4yloxvi] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-oit4yloxvi] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-oit4yloxvi] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-oit4yloxvi] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-oit4yloxvi] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-oit4yloxvi], .container-fluid[b-oit4yloxvi], .container-lg[b-oit4yloxvi], .container-md[b-oit4yloxvi], .container-sm[b-oit4yloxvi], .container-xl[b-oit4yloxvi] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-oit4yloxvi], .container-sm[b-oit4yloxvi] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-oit4yloxvi], .container-md[b-oit4yloxvi], .container-sm[b-oit4yloxvi] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-oit4yloxvi], .container-lg[b-oit4yloxvi], .container-md[b-oit4yloxvi], .container-sm[b-oit4yloxvi] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-oit4yloxvi], .container-lg[b-oit4yloxvi], .container-md[b-oit4yloxvi], .container-sm[b-oit4yloxvi], .container-xl[b-oit4yloxvi] {
        max-width: 1140px
    }
}

.row[b-oit4yloxvi] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-oit4yloxvi] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-oit4yloxvi], .no-gutters > [class*=col-][b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-oit4yloxvi], .col-1[b-oit4yloxvi], .col-10[b-oit4yloxvi], .col-11[b-oit4yloxvi], .col-12[b-oit4yloxvi], .col-2[b-oit4yloxvi], .col-3[b-oit4yloxvi], .col-4[b-oit4yloxvi], .col-5[b-oit4yloxvi], .col-6[b-oit4yloxvi], .col-7[b-oit4yloxvi], .col-8[b-oit4yloxvi], .col-9[b-oit4yloxvi], .col-auto[b-oit4yloxvi], .col-lg[b-oit4yloxvi], .col-lg-1[b-oit4yloxvi], .col-lg-10[b-oit4yloxvi], .col-lg-11[b-oit4yloxvi], .col-lg-12[b-oit4yloxvi], .col-lg-2[b-oit4yloxvi], .col-lg-3[b-oit4yloxvi], .col-lg-4[b-oit4yloxvi], .col-lg-5[b-oit4yloxvi], .col-lg-6[b-oit4yloxvi], .col-lg-7[b-oit4yloxvi], .col-lg-8[b-oit4yloxvi], .col-lg-9[b-oit4yloxvi], .col-lg-auto[b-oit4yloxvi], .col-md[b-oit4yloxvi], .col-md-1[b-oit4yloxvi], .col-md-10[b-oit4yloxvi], .col-md-11[b-oit4yloxvi], .col-md-12[b-oit4yloxvi], .col-md-2[b-oit4yloxvi], .col-md-3[b-oit4yloxvi], .col-md-4[b-oit4yloxvi], .col-md-5[b-oit4yloxvi], .col-md-6[b-oit4yloxvi], .col-md-7[b-oit4yloxvi], .col-md-8[b-oit4yloxvi], .col-md-9[b-oit4yloxvi], .col-md-auto[b-oit4yloxvi], .col-sm[b-oit4yloxvi], .col-sm-1[b-oit4yloxvi], .col-sm-10[b-oit4yloxvi], .col-sm-11[b-oit4yloxvi], .col-sm-12[b-oit4yloxvi], .col-sm-2[b-oit4yloxvi], .col-sm-3[b-oit4yloxvi], .col-sm-4[b-oit4yloxvi], .col-sm-5[b-oit4yloxvi], .col-sm-6[b-oit4yloxvi], .col-sm-7[b-oit4yloxvi], .col-sm-8[b-oit4yloxvi], .col-sm-9[b-oit4yloxvi], .col-sm-auto[b-oit4yloxvi], .col-xl[b-oit4yloxvi], .col-xl-1[b-oit4yloxvi], .col-xl-10[b-oit4yloxvi], .col-xl-11[b-oit4yloxvi], .col-xl-12[b-oit4yloxvi], .col-xl-2[b-oit4yloxvi], .col-xl-3[b-oit4yloxvi], .col-xl-4[b-oit4yloxvi], .col-xl-5[b-oit4yloxvi], .col-xl-6[b-oit4yloxvi], .col-xl-7[b-oit4yloxvi], .col-xl-8[b-oit4yloxvi], .col-xl-9[b-oit4yloxvi], .col-xl-auto[b-oit4yloxvi] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-oit4yloxvi] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-oit4yloxvi] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-oit4yloxvi] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-oit4yloxvi] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-oit4yloxvi] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-oit4yloxvi] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-oit4yloxvi] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-oit4yloxvi] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-oit4yloxvi] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-oit4yloxvi] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-oit4yloxvi] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-oit4yloxvi] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-oit4yloxvi] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-oit4yloxvi] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-oit4yloxvi] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-oit4yloxvi] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-oit4yloxvi] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-oit4yloxvi] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-oit4yloxvi] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-oit4yloxvi] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-oit4yloxvi] {
    order: -1
}

.order-last[b-oit4yloxvi] {
    order: 13
}

.order-0[b-oit4yloxvi] {
    order: 0
}

.order-1[b-oit4yloxvi] {
    order: 1
}

.order-2[b-oit4yloxvi] {
    order: 2
}

.order-3[b-oit4yloxvi] {
    order: 3
}

.order-4[b-oit4yloxvi] {
    order: 4
}

.order-5[b-oit4yloxvi] {
    order: 5
}

.order-6[b-oit4yloxvi] {
    order: 6
}

.order-7[b-oit4yloxvi] {
    order: 7
}

.order-8[b-oit4yloxvi] {
    order: 8
}

.order-9[b-oit4yloxvi] {
    order: 9
}

.order-10[b-oit4yloxvi] {
    order: 10
}

.order-11[b-oit4yloxvi] {
    order: 11
}

.order-12[b-oit4yloxvi] {
    order: 12
}

.offset-1[b-oit4yloxvi] {
    margin-left: 8.33333%
}

.offset-2[b-oit4yloxvi] {
    margin-left: 16.66667%
}

.offset-3[b-oit4yloxvi] {
    margin-left: 25%
}

.offset-4[b-oit4yloxvi] {
    margin-left: 33.33333%
}

.offset-5[b-oit4yloxvi] {
    margin-left: 41.66667%
}

.offset-6[b-oit4yloxvi] {
    margin-left: 50%
}

.offset-7[b-oit4yloxvi] {
    margin-left: 58.33333%
}

.offset-8[b-oit4yloxvi] {
    margin-left: 66.66667%
}

.offset-9[b-oit4yloxvi] {
    margin-left: 75%
}

.offset-10[b-oit4yloxvi] {
    margin-left: 83.33333%
}

.offset-11[b-oit4yloxvi] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-oit4yloxvi] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-oit4yloxvi] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-oit4yloxvi] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-oit4yloxvi] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-oit4yloxvi] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-oit4yloxvi] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-oit4yloxvi] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-oit4yloxvi] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-oit4yloxvi] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-oit4yloxvi] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-oit4yloxvi] {
        order: -1
    }

    .order-sm-last[b-oit4yloxvi] {
        order: 13
    }

    .order-sm-0[b-oit4yloxvi] {
        order: 0
    }

    .order-sm-1[b-oit4yloxvi] {
        order: 1
    }

    .order-sm-2[b-oit4yloxvi] {
        order: 2
    }

    .order-sm-3[b-oit4yloxvi] {
        order: 3
    }

    .order-sm-4[b-oit4yloxvi] {
        order: 4
    }

    .order-sm-5[b-oit4yloxvi] {
        order: 5
    }

    .order-sm-6[b-oit4yloxvi] {
        order: 6
    }

    .order-sm-7[b-oit4yloxvi] {
        order: 7
    }

    .order-sm-8[b-oit4yloxvi] {
        order: 8
    }

    .order-sm-9[b-oit4yloxvi] {
        order: 9
    }

    .order-sm-10[b-oit4yloxvi] {
        order: 10
    }

    .order-sm-11[b-oit4yloxvi] {
        order: 11
    }

    .order-sm-12[b-oit4yloxvi] {
        order: 12
    }

    .offset-sm-0[b-oit4yloxvi] {
        margin-left: 0
    }

    .offset-sm-1[b-oit4yloxvi] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-oit4yloxvi] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-oit4yloxvi] {
        margin-left: 25%
    }

    .offset-sm-4[b-oit4yloxvi] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-oit4yloxvi] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-oit4yloxvi] {
        margin-left: 50%
    }

    .offset-sm-7[b-oit4yloxvi] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-oit4yloxvi] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-oit4yloxvi] {
        margin-left: 75%
    }

    .offset-sm-10[b-oit4yloxvi] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-oit4yloxvi] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-oit4yloxvi] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-oit4yloxvi] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-oit4yloxvi] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-oit4yloxvi] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-oit4yloxvi] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-oit4yloxvi] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-oit4yloxvi] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-oit4yloxvi] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-oit4yloxvi] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-oit4yloxvi] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-oit4yloxvi] {
        order: -1
    }

    .order-md-last[b-oit4yloxvi] {
        order: 13
    }

    .order-md-0[b-oit4yloxvi] {
        order: 0
    }

    .order-md-1[b-oit4yloxvi] {
        order: 1
    }

    .order-md-2[b-oit4yloxvi] {
        order: 2
    }

    .order-md-3[b-oit4yloxvi] {
        order: 3
    }

    .order-md-4[b-oit4yloxvi] {
        order: 4
    }

    .order-md-5[b-oit4yloxvi] {
        order: 5
    }

    .order-md-6[b-oit4yloxvi] {
        order: 6
    }

    .order-md-7[b-oit4yloxvi] {
        order: 7
    }

    .order-md-8[b-oit4yloxvi] {
        order: 8
    }

    .order-md-9[b-oit4yloxvi] {
        order: 9
    }

    .order-md-10[b-oit4yloxvi] {
        order: 10
    }

    .order-md-11[b-oit4yloxvi] {
        order: 11
    }

    .order-md-12[b-oit4yloxvi] {
        order: 12
    }

    .offset-md-0[b-oit4yloxvi] {
        margin-left: 0
    }

    .offset-md-1[b-oit4yloxvi] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-oit4yloxvi] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-oit4yloxvi] {
        margin-left: 25%
    }

    .offset-md-4[b-oit4yloxvi] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-oit4yloxvi] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-oit4yloxvi] {
        margin-left: 50%
    }

    .offset-md-7[b-oit4yloxvi] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-oit4yloxvi] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-oit4yloxvi] {
        margin-left: 75%
    }

    .offset-md-10[b-oit4yloxvi] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-oit4yloxvi] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-oit4yloxvi] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-oit4yloxvi] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-oit4yloxvi] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-oit4yloxvi] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-oit4yloxvi] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-oit4yloxvi] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-oit4yloxvi] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-oit4yloxvi] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-oit4yloxvi] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-oit4yloxvi] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-oit4yloxvi] {
        order: -1
    }

    .order-lg-last[b-oit4yloxvi] {
        order: 13
    }

    .order-lg-0[b-oit4yloxvi] {
        order: 0
    }

    .order-lg-1[b-oit4yloxvi] {
        order: 1
    }

    .order-lg-2[b-oit4yloxvi] {
        order: 2
    }

    .order-lg-3[b-oit4yloxvi] {
        order: 3
    }

    .order-lg-4[b-oit4yloxvi] {
        order: 4
    }

    .order-lg-5[b-oit4yloxvi] {
        order: 5
    }

    .order-lg-6[b-oit4yloxvi] {
        order: 6
    }

    .order-lg-7[b-oit4yloxvi] {
        order: 7
    }

    .order-lg-8[b-oit4yloxvi] {
        order: 8
    }

    .order-lg-9[b-oit4yloxvi] {
        order: 9
    }

    .order-lg-10[b-oit4yloxvi] {
        order: 10
    }

    .order-lg-11[b-oit4yloxvi] {
        order: 11
    }

    .order-lg-12[b-oit4yloxvi] {
        order: 12
    }

    .offset-lg-0[b-oit4yloxvi] {
        margin-left: 0
    }

    .offset-lg-1[b-oit4yloxvi] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-oit4yloxvi] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-oit4yloxvi] {
        margin-left: 25%
    }

    .offset-lg-4[b-oit4yloxvi] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-oit4yloxvi] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-oit4yloxvi] {
        margin-left: 50%
    }

    .offset-lg-7[b-oit4yloxvi] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-oit4yloxvi] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-oit4yloxvi] {
        margin-left: 75%
    }

    .offset-lg-10[b-oit4yloxvi] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-oit4yloxvi] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-oit4yloxvi] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-oit4yloxvi] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-oit4yloxvi] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-oit4yloxvi] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-oit4yloxvi] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-oit4yloxvi] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-oit4yloxvi] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-oit4yloxvi] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-oit4yloxvi] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-oit4yloxvi] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-oit4yloxvi] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-oit4yloxvi] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-oit4yloxvi] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-oit4yloxvi] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-oit4yloxvi] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-oit4yloxvi] {
        order: -1
    }

    .order-xl-last[b-oit4yloxvi] {
        order: 13
    }

    .order-xl-0[b-oit4yloxvi] {
        order: 0
    }

    .order-xl-1[b-oit4yloxvi] {
        order: 1
    }

    .order-xl-2[b-oit4yloxvi] {
        order: 2
    }

    .order-xl-3[b-oit4yloxvi] {
        order: 3
    }

    .order-xl-4[b-oit4yloxvi] {
        order: 4
    }

    .order-xl-5[b-oit4yloxvi] {
        order: 5
    }

    .order-xl-6[b-oit4yloxvi] {
        order: 6
    }

    .order-xl-7[b-oit4yloxvi] {
        order: 7
    }

    .order-xl-8[b-oit4yloxvi] {
        order: 8
    }

    .order-xl-9[b-oit4yloxvi] {
        order: 9
    }

    .order-xl-10[b-oit4yloxvi] {
        order: 10
    }

    .order-xl-11[b-oit4yloxvi] {
        order: 11
    }

    .order-xl-12[b-oit4yloxvi] {
        order: 12
    }

    .offset-xl-0[b-oit4yloxvi] {
        margin-left: 0
    }

    .offset-xl-1[b-oit4yloxvi] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-oit4yloxvi] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-oit4yloxvi] {
        margin-left: 25%
    }

    .offset-xl-4[b-oit4yloxvi] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-oit4yloxvi] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-oit4yloxvi] {
        margin-left: 50%
    }

    .offset-xl-7[b-oit4yloxvi] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-oit4yloxvi] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-oit4yloxvi] {
        margin-left: 75%
    }

    .offset-xl-10[b-oit4yloxvi] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-oit4yloxvi] {
        margin-left: 91.66667%
    }
}

.table[b-oit4yloxvi] {
    width: 100%;
    margin-bottom: 1rem;
    color: #858796
}

    .table td[b-oit4yloxvi], .table th[b-oit4yloxvi] {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #e3e6f0
    }

    .table thead th[b-oit4yloxvi] {
        vertical-align: bottom;
        border-bottom: 2px solid #e3e6f0
    }

    .table tbody + tbody[b-oit4yloxvi] {
        border-top: 2px solid #e3e6f0
    }

.table-sm td[b-oit4yloxvi], .table-sm th[b-oit4yloxvi] {
    padding: .3rem
}

.table-bordered[b-oit4yloxvi] {
    border: 1px solid #e3e6f0
}

    .table-bordered td[b-oit4yloxvi], .table-bordered th[b-oit4yloxvi] {
        border: 1px solid #e3e6f0
    }

    .table-bordered thead td[b-oit4yloxvi], .table-bordered thead th[b-oit4yloxvi] {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody[b-oit4yloxvi], .table-borderless td[b-oit4yloxvi], .table-borderless th[b-oit4yloxvi], .table-borderless thead th[b-oit4yloxvi] {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd)[b-oit4yloxvi] {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover[b-oit4yloxvi] {
    color: #858796;
    background-color: rgba(0,0,0,.075)
}

.table-primary[b-oit4yloxvi], .table-primary > td[b-oit4yloxvi], .table-primary > th[b-oit4yloxvi] {
    background-color: #cdd8f6
}

    .table-primary tbody + tbody[b-oit4yloxvi], .table-primary td[b-oit4yloxvi], .table-primary th[b-oit4yloxvi], .table-primary thead th[b-oit4yloxvi] {
        border-color: #a3b6ee
    }

.table-hover .table-primary:hover[b-oit4yloxvi] {
    background-color: #b7c7f2
}

    .table-hover .table-primary:hover > td[b-oit4yloxvi], .table-hover .table-primary:hover > th[b-oit4yloxvi] {
        background-color: #b7c7f2
    }

.table-secondary[b-oit4yloxvi], .table-secondary > td[b-oit4yloxvi], .table-secondary > th[b-oit4yloxvi] {
    background-color: #dddde2
}

    .table-secondary tbody + tbody[b-oit4yloxvi], .table-secondary td[b-oit4yloxvi], .table-secondary th[b-oit4yloxvi], .table-secondary thead th[b-oit4yloxvi] {
        border-color: #c0c1c8
    }

.table-hover .table-secondary:hover[b-oit4yloxvi] {
    background-color: #cfcfd6
}

    .table-hover .table-secondary:hover > td[b-oit4yloxvi], .table-hover .table-secondary:hover > th[b-oit4yloxvi] {
        background-color: #cfcfd6
    }

.table-success[b-oit4yloxvi], .table-success > td[b-oit4yloxvi], .table-success > th[b-oit4yloxvi] {
    background-color: #bff0de
}

    .table-success tbody + tbody[b-oit4yloxvi], .table-success td[b-oit4yloxvi], .table-success th[b-oit4yloxvi], .table-success thead th[b-oit4yloxvi] {
        border-color: #89e2c2
    }

.table-hover .table-success:hover[b-oit4yloxvi] {
    background-color: #aaebd3
}

    .table-hover .table-success:hover > td[b-oit4yloxvi], .table-hover .table-success:hover > th[b-oit4yloxvi] {
        background-color: #aaebd3
    }

.table-info[b-oit4yloxvi], .table-info > td[b-oit4yloxvi], .table-info > th[b-oit4yloxvi] {
    background-color: #c7ebf1
}

    .table-info tbody + tbody[b-oit4yloxvi], .table-info td[b-oit4yloxvi], .table-info th[b-oit4yloxvi], .table-info thead th[b-oit4yloxvi] {
        border-color: #96dbe4
    }

.table-hover .table-info:hover[b-oit4yloxvi] {
    background-color: #b3e4ec
}

    .table-hover .table-info:hover > td[b-oit4yloxvi], .table-hover .table-info:hover > th[b-oit4yloxvi] {
        background-color: #b3e4ec
    }

.table-warning[b-oit4yloxvi], .table-warning > td[b-oit4yloxvi], .table-warning > th[b-oit4yloxvi] {
    background-color: #fceec9
}

    .table-warning tbody + tbody[b-oit4yloxvi], .table-warning td[b-oit4yloxvi], .table-warning th[b-oit4yloxvi], .table-warning thead th[b-oit4yloxvi] {
        border-color: #fadf9b
    }

.table-hover .table-warning:hover[b-oit4yloxvi] {
    background-color: #fbe6b1
}

    .table-hover .table-warning:hover > td[b-oit4yloxvi], .table-hover .table-warning:hover > th[b-oit4yloxvi] {
        background-color: #fbe6b1
    }

.table-danger[b-oit4yloxvi], .table-danger > td[b-oit4yloxvi], .table-danger > th[b-oit4yloxvi] {
    background-color: #f8ccc8
}

    .table-danger tbody + tbody[b-oit4yloxvi], .table-danger td[b-oit4yloxvi], .table-danger th[b-oit4yloxvi], .table-danger thead th[b-oit4yloxvi] {
        border-color: #f3a199
    }

.table-hover .table-danger:hover[b-oit4yloxvi] {
    background-color: #f5b7b1
}

    .table-hover .table-danger:hover > td[b-oit4yloxvi], .table-hover .table-danger:hover > th[b-oit4yloxvi] {
        background-color: #f5b7b1
    }

.table-light[b-oit4yloxvi], .table-light > td[b-oit4yloxvi], .table-light > th[b-oit4yloxvi] {
    background-color: #fdfdfe
}

    .table-light tbody + tbody[b-oit4yloxvi], .table-light td[b-oit4yloxvi], .table-light th[b-oit4yloxvi], .table-light thead th[b-oit4yloxvi] {
        border-color: #fbfcfd
    }

.table-hover .table-light:hover[b-oit4yloxvi] {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td[b-oit4yloxvi], .table-hover .table-light:hover > th[b-oit4yloxvi] {
        background-color: #ececf6
    }

.table-dark[b-oit4yloxvi], .table-dark > td[b-oit4yloxvi], .table-dark > th[b-oit4yloxvi] {
    background-color: #d1d1d5
}

    .table-dark tbody + tbody[b-oit4yloxvi], .table-dark td[b-oit4yloxvi], .table-dark th[b-oit4yloxvi], .table-dark thead th[b-oit4yloxvi] {
        border-color: #a9aab1
    }

.table-hover .table-dark:hover[b-oit4yloxvi] {
    background-color: #c4c4c9
}

    .table-hover .table-dark:hover > td[b-oit4yloxvi], .table-hover .table-dark:hover > th[b-oit4yloxvi] {
        background-color: #c4c4c9
    }

.table-active[b-oit4yloxvi], .table-active > td[b-oit4yloxvi], .table-active > th[b-oit4yloxvi] {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover[b-oit4yloxvi] {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td[b-oit4yloxvi], .table-hover .table-active:hover > th[b-oit4yloxvi] {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th[b-oit4yloxvi] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e
}

.table .thead-light th[b-oit4yloxvi] {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0
}

.table-dark[b-oit4yloxvi] {
    color: #fff;
    background-color: #5a5c69
}

    .table-dark td[b-oit4yloxvi], .table-dark th[b-oit4yloxvi], .table-dark thead th[b-oit4yloxvi] {
        border-color: #6c6e7e
    }

    .table-dark.table-bordered[b-oit4yloxvi] {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd)[b-oit4yloxvi] {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm[b-oit4yloxvi] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered[b-oit4yloxvi] {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md[b-oit4yloxvi] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered[b-oit4yloxvi] {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg[b-oit4yloxvi] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered[b-oit4yloxvi] {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl[b-oit4yloxvi] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered[b-oit4yloxvi] {
            border: 0
        }
}

.table-responsive[b-oit4yloxvi] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered[b-oit4yloxvi] {
        border: 0
    }

.form-control[b-oit4yloxvi] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-oit4yloxvi] {
        transition: none
    }
}

.form-control[b-oit4yloxvi]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-oit4yloxvi] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-oit4yloxvi] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-oit4yloxvi]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-oit4yloxvi]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-oit4yloxvi] {
    color: #858796;
    opacity: 1
}

.form-control[b-oit4yloxvi]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-oit4yloxvi]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-oit4yloxvi], .form-control[readonly][b-oit4yloxvi] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-oit4yloxvi], input[type=datetime-local].form-control[b-oit4yloxvi], input[type=month].form-control[b-oit4yloxvi], input[type=time].form-control[b-oit4yloxvi] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-oit4yloxvi]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-oit4yloxvi], .form-control-range[b-oit4yloxvi] {
    display: block;
    width: 100%
}

.col-form-label[b-oit4yloxvi] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-oit4yloxvi] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-oit4yloxvi] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-oit4yloxvi] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-oit4yloxvi], .form-control-plaintext.form-control-sm[b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-oit4yloxvi] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-oit4yloxvi] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-oit4yloxvi], select.form-control[size][b-oit4yloxvi] {
    height: auto
}

textarea.form-control[b-oit4yloxvi] {
    height: auto
}

.form-group[b-oit4yloxvi] {
    margin-bottom: 1rem
}

.form-text[b-oit4yloxvi] {
    display: block;
    margin-top: .25rem
}

.form-row[b-oit4yloxvi] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-oit4yloxvi], .form-row > [class*=col-][b-oit4yloxvi] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-oit4yloxvi] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-oit4yloxvi] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-oit4yloxvi], .form-check-input[disabled] ~ .form-check-label[b-oit4yloxvi] {
        color: #858796
    }

.form-check-label[b-oit4yloxvi] {
    margin-bottom: 0
}

.form-check-inline[b-oit4yloxvi] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-oit4yloxvi] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-oit4yloxvi] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-oit4yloxvi] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-oit4yloxvi], .form-row > [class*=col-] > .valid-tooltip[b-oit4yloxvi] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-oit4yloxvi], .is-valid ~ .valid-tooltip[b-oit4yloxvi], .was-validated :valid ~ .valid-feedback[b-oit4yloxvi], .was-validated :valid ~ .valid-tooltip[b-oit4yloxvi] {
    display: block
}

.form-control.is-valid[b-oit4yloxvi], .was-validated .form-control:valid[b-oit4yloxvi] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-oit4yloxvi], .was-validated .form-control:valid:focus[b-oit4yloxvi] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-oit4yloxvi], textarea.form-control.is-valid[b-oit4yloxvi] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-oit4yloxvi], .was-validated .custom-select:valid[b-oit4yloxvi] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-oit4yloxvi], .was-validated .custom-select:valid:focus[b-oit4yloxvi] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-oit4yloxvi], .was-validated .form-check-input:valid ~ .form-check-label[b-oit4yloxvi] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-oit4yloxvi], .form-check-input.is-valid ~ .valid-tooltip[b-oit4yloxvi], .was-validated .form-check-input:valid ~ .valid-feedback[b-oit4yloxvi], .was-validated .form-check-input:valid ~ .valid-tooltip[b-oit4yloxvi] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-oit4yloxvi], .was-validated .custom-control-input:valid ~ .custom-control-label[b-oit4yloxvi] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-oit4yloxvi]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-oit4yloxvi]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-oit4yloxvi]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-oit4yloxvi]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-oit4yloxvi], .was-validated .custom-file-input:valid ~ .custom-file-label[b-oit4yloxvi] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-oit4yloxvi], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-oit4yloxvi] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-oit4yloxvi] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-oit4yloxvi] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-oit4yloxvi], .form-row > [class*=col-] > .invalid-tooltip[b-oit4yloxvi] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-oit4yloxvi], .is-invalid ~ .invalid-tooltip[b-oit4yloxvi], .was-validated :invalid ~ .invalid-feedback[b-oit4yloxvi], .was-validated :invalid ~ .invalid-tooltip[b-oit4yloxvi] {
    display: block
}

.form-control.is-invalid[b-oit4yloxvi], .was-validated .form-control:invalid[b-oit4yloxvi] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-oit4yloxvi], .was-validated .form-control:invalid:focus[b-oit4yloxvi] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-oit4yloxvi], textarea.form-control.is-invalid[b-oit4yloxvi] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-oit4yloxvi], .was-validated .custom-select:invalid[b-oit4yloxvi] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-oit4yloxvi], .was-validated .custom-select:invalid:focus[b-oit4yloxvi] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-oit4yloxvi], .was-validated .form-check-input:invalid ~ .form-check-label[b-oit4yloxvi] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-oit4yloxvi], .form-check-input.is-invalid ~ .invalid-tooltip[b-oit4yloxvi], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-oit4yloxvi], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-oit4yloxvi] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-oit4yloxvi], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-oit4yloxvi] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-oit4yloxvi]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-oit4yloxvi]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-oit4yloxvi]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-oit4yloxvi]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-oit4yloxvi]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-oit4yloxvi], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-oit4yloxvi] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-oit4yloxvi], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-oit4yloxvi] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-oit4yloxvi] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-oit4yloxvi] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-oit4yloxvi] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-oit4yloxvi] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-oit4yloxvi] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-oit4yloxvi] {
        display: inline-block
    }

    .form-inline .custom-select[b-oit4yloxvi], .form-inline .input-group[b-oit4yloxvi] {
        width: auto
    }

    .form-inline .form-check[b-oit4yloxvi] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-oit4yloxvi] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-oit4yloxvi] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-oit4yloxvi] {
        margin-bottom: 0
    }
}

.btn[b-oit4yloxvi] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-oit4yloxvi] {
        transition: none
    }
}

.btn:hover[b-oit4yloxvi] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-oit4yloxvi], .btn:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-oit4yloxvi], .btn:disabled[b-oit4yloxvi] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-oit4yloxvi] {
    cursor: pointer
}

a.btn.disabled[b-oit4yloxvi], fieldset:disabled a.btn[b-oit4yloxvi] {
    pointer-events: none
}

.btn-primary[b-oit4yloxvi] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-oit4yloxvi], .btn-primary:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-oit4yloxvi], .btn-primary:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-primary:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-primary.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-primary:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-primary.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-oit4yloxvi] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-oit4yloxvi], .btn-secondary:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-oit4yloxvi], .btn-secondary:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-secondary:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-secondary.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-secondary.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-oit4yloxvi] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-oit4yloxvi], .btn-success:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-oit4yloxvi], .btn-success:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-success:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-success.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-success:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-success.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-oit4yloxvi] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-oit4yloxvi], .btn-info:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-oit4yloxvi], .btn-info:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-info:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-info.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-info:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-info.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-oit4yloxvi] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-oit4yloxvi], .btn-warning:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-oit4yloxvi], .btn-warning:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-warning:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-warning.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-warning:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-warning.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-oit4yloxvi] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-oit4yloxvi], .btn-danger:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-oit4yloxvi], .btn-danger:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-danger:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-danger.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-danger:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-danger.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-oit4yloxvi] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-oit4yloxvi] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-oit4yloxvi], .btn-light:focus[b-oit4yloxvi] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-oit4yloxvi], .btn-light:disabled[b-oit4yloxvi] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-light:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-light.dropdown-toggle[b-oit4yloxvi] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-light:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-light.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-oit4yloxvi] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-oit4yloxvi], .btn-dark:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-oit4yloxvi], .btn-dark:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-dark:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-dark.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-dark:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-dark.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-oit4yloxvi] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-oit4yloxvi], .btn-outline-primary:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-oit4yloxvi], .btn-outline-primary:disabled[b-oit4yloxvi] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-primary:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-primary.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-primary.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-oit4yloxvi] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-oit4yloxvi], .btn-outline-secondary:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-oit4yloxvi], .btn-outline-secondary:disabled[b-oit4yloxvi] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-secondary.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-secondary.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-oit4yloxvi] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-oit4yloxvi], .btn-outline-success:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-oit4yloxvi], .btn-outline-success:disabled[b-oit4yloxvi] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-success:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-success.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-success.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-oit4yloxvi] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-oit4yloxvi], .btn-outline-info:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-oit4yloxvi], .btn-outline-info:disabled[b-oit4yloxvi] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-info:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-info.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-info.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-oit4yloxvi] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-oit4yloxvi], .btn-outline-warning:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-oit4yloxvi], .btn-outline-warning:disabled[b-oit4yloxvi] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-warning:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-warning.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-warning.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-oit4yloxvi] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-oit4yloxvi], .btn-outline-danger:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-oit4yloxvi], .btn-outline-danger:disabled[b-oit4yloxvi] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-danger:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-danger.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-danger.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-oit4yloxvi] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-oit4yloxvi] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-oit4yloxvi], .btn-outline-light:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-oit4yloxvi], .btn-outline-light:disabled[b-oit4yloxvi] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-light:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-light.dropdown-toggle[b-oit4yloxvi] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-light.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-oit4yloxvi] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-oit4yloxvi], .btn-outline-dark:focus[b-oit4yloxvi] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-oit4yloxvi], .btn-outline-dark:disabled[b-oit4yloxvi] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-outline-dark:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-outline-dark.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-outline-dark.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-oit4yloxvi] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-oit4yloxvi] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-oit4yloxvi], .btn-link:focus[b-oit4yloxvi] {
        text-decoration: underline
    }

    .btn-link.disabled[b-oit4yloxvi], .btn-link:disabled[b-oit4yloxvi] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-oit4yloxvi], .btn-lg[b-oit4yloxvi] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-oit4yloxvi], .btn-sm[b-oit4yloxvi] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-oit4yloxvi] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-oit4yloxvi] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-oit4yloxvi], input[type=reset].btn-block[b-oit4yloxvi], input[type=submit].btn-block[b-oit4yloxvi] {
    width: 100%
}

.fade[b-oit4yloxvi] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-oit4yloxvi] {
        transition: none
    }
}

.fade:not(.show)[b-oit4yloxvi] {
    opacity: 0
}

.collapse:not(.show)[b-oit4yloxvi] {
    display: none
}

.collapsing[b-oit4yloxvi] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-oit4yloxvi] {
        transition: none
    }
}

.dropdown[b-oit4yloxvi], .dropleft[b-oit4yloxvi], .dropright[b-oit4yloxvi], .dropup[b-oit4yloxvi] {
    position: relative
}

.dropdown-toggle[b-oit4yloxvi] {
    white-space: nowrap
}

    .dropdown-toggle[b-oit4yloxvi]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-oit4yloxvi]::after {
        margin-left: 0
    }

.dropdown-menu[b-oit4yloxvi] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-oit4yloxvi] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-oit4yloxvi] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-oit4yloxvi] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-oit4yloxvi] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-oit4yloxvi] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-oit4yloxvi] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-oit4yloxvi] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-oit4yloxvi] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-oit4yloxvi] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-oit4yloxvi] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-oit4yloxvi] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-oit4yloxvi]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-oit4yloxvi]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-oit4yloxvi] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-oit4yloxvi]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-oit4yloxvi]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-oit4yloxvi]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-oit4yloxvi] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-oit4yloxvi]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-oit4yloxvi]::after {
    display: none
}

.dropleft .dropdown-toggle[b-oit4yloxvi]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-oit4yloxvi]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-oit4yloxvi]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-oit4yloxvi], .dropdown-menu[x-placement^=left][b-oit4yloxvi], .dropdown-menu[x-placement^=right][b-oit4yloxvi], .dropdown-menu[x-placement^=top][b-oit4yloxvi] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-oit4yloxvi] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-oit4yloxvi] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-oit4yloxvi], .dropdown-item:hover[b-oit4yloxvi] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-oit4yloxvi], .dropdown-item:active[b-oit4yloxvi] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-oit4yloxvi], .dropdown-item:disabled[b-oit4yloxvi] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-oit4yloxvi] {
    display: block
}

.dropdown-header[b-oit4yloxvi] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-oit4yloxvi] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-oit4yloxvi], .btn-group-vertical[b-oit4yloxvi] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-oit4yloxvi], .btn-group > .btn[b-oit4yloxvi] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-oit4yloxvi], .btn-group > .btn:hover[b-oit4yloxvi] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-oit4yloxvi], .btn-group-vertical > .btn:active[b-oit4yloxvi], .btn-group-vertical > .btn:focus[b-oit4yloxvi], .btn-group > .btn.active[b-oit4yloxvi], .btn-group > .btn:active[b-oit4yloxvi], .btn-group > .btn:focus[b-oit4yloxvi] {
            z-index: 1
        }

.btn-toolbar[b-oit4yloxvi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-oit4yloxvi] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-oit4yloxvi], .btn-group > .btn:not(:first-child)[b-oit4yloxvi] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-oit4yloxvi], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-oit4yloxvi] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-oit4yloxvi], .btn-group > .btn:not(:first-child)[b-oit4yloxvi] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-oit4yloxvi] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-oit4yloxvi]::after, .dropright .dropdown-toggle-split[b-oit4yloxvi]::after, .dropup .dropdown-toggle-split[b-oit4yloxvi]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-oit4yloxvi]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-oit4yloxvi], .btn-sm + .dropdown-toggle-split[b-oit4yloxvi] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-oit4yloxvi], .btn-lg + .dropdown-toggle-split[b-oit4yloxvi] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-oit4yloxvi] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-oit4yloxvi], .btn-group-vertical > .btn-group[b-oit4yloxvi] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-oit4yloxvi], .btn-group-vertical > .btn:not(:first-child)[b-oit4yloxvi] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-oit4yloxvi], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-oit4yloxvi] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-oit4yloxvi], .btn-group-vertical > .btn:not(:first-child)[b-oit4yloxvi] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-oit4yloxvi], .btn-group-toggle > .btn-group > .btn[b-oit4yloxvi] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-oit4yloxvi], .btn-group-toggle > .btn input[type=radio][b-oit4yloxvi], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-oit4yloxvi], .btn-group-toggle > .btn-group > .btn input[type=radio][b-oit4yloxvi] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-oit4yloxvi] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-oit4yloxvi], .input-group > .custom-select[b-oit4yloxvi], .input-group > .form-control[b-oit4yloxvi], .input-group > .form-control-plaintext[b-oit4yloxvi] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-oit4yloxvi], .input-group > .custom-file + .custom-select[b-oit4yloxvi], .input-group > .custom-file + .form-control[b-oit4yloxvi], .input-group > .custom-select + .custom-file[b-oit4yloxvi], .input-group > .custom-select + .custom-select[b-oit4yloxvi], .input-group > .custom-select + .form-control[b-oit4yloxvi], .input-group > .form-control + .custom-file[b-oit4yloxvi], .input-group > .form-control + .custom-select[b-oit4yloxvi], .input-group > .form-control + .form-control[b-oit4yloxvi], .input-group > .form-control-plaintext + .custom-file[b-oit4yloxvi], .input-group > .form-control-plaintext + .custom-select[b-oit4yloxvi], .input-group > .form-control-plaintext + .form-control[b-oit4yloxvi] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-oit4yloxvi], .input-group > .custom-select:focus[b-oit4yloxvi], .input-group > .form-control:focus[b-oit4yloxvi] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-oit4yloxvi] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-oit4yloxvi], .input-group > .form-control:not(:first-child)[b-oit4yloxvi] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-oit4yloxvi] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-oit4yloxvi], .input-group > .custom-file:not(:last-child) .custom-file-label[b-oit4yloxvi] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-oit4yloxvi]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-oit4yloxvi], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-oit4yloxvi] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-oit4yloxvi]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-oit4yloxvi], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-oit4yloxvi] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-oit4yloxvi], .input-group-prepend[b-oit4yloxvi] {
    display: flex
}

    .input-group-append .btn[b-oit4yloxvi], .input-group-prepend .btn[b-oit4yloxvi] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-oit4yloxvi], .input-group-prepend .btn:focus[b-oit4yloxvi] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-oit4yloxvi], .input-group-append .btn + .input-group-text[b-oit4yloxvi], .input-group-append .input-group-text + .btn[b-oit4yloxvi], .input-group-append .input-group-text + .input-group-text[b-oit4yloxvi], .input-group-prepend .btn + .btn[b-oit4yloxvi], .input-group-prepend .btn + .input-group-text[b-oit4yloxvi], .input-group-prepend .input-group-text + .btn[b-oit4yloxvi], .input-group-prepend .input-group-text + .input-group-text[b-oit4yloxvi] {
            margin-left: -1px
        }

.input-group-prepend[b-oit4yloxvi] {
    margin-right: -1px
}

.input-group-append[b-oit4yloxvi] {
    margin-left: -1px
}

.input-group-text[b-oit4yloxvi] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-oit4yloxvi], .input-group-text input[type=radio][b-oit4yloxvi] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-oit4yloxvi], .input-group-lg > .form-control:not(textarea)[b-oit4yloxvi] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-oit4yloxvi], .input-group-lg > .form-control[b-oit4yloxvi], .input-group-lg > .input-group-append > .btn[b-oit4yloxvi], .input-group-lg > .input-group-append > .input-group-text[b-oit4yloxvi], .input-group-lg > .input-group-prepend > .btn[b-oit4yloxvi], .input-group-lg > .input-group-prepend > .input-group-text[b-oit4yloxvi] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-oit4yloxvi], .input-group-sm > .form-control:not(textarea)[b-oit4yloxvi] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-oit4yloxvi], .input-group-sm > .form-control[b-oit4yloxvi], .input-group-sm > .input-group-append > .btn[b-oit4yloxvi], .input-group-sm > .input-group-append > .input-group-text[b-oit4yloxvi], .input-group-sm > .input-group-prepend > .btn[b-oit4yloxvi], .input-group-sm > .input-group-prepend > .input-group-text[b-oit4yloxvi] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-oit4yloxvi], .input-group-sm > .custom-select[b-oit4yloxvi] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-oit4yloxvi], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-oit4yloxvi], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-oit4yloxvi], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-oit4yloxvi], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-oit4yloxvi], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-oit4yloxvi], .input-group > .input-group-prepend > .btn[b-oit4yloxvi], .input-group > .input-group-prepend > .input-group-text[b-oit4yloxvi] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-oit4yloxvi], .input-group > .input-group-append > .input-group-text[b-oit4yloxvi], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-oit4yloxvi], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-oit4yloxvi], .input-group > .input-group-prepend:not(:first-child) > .btn[b-oit4yloxvi], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-oit4yloxvi] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-oit4yloxvi] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-oit4yloxvi] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-oit4yloxvi] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-oit4yloxvi]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-oit4yloxvi]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-oit4yloxvi]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-oit4yloxvi]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-oit4yloxvi], .custom-control-input[disabled] ~ .custom-control-label[b-oit4yloxvi] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-oit4yloxvi]::before, .custom-control-input[disabled] ~ .custom-control-label[b-oit4yloxvi]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-oit4yloxvi] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-oit4yloxvi]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-oit4yloxvi]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-oit4yloxvi]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-oit4yloxvi]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-oit4yloxvi]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-oit4yloxvi]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-oit4yloxvi]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-oit4yloxvi]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-oit4yloxvi]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-oit4yloxvi]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-oit4yloxvi]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-oit4yloxvi] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-oit4yloxvi]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-oit4yloxvi]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-oit4yloxvi]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-oit4yloxvi]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-oit4yloxvi]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-oit4yloxvi] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-oit4yloxvi] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-oit4yloxvi]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-oit4yloxvi], .custom-select[size]:not([size="1"])[b-oit4yloxvi] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-oit4yloxvi] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-oit4yloxvi]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-oit4yloxvi] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-oit4yloxvi] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-oit4yloxvi] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-oit4yloxvi] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-oit4yloxvi] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-oit4yloxvi] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-oit4yloxvi], .custom-file-input[disabled] ~ .custom-file-label[b-oit4yloxvi] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-oit4yloxvi]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-oit4yloxvi]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-oit4yloxvi] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-oit4yloxvi]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-oit4yloxvi] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-oit4yloxvi] {
        outline: 0
    }

        .custom-range:focus[b-oit4yloxvi]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-oit4yloxvi]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-oit4yloxvi]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-oit4yloxvi]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-oit4yloxvi]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-oit4yloxvi]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-oit4yloxvi]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-oit4yloxvi]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-oit4yloxvi]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-oit4yloxvi]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-oit4yloxvi]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-oit4yloxvi]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-oit4yloxvi]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-oit4yloxvi]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-oit4yloxvi]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-oit4yloxvi]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-oit4yloxvi]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-oit4yloxvi]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-oit4yloxvi]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-oit4yloxvi]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-oit4yloxvi]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-oit4yloxvi]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-oit4yloxvi]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-oit4yloxvi]::before, .custom-file-label[b-oit4yloxvi], .custom-select[b-oit4yloxvi] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-oit4yloxvi]::before, .custom-file-label[b-oit4yloxvi], .custom-select[b-oit4yloxvi] {
        transition: none
    }
}

.nav[b-oit4yloxvi] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-oit4yloxvi] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-oit4yloxvi], .nav-link:hover[b-oit4yloxvi] {
        text-decoration: none
    }

    .nav-link.disabled[b-oit4yloxvi] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-oit4yloxvi] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-oit4yloxvi] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-oit4yloxvi], .nav-tabs .nav-link:hover[b-oit4yloxvi] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-oit4yloxvi] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-oit4yloxvi], .nav-tabs .nav-link.active[b-oit4yloxvi] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-oit4yloxvi] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-oit4yloxvi] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-oit4yloxvi], .nav-pills .show > .nav-link[b-oit4yloxvi] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-oit4yloxvi], .nav-fill > .nav-link[b-oit4yloxvi] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-oit4yloxvi], .nav-justified > .nav-link[b-oit4yloxvi] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-oit4yloxvi] {
    display: none
}

.tab-content > .active[b-oit4yloxvi] {
    display: block
}

.navbar[b-oit4yloxvi] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-oit4yloxvi], .navbar .container-fluid[b-oit4yloxvi], .navbar .container-lg[b-oit4yloxvi], .navbar .container-md[b-oit4yloxvi], .navbar .container-sm[b-oit4yloxvi], .navbar .container-xl[b-oit4yloxvi] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-oit4yloxvi] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-oit4yloxvi], .navbar-brand:hover[b-oit4yloxvi] {
        text-decoration: none
    }

.navbar-nav[b-oit4yloxvi] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-oit4yloxvi] {
        position: static;
        float: none
    }

.navbar-text[b-oit4yloxvi] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-oit4yloxvi] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-oit4yloxvi] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-oit4yloxvi], .navbar-toggler:hover[b-oit4yloxvi] {
        text-decoration: none
    }

.navbar-toggler-icon[b-oit4yloxvi] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-oit4yloxvi] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-oit4yloxvi], .navbar-expand-sm > .container-fluid[b-oit4yloxvi], .navbar-expand-sm > .container-lg[b-oit4yloxvi], .navbar-expand-sm > .container-md[b-oit4yloxvi], .navbar-expand-sm > .container-sm[b-oit4yloxvi], .navbar-expand-sm > .container-xl[b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-oit4yloxvi] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-oit4yloxvi] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-oit4yloxvi] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-oit4yloxvi] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-oit4yloxvi], .navbar-expand-sm > .container-fluid[b-oit4yloxvi], .navbar-expand-sm > .container-lg[b-oit4yloxvi], .navbar-expand-sm > .container-md[b-oit4yloxvi], .navbar-expand-sm > .container-sm[b-oit4yloxvi], .navbar-expand-sm > .container-xl[b-oit4yloxvi] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-oit4yloxvi] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-oit4yloxvi] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-oit4yloxvi] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-oit4yloxvi], .navbar-expand-md > .container-fluid[b-oit4yloxvi], .navbar-expand-md > .container-lg[b-oit4yloxvi], .navbar-expand-md > .container-md[b-oit4yloxvi], .navbar-expand-md > .container-sm[b-oit4yloxvi], .navbar-expand-md > .container-xl[b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-oit4yloxvi] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-oit4yloxvi] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-oit4yloxvi] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-oit4yloxvi] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-oit4yloxvi], .navbar-expand-md > .container-fluid[b-oit4yloxvi], .navbar-expand-md > .container-lg[b-oit4yloxvi], .navbar-expand-md > .container-md[b-oit4yloxvi], .navbar-expand-md > .container-sm[b-oit4yloxvi], .navbar-expand-md > .container-xl[b-oit4yloxvi] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-oit4yloxvi] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-oit4yloxvi] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-oit4yloxvi] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-oit4yloxvi], .navbar-expand-lg > .container-fluid[b-oit4yloxvi], .navbar-expand-lg > .container-lg[b-oit4yloxvi], .navbar-expand-lg > .container-md[b-oit4yloxvi], .navbar-expand-lg > .container-sm[b-oit4yloxvi], .navbar-expand-lg > .container-xl[b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-oit4yloxvi] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-oit4yloxvi] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-oit4yloxvi] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-oit4yloxvi] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-oit4yloxvi], .navbar-expand-lg > .container-fluid[b-oit4yloxvi], .navbar-expand-lg > .container-lg[b-oit4yloxvi], .navbar-expand-lg > .container-md[b-oit4yloxvi], .navbar-expand-lg > .container-sm[b-oit4yloxvi], .navbar-expand-lg > .container-xl[b-oit4yloxvi] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-oit4yloxvi] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-oit4yloxvi] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-oit4yloxvi] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-oit4yloxvi], .navbar-expand-xl > .container-fluid[b-oit4yloxvi], .navbar-expand-xl > .container-lg[b-oit4yloxvi], .navbar-expand-xl > .container-md[b-oit4yloxvi], .navbar-expand-xl > .container-sm[b-oit4yloxvi], .navbar-expand-xl > .container-xl[b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-oit4yloxvi] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-oit4yloxvi] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-oit4yloxvi] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-oit4yloxvi] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-oit4yloxvi], .navbar-expand-xl > .container-fluid[b-oit4yloxvi], .navbar-expand-xl > .container-lg[b-oit4yloxvi], .navbar-expand-xl > .container-md[b-oit4yloxvi], .navbar-expand-xl > .container-sm[b-oit4yloxvi], .navbar-expand-xl > .container-xl[b-oit4yloxvi] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-oit4yloxvi] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-oit4yloxvi] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-oit4yloxvi] {
            display: none
        }
}

.navbar-expand[b-oit4yloxvi] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-oit4yloxvi], .navbar-expand > .container-fluid[b-oit4yloxvi], .navbar-expand > .container-lg[b-oit4yloxvi], .navbar-expand > .container-md[b-oit4yloxvi], .navbar-expand > .container-sm[b-oit4yloxvi], .navbar-expand > .container-xl[b-oit4yloxvi] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-oit4yloxvi] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-oit4yloxvi] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-oit4yloxvi] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-oit4yloxvi], .navbar-expand > .container-fluid[b-oit4yloxvi], .navbar-expand > .container-lg[b-oit4yloxvi], .navbar-expand > .container-md[b-oit4yloxvi], .navbar-expand > .container-sm[b-oit4yloxvi], .navbar-expand > .container-xl[b-oit4yloxvi] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-oit4yloxvi] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-oit4yloxvi] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-oit4yloxvi] {
        display: none
    }

.navbar-light .navbar-brand[b-oit4yloxvi] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-oit4yloxvi], .navbar-light .navbar-brand:hover[b-oit4yloxvi] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-oit4yloxvi] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-oit4yloxvi], .navbar-light .navbar-nav .nav-link:hover[b-oit4yloxvi] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-oit4yloxvi] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-oit4yloxvi], .navbar-light .navbar-nav .nav-link.active[b-oit4yloxvi], .navbar-light .navbar-nav .nav-link.show[b-oit4yloxvi], .navbar-light .navbar-nav .show > .nav-link[b-oit4yloxvi] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-oit4yloxvi] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-oit4yloxvi] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-oit4yloxvi] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-oit4yloxvi] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-oit4yloxvi], .navbar-light .navbar-text a:hover[b-oit4yloxvi] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-oit4yloxvi] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-oit4yloxvi], .navbar-dark .navbar-brand:hover[b-oit4yloxvi] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-oit4yloxvi] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-oit4yloxvi], .navbar-dark .navbar-nav .nav-link:hover[b-oit4yloxvi] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-oit4yloxvi] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-oit4yloxvi], .navbar-dark .navbar-nav .nav-link.active[b-oit4yloxvi], .navbar-dark .navbar-nav .nav-link.show[b-oit4yloxvi], .navbar-dark .navbar-nav .show > .nav-link[b-oit4yloxvi] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-oit4yloxvi] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-oit4yloxvi] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-oit4yloxvi] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-oit4yloxvi] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-oit4yloxvi], .navbar-dark .navbar-text a:hover[b-oit4yloxvi] {
            color: #fff
        }

.card[b-oit4yloxvi] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-oit4yloxvi] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-oit4yloxvi] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-oit4yloxvi] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-oit4yloxvi] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-oit4yloxvi], .card > .list-group + .card-footer[b-oit4yloxvi] {
            border-top: 0
        }

.card-body[b-oit4yloxvi] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-oit4yloxvi] {
    margin-bottom: .75rem
}

.card-subtitle[b-oit4yloxvi] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-oit4yloxvi] {
    margin-bottom: 0
}

.card-link:hover[b-oit4yloxvi] {
    text-decoration: none
}

.card-link + .card-link[b-oit4yloxvi] {
    margin-left: 1.25rem
}

.card-header[b-oit4yloxvi] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-oit4yloxvi] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-oit4yloxvi] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-oit4yloxvi] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-oit4yloxvi] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-oit4yloxvi] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-oit4yloxvi] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-oit4yloxvi], .card-img-bottom[b-oit4yloxvi], .card-img-top[b-oit4yloxvi] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-oit4yloxvi], .card-img-top[b-oit4yloxvi] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-oit4yloxvi], .card-img-bottom[b-oit4yloxvi] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-oit4yloxvi] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-oit4yloxvi] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-oit4yloxvi] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-oit4yloxvi] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-oit4yloxvi] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-oit4yloxvi] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-oit4yloxvi] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-oit4yloxvi] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-oit4yloxvi], .card-group > .card:not(:last-child) .card-img-top[b-oit4yloxvi] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-oit4yloxvi], .card-group > .card:not(:last-child) .card-img-bottom[b-oit4yloxvi] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-oit4yloxvi] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-oit4yloxvi], .card-group > .card:not(:first-child) .card-img-top[b-oit4yloxvi] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-oit4yloxvi], .card-group > .card:not(:first-child) .card-img-bottom[b-oit4yloxvi] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-oit4yloxvi] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-oit4yloxvi] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-oit4yloxvi] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-oit4yloxvi] {
    overflow-anchor: none
}

    .accordion > .card[b-oit4yloxvi] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-oit4yloxvi] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-oit4yloxvi] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-oit4yloxvi] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-oit4yloxvi] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-oit4yloxvi] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-oit4yloxvi]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-oit4yloxvi]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-oit4yloxvi]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-oit4yloxvi] {
    color: #858796
}

.pagination[b-oit4yloxvi] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-oit4yloxvi] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-oit4yloxvi] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-oit4yloxvi] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-oit4yloxvi] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-oit4yloxvi] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-oit4yloxvi] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-oit4yloxvi] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-oit4yloxvi] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-oit4yloxvi] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-oit4yloxvi] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-oit4yloxvi] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-oit4yloxvi] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-oit4yloxvi] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-oit4yloxvi] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-oit4yloxvi] {
        transition: none
    }
}

a.badge:focus[b-oit4yloxvi], a.badge:hover[b-oit4yloxvi] {
    text-decoration: none
}

.badge:empty[b-oit4yloxvi] {
    display: none
}

.btn .badge[b-oit4yloxvi] {
    position: relative;
    top: -1px
}

.badge-pill[b-oit4yloxvi] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-oit4yloxvi] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-oit4yloxvi], a.badge-primary:hover[b-oit4yloxvi] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-oit4yloxvi], a.badge-primary:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-oit4yloxvi] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-oit4yloxvi], a.badge-secondary:hover[b-oit4yloxvi] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-oit4yloxvi], a.badge-secondary:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-oit4yloxvi] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-oit4yloxvi], a.badge-success:hover[b-oit4yloxvi] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-oit4yloxvi], a.badge-success:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-oit4yloxvi] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-oit4yloxvi], a.badge-info:hover[b-oit4yloxvi] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-oit4yloxvi], a.badge-info:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-oit4yloxvi] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-oit4yloxvi], a.badge-warning:hover[b-oit4yloxvi] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-oit4yloxvi], a.badge-warning:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-oit4yloxvi] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-oit4yloxvi], a.badge-danger:hover[b-oit4yloxvi] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-oit4yloxvi], a.badge-danger:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-oit4yloxvi] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-oit4yloxvi], a.badge-light:hover[b-oit4yloxvi] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-oit4yloxvi], a.badge-light:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-oit4yloxvi] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-oit4yloxvi], a.badge-dark:hover[b-oit4yloxvi] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-oit4yloxvi], a.badge-dark:focus[b-oit4yloxvi] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-oit4yloxvi] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-oit4yloxvi] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-oit4yloxvi] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-oit4yloxvi] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-oit4yloxvi] {
    color: inherit
}

.alert-link[b-oit4yloxvi] {
    font-weight: 700
}

.alert-dismissible[b-oit4yloxvi] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-oit4yloxvi] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-oit4yloxvi] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-oit4yloxvi] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-oit4yloxvi] {
        color: #1c294e
    }

.alert-secondary[b-oit4yloxvi] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-oit4yloxvi] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-oit4yloxvi] {
        color: #2d2e33
    }

.alert-success[b-oit4yloxvi] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-oit4yloxvi] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-oit4yloxvi] {
        color: #093b29
    }

.alert-info[b-oit4yloxvi] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-oit4yloxvi] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-oit4yloxvi] {
        color: #113b42
    }

.alert-warning[b-oit4yloxvi] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-oit4yloxvi] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-oit4yloxvi] {
        color: #574516
    }

.alert-danger[b-oit4yloxvi] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-oit4yloxvi] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-oit4yloxvi] {
        color: #4f1915
    }

.alert-light[b-oit4yloxvi] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-oit4yloxvi] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-oit4yloxvi] {
        color: #686869
    }

.alert-dark[b-oit4yloxvi] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-oit4yloxvi] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-oit4yloxvi] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-oit4yloxvi {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-oit4yloxvi] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-oit4yloxvi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-oit4yloxvi] {
        transition: none
    }
}

.progress-bar-striped[b-oit4yloxvi] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-oit4yloxvi] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-oit4yloxvi
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-oit4yloxvi] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-oit4yloxvi] {
    display: flex;
    align-items: flex-start
}

.media-body[b-oit4yloxvi] {
    flex: 1
}

.list-group[b-oit4yloxvi] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-oit4yloxvi] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-oit4yloxvi], .list-group-item-action:hover[b-oit4yloxvi] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-oit4yloxvi] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-oit4yloxvi] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-oit4yloxvi] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-oit4yloxvi] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-oit4yloxvi], .list-group-item:disabled[b-oit4yloxvi] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-oit4yloxvi] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-oit4yloxvi] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-oit4yloxvi] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-oit4yloxvi] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-oit4yloxvi] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-oit4yloxvi] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-oit4yloxvi] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-oit4yloxvi] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-oit4yloxvi] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-oit4yloxvi] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-oit4yloxvi] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-oit4yloxvi] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-oit4yloxvi] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-oit4yloxvi] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-oit4yloxvi] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-oit4yloxvi] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-oit4yloxvi] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-oit4yloxvi] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-oit4yloxvi] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-oit4yloxvi] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-oit4yloxvi] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-oit4yloxvi] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-oit4yloxvi] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-oit4yloxvi] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-oit4yloxvi] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-oit4yloxvi] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-oit4yloxvi] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-oit4yloxvi] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-oit4yloxvi] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-oit4yloxvi] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-oit4yloxvi] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-oit4yloxvi] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-oit4yloxvi] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-oit4yloxvi] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-oit4yloxvi] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-oit4yloxvi] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-oit4yloxvi] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-primary.list-group-item-action:hover[b-oit4yloxvi] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-oit4yloxvi] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-secondary.list-group-item-action:hover[b-oit4yloxvi] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-oit4yloxvi] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-success.list-group-item-action:hover[b-oit4yloxvi] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-oit4yloxvi] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-info.list-group-item-action:hover[b-oit4yloxvi] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-oit4yloxvi] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-warning.list-group-item-action:hover[b-oit4yloxvi] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-oit4yloxvi] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-danger.list-group-item-action:hover[b-oit4yloxvi] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-oit4yloxvi] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-light.list-group-item-action:hover[b-oit4yloxvi] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-oit4yloxvi] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-oit4yloxvi], .list-group-item-dark.list-group-item-action:hover[b-oit4yloxvi] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-oit4yloxvi] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-oit4yloxvi] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-oit4yloxvi] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-oit4yloxvi], .close:not(:disabled):not(.disabled):hover[b-oit4yloxvi] {
        opacity: .75
    }

button.close[b-oit4yloxvi] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-oit4yloxvi] {
    pointer-events: none
}

.toast[b-oit4yloxvi] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-oit4yloxvi] {
        margin-bottom: .75rem
    }

    .toast.showing[b-oit4yloxvi] {
        opacity: 1
    }

    .toast.show[b-oit4yloxvi] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-oit4yloxvi] {
        display: none
    }

.toast-header[b-oit4yloxvi] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-oit4yloxvi] {
    padding: .75rem
}

.modal-open[b-oit4yloxvi] {
    overflow: hidden
}

    .modal-open .modal[b-oit4yloxvi] {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal[b-oit4yloxvi] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-oit4yloxvi] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-oit4yloxvi] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-oit4yloxvi] {
        transition: none
    }
}

.modal.show .modal-dialog[b-oit4yloxvi] {
    transform: none
}

.modal.modal-static .modal-dialog[b-oit4yloxvi] {
    transform: scale(1.02)
}

.modal-dialog-scrollable[b-oit4yloxvi] {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-oit4yloxvi] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer[b-oit4yloxvi], .modal-dialog-scrollable .modal-header[b-oit4yloxvi] {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-oit4yloxvi] {
        overflow-y: auto
    }

.modal-dialog-centered[b-oit4yloxvi] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-oit4yloxvi]::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-oit4yloxvi] {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-oit4yloxvi] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-oit4yloxvi]::before {
            content: none
        }

.modal-content[b-oit4yloxvi] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop[b-oit4yloxvi] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-oit4yloxvi] {
        opacity: 0
    }

    .modal-backdrop.show[b-oit4yloxvi] {
        opacity: .5
    }

.modal-header[b-oit4yloxvi] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close[b-oit4yloxvi] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-oit4yloxvi] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-oit4yloxvi] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-oit4yloxvi] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > *[b-oit4yloxvi] {
        margin: .25rem
    }

.modal-scrollbar-measure[b-oit4yloxvi] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog[b-oit4yloxvi] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-oit4yloxvi] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-oit4yloxvi] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-oit4yloxvi] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-oit4yloxvi]::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm[b-oit4yloxvi] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-oit4yloxvi], .modal-xl[b-oit4yloxvi] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-oit4yloxvi] {
        max-width: 1140px
    }
}

.tooltip[b-oit4yloxvi] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-oit4yloxvi] {
        opacity: .9
    }

    .tooltip .arrow[b-oit4yloxvi] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-oit4yloxvi]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-oit4yloxvi], .bs-tooltip-top[b-oit4yloxvi] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-oit4yloxvi], .bs-tooltip-top .arrow[b-oit4yloxvi] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-oit4yloxvi]::before, .bs-tooltip-top .arrow[b-oit4yloxvi]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-oit4yloxvi], .bs-tooltip-right[b-oit4yloxvi] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-oit4yloxvi], .bs-tooltip-right .arrow[b-oit4yloxvi] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-oit4yloxvi]::before, .bs-tooltip-right .arrow[b-oit4yloxvi]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-oit4yloxvi], .bs-tooltip-bottom[b-oit4yloxvi] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-oit4yloxvi], .bs-tooltip-bottom .arrow[b-oit4yloxvi] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-oit4yloxvi]::before, .bs-tooltip-bottom .arrow[b-oit4yloxvi]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-oit4yloxvi], .bs-tooltip-left[b-oit4yloxvi] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-oit4yloxvi], .bs-tooltip-left .arrow[b-oit4yloxvi] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-oit4yloxvi]::before, .bs-tooltip-left .arrow[b-oit4yloxvi]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-oit4yloxvi] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-oit4yloxvi] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-oit4yloxvi] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-oit4yloxvi]::after, .popover .arrow[b-oit4yloxvi]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-oit4yloxvi], .bs-popover-top[b-oit4yloxvi] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-oit4yloxvi], .bs-popover-top > .arrow[b-oit4yloxvi] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-oit4yloxvi]::before, .bs-popover-top > .arrow[b-oit4yloxvi]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-oit4yloxvi]::after, .bs-popover-top > .arrow[b-oit4yloxvi]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-oit4yloxvi], .bs-popover-right[b-oit4yloxvi] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-oit4yloxvi], .bs-popover-right > .arrow[b-oit4yloxvi] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-oit4yloxvi]::before, .bs-popover-right > .arrow[b-oit4yloxvi]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-oit4yloxvi]::after, .bs-popover-right > .arrow[b-oit4yloxvi]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-oit4yloxvi], .bs-popover-bottom[b-oit4yloxvi] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-oit4yloxvi], .bs-popover-bottom > .arrow[b-oit4yloxvi] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-oit4yloxvi]::before, .bs-popover-bottom > .arrow[b-oit4yloxvi]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-oit4yloxvi]::after, .bs-popover-bottom > .arrow[b-oit4yloxvi]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-oit4yloxvi]::before, .bs-popover-bottom .popover-header[b-oit4yloxvi]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-oit4yloxvi], .bs-popover-left[b-oit4yloxvi] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-oit4yloxvi], .bs-popover-left > .arrow[b-oit4yloxvi] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-oit4yloxvi]::before, .bs-popover-left > .arrow[b-oit4yloxvi]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-oit4yloxvi]::after, .bs-popover-left > .arrow[b-oit4yloxvi]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-oit4yloxvi] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-oit4yloxvi] {
        display: none
    }

.popover-body[b-oit4yloxvi] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-oit4yloxvi] {
    position: relative
}

    .carousel.pointer-event[b-oit4yloxvi] {
        touch-action: pan-y
    }

.carousel-inner[b-oit4yloxvi] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-oit4yloxvi]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-oit4yloxvi] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-oit4yloxvi] {
        transition: none
    }
}

.carousel-item-next[b-oit4yloxvi], .carousel-item-prev[b-oit4yloxvi], .carousel-item.active[b-oit4yloxvi] {
    display: block
}

    .active.carousel-item-right[b-oit4yloxvi], .carousel-item-next:not(.carousel-item-left)[b-oit4yloxvi] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-oit4yloxvi], .carousel-item-prev:not(.carousel-item-right)[b-oit4yloxvi] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-oit4yloxvi] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-oit4yloxvi], .carousel-fade .carousel-item-prev.carousel-item-right[b-oit4yloxvi], .carousel-fade .carousel-item.active[b-oit4yloxvi] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-oit4yloxvi], .carousel-fade .active.carousel-item-right[b-oit4yloxvi] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-oit4yloxvi], .carousel-fade .active.carousel-item-right[b-oit4yloxvi] {
        transition: none
    }
}

.carousel-control-next[b-oit4yloxvi], .carousel-control-prev[b-oit4yloxvi] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-oit4yloxvi], .carousel-control-prev[b-oit4yloxvi] {
        transition: none
    }
}

.carousel-control-next:focus[b-oit4yloxvi], .carousel-control-next:hover[b-oit4yloxvi], .carousel-control-prev:focus[b-oit4yloxvi], .carousel-control-prev:hover[b-oit4yloxvi] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-oit4yloxvi] {
    left: 0
}

.carousel-control-next[b-oit4yloxvi] {
    right: 0
}

.carousel-control-next-icon[b-oit4yloxvi], .carousel-control-prev-icon[b-oit4yloxvi] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-oit4yloxvi] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-oit4yloxvi] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-oit4yloxvi] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-oit4yloxvi] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-oit4yloxvi] {
        transition: none
    }
}

.carousel-indicators .active[b-oit4yloxvi] {
    opacity: 1
}

.carousel-caption[b-oit4yloxvi] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-oit4yloxvi {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-oit4yloxvi] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-oit4yloxvi
}

.spinner-border-sm[b-oit4yloxvi] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-oit4yloxvi {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-oit4yloxvi] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-oit4yloxvi
}

.spinner-grow-sm[b-oit4yloxvi] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-oit4yloxvi], .spinner-grow[b-oit4yloxvi] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-oit4yloxvi] {
    vertical-align: baseline !important
}

.align-top[b-oit4yloxvi] {
    vertical-align: top !important
}

.align-middle[b-oit4yloxvi] {
    vertical-align: middle !important
}

.align-bottom[b-oit4yloxvi] {
    vertical-align: bottom !important
}

.align-text-bottom[b-oit4yloxvi] {
    vertical-align: text-bottom !important
}

.align-text-top[b-oit4yloxvi] {
    vertical-align: text-top !important
}

.bg-primary[b-oit4yloxvi] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-oit4yloxvi], a.bg-primary:hover[b-oit4yloxvi], button.bg-primary:focus[b-oit4yloxvi], button.bg-primary:hover[b-oit4yloxvi] {
    background-color: #2653d4 !important
}

.bg-secondary[b-oit4yloxvi] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-oit4yloxvi], a.bg-secondary:hover[b-oit4yloxvi], button.bg-secondary:focus[b-oit4yloxvi], button.bg-secondary:hover[b-oit4yloxvi] {
    background-color: #6b6d7d !important
}

.bg-success[b-oit4yloxvi] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-oit4yloxvi], a.bg-success:hover[b-oit4yloxvi], button.bg-success:focus[b-oit4yloxvi], button.bg-success:hover[b-oit4yloxvi] {
    background-color: #169b6b !important
}

.bg-info[b-oit4yloxvi] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-oit4yloxvi], a.bg-info:hover[b-oit4yloxvi], button.bg-info:focus[b-oit4yloxvi], button.bg-info:hover[b-oit4yloxvi] {
    background-color: #2a96a5 !important
}

.bg-warning[b-oit4yloxvi] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-oit4yloxvi], a.bg-warning:hover[b-oit4yloxvi], button.bg-warning:focus[b-oit4yloxvi], button.bg-warning:hover[b-oit4yloxvi] {
    background-color: #f4b30d !important
}

.bg-danger[b-oit4yloxvi] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-oit4yloxvi], a.bg-danger:hover[b-oit4yloxvi], button.bg-danger:focus[b-oit4yloxvi], button.bg-danger:hover[b-oit4yloxvi] {
    background-color: #d52a1a !important
}

.bg-light[b-oit4yloxvi] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-oit4yloxvi], a.bg-light:hover[b-oit4yloxvi], button.bg-light:focus[b-oit4yloxvi], button.bg-light:hover[b-oit4yloxvi] {
    background-color: #d4daed !important
}

.bg-dark[b-oit4yloxvi] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-oit4yloxvi], a.bg-dark:hover[b-oit4yloxvi], button.bg-dark:focus[b-oit4yloxvi], button.bg-dark:hover[b-oit4yloxvi] {
    background-color: #42444e !important
}

.bg-white[b-oit4yloxvi] {
    background-color: #fff !important
}

.bg-transparent[b-oit4yloxvi] {
    background-color: transparent !important
}

.border[b-oit4yloxvi] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-oit4yloxvi] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-oit4yloxvi] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-oit4yloxvi] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-oit4yloxvi] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-oit4yloxvi] {
    border: 0 !important
}

.border-top-0[b-oit4yloxvi] {
    border-top: 0 !important
}

.border-right-0[b-oit4yloxvi] {
    border-right: 0 !important
}

.border-bottom-0[b-oit4yloxvi] {
    border-bottom: 0 !important
}

.border-left-0[b-oit4yloxvi] {
    border-left: 0 !important
}

.border-primary[b-oit4yloxvi] {
    border-color: #4e73df !important
}

.border-secondary[b-oit4yloxvi] {
    border-color: #858796 !important
}

.border-success[b-oit4yloxvi] {
    border-color: #1cc88a !important
}

.border-info[b-oit4yloxvi] {
    border-color: #36b9cc !important
}

.border-warning[b-oit4yloxvi] {
    border-color: #f6c23e !important
}

.border-danger[b-oit4yloxvi] {
    border-color: #e74a3b !important
}

.border-light[b-oit4yloxvi] {
    border-color: #f8f9fc !important
}

.border-dark[b-oit4yloxvi] {
    border-color: #5a5c69 !important
}

.border-white[b-oit4yloxvi] {
    border-color: #fff !important
}

.rounded-sm[b-oit4yloxvi] {
    border-radius: .2rem !important
}

.rounded[b-oit4yloxvi] {
    border-radius: .35rem !important
}

.rounded-top[b-oit4yloxvi] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-oit4yloxvi] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-oit4yloxvi] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-oit4yloxvi] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-oit4yloxvi] {
    border-radius: .3rem !important
}

.rounded-circle[b-oit4yloxvi] {
    border-radius: 50% !important
}

.rounded-pill[b-oit4yloxvi] {
    border-radius: 50rem !important
}

.rounded-0[b-oit4yloxvi] {
    border-radius: 0 !important
}

.clearfix[b-oit4yloxvi]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-oit4yloxvi] {
    display: none !important
}

.d-inline[b-oit4yloxvi] {
    display: inline !important
}

.d-inline-block[b-oit4yloxvi] {
    display: inline-block !important
}

.d-block[b-oit4yloxvi] {
    display: block !important
}

.d-table[b-oit4yloxvi] {
    display: table !important
}

.d-table-row[b-oit4yloxvi] {
    display: table-row !important
}

.d-table-cell[b-oit4yloxvi] {
    display: table-cell !important
}

.d-flex[b-oit4yloxvi] {
    display: flex !important
}

.d-inline-flex[b-oit4yloxvi] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-oit4yloxvi] {
        display: none !important
    }

    .d-sm-inline[b-oit4yloxvi] {
        display: inline !important
    }

    .d-sm-inline-block[b-oit4yloxvi] {
        display: inline-block !important
    }

    .d-sm-block[b-oit4yloxvi] {
        display: block !important
    }

    .d-sm-table[b-oit4yloxvi] {
        display: table !important
    }

    .d-sm-table-row[b-oit4yloxvi] {
        display: table-row !important
    }

    .d-sm-table-cell[b-oit4yloxvi] {
        display: table-cell !important
    }

    .d-sm-flex[b-oit4yloxvi] {
        display: flex !important
    }

    .d-sm-inline-flex[b-oit4yloxvi] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-oit4yloxvi] {
        display: none !important
    }

    .d-md-inline[b-oit4yloxvi] {
        display: inline !important
    }

    .d-md-inline-block[b-oit4yloxvi] {
        display: inline-block !important
    }

    .d-md-block[b-oit4yloxvi] {
        display: block !important
    }

    .d-md-table[b-oit4yloxvi] {
        display: table !important
    }

    .d-md-table-row[b-oit4yloxvi] {
        display: table-row !important
    }

    .d-md-table-cell[b-oit4yloxvi] {
        display: table-cell !important
    }

    .d-md-flex[b-oit4yloxvi] {
        display: flex !important
    }

    .d-md-inline-flex[b-oit4yloxvi] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-oit4yloxvi] {
        display: none !important
    }

    .d-lg-inline[b-oit4yloxvi] {
        display: inline !important
    }

    .d-lg-inline-block[b-oit4yloxvi] {
        display: inline-block !important
    }

    .d-lg-block[b-oit4yloxvi] {
        display: block !important
    }

    .d-lg-table[b-oit4yloxvi] {
        display: table !important
    }

    .d-lg-table-row[b-oit4yloxvi] {
        display: table-row !important
    }

    .d-lg-table-cell[b-oit4yloxvi] {
        display: table-cell !important
    }

    .d-lg-flex[b-oit4yloxvi] {
        display: flex !important
    }

    .d-lg-inline-flex[b-oit4yloxvi] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-oit4yloxvi] {
        display: none !important
    }

    .d-xl-inline[b-oit4yloxvi] {
        display: inline !important
    }

    .d-xl-inline-block[b-oit4yloxvi] {
        display: inline-block !important
    }

    .d-xl-block[b-oit4yloxvi] {
        display: block !important
    }

    .d-xl-table[b-oit4yloxvi] {
        display: table !important
    }

    .d-xl-table-row[b-oit4yloxvi] {
        display: table-row !important
    }

    .d-xl-table-cell[b-oit4yloxvi] {
        display: table-cell !important
    }

    .d-xl-flex[b-oit4yloxvi] {
        display: flex !important
    }

    .d-xl-inline-flex[b-oit4yloxvi] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-oit4yloxvi] {
        display: none !important
    }

    .d-print-inline[b-oit4yloxvi] {
        display: inline !important
    }

    .d-print-inline-block[b-oit4yloxvi] {
        display: inline-block !important
    }

    .d-print-block[b-oit4yloxvi] {
        display: block !important
    }

    .d-print-table[b-oit4yloxvi] {
        display: table !important
    }

    .d-print-table-row[b-oit4yloxvi] {
        display: table-row !important
    }

    .d-print-table-cell[b-oit4yloxvi] {
        display: table-cell !important
    }

    .d-print-flex[b-oit4yloxvi] {
        display: flex !important
    }

    .d-print-inline-flex[b-oit4yloxvi] {
        display: inline-flex !important
    }
}

.embed-responsive[b-oit4yloxvi] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-oit4yloxvi]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-oit4yloxvi], .embed-responsive embed[b-oit4yloxvi], .embed-responsive iframe[b-oit4yloxvi], .embed-responsive object[b-oit4yloxvi], .embed-responsive video[b-oit4yloxvi] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-oit4yloxvi]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-oit4yloxvi]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-oit4yloxvi]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-oit4yloxvi]::before {
    padding-top: 100%
}

.flex-row[b-oit4yloxvi] {
    flex-direction: row !important
}

.flex-column[b-oit4yloxvi] {
    flex-direction: column !important
}

.flex-row-reverse[b-oit4yloxvi] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-oit4yloxvi] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-oit4yloxvi] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-oit4yloxvi] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-oit4yloxvi] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-oit4yloxvi] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-oit4yloxvi] {
    flex-grow: 0 !important
}

.flex-grow-1[b-oit4yloxvi] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-oit4yloxvi] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-oit4yloxvi] {
    flex-shrink: 1 !important
}

.justify-content-start[b-oit4yloxvi] {
    justify-content: flex-start !important
}

.justify-content-end[b-oit4yloxvi] {
    justify-content: flex-end !important
}

.justify-content-center[b-oit4yloxvi] {
    justify-content: center !important
}

.justify-content-between[b-oit4yloxvi] {
    justify-content: space-between !important
}

.justify-content-around[b-oit4yloxvi] {
    justify-content: space-around !important
}

.align-items-start[b-oit4yloxvi] {
    align-items: flex-start !important
}

.align-items-end[b-oit4yloxvi] {
    align-items: flex-end !important
}

.align-items-center[b-oit4yloxvi] {
    align-items: center !important
}

.align-items-baseline[b-oit4yloxvi] {
    align-items: baseline !important
}

.align-items-stretch[b-oit4yloxvi] {
    align-items: stretch !important
}

.align-content-start[b-oit4yloxvi] {
    align-content: flex-start !important
}

.align-content-end[b-oit4yloxvi] {
    align-content: flex-end !important
}

.align-content-center[b-oit4yloxvi] {
    align-content: center !important
}

.align-content-between[b-oit4yloxvi] {
    align-content: space-between !important
}

.align-content-around[b-oit4yloxvi] {
    align-content: space-around !important
}

.align-content-stretch[b-oit4yloxvi] {
    align-content: stretch !important
}

.align-self-auto[b-oit4yloxvi] {
    align-self: auto !important
}

.align-self-start[b-oit4yloxvi] {
    align-self: flex-start !important
}

.align-self-end[b-oit4yloxvi] {
    align-self: flex-end !important
}

.align-self-center[b-oit4yloxvi] {
    align-self: center !important
}

.align-self-baseline[b-oit4yloxvi] {
    align-self: baseline !important
}

.align-self-stretch[b-oit4yloxvi] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-oit4yloxvi] {
        flex-direction: row !important
    }

    .flex-sm-column[b-oit4yloxvi] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-oit4yloxvi] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-oit4yloxvi] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-oit4yloxvi] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-oit4yloxvi] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-oit4yloxvi] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-oit4yloxvi] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-oit4yloxvi] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-oit4yloxvi] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-oit4yloxvi] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-oit4yloxvi] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-oit4yloxvi] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-oit4yloxvi] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-oit4yloxvi] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-oit4yloxvi] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-oit4yloxvi] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-oit4yloxvi] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-oit4yloxvi] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-oit4yloxvi] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-oit4yloxvi] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-oit4yloxvi] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-oit4yloxvi] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-oit4yloxvi] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-oit4yloxvi] {
        align-content: center !important
    }

    .align-content-sm-between[b-oit4yloxvi] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-oit4yloxvi] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-oit4yloxvi] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-oit4yloxvi] {
        align-self: auto !important
    }

    .align-self-sm-start[b-oit4yloxvi] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-oit4yloxvi] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-oit4yloxvi] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-oit4yloxvi] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-oit4yloxvi] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-oit4yloxvi] {
        flex-direction: row !important
    }

    .flex-md-column[b-oit4yloxvi] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-oit4yloxvi] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-oit4yloxvi] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-oit4yloxvi] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-oit4yloxvi] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-oit4yloxvi] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-oit4yloxvi] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-oit4yloxvi] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-oit4yloxvi] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-oit4yloxvi] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-oit4yloxvi] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-oit4yloxvi] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-oit4yloxvi] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-oit4yloxvi] {
        justify-content: center !important
    }

    .justify-content-md-between[b-oit4yloxvi] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-oit4yloxvi] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-oit4yloxvi] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-oit4yloxvi] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-oit4yloxvi] {
        align-items: center !important
    }

    .align-items-md-baseline[b-oit4yloxvi] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-oit4yloxvi] {
        align-items: stretch !important
    }

    .align-content-md-start[b-oit4yloxvi] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-oit4yloxvi] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-oit4yloxvi] {
        align-content: center !important
    }

    .align-content-md-between[b-oit4yloxvi] {
        align-content: space-between !important
    }

    .align-content-md-around[b-oit4yloxvi] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-oit4yloxvi] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-oit4yloxvi] {
        align-self: auto !important
    }

    .align-self-md-start[b-oit4yloxvi] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-oit4yloxvi] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-oit4yloxvi] {
        align-self: center !important
    }

    .align-self-md-baseline[b-oit4yloxvi] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-oit4yloxvi] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-oit4yloxvi] {
        flex-direction: row !important
    }

    .flex-lg-column[b-oit4yloxvi] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-oit4yloxvi] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-oit4yloxvi] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-oit4yloxvi] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-oit4yloxvi] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-oit4yloxvi] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-oit4yloxvi] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-oit4yloxvi] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-oit4yloxvi] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-oit4yloxvi] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-oit4yloxvi] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-oit4yloxvi] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-oit4yloxvi] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-oit4yloxvi] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-oit4yloxvi] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-oit4yloxvi] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-oit4yloxvi] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-oit4yloxvi] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-oit4yloxvi] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-oit4yloxvi] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-oit4yloxvi] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-oit4yloxvi] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-oit4yloxvi] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-oit4yloxvi] {
        align-content: center !important
    }

    .align-content-lg-between[b-oit4yloxvi] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-oit4yloxvi] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-oit4yloxvi] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-oit4yloxvi] {
        align-self: auto !important
    }

    .align-self-lg-start[b-oit4yloxvi] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-oit4yloxvi] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-oit4yloxvi] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-oit4yloxvi] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-oit4yloxvi] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-oit4yloxvi] {
        flex-direction: row !important
    }

    .flex-xl-column[b-oit4yloxvi] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-oit4yloxvi] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-oit4yloxvi] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-oit4yloxvi] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-oit4yloxvi] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-oit4yloxvi] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-oit4yloxvi] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-oit4yloxvi] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-oit4yloxvi] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-oit4yloxvi] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-oit4yloxvi] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-oit4yloxvi] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-oit4yloxvi] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-oit4yloxvi] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-oit4yloxvi] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-oit4yloxvi] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-oit4yloxvi] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-oit4yloxvi] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-oit4yloxvi] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-oit4yloxvi] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-oit4yloxvi] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-oit4yloxvi] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-oit4yloxvi] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-oit4yloxvi] {
        align-content: center !important
    }

    .align-content-xl-between[b-oit4yloxvi] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-oit4yloxvi] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-oit4yloxvi] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-oit4yloxvi] {
        align-self: auto !important
    }

    .align-self-xl-start[b-oit4yloxvi] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-oit4yloxvi] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-oit4yloxvi] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-oit4yloxvi] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-oit4yloxvi] {
        align-self: stretch !important
    }
}

.float-left[b-oit4yloxvi] {
    float: left !important
}

.float-right[b-oit4yloxvi] {
    float: right !important
}

.float-none[b-oit4yloxvi] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-oit4yloxvi] {
        float: left !important
    }

    .float-sm-right[b-oit4yloxvi] {
        float: right !important
    }

    .float-sm-none[b-oit4yloxvi] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-oit4yloxvi] {
        float: left !important
    }

    .float-md-right[b-oit4yloxvi] {
        float: right !important
    }

    .float-md-none[b-oit4yloxvi] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-oit4yloxvi] {
        float: left !important
    }

    .float-lg-right[b-oit4yloxvi] {
        float: right !important
    }

    .float-lg-none[b-oit4yloxvi] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-oit4yloxvi] {
        float: left !important
    }

    .float-xl-right[b-oit4yloxvi] {
        float: right !important
    }

    .float-xl-none[b-oit4yloxvi] {
        float: none !important
    }
}

.user-select-all[b-oit4yloxvi] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-oit4yloxvi] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-oit4yloxvi] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-oit4yloxvi] {
    overflow: auto !important
}

.overflow-hidden[b-oit4yloxvi] {
    overflow: hidden !important
}

.position-static[b-oit4yloxvi] {
    position: static !important
}

.position-relative[b-oit4yloxvi] {
    position: relative !important
}

.position-absolute[b-oit4yloxvi] {
    position: absolute !important
}

.position-fixed[b-oit4yloxvi] {
    position: fixed !important
}

.position-sticky[b-oit4yloxvi] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-oit4yloxvi] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-oit4yloxvi] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-oit4yloxvi] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-oit4yloxvi] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-oit4yloxvi], .sr-only-focusable:focus[b-oit4yloxvi] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-oit4yloxvi] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-oit4yloxvi] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-oit4yloxvi] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-oit4yloxvi] {
    box-shadow: none !important
}

.w-25[b-oit4yloxvi] {
    width: 25% !important
}

.w-50[b-oit4yloxvi] {
    width: 50% !important
}

.w-75[b-oit4yloxvi] {
    width: 75% !important
}

.w-100[b-oit4yloxvi] {
    width: 100% !important
}

.w-auto[b-oit4yloxvi] {
    width: auto !important
}

.h-25[b-oit4yloxvi] {
    height: 25% !important
}

.h-50[b-oit4yloxvi] {
    height: 50% !important
}

.h-75[b-oit4yloxvi] {
    height: 75% !important
}

.h-100[b-oit4yloxvi] {
    height: 100% !important
}

.h-auto[b-oit4yloxvi] {
    height: auto !important
}

.mw-100[b-oit4yloxvi] {
    max-width: 100% !important
}

.mh-100[b-oit4yloxvi] {
    max-height: 100% !important
}

.min-vw-100[b-oit4yloxvi] {
    min-width: 100vw !important
}

.min-vh-100[b-oit4yloxvi] {
    min-height: 100vh !important
}

.vw-100[b-oit4yloxvi] {
    width: 100vw !important
}

.vh-100[b-oit4yloxvi] {
    height: 100vh !important
}

.m-0[b-oit4yloxvi] {
    margin: 0 !important
}

.mt-0[b-oit4yloxvi], .my-0[b-oit4yloxvi] {
    margin-top: 0 !important
}

.mr-0[b-oit4yloxvi], .mx-0[b-oit4yloxvi] {
    margin-right: 0 !important
}

.mb-0[b-oit4yloxvi], .my-0[b-oit4yloxvi] {
    margin-bottom: 0 !important
}

.ml-0[b-oit4yloxvi], .mx-0[b-oit4yloxvi] {
    margin-left: 0 !important
}

.m-1[b-oit4yloxvi] {
    margin: .25rem !important
}

.mt-1[b-oit4yloxvi], .my-1[b-oit4yloxvi] {
    margin-top: .25rem !important
}

.mr-1[b-oit4yloxvi], .mx-1[b-oit4yloxvi] {
    margin-right: .25rem !important
}

.mb-1[b-oit4yloxvi], .my-1[b-oit4yloxvi] {
    margin-bottom: .25rem !important
}

.ml-1[b-oit4yloxvi], .mx-1[b-oit4yloxvi] {
    margin-left: .25rem !important
}

.m-2[b-oit4yloxvi] {
    margin: .5rem !important
}

.mt-2[b-oit4yloxvi], .my-2[b-oit4yloxvi] {
    margin-top: .5rem !important
}

.mr-2[b-oit4yloxvi], .mx-2[b-oit4yloxvi] {
    margin-right: .5rem !important
}

.mb-2[b-oit4yloxvi], .my-2[b-oit4yloxvi] {
    margin-bottom: .5rem !important
}

.ml-2[b-oit4yloxvi], .mx-2[b-oit4yloxvi] {
    margin-left: .5rem !important
}

.m-3[b-oit4yloxvi] {
    margin: 1rem !important
}

.mt-3[b-oit4yloxvi], .my-3[b-oit4yloxvi] {
    margin-top: 1rem !important
}

.mr-3[b-oit4yloxvi], .mx-3[b-oit4yloxvi] {
    margin-right: 1rem !important
}

.mb-3[b-oit4yloxvi], .my-3[b-oit4yloxvi] {
    margin-bottom: 1rem !important
}

.ml-3[b-oit4yloxvi], .mx-3[b-oit4yloxvi] {
    margin-left: 1rem !important
}

.m-4[b-oit4yloxvi] {
    margin: 1.5rem !important
}

.mt-4[b-oit4yloxvi], .my-4[b-oit4yloxvi] {
    margin-top: 1.5rem !important
}

.mr-4[b-oit4yloxvi], .mx-4[b-oit4yloxvi] {
    margin-right: 1.5rem !important
}

.mb-4[b-oit4yloxvi], .my-4[b-oit4yloxvi] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-oit4yloxvi], .mx-4[b-oit4yloxvi] {
    margin-left: 1.5rem !important
}

.m-5[b-oit4yloxvi] {
    margin: 3rem !important
}

.mt-5[b-oit4yloxvi], .my-5[b-oit4yloxvi] {
    margin-top: 3rem !important
}

.mr-5[b-oit4yloxvi], .mx-5[b-oit4yloxvi] {
    margin-right: 3rem !important
}

.mb-5[b-oit4yloxvi], .my-5[b-oit4yloxvi] {
    margin-bottom: 3rem !important
}

.ml-5[b-oit4yloxvi], .mx-5[b-oit4yloxvi] {
    margin-left: 3rem !important
}

.p-0[b-oit4yloxvi] {
    padding: 0 !important
}

.pt-0[b-oit4yloxvi], .py-0[b-oit4yloxvi] {
    padding-top: 0 !important
}

.pr-0[b-oit4yloxvi], .px-0[b-oit4yloxvi] {
    padding-right: 0 !important
}

.pb-0[b-oit4yloxvi], .py-0[b-oit4yloxvi] {
    padding-bottom: 0 !important
}

.pl-0[b-oit4yloxvi], .px-0[b-oit4yloxvi] {
    padding-left: 0 !important
}

.p-1[b-oit4yloxvi] {
    padding: .25rem !important
}

.pt-1[b-oit4yloxvi], .py-1[b-oit4yloxvi] {
    padding-top: .25rem !important
}

.pr-1[b-oit4yloxvi], .px-1[b-oit4yloxvi] {
    padding-right: .25rem !important
}

.pb-1[b-oit4yloxvi], .py-1[b-oit4yloxvi] {
    padding-bottom: .25rem !important
}

.pl-1[b-oit4yloxvi], .px-1[b-oit4yloxvi] {
    padding-left: .25rem !important
}

.p-2[b-oit4yloxvi] {
    padding: .5rem !important
}

.pt-2[b-oit4yloxvi], .py-2[b-oit4yloxvi] {
    padding-top: .5rem !important
}

.pr-2[b-oit4yloxvi], .px-2[b-oit4yloxvi] {
    padding-right: .5rem !important
}

.pb-2[b-oit4yloxvi], .py-2[b-oit4yloxvi] {
    padding-bottom: .5rem !important
}

.pl-2[b-oit4yloxvi], .px-2[b-oit4yloxvi] {
    padding-left: .5rem !important
}

.p-3[b-oit4yloxvi] {
    padding: 1rem !important
}

.pt-3[b-oit4yloxvi], .py-3[b-oit4yloxvi] {
    padding-top: 1rem !important
}

.pr-3[b-oit4yloxvi], .px-3[b-oit4yloxvi] {
    padding-right: 1rem !important
}

.pb-3[b-oit4yloxvi], .py-3[b-oit4yloxvi] {
    padding-bottom: 1rem !important
}

.pl-3[b-oit4yloxvi], .px-3[b-oit4yloxvi] {
    padding-left: 1rem !important
}

.p-4[b-oit4yloxvi] {
    padding: 1.5rem !important
}

.pt-4[b-oit4yloxvi], .py-4[b-oit4yloxvi] {
    padding-top: 1.5rem !important
}

.pr-4[b-oit4yloxvi], .px-4[b-oit4yloxvi] {
    padding-right: 1.5rem !important
}

.pb-4[b-oit4yloxvi], .py-4[b-oit4yloxvi] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-oit4yloxvi], .px-4[b-oit4yloxvi] {
    padding-left: 1.5rem !important
}

.p-5[b-oit4yloxvi] {
    padding: 3rem !important
}

.pt-5[b-oit4yloxvi], .py-5[b-oit4yloxvi] {
    padding-top: 3rem !important
}

.pr-5[b-oit4yloxvi], .px-5[b-oit4yloxvi] {
    padding-right: 3rem !important
}

.pb-5[b-oit4yloxvi], .py-5[b-oit4yloxvi] {
    padding-bottom: 3rem !important
}

.pl-5[b-oit4yloxvi], .px-5[b-oit4yloxvi] {
    padding-left: 3rem !important
}

.m-n1[b-oit4yloxvi] {
    margin: -.25rem !important
}

.mt-n1[b-oit4yloxvi], .my-n1[b-oit4yloxvi] {
    margin-top: -.25rem !important
}

.mr-n1[b-oit4yloxvi], .mx-n1[b-oit4yloxvi] {
    margin-right: -.25rem !important
}

.mb-n1[b-oit4yloxvi], .my-n1[b-oit4yloxvi] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-oit4yloxvi], .mx-n1[b-oit4yloxvi] {
    margin-left: -.25rem !important
}

.m-n2[b-oit4yloxvi] {
    margin: -.5rem !important
}

.mt-n2[b-oit4yloxvi], .my-n2[b-oit4yloxvi] {
    margin-top: -.5rem !important
}

.mr-n2[b-oit4yloxvi], .mx-n2[b-oit4yloxvi] {
    margin-right: -.5rem !important
}

.mb-n2[b-oit4yloxvi], .my-n2[b-oit4yloxvi] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-oit4yloxvi], .mx-n2[b-oit4yloxvi] {
    margin-left: -.5rem !important
}

.m-n3[b-oit4yloxvi] {
    margin: -1rem !important
}

.mt-n3[b-oit4yloxvi], .my-n3[b-oit4yloxvi] {
    margin-top: -1rem !important
}

.mr-n3[b-oit4yloxvi], .mx-n3[b-oit4yloxvi] {
    margin-right: -1rem !important
}

.mb-n3[b-oit4yloxvi], .my-n3[b-oit4yloxvi] {
    margin-bottom: -1rem !important
}

.ml-n3[b-oit4yloxvi], .mx-n3[b-oit4yloxvi] {
    margin-left: -1rem !important
}

.m-n4[b-oit4yloxvi] {
    margin: -1.5rem !important
}

.mt-n4[b-oit4yloxvi], .my-n4[b-oit4yloxvi] {
    margin-top: -1.5rem !important
}

.mr-n4[b-oit4yloxvi], .mx-n4[b-oit4yloxvi] {
    margin-right: -1.5rem !important
}

.mb-n4[b-oit4yloxvi], .my-n4[b-oit4yloxvi] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-oit4yloxvi], .mx-n4[b-oit4yloxvi] {
    margin-left: -1.5rem !important
}

.m-n5[b-oit4yloxvi] {
    margin: -3rem !important
}

.mt-n5[b-oit4yloxvi], .my-n5[b-oit4yloxvi] {
    margin-top: -3rem !important
}

.mr-n5[b-oit4yloxvi], .mx-n5[b-oit4yloxvi] {
    margin-right: -3rem !important
}

.mb-n5[b-oit4yloxvi], .my-n5[b-oit4yloxvi] {
    margin-bottom: -3rem !important
}

.ml-n5[b-oit4yloxvi], .mx-n5[b-oit4yloxvi] {
    margin-left: -3rem !important
}

.m-auto[b-oit4yloxvi] {
    margin: auto !important
}

.mt-auto[b-oit4yloxvi], .my-auto[b-oit4yloxvi] {
    margin-top: auto !important
}

.mr-auto[b-oit4yloxvi], .mx-auto[b-oit4yloxvi] {
    margin-right: auto !important
}

.mb-auto[b-oit4yloxvi], .my-auto[b-oit4yloxvi] {
    margin-bottom: auto !important
}

.ml-auto[b-oit4yloxvi], .mx-auto[b-oit4yloxvi] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-oit4yloxvi] {
        margin: 0 !important
    }

    .mt-sm-0[b-oit4yloxvi], .my-sm-0[b-oit4yloxvi] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-oit4yloxvi], .mx-sm-0[b-oit4yloxvi] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-oit4yloxvi], .my-sm-0[b-oit4yloxvi] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-oit4yloxvi], .mx-sm-0[b-oit4yloxvi] {
        margin-left: 0 !important
    }

    .m-sm-1[b-oit4yloxvi] {
        margin: .25rem !important
    }

    .mt-sm-1[b-oit4yloxvi], .my-sm-1[b-oit4yloxvi] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-oit4yloxvi], .mx-sm-1[b-oit4yloxvi] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-oit4yloxvi], .my-sm-1[b-oit4yloxvi] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-oit4yloxvi], .mx-sm-1[b-oit4yloxvi] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-oit4yloxvi] {
        margin: .5rem !important
    }

    .mt-sm-2[b-oit4yloxvi], .my-sm-2[b-oit4yloxvi] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-oit4yloxvi], .mx-sm-2[b-oit4yloxvi] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-oit4yloxvi], .my-sm-2[b-oit4yloxvi] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-oit4yloxvi], .mx-sm-2[b-oit4yloxvi] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-oit4yloxvi] {
        margin: 1rem !important
    }

    .mt-sm-3[b-oit4yloxvi], .my-sm-3[b-oit4yloxvi] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-oit4yloxvi], .mx-sm-3[b-oit4yloxvi] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-oit4yloxvi], .my-sm-3[b-oit4yloxvi] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-oit4yloxvi], .mx-sm-3[b-oit4yloxvi] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-oit4yloxvi] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-oit4yloxvi], .my-sm-4[b-oit4yloxvi] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-oit4yloxvi], .mx-sm-4[b-oit4yloxvi] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-oit4yloxvi], .my-sm-4[b-oit4yloxvi] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-oit4yloxvi], .mx-sm-4[b-oit4yloxvi] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-oit4yloxvi] {
        margin: 3rem !important
    }

    .mt-sm-5[b-oit4yloxvi], .my-sm-5[b-oit4yloxvi] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-oit4yloxvi], .mx-sm-5[b-oit4yloxvi] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-oit4yloxvi], .my-sm-5[b-oit4yloxvi] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-oit4yloxvi], .mx-sm-5[b-oit4yloxvi] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-oit4yloxvi] {
        padding: 0 !important
    }

    .pt-sm-0[b-oit4yloxvi], .py-sm-0[b-oit4yloxvi] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-oit4yloxvi], .px-sm-0[b-oit4yloxvi] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-oit4yloxvi], .py-sm-0[b-oit4yloxvi] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-oit4yloxvi], .px-sm-0[b-oit4yloxvi] {
        padding-left: 0 !important
    }

    .p-sm-1[b-oit4yloxvi] {
        padding: .25rem !important
    }

    .pt-sm-1[b-oit4yloxvi], .py-sm-1[b-oit4yloxvi] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-oit4yloxvi], .px-sm-1[b-oit4yloxvi] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-oit4yloxvi], .py-sm-1[b-oit4yloxvi] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-oit4yloxvi], .px-sm-1[b-oit4yloxvi] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-oit4yloxvi] {
        padding: .5rem !important
    }

    .pt-sm-2[b-oit4yloxvi], .py-sm-2[b-oit4yloxvi] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-oit4yloxvi], .px-sm-2[b-oit4yloxvi] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-oit4yloxvi], .py-sm-2[b-oit4yloxvi] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-oit4yloxvi], .px-sm-2[b-oit4yloxvi] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-oit4yloxvi] {
        padding: 1rem !important
    }

    .pt-sm-3[b-oit4yloxvi], .py-sm-3[b-oit4yloxvi] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-oit4yloxvi], .px-sm-3[b-oit4yloxvi] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-oit4yloxvi], .py-sm-3[b-oit4yloxvi] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-oit4yloxvi], .px-sm-3[b-oit4yloxvi] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-oit4yloxvi] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-oit4yloxvi], .py-sm-4[b-oit4yloxvi] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-oit4yloxvi], .px-sm-4[b-oit4yloxvi] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-oit4yloxvi], .py-sm-4[b-oit4yloxvi] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-oit4yloxvi], .px-sm-4[b-oit4yloxvi] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-oit4yloxvi] {
        padding: 3rem !important
    }

    .pt-sm-5[b-oit4yloxvi], .py-sm-5[b-oit4yloxvi] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-oit4yloxvi], .px-sm-5[b-oit4yloxvi] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-oit4yloxvi], .py-sm-5[b-oit4yloxvi] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-oit4yloxvi], .px-sm-5[b-oit4yloxvi] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-oit4yloxvi] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-oit4yloxvi], .my-sm-n1[b-oit4yloxvi] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-oit4yloxvi], .mx-sm-n1[b-oit4yloxvi] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-oit4yloxvi], .my-sm-n1[b-oit4yloxvi] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-oit4yloxvi], .mx-sm-n1[b-oit4yloxvi] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-oit4yloxvi] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-oit4yloxvi], .my-sm-n2[b-oit4yloxvi] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-oit4yloxvi], .mx-sm-n2[b-oit4yloxvi] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-oit4yloxvi], .my-sm-n2[b-oit4yloxvi] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-oit4yloxvi], .mx-sm-n2[b-oit4yloxvi] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-oit4yloxvi] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-oit4yloxvi], .my-sm-n3[b-oit4yloxvi] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-oit4yloxvi], .mx-sm-n3[b-oit4yloxvi] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-oit4yloxvi], .my-sm-n3[b-oit4yloxvi] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-oit4yloxvi], .mx-sm-n3[b-oit4yloxvi] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-oit4yloxvi] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-oit4yloxvi], .my-sm-n4[b-oit4yloxvi] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-oit4yloxvi], .mx-sm-n4[b-oit4yloxvi] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-oit4yloxvi], .my-sm-n4[b-oit4yloxvi] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-oit4yloxvi], .mx-sm-n4[b-oit4yloxvi] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-oit4yloxvi] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-oit4yloxvi], .my-sm-n5[b-oit4yloxvi] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-oit4yloxvi], .mx-sm-n5[b-oit4yloxvi] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-oit4yloxvi], .my-sm-n5[b-oit4yloxvi] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-oit4yloxvi], .mx-sm-n5[b-oit4yloxvi] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-oit4yloxvi] {
        margin: auto !important
    }

    .mt-sm-auto[b-oit4yloxvi], .my-sm-auto[b-oit4yloxvi] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-oit4yloxvi], .mx-sm-auto[b-oit4yloxvi] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-oit4yloxvi], .my-sm-auto[b-oit4yloxvi] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-oit4yloxvi], .mx-sm-auto[b-oit4yloxvi] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-oit4yloxvi] {
        margin: 0 !important
    }

    .mt-md-0[b-oit4yloxvi], .my-md-0[b-oit4yloxvi] {
        margin-top: 0 !important
    }

    .mr-md-0[b-oit4yloxvi], .mx-md-0[b-oit4yloxvi] {
        margin-right: 0 !important
    }

    .mb-md-0[b-oit4yloxvi], .my-md-0[b-oit4yloxvi] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-oit4yloxvi], .mx-md-0[b-oit4yloxvi] {
        margin-left: 0 !important
    }

    .m-md-1[b-oit4yloxvi] {
        margin: .25rem !important
    }

    .mt-md-1[b-oit4yloxvi], .my-md-1[b-oit4yloxvi] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-oit4yloxvi], .mx-md-1[b-oit4yloxvi] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-oit4yloxvi], .my-md-1[b-oit4yloxvi] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-oit4yloxvi], .mx-md-1[b-oit4yloxvi] {
        margin-left: .25rem !important
    }

    .m-md-2[b-oit4yloxvi] {
        margin: .5rem !important
    }

    .mt-md-2[b-oit4yloxvi], .my-md-2[b-oit4yloxvi] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-oit4yloxvi], .mx-md-2[b-oit4yloxvi] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-oit4yloxvi], .my-md-2[b-oit4yloxvi] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-oit4yloxvi], .mx-md-2[b-oit4yloxvi] {
        margin-left: .5rem !important
    }

    .m-md-3[b-oit4yloxvi] {
        margin: 1rem !important
    }

    .mt-md-3[b-oit4yloxvi], .my-md-3[b-oit4yloxvi] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-oit4yloxvi], .mx-md-3[b-oit4yloxvi] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-oit4yloxvi], .my-md-3[b-oit4yloxvi] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-oit4yloxvi], .mx-md-3[b-oit4yloxvi] {
        margin-left: 1rem !important
    }

    .m-md-4[b-oit4yloxvi] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-oit4yloxvi], .my-md-4[b-oit4yloxvi] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-oit4yloxvi], .mx-md-4[b-oit4yloxvi] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-oit4yloxvi], .my-md-4[b-oit4yloxvi] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-oit4yloxvi], .mx-md-4[b-oit4yloxvi] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-oit4yloxvi] {
        margin: 3rem !important
    }

    .mt-md-5[b-oit4yloxvi], .my-md-5[b-oit4yloxvi] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-oit4yloxvi], .mx-md-5[b-oit4yloxvi] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-oit4yloxvi], .my-md-5[b-oit4yloxvi] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-oit4yloxvi], .mx-md-5[b-oit4yloxvi] {
        margin-left: 3rem !important
    }

    .p-md-0[b-oit4yloxvi] {
        padding: 0 !important
    }

    .pt-md-0[b-oit4yloxvi], .py-md-0[b-oit4yloxvi] {
        padding-top: 0 !important
    }

    .pr-md-0[b-oit4yloxvi], .px-md-0[b-oit4yloxvi] {
        padding-right: 0 !important
    }

    .pb-md-0[b-oit4yloxvi], .py-md-0[b-oit4yloxvi] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-oit4yloxvi], .px-md-0[b-oit4yloxvi] {
        padding-left: 0 !important
    }

    .p-md-1[b-oit4yloxvi] {
        padding: .25rem !important
    }

    .pt-md-1[b-oit4yloxvi], .py-md-1[b-oit4yloxvi] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-oit4yloxvi], .px-md-1[b-oit4yloxvi] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-oit4yloxvi], .py-md-1[b-oit4yloxvi] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-oit4yloxvi], .px-md-1[b-oit4yloxvi] {
        padding-left: .25rem !important
    }

    .p-md-2[b-oit4yloxvi] {
        padding: .5rem !important
    }

    .pt-md-2[b-oit4yloxvi], .py-md-2[b-oit4yloxvi] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-oit4yloxvi], .px-md-2[b-oit4yloxvi] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-oit4yloxvi], .py-md-2[b-oit4yloxvi] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-oit4yloxvi], .px-md-2[b-oit4yloxvi] {
        padding-left: .5rem !important
    }

    .p-md-3[b-oit4yloxvi] {
        padding: 1rem !important
    }

    .pt-md-3[b-oit4yloxvi], .py-md-3[b-oit4yloxvi] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-oit4yloxvi], .px-md-3[b-oit4yloxvi] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-oit4yloxvi], .py-md-3[b-oit4yloxvi] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-oit4yloxvi], .px-md-3[b-oit4yloxvi] {
        padding-left: 1rem !important
    }

    .p-md-4[b-oit4yloxvi] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-oit4yloxvi], .py-md-4[b-oit4yloxvi] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-oit4yloxvi], .px-md-4[b-oit4yloxvi] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-oit4yloxvi], .py-md-4[b-oit4yloxvi] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-oit4yloxvi], .px-md-4[b-oit4yloxvi] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-oit4yloxvi] {
        padding: 3rem !important
    }

    .pt-md-5[b-oit4yloxvi], .py-md-5[b-oit4yloxvi] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-oit4yloxvi], .px-md-5[b-oit4yloxvi] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-oit4yloxvi], .py-md-5[b-oit4yloxvi] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-oit4yloxvi], .px-md-5[b-oit4yloxvi] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-oit4yloxvi] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-oit4yloxvi], .my-md-n1[b-oit4yloxvi] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-oit4yloxvi], .mx-md-n1[b-oit4yloxvi] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-oit4yloxvi], .my-md-n1[b-oit4yloxvi] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-oit4yloxvi], .mx-md-n1[b-oit4yloxvi] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-oit4yloxvi] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-oit4yloxvi], .my-md-n2[b-oit4yloxvi] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-oit4yloxvi], .mx-md-n2[b-oit4yloxvi] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-oit4yloxvi], .my-md-n2[b-oit4yloxvi] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-oit4yloxvi], .mx-md-n2[b-oit4yloxvi] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-oit4yloxvi] {
        margin: -1rem !important
    }

    .mt-md-n3[b-oit4yloxvi], .my-md-n3[b-oit4yloxvi] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-oit4yloxvi], .mx-md-n3[b-oit4yloxvi] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-oit4yloxvi], .my-md-n3[b-oit4yloxvi] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-oit4yloxvi], .mx-md-n3[b-oit4yloxvi] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-oit4yloxvi] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-oit4yloxvi], .my-md-n4[b-oit4yloxvi] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-oit4yloxvi], .mx-md-n4[b-oit4yloxvi] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-oit4yloxvi], .my-md-n4[b-oit4yloxvi] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-oit4yloxvi], .mx-md-n4[b-oit4yloxvi] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-oit4yloxvi] {
        margin: -3rem !important
    }

    .mt-md-n5[b-oit4yloxvi], .my-md-n5[b-oit4yloxvi] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-oit4yloxvi], .mx-md-n5[b-oit4yloxvi] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-oit4yloxvi], .my-md-n5[b-oit4yloxvi] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-oit4yloxvi], .mx-md-n5[b-oit4yloxvi] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-oit4yloxvi] {
        margin: auto !important
    }

    .mt-md-auto[b-oit4yloxvi], .my-md-auto[b-oit4yloxvi] {
        margin-top: auto !important
    }

    .mr-md-auto[b-oit4yloxvi], .mx-md-auto[b-oit4yloxvi] {
        margin-right: auto !important
    }

    .mb-md-auto[b-oit4yloxvi], .my-md-auto[b-oit4yloxvi] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-oit4yloxvi], .mx-md-auto[b-oit4yloxvi] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-oit4yloxvi] {
        margin: 0 !important
    }

    .mt-lg-0[b-oit4yloxvi], .my-lg-0[b-oit4yloxvi] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-oit4yloxvi], .mx-lg-0[b-oit4yloxvi] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-oit4yloxvi], .my-lg-0[b-oit4yloxvi] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-oit4yloxvi], .mx-lg-0[b-oit4yloxvi] {
        margin-left: 0 !important
    }

    .m-lg-1[b-oit4yloxvi] {
        margin: .25rem !important
    }

    .mt-lg-1[b-oit4yloxvi], .my-lg-1[b-oit4yloxvi] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-oit4yloxvi], .mx-lg-1[b-oit4yloxvi] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-oit4yloxvi], .my-lg-1[b-oit4yloxvi] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-oit4yloxvi], .mx-lg-1[b-oit4yloxvi] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-oit4yloxvi] {
        margin: .5rem !important
    }

    .mt-lg-2[b-oit4yloxvi], .my-lg-2[b-oit4yloxvi] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-oit4yloxvi], .mx-lg-2[b-oit4yloxvi] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-oit4yloxvi], .my-lg-2[b-oit4yloxvi] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-oit4yloxvi], .mx-lg-2[b-oit4yloxvi] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-oit4yloxvi] {
        margin: 1rem !important
    }

    .mt-lg-3[b-oit4yloxvi], .my-lg-3[b-oit4yloxvi] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-oit4yloxvi], .mx-lg-3[b-oit4yloxvi] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-oit4yloxvi], .my-lg-3[b-oit4yloxvi] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-oit4yloxvi], .mx-lg-3[b-oit4yloxvi] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-oit4yloxvi] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-oit4yloxvi], .my-lg-4[b-oit4yloxvi] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-oit4yloxvi], .mx-lg-4[b-oit4yloxvi] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-oit4yloxvi], .my-lg-4[b-oit4yloxvi] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-oit4yloxvi], .mx-lg-4[b-oit4yloxvi] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-oit4yloxvi] {
        margin: 3rem !important
    }

    .mt-lg-5[b-oit4yloxvi], .my-lg-5[b-oit4yloxvi] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-oit4yloxvi], .mx-lg-5[b-oit4yloxvi] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-oit4yloxvi], .my-lg-5[b-oit4yloxvi] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-oit4yloxvi], .mx-lg-5[b-oit4yloxvi] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-oit4yloxvi] {
        padding: 0 !important
    }

    .pt-lg-0[b-oit4yloxvi], .py-lg-0[b-oit4yloxvi] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-oit4yloxvi], .px-lg-0[b-oit4yloxvi] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-oit4yloxvi], .py-lg-0[b-oit4yloxvi] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-oit4yloxvi], .px-lg-0[b-oit4yloxvi] {
        padding-left: 0 !important
    }

    .p-lg-1[b-oit4yloxvi] {
        padding: .25rem !important
    }

    .pt-lg-1[b-oit4yloxvi], .py-lg-1[b-oit4yloxvi] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-oit4yloxvi], .px-lg-1[b-oit4yloxvi] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-oit4yloxvi], .py-lg-1[b-oit4yloxvi] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-oit4yloxvi], .px-lg-1[b-oit4yloxvi] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-oit4yloxvi] {
        padding: .5rem !important
    }

    .pt-lg-2[b-oit4yloxvi], .py-lg-2[b-oit4yloxvi] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-oit4yloxvi], .px-lg-2[b-oit4yloxvi] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-oit4yloxvi], .py-lg-2[b-oit4yloxvi] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-oit4yloxvi], .px-lg-2[b-oit4yloxvi] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-oit4yloxvi] {
        padding: 1rem !important
    }

    .pt-lg-3[b-oit4yloxvi], .py-lg-3[b-oit4yloxvi] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-oit4yloxvi], .px-lg-3[b-oit4yloxvi] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-oit4yloxvi], .py-lg-3[b-oit4yloxvi] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-oit4yloxvi], .px-lg-3[b-oit4yloxvi] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-oit4yloxvi] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-oit4yloxvi], .py-lg-4[b-oit4yloxvi] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-oit4yloxvi], .px-lg-4[b-oit4yloxvi] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-oit4yloxvi], .py-lg-4[b-oit4yloxvi] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-oit4yloxvi], .px-lg-4[b-oit4yloxvi] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-oit4yloxvi] {
        padding: 3rem !important
    }

    .pt-lg-5[b-oit4yloxvi], .py-lg-5[b-oit4yloxvi] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-oit4yloxvi], .px-lg-5[b-oit4yloxvi] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-oit4yloxvi], .py-lg-5[b-oit4yloxvi] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-oit4yloxvi], .px-lg-5[b-oit4yloxvi] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-oit4yloxvi] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-oit4yloxvi], .my-lg-n1[b-oit4yloxvi] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-oit4yloxvi], .mx-lg-n1[b-oit4yloxvi] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-oit4yloxvi], .my-lg-n1[b-oit4yloxvi] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-oit4yloxvi], .mx-lg-n1[b-oit4yloxvi] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-oit4yloxvi] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-oit4yloxvi], .my-lg-n2[b-oit4yloxvi] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-oit4yloxvi], .mx-lg-n2[b-oit4yloxvi] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-oit4yloxvi], .my-lg-n2[b-oit4yloxvi] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-oit4yloxvi], .mx-lg-n2[b-oit4yloxvi] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-oit4yloxvi] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-oit4yloxvi], .my-lg-n3[b-oit4yloxvi] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-oit4yloxvi], .mx-lg-n3[b-oit4yloxvi] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-oit4yloxvi], .my-lg-n3[b-oit4yloxvi] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-oit4yloxvi], .mx-lg-n3[b-oit4yloxvi] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-oit4yloxvi] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-oit4yloxvi], .my-lg-n4[b-oit4yloxvi] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-oit4yloxvi], .mx-lg-n4[b-oit4yloxvi] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-oit4yloxvi], .my-lg-n4[b-oit4yloxvi] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-oit4yloxvi], .mx-lg-n4[b-oit4yloxvi] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-oit4yloxvi] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-oit4yloxvi], .my-lg-n5[b-oit4yloxvi] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-oit4yloxvi], .mx-lg-n5[b-oit4yloxvi] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-oit4yloxvi], .my-lg-n5[b-oit4yloxvi] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-oit4yloxvi], .mx-lg-n5[b-oit4yloxvi] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-oit4yloxvi] {
        margin: auto !important
    }

    .mt-lg-auto[b-oit4yloxvi], .my-lg-auto[b-oit4yloxvi] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-oit4yloxvi], .mx-lg-auto[b-oit4yloxvi] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-oit4yloxvi], .my-lg-auto[b-oit4yloxvi] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-oit4yloxvi], .mx-lg-auto[b-oit4yloxvi] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-oit4yloxvi] {
        margin: 0 !important
    }

    .mt-xl-0[b-oit4yloxvi], .my-xl-0[b-oit4yloxvi] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-oit4yloxvi], .mx-xl-0[b-oit4yloxvi] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-oit4yloxvi], .my-xl-0[b-oit4yloxvi] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-oit4yloxvi], .mx-xl-0[b-oit4yloxvi] {
        margin-left: 0 !important
    }

    .m-xl-1[b-oit4yloxvi] {
        margin: .25rem !important
    }

    .mt-xl-1[b-oit4yloxvi], .my-xl-1[b-oit4yloxvi] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-oit4yloxvi], .mx-xl-1[b-oit4yloxvi] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-oit4yloxvi], .my-xl-1[b-oit4yloxvi] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-oit4yloxvi], .mx-xl-1[b-oit4yloxvi] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-oit4yloxvi] {
        margin: .5rem !important
    }

    .mt-xl-2[b-oit4yloxvi], .my-xl-2[b-oit4yloxvi] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-oit4yloxvi], .mx-xl-2[b-oit4yloxvi] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-oit4yloxvi], .my-xl-2[b-oit4yloxvi] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-oit4yloxvi], .mx-xl-2[b-oit4yloxvi] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-oit4yloxvi] {
        margin: 1rem !important
    }

    .mt-xl-3[b-oit4yloxvi], .my-xl-3[b-oit4yloxvi] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-oit4yloxvi], .mx-xl-3[b-oit4yloxvi] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-oit4yloxvi], .my-xl-3[b-oit4yloxvi] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-oit4yloxvi], .mx-xl-3[b-oit4yloxvi] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-oit4yloxvi] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-oit4yloxvi], .my-xl-4[b-oit4yloxvi] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-oit4yloxvi], .mx-xl-4[b-oit4yloxvi] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-oit4yloxvi], .my-xl-4[b-oit4yloxvi] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-oit4yloxvi], .mx-xl-4[b-oit4yloxvi] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-oit4yloxvi] {
        margin: 3rem !important
    }

    .mt-xl-5[b-oit4yloxvi], .my-xl-5[b-oit4yloxvi] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-oit4yloxvi], .mx-xl-5[b-oit4yloxvi] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-oit4yloxvi], .my-xl-5[b-oit4yloxvi] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-oit4yloxvi], .mx-xl-5[b-oit4yloxvi] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-oit4yloxvi] {
        padding: 0 !important
    }

    .pt-xl-0[b-oit4yloxvi], .py-xl-0[b-oit4yloxvi] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-oit4yloxvi], .px-xl-0[b-oit4yloxvi] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-oit4yloxvi], .py-xl-0[b-oit4yloxvi] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-oit4yloxvi], .px-xl-0[b-oit4yloxvi] {
        padding-left: 0 !important
    }

    .p-xl-1[b-oit4yloxvi] {
        padding: .25rem !important
    }

    .pt-xl-1[b-oit4yloxvi], .py-xl-1[b-oit4yloxvi] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-oit4yloxvi], .px-xl-1[b-oit4yloxvi] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-oit4yloxvi], .py-xl-1[b-oit4yloxvi] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-oit4yloxvi], .px-xl-1[b-oit4yloxvi] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-oit4yloxvi] {
        padding: .5rem !important
    }

    .pt-xl-2[b-oit4yloxvi], .py-xl-2[b-oit4yloxvi] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-oit4yloxvi], .px-xl-2[b-oit4yloxvi] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-oit4yloxvi], .py-xl-2[b-oit4yloxvi] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-oit4yloxvi], .px-xl-2[b-oit4yloxvi] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-oit4yloxvi] {
        padding: 1rem !important
    }

    .pt-xl-3[b-oit4yloxvi], .py-xl-3[b-oit4yloxvi] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-oit4yloxvi], .px-xl-3[b-oit4yloxvi] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-oit4yloxvi], .py-xl-3[b-oit4yloxvi] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-oit4yloxvi], .px-xl-3[b-oit4yloxvi] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-oit4yloxvi] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-oit4yloxvi], .py-xl-4[b-oit4yloxvi] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-oit4yloxvi], .px-xl-4[b-oit4yloxvi] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-oit4yloxvi], .py-xl-4[b-oit4yloxvi] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-oit4yloxvi], .px-xl-4[b-oit4yloxvi] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-oit4yloxvi] {
        padding: 3rem !important
    }

    .pt-xl-5[b-oit4yloxvi], .py-xl-5[b-oit4yloxvi] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-oit4yloxvi], .px-xl-5[b-oit4yloxvi] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-oit4yloxvi], .py-xl-5[b-oit4yloxvi] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-oit4yloxvi], .px-xl-5[b-oit4yloxvi] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-oit4yloxvi] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-oit4yloxvi], .my-xl-n1[b-oit4yloxvi] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-oit4yloxvi], .mx-xl-n1[b-oit4yloxvi] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-oit4yloxvi], .my-xl-n1[b-oit4yloxvi] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-oit4yloxvi], .mx-xl-n1[b-oit4yloxvi] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-oit4yloxvi] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-oit4yloxvi], .my-xl-n2[b-oit4yloxvi] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-oit4yloxvi], .mx-xl-n2[b-oit4yloxvi] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-oit4yloxvi], .my-xl-n2[b-oit4yloxvi] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-oit4yloxvi], .mx-xl-n2[b-oit4yloxvi] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-oit4yloxvi] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-oit4yloxvi], .my-xl-n3[b-oit4yloxvi] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-oit4yloxvi], .mx-xl-n3[b-oit4yloxvi] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-oit4yloxvi], .my-xl-n3[b-oit4yloxvi] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-oit4yloxvi], .mx-xl-n3[b-oit4yloxvi] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-oit4yloxvi] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-oit4yloxvi], .my-xl-n4[b-oit4yloxvi] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-oit4yloxvi], .mx-xl-n4[b-oit4yloxvi] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-oit4yloxvi], .my-xl-n4[b-oit4yloxvi] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-oit4yloxvi], .mx-xl-n4[b-oit4yloxvi] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-oit4yloxvi] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-oit4yloxvi], .my-xl-n5[b-oit4yloxvi] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-oit4yloxvi], .mx-xl-n5[b-oit4yloxvi] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-oit4yloxvi], .my-xl-n5[b-oit4yloxvi] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-oit4yloxvi], .mx-xl-n5[b-oit4yloxvi] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-oit4yloxvi] {
        margin: auto !important
    }

    .mt-xl-auto[b-oit4yloxvi], .my-xl-auto[b-oit4yloxvi] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-oit4yloxvi], .mx-xl-auto[b-oit4yloxvi] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-oit4yloxvi], .my-xl-auto[b-oit4yloxvi] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-oit4yloxvi], .mx-xl-auto[b-oit4yloxvi] {
        margin-left: auto !important
    }
}

.stretched-link[b-oit4yloxvi]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-oit4yloxvi] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-oit4yloxvi] {
    text-align: justify !important
}

.text-wrap[b-oit4yloxvi] {
    white-space: normal !important
}

.text-nowrap[b-oit4yloxvi] {
    white-space: nowrap !important
}

.text-truncate[b-oit4yloxvi] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-oit4yloxvi] {
    text-align: left !important
}

.text-right[b-oit4yloxvi] {
    text-align: right !important
}

.text-center[b-oit4yloxvi] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-oit4yloxvi] {
        text-align: left !important
    }

    .text-sm-right[b-oit4yloxvi] {
        text-align: right !important
    }

    .text-sm-center[b-oit4yloxvi] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-oit4yloxvi] {
        text-align: left !important
    }

    .text-md-right[b-oit4yloxvi] {
        text-align: right !important
    }

    .text-md-center[b-oit4yloxvi] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-oit4yloxvi] {
        text-align: left !important
    }

    .text-lg-right[b-oit4yloxvi] {
        text-align: right !important
    }

    .text-lg-center[b-oit4yloxvi] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-oit4yloxvi] {
        text-align: left !important
    }

    .text-xl-right[b-oit4yloxvi] {
        text-align: right !important
    }

    .text-xl-center[b-oit4yloxvi] {
        text-align: center !important
    }
}

.text-lowercase[b-oit4yloxvi] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-oit4yloxvi], .sidebar .sidebar-heading[b-oit4yloxvi], .text-uppercase[b-oit4yloxvi] {
    text-transform: uppercase !important
}

.text-capitalize[b-oit4yloxvi] {
    text-transform: capitalize !important
}

.font-weight-light[b-oit4yloxvi] {
    font-weight: 300 !important
}

.font-weight-lighter[b-oit4yloxvi] {
    font-weight: lighter !important
}

.font-weight-normal[b-oit4yloxvi] {
    font-weight: 400 !important
}

.font-weight-bold[b-oit4yloxvi] {
    font-weight: 700 !important
}

.font-weight-bolder[b-oit4yloxvi] {
    font-weight: bolder !important
}

.font-italic[b-oit4yloxvi] {
    font-style: italic !important
}

.text-white[b-oit4yloxvi] {
    color: #fff !important
}

.text-primary[b-oit4yloxvi] {
    color: #4e73df !important
}

a.text-primary:focus[b-oit4yloxvi], a.text-primary:hover[b-oit4yloxvi] {
    color: #224abe !important
}

.text-secondary[b-oit4yloxvi] {
    color: #858796 !important
}

a.text-secondary:focus[b-oit4yloxvi], a.text-secondary:hover[b-oit4yloxvi] {
    color: #60616f !important
}

.text-success[b-oit4yloxvi] {
    color: #1cc88a !important
}

a.text-success:focus[b-oit4yloxvi], a.text-success:hover[b-oit4yloxvi] {
    color: #13855c !important
}

.text-info[b-oit4yloxvi] {
    color: #36b9cc !important
}

a.text-info:focus[b-oit4yloxvi], a.text-info:hover[b-oit4yloxvi] {
    color: #258391 !important
}

.text-warning[b-oit4yloxvi] {
    color: #f6c23e !important
}

a.text-warning:focus[b-oit4yloxvi], a.text-warning:hover[b-oit4yloxvi] {
    color: #dda20a !important
}

.text-danger[b-oit4yloxvi] {
    color: #e74a3b !important
}

a.text-danger:focus[b-oit4yloxvi], a.text-danger:hover[b-oit4yloxvi] {
    color: #be2617 !important
}

.text-light[b-oit4yloxvi] {
    color: #f8f9fc !important
}

a.text-light:focus[b-oit4yloxvi], a.text-light:hover[b-oit4yloxvi] {
    color: #c2cbe5 !important
}

.text-dark[b-oit4yloxvi] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-oit4yloxvi], a.text-dark:hover[b-oit4yloxvi] {
    color: #373840 !important
}

.text-body[b-oit4yloxvi] {
    color: #858796 !important
}

.text-muted[b-oit4yloxvi] {
    color: #858796 !important
}

.text-black-50[b-oit4yloxvi] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-oit4yloxvi] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-oit4yloxvi] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-oit4yloxvi] {
    text-decoration: none !important
}

.text-break[b-oit4yloxvi] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-oit4yloxvi] {
    color: inherit !important
}

.visible[b-oit4yloxvi] {
    visibility: visible !important
}

.invisible[b-oit4yloxvi] {
    visibility: hidden !important
}

@media print {
    *[b-oit4yloxvi], [b-oit4yloxvi]::after, [b-oit4yloxvi]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-oit4yloxvi] {
        text-decoration: underline
    }

    abbr[title][b-oit4yloxvi]::after {
        content: " (" attr(title) ")"
    }

    pre[b-oit4yloxvi] {
        white-space: pre-wrap !important
    }

    blockquote[b-oit4yloxvi], pre[b-oit4yloxvi] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }

    thead[b-oit4yloxvi] {
        display: table-header-group
    }

    img[b-oit4yloxvi], tr[b-oit4yloxvi] {
        page-break-inside: avoid
    }

    h2[b-oit4yloxvi], h3[b-oit4yloxvi], p[b-oit4yloxvi] {
        orphans: 3;
        widows: 3
    }

    h2[b-oit4yloxvi], h3[b-oit4yloxvi] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-oit4yloxvi] {
        min-width: 992px !important
    }

    .container[b-oit4yloxvi] {
        min-width: 992px !important
    }

    .navbar[b-oit4yloxvi] {
        display: none
    }

    .badge[b-oit4yloxvi] {
        border: 1px solid #000
    }

    .table[b-oit4yloxvi] {
        border-collapse: collapse !important
    }

        .table td[b-oit4yloxvi], .table th[b-oit4yloxvi] {
            background-color: #fff !important
        }

    .table-bordered td[b-oit4yloxvi], .table-bordered th[b-oit4yloxvi] {
        border: 1px solid #dddfeb !important
    }

    .table-dark[b-oit4yloxvi] {
        color: inherit
    }

        .table-dark tbody + tbody[b-oit4yloxvi], .table-dark td[b-oit4yloxvi], .table-dark th[b-oit4yloxvi], .table-dark thead th[b-oit4yloxvi] {
            border-color: #e3e6f0
        }

    .table .thead-dark th[b-oit4yloxvi] {
        color: inherit;
        border-color: #e3e6f0
    }
}

html[b-oit4yloxvi] {
    position: relative;
    min-height: 100%
}

body[b-oit4yloxvi] {
    height: 100%
}

a:focus[b-oit4yloxvi] {
    outline: 0
}

#wrapper[b-oit4yloxvi] {
    display: flex
}

    #wrapper #content-wrapper[b-oit4yloxvi] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-oit4yloxvi] {
            flex: 1 0 auto
        }

.container[b-oit4yloxvi], .container-fluid[b-oit4yloxvi], .container-lg[b-oit4yloxvi], .container-md[b-oit4yloxvi], .container-sm[b-oit4yloxvi], .container-xl[b-oit4yloxvi] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-oit4yloxvi] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-oit4yloxvi], .scroll-to-top:hover[b-oit4yloxvi] {
        color: #fff
    }

    .scroll-to-top:hover[b-oit4yloxvi] {
        background: #5a5c69
    }

    .scroll-to-top i[b-oit4yloxvi] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-oit4yloxvi {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-oit4yloxvi], .sidebar .nav-item .collapse[b-oit4yloxvi] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-oit4yloxvi;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-oit4yloxvi {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-oit4yloxvi] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-oit4yloxvi;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-oit4yloxvi] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-oit4yloxvi] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-oit4yloxvi] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-oit4yloxvi] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-oit4yloxvi] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-oit4yloxvi] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-oit4yloxvi] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-oit4yloxvi] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-oit4yloxvi] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-oit4yloxvi] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-oit4yloxvi] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-oit4yloxvi] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-oit4yloxvi] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-oit4yloxvi] {
    background-color: #858796 !important
}

.bg-gray-700[b-oit4yloxvi] {
    background-color: #6e707e !important
}

.bg-gray-800[b-oit4yloxvi] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-oit4yloxvi] {
    background-color: #3a3b45 !important
}

.o-hidden[b-oit4yloxvi] {
    overflow: hidden !important
}

.text-xs[b-oit4yloxvi] {
    font-size: .7rem
}

.text-lg[b-oit4yloxvi] {
    font-size: 1.2rem
}

.text-gray-100[b-oit4yloxvi] {
    color: #f8f9fc !important
}

.text-gray-200[b-oit4yloxvi] {
    color: #eaecf4 !important
}

.text-gray-300[b-oit4yloxvi] {
    color: #dddfeb !important
}

.text-gray-400[b-oit4yloxvi] {
    color: #d1d3e2 !important
}

.text-gray-500[b-oit4yloxvi] {
    color: #b7b9cc !important
}

.text-gray-600[b-oit4yloxvi] {
    color: #858796 !important
}

.text-gray-700[b-oit4yloxvi] {
    color: #6e707e !important
}

.text-gray-800[b-oit4yloxvi] {
    color: #5a5c69 !important
}

.text-gray-900[b-oit4yloxvi] {
    color: #3a3b45 !important
}

.icon-circle[b-oit4yloxvi] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-oit4yloxvi] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-oit4yloxvi] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-oit4yloxvi] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-oit4yloxvi] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-oit4yloxvi] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-oit4yloxvi] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-oit4yloxvi] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-oit4yloxvi] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-oit4yloxvi] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-oit4yloxvi] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-oit4yloxvi] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-oit4yloxvi] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-oit4yloxvi] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-oit4yloxvi] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-oit4yloxvi] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-oit4yloxvi] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-oit4yloxvi] {
    height: .5rem
}

.rotate-15[b-oit4yloxvi] {
    transform: rotate(15deg)
}

.rotate-n-15[b-oit4yloxvi] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-oit4yloxvi] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-oit4yloxvi] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-oit4yloxvi]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-oit4yloxvi]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-oit4yloxvi]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-oit4yloxvi]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-oit4yloxvi]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-oit4yloxvi], .topbar .nav-item .nav-link[b-oit4yloxvi] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-oit4yloxvi], .topbar .nav-item .nav-link .badge-counter[b-oit4yloxvi] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-oit4yloxvi], .topbar .nav-item .nav-link .img-profile[b-oit4yloxvi] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-oit4yloxvi] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-oit4yloxvi] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-oit4yloxvi] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-oit4yloxvi] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-oit4yloxvi] {
        width: 25rem
    }

        .topbar .navbar-search input[b-oit4yloxvi] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-oit4yloxvi] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-oit4yloxvi] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-oit4yloxvi] {
            outline: 0
        }

    .topbar .nav-item:focus[b-oit4yloxvi] {
        outline: 0
    }

    .topbar .dropdown[b-oit4yloxvi] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-oit4yloxvi] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-oit4yloxvi] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-oit4yloxvi] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-oit4yloxvi] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-oit4yloxvi] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-oit4yloxvi] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-oit4yloxvi] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-oit4yloxvi] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-oit4yloxvi] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-oit4yloxvi] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-oit4yloxvi] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-oit4yloxvi] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-oit4yloxvi] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-oit4yloxvi] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-oit4yloxvi] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-oit4yloxvi] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-oit4yloxvi] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-oit4yloxvi] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-oit4yloxvi] {
        color: #858796
    }

.sidebar[b-oit4yloxvi] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-oit4yloxvi] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-oit4yloxvi] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-oit4yloxvi] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-oit4yloxvi] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-oit4yloxvi] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-oit4yloxvi] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-oit4yloxvi] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-oit4yloxvi] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-oit4yloxvi], .sidebar .nav-item .collapsing .collapse-inner[b-oit4yloxvi] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-oit4yloxvi], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-oit4yloxvi] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-oit4yloxvi], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-oit4yloxvi] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-oit4yloxvi], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-oit4yloxvi] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-oit4yloxvi], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-oit4yloxvi] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-oit4yloxvi], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-oit4yloxvi] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-oit4yloxvi] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-oit4yloxvi]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-oit4yloxvi] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-oit4yloxvi] {
            outline: 0
        }

    .sidebar.toggled[b-oit4yloxvi] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-oit4yloxvi]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-oit4yloxvi] {
            display: none
        }

    .sidebar .sidebar-brand[b-oit4yloxvi] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-oit4yloxvi] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-oit4yloxvi] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-oit4yloxvi] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-oit4yloxvi] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-oit4yloxvi] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-oit4yloxvi] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-oit4yloxvi] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-oit4yloxvi] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-oit4yloxvi] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-oit4yloxvi] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-oit4yloxvi] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-oit4yloxvi] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-oit4yloxvi], .sidebar .nav-item .collapsing[b-oit4yloxvi] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-oit4yloxvi] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-oit4yloxvi] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-oit4yloxvi] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-oit4yloxvi]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-oit4yloxvi]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-oit4yloxvi] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-oit4yloxvi] {
            display: inline
        }

        .sidebar .sidebar-heading[b-oit4yloxvi] {
            text-align: left
        }

        .sidebar.toggled[b-oit4yloxvi] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-oit4yloxvi] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-oit4yloxvi;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-oit4yloxvi] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-oit4yloxvi] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-oit4yloxvi], .sidebar.toggled .nav-item .collapsing[b-oit4yloxvi] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-oit4yloxvi] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-oit4yloxvi] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-oit4yloxvi] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-oit4yloxvi] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-oit4yloxvi]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-oit4yloxvi] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-oit4yloxvi] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-oit4yloxvi] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-oit4yloxvi] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-oit4yloxvi] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-oit4yloxvi] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-oit4yloxvi] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-oit4yloxvi] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-oit4yloxvi], .sidebar-light .nav-item .nav-link:focus[b-oit4yloxvi], .sidebar-light .nav-item .nav-link:hover[b-oit4yloxvi] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-oit4yloxvi], .sidebar-light .nav-item .nav-link:focus i[b-oit4yloxvi], .sidebar-light .nav-item .nav-link:hover i[b-oit4yloxvi] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-oit4yloxvi]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-oit4yloxvi] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-oit4yloxvi] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-oit4yloxvi] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-oit4yloxvi]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-oit4yloxvi] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-oit4yloxvi] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-oit4yloxvi] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-oit4yloxvi] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-oit4yloxvi] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-oit4yloxvi] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-oit4yloxvi], .sidebar-dark .nav-item .nav-link:focus[b-oit4yloxvi], .sidebar-dark .nav-item .nav-link:hover[b-oit4yloxvi] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-oit4yloxvi], .sidebar-dark .nav-item .nav-link:focus i[b-oit4yloxvi], .sidebar-dark .nav-item .nav-link:hover i[b-oit4yloxvi] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-oit4yloxvi]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-oit4yloxvi] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-oit4yloxvi] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-oit4yloxvi] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-oit4yloxvi]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-oit4yloxvi] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-oit4yloxvi]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-oit4yloxvi] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-oit4yloxvi], .btn-group-sm > .btn-circle.btn[b-oit4yloxvi] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-oit4yloxvi], .btn-group-lg > .btn-circle.btn[b-oit4yloxvi] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-oit4yloxvi] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-oit4yloxvi] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-oit4yloxvi] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-oit4yloxvi], .btn-icon-split.btn-sm .icon[b-oit4yloxvi] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-oit4yloxvi], .btn-icon-split.btn-sm .text[b-oit4yloxvi] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-oit4yloxvi], .btn-icon-split.btn-lg .icon[b-oit4yloxvi] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-oit4yloxvi], .btn-icon-split.btn-lg .text[b-oit4yloxvi] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-oit4yloxvi] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-oit4yloxvi] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-oit4yloxvi] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-oit4yloxvi]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-oit4yloxvi] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-oit4yloxvi]::after {
            content: '\f105'
        }

.chart-area[b-oit4yloxvi] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-oit4yloxvi] {
        height: 20rem
    }
}

.chart-bar[b-oit4yloxvi] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-oit4yloxvi] {
        height: 20rem
    }
}

.chart-pie[b-oit4yloxvi] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-oit4yloxvi] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-oit4yloxvi] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-oit4yloxvi] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-oit4yloxvi] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-oit4yloxvi] {
    line-height: 1.5rem
}

form.user .form-control-user[b-oit4yloxvi] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-oit4yloxvi] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-oit4yloxvi] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-oit4yloxvi], .btn-google:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-oit4yloxvi], .btn-google:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-google:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-google.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-google:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-google.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-oit4yloxvi] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-oit4yloxvi] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-oit4yloxvi], .btn-facebook:focus[b-oit4yloxvi] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-oit4yloxvi], .btn-facebook:disabled[b-oit4yloxvi] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-oit4yloxvi], .btn-facebook:not(:disabled):not(.disabled):active[b-oit4yloxvi], .show > .btn-facebook.dropdown-toggle[b-oit4yloxvi] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-oit4yloxvi], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-oit4yloxvi], .show > .btn-facebook.dropdown-toggle:focus[b-oit4yloxvi] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-oit4yloxvi] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-oit4yloxvi {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-oit4yloxvi]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-oit4yloxvi 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-oit4yloxvi {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-oit4yloxvi]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-oit4yloxvi 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-oit4yloxvi] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-oit4yloxvi] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-oit4yloxvi] {
    width: 100%
}
/* _content/MalisanyaDashBlazor/Pages/Dataentry/OldEditvardnacpn.razor.rz.scp.css */
body[b-l89d8t5e9u] {
}

.divupdate[b-l89d8t5e9u] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-l89d8t5e9u] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-l89d8t5e9u] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-l89d8t5e9u] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-l89d8t5e9u] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-l89d8t5e9u] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-l89d8t5e9u] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-l89d8t5e9u] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-l89d8t5e9u], #variable th[b-l89d8t5e9u] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-l89d8t5e9u] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-l89d8t5e9u] {
    background-color: #ddd;
}

#variable th[b-l89d8t5e9u] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-l89d8t5e9u] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-l89d8t5e9u] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root[b-l89d8t5e9u] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-l89d8t5e9u], [b-l89d8t5e9u]::after, [b-l89d8t5e9u]::before {
    box-sizing: border-box
}

html[b-l89d8t5e9u] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-l89d8t5e9u], aside[b-l89d8t5e9u], figcaption[b-l89d8t5e9u], figure[b-l89d8t5e9u], footer[b-l89d8t5e9u], header[b-l89d8t5e9u], hgroup[b-l89d8t5e9u], main[b-l89d8t5e9u], nav[b-l89d8t5e9u], section[b-l89d8t5e9u] {
    display: block
}

body[b-l89d8t5e9u] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-l89d8t5e9u] {
    outline: 0 !important
}

hr[b-l89d8t5e9u] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-l89d8t5e9u], h2[b-l89d8t5e9u], h3[b-l89d8t5e9u], h4[b-l89d8t5e9u], h5[b-l89d8t5e9u], h6[b-l89d8t5e9u] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-l89d8t5e9u] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-l89d8t5e9u], abbr[title][b-l89d8t5e9u] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-l89d8t5e9u] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-l89d8t5e9u], ol[b-l89d8t5e9u], ul[b-l89d8t5e9u] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-l89d8t5e9u], ol ul[b-l89d8t5e9u], ul ol[b-l89d8t5e9u], ul ul[b-l89d8t5e9u] {
        margin-bottom: 0
    }

dt[b-l89d8t5e9u] {
    font-weight: 700
}

dd[b-l89d8t5e9u] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-l89d8t5e9u] {
    margin: 0 0 1rem
}

b[b-l89d8t5e9u], strong[b-l89d8t5e9u] {
    font-weight: bolder
}

small[b-l89d8t5e9u] {
    font-size: 80%
}

sub[b-l89d8t5e9u], sup[b-l89d8t5e9u] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-l89d8t5e9u] {
    bottom: -.25em
}

sup[b-l89d8t5e9u] {
    top: -.5em
}

a[b-l89d8t5e9u] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-l89d8t5e9u] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-l89d8t5e9u] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-l89d8t5e9u] {
            color: inherit;
            text-decoration: none
        }

code[b-l89d8t5e9u], kbd[b-l89d8t5e9u], pre[b-l89d8t5e9u], samp[b-l89d8t5e9u] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-l89d8t5e9u] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-l89d8t5e9u] {
    margin: 0 0 1rem
}

img[b-l89d8t5e9u] {
    vertical-align: middle;
    border-style: none
}

svg[b-l89d8t5e9u] {
    overflow: hidden;
    vertical-align: middle
}

table[b-l89d8t5e9u] {
    border-collapse: collapse
}

caption[b-l89d8t5e9u] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-l89d8t5e9u] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-l89d8t5e9u] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-l89d8t5e9u] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-l89d8t5e9u] {
        outline: 0
    }

button[b-l89d8t5e9u], input[b-l89d8t5e9u], optgroup[b-l89d8t5e9u], select[b-l89d8t5e9u], textarea[b-l89d8t5e9u] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-l89d8t5e9u], input[b-l89d8t5e9u] {
    overflow: visible
}

button[b-l89d8t5e9u], select[b-l89d8t5e9u] {
    text-transform: none
}

[role=button][b-l89d8t5e9u] {
    cursor: pointer
}

select[b-l89d8t5e9u] {
    word-wrap: normal
}

[type=button][b-l89d8t5e9u], [type=reset][b-l89d8t5e9u], [type=submit][b-l89d8t5e9u], button[b-l89d8t5e9u] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-l89d8t5e9u], [type=reset]:not(:disabled)[b-l89d8t5e9u], [type=submit]:not(:disabled)[b-l89d8t5e9u], button:not(:disabled)[b-l89d8t5e9u] {
        cursor: pointer
    }

    [type=button][b-l89d8t5e9u]::-moz-focus-inner, [type=reset][b-l89d8t5e9u]::-moz-focus-inner, [type=submit][b-l89d8t5e9u]::-moz-focus-inner, button[b-l89d8t5e9u]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-l89d8t5e9u], input[type=radio][b-l89d8t5e9u] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-l89d8t5e9u] {
    overflow: auto;
    resize: vertical
}

fieldset[b-l89d8t5e9u] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-l89d8t5e9u] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-l89d8t5e9u] {
    vertical-align: baseline
}

[type=number][b-l89d8t5e9u]::-webkit-inner-spin-button, [type=number][b-l89d8t5e9u]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-l89d8t5e9u] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-l89d8t5e9u]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-l89d8t5e9u]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-l89d8t5e9u] {
    display: inline-block
}

summary[b-l89d8t5e9u] {
    display: list-item;
    cursor: pointer
}

template[b-l89d8t5e9u] {
    display: none
}

[hidden][b-l89d8t5e9u] {
    display: none !important
}

.h1[b-l89d8t5e9u], .h2[b-l89d8t5e9u], .h3[b-l89d8t5e9u], .h4[b-l89d8t5e9u], .h5[b-l89d8t5e9u], .h6[b-l89d8t5e9u], h1[b-l89d8t5e9u], h2[b-l89d8t5e9u], h3[b-l89d8t5e9u], h4[b-l89d8t5e9u], h5[b-l89d8t5e9u], h6[b-l89d8t5e9u] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-l89d8t5e9u], h1[b-l89d8t5e9u] {
    font-size: 2.5rem
}

.h2[b-l89d8t5e9u], h2[b-l89d8t5e9u] {
    font-size: 2rem
}

.h3[b-l89d8t5e9u], h3[b-l89d8t5e9u] {
    font-size: 1.75rem
}

.h4[b-l89d8t5e9u], h4[b-l89d8t5e9u] {
    font-size: 1.5rem
}

.h5[b-l89d8t5e9u], h5[b-l89d8t5e9u] {
    font-size: 1.25rem
}

.h6[b-l89d8t5e9u], h6[b-l89d8t5e9u] {
    font-size: 1rem
}

.lead[b-l89d8t5e9u] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-l89d8t5e9u] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-l89d8t5e9u] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-l89d8t5e9u] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-l89d8t5e9u] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-l89d8t5e9u] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-l89d8t5e9u], small[b-l89d8t5e9u] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-l89d8t5e9u], mark[b-l89d8t5e9u] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-l89d8t5e9u] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-l89d8t5e9u] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-l89d8t5e9u] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-l89d8t5e9u] {
        margin-right: .5rem
    }

.initialism[b-l89d8t5e9u] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-l89d8t5e9u] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-l89d8t5e9u] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-l89d8t5e9u]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-l89d8t5e9u] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-l89d8t5e9u] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-l89d8t5e9u] {
    display: inline-block
}

.figure-img[b-l89d8t5e9u] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-l89d8t5e9u] {
    font-size: 90%;
    color: #858796
}

code[b-l89d8t5e9u] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-l89d8t5e9u] {
    color: inherit
}

kbd[b-l89d8t5e9u] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-l89d8t5e9u] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-l89d8t5e9u] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-l89d8t5e9u] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-l89d8t5e9u] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-l89d8t5e9u], .container-fluid[b-l89d8t5e9u], .container-lg[b-l89d8t5e9u], .container-md[b-l89d8t5e9u], .container-sm[b-l89d8t5e9u], .container-xl[b-l89d8t5e9u] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-l89d8t5e9u], .container-sm[b-l89d8t5e9u] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-l89d8t5e9u], .container-md[b-l89d8t5e9u], .container-sm[b-l89d8t5e9u] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-l89d8t5e9u], .container-lg[b-l89d8t5e9u], .container-md[b-l89d8t5e9u], .container-sm[b-l89d8t5e9u] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-l89d8t5e9u], .container-lg[b-l89d8t5e9u], .container-md[b-l89d8t5e9u], .container-sm[b-l89d8t5e9u], .container-xl[b-l89d8t5e9u] {
        max-width: 1140px
    }
}

.row[b-l89d8t5e9u] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-l89d8t5e9u] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-l89d8t5e9u], .no-gutters > [class*=col-][b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-l89d8t5e9u], .col-1[b-l89d8t5e9u], .col-10[b-l89d8t5e9u], .col-11[b-l89d8t5e9u], .col-12[b-l89d8t5e9u], .col-2[b-l89d8t5e9u], .col-3[b-l89d8t5e9u], .col-4[b-l89d8t5e9u], .col-5[b-l89d8t5e9u], .col-6[b-l89d8t5e9u], .col-7[b-l89d8t5e9u], .col-8[b-l89d8t5e9u], .col-9[b-l89d8t5e9u], .col-auto[b-l89d8t5e9u], .col-lg[b-l89d8t5e9u], .col-lg-1[b-l89d8t5e9u], .col-lg-10[b-l89d8t5e9u], .col-lg-11[b-l89d8t5e9u], .col-lg-12[b-l89d8t5e9u], .col-lg-2[b-l89d8t5e9u], .col-lg-3[b-l89d8t5e9u], .col-lg-4[b-l89d8t5e9u], .col-lg-5[b-l89d8t5e9u], .col-lg-6[b-l89d8t5e9u], .col-lg-7[b-l89d8t5e9u], .col-lg-8[b-l89d8t5e9u], .col-lg-9[b-l89d8t5e9u], .col-lg-auto[b-l89d8t5e9u], .col-md[b-l89d8t5e9u], .col-md-1[b-l89d8t5e9u], .col-md-10[b-l89d8t5e9u], .col-md-11[b-l89d8t5e9u], .col-md-12[b-l89d8t5e9u], .col-md-2[b-l89d8t5e9u], .col-md-3[b-l89d8t5e9u], .col-md-4[b-l89d8t5e9u], .col-md-5[b-l89d8t5e9u], .col-md-6[b-l89d8t5e9u], .col-md-7[b-l89d8t5e9u], .col-md-8[b-l89d8t5e9u], .col-md-9[b-l89d8t5e9u], .col-md-auto[b-l89d8t5e9u], .col-sm[b-l89d8t5e9u], .col-sm-1[b-l89d8t5e9u], .col-sm-10[b-l89d8t5e9u], .col-sm-11[b-l89d8t5e9u], .col-sm-12[b-l89d8t5e9u], .col-sm-2[b-l89d8t5e9u], .col-sm-3[b-l89d8t5e9u], .col-sm-4[b-l89d8t5e9u], .col-sm-5[b-l89d8t5e9u], .col-sm-6[b-l89d8t5e9u], .col-sm-7[b-l89d8t5e9u], .col-sm-8[b-l89d8t5e9u], .col-sm-9[b-l89d8t5e9u], .col-sm-auto[b-l89d8t5e9u], .col-xl[b-l89d8t5e9u], .col-xl-1[b-l89d8t5e9u], .col-xl-10[b-l89d8t5e9u], .col-xl-11[b-l89d8t5e9u], .col-xl-12[b-l89d8t5e9u], .col-xl-2[b-l89d8t5e9u], .col-xl-3[b-l89d8t5e9u], .col-xl-4[b-l89d8t5e9u], .col-xl-5[b-l89d8t5e9u], .col-xl-6[b-l89d8t5e9u], .col-xl-7[b-l89d8t5e9u], .col-xl-8[b-l89d8t5e9u], .col-xl-9[b-l89d8t5e9u], .col-xl-auto[b-l89d8t5e9u] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-l89d8t5e9u] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-l89d8t5e9u] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-l89d8t5e9u] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-l89d8t5e9u] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-l89d8t5e9u] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-l89d8t5e9u] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-l89d8t5e9u] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-l89d8t5e9u] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-l89d8t5e9u] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-l89d8t5e9u] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-l89d8t5e9u] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-l89d8t5e9u] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-l89d8t5e9u] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-l89d8t5e9u] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-l89d8t5e9u] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-l89d8t5e9u] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-l89d8t5e9u] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-l89d8t5e9u] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-l89d8t5e9u] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-l89d8t5e9u] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-l89d8t5e9u] {
    order: -1
}

.order-last[b-l89d8t5e9u] {
    order: 13
}

.order-0[b-l89d8t5e9u] {
    order: 0
}

.order-1[b-l89d8t5e9u] {
    order: 1
}

.order-2[b-l89d8t5e9u] {
    order: 2
}

.order-3[b-l89d8t5e9u] {
    order: 3
}

.order-4[b-l89d8t5e9u] {
    order: 4
}

.order-5[b-l89d8t5e9u] {
    order: 5
}

.order-6[b-l89d8t5e9u] {
    order: 6
}

.order-7[b-l89d8t5e9u] {
    order: 7
}

.order-8[b-l89d8t5e9u] {
    order: 8
}

.order-9[b-l89d8t5e9u] {
    order: 9
}

.order-10[b-l89d8t5e9u] {
    order: 10
}

.order-11[b-l89d8t5e9u] {
    order: 11
}

.order-12[b-l89d8t5e9u] {
    order: 12
}

.offset-1[b-l89d8t5e9u] {
    margin-left: 8.33333%
}

.offset-2[b-l89d8t5e9u] {
    margin-left: 16.66667%
}

.offset-3[b-l89d8t5e9u] {
    margin-left: 25%
}

.offset-4[b-l89d8t5e9u] {
    margin-left: 33.33333%
}

.offset-5[b-l89d8t5e9u] {
    margin-left: 41.66667%
}

.offset-6[b-l89d8t5e9u] {
    margin-left: 50%
}

.offset-7[b-l89d8t5e9u] {
    margin-left: 58.33333%
}

.offset-8[b-l89d8t5e9u] {
    margin-left: 66.66667%
}

.offset-9[b-l89d8t5e9u] {
    margin-left: 75%
}

.offset-10[b-l89d8t5e9u] {
    margin-left: 83.33333%
}

.offset-11[b-l89d8t5e9u] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-l89d8t5e9u] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-l89d8t5e9u] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-l89d8t5e9u] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-l89d8t5e9u] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-l89d8t5e9u] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-l89d8t5e9u] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-l89d8t5e9u] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-l89d8t5e9u] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-l89d8t5e9u] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-l89d8t5e9u] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-l89d8t5e9u] {
        order: -1
    }

    .order-sm-last[b-l89d8t5e9u] {
        order: 13
    }

    .order-sm-0[b-l89d8t5e9u] {
        order: 0
    }

    .order-sm-1[b-l89d8t5e9u] {
        order: 1
    }

    .order-sm-2[b-l89d8t5e9u] {
        order: 2
    }

    .order-sm-3[b-l89d8t5e9u] {
        order: 3
    }

    .order-sm-4[b-l89d8t5e9u] {
        order: 4
    }

    .order-sm-5[b-l89d8t5e9u] {
        order: 5
    }

    .order-sm-6[b-l89d8t5e9u] {
        order: 6
    }

    .order-sm-7[b-l89d8t5e9u] {
        order: 7
    }

    .order-sm-8[b-l89d8t5e9u] {
        order: 8
    }

    .order-sm-9[b-l89d8t5e9u] {
        order: 9
    }

    .order-sm-10[b-l89d8t5e9u] {
        order: 10
    }

    .order-sm-11[b-l89d8t5e9u] {
        order: 11
    }

    .order-sm-12[b-l89d8t5e9u] {
        order: 12
    }

    .offset-sm-0[b-l89d8t5e9u] {
        margin-left: 0
    }

    .offset-sm-1[b-l89d8t5e9u] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-l89d8t5e9u] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-l89d8t5e9u] {
        margin-left: 25%
    }

    .offset-sm-4[b-l89d8t5e9u] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-l89d8t5e9u] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-l89d8t5e9u] {
        margin-left: 50%
    }

    .offset-sm-7[b-l89d8t5e9u] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-l89d8t5e9u] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-l89d8t5e9u] {
        margin-left: 75%
    }

    .offset-sm-10[b-l89d8t5e9u] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-l89d8t5e9u] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-l89d8t5e9u] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-l89d8t5e9u] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-l89d8t5e9u] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-l89d8t5e9u] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-l89d8t5e9u] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-l89d8t5e9u] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-l89d8t5e9u] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-l89d8t5e9u] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-l89d8t5e9u] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-l89d8t5e9u] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-l89d8t5e9u] {
        order: -1
    }

    .order-md-last[b-l89d8t5e9u] {
        order: 13
    }

    .order-md-0[b-l89d8t5e9u] {
        order: 0
    }

    .order-md-1[b-l89d8t5e9u] {
        order: 1
    }

    .order-md-2[b-l89d8t5e9u] {
        order: 2
    }

    .order-md-3[b-l89d8t5e9u] {
        order: 3
    }

    .order-md-4[b-l89d8t5e9u] {
        order: 4
    }

    .order-md-5[b-l89d8t5e9u] {
        order: 5
    }

    .order-md-6[b-l89d8t5e9u] {
        order: 6
    }

    .order-md-7[b-l89d8t5e9u] {
        order: 7
    }

    .order-md-8[b-l89d8t5e9u] {
        order: 8
    }

    .order-md-9[b-l89d8t5e9u] {
        order: 9
    }

    .order-md-10[b-l89d8t5e9u] {
        order: 10
    }

    .order-md-11[b-l89d8t5e9u] {
        order: 11
    }

    .order-md-12[b-l89d8t5e9u] {
        order: 12
    }

    .offset-md-0[b-l89d8t5e9u] {
        margin-left: 0
    }

    .offset-md-1[b-l89d8t5e9u] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-l89d8t5e9u] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-l89d8t5e9u] {
        margin-left: 25%
    }

    .offset-md-4[b-l89d8t5e9u] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-l89d8t5e9u] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-l89d8t5e9u] {
        margin-left: 50%
    }

    .offset-md-7[b-l89d8t5e9u] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-l89d8t5e9u] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-l89d8t5e9u] {
        margin-left: 75%
    }

    .offset-md-10[b-l89d8t5e9u] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-l89d8t5e9u] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-l89d8t5e9u] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-l89d8t5e9u] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-l89d8t5e9u] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-l89d8t5e9u] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-l89d8t5e9u] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-l89d8t5e9u] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-l89d8t5e9u] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-l89d8t5e9u] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-l89d8t5e9u] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-l89d8t5e9u] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-l89d8t5e9u] {
        order: -1
    }

    .order-lg-last[b-l89d8t5e9u] {
        order: 13
    }

    .order-lg-0[b-l89d8t5e9u] {
        order: 0
    }

    .order-lg-1[b-l89d8t5e9u] {
        order: 1
    }

    .order-lg-2[b-l89d8t5e9u] {
        order: 2
    }

    .order-lg-3[b-l89d8t5e9u] {
        order: 3
    }

    .order-lg-4[b-l89d8t5e9u] {
        order: 4
    }

    .order-lg-5[b-l89d8t5e9u] {
        order: 5
    }

    .order-lg-6[b-l89d8t5e9u] {
        order: 6
    }

    .order-lg-7[b-l89d8t5e9u] {
        order: 7
    }

    .order-lg-8[b-l89d8t5e9u] {
        order: 8
    }

    .order-lg-9[b-l89d8t5e9u] {
        order: 9
    }

    .order-lg-10[b-l89d8t5e9u] {
        order: 10
    }

    .order-lg-11[b-l89d8t5e9u] {
        order: 11
    }

    .order-lg-12[b-l89d8t5e9u] {
        order: 12
    }

    .offset-lg-0[b-l89d8t5e9u] {
        margin-left: 0
    }

    .offset-lg-1[b-l89d8t5e9u] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-l89d8t5e9u] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-l89d8t5e9u] {
        margin-left: 25%
    }

    .offset-lg-4[b-l89d8t5e9u] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-l89d8t5e9u] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-l89d8t5e9u] {
        margin-left: 50%
    }

    .offset-lg-7[b-l89d8t5e9u] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-l89d8t5e9u] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-l89d8t5e9u] {
        margin-left: 75%
    }

    .offset-lg-10[b-l89d8t5e9u] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-l89d8t5e9u] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-l89d8t5e9u] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-l89d8t5e9u] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-l89d8t5e9u] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-l89d8t5e9u] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-l89d8t5e9u] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-l89d8t5e9u] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-l89d8t5e9u] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-l89d8t5e9u] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-l89d8t5e9u] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-l89d8t5e9u] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-l89d8t5e9u] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-l89d8t5e9u] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-l89d8t5e9u] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-l89d8t5e9u] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-l89d8t5e9u] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-l89d8t5e9u] {
        order: -1
    }

    .order-xl-last[b-l89d8t5e9u] {
        order: 13
    }

    .order-xl-0[b-l89d8t5e9u] {
        order: 0
    }

    .order-xl-1[b-l89d8t5e9u] {
        order: 1
    }

    .order-xl-2[b-l89d8t5e9u] {
        order: 2
    }

    .order-xl-3[b-l89d8t5e9u] {
        order: 3
    }

    .order-xl-4[b-l89d8t5e9u] {
        order: 4
    }

    .order-xl-5[b-l89d8t5e9u] {
        order: 5
    }

    .order-xl-6[b-l89d8t5e9u] {
        order: 6
    }

    .order-xl-7[b-l89d8t5e9u] {
        order: 7
    }

    .order-xl-8[b-l89d8t5e9u] {
        order: 8
    }

    .order-xl-9[b-l89d8t5e9u] {
        order: 9
    }

    .order-xl-10[b-l89d8t5e9u] {
        order: 10
    }

    .order-xl-11[b-l89d8t5e9u] {
        order: 11
    }

    .order-xl-12[b-l89d8t5e9u] {
        order: 12
    }

    .offset-xl-0[b-l89d8t5e9u] {
        margin-left: 0
    }

    .offset-xl-1[b-l89d8t5e9u] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-l89d8t5e9u] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-l89d8t5e9u] {
        margin-left: 25%
    }

    .offset-xl-4[b-l89d8t5e9u] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-l89d8t5e9u] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-l89d8t5e9u] {
        margin-left: 50%
    }

    .offset-xl-7[b-l89d8t5e9u] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-l89d8t5e9u] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-l89d8t5e9u] {
        margin-left: 75%
    }

    .offset-xl-10[b-l89d8t5e9u] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-l89d8t5e9u] {
        margin-left: 91.66667%
    }
}

.table[b-l89d8t5e9u] {
    width: 100%;
    margin-bottom: 1rem;
    color: #858796
}

    .table td[b-l89d8t5e9u], .table th[b-l89d8t5e9u] {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #e3e6f0
    }

    .table thead th[b-l89d8t5e9u] {
        vertical-align: bottom;
        border-bottom: 2px solid #e3e6f0
    }

    .table tbody + tbody[b-l89d8t5e9u] {
        border-top: 2px solid #e3e6f0
    }

.table-sm td[b-l89d8t5e9u], .table-sm th[b-l89d8t5e9u] {
    padding: .3rem
}

.table-bordered[b-l89d8t5e9u] {
    border: 1px solid #e3e6f0
}

    .table-bordered td[b-l89d8t5e9u], .table-bordered th[b-l89d8t5e9u] {
        border: 1px solid #e3e6f0
    }

    .table-bordered thead td[b-l89d8t5e9u], .table-bordered thead th[b-l89d8t5e9u] {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody[b-l89d8t5e9u], .table-borderless td[b-l89d8t5e9u], .table-borderless th[b-l89d8t5e9u], .table-borderless thead th[b-l89d8t5e9u] {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd)[b-l89d8t5e9u] {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover[b-l89d8t5e9u] {
    color: #858796;
    background-color: rgba(0,0,0,.075)
}

.table-primary[b-l89d8t5e9u], .table-primary > td[b-l89d8t5e9u], .table-primary > th[b-l89d8t5e9u] {
    background-color: #cdd8f6
}

    .table-primary tbody + tbody[b-l89d8t5e9u], .table-primary td[b-l89d8t5e9u], .table-primary th[b-l89d8t5e9u], .table-primary thead th[b-l89d8t5e9u] {
        border-color: #a3b6ee
    }

.table-hover .table-primary:hover[b-l89d8t5e9u] {
    background-color: #b7c7f2
}

    .table-hover .table-primary:hover > td[b-l89d8t5e9u], .table-hover .table-primary:hover > th[b-l89d8t5e9u] {
        background-color: #b7c7f2
    }

.table-secondary[b-l89d8t5e9u], .table-secondary > td[b-l89d8t5e9u], .table-secondary > th[b-l89d8t5e9u] {
    background-color: #dddde2
}

    .table-secondary tbody + tbody[b-l89d8t5e9u], .table-secondary td[b-l89d8t5e9u], .table-secondary th[b-l89d8t5e9u], .table-secondary thead th[b-l89d8t5e9u] {
        border-color: #c0c1c8
    }

.table-hover .table-secondary:hover[b-l89d8t5e9u] {
    background-color: #cfcfd6
}

    .table-hover .table-secondary:hover > td[b-l89d8t5e9u], .table-hover .table-secondary:hover > th[b-l89d8t5e9u] {
        background-color: #cfcfd6
    }

.table-success[b-l89d8t5e9u], .table-success > td[b-l89d8t5e9u], .table-success > th[b-l89d8t5e9u] {
    background-color: #bff0de
}

    .table-success tbody + tbody[b-l89d8t5e9u], .table-success td[b-l89d8t5e9u], .table-success th[b-l89d8t5e9u], .table-success thead th[b-l89d8t5e9u] {
        border-color: #89e2c2
    }

.table-hover .table-success:hover[b-l89d8t5e9u] {
    background-color: #aaebd3
}

    .table-hover .table-success:hover > td[b-l89d8t5e9u], .table-hover .table-success:hover > th[b-l89d8t5e9u] {
        background-color: #aaebd3
    }

.table-info[b-l89d8t5e9u], .table-info > td[b-l89d8t5e9u], .table-info > th[b-l89d8t5e9u] {
    background-color: #c7ebf1
}

    .table-info tbody + tbody[b-l89d8t5e9u], .table-info td[b-l89d8t5e9u], .table-info th[b-l89d8t5e9u], .table-info thead th[b-l89d8t5e9u] {
        border-color: #96dbe4
    }

.table-hover .table-info:hover[b-l89d8t5e9u] {
    background-color: #b3e4ec
}

    .table-hover .table-info:hover > td[b-l89d8t5e9u], .table-hover .table-info:hover > th[b-l89d8t5e9u] {
        background-color: #b3e4ec
    }

.table-warning[b-l89d8t5e9u], .table-warning > td[b-l89d8t5e9u], .table-warning > th[b-l89d8t5e9u] {
    background-color: #fceec9
}

    .table-warning tbody + tbody[b-l89d8t5e9u], .table-warning td[b-l89d8t5e9u], .table-warning th[b-l89d8t5e9u], .table-warning thead th[b-l89d8t5e9u] {
        border-color: #fadf9b
    }

.table-hover .table-warning:hover[b-l89d8t5e9u] {
    background-color: #fbe6b1
}

    .table-hover .table-warning:hover > td[b-l89d8t5e9u], .table-hover .table-warning:hover > th[b-l89d8t5e9u] {
        background-color: #fbe6b1
    }

.table-danger[b-l89d8t5e9u], .table-danger > td[b-l89d8t5e9u], .table-danger > th[b-l89d8t5e9u] {
    background-color: #f8ccc8
}

    .table-danger tbody + tbody[b-l89d8t5e9u], .table-danger td[b-l89d8t5e9u], .table-danger th[b-l89d8t5e9u], .table-danger thead th[b-l89d8t5e9u] {
        border-color: #f3a199
    }

.table-hover .table-danger:hover[b-l89d8t5e9u] {
    background-color: #f5b7b1
}

    .table-hover .table-danger:hover > td[b-l89d8t5e9u], .table-hover .table-danger:hover > th[b-l89d8t5e9u] {
        background-color: #f5b7b1
    }

.table-light[b-l89d8t5e9u], .table-light > td[b-l89d8t5e9u], .table-light > th[b-l89d8t5e9u] {
    background-color: #fdfdfe
}

    .table-light tbody + tbody[b-l89d8t5e9u], .table-light td[b-l89d8t5e9u], .table-light th[b-l89d8t5e9u], .table-light thead th[b-l89d8t5e9u] {
        border-color: #fbfcfd
    }

.table-hover .table-light:hover[b-l89d8t5e9u] {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td[b-l89d8t5e9u], .table-hover .table-light:hover > th[b-l89d8t5e9u] {
        background-color: #ececf6
    }

.table-dark[b-l89d8t5e9u], .table-dark > td[b-l89d8t5e9u], .table-dark > th[b-l89d8t5e9u] {
    background-color: #d1d1d5
}

    .table-dark tbody + tbody[b-l89d8t5e9u], .table-dark td[b-l89d8t5e9u], .table-dark th[b-l89d8t5e9u], .table-dark thead th[b-l89d8t5e9u] {
        border-color: #a9aab1
    }

.table-hover .table-dark:hover[b-l89d8t5e9u] {
    background-color: #c4c4c9
}

    .table-hover .table-dark:hover > td[b-l89d8t5e9u], .table-hover .table-dark:hover > th[b-l89d8t5e9u] {
        background-color: #c4c4c9
    }

.table-active[b-l89d8t5e9u], .table-active > td[b-l89d8t5e9u], .table-active > th[b-l89d8t5e9u] {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover[b-l89d8t5e9u] {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td[b-l89d8t5e9u], .table-hover .table-active:hover > th[b-l89d8t5e9u] {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th[b-l89d8t5e9u] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e
}

.table .thead-light th[b-l89d8t5e9u] {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0
}

.table-dark[b-l89d8t5e9u] {
    color: #fff;
    background-color: #5a5c69
}

    .table-dark td[b-l89d8t5e9u], .table-dark th[b-l89d8t5e9u], .table-dark thead th[b-l89d8t5e9u] {
        border-color: #6c6e7e
    }

    .table-dark.table-bordered[b-l89d8t5e9u] {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd)[b-l89d8t5e9u] {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm[b-l89d8t5e9u] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered[b-l89d8t5e9u] {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md[b-l89d8t5e9u] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered[b-l89d8t5e9u] {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg[b-l89d8t5e9u] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered[b-l89d8t5e9u] {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl[b-l89d8t5e9u] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered[b-l89d8t5e9u] {
            border: 0
        }
}

.table-responsive[b-l89d8t5e9u] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered[b-l89d8t5e9u] {
        border: 0
    }

.form-control[b-l89d8t5e9u] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-l89d8t5e9u] {
        transition: none
    }
}

.form-control[b-l89d8t5e9u]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-l89d8t5e9u] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-l89d8t5e9u] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-l89d8t5e9u]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-l89d8t5e9u]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-l89d8t5e9u] {
    color: #858796;
    opacity: 1
}

.form-control[b-l89d8t5e9u]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-l89d8t5e9u]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-l89d8t5e9u], .form-control[readonly][b-l89d8t5e9u] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-l89d8t5e9u], input[type=datetime-local].form-control[b-l89d8t5e9u], input[type=month].form-control[b-l89d8t5e9u], input[type=time].form-control[b-l89d8t5e9u] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-l89d8t5e9u]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-l89d8t5e9u], .form-control-range[b-l89d8t5e9u] {
    display: block;
    width: 100%
}

.col-form-label[b-l89d8t5e9u] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-l89d8t5e9u] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-l89d8t5e9u] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-l89d8t5e9u] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-l89d8t5e9u], .form-control-plaintext.form-control-sm[b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-l89d8t5e9u] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-l89d8t5e9u] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-l89d8t5e9u], select.form-control[size][b-l89d8t5e9u] {
    height: auto
}

textarea.form-control[b-l89d8t5e9u] {
    height: auto
}

.form-group[b-l89d8t5e9u] {
    margin-bottom: 1rem
}

.form-text[b-l89d8t5e9u] {
    display: block;
    margin-top: .25rem
}

.form-row[b-l89d8t5e9u] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-l89d8t5e9u], .form-row > [class*=col-][b-l89d8t5e9u] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-l89d8t5e9u] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-l89d8t5e9u] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-l89d8t5e9u], .form-check-input[disabled] ~ .form-check-label[b-l89d8t5e9u] {
        color: #858796
    }

.form-check-label[b-l89d8t5e9u] {
    margin-bottom: 0
}

.form-check-inline[b-l89d8t5e9u] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-l89d8t5e9u] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-l89d8t5e9u] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-l89d8t5e9u] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-l89d8t5e9u], .form-row > [class*=col-] > .valid-tooltip[b-l89d8t5e9u] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-l89d8t5e9u], .is-valid ~ .valid-tooltip[b-l89d8t5e9u], .was-validated :valid ~ .valid-feedback[b-l89d8t5e9u], .was-validated :valid ~ .valid-tooltip[b-l89d8t5e9u] {
    display: block
}

.form-control.is-valid[b-l89d8t5e9u], .was-validated .form-control:valid[b-l89d8t5e9u] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-l89d8t5e9u], .was-validated .form-control:valid:focus[b-l89d8t5e9u] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-l89d8t5e9u], textarea.form-control.is-valid[b-l89d8t5e9u] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-l89d8t5e9u], .was-validated .custom-select:valid[b-l89d8t5e9u] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-l89d8t5e9u], .was-validated .custom-select:valid:focus[b-l89d8t5e9u] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-l89d8t5e9u], .was-validated .form-check-input:valid ~ .form-check-label[b-l89d8t5e9u] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-l89d8t5e9u], .form-check-input.is-valid ~ .valid-tooltip[b-l89d8t5e9u], .was-validated .form-check-input:valid ~ .valid-feedback[b-l89d8t5e9u], .was-validated .form-check-input:valid ~ .valid-tooltip[b-l89d8t5e9u] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-l89d8t5e9u], .was-validated .custom-control-input:valid ~ .custom-control-label[b-l89d8t5e9u] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-l89d8t5e9u]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-l89d8t5e9u]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-l89d8t5e9u]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-l89d8t5e9u]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-l89d8t5e9u], .was-validated .custom-file-input:valid ~ .custom-file-label[b-l89d8t5e9u] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-l89d8t5e9u], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-l89d8t5e9u] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-l89d8t5e9u] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-l89d8t5e9u] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-l89d8t5e9u], .form-row > [class*=col-] > .invalid-tooltip[b-l89d8t5e9u] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-l89d8t5e9u], .is-invalid ~ .invalid-tooltip[b-l89d8t5e9u], .was-validated :invalid ~ .invalid-feedback[b-l89d8t5e9u], .was-validated :invalid ~ .invalid-tooltip[b-l89d8t5e9u] {
    display: block
}

.form-control.is-invalid[b-l89d8t5e9u], .was-validated .form-control:invalid[b-l89d8t5e9u] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-l89d8t5e9u], .was-validated .form-control:invalid:focus[b-l89d8t5e9u] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-l89d8t5e9u], textarea.form-control.is-invalid[b-l89d8t5e9u] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-l89d8t5e9u], .was-validated .custom-select:invalid[b-l89d8t5e9u] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-l89d8t5e9u], .was-validated .custom-select:invalid:focus[b-l89d8t5e9u] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-l89d8t5e9u], .was-validated .form-check-input:invalid ~ .form-check-label[b-l89d8t5e9u] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-l89d8t5e9u], .form-check-input.is-invalid ~ .invalid-tooltip[b-l89d8t5e9u], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-l89d8t5e9u], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-l89d8t5e9u] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-l89d8t5e9u], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-l89d8t5e9u] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-l89d8t5e9u]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-l89d8t5e9u]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-l89d8t5e9u]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-l89d8t5e9u]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-l89d8t5e9u]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-l89d8t5e9u], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-l89d8t5e9u] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-l89d8t5e9u], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-l89d8t5e9u] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-l89d8t5e9u] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-l89d8t5e9u] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-l89d8t5e9u] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-l89d8t5e9u] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-l89d8t5e9u] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-l89d8t5e9u] {
        display: inline-block
    }

    .form-inline .custom-select[b-l89d8t5e9u], .form-inline .input-group[b-l89d8t5e9u] {
        width: auto
    }

    .form-inline .form-check[b-l89d8t5e9u] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-l89d8t5e9u] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-l89d8t5e9u] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-l89d8t5e9u] {
        margin-bottom: 0
    }
}

.btn[b-l89d8t5e9u] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-l89d8t5e9u] {
        transition: none
    }
}

.btn:hover[b-l89d8t5e9u] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-l89d8t5e9u], .btn:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-l89d8t5e9u], .btn:disabled[b-l89d8t5e9u] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-l89d8t5e9u] {
    cursor: pointer
}

a.btn.disabled[b-l89d8t5e9u], fieldset:disabled a.btn[b-l89d8t5e9u] {
    pointer-events: none
}

.btn-primary[b-l89d8t5e9u] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-l89d8t5e9u], .btn-primary:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-l89d8t5e9u], .btn-primary:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-primary:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-primary.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-primary:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-primary.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-l89d8t5e9u] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-l89d8t5e9u], .btn-secondary:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-l89d8t5e9u], .btn-secondary:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-secondary:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-secondary.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-secondary.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-l89d8t5e9u] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-l89d8t5e9u], .btn-success:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-l89d8t5e9u], .btn-success:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-success:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-success.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-success:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-success.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-l89d8t5e9u] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-l89d8t5e9u], .btn-info:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-l89d8t5e9u], .btn-info:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-info:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-info.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-info:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-info.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-l89d8t5e9u] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-l89d8t5e9u], .btn-warning:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-l89d8t5e9u], .btn-warning:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-warning:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-warning.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-warning:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-warning.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-l89d8t5e9u] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-l89d8t5e9u], .btn-danger:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-l89d8t5e9u], .btn-danger:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-danger:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-danger.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-danger:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-danger.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-l89d8t5e9u] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-l89d8t5e9u] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-l89d8t5e9u], .btn-light:focus[b-l89d8t5e9u] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-l89d8t5e9u], .btn-light:disabled[b-l89d8t5e9u] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-light:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-light.dropdown-toggle[b-l89d8t5e9u] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-light:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-light.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-l89d8t5e9u] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-l89d8t5e9u], .btn-dark:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-l89d8t5e9u], .btn-dark:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-dark:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-dark.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-dark:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-dark.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-l89d8t5e9u] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-l89d8t5e9u], .btn-outline-primary:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-l89d8t5e9u], .btn-outline-primary:disabled[b-l89d8t5e9u] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-primary:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-primary.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-primary.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-l89d8t5e9u] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-l89d8t5e9u], .btn-outline-secondary:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-l89d8t5e9u], .btn-outline-secondary:disabled[b-l89d8t5e9u] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-secondary.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-secondary.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-l89d8t5e9u] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-l89d8t5e9u], .btn-outline-success:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-l89d8t5e9u], .btn-outline-success:disabled[b-l89d8t5e9u] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-success:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-success.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-success.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-l89d8t5e9u] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-l89d8t5e9u], .btn-outline-info:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-l89d8t5e9u], .btn-outline-info:disabled[b-l89d8t5e9u] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-info:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-info.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-info.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-l89d8t5e9u] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-l89d8t5e9u], .btn-outline-warning:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-l89d8t5e9u], .btn-outline-warning:disabled[b-l89d8t5e9u] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-warning:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-warning.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-warning.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-l89d8t5e9u] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-l89d8t5e9u], .btn-outline-danger:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-l89d8t5e9u], .btn-outline-danger:disabled[b-l89d8t5e9u] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-danger:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-danger.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-danger.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-l89d8t5e9u] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-l89d8t5e9u] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-l89d8t5e9u], .btn-outline-light:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-l89d8t5e9u], .btn-outline-light:disabled[b-l89d8t5e9u] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-light:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-light.dropdown-toggle[b-l89d8t5e9u] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-light.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-l89d8t5e9u] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-l89d8t5e9u], .btn-outline-dark:focus[b-l89d8t5e9u] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-l89d8t5e9u], .btn-outline-dark:disabled[b-l89d8t5e9u] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-outline-dark:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-outline-dark.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-outline-dark.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-l89d8t5e9u] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-l89d8t5e9u] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-l89d8t5e9u], .btn-link:focus[b-l89d8t5e9u] {
        text-decoration: underline
    }

    .btn-link.disabled[b-l89d8t5e9u], .btn-link:disabled[b-l89d8t5e9u] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-l89d8t5e9u], .btn-lg[b-l89d8t5e9u] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-l89d8t5e9u], .btn-sm[b-l89d8t5e9u] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-l89d8t5e9u] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-l89d8t5e9u] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-l89d8t5e9u], input[type=reset].btn-block[b-l89d8t5e9u], input[type=submit].btn-block[b-l89d8t5e9u] {
    width: 100%
}

.fade[b-l89d8t5e9u] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-l89d8t5e9u] {
        transition: none
    }
}

.fade:not(.show)[b-l89d8t5e9u] {
    opacity: 0
}

.collapse:not(.show)[b-l89d8t5e9u] {
    display: none
}

.collapsing[b-l89d8t5e9u] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-l89d8t5e9u] {
        transition: none
    }
}

.dropdown[b-l89d8t5e9u], .dropleft[b-l89d8t5e9u], .dropright[b-l89d8t5e9u], .dropup[b-l89d8t5e9u] {
    position: relative
}

.dropdown-toggle[b-l89d8t5e9u] {
    white-space: nowrap
}

    .dropdown-toggle[b-l89d8t5e9u]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-l89d8t5e9u]::after {
        margin-left: 0
    }

.dropdown-menu[b-l89d8t5e9u] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-l89d8t5e9u] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-l89d8t5e9u] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-l89d8t5e9u] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-l89d8t5e9u] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-l89d8t5e9u] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-l89d8t5e9u] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-l89d8t5e9u] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-l89d8t5e9u] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-l89d8t5e9u] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-l89d8t5e9u] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-l89d8t5e9u] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-l89d8t5e9u]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-l89d8t5e9u]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-l89d8t5e9u] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-l89d8t5e9u]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-l89d8t5e9u]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-l89d8t5e9u]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-l89d8t5e9u] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-l89d8t5e9u]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-l89d8t5e9u]::after {
    display: none
}

.dropleft .dropdown-toggle[b-l89d8t5e9u]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-l89d8t5e9u]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-l89d8t5e9u]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-l89d8t5e9u], .dropdown-menu[x-placement^=left][b-l89d8t5e9u], .dropdown-menu[x-placement^=right][b-l89d8t5e9u], .dropdown-menu[x-placement^=top][b-l89d8t5e9u] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-l89d8t5e9u] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-l89d8t5e9u] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-l89d8t5e9u], .dropdown-item:hover[b-l89d8t5e9u] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-l89d8t5e9u], .dropdown-item:active[b-l89d8t5e9u] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-l89d8t5e9u], .dropdown-item:disabled[b-l89d8t5e9u] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-l89d8t5e9u] {
    display: block
}

.dropdown-header[b-l89d8t5e9u] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-l89d8t5e9u] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-l89d8t5e9u], .btn-group-vertical[b-l89d8t5e9u] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-l89d8t5e9u], .btn-group > .btn[b-l89d8t5e9u] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-l89d8t5e9u], .btn-group > .btn:hover[b-l89d8t5e9u] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-l89d8t5e9u], .btn-group-vertical > .btn:active[b-l89d8t5e9u], .btn-group-vertical > .btn:focus[b-l89d8t5e9u], .btn-group > .btn.active[b-l89d8t5e9u], .btn-group > .btn:active[b-l89d8t5e9u], .btn-group > .btn:focus[b-l89d8t5e9u] {
            z-index: 1
        }

.btn-toolbar[b-l89d8t5e9u] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-l89d8t5e9u] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-l89d8t5e9u], .btn-group > .btn:not(:first-child)[b-l89d8t5e9u] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-l89d8t5e9u], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-l89d8t5e9u] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-l89d8t5e9u], .btn-group > .btn:not(:first-child)[b-l89d8t5e9u] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-l89d8t5e9u] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-l89d8t5e9u]::after, .dropright .dropdown-toggle-split[b-l89d8t5e9u]::after, .dropup .dropdown-toggle-split[b-l89d8t5e9u]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-l89d8t5e9u]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-l89d8t5e9u], .btn-sm + .dropdown-toggle-split[b-l89d8t5e9u] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-l89d8t5e9u], .btn-lg + .dropdown-toggle-split[b-l89d8t5e9u] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-l89d8t5e9u] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-l89d8t5e9u], .btn-group-vertical > .btn-group[b-l89d8t5e9u] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-l89d8t5e9u], .btn-group-vertical > .btn:not(:first-child)[b-l89d8t5e9u] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-l89d8t5e9u], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-l89d8t5e9u] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-l89d8t5e9u], .btn-group-vertical > .btn:not(:first-child)[b-l89d8t5e9u] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-l89d8t5e9u], .btn-group-toggle > .btn-group > .btn[b-l89d8t5e9u] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-l89d8t5e9u], .btn-group-toggle > .btn input[type=radio][b-l89d8t5e9u], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-l89d8t5e9u], .btn-group-toggle > .btn-group > .btn input[type=radio][b-l89d8t5e9u] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-l89d8t5e9u] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-l89d8t5e9u], .input-group > .custom-select[b-l89d8t5e9u], .input-group > .form-control[b-l89d8t5e9u], .input-group > .form-control-plaintext[b-l89d8t5e9u] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-l89d8t5e9u], .input-group > .custom-file + .custom-select[b-l89d8t5e9u], .input-group > .custom-file + .form-control[b-l89d8t5e9u], .input-group > .custom-select + .custom-file[b-l89d8t5e9u], .input-group > .custom-select + .custom-select[b-l89d8t5e9u], .input-group > .custom-select + .form-control[b-l89d8t5e9u], .input-group > .form-control + .custom-file[b-l89d8t5e9u], .input-group > .form-control + .custom-select[b-l89d8t5e9u], .input-group > .form-control + .form-control[b-l89d8t5e9u], .input-group > .form-control-plaintext + .custom-file[b-l89d8t5e9u], .input-group > .form-control-plaintext + .custom-select[b-l89d8t5e9u], .input-group > .form-control-plaintext + .form-control[b-l89d8t5e9u] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-l89d8t5e9u], .input-group > .custom-select:focus[b-l89d8t5e9u], .input-group > .form-control:focus[b-l89d8t5e9u] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-l89d8t5e9u] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-l89d8t5e9u], .input-group > .form-control:not(:first-child)[b-l89d8t5e9u] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-l89d8t5e9u] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-l89d8t5e9u], .input-group > .custom-file:not(:last-child) .custom-file-label[b-l89d8t5e9u] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-l89d8t5e9u]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-l89d8t5e9u], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-l89d8t5e9u] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-l89d8t5e9u]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-l89d8t5e9u], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-l89d8t5e9u] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-l89d8t5e9u], .input-group-prepend[b-l89d8t5e9u] {
    display: flex
}

    .input-group-append .btn[b-l89d8t5e9u], .input-group-prepend .btn[b-l89d8t5e9u] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-l89d8t5e9u], .input-group-prepend .btn:focus[b-l89d8t5e9u] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-l89d8t5e9u], .input-group-append .btn + .input-group-text[b-l89d8t5e9u], .input-group-append .input-group-text + .btn[b-l89d8t5e9u], .input-group-append .input-group-text + .input-group-text[b-l89d8t5e9u], .input-group-prepend .btn + .btn[b-l89d8t5e9u], .input-group-prepend .btn + .input-group-text[b-l89d8t5e9u], .input-group-prepend .input-group-text + .btn[b-l89d8t5e9u], .input-group-prepend .input-group-text + .input-group-text[b-l89d8t5e9u] {
            margin-left: -1px
        }

.input-group-prepend[b-l89d8t5e9u] {
    margin-right: -1px
}

.input-group-append[b-l89d8t5e9u] {
    margin-left: -1px
}

.input-group-text[b-l89d8t5e9u] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-l89d8t5e9u], .input-group-text input[type=radio][b-l89d8t5e9u] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-l89d8t5e9u], .input-group-lg > .form-control:not(textarea)[b-l89d8t5e9u] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-l89d8t5e9u], .input-group-lg > .form-control[b-l89d8t5e9u], .input-group-lg > .input-group-append > .btn[b-l89d8t5e9u], .input-group-lg > .input-group-append > .input-group-text[b-l89d8t5e9u], .input-group-lg > .input-group-prepend > .btn[b-l89d8t5e9u], .input-group-lg > .input-group-prepend > .input-group-text[b-l89d8t5e9u] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-l89d8t5e9u], .input-group-sm > .form-control:not(textarea)[b-l89d8t5e9u] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-l89d8t5e9u], .input-group-sm > .form-control[b-l89d8t5e9u], .input-group-sm > .input-group-append > .btn[b-l89d8t5e9u], .input-group-sm > .input-group-append > .input-group-text[b-l89d8t5e9u], .input-group-sm > .input-group-prepend > .btn[b-l89d8t5e9u], .input-group-sm > .input-group-prepend > .input-group-text[b-l89d8t5e9u] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-l89d8t5e9u], .input-group-sm > .custom-select[b-l89d8t5e9u] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-l89d8t5e9u], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-l89d8t5e9u], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-l89d8t5e9u], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-l89d8t5e9u], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-l89d8t5e9u], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-l89d8t5e9u], .input-group > .input-group-prepend > .btn[b-l89d8t5e9u], .input-group > .input-group-prepend > .input-group-text[b-l89d8t5e9u] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-l89d8t5e9u], .input-group > .input-group-append > .input-group-text[b-l89d8t5e9u], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-l89d8t5e9u], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-l89d8t5e9u], .input-group > .input-group-prepend:not(:first-child) > .btn[b-l89d8t5e9u], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-l89d8t5e9u] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-l89d8t5e9u] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-l89d8t5e9u] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-l89d8t5e9u] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-l89d8t5e9u]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-l89d8t5e9u]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-l89d8t5e9u]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-l89d8t5e9u]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-l89d8t5e9u], .custom-control-input[disabled] ~ .custom-control-label[b-l89d8t5e9u] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-l89d8t5e9u]::before, .custom-control-input[disabled] ~ .custom-control-label[b-l89d8t5e9u]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-l89d8t5e9u] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-l89d8t5e9u]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-l89d8t5e9u]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-l89d8t5e9u]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-l89d8t5e9u]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-l89d8t5e9u]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-l89d8t5e9u]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-l89d8t5e9u]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-l89d8t5e9u]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-l89d8t5e9u]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-l89d8t5e9u]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-l89d8t5e9u]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-l89d8t5e9u] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-l89d8t5e9u]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-l89d8t5e9u]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-l89d8t5e9u]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-l89d8t5e9u]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-l89d8t5e9u]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-l89d8t5e9u] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-l89d8t5e9u] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-l89d8t5e9u]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-l89d8t5e9u], .custom-select[size]:not([size="1"])[b-l89d8t5e9u] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-l89d8t5e9u] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-l89d8t5e9u]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-l89d8t5e9u] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-l89d8t5e9u] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-l89d8t5e9u] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-l89d8t5e9u] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-l89d8t5e9u] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-l89d8t5e9u] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-l89d8t5e9u], .custom-file-input[disabled] ~ .custom-file-label[b-l89d8t5e9u] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-l89d8t5e9u]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-l89d8t5e9u]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-l89d8t5e9u] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-l89d8t5e9u]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-l89d8t5e9u] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-l89d8t5e9u] {
        outline: 0
    }

        .custom-range:focus[b-l89d8t5e9u]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-l89d8t5e9u]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-l89d8t5e9u]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-l89d8t5e9u]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-l89d8t5e9u]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-l89d8t5e9u]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-l89d8t5e9u]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-l89d8t5e9u]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-l89d8t5e9u]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-l89d8t5e9u]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-l89d8t5e9u]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-l89d8t5e9u]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-l89d8t5e9u]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-l89d8t5e9u]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-l89d8t5e9u]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-l89d8t5e9u]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-l89d8t5e9u]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-l89d8t5e9u]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-l89d8t5e9u]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-l89d8t5e9u]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-l89d8t5e9u]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-l89d8t5e9u]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-l89d8t5e9u]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-l89d8t5e9u]::before, .custom-file-label[b-l89d8t5e9u], .custom-select[b-l89d8t5e9u] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-l89d8t5e9u]::before, .custom-file-label[b-l89d8t5e9u], .custom-select[b-l89d8t5e9u] {
        transition: none
    }
}

.nav[b-l89d8t5e9u] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-l89d8t5e9u] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-l89d8t5e9u], .nav-link:hover[b-l89d8t5e9u] {
        text-decoration: none
    }

    .nav-link.disabled[b-l89d8t5e9u] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-l89d8t5e9u] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-l89d8t5e9u] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-l89d8t5e9u], .nav-tabs .nav-link:hover[b-l89d8t5e9u] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-l89d8t5e9u] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-l89d8t5e9u], .nav-tabs .nav-link.active[b-l89d8t5e9u] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-l89d8t5e9u] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-l89d8t5e9u] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-l89d8t5e9u], .nav-pills .show > .nav-link[b-l89d8t5e9u] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-l89d8t5e9u], .nav-fill > .nav-link[b-l89d8t5e9u] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-l89d8t5e9u], .nav-justified > .nav-link[b-l89d8t5e9u] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-l89d8t5e9u] {
    display: none
}

.tab-content > .active[b-l89d8t5e9u] {
    display: block
}

.navbar[b-l89d8t5e9u] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-l89d8t5e9u], .navbar .container-fluid[b-l89d8t5e9u], .navbar .container-lg[b-l89d8t5e9u], .navbar .container-md[b-l89d8t5e9u], .navbar .container-sm[b-l89d8t5e9u], .navbar .container-xl[b-l89d8t5e9u] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-l89d8t5e9u] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-l89d8t5e9u], .navbar-brand:hover[b-l89d8t5e9u] {
        text-decoration: none
    }

.navbar-nav[b-l89d8t5e9u] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-l89d8t5e9u] {
        position: static;
        float: none
    }

.navbar-text[b-l89d8t5e9u] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-l89d8t5e9u] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-l89d8t5e9u] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-l89d8t5e9u], .navbar-toggler:hover[b-l89d8t5e9u] {
        text-decoration: none
    }

.navbar-toggler-icon[b-l89d8t5e9u] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-l89d8t5e9u] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-l89d8t5e9u], .navbar-expand-sm > .container-fluid[b-l89d8t5e9u], .navbar-expand-sm > .container-lg[b-l89d8t5e9u], .navbar-expand-sm > .container-md[b-l89d8t5e9u], .navbar-expand-sm > .container-sm[b-l89d8t5e9u], .navbar-expand-sm > .container-xl[b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-l89d8t5e9u] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-l89d8t5e9u] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-l89d8t5e9u] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-l89d8t5e9u] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-l89d8t5e9u], .navbar-expand-sm > .container-fluid[b-l89d8t5e9u], .navbar-expand-sm > .container-lg[b-l89d8t5e9u], .navbar-expand-sm > .container-md[b-l89d8t5e9u], .navbar-expand-sm > .container-sm[b-l89d8t5e9u], .navbar-expand-sm > .container-xl[b-l89d8t5e9u] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-l89d8t5e9u] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-l89d8t5e9u] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-l89d8t5e9u] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-l89d8t5e9u], .navbar-expand-md > .container-fluid[b-l89d8t5e9u], .navbar-expand-md > .container-lg[b-l89d8t5e9u], .navbar-expand-md > .container-md[b-l89d8t5e9u], .navbar-expand-md > .container-sm[b-l89d8t5e9u], .navbar-expand-md > .container-xl[b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-l89d8t5e9u] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-l89d8t5e9u] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-l89d8t5e9u] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-l89d8t5e9u] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-l89d8t5e9u], .navbar-expand-md > .container-fluid[b-l89d8t5e9u], .navbar-expand-md > .container-lg[b-l89d8t5e9u], .navbar-expand-md > .container-md[b-l89d8t5e9u], .navbar-expand-md > .container-sm[b-l89d8t5e9u], .navbar-expand-md > .container-xl[b-l89d8t5e9u] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-l89d8t5e9u] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-l89d8t5e9u] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-l89d8t5e9u] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-l89d8t5e9u], .navbar-expand-lg > .container-fluid[b-l89d8t5e9u], .navbar-expand-lg > .container-lg[b-l89d8t5e9u], .navbar-expand-lg > .container-md[b-l89d8t5e9u], .navbar-expand-lg > .container-sm[b-l89d8t5e9u], .navbar-expand-lg > .container-xl[b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-l89d8t5e9u] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-l89d8t5e9u] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-l89d8t5e9u] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-l89d8t5e9u] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-l89d8t5e9u], .navbar-expand-lg > .container-fluid[b-l89d8t5e9u], .navbar-expand-lg > .container-lg[b-l89d8t5e9u], .navbar-expand-lg > .container-md[b-l89d8t5e9u], .navbar-expand-lg > .container-sm[b-l89d8t5e9u], .navbar-expand-lg > .container-xl[b-l89d8t5e9u] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-l89d8t5e9u] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-l89d8t5e9u] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-l89d8t5e9u] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-l89d8t5e9u], .navbar-expand-xl > .container-fluid[b-l89d8t5e9u], .navbar-expand-xl > .container-lg[b-l89d8t5e9u], .navbar-expand-xl > .container-md[b-l89d8t5e9u], .navbar-expand-xl > .container-sm[b-l89d8t5e9u], .navbar-expand-xl > .container-xl[b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-l89d8t5e9u] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-l89d8t5e9u] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-l89d8t5e9u] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-l89d8t5e9u] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-l89d8t5e9u], .navbar-expand-xl > .container-fluid[b-l89d8t5e9u], .navbar-expand-xl > .container-lg[b-l89d8t5e9u], .navbar-expand-xl > .container-md[b-l89d8t5e9u], .navbar-expand-xl > .container-sm[b-l89d8t5e9u], .navbar-expand-xl > .container-xl[b-l89d8t5e9u] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-l89d8t5e9u] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-l89d8t5e9u] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-l89d8t5e9u] {
            display: none
        }
}

.navbar-expand[b-l89d8t5e9u] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-l89d8t5e9u], .navbar-expand > .container-fluid[b-l89d8t5e9u], .navbar-expand > .container-lg[b-l89d8t5e9u], .navbar-expand > .container-md[b-l89d8t5e9u], .navbar-expand > .container-sm[b-l89d8t5e9u], .navbar-expand > .container-xl[b-l89d8t5e9u] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-l89d8t5e9u] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-l89d8t5e9u] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-l89d8t5e9u] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-l89d8t5e9u], .navbar-expand > .container-fluid[b-l89d8t5e9u], .navbar-expand > .container-lg[b-l89d8t5e9u], .navbar-expand > .container-md[b-l89d8t5e9u], .navbar-expand > .container-sm[b-l89d8t5e9u], .navbar-expand > .container-xl[b-l89d8t5e9u] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-l89d8t5e9u] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-l89d8t5e9u] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-l89d8t5e9u] {
        display: none
    }

.navbar-light .navbar-brand[b-l89d8t5e9u] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-l89d8t5e9u], .navbar-light .navbar-brand:hover[b-l89d8t5e9u] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-l89d8t5e9u] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-l89d8t5e9u], .navbar-light .navbar-nav .nav-link:hover[b-l89d8t5e9u] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-l89d8t5e9u] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-l89d8t5e9u], .navbar-light .navbar-nav .nav-link.active[b-l89d8t5e9u], .navbar-light .navbar-nav .nav-link.show[b-l89d8t5e9u], .navbar-light .navbar-nav .show > .nav-link[b-l89d8t5e9u] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-l89d8t5e9u] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-l89d8t5e9u] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-l89d8t5e9u] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-l89d8t5e9u] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-l89d8t5e9u], .navbar-light .navbar-text a:hover[b-l89d8t5e9u] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-l89d8t5e9u] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-l89d8t5e9u], .navbar-dark .navbar-brand:hover[b-l89d8t5e9u] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-l89d8t5e9u] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-l89d8t5e9u], .navbar-dark .navbar-nav .nav-link:hover[b-l89d8t5e9u] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-l89d8t5e9u] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-l89d8t5e9u], .navbar-dark .navbar-nav .nav-link.active[b-l89d8t5e9u], .navbar-dark .navbar-nav .nav-link.show[b-l89d8t5e9u], .navbar-dark .navbar-nav .show > .nav-link[b-l89d8t5e9u] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-l89d8t5e9u] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-l89d8t5e9u] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-l89d8t5e9u] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-l89d8t5e9u] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-l89d8t5e9u], .navbar-dark .navbar-text a:hover[b-l89d8t5e9u] {
            color: #fff
        }

.card[b-l89d8t5e9u] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-l89d8t5e9u] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-l89d8t5e9u] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-l89d8t5e9u] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-l89d8t5e9u] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-l89d8t5e9u], .card > .list-group + .card-footer[b-l89d8t5e9u] {
            border-top: 0
        }

.card-body[b-l89d8t5e9u] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-l89d8t5e9u] {
    margin-bottom: .75rem
}

.card-subtitle[b-l89d8t5e9u] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-l89d8t5e9u] {
    margin-bottom: 0
}

.card-link:hover[b-l89d8t5e9u] {
    text-decoration: none
}

.card-link + .card-link[b-l89d8t5e9u] {
    margin-left: 1.25rem
}

.card-header[b-l89d8t5e9u] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-l89d8t5e9u] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-l89d8t5e9u] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-l89d8t5e9u] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-l89d8t5e9u] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-l89d8t5e9u] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-l89d8t5e9u] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-l89d8t5e9u], .card-img-bottom[b-l89d8t5e9u], .card-img-top[b-l89d8t5e9u] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-l89d8t5e9u], .card-img-top[b-l89d8t5e9u] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-l89d8t5e9u], .card-img-bottom[b-l89d8t5e9u] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-l89d8t5e9u] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-l89d8t5e9u] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-l89d8t5e9u] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-l89d8t5e9u] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-l89d8t5e9u] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-l89d8t5e9u] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-l89d8t5e9u] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-l89d8t5e9u] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-l89d8t5e9u], .card-group > .card:not(:last-child) .card-img-top[b-l89d8t5e9u] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-l89d8t5e9u], .card-group > .card:not(:last-child) .card-img-bottom[b-l89d8t5e9u] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-l89d8t5e9u] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-l89d8t5e9u], .card-group > .card:not(:first-child) .card-img-top[b-l89d8t5e9u] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-l89d8t5e9u], .card-group > .card:not(:first-child) .card-img-bottom[b-l89d8t5e9u] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-l89d8t5e9u] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-l89d8t5e9u] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-l89d8t5e9u] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-l89d8t5e9u] {
    overflow-anchor: none
}

    .accordion > .card[b-l89d8t5e9u] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-l89d8t5e9u] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-l89d8t5e9u] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-l89d8t5e9u] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-l89d8t5e9u] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-l89d8t5e9u] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-l89d8t5e9u]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-l89d8t5e9u]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-l89d8t5e9u]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-l89d8t5e9u] {
    color: #858796
}

.pagination[b-l89d8t5e9u] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-l89d8t5e9u] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-l89d8t5e9u] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-l89d8t5e9u] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-l89d8t5e9u] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-l89d8t5e9u] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-l89d8t5e9u] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-l89d8t5e9u] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-l89d8t5e9u] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-l89d8t5e9u] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-l89d8t5e9u] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-l89d8t5e9u] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-l89d8t5e9u] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-l89d8t5e9u] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-l89d8t5e9u] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-l89d8t5e9u] {
        transition: none
    }
}

a.badge:focus[b-l89d8t5e9u], a.badge:hover[b-l89d8t5e9u] {
    text-decoration: none
}

.badge:empty[b-l89d8t5e9u] {
    display: none
}

.btn .badge[b-l89d8t5e9u] {
    position: relative;
    top: -1px
}

.badge-pill[b-l89d8t5e9u] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-l89d8t5e9u] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-l89d8t5e9u], a.badge-primary:hover[b-l89d8t5e9u] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-l89d8t5e9u], a.badge-primary:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-l89d8t5e9u] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-l89d8t5e9u], a.badge-secondary:hover[b-l89d8t5e9u] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-l89d8t5e9u], a.badge-secondary:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-l89d8t5e9u] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-l89d8t5e9u], a.badge-success:hover[b-l89d8t5e9u] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-l89d8t5e9u], a.badge-success:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-l89d8t5e9u] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-l89d8t5e9u], a.badge-info:hover[b-l89d8t5e9u] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-l89d8t5e9u], a.badge-info:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-l89d8t5e9u] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-l89d8t5e9u], a.badge-warning:hover[b-l89d8t5e9u] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-l89d8t5e9u], a.badge-warning:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-l89d8t5e9u] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-l89d8t5e9u], a.badge-danger:hover[b-l89d8t5e9u] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-l89d8t5e9u], a.badge-danger:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-l89d8t5e9u] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-l89d8t5e9u], a.badge-light:hover[b-l89d8t5e9u] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-l89d8t5e9u], a.badge-light:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-l89d8t5e9u] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-l89d8t5e9u], a.badge-dark:hover[b-l89d8t5e9u] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-l89d8t5e9u], a.badge-dark:focus[b-l89d8t5e9u] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-l89d8t5e9u] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-l89d8t5e9u] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-l89d8t5e9u] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-l89d8t5e9u] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-l89d8t5e9u] {
    color: inherit
}

.alert-link[b-l89d8t5e9u] {
    font-weight: 700
}

.alert-dismissible[b-l89d8t5e9u] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-l89d8t5e9u] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-l89d8t5e9u] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-l89d8t5e9u] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-l89d8t5e9u] {
        color: #1c294e
    }

.alert-secondary[b-l89d8t5e9u] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-l89d8t5e9u] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-l89d8t5e9u] {
        color: #2d2e33
    }

.alert-success[b-l89d8t5e9u] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-l89d8t5e9u] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-l89d8t5e9u] {
        color: #093b29
    }

.alert-info[b-l89d8t5e9u] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-l89d8t5e9u] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-l89d8t5e9u] {
        color: #113b42
    }

.alert-warning[b-l89d8t5e9u] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-l89d8t5e9u] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-l89d8t5e9u] {
        color: #574516
    }

.alert-danger[b-l89d8t5e9u] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-l89d8t5e9u] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-l89d8t5e9u] {
        color: #4f1915
    }

.alert-light[b-l89d8t5e9u] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-l89d8t5e9u] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-l89d8t5e9u] {
        color: #686869
    }

.alert-dark[b-l89d8t5e9u] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-l89d8t5e9u] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-l89d8t5e9u] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-l89d8t5e9u {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-l89d8t5e9u] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-l89d8t5e9u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-l89d8t5e9u] {
        transition: none
    }
}

.progress-bar-striped[b-l89d8t5e9u] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-l89d8t5e9u] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-l89d8t5e9u
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-l89d8t5e9u] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-l89d8t5e9u] {
    display: flex;
    align-items: flex-start
}

.media-body[b-l89d8t5e9u] {
    flex: 1
}

.list-group[b-l89d8t5e9u] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-l89d8t5e9u] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-action:hover[b-l89d8t5e9u] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-l89d8t5e9u] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-l89d8t5e9u] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-l89d8t5e9u] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-l89d8t5e9u] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-l89d8t5e9u], .list-group-item:disabled[b-l89d8t5e9u] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-l89d8t5e9u] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-l89d8t5e9u] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-l89d8t5e9u] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-l89d8t5e9u] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-l89d8t5e9u] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-l89d8t5e9u] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-l89d8t5e9u] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-l89d8t5e9u] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-l89d8t5e9u] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-l89d8t5e9u] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-l89d8t5e9u] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-l89d8t5e9u] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-l89d8t5e9u] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-l89d8t5e9u] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-l89d8t5e9u] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-l89d8t5e9u] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-l89d8t5e9u] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-l89d8t5e9u] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-l89d8t5e9u] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-l89d8t5e9u] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-l89d8t5e9u] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-l89d8t5e9u] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-l89d8t5e9u] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-l89d8t5e9u] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-l89d8t5e9u] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-l89d8t5e9u] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-l89d8t5e9u] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-l89d8t5e9u] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-l89d8t5e9u] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-l89d8t5e9u] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-l89d8t5e9u] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-l89d8t5e9u] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-l89d8t5e9u] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-l89d8t5e9u] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-l89d8t5e9u] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-l89d8t5e9u] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-l89d8t5e9u] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-primary.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-l89d8t5e9u] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-secondary.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-l89d8t5e9u] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-success.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-l89d8t5e9u] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-info.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-l89d8t5e9u] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-warning.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-l89d8t5e9u] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-danger.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-l89d8t5e9u] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-light.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-l89d8t5e9u] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-l89d8t5e9u], .list-group-item-dark.list-group-item-action:hover[b-l89d8t5e9u] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-l89d8t5e9u] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-l89d8t5e9u] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-l89d8t5e9u], .close:not(:disabled):not(.disabled):hover[b-l89d8t5e9u] {
        opacity: .75
    }

button.close[b-l89d8t5e9u] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-l89d8t5e9u] {
    pointer-events: none
}

.toast[b-l89d8t5e9u] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-l89d8t5e9u] {
        margin-bottom: .75rem
    }

    .toast.showing[b-l89d8t5e9u] {
        opacity: 1
    }

    .toast.show[b-l89d8t5e9u] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-l89d8t5e9u] {
        display: none
    }

.toast-header[b-l89d8t5e9u] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-l89d8t5e9u] {
    padding: .75rem
}

.modal-open[b-l89d8t5e9u] {
    overflow: hidden
}

    .modal-open .modal[b-l89d8t5e9u] {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal[b-l89d8t5e9u] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-l89d8t5e9u] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-l89d8t5e9u] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-l89d8t5e9u] {
        transition: none
    }
}

.modal.show .modal-dialog[b-l89d8t5e9u] {
    transform: none
}

.modal.modal-static .modal-dialog[b-l89d8t5e9u] {
    transform: scale(1.02)
}

.modal-dialog-scrollable[b-l89d8t5e9u] {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-l89d8t5e9u] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer[b-l89d8t5e9u], .modal-dialog-scrollable .modal-header[b-l89d8t5e9u] {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-l89d8t5e9u] {
        overflow-y: auto
    }

.modal-dialog-centered[b-l89d8t5e9u] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-l89d8t5e9u]::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-l89d8t5e9u] {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-l89d8t5e9u] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-l89d8t5e9u]::before {
            content: none
        }

.modal-content[b-l89d8t5e9u] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop[b-l89d8t5e9u] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-l89d8t5e9u] {
        opacity: 0
    }

    .modal-backdrop.show[b-l89d8t5e9u] {
        opacity: .5
    }

.modal-header[b-l89d8t5e9u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close[b-l89d8t5e9u] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-l89d8t5e9u] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-l89d8t5e9u] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-l89d8t5e9u] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > *[b-l89d8t5e9u] {
        margin: .25rem
    }

.modal-scrollbar-measure[b-l89d8t5e9u] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog[b-l89d8t5e9u] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-l89d8t5e9u] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-l89d8t5e9u] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-l89d8t5e9u] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-l89d8t5e9u]::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm[b-l89d8t5e9u] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-l89d8t5e9u], .modal-xl[b-l89d8t5e9u] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-l89d8t5e9u] {
        max-width: 1140px
    }
}

.tooltip[b-l89d8t5e9u] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-l89d8t5e9u] {
        opacity: .9
    }

    .tooltip .arrow[b-l89d8t5e9u] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-l89d8t5e9u]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-l89d8t5e9u], .bs-tooltip-top[b-l89d8t5e9u] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-l89d8t5e9u], .bs-tooltip-top .arrow[b-l89d8t5e9u] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-l89d8t5e9u]::before, .bs-tooltip-top .arrow[b-l89d8t5e9u]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-l89d8t5e9u], .bs-tooltip-right[b-l89d8t5e9u] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-l89d8t5e9u], .bs-tooltip-right .arrow[b-l89d8t5e9u] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-l89d8t5e9u]::before, .bs-tooltip-right .arrow[b-l89d8t5e9u]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-l89d8t5e9u], .bs-tooltip-bottom[b-l89d8t5e9u] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-l89d8t5e9u], .bs-tooltip-bottom .arrow[b-l89d8t5e9u] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-l89d8t5e9u]::before, .bs-tooltip-bottom .arrow[b-l89d8t5e9u]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-l89d8t5e9u], .bs-tooltip-left[b-l89d8t5e9u] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-l89d8t5e9u], .bs-tooltip-left .arrow[b-l89d8t5e9u] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-l89d8t5e9u]::before, .bs-tooltip-left .arrow[b-l89d8t5e9u]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-l89d8t5e9u] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-l89d8t5e9u] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-l89d8t5e9u] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-l89d8t5e9u]::after, .popover .arrow[b-l89d8t5e9u]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-l89d8t5e9u], .bs-popover-top[b-l89d8t5e9u] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-l89d8t5e9u], .bs-popover-top > .arrow[b-l89d8t5e9u] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-l89d8t5e9u]::before, .bs-popover-top > .arrow[b-l89d8t5e9u]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-l89d8t5e9u]::after, .bs-popover-top > .arrow[b-l89d8t5e9u]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-l89d8t5e9u], .bs-popover-right[b-l89d8t5e9u] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-l89d8t5e9u], .bs-popover-right > .arrow[b-l89d8t5e9u] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-l89d8t5e9u]::before, .bs-popover-right > .arrow[b-l89d8t5e9u]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-l89d8t5e9u]::after, .bs-popover-right > .arrow[b-l89d8t5e9u]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-l89d8t5e9u], .bs-popover-bottom[b-l89d8t5e9u] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-l89d8t5e9u], .bs-popover-bottom > .arrow[b-l89d8t5e9u] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-l89d8t5e9u]::before, .bs-popover-bottom > .arrow[b-l89d8t5e9u]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-l89d8t5e9u]::after, .bs-popover-bottom > .arrow[b-l89d8t5e9u]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-l89d8t5e9u]::before, .bs-popover-bottom .popover-header[b-l89d8t5e9u]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-l89d8t5e9u], .bs-popover-left[b-l89d8t5e9u] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-l89d8t5e9u], .bs-popover-left > .arrow[b-l89d8t5e9u] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-l89d8t5e9u]::before, .bs-popover-left > .arrow[b-l89d8t5e9u]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-l89d8t5e9u]::after, .bs-popover-left > .arrow[b-l89d8t5e9u]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-l89d8t5e9u] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-l89d8t5e9u] {
        display: none
    }

.popover-body[b-l89d8t5e9u] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-l89d8t5e9u] {
    position: relative
}

    .carousel.pointer-event[b-l89d8t5e9u] {
        touch-action: pan-y
    }

.carousel-inner[b-l89d8t5e9u] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-l89d8t5e9u]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-l89d8t5e9u] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-l89d8t5e9u] {
        transition: none
    }
}

.carousel-item-next[b-l89d8t5e9u], .carousel-item-prev[b-l89d8t5e9u], .carousel-item.active[b-l89d8t5e9u] {
    display: block
}

    .active.carousel-item-right[b-l89d8t5e9u], .carousel-item-next:not(.carousel-item-left)[b-l89d8t5e9u] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-l89d8t5e9u], .carousel-item-prev:not(.carousel-item-right)[b-l89d8t5e9u] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-l89d8t5e9u] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-l89d8t5e9u], .carousel-fade .carousel-item-prev.carousel-item-right[b-l89d8t5e9u], .carousel-fade .carousel-item.active[b-l89d8t5e9u] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-l89d8t5e9u], .carousel-fade .active.carousel-item-right[b-l89d8t5e9u] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-l89d8t5e9u], .carousel-fade .active.carousel-item-right[b-l89d8t5e9u] {
        transition: none
    }
}

.carousel-control-next[b-l89d8t5e9u], .carousel-control-prev[b-l89d8t5e9u] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-l89d8t5e9u], .carousel-control-prev[b-l89d8t5e9u] {
        transition: none
    }
}

.carousel-control-next:focus[b-l89d8t5e9u], .carousel-control-next:hover[b-l89d8t5e9u], .carousel-control-prev:focus[b-l89d8t5e9u], .carousel-control-prev:hover[b-l89d8t5e9u] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-l89d8t5e9u] {
    left: 0
}

.carousel-control-next[b-l89d8t5e9u] {
    right: 0
}

.carousel-control-next-icon[b-l89d8t5e9u], .carousel-control-prev-icon[b-l89d8t5e9u] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-l89d8t5e9u] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-l89d8t5e9u] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-l89d8t5e9u] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-l89d8t5e9u] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-l89d8t5e9u] {
        transition: none
    }
}

.carousel-indicators .active[b-l89d8t5e9u] {
    opacity: 1
}

.carousel-caption[b-l89d8t5e9u] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-l89d8t5e9u {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-l89d8t5e9u] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-l89d8t5e9u
}

.spinner-border-sm[b-l89d8t5e9u] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-l89d8t5e9u {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-l89d8t5e9u] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-l89d8t5e9u
}

.spinner-grow-sm[b-l89d8t5e9u] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-l89d8t5e9u], .spinner-grow[b-l89d8t5e9u] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-l89d8t5e9u] {
    vertical-align: baseline !important
}

.align-top[b-l89d8t5e9u] {
    vertical-align: top !important
}

.align-middle[b-l89d8t5e9u] {
    vertical-align: middle !important
}

.align-bottom[b-l89d8t5e9u] {
    vertical-align: bottom !important
}

.align-text-bottom[b-l89d8t5e9u] {
    vertical-align: text-bottom !important
}

.align-text-top[b-l89d8t5e9u] {
    vertical-align: text-top !important
}

.bg-primary[b-l89d8t5e9u] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-l89d8t5e9u], a.bg-primary:hover[b-l89d8t5e9u], button.bg-primary:focus[b-l89d8t5e9u], button.bg-primary:hover[b-l89d8t5e9u] {
    background-color: #2653d4 !important
}

.bg-secondary[b-l89d8t5e9u] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-l89d8t5e9u], a.bg-secondary:hover[b-l89d8t5e9u], button.bg-secondary:focus[b-l89d8t5e9u], button.bg-secondary:hover[b-l89d8t5e9u] {
    background-color: #6b6d7d !important
}

.bg-success[b-l89d8t5e9u] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-l89d8t5e9u], a.bg-success:hover[b-l89d8t5e9u], button.bg-success:focus[b-l89d8t5e9u], button.bg-success:hover[b-l89d8t5e9u] {
    background-color: #169b6b !important
}

.bg-info[b-l89d8t5e9u] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-l89d8t5e9u], a.bg-info:hover[b-l89d8t5e9u], button.bg-info:focus[b-l89d8t5e9u], button.bg-info:hover[b-l89d8t5e9u] {
    background-color: #2a96a5 !important
}

.bg-warning[b-l89d8t5e9u] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-l89d8t5e9u], a.bg-warning:hover[b-l89d8t5e9u], button.bg-warning:focus[b-l89d8t5e9u], button.bg-warning:hover[b-l89d8t5e9u] {
    background-color: #f4b30d !important
}

.bg-danger[b-l89d8t5e9u] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-l89d8t5e9u], a.bg-danger:hover[b-l89d8t5e9u], button.bg-danger:focus[b-l89d8t5e9u], button.bg-danger:hover[b-l89d8t5e9u] {
    background-color: #d52a1a !important
}

.bg-light[b-l89d8t5e9u] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-l89d8t5e9u], a.bg-light:hover[b-l89d8t5e9u], button.bg-light:focus[b-l89d8t5e9u], button.bg-light:hover[b-l89d8t5e9u] {
    background-color: #d4daed !important
}

.bg-dark[b-l89d8t5e9u] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-l89d8t5e9u], a.bg-dark:hover[b-l89d8t5e9u], button.bg-dark:focus[b-l89d8t5e9u], button.bg-dark:hover[b-l89d8t5e9u] {
    background-color: #42444e !important
}

.bg-white[b-l89d8t5e9u] {
    background-color: #fff !important
}

.bg-transparent[b-l89d8t5e9u] {
    background-color: transparent !important
}

.border[b-l89d8t5e9u] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-l89d8t5e9u] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-l89d8t5e9u] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-l89d8t5e9u] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-l89d8t5e9u] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-l89d8t5e9u] {
    border: 0 !important
}

.border-top-0[b-l89d8t5e9u] {
    border-top: 0 !important
}

.border-right-0[b-l89d8t5e9u] {
    border-right: 0 !important
}

.border-bottom-0[b-l89d8t5e9u] {
    border-bottom: 0 !important
}

.border-left-0[b-l89d8t5e9u] {
    border-left: 0 !important
}

.border-primary[b-l89d8t5e9u] {
    border-color: #4e73df !important
}

.border-secondary[b-l89d8t5e9u] {
    border-color: #858796 !important
}

.border-success[b-l89d8t5e9u] {
    border-color: #1cc88a !important
}

.border-info[b-l89d8t5e9u] {
    border-color: #36b9cc !important
}

.border-warning[b-l89d8t5e9u] {
    border-color: #f6c23e !important
}

.border-danger[b-l89d8t5e9u] {
    border-color: #e74a3b !important
}

.border-light[b-l89d8t5e9u] {
    border-color: #f8f9fc !important
}

.border-dark[b-l89d8t5e9u] {
    border-color: #5a5c69 !important
}

.border-white[b-l89d8t5e9u] {
    border-color: #fff !important
}

.rounded-sm[b-l89d8t5e9u] {
    border-radius: .2rem !important
}

.rounded[b-l89d8t5e9u] {
    border-radius: .35rem !important
}

.rounded-top[b-l89d8t5e9u] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-l89d8t5e9u] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-l89d8t5e9u] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-l89d8t5e9u] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-l89d8t5e9u] {
    border-radius: .3rem !important
}

.rounded-circle[b-l89d8t5e9u] {
    border-radius: 50% !important
}

.rounded-pill[b-l89d8t5e9u] {
    border-radius: 50rem !important
}

.rounded-0[b-l89d8t5e9u] {
    border-radius: 0 !important
}

.clearfix[b-l89d8t5e9u]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-l89d8t5e9u] {
    display: none !important
}

.d-inline[b-l89d8t5e9u] {
    display: inline !important
}

.d-inline-block[b-l89d8t5e9u] {
    display: inline-block !important
}

.d-block[b-l89d8t5e9u] {
    display: block !important
}

.d-table[b-l89d8t5e9u] {
    display: table !important
}

.d-table-row[b-l89d8t5e9u] {
    display: table-row !important
}

.d-table-cell[b-l89d8t5e9u] {
    display: table-cell !important
}

.d-flex[b-l89d8t5e9u] {
    display: flex !important
}

.d-inline-flex[b-l89d8t5e9u] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-l89d8t5e9u] {
        display: none !important
    }

    .d-sm-inline[b-l89d8t5e9u] {
        display: inline !important
    }

    .d-sm-inline-block[b-l89d8t5e9u] {
        display: inline-block !important
    }

    .d-sm-block[b-l89d8t5e9u] {
        display: block !important
    }

    .d-sm-table[b-l89d8t5e9u] {
        display: table !important
    }

    .d-sm-table-row[b-l89d8t5e9u] {
        display: table-row !important
    }

    .d-sm-table-cell[b-l89d8t5e9u] {
        display: table-cell !important
    }

    .d-sm-flex[b-l89d8t5e9u] {
        display: flex !important
    }

    .d-sm-inline-flex[b-l89d8t5e9u] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-l89d8t5e9u] {
        display: none !important
    }

    .d-md-inline[b-l89d8t5e9u] {
        display: inline !important
    }

    .d-md-inline-block[b-l89d8t5e9u] {
        display: inline-block !important
    }

    .d-md-block[b-l89d8t5e9u] {
        display: block !important
    }

    .d-md-table[b-l89d8t5e9u] {
        display: table !important
    }

    .d-md-table-row[b-l89d8t5e9u] {
        display: table-row !important
    }

    .d-md-table-cell[b-l89d8t5e9u] {
        display: table-cell !important
    }

    .d-md-flex[b-l89d8t5e9u] {
        display: flex !important
    }

    .d-md-inline-flex[b-l89d8t5e9u] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-l89d8t5e9u] {
        display: none !important
    }

    .d-lg-inline[b-l89d8t5e9u] {
        display: inline !important
    }

    .d-lg-inline-block[b-l89d8t5e9u] {
        display: inline-block !important
    }

    .d-lg-block[b-l89d8t5e9u] {
        display: block !important
    }

    .d-lg-table[b-l89d8t5e9u] {
        display: table !important
    }

    .d-lg-table-row[b-l89d8t5e9u] {
        display: table-row !important
    }

    .d-lg-table-cell[b-l89d8t5e9u] {
        display: table-cell !important
    }

    .d-lg-flex[b-l89d8t5e9u] {
        display: flex !important
    }

    .d-lg-inline-flex[b-l89d8t5e9u] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-l89d8t5e9u] {
        display: none !important
    }

    .d-xl-inline[b-l89d8t5e9u] {
        display: inline !important
    }

    .d-xl-inline-block[b-l89d8t5e9u] {
        display: inline-block !important
    }

    .d-xl-block[b-l89d8t5e9u] {
        display: block !important
    }

    .d-xl-table[b-l89d8t5e9u] {
        display: table !important
    }

    .d-xl-table-row[b-l89d8t5e9u] {
        display: table-row !important
    }

    .d-xl-table-cell[b-l89d8t5e9u] {
        display: table-cell !important
    }

    .d-xl-flex[b-l89d8t5e9u] {
        display: flex !important
    }

    .d-xl-inline-flex[b-l89d8t5e9u] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-l89d8t5e9u] {
        display: none !important
    }

    .d-print-inline[b-l89d8t5e9u] {
        display: inline !important
    }

    .d-print-inline-block[b-l89d8t5e9u] {
        display: inline-block !important
    }

    .d-print-block[b-l89d8t5e9u] {
        display: block !important
    }

    .d-print-table[b-l89d8t5e9u] {
        display: table !important
    }

    .d-print-table-row[b-l89d8t5e9u] {
        display: table-row !important
    }

    .d-print-table-cell[b-l89d8t5e9u] {
        display: table-cell !important
    }

    .d-print-flex[b-l89d8t5e9u] {
        display: flex !important
    }

    .d-print-inline-flex[b-l89d8t5e9u] {
        display: inline-flex !important
    }
}

.embed-responsive[b-l89d8t5e9u] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-l89d8t5e9u]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-l89d8t5e9u], .embed-responsive embed[b-l89d8t5e9u], .embed-responsive iframe[b-l89d8t5e9u], .embed-responsive object[b-l89d8t5e9u], .embed-responsive video[b-l89d8t5e9u] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-l89d8t5e9u]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-l89d8t5e9u]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-l89d8t5e9u]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-l89d8t5e9u]::before {
    padding-top: 100%
}

.flex-row[b-l89d8t5e9u] {
    flex-direction: row !important
}

.flex-column[b-l89d8t5e9u] {
    flex-direction: column !important
}

.flex-row-reverse[b-l89d8t5e9u] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-l89d8t5e9u] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-l89d8t5e9u] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-l89d8t5e9u] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-l89d8t5e9u] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-l89d8t5e9u] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-l89d8t5e9u] {
    flex-grow: 0 !important
}

.flex-grow-1[b-l89d8t5e9u] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-l89d8t5e9u] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-l89d8t5e9u] {
    flex-shrink: 1 !important
}

.justify-content-start[b-l89d8t5e9u] {
    justify-content: flex-start !important
}

.justify-content-end[b-l89d8t5e9u] {
    justify-content: flex-end !important
}

.justify-content-center[b-l89d8t5e9u] {
    justify-content: center !important
}

.justify-content-between[b-l89d8t5e9u] {
    justify-content: space-between !important
}

.justify-content-around[b-l89d8t5e9u] {
    justify-content: space-around !important
}

.align-items-start[b-l89d8t5e9u] {
    align-items: flex-start !important
}

.align-items-end[b-l89d8t5e9u] {
    align-items: flex-end !important
}

.align-items-center[b-l89d8t5e9u] {
    align-items: center !important
}

.align-items-baseline[b-l89d8t5e9u] {
    align-items: baseline !important
}

.align-items-stretch[b-l89d8t5e9u] {
    align-items: stretch !important
}

.align-content-start[b-l89d8t5e9u] {
    align-content: flex-start !important
}

.align-content-end[b-l89d8t5e9u] {
    align-content: flex-end !important
}

.align-content-center[b-l89d8t5e9u] {
    align-content: center !important
}

.align-content-between[b-l89d8t5e9u] {
    align-content: space-between !important
}

.align-content-around[b-l89d8t5e9u] {
    align-content: space-around !important
}

.align-content-stretch[b-l89d8t5e9u] {
    align-content: stretch !important
}

.align-self-auto[b-l89d8t5e9u] {
    align-self: auto !important
}

.align-self-start[b-l89d8t5e9u] {
    align-self: flex-start !important
}

.align-self-end[b-l89d8t5e9u] {
    align-self: flex-end !important
}

.align-self-center[b-l89d8t5e9u] {
    align-self: center !important
}

.align-self-baseline[b-l89d8t5e9u] {
    align-self: baseline !important
}

.align-self-stretch[b-l89d8t5e9u] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-l89d8t5e9u] {
        flex-direction: row !important
    }

    .flex-sm-column[b-l89d8t5e9u] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-l89d8t5e9u] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-l89d8t5e9u] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-l89d8t5e9u] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-l89d8t5e9u] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-l89d8t5e9u] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-l89d8t5e9u] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-l89d8t5e9u] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-l89d8t5e9u] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-l89d8t5e9u] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-l89d8t5e9u] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-l89d8t5e9u] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-l89d8t5e9u] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-l89d8t5e9u] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-l89d8t5e9u] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-l89d8t5e9u] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-l89d8t5e9u] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-l89d8t5e9u] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-l89d8t5e9u] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-l89d8t5e9u] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-l89d8t5e9u] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-l89d8t5e9u] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-l89d8t5e9u] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-l89d8t5e9u] {
        align-content: center !important
    }

    .align-content-sm-between[b-l89d8t5e9u] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-l89d8t5e9u] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-l89d8t5e9u] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-l89d8t5e9u] {
        align-self: auto !important
    }

    .align-self-sm-start[b-l89d8t5e9u] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-l89d8t5e9u] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-l89d8t5e9u] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-l89d8t5e9u] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-l89d8t5e9u] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-l89d8t5e9u] {
        flex-direction: row !important
    }

    .flex-md-column[b-l89d8t5e9u] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-l89d8t5e9u] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-l89d8t5e9u] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-l89d8t5e9u] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-l89d8t5e9u] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-l89d8t5e9u] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-l89d8t5e9u] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-l89d8t5e9u] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-l89d8t5e9u] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-l89d8t5e9u] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-l89d8t5e9u] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-l89d8t5e9u] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-l89d8t5e9u] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-l89d8t5e9u] {
        justify-content: center !important
    }

    .justify-content-md-between[b-l89d8t5e9u] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-l89d8t5e9u] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-l89d8t5e9u] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-l89d8t5e9u] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-l89d8t5e9u] {
        align-items: center !important
    }

    .align-items-md-baseline[b-l89d8t5e9u] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-l89d8t5e9u] {
        align-items: stretch !important
    }

    .align-content-md-start[b-l89d8t5e9u] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-l89d8t5e9u] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-l89d8t5e9u] {
        align-content: center !important
    }

    .align-content-md-between[b-l89d8t5e9u] {
        align-content: space-between !important
    }

    .align-content-md-around[b-l89d8t5e9u] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-l89d8t5e9u] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-l89d8t5e9u] {
        align-self: auto !important
    }

    .align-self-md-start[b-l89d8t5e9u] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-l89d8t5e9u] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-l89d8t5e9u] {
        align-self: center !important
    }

    .align-self-md-baseline[b-l89d8t5e9u] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-l89d8t5e9u] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-l89d8t5e9u] {
        flex-direction: row !important
    }

    .flex-lg-column[b-l89d8t5e9u] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-l89d8t5e9u] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-l89d8t5e9u] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-l89d8t5e9u] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-l89d8t5e9u] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-l89d8t5e9u] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-l89d8t5e9u] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-l89d8t5e9u] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-l89d8t5e9u] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-l89d8t5e9u] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-l89d8t5e9u] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-l89d8t5e9u] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-l89d8t5e9u] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-l89d8t5e9u] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-l89d8t5e9u] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-l89d8t5e9u] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-l89d8t5e9u] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-l89d8t5e9u] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-l89d8t5e9u] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-l89d8t5e9u] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-l89d8t5e9u] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-l89d8t5e9u] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-l89d8t5e9u] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-l89d8t5e9u] {
        align-content: center !important
    }

    .align-content-lg-between[b-l89d8t5e9u] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-l89d8t5e9u] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-l89d8t5e9u] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-l89d8t5e9u] {
        align-self: auto !important
    }

    .align-self-lg-start[b-l89d8t5e9u] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-l89d8t5e9u] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-l89d8t5e9u] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-l89d8t5e9u] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-l89d8t5e9u] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-l89d8t5e9u] {
        flex-direction: row !important
    }

    .flex-xl-column[b-l89d8t5e9u] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-l89d8t5e9u] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-l89d8t5e9u] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-l89d8t5e9u] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-l89d8t5e9u] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-l89d8t5e9u] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-l89d8t5e9u] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-l89d8t5e9u] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-l89d8t5e9u] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-l89d8t5e9u] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-l89d8t5e9u] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-l89d8t5e9u] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-l89d8t5e9u] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-l89d8t5e9u] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-l89d8t5e9u] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-l89d8t5e9u] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-l89d8t5e9u] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-l89d8t5e9u] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-l89d8t5e9u] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-l89d8t5e9u] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-l89d8t5e9u] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-l89d8t5e9u] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-l89d8t5e9u] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-l89d8t5e9u] {
        align-content: center !important
    }

    .align-content-xl-between[b-l89d8t5e9u] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-l89d8t5e9u] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-l89d8t5e9u] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-l89d8t5e9u] {
        align-self: auto !important
    }

    .align-self-xl-start[b-l89d8t5e9u] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-l89d8t5e9u] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-l89d8t5e9u] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-l89d8t5e9u] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-l89d8t5e9u] {
        align-self: stretch !important
    }
}

.float-left[b-l89d8t5e9u] {
    float: left !important
}

.float-right[b-l89d8t5e9u] {
    float: right !important
}

.float-none[b-l89d8t5e9u] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-l89d8t5e9u] {
        float: left !important
    }

    .float-sm-right[b-l89d8t5e9u] {
        float: right !important
    }

    .float-sm-none[b-l89d8t5e9u] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-l89d8t5e9u] {
        float: left !important
    }

    .float-md-right[b-l89d8t5e9u] {
        float: right !important
    }

    .float-md-none[b-l89d8t5e9u] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-l89d8t5e9u] {
        float: left !important
    }

    .float-lg-right[b-l89d8t5e9u] {
        float: right !important
    }

    .float-lg-none[b-l89d8t5e9u] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-l89d8t5e9u] {
        float: left !important
    }

    .float-xl-right[b-l89d8t5e9u] {
        float: right !important
    }

    .float-xl-none[b-l89d8t5e9u] {
        float: none !important
    }
}

.user-select-all[b-l89d8t5e9u] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-l89d8t5e9u] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-l89d8t5e9u] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-l89d8t5e9u] {
    overflow: auto !important
}

.overflow-hidden[b-l89d8t5e9u] {
    overflow: hidden !important
}

.position-static[b-l89d8t5e9u] {
    position: static !important
}

.position-relative[b-l89d8t5e9u] {
    position: relative !important
}

.position-absolute[b-l89d8t5e9u] {
    position: absolute !important
}

.position-fixed[b-l89d8t5e9u] {
    position: fixed !important
}

.position-sticky[b-l89d8t5e9u] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-l89d8t5e9u] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-l89d8t5e9u] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-l89d8t5e9u] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-l89d8t5e9u] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-l89d8t5e9u], .sr-only-focusable:focus[b-l89d8t5e9u] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-l89d8t5e9u] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-l89d8t5e9u] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-l89d8t5e9u] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-l89d8t5e9u] {
    box-shadow: none !important
}

.w-25[b-l89d8t5e9u] {
    width: 25% !important
}

.w-50[b-l89d8t5e9u] {
    width: 50% !important
}

.w-75[b-l89d8t5e9u] {
    width: 75% !important
}

.w-100[b-l89d8t5e9u] {
    width: 100% !important
}

.w-auto[b-l89d8t5e9u] {
    width: auto !important
}

.h-25[b-l89d8t5e9u] {
    height: 25% !important
}

.h-50[b-l89d8t5e9u] {
    height: 50% !important
}

.h-75[b-l89d8t5e9u] {
    height: 75% !important
}

.h-100[b-l89d8t5e9u] {
    height: 100% !important
}

.h-auto[b-l89d8t5e9u] {
    height: auto !important
}

.mw-100[b-l89d8t5e9u] {
    max-width: 100% !important
}

.mh-100[b-l89d8t5e9u] {
    max-height: 100% !important
}

.min-vw-100[b-l89d8t5e9u] {
    min-width: 100vw !important
}

.min-vh-100[b-l89d8t5e9u] {
    min-height: 100vh !important
}

.vw-100[b-l89d8t5e9u] {
    width: 100vw !important
}

.vh-100[b-l89d8t5e9u] {
    height: 100vh !important
}

.m-0[b-l89d8t5e9u] {
    margin: 0 !important
}

.mt-0[b-l89d8t5e9u], .my-0[b-l89d8t5e9u] {
    margin-top: 0 !important
}

.mr-0[b-l89d8t5e9u], .mx-0[b-l89d8t5e9u] {
    margin-right: 0 !important
}

.mb-0[b-l89d8t5e9u], .my-0[b-l89d8t5e9u] {
    margin-bottom: 0 !important
}

.ml-0[b-l89d8t5e9u], .mx-0[b-l89d8t5e9u] {
    margin-left: 0 !important
}

.m-1[b-l89d8t5e9u] {
    margin: .25rem !important
}

.mt-1[b-l89d8t5e9u], .my-1[b-l89d8t5e9u] {
    margin-top: .25rem !important
}

.mr-1[b-l89d8t5e9u], .mx-1[b-l89d8t5e9u] {
    margin-right: .25rem !important
}

.mb-1[b-l89d8t5e9u], .my-1[b-l89d8t5e9u] {
    margin-bottom: .25rem !important
}

.ml-1[b-l89d8t5e9u], .mx-1[b-l89d8t5e9u] {
    margin-left: .25rem !important
}

.m-2[b-l89d8t5e9u] {
    margin: .5rem !important
}

.mt-2[b-l89d8t5e9u], .my-2[b-l89d8t5e9u] {
    margin-top: .5rem !important
}

.mr-2[b-l89d8t5e9u], .mx-2[b-l89d8t5e9u] {
    margin-right: .5rem !important
}

.mb-2[b-l89d8t5e9u], .my-2[b-l89d8t5e9u] {
    margin-bottom: .5rem !important
}

.ml-2[b-l89d8t5e9u], .mx-2[b-l89d8t5e9u] {
    margin-left: .5rem !important
}

.m-3[b-l89d8t5e9u] {
    margin: 1rem !important
}

.mt-3[b-l89d8t5e9u], .my-3[b-l89d8t5e9u] {
    margin-top: 1rem !important
}

.mr-3[b-l89d8t5e9u], .mx-3[b-l89d8t5e9u] {
    margin-right: 1rem !important
}

.mb-3[b-l89d8t5e9u], .my-3[b-l89d8t5e9u] {
    margin-bottom: 1rem !important
}

.ml-3[b-l89d8t5e9u], .mx-3[b-l89d8t5e9u] {
    margin-left: 1rem !important
}

.m-4[b-l89d8t5e9u] {
    margin: 1.5rem !important
}

.mt-4[b-l89d8t5e9u], .my-4[b-l89d8t5e9u] {
    margin-top: 1.5rem !important
}

.mr-4[b-l89d8t5e9u], .mx-4[b-l89d8t5e9u] {
    margin-right: 1.5rem !important
}

.mb-4[b-l89d8t5e9u], .my-4[b-l89d8t5e9u] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-l89d8t5e9u], .mx-4[b-l89d8t5e9u] {
    margin-left: 1.5rem !important
}

.m-5[b-l89d8t5e9u] {
    margin: 3rem !important
}

.mt-5[b-l89d8t5e9u], .my-5[b-l89d8t5e9u] {
    margin-top: 3rem !important
}

.mr-5[b-l89d8t5e9u], .mx-5[b-l89d8t5e9u] {
    margin-right: 3rem !important
}

.mb-5[b-l89d8t5e9u], .my-5[b-l89d8t5e9u] {
    margin-bottom: 3rem !important
}

.ml-5[b-l89d8t5e9u], .mx-5[b-l89d8t5e9u] {
    margin-left: 3rem !important
}

.p-0[b-l89d8t5e9u] {
    padding: 0 !important
}

.pt-0[b-l89d8t5e9u], .py-0[b-l89d8t5e9u] {
    padding-top: 0 !important
}

.pr-0[b-l89d8t5e9u], .px-0[b-l89d8t5e9u] {
    padding-right: 0 !important
}

.pb-0[b-l89d8t5e9u], .py-0[b-l89d8t5e9u] {
    padding-bottom: 0 !important
}

.pl-0[b-l89d8t5e9u], .px-0[b-l89d8t5e9u] {
    padding-left: 0 !important
}

.p-1[b-l89d8t5e9u] {
    padding: .25rem !important
}

.pt-1[b-l89d8t5e9u], .py-1[b-l89d8t5e9u] {
    padding-top: .25rem !important
}

.pr-1[b-l89d8t5e9u], .px-1[b-l89d8t5e9u] {
    padding-right: .25rem !important
}

.pb-1[b-l89d8t5e9u], .py-1[b-l89d8t5e9u] {
    padding-bottom: .25rem !important
}

.pl-1[b-l89d8t5e9u], .px-1[b-l89d8t5e9u] {
    padding-left: .25rem !important
}

.p-2[b-l89d8t5e9u] {
    padding: .5rem !important
}

.pt-2[b-l89d8t5e9u], .py-2[b-l89d8t5e9u] {
    padding-top: .5rem !important
}

.pr-2[b-l89d8t5e9u], .px-2[b-l89d8t5e9u] {
    padding-right: .5rem !important
}

.pb-2[b-l89d8t5e9u], .py-2[b-l89d8t5e9u] {
    padding-bottom: .5rem !important
}

.pl-2[b-l89d8t5e9u], .px-2[b-l89d8t5e9u] {
    padding-left: .5rem !important
}

.p-3[b-l89d8t5e9u] {
    padding: 1rem !important
}

.pt-3[b-l89d8t5e9u], .py-3[b-l89d8t5e9u] {
    padding-top: 1rem !important
}

.pr-3[b-l89d8t5e9u], .px-3[b-l89d8t5e9u] {
    padding-right: 1rem !important
}

.pb-3[b-l89d8t5e9u], .py-3[b-l89d8t5e9u] {
    padding-bottom: 1rem !important
}

.pl-3[b-l89d8t5e9u], .px-3[b-l89d8t5e9u] {
    padding-left: 1rem !important
}

.p-4[b-l89d8t5e9u] {
    padding: 1.5rem !important
}

.pt-4[b-l89d8t5e9u], .py-4[b-l89d8t5e9u] {
    padding-top: 1.5rem !important
}

.pr-4[b-l89d8t5e9u], .px-4[b-l89d8t5e9u] {
    padding-right: 1.5rem !important
}

.pb-4[b-l89d8t5e9u], .py-4[b-l89d8t5e9u] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-l89d8t5e9u], .px-4[b-l89d8t5e9u] {
    padding-left: 1.5rem !important
}

.p-5[b-l89d8t5e9u] {
    padding: 3rem !important
}

.pt-5[b-l89d8t5e9u], .py-5[b-l89d8t5e9u] {
    padding-top: 3rem !important
}

.pr-5[b-l89d8t5e9u], .px-5[b-l89d8t5e9u] {
    padding-right: 3rem !important
}

.pb-5[b-l89d8t5e9u], .py-5[b-l89d8t5e9u] {
    padding-bottom: 3rem !important
}

.pl-5[b-l89d8t5e9u], .px-5[b-l89d8t5e9u] {
    padding-left: 3rem !important
}

.m-n1[b-l89d8t5e9u] {
    margin: -.25rem !important
}

.mt-n1[b-l89d8t5e9u], .my-n1[b-l89d8t5e9u] {
    margin-top: -.25rem !important
}

.mr-n1[b-l89d8t5e9u], .mx-n1[b-l89d8t5e9u] {
    margin-right: -.25rem !important
}

.mb-n1[b-l89d8t5e9u], .my-n1[b-l89d8t5e9u] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-l89d8t5e9u], .mx-n1[b-l89d8t5e9u] {
    margin-left: -.25rem !important
}

.m-n2[b-l89d8t5e9u] {
    margin: -.5rem !important
}

.mt-n2[b-l89d8t5e9u], .my-n2[b-l89d8t5e9u] {
    margin-top: -.5rem !important
}

.mr-n2[b-l89d8t5e9u], .mx-n2[b-l89d8t5e9u] {
    margin-right: -.5rem !important
}

.mb-n2[b-l89d8t5e9u], .my-n2[b-l89d8t5e9u] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-l89d8t5e9u], .mx-n2[b-l89d8t5e9u] {
    margin-left: -.5rem !important
}

.m-n3[b-l89d8t5e9u] {
    margin: -1rem !important
}

.mt-n3[b-l89d8t5e9u], .my-n3[b-l89d8t5e9u] {
    margin-top: -1rem !important
}

.mr-n3[b-l89d8t5e9u], .mx-n3[b-l89d8t5e9u] {
    margin-right: -1rem !important
}

.mb-n3[b-l89d8t5e9u], .my-n3[b-l89d8t5e9u] {
    margin-bottom: -1rem !important
}

.ml-n3[b-l89d8t5e9u], .mx-n3[b-l89d8t5e9u] {
    margin-left: -1rem !important
}

.m-n4[b-l89d8t5e9u] {
    margin: -1.5rem !important
}

.mt-n4[b-l89d8t5e9u], .my-n4[b-l89d8t5e9u] {
    margin-top: -1.5rem !important
}

.mr-n4[b-l89d8t5e9u], .mx-n4[b-l89d8t5e9u] {
    margin-right: -1.5rem !important
}

.mb-n4[b-l89d8t5e9u], .my-n4[b-l89d8t5e9u] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-l89d8t5e9u], .mx-n4[b-l89d8t5e9u] {
    margin-left: -1.5rem !important
}

.m-n5[b-l89d8t5e9u] {
    margin: -3rem !important
}

.mt-n5[b-l89d8t5e9u], .my-n5[b-l89d8t5e9u] {
    margin-top: -3rem !important
}

.mr-n5[b-l89d8t5e9u], .mx-n5[b-l89d8t5e9u] {
    margin-right: -3rem !important
}

.mb-n5[b-l89d8t5e9u], .my-n5[b-l89d8t5e9u] {
    margin-bottom: -3rem !important
}

.ml-n5[b-l89d8t5e9u], .mx-n5[b-l89d8t5e9u] {
    margin-left: -3rem !important
}

.m-auto[b-l89d8t5e9u] {
    margin: auto !important
}

.mt-auto[b-l89d8t5e9u], .my-auto[b-l89d8t5e9u] {
    margin-top: auto !important
}

.mr-auto[b-l89d8t5e9u], .mx-auto[b-l89d8t5e9u] {
    margin-right: auto !important
}

.mb-auto[b-l89d8t5e9u], .my-auto[b-l89d8t5e9u] {
    margin-bottom: auto !important
}

.ml-auto[b-l89d8t5e9u], .mx-auto[b-l89d8t5e9u] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-l89d8t5e9u] {
        margin: 0 !important
    }

    .mt-sm-0[b-l89d8t5e9u], .my-sm-0[b-l89d8t5e9u] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-l89d8t5e9u], .mx-sm-0[b-l89d8t5e9u] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-l89d8t5e9u], .my-sm-0[b-l89d8t5e9u] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-l89d8t5e9u], .mx-sm-0[b-l89d8t5e9u] {
        margin-left: 0 !important
    }

    .m-sm-1[b-l89d8t5e9u] {
        margin: .25rem !important
    }

    .mt-sm-1[b-l89d8t5e9u], .my-sm-1[b-l89d8t5e9u] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-l89d8t5e9u], .mx-sm-1[b-l89d8t5e9u] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-l89d8t5e9u], .my-sm-1[b-l89d8t5e9u] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-l89d8t5e9u], .mx-sm-1[b-l89d8t5e9u] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-l89d8t5e9u] {
        margin: .5rem !important
    }

    .mt-sm-2[b-l89d8t5e9u], .my-sm-2[b-l89d8t5e9u] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-l89d8t5e9u], .mx-sm-2[b-l89d8t5e9u] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-l89d8t5e9u], .my-sm-2[b-l89d8t5e9u] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-l89d8t5e9u], .mx-sm-2[b-l89d8t5e9u] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-l89d8t5e9u] {
        margin: 1rem !important
    }

    .mt-sm-3[b-l89d8t5e9u], .my-sm-3[b-l89d8t5e9u] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-l89d8t5e9u], .mx-sm-3[b-l89d8t5e9u] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-l89d8t5e9u], .my-sm-3[b-l89d8t5e9u] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-l89d8t5e9u], .mx-sm-3[b-l89d8t5e9u] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-l89d8t5e9u] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-l89d8t5e9u], .my-sm-4[b-l89d8t5e9u] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-l89d8t5e9u], .mx-sm-4[b-l89d8t5e9u] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-l89d8t5e9u], .my-sm-4[b-l89d8t5e9u] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-l89d8t5e9u], .mx-sm-4[b-l89d8t5e9u] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-l89d8t5e9u] {
        margin: 3rem !important
    }

    .mt-sm-5[b-l89d8t5e9u], .my-sm-5[b-l89d8t5e9u] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-l89d8t5e9u], .mx-sm-5[b-l89d8t5e9u] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-l89d8t5e9u], .my-sm-5[b-l89d8t5e9u] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-l89d8t5e9u], .mx-sm-5[b-l89d8t5e9u] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-l89d8t5e9u] {
        padding: 0 !important
    }

    .pt-sm-0[b-l89d8t5e9u], .py-sm-0[b-l89d8t5e9u] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-l89d8t5e9u], .px-sm-0[b-l89d8t5e9u] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-l89d8t5e9u], .py-sm-0[b-l89d8t5e9u] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-l89d8t5e9u], .px-sm-0[b-l89d8t5e9u] {
        padding-left: 0 !important
    }

    .p-sm-1[b-l89d8t5e9u] {
        padding: .25rem !important
    }

    .pt-sm-1[b-l89d8t5e9u], .py-sm-1[b-l89d8t5e9u] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-l89d8t5e9u], .px-sm-1[b-l89d8t5e9u] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-l89d8t5e9u], .py-sm-1[b-l89d8t5e9u] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-l89d8t5e9u], .px-sm-1[b-l89d8t5e9u] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-l89d8t5e9u] {
        padding: .5rem !important
    }

    .pt-sm-2[b-l89d8t5e9u], .py-sm-2[b-l89d8t5e9u] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-l89d8t5e9u], .px-sm-2[b-l89d8t5e9u] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-l89d8t5e9u], .py-sm-2[b-l89d8t5e9u] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-l89d8t5e9u], .px-sm-2[b-l89d8t5e9u] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-l89d8t5e9u] {
        padding: 1rem !important
    }

    .pt-sm-3[b-l89d8t5e9u], .py-sm-3[b-l89d8t5e9u] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-l89d8t5e9u], .px-sm-3[b-l89d8t5e9u] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-l89d8t5e9u], .py-sm-3[b-l89d8t5e9u] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-l89d8t5e9u], .px-sm-3[b-l89d8t5e9u] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-l89d8t5e9u] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-l89d8t5e9u], .py-sm-4[b-l89d8t5e9u] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-l89d8t5e9u], .px-sm-4[b-l89d8t5e9u] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-l89d8t5e9u], .py-sm-4[b-l89d8t5e9u] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-l89d8t5e9u], .px-sm-4[b-l89d8t5e9u] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-l89d8t5e9u] {
        padding: 3rem !important
    }

    .pt-sm-5[b-l89d8t5e9u], .py-sm-5[b-l89d8t5e9u] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-l89d8t5e9u], .px-sm-5[b-l89d8t5e9u] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-l89d8t5e9u], .py-sm-5[b-l89d8t5e9u] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-l89d8t5e9u], .px-sm-5[b-l89d8t5e9u] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-l89d8t5e9u] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-l89d8t5e9u], .my-sm-n1[b-l89d8t5e9u] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-l89d8t5e9u], .mx-sm-n1[b-l89d8t5e9u] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-l89d8t5e9u], .my-sm-n1[b-l89d8t5e9u] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-l89d8t5e9u], .mx-sm-n1[b-l89d8t5e9u] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-l89d8t5e9u] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-l89d8t5e9u], .my-sm-n2[b-l89d8t5e9u] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-l89d8t5e9u], .mx-sm-n2[b-l89d8t5e9u] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-l89d8t5e9u], .my-sm-n2[b-l89d8t5e9u] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-l89d8t5e9u], .mx-sm-n2[b-l89d8t5e9u] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-l89d8t5e9u] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-l89d8t5e9u], .my-sm-n3[b-l89d8t5e9u] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-l89d8t5e9u], .mx-sm-n3[b-l89d8t5e9u] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-l89d8t5e9u], .my-sm-n3[b-l89d8t5e9u] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-l89d8t5e9u], .mx-sm-n3[b-l89d8t5e9u] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-l89d8t5e9u] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-l89d8t5e9u], .my-sm-n4[b-l89d8t5e9u] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-l89d8t5e9u], .mx-sm-n4[b-l89d8t5e9u] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-l89d8t5e9u], .my-sm-n4[b-l89d8t5e9u] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-l89d8t5e9u], .mx-sm-n4[b-l89d8t5e9u] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-l89d8t5e9u] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-l89d8t5e9u], .my-sm-n5[b-l89d8t5e9u] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-l89d8t5e9u], .mx-sm-n5[b-l89d8t5e9u] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-l89d8t5e9u], .my-sm-n5[b-l89d8t5e9u] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-l89d8t5e9u], .mx-sm-n5[b-l89d8t5e9u] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-l89d8t5e9u] {
        margin: auto !important
    }

    .mt-sm-auto[b-l89d8t5e9u], .my-sm-auto[b-l89d8t5e9u] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-l89d8t5e9u], .mx-sm-auto[b-l89d8t5e9u] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-l89d8t5e9u], .my-sm-auto[b-l89d8t5e9u] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-l89d8t5e9u], .mx-sm-auto[b-l89d8t5e9u] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-l89d8t5e9u] {
        margin: 0 !important
    }

    .mt-md-0[b-l89d8t5e9u], .my-md-0[b-l89d8t5e9u] {
        margin-top: 0 !important
    }

    .mr-md-0[b-l89d8t5e9u], .mx-md-0[b-l89d8t5e9u] {
        margin-right: 0 !important
    }

    .mb-md-0[b-l89d8t5e9u], .my-md-0[b-l89d8t5e9u] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-l89d8t5e9u], .mx-md-0[b-l89d8t5e9u] {
        margin-left: 0 !important
    }

    .m-md-1[b-l89d8t5e9u] {
        margin: .25rem !important
    }

    .mt-md-1[b-l89d8t5e9u], .my-md-1[b-l89d8t5e9u] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-l89d8t5e9u], .mx-md-1[b-l89d8t5e9u] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-l89d8t5e9u], .my-md-1[b-l89d8t5e9u] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-l89d8t5e9u], .mx-md-1[b-l89d8t5e9u] {
        margin-left: .25rem !important
    }

    .m-md-2[b-l89d8t5e9u] {
        margin: .5rem !important
    }

    .mt-md-2[b-l89d8t5e9u], .my-md-2[b-l89d8t5e9u] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-l89d8t5e9u], .mx-md-2[b-l89d8t5e9u] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-l89d8t5e9u], .my-md-2[b-l89d8t5e9u] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-l89d8t5e9u], .mx-md-2[b-l89d8t5e9u] {
        margin-left: .5rem !important
    }

    .m-md-3[b-l89d8t5e9u] {
        margin: 1rem !important
    }

    .mt-md-3[b-l89d8t5e9u], .my-md-3[b-l89d8t5e9u] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-l89d8t5e9u], .mx-md-3[b-l89d8t5e9u] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-l89d8t5e9u], .my-md-3[b-l89d8t5e9u] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-l89d8t5e9u], .mx-md-3[b-l89d8t5e9u] {
        margin-left: 1rem !important
    }

    .m-md-4[b-l89d8t5e9u] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-l89d8t5e9u], .my-md-4[b-l89d8t5e9u] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-l89d8t5e9u], .mx-md-4[b-l89d8t5e9u] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-l89d8t5e9u], .my-md-4[b-l89d8t5e9u] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-l89d8t5e9u], .mx-md-4[b-l89d8t5e9u] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-l89d8t5e9u] {
        margin: 3rem !important
    }

    .mt-md-5[b-l89d8t5e9u], .my-md-5[b-l89d8t5e9u] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-l89d8t5e9u], .mx-md-5[b-l89d8t5e9u] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-l89d8t5e9u], .my-md-5[b-l89d8t5e9u] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-l89d8t5e9u], .mx-md-5[b-l89d8t5e9u] {
        margin-left: 3rem !important
    }

    .p-md-0[b-l89d8t5e9u] {
        padding: 0 !important
    }

    .pt-md-0[b-l89d8t5e9u], .py-md-0[b-l89d8t5e9u] {
        padding-top: 0 !important
    }

    .pr-md-0[b-l89d8t5e9u], .px-md-0[b-l89d8t5e9u] {
        padding-right: 0 !important
    }

    .pb-md-0[b-l89d8t5e9u], .py-md-0[b-l89d8t5e9u] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-l89d8t5e9u], .px-md-0[b-l89d8t5e9u] {
        padding-left: 0 !important
    }

    .p-md-1[b-l89d8t5e9u] {
        padding: .25rem !important
    }

    .pt-md-1[b-l89d8t5e9u], .py-md-1[b-l89d8t5e9u] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-l89d8t5e9u], .px-md-1[b-l89d8t5e9u] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-l89d8t5e9u], .py-md-1[b-l89d8t5e9u] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-l89d8t5e9u], .px-md-1[b-l89d8t5e9u] {
        padding-left: .25rem !important
    }

    .p-md-2[b-l89d8t5e9u] {
        padding: .5rem !important
    }

    .pt-md-2[b-l89d8t5e9u], .py-md-2[b-l89d8t5e9u] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-l89d8t5e9u], .px-md-2[b-l89d8t5e9u] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-l89d8t5e9u], .py-md-2[b-l89d8t5e9u] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-l89d8t5e9u], .px-md-2[b-l89d8t5e9u] {
        padding-left: .5rem !important
    }

    .p-md-3[b-l89d8t5e9u] {
        padding: 1rem !important
    }

    .pt-md-3[b-l89d8t5e9u], .py-md-3[b-l89d8t5e9u] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-l89d8t5e9u], .px-md-3[b-l89d8t5e9u] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-l89d8t5e9u], .py-md-3[b-l89d8t5e9u] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-l89d8t5e9u], .px-md-3[b-l89d8t5e9u] {
        padding-left: 1rem !important
    }

    .p-md-4[b-l89d8t5e9u] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-l89d8t5e9u], .py-md-4[b-l89d8t5e9u] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-l89d8t5e9u], .px-md-4[b-l89d8t5e9u] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-l89d8t5e9u], .py-md-4[b-l89d8t5e9u] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-l89d8t5e9u], .px-md-4[b-l89d8t5e9u] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-l89d8t5e9u] {
        padding: 3rem !important
    }

    .pt-md-5[b-l89d8t5e9u], .py-md-5[b-l89d8t5e9u] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-l89d8t5e9u], .px-md-5[b-l89d8t5e9u] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-l89d8t5e9u], .py-md-5[b-l89d8t5e9u] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-l89d8t5e9u], .px-md-5[b-l89d8t5e9u] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-l89d8t5e9u] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-l89d8t5e9u], .my-md-n1[b-l89d8t5e9u] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-l89d8t5e9u], .mx-md-n1[b-l89d8t5e9u] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-l89d8t5e9u], .my-md-n1[b-l89d8t5e9u] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-l89d8t5e9u], .mx-md-n1[b-l89d8t5e9u] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-l89d8t5e9u] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-l89d8t5e9u], .my-md-n2[b-l89d8t5e9u] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-l89d8t5e9u], .mx-md-n2[b-l89d8t5e9u] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-l89d8t5e9u], .my-md-n2[b-l89d8t5e9u] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-l89d8t5e9u], .mx-md-n2[b-l89d8t5e9u] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-l89d8t5e9u] {
        margin: -1rem !important
    }

    .mt-md-n3[b-l89d8t5e9u], .my-md-n3[b-l89d8t5e9u] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-l89d8t5e9u], .mx-md-n3[b-l89d8t5e9u] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-l89d8t5e9u], .my-md-n3[b-l89d8t5e9u] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-l89d8t5e9u], .mx-md-n3[b-l89d8t5e9u] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-l89d8t5e9u] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-l89d8t5e9u], .my-md-n4[b-l89d8t5e9u] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-l89d8t5e9u], .mx-md-n4[b-l89d8t5e9u] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-l89d8t5e9u], .my-md-n4[b-l89d8t5e9u] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-l89d8t5e9u], .mx-md-n4[b-l89d8t5e9u] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-l89d8t5e9u] {
        margin: -3rem !important
    }

    .mt-md-n5[b-l89d8t5e9u], .my-md-n5[b-l89d8t5e9u] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-l89d8t5e9u], .mx-md-n5[b-l89d8t5e9u] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-l89d8t5e9u], .my-md-n5[b-l89d8t5e9u] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-l89d8t5e9u], .mx-md-n5[b-l89d8t5e9u] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-l89d8t5e9u] {
        margin: auto !important
    }

    .mt-md-auto[b-l89d8t5e9u], .my-md-auto[b-l89d8t5e9u] {
        margin-top: auto !important
    }

    .mr-md-auto[b-l89d8t5e9u], .mx-md-auto[b-l89d8t5e9u] {
        margin-right: auto !important
    }

    .mb-md-auto[b-l89d8t5e9u], .my-md-auto[b-l89d8t5e9u] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-l89d8t5e9u], .mx-md-auto[b-l89d8t5e9u] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-l89d8t5e9u] {
        margin: 0 !important
    }

    .mt-lg-0[b-l89d8t5e9u], .my-lg-0[b-l89d8t5e9u] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-l89d8t5e9u], .mx-lg-0[b-l89d8t5e9u] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-l89d8t5e9u], .my-lg-0[b-l89d8t5e9u] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-l89d8t5e9u], .mx-lg-0[b-l89d8t5e9u] {
        margin-left: 0 !important
    }

    .m-lg-1[b-l89d8t5e9u] {
        margin: .25rem !important
    }

    .mt-lg-1[b-l89d8t5e9u], .my-lg-1[b-l89d8t5e9u] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-l89d8t5e9u], .mx-lg-1[b-l89d8t5e9u] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-l89d8t5e9u], .my-lg-1[b-l89d8t5e9u] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-l89d8t5e9u], .mx-lg-1[b-l89d8t5e9u] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-l89d8t5e9u] {
        margin: .5rem !important
    }

    .mt-lg-2[b-l89d8t5e9u], .my-lg-2[b-l89d8t5e9u] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-l89d8t5e9u], .mx-lg-2[b-l89d8t5e9u] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-l89d8t5e9u], .my-lg-2[b-l89d8t5e9u] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-l89d8t5e9u], .mx-lg-2[b-l89d8t5e9u] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-l89d8t5e9u] {
        margin: 1rem !important
    }

    .mt-lg-3[b-l89d8t5e9u], .my-lg-3[b-l89d8t5e9u] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-l89d8t5e9u], .mx-lg-3[b-l89d8t5e9u] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-l89d8t5e9u], .my-lg-3[b-l89d8t5e9u] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-l89d8t5e9u], .mx-lg-3[b-l89d8t5e9u] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-l89d8t5e9u] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-l89d8t5e9u], .my-lg-4[b-l89d8t5e9u] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-l89d8t5e9u], .mx-lg-4[b-l89d8t5e9u] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-l89d8t5e9u], .my-lg-4[b-l89d8t5e9u] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-l89d8t5e9u], .mx-lg-4[b-l89d8t5e9u] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-l89d8t5e9u] {
        margin: 3rem !important
    }

    .mt-lg-5[b-l89d8t5e9u], .my-lg-5[b-l89d8t5e9u] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-l89d8t5e9u], .mx-lg-5[b-l89d8t5e9u] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-l89d8t5e9u], .my-lg-5[b-l89d8t5e9u] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-l89d8t5e9u], .mx-lg-5[b-l89d8t5e9u] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-l89d8t5e9u] {
        padding: 0 !important
    }

    .pt-lg-0[b-l89d8t5e9u], .py-lg-0[b-l89d8t5e9u] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-l89d8t5e9u], .px-lg-0[b-l89d8t5e9u] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-l89d8t5e9u], .py-lg-0[b-l89d8t5e9u] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-l89d8t5e9u], .px-lg-0[b-l89d8t5e9u] {
        padding-left: 0 !important
    }

    .p-lg-1[b-l89d8t5e9u] {
        padding: .25rem !important
    }

    .pt-lg-1[b-l89d8t5e9u], .py-lg-1[b-l89d8t5e9u] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-l89d8t5e9u], .px-lg-1[b-l89d8t5e9u] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-l89d8t5e9u], .py-lg-1[b-l89d8t5e9u] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-l89d8t5e9u], .px-lg-1[b-l89d8t5e9u] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-l89d8t5e9u] {
        padding: .5rem !important
    }

    .pt-lg-2[b-l89d8t5e9u], .py-lg-2[b-l89d8t5e9u] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-l89d8t5e9u], .px-lg-2[b-l89d8t5e9u] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-l89d8t5e9u], .py-lg-2[b-l89d8t5e9u] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-l89d8t5e9u], .px-lg-2[b-l89d8t5e9u] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-l89d8t5e9u] {
        padding: 1rem !important
    }

    .pt-lg-3[b-l89d8t5e9u], .py-lg-3[b-l89d8t5e9u] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-l89d8t5e9u], .px-lg-3[b-l89d8t5e9u] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-l89d8t5e9u], .py-lg-3[b-l89d8t5e9u] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-l89d8t5e9u], .px-lg-3[b-l89d8t5e9u] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-l89d8t5e9u] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-l89d8t5e9u], .py-lg-4[b-l89d8t5e9u] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-l89d8t5e9u], .px-lg-4[b-l89d8t5e9u] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-l89d8t5e9u], .py-lg-4[b-l89d8t5e9u] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-l89d8t5e9u], .px-lg-4[b-l89d8t5e9u] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-l89d8t5e9u] {
        padding: 3rem !important
    }

    .pt-lg-5[b-l89d8t5e9u], .py-lg-5[b-l89d8t5e9u] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-l89d8t5e9u], .px-lg-5[b-l89d8t5e9u] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-l89d8t5e9u], .py-lg-5[b-l89d8t5e9u] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-l89d8t5e9u], .px-lg-5[b-l89d8t5e9u] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-l89d8t5e9u] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-l89d8t5e9u], .my-lg-n1[b-l89d8t5e9u] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-l89d8t5e9u], .mx-lg-n1[b-l89d8t5e9u] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-l89d8t5e9u], .my-lg-n1[b-l89d8t5e9u] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-l89d8t5e9u], .mx-lg-n1[b-l89d8t5e9u] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-l89d8t5e9u] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-l89d8t5e9u], .my-lg-n2[b-l89d8t5e9u] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-l89d8t5e9u], .mx-lg-n2[b-l89d8t5e9u] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-l89d8t5e9u], .my-lg-n2[b-l89d8t5e9u] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-l89d8t5e9u], .mx-lg-n2[b-l89d8t5e9u] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-l89d8t5e9u] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-l89d8t5e9u], .my-lg-n3[b-l89d8t5e9u] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-l89d8t5e9u], .mx-lg-n3[b-l89d8t5e9u] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-l89d8t5e9u], .my-lg-n3[b-l89d8t5e9u] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-l89d8t5e9u], .mx-lg-n3[b-l89d8t5e9u] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-l89d8t5e9u] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-l89d8t5e9u], .my-lg-n4[b-l89d8t5e9u] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-l89d8t5e9u], .mx-lg-n4[b-l89d8t5e9u] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-l89d8t5e9u], .my-lg-n4[b-l89d8t5e9u] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-l89d8t5e9u], .mx-lg-n4[b-l89d8t5e9u] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-l89d8t5e9u] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-l89d8t5e9u], .my-lg-n5[b-l89d8t5e9u] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-l89d8t5e9u], .mx-lg-n5[b-l89d8t5e9u] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-l89d8t5e9u], .my-lg-n5[b-l89d8t5e9u] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-l89d8t5e9u], .mx-lg-n5[b-l89d8t5e9u] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-l89d8t5e9u] {
        margin: auto !important
    }

    .mt-lg-auto[b-l89d8t5e9u], .my-lg-auto[b-l89d8t5e9u] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-l89d8t5e9u], .mx-lg-auto[b-l89d8t5e9u] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-l89d8t5e9u], .my-lg-auto[b-l89d8t5e9u] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-l89d8t5e9u], .mx-lg-auto[b-l89d8t5e9u] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-l89d8t5e9u] {
        margin: 0 !important
    }

    .mt-xl-0[b-l89d8t5e9u], .my-xl-0[b-l89d8t5e9u] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-l89d8t5e9u], .mx-xl-0[b-l89d8t5e9u] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-l89d8t5e9u], .my-xl-0[b-l89d8t5e9u] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-l89d8t5e9u], .mx-xl-0[b-l89d8t5e9u] {
        margin-left: 0 !important
    }

    .m-xl-1[b-l89d8t5e9u] {
        margin: .25rem !important
    }

    .mt-xl-1[b-l89d8t5e9u], .my-xl-1[b-l89d8t5e9u] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-l89d8t5e9u], .mx-xl-1[b-l89d8t5e9u] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-l89d8t5e9u], .my-xl-1[b-l89d8t5e9u] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-l89d8t5e9u], .mx-xl-1[b-l89d8t5e9u] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-l89d8t5e9u] {
        margin: .5rem !important
    }

    .mt-xl-2[b-l89d8t5e9u], .my-xl-2[b-l89d8t5e9u] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-l89d8t5e9u], .mx-xl-2[b-l89d8t5e9u] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-l89d8t5e9u], .my-xl-2[b-l89d8t5e9u] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-l89d8t5e9u], .mx-xl-2[b-l89d8t5e9u] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-l89d8t5e9u] {
        margin: 1rem !important
    }

    .mt-xl-3[b-l89d8t5e9u], .my-xl-3[b-l89d8t5e9u] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-l89d8t5e9u], .mx-xl-3[b-l89d8t5e9u] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-l89d8t5e9u], .my-xl-3[b-l89d8t5e9u] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-l89d8t5e9u], .mx-xl-3[b-l89d8t5e9u] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-l89d8t5e9u] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-l89d8t5e9u], .my-xl-4[b-l89d8t5e9u] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-l89d8t5e9u], .mx-xl-4[b-l89d8t5e9u] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-l89d8t5e9u], .my-xl-4[b-l89d8t5e9u] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-l89d8t5e9u], .mx-xl-4[b-l89d8t5e9u] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-l89d8t5e9u] {
        margin: 3rem !important
    }

    .mt-xl-5[b-l89d8t5e9u], .my-xl-5[b-l89d8t5e9u] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-l89d8t5e9u], .mx-xl-5[b-l89d8t5e9u] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-l89d8t5e9u], .my-xl-5[b-l89d8t5e9u] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-l89d8t5e9u], .mx-xl-5[b-l89d8t5e9u] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-l89d8t5e9u] {
        padding: 0 !important
    }

    .pt-xl-0[b-l89d8t5e9u], .py-xl-0[b-l89d8t5e9u] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-l89d8t5e9u], .px-xl-0[b-l89d8t5e9u] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-l89d8t5e9u], .py-xl-0[b-l89d8t5e9u] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-l89d8t5e9u], .px-xl-0[b-l89d8t5e9u] {
        padding-left: 0 !important
    }

    .p-xl-1[b-l89d8t5e9u] {
        padding: .25rem !important
    }

    .pt-xl-1[b-l89d8t5e9u], .py-xl-1[b-l89d8t5e9u] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-l89d8t5e9u], .px-xl-1[b-l89d8t5e9u] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-l89d8t5e9u], .py-xl-1[b-l89d8t5e9u] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-l89d8t5e9u], .px-xl-1[b-l89d8t5e9u] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-l89d8t5e9u] {
        padding: .5rem !important
    }

    .pt-xl-2[b-l89d8t5e9u], .py-xl-2[b-l89d8t5e9u] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-l89d8t5e9u], .px-xl-2[b-l89d8t5e9u] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-l89d8t5e9u], .py-xl-2[b-l89d8t5e9u] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-l89d8t5e9u], .px-xl-2[b-l89d8t5e9u] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-l89d8t5e9u] {
        padding: 1rem !important
    }

    .pt-xl-3[b-l89d8t5e9u], .py-xl-3[b-l89d8t5e9u] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-l89d8t5e9u], .px-xl-3[b-l89d8t5e9u] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-l89d8t5e9u], .py-xl-3[b-l89d8t5e9u] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-l89d8t5e9u], .px-xl-3[b-l89d8t5e9u] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-l89d8t5e9u] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-l89d8t5e9u], .py-xl-4[b-l89d8t5e9u] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-l89d8t5e9u], .px-xl-4[b-l89d8t5e9u] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-l89d8t5e9u], .py-xl-4[b-l89d8t5e9u] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-l89d8t5e9u], .px-xl-4[b-l89d8t5e9u] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-l89d8t5e9u] {
        padding: 3rem !important
    }

    .pt-xl-5[b-l89d8t5e9u], .py-xl-5[b-l89d8t5e9u] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-l89d8t5e9u], .px-xl-5[b-l89d8t5e9u] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-l89d8t5e9u], .py-xl-5[b-l89d8t5e9u] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-l89d8t5e9u], .px-xl-5[b-l89d8t5e9u] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-l89d8t5e9u] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-l89d8t5e9u], .my-xl-n1[b-l89d8t5e9u] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-l89d8t5e9u], .mx-xl-n1[b-l89d8t5e9u] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-l89d8t5e9u], .my-xl-n1[b-l89d8t5e9u] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-l89d8t5e9u], .mx-xl-n1[b-l89d8t5e9u] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-l89d8t5e9u] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-l89d8t5e9u], .my-xl-n2[b-l89d8t5e9u] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-l89d8t5e9u], .mx-xl-n2[b-l89d8t5e9u] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-l89d8t5e9u], .my-xl-n2[b-l89d8t5e9u] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-l89d8t5e9u], .mx-xl-n2[b-l89d8t5e9u] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-l89d8t5e9u] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-l89d8t5e9u], .my-xl-n3[b-l89d8t5e9u] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-l89d8t5e9u], .mx-xl-n3[b-l89d8t5e9u] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-l89d8t5e9u], .my-xl-n3[b-l89d8t5e9u] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-l89d8t5e9u], .mx-xl-n3[b-l89d8t5e9u] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-l89d8t5e9u] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-l89d8t5e9u], .my-xl-n4[b-l89d8t5e9u] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-l89d8t5e9u], .mx-xl-n4[b-l89d8t5e9u] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-l89d8t5e9u], .my-xl-n4[b-l89d8t5e9u] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-l89d8t5e9u], .mx-xl-n4[b-l89d8t5e9u] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-l89d8t5e9u] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-l89d8t5e9u], .my-xl-n5[b-l89d8t5e9u] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-l89d8t5e9u], .mx-xl-n5[b-l89d8t5e9u] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-l89d8t5e9u], .my-xl-n5[b-l89d8t5e9u] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-l89d8t5e9u], .mx-xl-n5[b-l89d8t5e9u] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-l89d8t5e9u] {
        margin: auto !important
    }

    .mt-xl-auto[b-l89d8t5e9u], .my-xl-auto[b-l89d8t5e9u] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-l89d8t5e9u], .mx-xl-auto[b-l89d8t5e9u] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-l89d8t5e9u], .my-xl-auto[b-l89d8t5e9u] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-l89d8t5e9u], .mx-xl-auto[b-l89d8t5e9u] {
        margin-left: auto !important
    }
}

.stretched-link[b-l89d8t5e9u]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-l89d8t5e9u] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-l89d8t5e9u] {
    text-align: justify !important
}

.text-wrap[b-l89d8t5e9u] {
    white-space: normal !important
}

.text-nowrap[b-l89d8t5e9u] {
    white-space: nowrap !important
}

.text-truncate[b-l89d8t5e9u] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-l89d8t5e9u] {
    text-align: left !important
}

.text-right[b-l89d8t5e9u] {
    text-align: right !important
}

.text-center[b-l89d8t5e9u] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-l89d8t5e9u] {
        text-align: left !important
    }

    .text-sm-right[b-l89d8t5e9u] {
        text-align: right !important
    }

    .text-sm-center[b-l89d8t5e9u] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-l89d8t5e9u] {
        text-align: left !important
    }

    .text-md-right[b-l89d8t5e9u] {
        text-align: right !important
    }

    .text-md-center[b-l89d8t5e9u] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-l89d8t5e9u] {
        text-align: left !important
    }

    .text-lg-right[b-l89d8t5e9u] {
        text-align: right !important
    }

    .text-lg-center[b-l89d8t5e9u] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-l89d8t5e9u] {
        text-align: left !important
    }

    .text-xl-right[b-l89d8t5e9u] {
        text-align: right !important
    }

    .text-xl-center[b-l89d8t5e9u] {
        text-align: center !important
    }
}

.text-lowercase[b-l89d8t5e9u] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-l89d8t5e9u], .sidebar .sidebar-heading[b-l89d8t5e9u], .text-uppercase[b-l89d8t5e9u] {
    text-transform: uppercase !important
}

.text-capitalize[b-l89d8t5e9u] {
    text-transform: capitalize !important
}

.font-weight-light[b-l89d8t5e9u] {
    font-weight: 300 !important
}

.font-weight-lighter[b-l89d8t5e9u] {
    font-weight: lighter !important
}

.font-weight-normal[b-l89d8t5e9u] {
    font-weight: 400 !important
}

.font-weight-bold[b-l89d8t5e9u] {
    font-weight: 700 !important
}

.font-weight-bolder[b-l89d8t5e9u] {
    font-weight: bolder !important
}

.font-italic[b-l89d8t5e9u] {
    font-style: italic !important
}

.text-white[b-l89d8t5e9u] {
    color: #fff !important
}

.text-primary[b-l89d8t5e9u] {
    color: #4e73df !important
}

a.text-primary:focus[b-l89d8t5e9u], a.text-primary:hover[b-l89d8t5e9u] {
    color: #224abe !important
}

.text-secondary[b-l89d8t5e9u] {
    color: #858796 !important
}

a.text-secondary:focus[b-l89d8t5e9u], a.text-secondary:hover[b-l89d8t5e9u] {
    color: #60616f !important
}

.text-success[b-l89d8t5e9u] {
    color: #1cc88a !important
}

a.text-success:focus[b-l89d8t5e9u], a.text-success:hover[b-l89d8t5e9u] {
    color: #13855c !important
}

.text-info[b-l89d8t5e9u] {
    color: #36b9cc !important
}

a.text-info:focus[b-l89d8t5e9u], a.text-info:hover[b-l89d8t5e9u] {
    color: #258391 !important
}

.text-warning[b-l89d8t5e9u] {
    color: #f6c23e !important
}

a.text-warning:focus[b-l89d8t5e9u], a.text-warning:hover[b-l89d8t5e9u] {
    color: #dda20a !important
}

.text-danger[b-l89d8t5e9u] {
    color: #e74a3b !important
}

a.text-danger:focus[b-l89d8t5e9u], a.text-danger:hover[b-l89d8t5e9u] {
    color: #be2617 !important
}

.text-light[b-l89d8t5e9u] {
    color: #f8f9fc !important
}

a.text-light:focus[b-l89d8t5e9u], a.text-light:hover[b-l89d8t5e9u] {
    color: #c2cbe5 !important
}

.text-dark[b-l89d8t5e9u] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-l89d8t5e9u], a.text-dark:hover[b-l89d8t5e9u] {
    color: #373840 !important
}

.text-body[b-l89d8t5e9u] {
    color: #858796 !important
}

.text-muted[b-l89d8t5e9u] {
    color: #858796 !important
}

.text-black-50[b-l89d8t5e9u] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-l89d8t5e9u] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-l89d8t5e9u] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-l89d8t5e9u] {
    text-decoration: none !important
}

.text-break[b-l89d8t5e9u] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-l89d8t5e9u] {
    color: inherit !important
}

.visible[b-l89d8t5e9u] {
    visibility: visible !important
}

.invisible[b-l89d8t5e9u] {
    visibility: hidden !important
}

@media print {
    *[b-l89d8t5e9u], [b-l89d8t5e9u]::after, [b-l89d8t5e9u]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-l89d8t5e9u] {
        text-decoration: underline
    }

    abbr[title][b-l89d8t5e9u]::after {
        content: " (" attr(title) ")"
    }

    pre[b-l89d8t5e9u] {
        white-space: pre-wrap !important
    }

    blockquote[b-l89d8t5e9u], pre[b-l89d8t5e9u] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }

    thead[b-l89d8t5e9u] {
        display: table-header-group
    }

    img[b-l89d8t5e9u], tr[b-l89d8t5e9u] {
        page-break-inside: avoid
    }

    h2[b-l89d8t5e9u], h3[b-l89d8t5e9u], p[b-l89d8t5e9u] {
        orphans: 3;
        widows: 3
    }

    h2[b-l89d8t5e9u], h3[b-l89d8t5e9u] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-l89d8t5e9u] {
        min-width: 992px !important
    }

    .container[b-l89d8t5e9u] {
        min-width: 992px !important
    }

    .navbar[b-l89d8t5e9u] {
        display: none
    }

    .badge[b-l89d8t5e9u] {
        border: 1px solid #000
    }

    .table[b-l89d8t5e9u] {
        border-collapse: collapse !important
    }

        .table td[b-l89d8t5e9u], .table th[b-l89d8t5e9u] {
            background-color: #fff !important
        }

    .table-bordered td[b-l89d8t5e9u], .table-bordered th[b-l89d8t5e9u] {
        border: 1px solid #dddfeb !important
    }

    .table-dark[b-l89d8t5e9u] {
        color: inherit
    }

        .table-dark tbody + tbody[b-l89d8t5e9u], .table-dark td[b-l89d8t5e9u], .table-dark th[b-l89d8t5e9u], .table-dark thead th[b-l89d8t5e9u] {
            border-color: #e3e6f0
        }

    .table .thead-dark th[b-l89d8t5e9u] {
        color: inherit;
        border-color: #e3e6f0
    }
}

html[b-l89d8t5e9u] {
    position: relative;
    min-height: 100%
}

body[b-l89d8t5e9u] {
    height: 100%
}

a:focus[b-l89d8t5e9u] {
    outline: 0
}

#wrapper[b-l89d8t5e9u] {
    display: flex
}

    #wrapper #content-wrapper[b-l89d8t5e9u] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-l89d8t5e9u] {
            flex: 1 0 auto
        }

.container[b-l89d8t5e9u], .container-fluid[b-l89d8t5e9u], .container-lg[b-l89d8t5e9u], .container-md[b-l89d8t5e9u], .container-sm[b-l89d8t5e9u], .container-xl[b-l89d8t5e9u] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-l89d8t5e9u] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-l89d8t5e9u], .scroll-to-top:hover[b-l89d8t5e9u] {
        color: #fff
    }

    .scroll-to-top:hover[b-l89d8t5e9u] {
        background: #5a5c69
    }

    .scroll-to-top i[b-l89d8t5e9u] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-l89d8t5e9u {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-l89d8t5e9u], .sidebar .nav-item .collapse[b-l89d8t5e9u] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-l89d8t5e9u;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-l89d8t5e9u {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-l89d8t5e9u] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-l89d8t5e9u;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-l89d8t5e9u] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-l89d8t5e9u] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-l89d8t5e9u] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-l89d8t5e9u] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-l89d8t5e9u] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-l89d8t5e9u] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-l89d8t5e9u] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-l89d8t5e9u] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-l89d8t5e9u] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-l89d8t5e9u] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-l89d8t5e9u] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-l89d8t5e9u] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-l89d8t5e9u] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-l89d8t5e9u] {
    background-color: #858796 !important
}

.bg-gray-700[b-l89d8t5e9u] {
    background-color: #6e707e !important
}

.bg-gray-800[b-l89d8t5e9u] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-l89d8t5e9u] {
    background-color: #3a3b45 !important
}

.o-hidden[b-l89d8t5e9u] {
    overflow: hidden !important
}

.text-xs[b-l89d8t5e9u] {
    font-size: .7rem
}

.text-lg[b-l89d8t5e9u] {
    font-size: 1.2rem
}

.text-gray-100[b-l89d8t5e9u] {
    color: #f8f9fc !important
}

.text-gray-200[b-l89d8t5e9u] {
    color: #eaecf4 !important
}

.text-gray-300[b-l89d8t5e9u] {
    color: #dddfeb !important
}

.text-gray-400[b-l89d8t5e9u] {
    color: #d1d3e2 !important
}

.text-gray-500[b-l89d8t5e9u] {
    color: #b7b9cc !important
}

.text-gray-600[b-l89d8t5e9u] {
    color: #858796 !important
}

.text-gray-700[b-l89d8t5e9u] {
    color: #6e707e !important
}

.text-gray-800[b-l89d8t5e9u] {
    color: #5a5c69 !important
}

.text-gray-900[b-l89d8t5e9u] {
    color: #3a3b45 !important
}

.icon-circle[b-l89d8t5e9u] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-l89d8t5e9u] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-l89d8t5e9u] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-l89d8t5e9u] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-l89d8t5e9u] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-l89d8t5e9u] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-l89d8t5e9u] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-l89d8t5e9u] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-l89d8t5e9u] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-l89d8t5e9u] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-l89d8t5e9u] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-l89d8t5e9u] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-l89d8t5e9u] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-l89d8t5e9u] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-l89d8t5e9u] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-l89d8t5e9u] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-l89d8t5e9u] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-l89d8t5e9u] {
    height: .5rem
}

.rotate-15[b-l89d8t5e9u] {
    transform: rotate(15deg)
}

.rotate-n-15[b-l89d8t5e9u] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-l89d8t5e9u] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-l89d8t5e9u] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-l89d8t5e9u]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-l89d8t5e9u]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-l89d8t5e9u]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-l89d8t5e9u]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-l89d8t5e9u]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-l89d8t5e9u], .topbar .nav-item .nav-link[b-l89d8t5e9u] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-l89d8t5e9u], .topbar .nav-item .nav-link .badge-counter[b-l89d8t5e9u] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-l89d8t5e9u], .topbar .nav-item .nav-link .img-profile[b-l89d8t5e9u] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-l89d8t5e9u] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-l89d8t5e9u] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-l89d8t5e9u] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-l89d8t5e9u] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-l89d8t5e9u] {
        width: 25rem
    }

        .topbar .navbar-search input[b-l89d8t5e9u] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-l89d8t5e9u] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-l89d8t5e9u] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-l89d8t5e9u] {
            outline: 0
        }

    .topbar .nav-item:focus[b-l89d8t5e9u] {
        outline: 0
    }

    .topbar .dropdown[b-l89d8t5e9u] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-l89d8t5e9u] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-l89d8t5e9u] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-l89d8t5e9u] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-l89d8t5e9u] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-l89d8t5e9u] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-l89d8t5e9u] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-l89d8t5e9u] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-l89d8t5e9u] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-l89d8t5e9u] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-l89d8t5e9u] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-l89d8t5e9u] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-l89d8t5e9u] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-l89d8t5e9u] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-l89d8t5e9u] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-l89d8t5e9u] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-l89d8t5e9u] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-l89d8t5e9u] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-l89d8t5e9u] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-l89d8t5e9u] {
        color: #858796
    }

.sidebar[b-l89d8t5e9u] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-l89d8t5e9u] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-l89d8t5e9u] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-l89d8t5e9u] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-l89d8t5e9u] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-l89d8t5e9u] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-l89d8t5e9u] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-l89d8t5e9u] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-l89d8t5e9u] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-l89d8t5e9u], .sidebar .nav-item .collapsing .collapse-inner[b-l89d8t5e9u] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-l89d8t5e9u], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-l89d8t5e9u] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-l89d8t5e9u], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-l89d8t5e9u] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-l89d8t5e9u], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-l89d8t5e9u] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-l89d8t5e9u], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-l89d8t5e9u] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-l89d8t5e9u], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-l89d8t5e9u] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-l89d8t5e9u] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-l89d8t5e9u]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-l89d8t5e9u] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-l89d8t5e9u] {
            outline: 0
        }

    .sidebar.toggled[b-l89d8t5e9u] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-l89d8t5e9u]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-l89d8t5e9u] {
            display: none
        }

    .sidebar .sidebar-brand[b-l89d8t5e9u] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-l89d8t5e9u] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-l89d8t5e9u] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-l89d8t5e9u] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-l89d8t5e9u] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-l89d8t5e9u] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-l89d8t5e9u] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-l89d8t5e9u] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-l89d8t5e9u] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-l89d8t5e9u] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-l89d8t5e9u] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-l89d8t5e9u] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-l89d8t5e9u] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-l89d8t5e9u], .sidebar .nav-item .collapsing[b-l89d8t5e9u] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-l89d8t5e9u] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-l89d8t5e9u] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-l89d8t5e9u] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-l89d8t5e9u]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-l89d8t5e9u]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-l89d8t5e9u] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-l89d8t5e9u] {
            display: inline
        }

        .sidebar .sidebar-heading[b-l89d8t5e9u] {
            text-align: left
        }

        .sidebar.toggled[b-l89d8t5e9u] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-l89d8t5e9u] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-l89d8t5e9u;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-l89d8t5e9u] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-l89d8t5e9u] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-l89d8t5e9u], .sidebar.toggled .nav-item .collapsing[b-l89d8t5e9u] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-l89d8t5e9u] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-l89d8t5e9u] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-l89d8t5e9u] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-l89d8t5e9u] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-l89d8t5e9u]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-l89d8t5e9u] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-l89d8t5e9u] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-l89d8t5e9u] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-l89d8t5e9u] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-l89d8t5e9u] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-l89d8t5e9u] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-l89d8t5e9u] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-l89d8t5e9u] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-l89d8t5e9u], .sidebar-light .nav-item .nav-link:focus[b-l89d8t5e9u], .sidebar-light .nav-item .nav-link:hover[b-l89d8t5e9u] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-l89d8t5e9u], .sidebar-light .nav-item .nav-link:focus i[b-l89d8t5e9u], .sidebar-light .nav-item .nav-link:hover i[b-l89d8t5e9u] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-l89d8t5e9u]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-l89d8t5e9u] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-l89d8t5e9u] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-l89d8t5e9u] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-l89d8t5e9u]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-l89d8t5e9u] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-l89d8t5e9u] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-l89d8t5e9u] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-l89d8t5e9u] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-l89d8t5e9u] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-l89d8t5e9u] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-l89d8t5e9u], .sidebar-dark .nav-item .nav-link:focus[b-l89d8t5e9u], .sidebar-dark .nav-item .nav-link:hover[b-l89d8t5e9u] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-l89d8t5e9u], .sidebar-dark .nav-item .nav-link:focus i[b-l89d8t5e9u], .sidebar-dark .nav-item .nav-link:hover i[b-l89d8t5e9u] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-l89d8t5e9u]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-l89d8t5e9u] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-l89d8t5e9u] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-l89d8t5e9u] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-l89d8t5e9u]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-l89d8t5e9u] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-l89d8t5e9u]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-l89d8t5e9u] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-l89d8t5e9u], .btn-group-sm > .btn-circle.btn[b-l89d8t5e9u] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-l89d8t5e9u], .btn-group-lg > .btn-circle.btn[b-l89d8t5e9u] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-l89d8t5e9u] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-l89d8t5e9u] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-l89d8t5e9u] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-l89d8t5e9u], .btn-icon-split.btn-sm .icon[b-l89d8t5e9u] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-l89d8t5e9u], .btn-icon-split.btn-sm .text[b-l89d8t5e9u] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-l89d8t5e9u], .btn-icon-split.btn-lg .icon[b-l89d8t5e9u] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-l89d8t5e9u], .btn-icon-split.btn-lg .text[b-l89d8t5e9u] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-l89d8t5e9u] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-l89d8t5e9u] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-l89d8t5e9u] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-l89d8t5e9u]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-l89d8t5e9u] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-l89d8t5e9u]::after {
            content: '\f105'
        }

.chart-area[b-l89d8t5e9u] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-l89d8t5e9u] {
        height: 20rem
    }
}

.chart-bar[b-l89d8t5e9u] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-l89d8t5e9u] {
        height: 20rem
    }
}

.chart-pie[b-l89d8t5e9u] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-l89d8t5e9u] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-l89d8t5e9u] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-l89d8t5e9u] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-l89d8t5e9u] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-l89d8t5e9u] {
    line-height: 1.5rem
}

form.user .form-control-user[b-l89d8t5e9u] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-l89d8t5e9u] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-l89d8t5e9u] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-l89d8t5e9u], .btn-google:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-l89d8t5e9u], .btn-google:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-google:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-google.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-google:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-google.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-l89d8t5e9u] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-l89d8t5e9u] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-l89d8t5e9u], .btn-facebook:focus[b-l89d8t5e9u] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-l89d8t5e9u], .btn-facebook:disabled[b-l89d8t5e9u] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-l89d8t5e9u], .btn-facebook:not(:disabled):not(.disabled):active[b-l89d8t5e9u], .show > .btn-facebook.dropdown-toggle[b-l89d8t5e9u] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-l89d8t5e9u], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-l89d8t5e9u], .show > .btn-facebook.dropdown-toggle:focus[b-l89d8t5e9u] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-l89d8t5e9u] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-l89d8t5e9u {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-l89d8t5e9u]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-l89d8t5e9u 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-l89d8t5e9u {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-l89d8t5e9u]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-l89d8t5e9u 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-l89d8t5e9u] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-l89d8t5e9u] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-l89d8t5e9u] {
    width: 100%
}
/* _content/MalisanyaDashBlazor/Pages/Dataentry/OldEditvardracpn.razor.rz.scp.css */
body[b-1sm7gm61rf] {
}

.divupdate[b-1sm7gm61rf] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-1sm7gm61rf] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-1sm7gm61rf] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-1sm7gm61rf] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-1sm7gm61rf] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-1sm7gm61rf] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-1sm7gm61rf] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-1sm7gm61rf] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-1sm7gm61rf], #variable th[b-1sm7gm61rf] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-1sm7gm61rf] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-1sm7gm61rf] {
    background-color: #ddd;
}

#variable th[b-1sm7gm61rf] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-1sm7gm61rf] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-1sm7gm61rf] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root[b-1sm7gm61rf] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-1sm7gm61rf], [b-1sm7gm61rf]::after, [b-1sm7gm61rf]::before {
    box-sizing: border-box
}

html[b-1sm7gm61rf] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-1sm7gm61rf], aside[b-1sm7gm61rf], figcaption[b-1sm7gm61rf], figure[b-1sm7gm61rf], footer[b-1sm7gm61rf], header[b-1sm7gm61rf], hgroup[b-1sm7gm61rf], main[b-1sm7gm61rf], nav[b-1sm7gm61rf], section[b-1sm7gm61rf] {
    display: block
}

body[b-1sm7gm61rf] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-1sm7gm61rf] {
    outline: 0 !important
}

hr[b-1sm7gm61rf] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-1sm7gm61rf], h2[b-1sm7gm61rf], h3[b-1sm7gm61rf], h4[b-1sm7gm61rf], h5[b-1sm7gm61rf], h6[b-1sm7gm61rf] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-1sm7gm61rf] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-1sm7gm61rf], abbr[title][b-1sm7gm61rf] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-1sm7gm61rf] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-1sm7gm61rf], ol[b-1sm7gm61rf], ul[b-1sm7gm61rf] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-1sm7gm61rf], ol ul[b-1sm7gm61rf], ul ol[b-1sm7gm61rf], ul ul[b-1sm7gm61rf] {
        margin-bottom: 0
    }

dt[b-1sm7gm61rf] {
    font-weight: 700
}

dd[b-1sm7gm61rf] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-1sm7gm61rf] {
    margin: 0 0 1rem
}

b[b-1sm7gm61rf], strong[b-1sm7gm61rf] {
    font-weight: bolder
}

small[b-1sm7gm61rf] {
    font-size: 80%
}

sub[b-1sm7gm61rf], sup[b-1sm7gm61rf] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-1sm7gm61rf] {
    bottom: -.25em
}

sup[b-1sm7gm61rf] {
    top: -.5em
}

a[b-1sm7gm61rf] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-1sm7gm61rf] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-1sm7gm61rf] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-1sm7gm61rf] {
            color: inherit;
            text-decoration: none
        }

code[b-1sm7gm61rf], kbd[b-1sm7gm61rf], pre[b-1sm7gm61rf], samp[b-1sm7gm61rf] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-1sm7gm61rf] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-1sm7gm61rf] {
    margin: 0 0 1rem
}

img[b-1sm7gm61rf] {
    vertical-align: middle;
    border-style: none
}

svg[b-1sm7gm61rf] {
    overflow: hidden;
    vertical-align: middle
}

table[b-1sm7gm61rf] {
    border-collapse: collapse
}

caption[b-1sm7gm61rf] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-1sm7gm61rf] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-1sm7gm61rf] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-1sm7gm61rf] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-1sm7gm61rf] {
        outline: 0
    }

button[b-1sm7gm61rf], input[b-1sm7gm61rf], optgroup[b-1sm7gm61rf], select[b-1sm7gm61rf], textarea[b-1sm7gm61rf] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-1sm7gm61rf], input[b-1sm7gm61rf] {
    overflow: visible
}

button[b-1sm7gm61rf], select[b-1sm7gm61rf] {
    text-transform: none
}

[role=button][b-1sm7gm61rf] {
    cursor: pointer
}

select[b-1sm7gm61rf] {
    word-wrap: normal
}

[type=button][b-1sm7gm61rf], [type=reset][b-1sm7gm61rf], [type=submit][b-1sm7gm61rf], button[b-1sm7gm61rf] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-1sm7gm61rf], [type=reset]:not(:disabled)[b-1sm7gm61rf], [type=submit]:not(:disabled)[b-1sm7gm61rf], button:not(:disabled)[b-1sm7gm61rf] {
        cursor: pointer
    }

    [type=button][b-1sm7gm61rf]::-moz-focus-inner, [type=reset][b-1sm7gm61rf]::-moz-focus-inner, [type=submit][b-1sm7gm61rf]::-moz-focus-inner, button[b-1sm7gm61rf]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-1sm7gm61rf], input[type=radio][b-1sm7gm61rf] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-1sm7gm61rf] {
    overflow: auto;
    resize: vertical
}

fieldset[b-1sm7gm61rf] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-1sm7gm61rf] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-1sm7gm61rf] {
    vertical-align: baseline
}

[type=number][b-1sm7gm61rf]::-webkit-inner-spin-button, [type=number][b-1sm7gm61rf]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-1sm7gm61rf] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-1sm7gm61rf]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-1sm7gm61rf]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-1sm7gm61rf] {
    display: inline-block
}

summary[b-1sm7gm61rf] {
    display: list-item;
    cursor: pointer
}

template[b-1sm7gm61rf] {
    display: none
}

[hidden][b-1sm7gm61rf] {
    display: none !important
}

.h1[b-1sm7gm61rf], .h2[b-1sm7gm61rf], .h3[b-1sm7gm61rf], .h4[b-1sm7gm61rf], .h5[b-1sm7gm61rf], .h6[b-1sm7gm61rf], h1[b-1sm7gm61rf], h2[b-1sm7gm61rf], h3[b-1sm7gm61rf], h4[b-1sm7gm61rf], h5[b-1sm7gm61rf], h6[b-1sm7gm61rf] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-1sm7gm61rf], h1[b-1sm7gm61rf] {
    font-size: 2.5rem
}

.h2[b-1sm7gm61rf], h2[b-1sm7gm61rf] {
    font-size: 2rem
}

.h3[b-1sm7gm61rf], h3[b-1sm7gm61rf] {
    font-size: 1.75rem
}

.h4[b-1sm7gm61rf], h4[b-1sm7gm61rf] {
    font-size: 1.5rem
}

.h5[b-1sm7gm61rf], h5[b-1sm7gm61rf] {
    font-size: 1.25rem
}

.h6[b-1sm7gm61rf], h6[b-1sm7gm61rf] {
    font-size: 1rem
}

.lead[b-1sm7gm61rf] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-1sm7gm61rf] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-1sm7gm61rf] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-1sm7gm61rf] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-1sm7gm61rf] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-1sm7gm61rf] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-1sm7gm61rf], small[b-1sm7gm61rf] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-1sm7gm61rf], mark[b-1sm7gm61rf] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-1sm7gm61rf] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-1sm7gm61rf] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-1sm7gm61rf] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-1sm7gm61rf] {
        margin-right: .5rem
    }

.initialism[b-1sm7gm61rf] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-1sm7gm61rf] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-1sm7gm61rf] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-1sm7gm61rf]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-1sm7gm61rf] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-1sm7gm61rf] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-1sm7gm61rf] {
    display: inline-block
}

.figure-img[b-1sm7gm61rf] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-1sm7gm61rf] {
    font-size: 90%;
    color: #858796
}

code[b-1sm7gm61rf] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-1sm7gm61rf] {
    color: inherit
}

kbd[b-1sm7gm61rf] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-1sm7gm61rf] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-1sm7gm61rf] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-1sm7gm61rf] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-1sm7gm61rf] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-1sm7gm61rf], .container-fluid[b-1sm7gm61rf], .container-lg[b-1sm7gm61rf], .container-md[b-1sm7gm61rf], .container-sm[b-1sm7gm61rf], .container-xl[b-1sm7gm61rf] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-1sm7gm61rf], .container-sm[b-1sm7gm61rf] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-1sm7gm61rf], .container-md[b-1sm7gm61rf], .container-sm[b-1sm7gm61rf] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-1sm7gm61rf], .container-lg[b-1sm7gm61rf], .container-md[b-1sm7gm61rf], .container-sm[b-1sm7gm61rf] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-1sm7gm61rf], .container-lg[b-1sm7gm61rf], .container-md[b-1sm7gm61rf], .container-sm[b-1sm7gm61rf], .container-xl[b-1sm7gm61rf] {
        max-width: 1140px
    }
}

.row[b-1sm7gm61rf] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-1sm7gm61rf] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-1sm7gm61rf], .no-gutters > [class*=col-][b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-1sm7gm61rf], .col-1[b-1sm7gm61rf], .col-10[b-1sm7gm61rf], .col-11[b-1sm7gm61rf], .col-12[b-1sm7gm61rf], .col-2[b-1sm7gm61rf], .col-3[b-1sm7gm61rf], .col-4[b-1sm7gm61rf], .col-5[b-1sm7gm61rf], .col-6[b-1sm7gm61rf], .col-7[b-1sm7gm61rf], .col-8[b-1sm7gm61rf], .col-9[b-1sm7gm61rf], .col-auto[b-1sm7gm61rf], .col-lg[b-1sm7gm61rf], .col-lg-1[b-1sm7gm61rf], .col-lg-10[b-1sm7gm61rf], .col-lg-11[b-1sm7gm61rf], .col-lg-12[b-1sm7gm61rf], .col-lg-2[b-1sm7gm61rf], .col-lg-3[b-1sm7gm61rf], .col-lg-4[b-1sm7gm61rf], .col-lg-5[b-1sm7gm61rf], .col-lg-6[b-1sm7gm61rf], .col-lg-7[b-1sm7gm61rf], .col-lg-8[b-1sm7gm61rf], .col-lg-9[b-1sm7gm61rf], .col-lg-auto[b-1sm7gm61rf], .col-md[b-1sm7gm61rf], .col-md-1[b-1sm7gm61rf], .col-md-10[b-1sm7gm61rf], .col-md-11[b-1sm7gm61rf], .col-md-12[b-1sm7gm61rf], .col-md-2[b-1sm7gm61rf], .col-md-3[b-1sm7gm61rf], .col-md-4[b-1sm7gm61rf], .col-md-5[b-1sm7gm61rf], .col-md-6[b-1sm7gm61rf], .col-md-7[b-1sm7gm61rf], .col-md-8[b-1sm7gm61rf], .col-md-9[b-1sm7gm61rf], .col-md-auto[b-1sm7gm61rf], .col-sm[b-1sm7gm61rf], .col-sm-1[b-1sm7gm61rf], .col-sm-10[b-1sm7gm61rf], .col-sm-11[b-1sm7gm61rf], .col-sm-12[b-1sm7gm61rf], .col-sm-2[b-1sm7gm61rf], .col-sm-3[b-1sm7gm61rf], .col-sm-4[b-1sm7gm61rf], .col-sm-5[b-1sm7gm61rf], .col-sm-6[b-1sm7gm61rf], .col-sm-7[b-1sm7gm61rf], .col-sm-8[b-1sm7gm61rf], .col-sm-9[b-1sm7gm61rf], .col-sm-auto[b-1sm7gm61rf], .col-xl[b-1sm7gm61rf], .col-xl-1[b-1sm7gm61rf], .col-xl-10[b-1sm7gm61rf], .col-xl-11[b-1sm7gm61rf], .col-xl-12[b-1sm7gm61rf], .col-xl-2[b-1sm7gm61rf], .col-xl-3[b-1sm7gm61rf], .col-xl-4[b-1sm7gm61rf], .col-xl-5[b-1sm7gm61rf], .col-xl-6[b-1sm7gm61rf], .col-xl-7[b-1sm7gm61rf], .col-xl-8[b-1sm7gm61rf], .col-xl-9[b-1sm7gm61rf], .col-xl-auto[b-1sm7gm61rf] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-1sm7gm61rf] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-1sm7gm61rf] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-1sm7gm61rf] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-1sm7gm61rf] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-1sm7gm61rf] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-1sm7gm61rf] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-1sm7gm61rf] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-1sm7gm61rf] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-1sm7gm61rf] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-1sm7gm61rf] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-1sm7gm61rf] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-1sm7gm61rf] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-1sm7gm61rf] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-1sm7gm61rf] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-1sm7gm61rf] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-1sm7gm61rf] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-1sm7gm61rf] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-1sm7gm61rf] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-1sm7gm61rf] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-1sm7gm61rf] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-1sm7gm61rf] {
    order: -1
}

.order-last[b-1sm7gm61rf] {
    order: 13
}

.order-0[b-1sm7gm61rf] {
    order: 0
}

.order-1[b-1sm7gm61rf] {
    order: 1
}

.order-2[b-1sm7gm61rf] {
    order: 2
}

.order-3[b-1sm7gm61rf] {
    order: 3
}

.order-4[b-1sm7gm61rf] {
    order: 4
}

.order-5[b-1sm7gm61rf] {
    order: 5
}

.order-6[b-1sm7gm61rf] {
    order: 6
}

.order-7[b-1sm7gm61rf] {
    order: 7
}

.order-8[b-1sm7gm61rf] {
    order: 8
}

.order-9[b-1sm7gm61rf] {
    order: 9
}

.order-10[b-1sm7gm61rf] {
    order: 10
}

.order-11[b-1sm7gm61rf] {
    order: 11
}

.order-12[b-1sm7gm61rf] {
    order: 12
}

.offset-1[b-1sm7gm61rf] {
    margin-left: 8.33333%
}

.offset-2[b-1sm7gm61rf] {
    margin-left: 16.66667%
}

.offset-3[b-1sm7gm61rf] {
    margin-left: 25%
}

.offset-4[b-1sm7gm61rf] {
    margin-left: 33.33333%
}

.offset-5[b-1sm7gm61rf] {
    margin-left: 41.66667%
}

.offset-6[b-1sm7gm61rf] {
    margin-left: 50%
}

.offset-7[b-1sm7gm61rf] {
    margin-left: 58.33333%
}

.offset-8[b-1sm7gm61rf] {
    margin-left: 66.66667%
}

.offset-9[b-1sm7gm61rf] {
    margin-left: 75%
}

.offset-10[b-1sm7gm61rf] {
    margin-left: 83.33333%
}

.offset-11[b-1sm7gm61rf] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-1sm7gm61rf] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-1sm7gm61rf] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-1sm7gm61rf] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-1sm7gm61rf] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-1sm7gm61rf] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-1sm7gm61rf] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-1sm7gm61rf] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-1sm7gm61rf] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-1sm7gm61rf] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-1sm7gm61rf] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-1sm7gm61rf] {
        order: -1
    }

    .order-sm-last[b-1sm7gm61rf] {
        order: 13
    }

    .order-sm-0[b-1sm7gm61rf] {
        order: 0
    }

    .order-sm-1[b-1sm7gm61rf] {
        order: 1
    }

    .order-sm-2[b-1sm7gm61rf] {
        order: 2
    }

    .order-sm-3[b-1sm7gm61rf] {
        order: 3
    }

    .order-sm-4[b-1sm7gm61rf] {
        order: 4
    }

    .order-sm-5[b-1sm7gm61rf] {
        order: 5
    }

    .order-sm-6[b-1sm7gm61rf] {
        order: 6
    }

    .order-sm-7[b-1sm7gm61rf] {
        order: 7
    }

    .order-sm-8[b-1sm7gm61rf] {
        order: 8
    }

    .order-sm-9[b-1sm7gm61rf] {
        order: 9
    }

    .order-sm-10[b-1sm7gm61rf] {
        order: 10
    }

    .order-sm-11[b-1sm7gm61rf] {
        order: 11
    }

    .order-sm-12[b-1sm7gm61rf] {
        order: 12
    }

    .offset-sm-0[b-1sm7gm61rf] {
        margin-left: 0
    }

    .offset-sm-1[b-1sm7gm61rf] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-1sm7gm61rf] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-1sm7gm61rf] {
        margin-left: 25%
    }

    .offset-sm-4[b-1sm7gm61rf] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-1sm7gm61rf] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-1sm7gm61rf] {
        margin-left: 50%
    }

    .offset-sm-7[b-1sm7gm61rf] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-1sm7gm61rf] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-1sm7gm61rf] {
        margin-left: 75%
    }

    .offset-sm-10[b-1sm7gm61rf] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-1sm7gm61rf] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-1sm7gm61rf] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-1sm7gm61rf] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-1sm7gm61rf] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-1sm7gm61rf] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-1sm7gm61rf] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-1sm7gm61rf] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-1sm7gm61rf] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-1sm7gm61rf] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-1sm7gm61rf] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-1sm7gm61rf] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-1sm7gm61rf] {
        order: -1
    }

    .order-md-last[b-1sm7gm61rf] {
        order: 13
    }

    .order-md-0[b-1sm7gm61rf] {
        order: 0
    }

    .order-md-1[b-1sm7gm61rf] {
        order: 1
    }

    .order-md-2[b-1sm7gm61rf] {
        order: 2
    }

    .order-md-3[b-1sm7gm61rf] {
        order: 3
    }

    .order-md-4[b-1sm7gm61rf] {
        order: 4
    }

    .order-md-5[b-1sm7gm61rf] {
        order: 5
    }

    .order-md-6[b-1sm7gm61rf] {
        order: 6
    }

    .order-md-7[b-1sm7gm61rf] {
        order: 7
    }

    .order-md-8[b-1sm7gm61rf] {
        order: 8
    }

    .order-md-9[b-1sm7gm61rf] {
        order: 9
    }

    .order-md-10[b-1sm7gm61rf] {
        order: 10
    }

    .order-md-11[b-1sm7gm61rf] {
        order: 11
    }

    .order-md-12[b-1sm7gm61rf] {
        order: 12
    }

    .offset-md-0[b-1sm7gm61rf] {
        margin-left: 0
    }

    .offset-md-1[b-1sm7gm61rf] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-1sm7gm61rf] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-1sm7gm61rf] {
        margin-left: 25%
    }

    .offset-md-4[b-1sm7gm61rf] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-1sm7gm61rf] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-1sm7gm61rf] {
        margin-left: 50%
    }

    .offset-md-7[b-1sm7gm61rf] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-1sm7gm61rf] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-1sm7gm61rf] {
        margin-left: 75%
    }

    .offset-md-10[b-1sm7gm61rf] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-1sm7gm61rf] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-1sm7gm61rf] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-1sm7gm61rf] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-1sm7gm61rf] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-1sm7gm61rf] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-1sm7gm61rf] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-1sm7gm61rf] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-1sm7gm61rf] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-1sm7gm61rf] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-1sm7gm61rf] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-1sm7gm61rf] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-1sm7gm61rf] {
        order: -1
    }

    .order-lg-last[b-1sm7gm61rf] {
        order: 13
    }

    .order-lg-0[b-1sm7gm61rf] {
        order: 0
    }

    .order-lg-1[b-1sm7gm61rf] {
        order: 1
    }

    .order-lg-2[b-1sm7gm61rf] {
        order: 2
    }

    .order-lg-3[b-1sm7gm61rf] {
        order: 3
    }

    .order-lg-4[b-1sm7gm61rf] {
        order: 4
    }

    .order-lg-5[b-1sm7gm61rf] {
        order: 5
    }

    .order-lg-6[b-1sm7gm61rf] {
        order: 6
    }

    .order-lg-7[b-1sm7gm61rf] {
        order: 7
    }

    .order-lg-8[b-1sm7gm61rf] {
        order: 8
    }

    .order-lg-9[b-1sm7gm61rf] {
        order: 9
    }

    .order-lg-10[b-1sm7gm61rf] {
        order: 10
    }

    .order-lg-11[b-1sm7gm61rf] {
        order: 11
    }

    .order-lg-12[b-1sm7gm61rf] {
        order: 12
    }

    .offset-lg-0[b-1sm7gm61rf] {
        margin-left: 0
    }

    .offset-lg-1[b-1sm7gm61rf] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-1sm7gm61rf] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-1sm7gm61rf] {
        margin-left: 25%
    }

    .offset-lg-4[b-1sm7gm61rf] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-1sm7gm61rf] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-1sm7gm61rf] {
        margin-left: 50%
    }

    .offset-lg-7[b-1sm7gm61rf] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-1sm7gm61rf] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-1sm7gm61rf] {
        margin-left: 75%
    }

    .offset-lg-10[b-1sm7gm61rf] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-1sm7gm61rf] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-1sm7gm61rf] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-1sm7gm61rf] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-1sm7gm61rf] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-1sm7gm61rf] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-1sm7gm61rf] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-1sm7gm61rf] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-1sm7gm61rf] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-1sm7gm61rf] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-1sm7gm61rf] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-1sm7gm61rf] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-1sm7gm61rf] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-1sm7gm61rf] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-1sm7gm61rf] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-1sm7gm61rf] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-1sm7gm61rf] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-1sm7gm61rf] {
        order: -1
    }

    .order-xl-last[b-1sm7gm61rf] {
        order: 13
    }

    .order-xl-0[b-1sm7gm61rf] {
        order: 0
    }

    .order-xl-1[b-1sm7gm61rf] {
        order: 1
    }

    .order-xl-2[b-1sm7gm61rf] {
        order: 2
    }

    .order-xl-3[b-1sm7gm61rf] {
        order: 3
    }

    .order-xl-4[b-1sm7gm61rf] {
        order: 4
    }

    .order-xl-5[b-1sm7gm61rf] {
        order: 5
    }

    .order-xl-6[b-1sm7gm61rf] {
        order: 6
    }

    .order-xl-7[b-1sm7gm61rf] {
        order: 7
    }

    .order-xl-8[b-1sm7gm61rf] {
        order: 8
    }

    .order-xl-9[b-1sm7gm61rf] {
        order: 9
    }

    .order-xl-10[b-1sm7gm61rf] {
        order: 10
    }

    .order-xl-11[b-1sm7gm61rf] {
        order: 11
    }

    .order-xl-12[b-1sm7gm61rf] {
        order: 12
    }

    .offset-xl-0[b-1sm7gm61rf] {
        margin-left: 0
    }

    .offset-xl-1[b-1sm7gm61rf] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-1sm7gm61rf] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-1sm7gm61rf] {
        margin-left: 25%
    }

    .offset-xl-4[b-1sm7gm61rf] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-1sm7gm61rf] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-1sm7gm61rf] {
        margin-left: 50%
    }

    .offset-xl-7[b-1sm7gm61rf] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-1sm7gm61rf] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-1sm7gm61rf] {
        margin-left: 75%
    }

    .offset-xl-10[b-1sm7gm61rf] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-1sm7gm61rf] {
        margin-left: 91.66667%
    }
}

.table[b-1sm7gm61rf] {
    width: 100%;
    margin-bottom: 1rem;
    color: #858796
}

    .table td[b-1sm7gm61rf], .table th[b-1sm7gm61rf] {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #e3e6f0
    }

    .table thead th[b-1sm7gm61rf] {
        vertical-align: bottom;
        border-bottom: 2px solid #e3e6f0
    }

    .table tbody + tbody[b-1sm7gm61rf] {
        border-top: 2px solid #e3e6f0
    }

.table-sm td[b-1sm7gm61rf], .table-sm th[b-1sm7gm61rf] {
    padding: .3rem
}

.table-bordered[b-1sm7gm61rf] {
    border: 1px solid #e3e6f0
}

    .table-bordered td[b-1sm7gm61rf], .table-bordered th[b-1sm7gm61rf] {
        border: 1px solid #e3e6f0
    }

    .table-bordered thead td[b-1sm7gm61rf], .table-bordered thead th[b-1sm7gm61rf] {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody[b-1sm7gm61rf], .table-borderless td[b-1sm7gm61rf], .table-borderless th[b-1sm7gm61rf], .table-borderless thead th[b-1sm7gm61rf] {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd)[b-1sm7gm61rf] {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover[b-1sm7gm61rf] {
    color: #858796;
    background-color: rgba(0,0,0,.075)
}

.table-primary[b-1sm7gm61rf], .table-primary > td[b-1sm7gm61rf], .table-primary > th[b-1sm7gm61rf] {
    background-color: #cdd8f6
}

    .table-primary tbody + tbody[b-1sm7gm61rf], .table-primary td[b-1sm7gm61rf], .table-primary th[b-1sm7gm61rf], .table-primary thead th[b-1sm7gm61rf] {
        border-color: #a3b6ee
    }

.table-hover .table-primary:hover[b-1sm7gm61rf] {
    background-color: #b7c7f2
}

    .table-hover .table-primary:hover > td[b-1sm7gm61rf], .table-hover .table-primary:hover > th[b-1sm7gm61rf] {
        background-color: #b7c7f2
    }

.table-secondary[b-1sm7gm61rf], .table-secondary > td[b-1sm7gm61rf], .table-secondary > th[b-1sm7gm61rf] {
    background-color: #dddde2
}

    .table-secondary tbody + tbody[b-1sm7gm61rf], .table-secondary td[b-1sm7gm61rf], .table-secondary th[b-1sm7gm61rf], .table-secondary thead th[b-1sm7gm61rf] {
        border-color: #c0c1c8
    }

.table-hover .table-secondary:hover[b-1sm7gm61rf] {
    background-color: #cfcfd6
}

    .table-hover .table-secondary:hover > td[b-1sm7gm61rf], .table-hover .table-secondary:hover > th[b-1sm7gm61rf] {
        background-color: #cfcfd6
    }

.table-success[b-1sm7gm61rf], .table-success > td[b-1sm7gm61rf], .table-success > th[b-1sm7gm61rf] {
    background-color: #bff0de
}

    .table-success tbody + tbody[b-1sm7gm61rf], .table-success td[b-1sm7gm61rf], .table-success th[b-1sm7gm61rf], .table-success thead th[b-1sm7gm61rf] {
        border-color: #89e2c2
    }

.table-hover .table-success:hover[b-1sm7gm61rf] {
    background-color: #aaebd3
}

    .table-hover .table-success:hover > td[b-1sm7gm61rf], .table-hover .table-success:hover > th[b-1sm7gm61rf] {
        background-color: #aaebd3
    }

.table-info[b-1sm7gm61rf], .table-info > td[b-1sm7gm61rf], .table-info > th[b-1sm7gm61rf] {
    background-color: #c7ebf1
}

    .table-info tbody + tbody[b-1sm7gm61rf], .table-info td[b-1sm7gm61rf], .table-info th[b-1sm7gm61rf], .table-info thead th[b-1sm7gm61rf] {
        border-color: #96dbe4
    }

.table-hover .table-info:hover[b-1sm7gm61rf] {
    background-color: #b3e4ec
}

    .table-hover .table-info:hover > td[b-1sm7gm61rf], .table-hover .table-info:hover > th[b-1sm7gm61rf] {
        background-color: #b3e4ec
    }

.table-warning[b-1sm7gm61rf], .table-warning > td[b-1sm7gm61rf], .table-warning > th[b-1sm7gm61rf] {
    background-color: #fceec9
}

    .table-warning tbody + tbody[b-1sm7gm61rf], .table-warning td[b-1sm7gm61rf], .table-warning th[b-1sm7gm61rf], .table-warning thead th[b-1sm7gm61rf] {
        border-color: #fadf9b
    }

.table-hover .table-warning:hover[b-1sm7gm61rf] {
    background-color: #fbe6b1
}

    .table-hover .table-warning:hover > td[b-1sm7gm61rf], .table-hover .table-warning:hover > th[b-1sm7gm61rf] {
        background-color: #fbe6b1
    }

.table-danger[b-1sm7gm61rf], .table-danger > td[b-1sm7gm61rf], .table-danger > th[b-1sm7gm61rf] {
    background-color: #f8ccc8
}

    .table-danger tbody + tbody[b-1sm7gm61rf], .table-danger td[b-1sm7gm61rf], .table-danger th[b-1sm7gm61rf], .table-danger thead th[b-1sm7gm61rf] {
        border-color: #f3a199
    }

.table-hover .table-danger:hover[b-1sm7gm61rf] {
    background-color: #f5b7b1
}

    .table-hover .table-danger:hover > td[b-1sm7gm61rf], .table-hover .table-danger:hover > th[b-1sm7gm61rf] {
        background-color: #f5b7b1
    }

.table-light[b-1sm7gm61rf], .table-light > td[b-1sm7gm61rf], .table-light > th[b-1sm7gm61rf] {
    background-color: #fdfdfe
}

    .table-light tbody + tbody[b-1sm7gm61rf], .table-light td[b-1sm7gm61rf], .table-light th[b-1sm7gm61rf], .table-light thead th[b-1sm7gm61rf] {
        border-color: #fbfcfd
    }

.table-hover .table-light:hover[b-1sm7gm61rf] {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td[b-1sm7gm61rf], .table-hover .table-light:hover > th[b-1sm7gm61rf] {
        background-color: #ececf6
    }

.table-dark[b-1sm7gm61rf], .table-dark > td[b-1sm7gm61rf], .table-dark > th[b-1sm7gm61rf] {
    background-color: #d1d1d5
}

    .table-dark tbody + tbody[b-1sm7gm61rf], .table-dark td[b-1sm7gm61rf], .table-dark th[b-1sm7gm61rf], .table-dark thead th[b-1sm7gm61rf] {
        border-color: #a9aab1
    }

.table-hover .table-dark:hover[b-1sm7gm61rf] {
    background-color: #c4c4c9
}

    .table-hover .table-dark:hover > td[b-1sm7gm61rf], .table-hover .table-dark:hover > th[b-1sm7gm61rf] {
        background-color: #c4c4c9
    }

.table-active[b-1sm7gm61rf], .table-active > td[b-1sm7gm61rf], .table-active > th[b-1sm7gm61rf] {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover[b-1sm7gm61rf] {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td[b-1sm7gm61rf], .table-hover .table-active:hover > th[b-1sm7gm61rf] {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th[b-1sm7gm61rf] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e
}

.table .thead-light th[b-1sm7gm61rf] {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0
}

.table-dark[b-1sm7gm61rf] {
    color: #fff;
    background-color: #5a5c69
}

    .table-dark td[b-1sm7gm61rf], .table-dark th[b-1sm7gm61rf], .table-dark thead th[b-1sm7gm61rf] {
        border-color: #6c6e7e
    }

    .table-dark.table-bordered[b-1sm7gm61rf] {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd)[b-1sm7gm61rf] {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm[b-1sm7gm61rf] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered[b-1sm7gm61rf] {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md[b-1sm7gm61rf] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered[b-1sm7gm61rf] {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg[b-1sm7gm61rf] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered[b-1sm7gm61rf] {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl[b-1sm7gm61rf] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered[b-1sm7gm61rf] {
            border: 0
        }
}

.table-responsive[b-1sm7gm61rf] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered[b-1sm7gm61rf] {
        border: 0
    }

.form-control[b-1sm7gm61rf] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-1sm7gm61rf] {
        transition: none
    }
}

.form-control[b-1sm7gm61rf]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-1sm7gm61rf] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-1sm7gm61rf] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-1sm7gm61rf]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-1sm7gm61rf]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-1sm7gm61rf] {
    color: #858796;
    opacity: 1
}

.form-control[b-1sm7gm61rf]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-1sm7gm61rf]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-1sm7gm61rf], .form-control[readonly][b-1sm7gm61rf] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-1sm7gm61rf], input[type=datetime-local].form-control[b-1sm7gm61rf], input[type=month].form-control[b-1sm7gm61rf], input[type=time].form-control[b-1sm7gm61rf] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-1sm7gm61rf]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-1sm7gm61rf], .form-control-range[b-1sm7gm61rf] {
    display: block;
    width: 100%
}

.col-form-label[b-1sm7gm61rf] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-1sm7gm61rf] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-1sm7gm61rf] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-1sm7gm61rf] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-1sm7gm61rf], .form-control-plaintext.form-control-sm[b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-1sm7gm61rf] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-1sm7gm61rf] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-1sm7gm61rf], select.form-control[size][b-1sm7gm61rf] {
    height: auto
}

textarea.form-control[b-1sm7gm61rf] {
    height: auto
}

.form-group[b-1sm7gm61rf] {
    margin-bottom: 1rem
}

.form-text[b-1sm7gm61rf] {
    display: block;
    margin-top: .25rem
}

.form-row[b-1sm7gm61rf] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-1sm7gm61rf], .form-row > [class*=col-][b-1sm7gm61rf] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-1sm7gm61rf] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-1sm7gm61rf] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-1sm7gm61rf], .form-check-input[disabled] ~ .form-check-label[b-1sm7gm61rf] {
        color: #858796
    }

.form-check-label[b-1sm7gm61rf] {
    margin-bottom: 0
}

.form-check-inline[b-1sm7gm61rf] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-1sm7gm61rf] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-1sm7gm61rf] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-1sm7gm61rf] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-1sm7gm61rf], .form-row > [class*=col-] > .valid-tooltip[b-1sm7gm61rf] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-1sm7gm61rf], .is-valid ~ .valid-tooltip[b-1sm7gm61rf], .was-validated :valid ~ .valid-feedback[b-1sm7gm61rf], .was-validated :valid ~ .valid-tooltip[b-1sm7gm61rf] {
    display: block
}

.form-control.is-valid[b-1sm7gm61rf], .was-validated .form-control:valid[b-1sm7gm61rf] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-1sm7gm61rf], .was-validated .form-control:valid:focus[b-1sm7gm61rf] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-1sm7gm61rf], textarea.form-control.is-valid[b-1sm7gm61rf] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-1sm7gm61rf], .was-validated .custom-select:valid[b-1sm7gm61rf] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-1sm7gm61rf], .was-validated .custom-select:valid:focus[b-1sm7gm61rf] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-1sm7gm61rf], .was-validated .form-check-input:valid ~ .form-check-label[b-1sm7gm61rf] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-1sm7gm61rf], .form-check-input.is-valid ~ .valid-tooltip[b-1sm7gm61rf], .was-validated .form-check-input:valid ~ .valid-feedback[b-1sm7gm61rf], .was-validated .form-check-input:valid ~ .valid-tooltip[b-1sm7gm61rf] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-1sm7gm61rf], .was-validated .custom-control-input:valid ~ .custom-control-label[b-1sm7gm61rf] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-1sm7gm61rf]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-1sm7gm61rf]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-1sm7gm61rf]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-1sm7gm61rf]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-1sm7gm61rf], .was-validated .custom-file-input:valid ~ .custom-file-label[b-1sm7gm61rf] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-1sm7gm61rf], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-1sm7gm61rf] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-1sm7gm61rf] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-1sm7gm61rf] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-1sm7gm61rf], .form-row > [class*=col-] > .invalid-tooltip[b-1sm7gm61rf] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-1sm7gm61rf], .is-invalid ~ .invalid-tooltip[b-1sm7gm61rf], .was-validated :invalid ~ .invalid-feedback[b-1sm7gm61rf], .was-validated :invalid ~ .invalid-tooltip[b-1sm7gm61rf] {
    display: block
}

.form-control.is-invalid[b-1sm7gm61rf], .was-validated .form-control:invalid[b-1sm7gm61rf] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-1sm7gm61rf], .was-validated .form-control:invalid:focus[b-1sm7gm61rf] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-1sm7gm61rf], textarea.form-control.is-invalid[b-1sm7gm61rf] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-1sm7gm61rf], .was-validated .custom-select:invalid[b-1sm7gm61rf] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-1sm7gm61rf], .was-validated .custom-select:invalid:focus[b-1sm7gm61rf] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-1sm7gm61rf], .was-validated .form-check-input:invalid ~ .form-check-label[b-1sm7gm61rf] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-1sm7gm61rf], .form-check-input.is-invalid ~ .invalid-tooltip[b-1sm7gm61rf], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-1sm7gm61rf], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-1sm7gm61rf] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-1sm7gm61rf], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-1sm7gm61rf] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-1sm7gm61rf]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-1sm7gm61rf]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-1sm7gm61rf]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-1sm7gm61rf]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-1sm7gm61rf]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-1sm7gm61rf], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-1sm7gm61rf] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-1sm7gm61rf], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-1sm7gm61rf] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-1sm7gm61rf] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-1sm7gm61rf] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-1sm7gm61rf] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-1sm7gm61rf] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-1sm7gm61rf] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-1sm7gm61rf] {
        display: inline-block
    }

    .form-inline .custom-select[b-1sm7gm61rf], .form-inline .input-group[b-1sm7gm61rf] {
        width: auto
    }

    .form-inline .form-check[b-1sm7gm61rf] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-1sm7gm61rf] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-1sm7gm61rf] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-1sm7gm61rf] {
        margin-bottom: 0
    }
}

.btn[b-1sm7gm61rf] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-1sm7gm61rf] {
        transition: none
    }
}

.btn:hover[b-1sm7gm61rf] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-1sm7gm61rf], .btn:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-1sm7gm61rf], .btn:disabled[b-1sm7gm61rf] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-1sm7gm61rf] {
    cursor: pointer
}

a.btn.disabled[b-1sm7gm61rf], fieldset:disabled a.btn[b-1sm7gm61rf] {
    pointer-events: none
}

.btn-primary[b-1sm7gm61rf] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-1sm7gm61rf], .btn-primary:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-1sm7gm61rf], .btn-primary:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-primary:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-primary.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-primary:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-primary.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-1sm7gm61rf] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-1sm7gm61rf], .btn-secondary:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-1sm7gm61rf], .btn-secondary:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-secondary:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-secondary.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-secondary.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-1sm7gm61rf] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-1sm7gm61rf], .btn-success:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-1sm7gm61rf], .btn-success:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-success:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-success.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-success:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-success.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-1sm7gm61rf] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-1sm7gm61rf], .btn-info:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-1sm7gm61rf], .btn-info:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-info:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-info.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-info:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-info.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-1sm7gm61rf] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-1sm7gm61rf], .btn-warning:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-1sm7gm61rf], .btn-warning:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-warning:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-warning.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-warning:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-warning.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-1sm7gm61rf] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-1sm7gm61rf], .btn-danger:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-1sm7gm61rf], .btn-danger:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-danger:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-danger.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-danger:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-danger.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-1sm7gm61rf] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-1sm7gm61rf] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-1sm7gm61rf], .btn-light:focus[b-1sm7gm61rf] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-1sm7gm61rf], .btn-light:disabled[b-1sm7gm61rf] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-light:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-light.dropdown-toggle[b-1sm7gm61rf] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-light:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-light.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-1sm7gm61rf] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-1sm7gm61rf], .btn-dark:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-1sm7gm61rf], .btn-dark:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-dark:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-dark.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-dark:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-dark.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-1sm7gm61rf] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-1sm7gm61rf], .btn-outline-primary:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-1sm7gm61rf], .btn-outline-primary:disabled[b-1sm7gm61rf] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-primary:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-primary.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-primary.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-1sm7gm61rf] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-1sm7gm61rf], .btn-outline-secondary:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-1sm7gm61rf], .btn-outline-secondary:disabled[b-1sm7gm61rf] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-secondary.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-secondary.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-1sm7gm61rf] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-1sm7gm61rf], .btn-outline-success:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-1sm7gm61rf], .btn-outline-success:disabled[b-1sm7gm61rf] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-success:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-success.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-success.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-1sm7gm61rf] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-1sm7gm61rf], .btn-outline-info:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-1sm7gm61rf], .btn-outline-info:disabled[b-1sm7gm61rf] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-info:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-info.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-info.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-1sm7gm61rf] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-1sm7gm61rf], .btn-outline-warning:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-1sm7gm61rf], .btn-outline-warning:disabled[b-1sm7gm61rf] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-warning:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-warning.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-warning.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-1sm7gm61rf] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-1sm7gm61rf], .btn-outline-danger:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-1sm7gm61rf], .btn-outline-danger:disabled[b-1sm7gm61rf] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-danger:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-danger.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-danger.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-1sm7gm61rf] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-1sm7gm61rf] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-1sm7gm61rf], .btn-outline-light:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-1sm7gm61rf], .btn-outline-light:disabled[b-1sm7gm61rf] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-light:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-light.dropdown-toggle[b-1sm7gm61rf] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-light.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-1sm7gm61rf] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-1sm7gm61rf], .btn-outline-dark:focus[b-1sm7gm61rf] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-1sm7gm61rf], .btn-outline-dark:disabled[b-1sm7gm61rf] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-outline-dark:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-outline-dark.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-outline-dark.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-1sm7gm61rf] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-1sm7gm61rf] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-1sm7gm61rf], .btn-link:focus[b-1sm7gm61rf] {
        text-decoration: underline
    }

    .btn-link.disabled[b-1sm7gm61rf], .btn-link:disabled[b-1sm7gm61rf] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-1sm7gm61rf], .btn-lg[b-1sm7gm61rf] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-1sm7gm61rf], .btn-sm[b-1sm7gm61rf] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-1sm7gm61rf] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-1sm7gm61rf] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-1sm7gm61rf], input[type=reset].btn-block[b-1sm7gm61rf], input[type=submit].btn-block[b-1sm7gm61rf] {
    width: 100%
}

.fade[b-1sm7gm61rf] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-1sm7gm61rf] {
        transition: none
    }
}

.fade:not(.show)[b-1sm7gm61rf] {
    opacity: 0
}

.collapse:not(.show)[b-1sm7gm61rf] {
    display: none
}

.collapsing[b-1sm7gm61rf] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-1sm7gm61rf] {
        transition: none
    }
}

.dropdown[b-1sm7gm61rf], .dropleft[b-1sm7gm61rf], .dropright[b-1sm7gm61rf], .dropup[b-1sm7gm61rf] {
    position: relative
}

.dropdown-toggle[b-1sm7gm61rf] {
    white-space: nowrap
}

    .dropdown-toggle[b-1sm7gm61rf]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-1sm7gm61rf]::after {
        margin-left: 0
    }

.dropdown-menu[b-1sm7gm61rf] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-1sm7gm61rf] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-1sm7gm61rf] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-1sm7gm61rf] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-1sm7gm61rf] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-1sm7gm61rf] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-1sm7gm61rf] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-1sm7gm61rf] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-1sm7gm61rf] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-1sm7gm61rf] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-1sm7gm61rf] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-1sm7gm61rf] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-1sm7gm61rf]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-1sm7gm61rf]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-1sm7gm61rf] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-1sm7gm61rf]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-1sm7gm61rf]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-1sm7gm61rf]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-1sm7gm61rf] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-1sm7gm61rf]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-1sm7gm61rf]::after {
    display: none
}

.dropleft .dropdown-toggle[b-1sm7gm61rf]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-1sm7gm61rf]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-1sm7gm61rf]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-1sm7gm61rf], .dropdown-menu[x-placement^=left][b-1sm7gm61rf], .dropdown-menu[x-placement^=right][b-1sm7gm61rf], .dropdown-menu[x-placement^=top][b-1sm7gm61rf] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-1sm7gm61rf] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-1sm7gm61rf] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-1sm7gm61rf], .dropdown-item:hover[b-1sm7gm61rf] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-1sm7gm61rf], .dropdown-item:active[b-1sm7gm61rf] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-1sm7gm61rf], .dropdown-item:disabled[b-1sm7gm61rf] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-1sm7gm61rf] {
    display: block
}

.dropdown-header[b-1sm7gm61rf] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-1sm7gm61rf] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-1sm7gm61rf], .btn-group-vertical[b-1sm7gm61rf] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-1sm7gm61rf], .btn-group > .btn[b-1sm7gm61rf] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-1sm7gm61rf], .btn-group > .btn:hover[b-1sm7gm61rf] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-1sm7gm61rf], .btn-group-vertical > .btn:active[b-1sm7gm61rf], .btn-group-vertical > .btn:focus[b-1sm7gm61rf], .btn-group > .btn.active[b-1sm7gm61rf], .btn-group > .btn:active[b-1sm7gm61rf], .btn-group > .btn:focus[b-1sm7gm61rf] {
            z-index: 1
        }

.btn-toolbar[b-1sm7gm61rf] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-1sm7gm61rf] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-1sm7gm61rf], .btn-group > .btn:not(:first-child)[b-1sm7gm61rf] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-1sm7gm61rf], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-1sm7gm61rf] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-1sm7gm61rf], .btn-group > .btn:not(:first-child)[b-1sm7gm61rf] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-1sm7gm61rf] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-1sm7gm61rf]::after, .dropright .dropdown-toggle-split[b-1sm7gm61rf]::after, .dropup .dropdown-toggle-split[b-1sm7gm61rf]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-1sm7gm61rf]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-1sm7gm61rf], .btn-sm + .dropdown-toggle-split[b-1sm7gm61rf] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-1sm7gm61rf], .btn-lg + .dropdown-toggle-split[b-1sm7gm61rf] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-1sm7gm61rf] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-1sm7gm61rf], .btn-group-vertical > .btn-group[b-1sm7gm61rf] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-1sm7gm61rf], .btn-group-vertical > .btn:not(:first-child)[b-1sm7gm61rf] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-1sm7gm61rf], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-1sm7gm61rf] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-1sm7gm61rf], .btn-group-vertical > .btn:not(:first-child)[b-1sm7gm61rf] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-1sm7gm61rf], .btn-group-toggle > .btn-group > .btn[b-1sm7gm61rf] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-1sm7gm61rf], .btn-group-toggle > .btn input[type=radio][b-1sm7gm61rf], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-1sm7gm61rf], .btn-group-toggle > .btn-group > .btn input[type=radio][b-1sm7gm61rf] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-1sm7gm61rf] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-1sm7gm61rf], .input-group > .custom-select[b-1sm7gm61rf], .input-group > .form-control[b-1sm7gm61rf], .input-group > .form-control-plaintext[b-1sm7gm61rf] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-1sm7gm61rf], .input-group > .custom-file + .custom-select[b-1sm7gm61rf], .input-group > .custom-file + .form-control[b-1sm7gm61rf], .input-group > .custom-select + .custom-file[b-1sm7gm61rf], .input-group > .custom-select + .custom-select[b-1sm7gm61rf], .input-group > .custom-select + .form-control[b-1sm7gm61rf], .input-group > .form-control + .custom-file[b-1sm7gm61rf], .input-group > .form-control + .custom-select[b-1sm7gm61rf], .input-group > .form-control + .form-control[b-1sm7gm61rf], .input-group > .form-control-plaintext + .custom-file[b-1sm7gm61rf], .input-group > .form-control-plaintext + .custom-select[b-1sm7gm61rf], .input-group > .form-control-plaintext + .form-control[b-1sm7gm61rf] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-1sm7gm61rf], .input-group > .custom-select:focus[b-1sm7gm61rf], .input-group > .form-control:focus[b-1sm7gm61rf] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-1sm7gm61rf] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-1sm7gm61rf], .input-group > .form-control:not(:first-child)[b-1sm7gm61rf] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-1sm7gm61rf] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-1sm7gm61rf], .input-group > .custom-file:not(:last-child) .custom-file-label[b-1sm7gm61rf] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-1sm7gm61rf]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-1sm7gm61rf], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-1sm7gm61rf] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-1sm7gm61rf]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-1sm7gm61rf], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-1sm7gm61rf] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-1sm7gm61rf], .input-group-prepend[b-1sm7gm61rf] {
    display: flex
}

    .input-group-append .btn[b-1sm7gm61rf], .input-group-prepend .btn[b-1sm7gm61rf] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-1sm7gm61rf], .input-group-prepend .btn:focus[b-1sm7gm61rf] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-1sm7gm61rf], .input-group-append .btn + .input-group-text[b-1sm7gm61rf], .input-group-append .input-group-text + .btn[b-1sm7gm61rf], .input-group-append .input-group-text + .input-group-text[b-1sm7gm61rf], .input-group-prepend .btn + .btn[b-1sm7gm61rf], .input-group-prepend .btn + .input-group-text[b-1sm7gm61rf], .input-group-prepend .input-group-text + .btn[b-1sm7gm61rf], .input-group-prepend .input-group-text + .input-group-text[b-1sm7gm61rf] {
            margin-left: -1px
        }

.input-group-prepend[b-1sm7gm61rf] {
    margin-right: -1px
}

.input-group-append[b-1sm7gm61rf] {
    margin-left: -1px
}

.input-group-text[b-1sm7gm61rf] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-1sm7gm61rf], .input-group-text input[type=radio][b-1sm7gm61rf] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-1sm7gm61rf], .input-group-lg > .form-control:not(textarea)[b-1sm7gm61rf] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-1sm7gm61rf], .input-group-lg > .form-control[b-1sm7gm61rf], .input-group-lg > .input-group-append > .btn[b-1sm7gm61rf], .input-group-lg > .input-group-append > .input-group-text[b-1sm7gm61rf], .input-group-lg > .input-group-prepend > .btn[b-1sm7gm61rf], .input-group-lg > .input-group-prepend > .input-group-text[b-1sm7gm61rf] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-1sm7gm61rf], .input-group-sm > .form-control:not(textarea)[b-1sm7gm61rf] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-1sm7gm61rf], .input-group-sm > .form-control[b-1sm7gm61rf], .input-group-sm > .input-group-append > .btn[b-1sm7gm61rf], .input-group-sm > .input-group-append > .input-group-text[b-1sm7gm61rf], .input-group-sm > .input-group-prepend > .btn[b-1sm7gm61rf], .input-group-sm > .input-group-prepend > .input-group-text[b-1sm7gm61rf] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-1sm7gm61rf], .input-group-sm > .custom-select[b-1sm7gm61rf] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-1sm7gm61rf], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-1sm7gm61rf], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-1sm7gm61rf], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-1sm7gm61rf], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-1sm7gm61rf], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-1sm7gm61rf], .input-group > .input-group-prepend > .btn[b-1sm7gm61rf], .input-group > .input-group-prepend > .input-group-text[b-1sm7gm61rf] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-1sm7gm61rf], .input-group > .input-group-append > .input-group-text[b-1sm7gm61rf], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-1sm7gm61rf], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-1sm7gm61rf], .input-group > .input-group-prepend:not(:first-child) > .btn[b-1sm7gm61rf], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-1sm7gm61rf] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-1sm7gm61rf] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-1sm7gm61rf] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-1sm7gm61rf] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-1sm7gm61rf]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-1sm7gm61rf]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-1sm7gm61rf]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-1sm7gm61rf]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-1sm7gm61rf], .custom-control-input[disabled] ~ .custom-control-label[b-1sm7gm61rf] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-1sm7gm61rf]::before, .custom-control-input[disabled] ~ .custom-control-label[b-1sm7gm61rf]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-1sm7gm61rf] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-1sm7gm61rf]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-1sm7gm61rf]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-1sm7gm61rf]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-1sm7gm61rf]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-1sm7gm61rf]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-1sm7gm61rf]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-1sm7gm61rf]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-1sm7gm61rf]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-1sm7gm61rf]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-1sm7gm61rf]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-1sm7gm61rf]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-1sm7gm61rf] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-1sm7gm61rf]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-1sm7gm61rf]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-1sm7gm61rf]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-1sm7gm61rf]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-1sm7gm61rf]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-1sm7gm61rf] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-1sm7gm61rf] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-1sm7gm61rf]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-1sm7gm61rf], .custom-select[size]:not([size="1"])[b-1sm7gm61rf] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-1sm7gm61rf] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-1sm7gm61rf]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-1sm7gm61rf] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-1sm7gm61rf] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-1sm7gm61rf] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-1sm7gm61rf] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-1sm7gm61rf] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-1sm7gm61rf] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-1sm7gm61rf], .custom-file-input[disabled] ~ .custom-file-label[b-1sm7gm61rf] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-1sm7gm61rf]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-1sm7gm61rf]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-1sm7gm61rf] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-1sm7gm61rf]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-1sm7gm61rf] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-1sm7gm61rf] {
        outline: 0
    }

        .custom-range:focus[b-1sm7gm61rf]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-1sm7gm61rf]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-1sm7gm61rf]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-1sm7gm61rf]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-1sm7gm61rf]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-1sm7gm61rf]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-1sm7gm61rf]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-1sm7gm61rf]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-1sm7gm61rf]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-1sm7gm61rf]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-1sm7gm61rf]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-1sm7gm61rf]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-1sm7gm61rf]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-1sm7gm61rf]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-1sm7gm61rf]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-1sm7gm61rf]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-1sm7gm61rf]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-1sm7gm61rf]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-1sm7gm61rf]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-1sm7gm61rf]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-1sm7gm61rf]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-1sm7gm61rf]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-1sm7gm61rf]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-1sm7gm61rf]::before, .custom-file-label[b-1sm7gm61rf], .custom-select[b-1sm7gm61rf] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-1sm7gm61rf]::before, .custom-file-label[b-1sm7gm61rf], .custom-select[b-1sm7gm61rf] {
        transition: none
    }
}

.nav[b-1sm7gm61rf] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-1sm7gm61rf] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-1sm7gm61rf], .nav-link:hover[b-1sm7gm61rf] {
        text-decoration: none
    }

    .nav-link.disabled[b-1sm7gm61rf] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-1sm7gm61rf] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-1sm7gm61rf] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-1sm7gm61rf], .nav-tabs .nav-link:hover[b-1sm7gm61rf] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-1sm7gm61rf] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-1sm7gm61rf], .nav-tabs .nav-link.active[b-1sm7gm61rf] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-1sm7gm61rf] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-1sm7gm61rf] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-1sm7gm61rf], .nav-pills .show > .nav-link[b-1sm7gm61rf] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-1sm7gm61rf], .nav-fill > .nav-link[b-1sm7gm61rf] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-1sm7gm61rf], .nav-justified > .nav-link[b-1sm7gm61rf] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-1sm7gm61rf] {
    display: none
}

.tab-content > .active[b-1sm7gm61rf] {
    display: block
}

.navbar[b-1sm7gm61rf] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-1sm7gm61rf], .navbar .container-fluid[b-1sm7gm61rf], .navbar .container-lg[b-1sm7gm61rf], .navbar .container-md[b-1sm7gm61rf], .navbar .container-sm[b-1sm7gm61rf], .navbar .container-xl[b-1sm7gm61rf] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-1sm7gm61rf] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-1sm7gm61rf], .navbar-brand:hover[b-1sm7gm61rf] {
        text-decoration: none
    }

.navbar-nav[b-1sm7gm61rf] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-1sm7gm61rf] {
        position: static;
        float: none
    }

.navbar-text[b-1sm7gm61rf] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-1sm7gm61rf] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-1sm7gm61rf] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-1sm7gm61rf], .navbar-toggler:hover[b-1sm7gm61rf] {
        text-decoration: none
    }

.navbar-toggler-icon[b-1sm7gm61rf] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-1sm7gm61rf] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-1sm7gm61rf], .navbar-expand-sm > .container-fluid[b-1sm7gm61rf], .navbar-expand-sm > .container-lg[b-1sm7gm61rf], .navbar-expand-sm > .container-md[b-1sm7gm61rf], .navbar-expand-sm > .container-sm[b-1sm7gm61rf], .navbar-expand-sm > .container-xl[b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-1sm7gm61rf] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-1sm7gm61rf] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-1sm7gm61rf] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-1sm7gm61rf] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-1sm7gm61rf], .navbar-expand-sm > .container-fluid[b-1sm7gm61rf], .navbar-expand-sm > .container-lg[b-1sm7gm61rf], .navbar-expand-sm > .container-md[b-1sm7gm61rf], .navbar-expand-sm > .container-sm[b-1sm7gm61rf], .navbar-expand-sm > .container-xl[b-1sm7gm61rf] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-1sm7gm61rf] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-1sm7gm61rf] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-1sm7gm61rf] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-1sm7gm61rf], .navbar-expand-md > .container-fluid[b-1sm7gm61rf], .navbar-expand-md > .container-lg[b-1sm7gm61rf], .navbar-expand-md > .container-md[b-1sm7gm61rf], .navbar-expand-md > .container-sm[b-1sm7gm61rf], .navbar-expand-md > .container-xl[b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-1sm7gm61rf] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-1sm7gm61rf] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-1sm7gm61rf] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-1sm7gm61rf] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-1sm7gm61rf], .navbar-expand-md > .container-fluid[b-1sm7gm61rf], .navbar-expand-md > .container-lg[b-1sm7gm61rf], .navbar-expand-md > .container-md[b-1sm7gm61rf], .navbar-expand-md > .container-sm[b-1sm7gm61rf], .navbar-expand-md > .container-xl[b-1sm7gm61rf] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-1sm7gm61rf] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-1sm7gm61rf] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-1sm7gm61rf] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-1sm7gm61rf], .navbar-expand-lg > .container-fluid[b-1sm7gm61rf], .navbar-expand-lg > .container-lg[b-1sm7gm61rf], .navbar-expand-lg > .container-md[b-1sm7gm61rf], .navbar-expand-lg > .container-sm[b-1sm7gm61rf], .navbar-expand-lg > .container-xl[b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-1sm7gm61rf] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-1sm7gm61rf] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-1sm7gm61rf] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-1sm7gm61rf] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-1sm7gm61rf], .navbar-expand-lg > .container-fluid[b-1sm7gm61rf], .navbar-expand-lg > .container-lg[b-1sm7gm61rf], .navbar-expand-lg > .container-md[b-1sm7gm61rf], .navbar-expand-lg > .container-sm[b-1sm7gm61rf], .navbar-expand-lg > .container-xl[b-1sm7gm61rf] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-1sm7gm61rf] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-1sm7gm61rf] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-1sm7gm61rf] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-1sm7gm61rf], .navbar-expand-xl > .container-fluid[b-1sm7gm61rf], .navbar-expand-xl > .container-lg[b-1sm7gm61rf], .navbar-expand-xl > .container-md[b-1sm7gm61rf], .navbar-expand-xl > .container-sm[b-1sm7gm61rf], .navbar-expand-xl > .container-xl[b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-1sm7gm61rf] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-1sm7gm61rf] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-1sm7gm61rf] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-1sm7gm61rf] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-1sm7gm61rf], .navbar-expand-xl > .container-fluid[b-1sm7gm61rf], .navbar-expand-xl > .container-lg[b-1sm7gm61rf], .navbar-expand-xl > .container-md[b-1sm7gm61rf], .navbar-expand-xl > .container-sm[b-1sm7gm61rf], .navbar-expand-xl > .container-xl[b-1sm7gm61rf] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-1sm7gm61rf] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-1sm7gm61rf] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-1sm7gm61rf] {
            display: none
        }
}

.navbar-expand[b-1sm7gm61rf] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-1sm7gm61rf], .navbar-expand > .container-fluid[b-1sm7gm61rf], .navbar-expand > .container-lg[b-1sm7gm61rf], .navbar-expand > .container-md[b-1sm7gm61rf], .navbar-expand > .container-sm[b-1sm7gm61rf], .navbar-expand > .container-xl[b-1sm7gm61rf] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-1sm7gm61rf] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-1sm7gm61rf] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-1sm7gm61rf] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-1sm7gm61rf], .navbar-expand > .container-fluid[b-1sm7gm61rf], .navbar-expand > .container-lg[b-1sm7gm61rf], .navbar-expand > .container-md[b-1sm7gm61rf], .navbar-expand > .container-sm[b-1sm7gm61rf], .navbar-expand > .container-xl[b-1sm7gm61rf] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-1sm7gm61rf] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-1sm7gm61rf] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-1sm7gm61rf] {
        display: none
    }

.navbar-light .navbar-brand[b-1sm7gm61rf] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-1sm7gm61rf], .navbar-light .navbar-brand:hover[b-1sm7gm61rf] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-1sm7gm61rf] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-1sm7gm61rf], .navbar-light .navbar-nav .nav-link:hover[b-1sm7gm61rf] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-1sm7gm61rf] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-1sm7gm61rf], .navbar-light .navbar-nav .nav-link.active[b-1sm7gm61rf], .navbar-light .navbar-nav .nav-link.show[b-1sm7gm61rf], .navbar-light .navbar-nav .show > .nav-link[b-1sm7gm61rf] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-1sm7gm61rf] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-1sm7gm61rf] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-1sm7gm61rf] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-1sm7gm61rf] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-1sm7gm61rf], .navbar-light .navbar-text a:hover[b-1sm7gm61rf] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-1sm7gm61rf] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-1sm7gm61rf], .navbar-dark .navbar-brand:hover[b-1sm7gm61rf] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-1sm7gm61rf] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-1sm7gm61rf], .navbar-dark .navbar-nav .nav-link:hover[b-1sm7gm61rf] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-1sm7gm61rf] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-1sm7gm61rf], .navbar-dark .navbar-nav .nav-link.active[b-1sm7gm61rf], .navbar-dark .navbar-nav .nav-link.show[b-1sm7gm61rf], .navbar-dark .navbar-nav .show > .nav-link[b-1sm7gm61rf] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-1sm7gm61rf] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-1sm7gm61rf] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-1sm7gm61rf] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-1sm7gm61rf] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-1sm7gm61rf], .navbar-dark .navbar-text a:hover[b-1sm7gm61rf] {
            color: #fff
        }

.card[b-1sm7gm61rf] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-1sm7gm61rf] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-1sm7gm61rf] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-1sm7gm61rf] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-1sm7gm61rf] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-1sm7gm61rf], .card > .list-group + .card-footer[b-1sm7gm61rf] {
            border-top: 0
        }

.card-body[b-1sm7gm61rf] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-1sm7gm61rf] {
    margin-bottom: .75rem
}

.card-subtitle[b-1sm7gm61rf] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-1sm7gm61rf] {
    margin-bottom: 0
}

.card-link:hover[b-1sm7gm61rf] {
    text-decoration: none
}

.card-link + .card-link[b-1sm7gm61rf] {
    margin-left: 1.25rem
}

.card-header[b-1sm7gm61rf] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-1sm7gm61rf] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-1sm7gm61rf] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-1sm7gm61rf] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-1sm7gm61rf] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-1sm7gm61rf] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-1sm7gm61rf] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-1sm7gm61rf], .card-img-bottom[b-1sm7gm61rf], .card-img-top[b-1sm7gm61rf] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-1sm7gm61rf], .card-img-top[b-1sm7gm61rf] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-1sm7gm61rf], .card-img-bottom[b-1sm7gm61rf] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-1sm7gm61rf] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-1sm7gm61rf] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-1sm7gm61rf] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-1sm7gm61rf] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-1sm7gm61rf] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-1sm7gm61rf] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-1sm7gm61rf] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-1sm7gm61rf] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-1sm7gm61rf], .card-group > .card:not(:last-child) .card-img-top[b-1sm7gm61rf] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-1sm7gm61rf], .card-group > .card:not(:last-child) .card-img-bottom[b-1sm7gm61rf] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-1sm7gm61rf] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-1sm7gm61rf], .card-group > .card:not(:first-child) .card-img-top[b-1sm7gm61rf] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-1sm7gm61rf], .card-group > .card:not(:first-child) .card-img-bottom[b-1sm7gm61rf] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-1sm7gm61rf] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-1sm7gm61rf] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-1sm7gm61rf] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-1sm7gm61rf] {
    overflow-anchor: none
}

    .accordion > .card[b-1sm7gm61rf] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-1sm7gm61rf] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-1sm7gm61rf] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-1sm7gm61rf] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-1sm7gm61rf] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-1sm7gm61rf] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-1sm7gm61rf]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-1sm7gm61rf]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-1sm7gm61rf]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-1sm7gm61rf] {
    color: #858796
}

.pagination[b-1sm7gm61rf] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-1sm7gm61rf] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-1sm7gm61rf] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-1sm7gm61rf] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-1sm7gm61rf] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-1sm7gm61rf] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-1sm7gm61rf] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-1sm7gm61rf] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-1sm7gm61rf] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-1sm7gm61rf] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-1sm7gm61rf] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-1sm7gm61rf] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-1sm7gm61rf] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-1sm7gm61rf] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-1sm7gm61rf] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-1sm7gm61rf] {
        transition: none
    }
}

a.badge:focus[b-1sm7gm61rf], a.badge:hover[b-1sm7gm61rf] {
    text-decoration: none
}

.badge:empty[b-1sm7gm61rf] {
    display: none
}

.btn .badge[b-1sm7gm61rf] {
    position: relative;
    top: -1px
}

.badge-pill[b-1sm7gm61rf] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-1sm7gm61rf] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-1sm7gm61rf], a.badge-primary:hover[b-1sm7gm61rf] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-1sm7gm61rf], a.badge-primary:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-1sm7gm61rf] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-1sm7gm61rf], a.badge-secondary:hover[b-1sm7gm61rf] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-1sm7gm61rf], a.badge-secondary:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-1sm7gm61rf] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-1sm7gm61rf], a.badge-success:hover[b-1sm7gm61rf] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-1sm7gm61rf], a.badge-success:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-1sm7gm61rf] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-1sm7gm61rf], a.badge-info:hover[b-1sm7gm61rf] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-1sm7gm61rf], a.badge-info:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-1sm7gm61rf] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-1sm7gm61rf], a.badge-warning:hover[b-1sm7gm61rf] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-1sm7gm61rf], a.badge-warning:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-1sm7gm61rf] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-1sm7gm61rf], a.badge-danger:hover[b-1sm7gm61rf] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-1sm7gm61rf], a.badge-danger:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-1sm7gm61rf] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-1sm7gm61rf], a.badge-light:hover[b-1sm7gm61rf] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-1sm7gm61rf], a.badge-light:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-1sm7gm61rf] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-1sm7gm61rf], a.badge-dark:hover[b-1sm7gm61rf] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-1sm7gm61rf], a.badge-dark:focus[b-1sm7gm61rf] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-1sm7gm61rf] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-1sm7gm61rf] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-1sm7gm61rf] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-1sm7gm61rf] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-1sm7gm61rf] {
    color: inherit
}

.alert-link[b-1sm7gm61rf] {
    font-weight: 700
}

.alert-dismissible[b-1sm7gm61rf] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-1sm7gm61rf] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-1sm7gm61rf] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-1sm7gm61rf] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-1sm7gm61rf] {
        color: #1c294e
    }

.alert-secondary[b-1sm7gm61rf] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-1sm7gm61rf] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-1sm7gm61rf] {
        color: #2d2e33
    }

.alert-success[b-1sm7gm61rf] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-1sm7gm61rf] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-1sm7gm61rf] {
        color: #093b29
    }

.alert-info[b-1sm7gm61rf] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-1sm7gm61rf] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-1sm7gm61rf] {
        color: #113b42
    }

.alert-warning[b-1sm7gm61rf] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-1sm7gm61rf] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-1sm7gm61rf] {
        color: #574516
    }

.alert-danger[b-1sm7gm61rf] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-1sm7gm61rf] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-1sm7gm61rf] {
        color: #4f1915
    }

.alert-light[b-1sm7gm61rf] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-1sm7gm61rf] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-1sm7gm61rf] {
        color: #686869
    }

.alert-dark[b-1sm7gm61rf] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-1sm7gm61rf] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-1sm7gm61rf] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-1sm7gm61rf {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-1sm7gm61rf] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-1sm7gm61rf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-1sm7gm61rf] {
        transition: none
    }
}

.progress-bar-striped[b-1sm7gm61rf] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-1sm7gm61rf] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-1sm7gm61rf
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-1sm7gm61rf] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-1sm7gm61rf] {
    display: flex;
    align-items: flex-start
}

.media-body[b-1sm7gm61rf] {
    flex: 1
}

.list-group[b-1sm7gm61rf] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-1sm7gm61rf] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-action:hover[b-1sm7gm61rf] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-1sm7gm61rf] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-1sm7gm61rf] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-1sm7gm61rf] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-1sm7gm61rf] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-1sm7gm61rf], .list-group-item:disabled[b-1sm7gm61rf] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-1sm7gm61rf] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-1sm7gm61rf] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-1sm7gm61rf] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-1sm7gm61rf] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-1sm7gm61rf] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-1sm7gm61rf] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-1sm7gm61rf] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-1sm7gm61rf] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-1sm7gm61rf] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-1sm7gm61rf] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-1sm7gm61rf] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-1sm7gm61rf] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-1sm7gm61rf] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-1sm7gm61rf] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-1sm7gm61rf] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-1sm7gm61rf] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-1sm7gm61rf] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-1sm7gm61rf] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-1sm7gm61rf] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-1sm7gm61rf] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-1sm7gm61rf] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-1sm7gm61rf] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-1sm7gm61rf] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-1sm7gm61rf] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-1sm7gm61rf] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-1sm7gm61rf] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-1sm7gm61rf] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-1sm7gm61rf] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-1sm7gm61rf] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-1sm7gm61rf] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-1sm7gm61rf] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-1sm7gm61rf] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-1sm7gm61rf] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-1sm7gm61rf] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-1sm7gm61rf] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-1sm7gm61rf] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-1sm7gm61rf] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-primary.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-1sm7gm61rf] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-secondary.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-1sm7gm61rf] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-success.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-1sm7gm61rf] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-info.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-1sm7gm61rf] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-warning.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-1sm7gm61rf] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-danger.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-1sm7gm61rf] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-light.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-1sm7gm61rf] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-1sm7gm61rf], .list-group-item-dark.list-group-item-action:hover[b-1sm7gm61rf] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-1sm7gm61rf] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-1sm7gm61rf] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-1sm7gm61rf], .close:not(:disabled):not(.disabled):hover[b-1sm7gm61rf] {
        opacity: .75
    }

button.close[b-1sm7gm61rf] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-1sm7gm61rf] {
    pointer-events: none
}

.toast[b-1sm7gm61rf] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-1sm7gm61rf] {
        margin-bottom: .75rem
    }

    .toast.showing[b-1sm7gm61rf] {
        opacity: 1
    }

    .toast.show[b-1sm7gm61rf] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-1sm7gm61rf] {
        display: none
    }

.toast-header[b-1sm7gm61rf] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-1sm7gm61rf] {
    padding: .75rem
}

.modal-open[b-1sm7gm61rf] {
    overflow: hidden
}

    .modal-open .modal[b-1sm7gm61rf] {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal[b-1sm7gm61rf] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-1sm7gm61rf] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-1sm7gm61rf] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-1sm7gm61rf] {
        transition: none
    }
}

.modal.show .modal-dialog[b-1sm7gm61rf] {
    transform: none
}

.modal.modal-static .modal-dialog[b-1sm7gm61rf] {
    transform: scale(1.02)
}

.modal-dialog-scrollable[b-1sm7gm61rf] {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-1sm7gm61rf] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer[b-1sm7gm61rf], .modal-dialog-scrollable .modal-header[b-1sm7gm61rf] {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-1sm7gm61rf] {
        overflow-y: auto
    }

.modal-dialog-centered[b-1sm7gm61rf] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-1sm7gm61rf]::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-1sm7gm61rf] {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-1sm7gm61rf] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-1sm7gm61rf]::before {
            content: none
        }

.modal-content[b-1sm7gm61rf] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop[b-1sm7gm61rf] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-1sm7gm61rf] {
        opacity: 0
    }

    .modal-backdrop.show[b-1sm7gm61rf] {
        opacity: .5
    }

.modal-header[b-1sm7gm61rf] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close[b-1sm7gm61rf] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-1sm7gm61rf] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-1sm7gm61rf] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-1sm7gm61rf] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > *[b-1sm7gm61rf] {
        margin: .25rem
    }

.modal-scrollbar-measure[b-1sm7gm61rf] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog[b-1sm7gm61rf] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-1sm7gm61rf] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-1sm7gm61rf] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-1sm7gm61rf] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-1sm7gm61rf]::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm[b-1sm7gm61rf] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-1sm7gm61rf], .modal-xl[b-1sm7gm61rf] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-1sm7gm61rf] {
        max-width: 1140px
    }
}

.tooltip[b-1sm7gm61rf] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-1sm7gm61rf] {
        opacity: .9
    }

    .tooltip .arrow[b-1sm7gm61rf] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-1sm7gm61rf]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-1sm7gm61rf], .bs-tooltip-top[b-1sm7gm61rf] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-1sm7gm61rf], .bs-tooltip-top .arrow[b-1sm7gm61rf] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-1sm7gm61rf]::before, .bs-tooltip-top .arrow[b-1sm7gm61rf]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-1sm7gm61rf], .bs-tooltip-right[b-1sm7gm61rf] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-1sm7gm61rf], .bs-tooltip-right .arrow[b-1sm7gm61rf] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-1sm7gm61rf]::before, .bs-tooltip-right .arrow[b-1sm7gm61rf]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-1sm7gm61rf], .bs-tooltip-bottom[b-1sm7gm61rf] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-1sm7gm61rf], .bs-tooltip-bottom .arrow[b-1sm7gm61rf] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-1sm7gm61rf]::before, .bs-tooltip-bottom .arrow[b-1sm7gm61rf]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-1sm7gm61rf], .bs-tooltip-left[b-1sm7gm61rf] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-1sm7gm61rf], .bs-tooltip-left .arrow[b-1sm7gm61rf] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-1sm7gm61rf]::before, .bs-tooltip-left .arrow[b-1sm7gm61rf]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-1sm7gm61rf] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-1sm7gm61rf] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-1sm7gm61rf] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-1sm7gm61rf]::after, .popover .arrow[b-1sm7gm61rf]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-1sm7gm61rf], .bs-popover-top[b-1sm7gm61rf] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-1sm7gm61rf], .bs-popover-top > .arrow[b-1sm7gm61rf] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-1sm7gm61rf]::before, .bs-popover-top > .arrow[b-1sm7gm61rf]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-1sm7gm61rf]::after, .bs-popover-top > .arrow[b-1sm7gm61rf]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-1sm7gm61rf], .bs-popover-right[b-1sm7gm61rf] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-1sm7gm61rf], .bs-popover-right > .arrow[b-1sm7gm61rf] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-1sm7gm61rf]::before, .bs-popover-right > .arrow[b-1sm7gm61rf]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-1sm7gm61rf]::after, .bs-popover-right > .arrow[b-1sm7gm61rf]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-1sm7gm61rf], .bs-popover-bottom[b-1sm7gm61rf] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-1sm7gm61rf], .bs-popover-bottom > .arrow[b-1sm7gm61rf] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-1sm7gm61rf]::before, .bs-popover-bottom > .arrow[b-1sm7gm61rf]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-1sm7gm61rf]::after, .bs-popover-bottom > .arrow[b-1sm7gm61rf]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-1sm7gm61rf]::before, .bs-popover-bottom .popover-header[b-1sm7gm61rf]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-1sm7gm61rf], .bs-popover-left[b-1sm7gm61rf] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-1sm7gm61rf], .bs-popover-left > .arrow[b-1sm7gm61rf] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-1sm7gm61rf]::before, .bs-popover-left > .arrow[b-1sm7gm61rf]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-1sm7gm61rf]::after, .bs-popover-left > .arrow[b-1sm7gm61rf]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-1sm7gm61rf] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-1sm7gm61rf] {
        display: none
    }

.popover-body[b-1sm7gm61rf] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-1sm7gm61rf] {
    position: relative
}

    .carousel.pointer-event[b-1sm7gm61rf] {
        touch-action: pan-y
    }

.carousel-inner[b-1sm7gm61rf] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-1sm7gm61rf]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-1sm7gm61rf] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-1sm7gm61rf] {
        transition: none
    }
}

.carousel-item-next[b-1sm7gm61rf], .carousel-item-prev[b-1sm7gm61rf], .carousel-item.active[b-1sm7gm61rf] {
    display: block
}

    .active.carousel-item-right[b-1sm7gm61rf], .carousel-item-next:not(.carousel-item-left)[b-1sm7gm61rf] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-1sm7gm61rf], .carousel-item-prev:not(.carousel-item-right)[b-1sm7gm61rf] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-1sm7gm61rf] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-1sm7gm61rf], .carousel-fade .carousel-item-prev.carousel-item-right[b-1sm7gm61rf], .carousel-fade .carousel-item.active[b-1sm7gm61rf] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-1sm7gm61rf], .carousel-fade .active.carousel-item-right[b-1sm7gm61rf] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-1sm7gm61rf], .carousel-fade .active.carousel-item-right[b-1sm7gm61rf] {
        transition: none
    }
}

.carousel-control-next[b-1sm7gm61rf], .carousel-control-prev[b-1sm7gm61rf] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-1sm7gm61rf], .carousel-control-prev[b-1sm7gm61rf] {
        transition: none
    }
}

.carousel-control-next:focus[b-1sm7gm61rf], .carousel-control-next:hover[b-1sm7gm61rf], .carousel-control-prev:focus[b-1sm7gm61rf], .carousel-control-prev:hover[b-1sm7gm61rf] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-1sm7gm61rf] {
    left: 0
}

.carousel-control-next[b-1sm7gm61rf] {
    right: 0
}

.carousel-control-next-icon[b-1sm7gm61rf], .carousel-control-prev-icon[b-1sm7gm61rf] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-1sm7gm61rf] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-1sm7gm61rf] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-1sm7gm61rf] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-1sm7gm61rf] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-1sm7gm61rf] {
        transition: none
    }
}

.carousel-indicators .active[b-1sm7gm61rf] {
    opacity: 1
}

.carousel-caption[b-1sm7gm61rf] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-1sm7gm61rf {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-1sm7gm61rf] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-1sm7gm61rf
}

.spinner-border-sm[b-1sm7gm61rf] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-1sm7gm61rf {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-1sm7gm61rf] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-1sm7gm61rf
}

.spinner-grow-sm[b-1sm7gm61rf] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-1sm7gm61rf], .spinner-grow[b-1sm7gm61rf] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-1sm7gm61rf] {
    vertical-align: baseline !important
}

.align-top[b-1sm7gm61rf] {
    vertical-align: top !important
}

.align-middle[b-1sm7gm61rf] {
    vertical-align: middle !important
}

.align-bottom[b-1sm7gm61rf] {
    vertical-align: bottom !important
}

.align-text-bottom[b-1sm7gm61rf] {
    vertical-align: text-bottom !important
}

.align-text-top[b-1sm7gm61rf] {
    vertical-align: text-top !important
}

.bg-primary[b-1sm7gm61rf] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-1sm7gm61rf], a.bg-primary:hover[b-1sm7gm61rf], button.bg-primary:focus[b-1sm7gm61rf], button.bg-primary:hover[b-1sm7gm61rf] {
    background-color: #2653d4 !important
}

.bg-secondary[b-1sm7gm61rf] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-1sm7gm61rf], a.bg-secondary:hover[b-1sm7gm61rf], button.bg-secondary:focus[b-1sm7gm61rf], button.bg-secondary:hover[b-1sm7gm61rf] {
    background-color: #6b6d7d !important
}

.bg-success[b-1sm7gm61rf] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-1sm7gm61rf], a.bg-success:hover[b-1sm7gm61rf], button.bg-success:focus[b-1sm7gm61rf], button.bg-success:hover[b-1sm7gm61rf] {
    background-color: #169b6b !important
}

.bg-info[b-1sm7gm61rf] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-1sm7gm61rf], a.bg-info:hover[b-1sm7gm61rf], button.bg-info:focus[b-1sm7gm61rf], button.bg-info:hover[b-1sm7gm61rf] {
    background-color: #2a96a5 !important
}

.bg-warning[b-1sm7gm61rf] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-1sm7gm61rf], a.bg-warning:hover[b-1sm7gm61rf], button.bg-warning:focus[b-1sm7gm61rf], button.bg-warning:hover[b-1sm7gm61rf] {
    background-color: #f4b30d !important
}

.bg-danger[b-1sm7gm61rf] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-1sm7gm61rf], a.bg-danger:hover[b-1sm7gm61rf], button.bg-danger:focus[b-1sm7gm61rf], button.bg-danger:hover[b-1sm7gm61rf] {
    background-color: #d52a1a !important
}

.bg-light[b-1sm7gm61rf] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-1sm7gm61rf], a.bg-light:hover[b-1sm7gm61rf], button.bg-light:focus[b-1sm7gm61rf], button.bg-light:hover[b-1sm7gm61rf] {
    background-color: #d4daed !important
}

.bg-dark[b-1sm7gm61rf] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-1sm7gm61rf], a.bg-dark:hover[b-1sm7gm61rf], button.bg-dark:focus[b-1sm7gm61rf], button.bg-dark:hover[b-1sm7gm61rf] {
    background-color: #42444e !important
}

.bg-white[b-1sm7gm61rf] {
    background-color: #fff !important
}

.bg-transparent[b-1sm7gm61rf] {
    background-color: transparent !important
}

.border[b-1sm7gm61rf] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-1sm7gm61rf] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-1sm7gm61rf] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-1sm7gm61rf] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-1sm7gm61rf] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-1sm7gm61rf] {
    border: 0 !important
}

.border-top-0[b-1sm7gm61rf] {
    border-top: 0 !important
}

.border-right-0[b-1sm7gm61rf] {
    border-right: 0 !important
}

.border-bottom-0[b-1sm7gm61rf] {
    border-bottom: 0 !important
}

.border-left-0[b-1sm7gm61rf] {
    border-left: 0 !important
}

.border-primary[b-1sm7gm61rf] {
    border-color: #4e73df !important
}

.border-secondary[b-1sm7gm61rf] {
    border-color: #858796 !important
}

.border-success[b-1sm7gm61rf] {
    border-color: #1cc88a !important
}

.border-info[b-1sm7gm61rf] {
    border-color: #36b9cc !important
}

.border-warning[b-1sm7gm61rf] {
    border-color: #f6c23e !important
}

.border-danger[b-1sm7gm61rf] {
    border-color: #e74a3b !important
}

.border-light[b-1sm7gm61rf] {
    border-color: #f8f9fc !important
}

.border-dark[b-1sm7gm61rf] {
    border-color: #5a5c69 !important
}

.border-white[b-1sm7gm61rf] {
    border-color: #fff !important
}

.rounded-sm[b-1sm7gm61rf] {
    border-radius: .2rem !important
}

.rounded[b-1sm7gm61rf] {
    border-radius: .35rem !important
}

.rounded-top[b-1sm7gm61rf] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-1sm7gm61rf] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-1sm7gm61rf] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-1sm7gm61rf] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-1sm7gm61rf] {
    border-radius: .3rem !important
}

.rounded-circle[b-1sm7gm61rf] {
    border-radius: 50% !important
}

.rounded-pill[b-1sm7gm61rf] {
    border-radius: 50rem !important
}

.rounded-0[b-1sm7gm61rf] {
    border-radius: 0 !important
}

.clearfix[b-1sm7gm61rf]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-1sm7gm61rf] {
    display: none !important
}

.d-inline[b-1sm7gm61rf] {
    display: inline !important
}

.d-inline-block[b-1sm7gm61rf] {
    display: inline-block !important
}

.d-block[b-1sm7gm61rf] {
    display: block !important
}

.d-table[b-1sm7gm61rf] {
    display: table !important
}

.d-table-row[b-1sm7gm61rf] {
    display: table-row !important
}

.d-table-cell[b-1sm7gm61rf] {
    display: table-cell !important
}

.d-flex[b-1sm7gm61rf] {
    display: flex !important
}

.d-inline-flex[b-1sm7gm61rf] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-1sm7gm61rf] {
        display: none !important
    }

    .d-sm-inline[b-1sm7gm61rf] {
        display: inline !important
    }

    .d-sm-inline-block[b-1sm7gm61rf] {
        display: inline-block !important
    }

    .d-sm-block[b-1sm7gm61rf] {
        display: block !important
    }

    .d-sm-table[b-1sm7gm61rf] {
        display: table !important
    }

    .d-sm-table-row[b-1sm7gm61rf] {
        display: table-row !important
    }

    .d-sm-table-cell[b-1sm7gm61rf] {
        display: table-cell !important
    }

    .d-sm-flex[b-1sm7gm61rf] {
        display: flex !important
    }

    .d-sm-inline-flex[b-1sm7gm61rf] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-1sm7gm61rf] {
        display: none !important
    }

    .d-md-inline[b-1sm7gm61rf] {
        display: inline !important
    }

    .d-md-inline-block[b-1sm7gm61rf] {
        display: inline-block !important
    }

    .d-md-block[b-1sm7gm61rf] {
        display: block !important
    }

    .d-md-table[b-1sm7gm61rf] {
        display: table !important
    }

    .d-md-table-row[b-1sm7gm61rf] {
        display: table-row !important
    }

    .d-md-table-cell[b-1sm7gm61rf] {
        display: table-cell !important
    }

    .d-md-flex[b-1sm7gm61rf] {
        display: flex !important
    }

    .d-md-inline-flex[b-1sm7gm61rf] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-1sm7gm61rf] {
        display: none !important
    }

    .d-lg-inline[b-1sm7gm61rf] {
        display: inline !important
    }

    .d-lg-inline-block[b-1sm7gm61rf] {
        display: inline-block !important
    }

    .d-lg-block[b-1sm7gm61rf] {
        display: block !important
    }

    .d-lg-table[b-1sm7gm61rf] {
        display: table !important
    }

    .d-lg-table-row[b-1sm7gm61rf] {
        display: table-row !important
    }

    .d-lg-table-cell[b-1sm7gm61rf] {
        display: table-cell !important
    }

    .d-lg-flex[b-1sm7gm61rf] {
        display: flex !important
    }

    .d-lg-inline-flex[b-1sm7gm61rf] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-1sm7gm61rf] {
        display: none !important
    }

    .d-xl-inline[b-1sm7gm61rf] {
        display: inline !important
    }

    .d-xl-inline-block[b-1sm7gm61rf] {
        display: inline-block !important
    }

    .d-xl-block[b-1sm7gm61rf] {
        display: block !important
    }

    .d-xl-table[b-1sm7gm61rf] {
        display: table !important
    }

    .d-xl-table-row[b-1sm7gm61rf] {
        display: table-row !important
    }

    .d-xl-table-cell[b-1sm7gm61rf] {
        display: table-cell !important
    }

    .d-xl-flex[b-1sm7gm61rf] {
        display: flex !important
    }

    .d-xl-inline-flex[b-1sm7gm61rf] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-1sm7gm61rf] {
        display: none !important
    }

    .d-print-inline[b-1sm7gm61rf] {
        display: inline !important
    }

    .d-print-inline-block[b-1sm7gm61rf] {
        display: inline-block !important
    }

    .d-print-block[b-1sm7gm61rf] {
        display: block !important
    }

    .d-print-table[b-1sm7gm61rf] {
        display: table !important
    }

    .d-print-table-row[b-1sm7gm61rf] {
        display: table-row !important
    }

    .d-print-table-cell[b-1sm7gm61rf] {
        display: table-cell !important
    }

    .d-print-flex[b-1sm7gm61rf] {
        display: flex !important
    }

    .d-print-inline-flex[b-1sm7gm61rf] {
        display: inline-flex !important
    }
}

.embed-responsive[b-1sm7gm61rf] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-1sm7gm61rf]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-1sm7gm61rf], .embed-responsive embed[b-1sm7gm61rf], .embed-responsive iframe[b-1sm7gm61rf], .embed-responsive object[b-1sm7gm61rf], .embed-responsive video[b-1sm7gm61rf] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-1sm7gm61rf]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-1sm7gm61rf]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-1sm7gm61rf]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-1sm7gm61rf]::before {
    padding-top: 100%
}

.flex-row[b-1sm7gm61rf] {
    flex-direction: row !important
}

.flex-column[b-1sm7gm61rf] {
    flex-direction: column !important
}

.flex-row-reverse[b-1sm7gm61rf] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-1sm7gm61rf] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-1sm7gm61rf] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-1sm7gm61rf] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-1sm7gm61rf] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-1sm7gm61rf] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-1sm7gm61rf] {
    flex-grow: 0 !important
}

.flex-grow-1[b-1sm7gm61rf] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-1sm7gm61rf] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-1sm7gm61rf] {
    flex-shrink: 1 !important
}

.justify-content-start[b-1sm7gm61rf] {
    justify-content: flex-start !important
}

.justify-content-end[b-1sm7gm61rf] {
    justify-content: flex-end !important
}

.justify-content-center[b-1sm7gm61rf] {
    justify-content: center !important
}

.justify-content-between[b-1sm7gm61rf] {
    justify-content: space-between !important
}

.justify-content-around[b-1sm7gm61rf] {
    justify-content: space-around !important
}

.align-items-start[b-1sm7gm61rf] {
    align-items: flex-start !important
}

.align-items-end[b-1sm7gm61rf] {
    align-items: flex-end !important
}

.align-items-center[b-1sm7gm61rf] {
    align-items: center !important
}

.align-items-baseline[b-1sm7gm61rf] {
    align-items: baseline !important
}

.align-items-stretch[b-1sm7gm61rf] {
    align-items: stretch !important
}

.align-content-start[b-1sm7gm61rf] {
    align-content: flex-start !important
}

.align-content-end[b-1sm7gm61rf] {
    align-content: flex-end !important
}

.align-content-center[b-1sm7gm61rf] {
    align-content: center !important
}

.align-content-between[b-1sm7gm61rf] {
    align-content: space-between !important
}

.align-content-around[b-1sm7gm61rf] {
    align-content: space-around !important
}

.align-content-stretch[b-1sm7gm61rf] {
    align-content: stretch !important
}

.align-self-auto[b-1sm7gm61rf] {
    align-self: auto !important
}

.align-self-start[b-1sm7gm61rf] {
    align-self: flex-start !important
}

.align-self-end[b-1sm7gm61rf] {
    align-self: flex-end !important
}

.align-self-center[b-1sm7gm61rf] {
    align-self: center !important
}

.align-self-baseline[b-1sm7gm61rf] {
    align-self: baseline !important
}

.align-self-stretch[b-1sm7gm61rf] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-1sm7gm61rf] {
        flex-direction: row !important
    }

    .flex-sm-column[b-1sm7gm61rf] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-1sm7gm61rf] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-1sm7gm61rf] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-1sm7gm61rf] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-1sm7gm61rf] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-1sm7gm61rf] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-1sm7gm61rf] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-1sm7gm61rf] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-1sm7gm61rf] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-1sm7gm61rf] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-1sm7gm61rf] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-1sm7gm61rf] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-1sm7gm61rf] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-1sm7gm61rf] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-1sm7gm61rf] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-1sm7gm61rf] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-1sm7gm61rf] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-1sm7gm61rf] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-1sm7gm61rf] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-1sm7gm61rf] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-1sm7gm61rf] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-1sm7gm61rf] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-1sm7gm61rf] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-1sm7gm61rf] {
        align-content: center !important
    }

    .align-content-sm-between[b-1sm7gm61rf] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-1sm7gm61rf] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-1sm7gm61rf] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-1sm7gm61rf] {
        align-self: auto !important
    }

    .align-self-sm-start[b-1sm7gm61rf] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-1sm7gm61rf] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-1sm7gm61rf] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-1sm7gm61rf] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-1sm7gm61rf] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-1sm7gm61rf] {
        flex-direction: row !important
    }

    .flex-md-column[b-1sm7gm61rf] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-1sm7gm61rf] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-1sm7gm61rf] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-1sm7gm61rf] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-1sm7gm61rf] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-1sm7gm61rf] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-1sm7gm61rf] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-1sm7gm61rf] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-1sm7gm61rf] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-1sm7gm61rf] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-1sm7gm61rf] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-1sm7gm61rf] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-1sm7gm61rf] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-1sm7gm61rf] {
        justify-content: center !important
    }

    .justify-content-md-between[b-1sm7gm61rf] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-1sm7gm61rf] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-1sm7gm61rf] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-1sm7gm61rf] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-1sm7gm61rf] {
        align-items: center !important
    }

    .align-items-md-baseline[b-1sm7gm61rf] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-1sm7gm61rf] {
        align-items: stretch !important
    }

    .align-content-md-start[b-1sm7gm61rf] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-1sm7gm61rf] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-1sm7gm61rf] {
        align-content: center !important
    }

    .align-content-md-between[b-1sm7gm61rf] {
        align-content: space-between !important
    }

    .align-content-md-around[b-1sm7gm61rf] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-1sm7gm61rf] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-1sm7gm61rf] {
        align-self: auto !important
    }

    .align-self-md-start[b-1sm7gm61rf] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-1sm7gm61rf] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-1sm7gm61rf] {
        align-self: center !important
    }

    .align-self-md-baseline[b-1sm7gm61rf] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-1sm7gm61rf] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-1sm7gm61rf] {
        flex-direction: row !important
    }

    .flex-lg-column[b-1sm7gm61rf] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-1sm7gm61rf] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-1sm7gm61rf] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-1sm7gm61rf] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-1sm7gm61rf] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-1sm7gm61rf] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-1sm7gm61rf] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-1sm7gm61rf] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-1sm7gm61rf] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-1sm7gm61rf] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-1sm7gm61rf] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-1sm7gm61rf] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-1sm7gm61rf] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-1sm7gm61rf] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-1sm7gm61rf] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-1sm7gm61rf] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-1sm7gm61rf] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-1sm7gm61rf] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-1sm7gm61rf] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-1sm7gm61rf] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-1sm7gm61rf] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-1sm7gm61rf] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-1sm7gm61rf] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-1sm7gm61rf] {
        align-content: center !important
    }

    .align-content-lg-between[b-1sm7gm61rf] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-1sm7gm61rf] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-1sm7gm61rf] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-1sm7gm61rf] {
        align-self: auto !important
    }

    .align-self-lg-start[b-1sm7gm61rf] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-1sm7gm61rf] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-1sm7gm61rf] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-1sm7gm61rf] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-1sm7gm61rf] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-1sm7gm61rf] {
        flex-direction: row !important
    }

    .flex-xl-column[b-1sm7gm61rf] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-1sm7gm61rf] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-1sm7gm61rf] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-1sm7gm61rf] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-1sm7gm61rf] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-1sm7gm61rf] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-1sm7gm61rf] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-1sm7gm61rf] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-1sm7gm61rf] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-1sm7gm61rf] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-1sm7gm61rf] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-1sm7gm61rf] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-1sm7gm61rf] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-1sm7gm61rf] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-1sm7gm61rf] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-1sm7gm61rf] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-1sm7gm61rf] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-1sm7gm61rf] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-1sm7gm61rf] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-1sm7gm61rf] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-1sm7gm61rf] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-1sm7gm61rf] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-1sm7gm61rf] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-1sm7gm61rf] {
        align-content: center !important
    }

    .align-content-xl-between[b-1sm7gm61rf] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-1sm7gm61rf] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-1sm7gm61rf] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-1sm7gm61rf] {
        align-self: auto !important
    }

    .align-self-xl-start[b-1sm7gm61rf] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-1sm7gm61rf] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-1sm7gm61rf] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-1sm7gm61rf] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-1sm7gm61rf] {
        align-self: stretch !important
    }
}

.float-left[b-1sm7gm61rf] {
    float: left !important
}

.float-right[b-1sm7gm61rf] {
    float: right !important
}

.float-none[b-1sm7gm61rf] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-1sm7gm61rf] {
        float: left !important
    }

    .float-sm-right[b-1sm7gm61rf] {
        float: right !important
    }

    .float-sm-none[b-1sm7gm61rf] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-1sm7gm61rf] {
        float: left !important
    }

    .float-md-right[b-1sm7gm61rf] {
        float: right !important
    }

    .float-md-none[b-1sm7gm61rf] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-1sm7gm61rf] {
        float: left !important
    }

    .float-lg-right[b-1sm7gm61rf] {
        float: right !important
    }

    .float-lg-none[b-1sm7gm61rf] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-1sm7gm61rf] {
        float: left !important
    }

    .float-xl-right[b-1sm7gm61rf] {
        float: right !important
    }

    .float-xl-none[b-1sm7gm61rf] {
        float: none !important
    }
}

.user-select-all[b-1sm7gm61rf] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-1sm7gm61rf] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-1sm7gm61rf] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-1sm7gm61rf] {
    overflow: auto !important
}

.overflow-hidden[b-1sm7gm61rf] {
    overflow: hidden !important
}

.position-static[b-1sm7gm61rf] {
    position: static !important
}

.position-relative[b-1sm7gm61rf] {
    position: relative !important
}

.position-absolute[b-1sm7gm61rf] {
    position: absolute !important
}

.position-fixed[b-1sm7gm61rf] {
    position: fixed !important
}

.position-sticky[b-1sm7gm61rf] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-1sm7gm61rf] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-1sm7gm61rf] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-1sm7gm61rf] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-1sm7gm61rf] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-1sm7gm61rf], .sr-only-focusable:focus[b-1sm7gm61rf] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-1sm7gm61rf] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-1sm7gm61rf] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-1sm7gm61rf] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-1sm7gm61rf] {
    box-shadow: none !important
}

.w-25[b-1sm7gm61rf] {
    width: 25% !important
}

.w-50[b-1sm7gm61rf] {
    width: 50% !important
}

.w-75[b-1sm7gm61rf] {
    width: 75% !important
}

.w-100[b-1sm7gm61rf] {
    width: 100% !important
}

.w-auto[b-1sm7gm61rf] {
    width: auto !important
}

.h-25[b-1sm7gm61rf] {
    height: 25% !important
}

.h-50[b-1sm7gm61rf] {
    height: 50% !important
}

.h-75[b-1sm7gm61rf] {
    height: 75% !important
}

.h-100[b-1sm7gm61rf] {
    height: 100% !important
}

.h-auto[b-1sm7gm61rf] {
    height: auto !important
}

.mw-100[b-1sm7gm61rf] {
    max-width: 100% !important
}

.mh-100[b-1sm7gm61rf] {
    max-height: 100% !important
}

.min-vw-100[b-1sm7gm61rf] {
    min-width: 100vw !important
}

.min-vh-100[b-1sm7gm61rf] {
    min-height: 100vh !important
}

.vw-100[b-1sm7gm61rf] {
    width: 100vw !important
}

.vh-100[b-1sm7gm61rf] {
    height: 100vh !important
}

.m-0[b-1sm7gm61rf] {
    margin: 0 !important
}

.mt-0[b-1sm7gm61rf], .my-0[b-1sm7gm61rf] {
    margin-top: 0 !important
}

.mr-0[b-1sm7gm61rf], .mx-0[b-1sm7gm61rf] {
    margin-right: 0 !important
}

.mb-0[b-1sm7gm61rf], .my-0[b-1sm7gm61rf] {
    margin-bottom: 0 !important
}

.ml-0[b-1sm7gm61rf], .mx-0[b-1sm7gm61rf] {
    margin-left: 0 !important
}

.m-1[b-1sm7gm61rf] {
    margin: .25rem !important
}

.mt-1[b-1sm7gm61rf], .my-1[b-1sm7gm61rf] {
    margin-top: .25rem !important
}

.mr-1[b-1sm7gm61rf], .mx-1[b-1sm7gm61rf] {
    margin-right: .25rem !important
}

.mb-1[b-1sm7gm61rf], .my-1[b-1sm7gm61rf] {
    margin-bottom: .25rem !important
}

.ml-1[b-1sm7gm61rf], .mx-1[b-1sm7gm61rf] {
    margin-left: .25rem !important
}

.m-2[b-1sm7gm61rf] {
    margin: .5rem !important
}

.mt-2[b-1sm7gm61rf], .my-2[b-1sm7gm61rf] {
    margin-top: .5rem !important
}

.mr-2[b-1sm7gm61rf], .mx-2[b-1sm7gm61rf] {
    margin-right: .5rem !important
}

.mb-2[b-1sm7gm61rf], .my-2[b-1sm7gm61rf] {
    margin-bottom: .5rem !important
}

.ml-2[b-1sm7gm61rf], .mx-2[b-1sm7gm61rf] {
    margin-left: .5rem !important
}

.m-3[b-1sm7gm61rf] {
    margin: 1rem !important
}

.mt-3[b-1sm7gm61rf], .my-3[b-1sm7gm61rf] {
    margin-top: 1rem !important
}

.mr-3[b-1sm7gm61rf], .mx-3[b-1sm7gm61rf] {
    margin-right: 1rem !important
}

.mb-3[b-1sm7gm61rf], .my-3[b-1sm7gm61rf] {
    margin-bottom: 1rem !important
}

.ml-3[b-1sm7gm61rf], .mx-3[b-1sm7gm61rf] {
    margin-left: 1rem !important
}

.m-4[b-1sm7gm61rf] {
    margin: 1.5rem !important
}

.mt-4[b-1sm7gm61rf], .my-4[b-1sm7gm61rf] {
    margin-top: 1.5rem !important
}

.mr-4[b-1sm7gm61rf], .mx-4[b-1sm7gm61rf] {
    margin-right: 1.5rem !important
}

.mb-4[b-1sm7gm61rf], .my-4[b-1sm7gm61rf] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-1sm7gm61rf], .mx-4[b-1sm7gm61rf] {
    margin-left: 1.5rem !important
}

.m-5[b-1sm7gm61rf] {
    margin: 3rem !important
}

.mt-5[b-1sm7gm61rf], .my-5[b-1sm7gm61rf] {
    margin-top: 3rem !important
}

.mr-5[b-1sm7gm61rf], .mx-5[b-1sm7gm61rf] {
    margin-right: 3rem !important
}

.mb-5[b-1sm7gm61rf], .my-5[b-1sm7gm61rf] {
    margin-bottom: 3rem !important
}

.ml-5[b-1sm7gm61rf], .mx-5[b-1sm7gm61rf] {
    margin-left: 3rem !important
}

.p-0[b-1sm7gm61rf] {
    padding: 0 !important
}

.pt-0[b-1sm7gm61rf], .py-0[b-1sm7gm61rf] {
    padding-top: 0 !important
}

.pr-0[b-1sm7gm61rf], .px-0[b-1sm7gm61rf] {
    padding-right: 0 !important
}

.pb-0[b-1sm7gm61rf], .py-0[b-1sm7gm61rf] {
    padding-bottom: 0 !important
}

.pl-0[b-1sm7gm61rf], .px-0[b-1sm7gm61rf] {
    padding-left: 0 !important
}

.p-1[b-1sm7gm61rf] {
    padding: .25rem !important
}

.pt-1[b-1sm7gm61rf], .py-1[b-1sm7gm61rf] {
    padding-top: .25rem !important
}

.pr-1[b-1sm7gm61rf], .px-1[b-1sm7gm61rf] {
    padding-right: .25rem !important
}

.pb-1[b-1sm7gm61rf], .py-1[b-1sm7gm61rf] {
    padding-bottom: .25rem !important
}

.pl-1[b-1sm7gm61rf], .px-1[b-1sm7gm61rf] {
    padding-left: .25rem !important
}

.p-2[b-1sm7gm61rf] {
    padding: .5rem !important
}

.pt-2[b-1sm7gm61rf], .py-2[b-1sm7gm61rf] {
    padding-top: .5rem !important
}

.pr-2[b-1sm7gm61rf], .px-2[b-1sm7gm61rf] {
    padding-right: .5rem !important
}

.pb-2[b-1sm7gm61rf], .py-2[b-1sm7gm61rf] {
    padding-bottom: .5rem !important
}

.pl-2[b-1sm7gm61rf], .px-2[b-1sm7gm61rf] {
    padding-left: .5rem !important
}

.p-3[b-1sm7gm61rf] {
    padding: 1rem !important
}

.pt-3[b-1sm7gm61rf], .py-3[b-1sm7gm61rf] {
    padding-top: 1rem !important
}

.pr-3[b-1sm7gm61rf], .px-3[b-1sm7gm61rf] {
    padding-right: 1rem !important
}

.pb-3[b-1sm7gm61rf], .py-3[b-1sm7gm61rf] {
    padding-bottom: 1rem !important
}

.pl-3[b-1sm7gm61rf], .px-3[b-1sm7gm61rf] {
    padding-left: 1rem !important
}

.p-4[b-1sm7gm61rf] {
    padding: 1.5rem !important
}

.pt-4[b-1sm7gm61rf], .py-4[b-1sm7gm61rf] {
    padding-top: 1.5rem !important
}

.pr-4[b-1sm7gm61rf], .px-4[b-1sm7gm61rf] {
    padding-right: 1.5rem !important
}

.pb-4[b-1sm7gm61rf], .py-4[b-1sm7gm61rf] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-1sm7gm61rf], .px-4[b-1sm7gm61rf] {
    padding-left: 1.5rem !important
}

.p-5[b-1sm7gm61rf] {
    padding: 3rem !important
}

.pt-5[b-1sm7gm61rf], .py-5[b-1sm7gm61rf] {
    padding-top: 3rem !important
}

.pr-5[b-1sm7gm61rf], .px-5[b-1sm7gm61rf] {
    padding-right: 3rem !important
}

.pb-5[b-1sm7gm61rf], .py-5[b-1sm7gm61rf] {
    padding-bottom: 3rem !important
}

.pl-5[b-1sm7gm61rf], .px-5[b-1sm7gm61rf] {
    padding-left: 3rem !important
}

.m-n1[b-1sm7gm61rf] {
    margin: -.25rem !important
}

.mt-n1[b-1sm7gm61rf], .my-n1[b-1sm7gm61rf] {
    margin-top: -.25rem !important
}

.mr-n1[b-1sm7gm61rf], .mx-n1[b-1sm7gm61rf] {
    margin-right: -.25rem !important
}

.mb-n1[b-1sm7gm61rf], .my-n1[b-1sm7gm61rf] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-1sm7gm61rf], .mx-n1[b-1sm7gm61rf] {
    margin-left: -.25rem !important
}

.m-n2[b-1sm7gm61rf] {
    margin: -.5rem !important
}

.mt-n2[b-1sm7gm61rf], .my-n2[b-1sm7gm61rf] {
    margin-top: -.5rem !important
}

.mr-n2[b-1sm7gm61rf], .mx-n2[b-1sm7gm61rf] {
    margin-right: -.5rem !important
}

.mb-n2[b-1sm7gm61rf], .my-n2[b-1sm7gm61rf] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-1sm7gm61rf], .mx-n2[b-1sm7gm61rf] {
    margin-left: -.5rem !important
}

.m-n3[b-1sm7gm61rf] {
    margin: -1rem !important
}

.mt-n3[b-1sm7gm61rf], .my-n3[b-1sm7gm61rf] {
    margin-top: -1rem !important
}

.mr-n3[b-1sm7gm61rf], .mx-n3[b-1sm7gm61rf] {
    margin-right: -1rem !important
}

.mb-n3[b-1sm7gm61rf], .my-n3[b-1sm7gm61rf] {
    margin-bottom: -1rem !important
}

.ml-n3[b-1sm7gm61rf], .mx-n3[b-1sm7gm61rf] {
    margin-left: -1rem !important
}

.m-n4[b-1sm7gm61rf] {
    margin: -1.5rem !important
}

.mt-n4[b-1sm7gm61rf], .my-n4[b-1sm7gm61rf] {
    margin-top: -1.5rem !important
}

.mr-n4[b-1sm7gm61rf], .mx-n4[b-1sm7gm61rf] {
    margin-right: -1.5rem !important
}

.mb-n4[b-1sm7gm61rf], .my-n4[b-1sm7gm61rf] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-1sm7gm61rf], .mx-n4[b-1sm7gm61rf] {
    margin-left: -1.5rem !important
}

.m-n5[b-1sm7gm61rf] {
    margin: -3rem !important
}

.mt-n5[b-1sm7gm61rf], .my-n5[b-1sm7gm61rf] {
    margin-top: -3rem !important
}

.mr-n5[b-1sm7gm61rf], .mx-n5[b-1sm7gm61rf] {
    margin-right: -3rem !important
}

.mb-n5[b-1sm7gm61rf], .my-n5[b-1sm7gm61rf] {
    margin-bottom: -3rem !important
}

.ml-n5[b-1sm7gm61rf], .mx-n5[b-1sm7gm61rf] {
    margin-left: -3rem !important
}

.m-auto[b-1sm7gm61rf] {
    margin: auto !important
}

.mt-auto[b-1sm7gm61rf], .my-auto[b-1sm7gm61rf] {
    margin-top: auto !important
}

.mr-auto[b-1sm7gm61rf], .mx-auto[b-1sm7gm61rf] {
    margin-right: auto !important
}

.mb-auto[b-1sm7gm61rf], .my-auto[b-1sm7gm61rf] {
    margin-bottom: auto !important
}

.ml-auto[b-1sm7gm61rf], .mx-auto[b-1sm7gm61rf] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-1sm7gm61rf] {
        margin: 0 !important
    }

    .mt-sm-0[b-1sm7gm61rf], .my-sm-0[b-1sm7gm61rf] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-1sm7gm61rf], .mx-sm-0[b-1sm7gm61rf] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-1sm7gm61rf], .my-sm-0[b-1sm7gm61rf] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-1sm7gm61rf], .mx-sm-0[b-1sm7gm61rf] {
        margin-left: 0 !important
    }

    .m-sm-1[b-1sm7gm61rf] {
        margin: .25rem !important
    }

    .mt-sm-1[b-1sm7gm61rf], .my-sm-1[b-1sm7gm61rf] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-1sm7gm61rf], .mx-sm-1[b-1sm7gm61rf] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-1sm7gm61rf], .my-sm-1[b-1sm7gm61rf] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-1sm7gm61rf], .mx-sm-1[b-1sm7gm61rf] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-1sm7gm61rf] {
        margin: .5rem !important
    }

    .mt-sm-2[b-1sm7gm61rf], .my-sm-2[b-1sm7gm61rf] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-1sm7gm61rf], .mx-sm-2[b-1sm7gm61rf] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-1sm7gm61rf], .my-sm-2[b-1sm7gm61rf] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-1sm7gm61rf], .mx-sm-2[b-1sm7gm61rf] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-1sm7gm61rf] {
        margin: 1rem !important
    }

    .mt-sm-3[b-1sm7gm61rf], .my-sm-3[b-1sm7gm61rf] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-1sm7gm61rf], .mx-sm-3[b-1sm7gm61rf] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-1sm7gm61rf], .my-sm-3[b-1sm7gm61rf] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-1sm7gm61rf], .mx-sm-3[b-1sm7gm61rf] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-1sm7gm61rf] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-1sm7gm61rf], .my-sm-4[b-1sm7gm61rf] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-1sm7gm61rf], .mx-sm-4[b-1sm7gm61rf] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-1sm7gm61rf], .my-sm-4[b-1sm7gm61rf] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-1sm7gm61rf], .mx-sm-4[b-1sm7gm61rf] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-1sm7gm61rf] {
        margin: 3rem !important
    }

    .mt-sm-5[b-1sm7gm61rf], .my-sm-5[b-1sm7gm61rf] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-1sm7gm61rf], .mx-sm-5[b-1sm7gm61rf] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-1sm7gm61rf], .my-sm-5[b-1sm7gm61rf] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-1sm7gm61rf], .mx-sm-5[b-1sm7gm61rf] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-1sm7gm61rf] {
        padding: 0 !important
    }

    .pt-sm-0[b-1sm7gm61rf], .py-sm-0[b-1sm7gm61rf] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-1sm7gm61rf], .px-sm-0[b-1sm7gm61rf] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-1sm7gm61rf], .py-sm-0[b-1sm7gm61rf] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-1sm7gm61rf], .px-sm-0[b-1sm7gm61rf] {
        padding-left: 0 !important
    }

    .p-sm-1[b-1sm7gm61rf] {
        padding: .25rem !important
    }

    .pt-sm-1[b-1sm7gm61rf], .py-sm-1[b-1sm7gm61rf] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-1sm7gm61rf], .px-sm-1[b-1sm7gm61rf] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-1sm7gm61rf], .py-sm-1[b-1sm7gm61rf] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-1sm7gm61rf], .px-sm-1[b-1sm7gm61rf] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-1sm7gm61rf] {
        padding: .5rem !important
    }

    .pt-sm-2[b-1sm7gm61rf], .py-sm-2[b-1sm7gm61rf] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-1sm7gm61rf], .px-sm-2[b-1sm7gm61rf] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-1sm7gm61rf], .py-sm-2[b-1sm7gm61rf] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-1sm7gm61rf], .px-sm-2[b-1sm7gm61rf] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-1sm7gm61rf] {
        padding: 1rem !important
    }

    .pt-sm-3[b-1sm7gm61rf], .py-sm-3[b-1sm7gm61rf] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-1sm7gm61rf], .px-sm-3[b-1sm7gm61rf] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-1sm7gm61rf], .py-sm-3[b-1sm7gm61rf] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-1sm7gm61rf], .px-sm-3[b-1sm7gm61rf] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-1sm7gm61rf] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-1sm7gm61rf], .py-sm-4[b-1sm7gm61rf] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-1sm7gm61rf], .px-sm-4[b-1sm7gm61rf] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-1sm7gm61rf], .py-sm-4[b-1sm7gm61rf] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-1sm7gm61rf], .px-sm-4[b-1sm7gm61rf] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-1sm7gm61rf] {
        padding: 3rem !important
    }

    .pt-sm-5[b-1sm7gm61rf], .py-sm-5[b-1sm7gm61rf] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-1sm7gm61rf], .px-sm-5[b-1sm7gm61rf] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-1sm7gm61rf], .py-sm-5[b-1sm7gm61rf] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-1sm7gm61rf], .px-sm-5[b-1sm7gm61rf] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-1sm7gm61rf] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-1sm7gm61rf], .my-sm-n1[b-1sm7gm61rf] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-1sm7gm61rf], .mx-sm-n1[b-1sm7gm61rf] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-1sm7gm61rf], .my-sm-n1[b-1sm7gm61rf] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-1sm7gm61rf], .mx-sm-n1[b-1sm7gm61rf] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-1sm7gm61rf] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-1sm7gm61rf], .my-sm-n2[b-1sm7gm61rf] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-1sm7gm61rf], .mx-sm-n2[b-1sm7gm61rf] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-1sm7gm61rf], .my-sm-n2[b-1sm7gm61rf] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-1sm7gm61rf], .mx-sm-n2[b-1sm7gm61rf] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-1sm7gm61rf] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-1sm7gm61rf], .my-sm-n3[b-1sm7gm61rf] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-1sm7gm61rf], .mx-sm-n3[b-1sm7gm61rf] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-1sm7gm61rf], .my-sm-n3[b-1sm7gm61rf] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-1sm7gm61rf], .mx-sm-n3[b-1sm7gm61rf] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-1sm7gm61rf] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-1sm7gm61rf], .my-sm-n4[b-1sm7gm61rf] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-1sm7gm61rf], .mx-sm-n4[b-1sm7gm61rf] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-1sm7gm61rf], .my-sm-n4[b-1sm7gm61rf] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-1sm7gm61rf], .mx-sm-n4[b-1sm7gm61rf] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-1sm7gm61rf] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-1sm7gm61rf], .my-sm-n5[b-1sm7gm61rf] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-1sm7gm61rf], .mx-sm-n5[b-1sm7gm61rf] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-1sm7gm61rf], .my-sm-n5[b-1sm7gm61rf] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-1sm7gm61rf], .mx-sm-n5[b-1sm7gm61rf] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-1sm7gm61rf] {
        margin: auto !important
    }

    .mt-sm-auto[b-1sm7gm61rf], .my-sm-auto[b-1sm7gm61rf] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-1sm7gm61rf], .mx-sm-auto[b-1sm7gm61rf] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-1sm7gm61rf], .my-sm-auto[b-1sm7gm61rf] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-1sm7gm61rf], .mx-sm-auto[b-1sm7gm61rf] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-1sm7gm61rf] {
        margin: 0 !important
    }

    .mt-md-0[b-1sm7gm61rf], .my-md-0[b-1sm7gm61rf] {
        margin-top: 0 !important
    }

    .mr-md-0[b-1sm7gm61rf], .mx-md-0[b-1sm7gm61rf] {
        margin-right: 0 !important
    }

    .mb-md-0[b-1sm7gm61rf], .my-md-0[b-1sm7gm61rf] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-1sm7gm61rf], .mx-md-0[b-1sm7gm61rf] {
        margin-left: 0 !important
    }

    .m-md-1[b-1sm7gm61rf] {
        margin: .25rem !important
    }

    .mt-md-1[b-1sm7gm61rf], .my-md-1[b-1sm7gm61rf] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-1sm7gm61rf], .mx-md-1[b-1sm7gm61rf] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-1sm7gm61rf], .my-md-1[b-1sm7gm61rf] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-1sm7gm61rf], .mx-md-1[b-1sm7gm61rf] {
        margin-left: .25rem !important
    }

    .m-md-2[b-1sm7gm61rf] {
        margin: .5rem !important
    }

    .mt-md-2[b-1sm7gm61rf], .my-md-2[b-1sm7gm61rf] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-1sm7gm61rf], .mx-md-2[b-1sm7gm61rf] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-1sm7gm61rf], .my-md-2[b-1sm7gm61rf] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-1sm7gm61rf], .mx-md-2[b-1sm7gm61rf] {
        margin-left: .5rem !important
    }

    .m-md-3[b-1sm7gm61rf] {
        margin: 1rem !important
    }

    .mt-md-3[b-1sm7gm61rf], .my-md-3[b-1sm7gm61rf] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-1sm7gm61rf], .mx-md-3[b-1sm7gm61rf] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-1sm7gm61rf], .my-md-3[b-1sm7gm61rf] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-1sm7gm61rf], .mx-md-3[b-1sm7gm61rf] {
        margin-left: 1rem !important
    }

    .m-md-4[b-1sm7gm61rf] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-1sm7gm61rf], .my-md-4[b-1sm7gm61rf] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-1sm7gm61rf], .mx-md-4[b-1sm7gm61rf] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-1sm7gm61rf], .my-md-4[b-1sm7gm61rf] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-1sm7gm61rf], .mx-md-4[b-1sm7gm61rf] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-1sm7gm61rf] {
        margin: 3rem !important
    }

    .mt-md-5[b-1sm7gm61rf], .my-md-5[b-1sm7gm61rf] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-1sm7gm61rf], .mx-md-5[b-1sm7gm61rf] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-1sm7gm61rf], .my-md-5[b-1sm7gm61rf] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-1sm7gm61rf], .mx-md-5[b-1sm7gm61rf] {
        margin-left: 3rem !important
    }

    .p-md-0[b-1sm7gm61rf] {
        padding: 0 !important
    }

    .pt-md-0[b-1sm7gm61rf], .py-md-0[b-1sm7gm61rf] {
        padding-top: 0 !important
    }

    .pr-md-0[b-1sm7gm61rf], .px-md-0[b-1sm7gm61rf] {
        padding-right: 0 !important
    }

    .pb-md-0[b-1sm7gm61rf], .py-md-0[b-1sm7gm61rf] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-1sm7gm61rf], .px-md-0[b-1sm7gm61rf] {
        padding-left: 0 !important
    }

    .p-md-1[b-1sm7gm61rf] {
        padding: .25rem !important
    }

    .pt-md-1[b-1sm7gm61rf], .py-md-1[b-1sm7gm61rf] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-1sm7gm61rf], .px-md-1[b-1sm7gm61rf] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-1sm7gm61rf], .py-md-1[b-1sm7gm61rf] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-1sm7gm61rf], .px-md-1[b-1sm7gm61rf] {
        padding-left: .25rem !important
    }

    .p-md-2[b-1sm7gm61rf] {
        padding: .5rem !important
    }

    .pt-md-2[b-1sm7gm61rf], .py-md-2[b-1sm7gm61rf] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-1sm7gm61rf], .px-md-2[b-1sm7gm61rf] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-1sm7gm61rf], .py-md-2[b-1sm7gm61rf] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-1sm7gm61rf], .px-md-2[b-1sm7gm61rf] {
        padding-left: .5rem !important
    }

    .p-md-3[b-1sm7gm61rf] {
        padding: 1rem !important
    }

    .pt-md-3[b-1sm7gm61rf], .py-md-3[b-1sm7gm61rf] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-1sm7gm61rf], .px-md-3[b-1sm7gm61rf] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-1sm7gm61rf], .py-md-3[b-1sm7gm61rf] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-1sm7gm61rf], .px-md-3[b-1sm7gm61rf] {
        padding-left: 1rem !important
    }

    .p-md-4[b-1sm7gm61rf] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-1sm7gm61rf], .py-md-4[b-1sm7gm61rf] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-1sm7gm61rf], .px-md-4[b-1sm7gm61rf] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-1sm7gm61rf], .py-md-4[b-1sm7gm61rf] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-1sm7gm61rf], .px-md-4[b-1sm7gm61rf] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-1sm7gm61rf] {
        padding: 3rem !important
    }

    .pt-md-5[b-1sm7gm61rf], .py-md-5[b-1sm7gm61rf] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-1sm7gm61rf], .px-md-5[b-1sm7gm61rf] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-1sm7gm61rf], .py-md-5[b-1sm7gm61rf] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-1sm7gm61rf], .px-md-5[b-1sm7gm61rf] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-1sm7gm61rf] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-1sm7gm61rf], .my-md-n1[b-1sm7gm61rf] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-1sm7gm61rf], .mx-md-n1[b-1sm7gm61rf] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-1sm7gm61rf], .my-md-n1[b-1sm7gm61rf] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-1sm7gm61rf], .mx-md-n1[b-1sm7gm61rf] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-1sm7gm61rf] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-1sm7gm61rf], .my-md-n2[b-1sm7gm61rf] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-1sm7gm61rf], .mx-md-n2[b-1sm7gm61rf] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-1sm7gm61rf], .my-md-n2[b-1sm7gm61rf] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-1sm7gm61rf], .mx-md-n2[b-1sm7gm61rf] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-1sm7gm61rf] {
        margin: -1rem !important
    }

    .mt-md-n3[b-1sm7gm61rf], .my-md-n3[b-1sm7gm61rf] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-1sm7gm61rf], .mx-md-n3[b-1sm7gm61rf] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-1sm7gm61rf], .my-md-n3[b-1sm7gm61rf] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-1sm7gm61rf], .mx-md-n3[b-1sm7gm61rf] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-1sm7gm61rf] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-1sm7gm61rf], .my-md-n4[b-1sm7gm61rf] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-1sm7gm61rf], .mx-md-n4[b-1sm7gm61rf] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-1sm7gm61rf], .my-md-n4[b-1sm7gm61rf] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-1sm7gm61rf], .mx-md-n4[b-1sm7gm61rf] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-1sm7gm61rf] {
        margin: -3rem !important
    }

    .mt-md-n5[b-1sm7gm61rf], .my-md-n5[b-1sm7gm61rf] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-1sm7gm61rf], .mx-md-n5[b-1sm7gm61rf] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-1sm7gm61rf], .my-md-n5[b-1sm7gm61rf] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-1sm7gm61rf], .mx-md-n5[b-1sm7gm61rf] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-1sm7gm61rf] {
        margin: auto !important
    }

    .mt-md-auto[b-1sm7gm61rf], .my-md-auto[b-1sm7gm61rf] {
        margin-top: auto !important
    }

    .mr-md-auto[b-1sm7gm61rf], .mx-md-auto[b-1sm7gm61rf] {
        margin-right: auto !important
    }

    .mb-md-auto[b-1sm7gm61rf], .my-md-auto[b-1sm7gm61rf] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-1sm7gm61rf], .mx-md-auto[b-1sm7gm61rf] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-1sm7gm61rf] {
        margin: 0 !important
    }

    .mt-lg-0[b-1sm7gm61rf], .my-lg-0[b-1sm7gm61rf] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-1sm7gm61rf], .mx-lg-0[b-1sm7gm61rf] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-1sm7gm61rf], .my-lg-0[b-1sm7gm61rf] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-1sm7gm61rf], .mx-lg-0[b-1sm7gm61rf] {
        margin-left: 0 !important
    }

    .m-lg-1[b-1sm7gm61rf] {
        margin: .25rem !important
    }

    .mt-lg-1[b-1sm7gm61rf], .my-lg-1[b-1sm7gm61rf] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-1sm7gm61rf], .mx-lg-1[b-1sm7gm61rf] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-1sm7gm61rf], .my-lg-1[b-1sm7gm61rf] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-1sm7gm61rf], .mx-lg-1[b-1sm7gm61rf] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-1sm7gm61rf] {
        margin: .5rem !important
    }

    .mt-lg-2[b-1sm7gm61rf], .my-lg-2[b-1sm7gm61rf] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-1sm7gm61rf], .mx-lg-2[b-1sm7gm61rf] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-1sm7gm61rf], .my-lg-2[b-1sm7gm61rf] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-1sm7gm61rf], .mx-lg-2[b-1sm7gm61rf] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-1sm7gm61rf] {
        margin: 1rem !important
    }

    .mt-lg-3[b-1sm7gm61rf], .my-lg-3[b-1sm7gm61rf] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-1sm7gm61rf], .mx-lg-3[b-1sm7gm61rf] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-1sm7gm61rf], .my-lg-3[b-1sm7gm61rf] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-1sm7gm61rf], .mx-lg-3[b-1sm7gm61rf] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-1sm7gm61rf] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-1sm7gm61rf], .my-lg-4[b-1sm7gm61rf] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-1sm7gm61rf], .mx-lg-4[b-1sm7gm61rf] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-1sm7gm61rf], .my-lg-4[b-1sm7gm61rf] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-1sm7gm61rf], .mx-lg-4[b-1sm7gm61rf] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-1sm7gm61rf] {
        margin: 3rem !important
    }

    .mt-lg-5[b-1sm7gm61rf], .my-lg-5[b-1sm7gm61rf] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-1sm7gm61rf], .mx-lg-5[b-1sm7gm61rf] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-1sm7gm61rf], .my-lg-5[b-1sm7gm61rf] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-1sm7gm61rf], .mx-lg-5[b-1sm7gm61rf] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-1sm7gm61rf] {
        padding: 0 !important
    }

    .pt-lg-0[b-1sm7gm61rf], .py-lg-0[b-1sm7gm61rf] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-1sm7gm61rf], .px-lg-0[b-1sm7gm61rf] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-1sm7gm61rf], .py-lg-0[b-1sm7gm61rf] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-1sm7gm61rf], .px-lg-0[b-1sm7gm61rf] {
        padding-left: 0 !important
    }

    .p-lg-1[b-1sm7gm61rf] {
        padding: .25rem !important
    }

    .pt-lg-1[b-1sm7gm61rf], .py-lg-1[b-1sm7gm61rf] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-1sm7gm61rf], .px-lg-1[b-1sm7gm61rf] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-1sm7gm61rf], .py-lg-1[b-1sm7gm61rf] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-1sm7gm61rf], .px-lg-1[b-1sm7gm61rf] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-1sm7gm61rf] {
        padding: .5rem !important
    }

    .pt-lg-2[b-1sm7gm61rf], .py-lg-2[b-1sm7gm61rf] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-1sm7gm61rf], .px-lg-2[b-1sm7gm61rf] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-1sm7gm61rf], .py-lg-2[b-1sm7gm61rf] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-1sm7gm61rf], .px-lg-2[b-1sm7gm61rf] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-1sm7gm61rf] {
        padding: 1rem !important
    }

    .pt-lg-3[b-1sm7gm61rf], .py-lg-3[b-1sm7gm61rf] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-1sm7gm61rf], .px-lg-3[b-1sm7gm61rf] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-1sm7gm61rf], .py-lg-3[b-1sm7gm61rf] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-1sm7gm61rf], .px-lg-3[b-1sm7gm61rf] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-1sm7gm61rf] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-1sm7gm61rf], .py-lg-4[b-1sm7gm61rf] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-1sm7gm61rf], .px-lg-4[b-1sm7gm61rf] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-1sm7gm61rf], .py-lg-4[b-1sm7gm61rf] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-1sm7gm61rf], .px-lg-4[b-1sm7gm61rf] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-1sm7gm61rf] {
        padding: 3rem !important
    }

    .pt-lg-5[b-1sm7gm61rf], .py-lg-5[b-1sm7gm61rf] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-1sm7gm61rf], .px-lg-5[b-1sm7gm61rf] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-1sm7gm61rf], .py-lg-5[b-1sm7gm61rf] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-1sm7gm61rf], .px-lg-5[b-1sm7gm61rf] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-1sm7gm61rf] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-1sm7gm61rf], .my-lg-n1[b-1sm7gm61rf] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-1sm7gm61rf], .mx-lg-n1[b-1sm7gm61rf] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-1sm7gm61rf], .my-lg-n1[b-1sm7gm61rf] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-1sm7gm61rf], .mx-lg-n1[b-1sm7gm61rf] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-1sm7gm61rf] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-1sm7gm61rf], .my-lg-n2[b-1sm7gm61rf] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-1sm7gm61rf], .mx-lg-n2[b-1sm7gm61rf] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-1sm7gm61rf], .my-lg-n2[b-1sm7gm61rf] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-1sm7gm61rf], .mx-lg-n2[b-1sm7gm61rf] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-1sm7gm61rf] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-1sm7gm61rf], .my-lg-n3[b-1sm7gm61rf] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-1sm7gm61rf], .mx-lg-n3[b-1sm7gm61rf] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-1sm7gm61rf], .my-lg-n3[b-1sm7gm61rf] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-1sm7gm61rf], .mx-lg-n3[b-1sm7gm61rf] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-1sm7gm61rf] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-1sm7gm61rf], .my-lg-n4[b-1sm7gm61rf] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-1sm7gm61rf], .mx-lg-n4[b-1sm7gm61rf] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-1sm7gm61rf], .my-lg-n4[b-1sm7gm61rf] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-1sm7gm61rf], .mx-lg-n4[b-1sm7gm61rf] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-1sm7gm61rf] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-1sm7gm61rf], .my-lg-n5[b-1sm7gm61rf] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-1sm7gm61rf], .mx-lg-n5[b-1sm7gm61rf] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-1sm7gm61rf], .my-lg-n5[b-1sm7gm61rf] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-1sm7gm61rf], .mx-lg-n5[b-1sm7gm61rf] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-1sm7gm61rf] {
        margin: auto !important
    }

    .mt-lg-auto[b-1sm7gm61rf], .my-lg-auto[b-1sm7gm61rf] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-1sm7gm61rf], .mx-lg-auto[b-1sm7gm61rf] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-1sm7gm61rf], .my-lg-auto[b-1sm7gm61rf] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-1sm7gm61rf], .mx-lg-auto[b-1sm7gm61rf] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-1sm7gm61rf] {
        margin: 0 !important
    }

    .mt-xl-0[b-1sm7gm61rf], .my-xl-0[b-1sm7gm61rf] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-1sm7gm61rf], .mx-xl-0[b-1sm7gm61rf] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-1sm7gm61rf], .my-xl-0[b-1sm7gm61rf] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-1sm7gm61rf], .mx-xl-0[b-1sm7gm61rf] {
        margin-left: 0 !important
    }

    .m-xl-1[b-1sm7gm61rf] {
        margin: .25rem !important
    }

    .mt-xl-1[b-1sm7gm61rf], .my-xl-1[b-1sm7gm61rf] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-1sm7gm61rf], .mx-xl-1[b-1sm7gm61rf] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-1sm7gm61rf], .my-xl-1[b-1sm7gm61rf] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-1sm7gm61rf], .mx-xl-1[b-1sm7gm61rf] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-1sm7gm61rf] {
        margin: .5rem !important
    }

    .mt-xl-2[b-1sm7gm61rf], .my-xl-2[b-1sm7gm61rf] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-1sm7gm61rf], .mx-xl-2[b-1sm7gm61rf] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-1sm7gm61rf], .my-xl-2[b-1sm7gm61rf] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-1sm7gm61rf], .mx-xl-2[b-1sm7gm61rf] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-1sm7gm61rf] {
        margin: 1rem !important
    }

    .mt-xl-3[b-1sm7gm61rf], .my-xl-3[b-1sm7gm61rf] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-1sm7gm61rf], .mx-xl-3[b-1sm7gm61rf] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-1sm7gm61rf], .my-xl-3[b-1sm7gm61rf] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-1sm7gm61rf], .mx-xl-3[b-1sm7gm61rf] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-1sm7gm61rf] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-1sm7gm61rf], .my-xl-4[b-1sm7gm61rf] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-1sm7gm61rf], .mx-xl-4[b-1sm7gm61rf] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-1sm7gm61rf], .my-xl-4[b-1sm7gm61rf] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-1sm7gm61rf], .mx-xl-4[b-1sm7gm61rf] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-1sm7gm61rf] {
        margin: 3rem !important
    }

    .mt-xl-5[b-1sm7gm61rf], .my-xl-5[b-1sm7gm61rf] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-1sm7gm61rf], .mx-xl-5[b-1sm7gm61rf] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-1sm7gm61rf], .my-xl-5[b-1sm7gm61rf] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-1sm7gm61rf], .mx-xl-5[b-1sm7gm61rf] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-1sm7gm61rf] {
        padding: 0 !important
    }

    .pt-xl-0[b-1sm7gm61rf], .py-xl-0[b-1sm7gm61rf] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-1sm7gm61rf], .px-xl-0[b-1sm7gm61rf] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-1sm7gm61rf], .py-xl-0[b-1sm7gm61rf] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-1sm7gm61rf], .px-xl-0[b-1sm7gm61rf] {
        padding-left: 0 !important
    }

    .p-xl-1[b-1sm7gm61rf] {
        padding: .25rem !important
    }

    .pt-xl-1[b-1sm7gm61rf], .py-xl-1[b-1sm7gm61rf] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-1sm7gm61rf], .px-xl-1[b-1sm7gm61rf] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-1sm7gm61rf], .py-xl-1[b-1sm7gm61rf] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-1sm7gm61rf], .px-xl-1[b-1sm7gm61rf] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-1sm7gm61rf] {
        padding: .5rem !important
    }

    .pt-xl-2[b-1sm7gm61rf], .py-xl-2[b-1sm7gm61rf] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-1sm7gm61rf], .px-xl-2[b-1sm7gm61rf] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-1sm7gm61rf], .py-xl-2[b-1sm7gm61rf] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-1sm7gm61rf], .px-xl-2[b-1sm7gm61rf] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-1sm7gm61rf] {
        padding: 1rem !important
    }

    .pt-xl-3[b-1sm7gm61rf], .py-xl-3[b-1sm7gm61rf] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-1sm7gm61rf], .px-xl-3[b-1sm7gm61rf] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-1sm7gm61rf], .py-xl-3[b-1sm7gm61rf] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-1sm7gm61rf], .px-xl-3[b-1sm7gm61rf] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-1sm7gm61rf] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-1sm7gm61rf], .py-xl-4[b-1sm7gm61rf] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-1sm7gm61rf], .px-xl-4[b-1sm7gm61rf] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-1sm7gm61rf], .py-xl-4[b-1sm7gm61rf] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-1sm7gm61rf], .px-xl-4[b-1sm7gm61rf] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-1sm7gm61rf] {
        padding: 3rem !important
    }

    .pt-xl-5[b-1sm7gm61rf], .py-xl-5[b-1sm7gm61rf] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-1sm7gm61rf], .px-xl-5[b-1sm7gm61rf] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-1sm7gm61rf], .py-xl-5[b-1sm7gm61rf] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-1sm7gm61rf], .px-xl-5[b-1sm7gm61rf] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-1sm7gm61rf] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-1sm7gm61rf], .my-xl-n1[b-1sm7gm61rf] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-1sm7gm61rf], .mx-xl-n1[b-1sm7gm61rf] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-1sm7gm61rf], .my-xl-n1[b-1sm7gm61rf] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-1sm7gm61rf], .mx-xl-n1[b-1sm7gm61rf] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-1sm7gm61rf] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-1sm7gm61rf], .my-xl-n2[b-1sm7gm61rf] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-1sm7gm61rf], .mx-xl-n2[b-1sm7gm61rf] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-1sm7gm61rf], .my-xl-n2[b-1sm7gm61rf] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-1sm7gm61rf], .mx-xl-n2[b-1sm7gm61rf] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-1sm7gm61rf] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-1sm7gm61rf], .my-xl-n3[b-1sm7gm61rf] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-1sm7gm61rf], .mx-xl-n3[b-1sm7gm61rf] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-1sm7gm61rf], .my-xl-n3[b-1sm7gm61rf] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-1sm7gm61rf], .mx-xl-n3[b-1sm7gm61rf] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-1sm7gm61rf] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-1sm7gm61rf], .my-xl-n4[b-1sm7gm61rf] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-1sm7gm61rf], .mx-xl-n4[b-1sm7gm61rf] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-1sm7gm61rf], .my-xl-n4[b-1sm7gm61rf] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-1sm7gm61rf], .mx-xl-n4[b-1sm7gm61rf] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-1sm7gm61rf] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-1sm7gm61rf], .my-xl-n5[b-1sm7gm61rf] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-1sm7gm61rf], .mx-xl-n5[b-1sm7gm61rf] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-1sm7gm61rf], .my-xl-n5[b-1sm7gm61rf] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-1sm7gm61rf], .mx-xl-n5[b-1sm7gm61rf] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-1sm7gm61rf] {
        margin: auto !important
    }

    .mt-xl-auto[b-1sm7gm61rf], .my-xl-auto[b-1sm7gm61rf] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-1sm7gm61rf], .mx-xl-auto[b-1sm7gm61rf] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-1sm7gm61rf], .my-xl-auto[b-1sm7gm61rf] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-1sm7gm61rf], .mx-xl-auto[b-1sm7gm61rf] {
        margin-left: auto !important
    }
}

.stretched-link[b-1sm7gm61rf]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-1sm7gm61rf] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-1sm7gm61rf] {
    text-align: justify !important
}

.text-wrap[b-1sm7gm61rf] {
    white-space: normal !important
}

.text-nowrap[b-1sm7gm61rf] {
    white-space: nowrap !important
}

.text-truncate[b-1sm7gm61rf] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-1sm7gm61rf] {
    text-align: left !important
}

.text-right[b-1sm7gm61rf] {
    text-align: right !important
}

.text-center[b-1sm7gm61rf] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-1sm7gm61rf] {
        text-align: left !important
    }

    .text-sm-right[b-1sm7gm61rf] {
        text-align: right !important
    }

    .text-sm-center[b-1sm7gm61rf] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-1sm7gm61rf] {
        text-align: left !important
    }

    .text-md-right[b-1sm7gm61rf] {
        text-align: right !important
    }

    .text-md-center[b-1sm7gm61rf] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-1sm7gm61rf] {
        text-align: left !important
    }

    .text-lg-right[b-1sm7gm61rf] {
        text-align: right !important
    }

    .text-lg-center[b-1sm7gm61rf] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-1sm7gm61rf] {
        text-align: left !important
    }

    .text-xl-right[b-1sm7gm61rf] {
        text-align: right !important
    }

    .text-xl-center[b-1sm7gm61rf] {
        text-align: center !important
    }
}

.text-lowercase[b-1sm7gm61rf] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-1sm7gm61rf], .sidebar .sidebar-heading[b-1sm7gm61rf], .text-uppercase[b-1sm7gm61rf] {
    text-transform: uppercase !important
}

.text-capitalize[b-1sm7gm61rf] {
    text-transform: capitalize !important
}

.font-weight-light[b-1sm7gm61rf] {
    font-weight: 300 !important
}

.font-weight-lighter[b-1sm7gm61rf] {
    font-weight: lighter !important
}

.font-weight-normal[b-1sm7gm61rf] {
    font-weight: 400 !important
}

.font-weight-bold[b-1sm7gm61rf] {
    font-weight: 700 !important
}

.font-weight-bolder[b-1sm7gm61rf] {
    font-weight: bolder !important
}

.font-italic[b-1sm7gm61rf] {
    font-style: italic !important
}

.text-white[b-1sm7gm61rf] {
    color: #fff !important
}

.text-primary[b-1sm7gm61rf] {
    color: #4e73df !important
}

a.text-primary:focus[b-1sm7gm61rf], a.text-primary:hover[b-1sm7gm61rf] {
    color: #224abe !important
}

.text-secondary[b-1sm7gm61rf] {
    color: #858796 !important
}

a.text-secondary:focus[b-1sm7gm61rf], a.text-secondary:hover[b-1sm7gm61rf] {
    color: #60616f !important
}

.text-success[b-1sm7gm61rf] {
    color: #1cc88a !important
}

a.text-success:focus[b-1sm7gm61rf], a.text-success:hover[b-1sm7gm61rf] {
    color: #13855c !important
}

.text-info[b-1sm7gm61rf] {
    color: #36b9cc !important
}

a.text-info:focus[b-1sm7gm61rf], a.text-info:hover[b-1sm7gm61rf] {
    color: #258391 !important
}

.text-warning[b-1sm7gm61rf] {
    color: #f6c23e !important
}

a.text-warning:focus[b-1sm7gm61rf], a.text-warning:hover[b-1sm7gm61rf] {
    color: #dda20a !important
}

.text-danger[b-1sm7gm61rf] {
    color: #e74a3b !important
}

a.text-danger:focus[b-1sm7gm61rf], a.text-danger:hover[b-1sm7gm61rf] {
    color: #be2617 !important
}

.text-light[b-1sm7gm61rf] {
    color: #f8f9fc !important
}

a.text-light:focus[b-1sm7gm61rf], a.text-light:hover[b-1sm7gm61rf] {
    color: #c2cbe5 !important
}

.text-dark[b-1sm7gm61rf] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-1sm7gm61rf], a.text-dark:hover[b-1sm7gm61rf] {
    color: #373840 !important
}

.text-body[b-1sm7gm61rf] {
    color: #858796 !important
}

.text-muted[b-1sm7gm61rf] {
    color: #858796 !important
}

.text-black-50[b-1sm7gm61rf] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-1sm7gm61rf] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-1sm7gm61rf] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-1sm7gm61rf] {
    text-decoration: none !important
}

.text-break[b-1sm7gm61rf] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-1sm7gm61rf] {
    color: inherit !important
}

.visible[b-1sm7gm61rf] {
    visibility: visible !important
}

.invisible[b-1sm7gm61rf] {
    visibility: hidden !important
}

@media print {
    *[b-1sm7gm61rf], [b-1sm7gm61rf]::after, [b-1sm7gm61rf]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-1sm7gm61rf] {
        text-decoration: underline
    }

    abbr[title][b-1sm7gm61rf]::after {
        content: " (" attr(title) ")"
    }

    pre[b-1sm7gm61rf] {
        white-space: pre-wrap !important
    }

    blockquote[b-1sm7gm61rf], pre[b-1sm7gm61rf] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }

    thead[b-1sm7gm61rf] {
        display: table-header-group
    }

    img[b-1sm7gm61rf], tr[b-1sm7gm61rf] {
        page-break-inside: avoid
    }

    h2[b-1sm7gm61rf], h3[b-1sm7gm61rf], p[b-1sm7gm61rf] {
        orphans: 3;
        widows: 3
    }

    h2[b-1sm7gm61rf], h3[b-1sm7gm61rf] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-1sm7gm61rf] {
        min-width: 992px !important
    }

    .container[b-1sm7gm61rf] {
        min-width: 992px !important
    }

    .navbar[b-1sm7gm61rf] {
        display: none
    }

    .badge[b-1sm7gm61rf] {
        border: 1px solid #000
    }

    .table[b-1sm7gm61rf] {
        border-collapse: collapse !important
    }

        .table td[b-1sm7gm61rf], .table th[b-1sm7gm61rf] {
            background-color: #fff !important
        }

    .table-bordered td[b-1sm7gm61rf], .table-bordered th[b-1sm7gm61rf] {
        border: 1px solid #dddfeb !important
    }

    .table-dark[b-1sm7gm61rf] {
        color: inherit
    }

        .table-dark tbody + tbody[b-1sm7gm61rf], .table-dark td[b-1sm7gm61rf], .table-dark th[b-1sm7gm61rf], .table-dark thead th[b-1sm7gm61rf] {
            border-color: #e3e6f0
        }

    .table .thead-dark th[b-1sm7gm61rf] {
        color: inherit;
        border-color: #e3e6f0
    }
}

html[b-1sm7gm61rf] {
    position: relative;
    min-height: 100%
}

body[b-1sm7gm61rf] {
    height: 100%
}

a:focus[b-1sm7gm61rf] {
    outline: 0
}

#wrapper[b-1sm7gm61rf] {
    display: flex
}

    #wrapper #content-wrapper[b-1sm7gm61rf] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-1sm7gm61rf] {
            flex: 1 0 auto
        }

.container[b-1sm7gm61rf], .container-fluid[b-1sm7gm61rf], .container-lg[b-1sm7gm61rf], .container-md[b-1sm7gm61rf], .container-sm[b-1sm7gm61rf], .container-xl[b-1sm7gm61rf] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-1sm7gm61rf] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-1sm7gm61rf], .scroll-to-top:hover[b-1sm7gm61rf] {
        color: #fff
    }

    .scroll-to-top:hover[b-1sm7gm61rf] {
        background: #5a5c69
    }

    .scroll-to-top i[b-1sm7gm61rf] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-1sm7gm61rf {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-1sm7gm61rf], .sidebar .nav-item .collapse[b-1sm7gm61rf] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-1sm7gm61rf;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-1sm7gm61rf {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-1sm7gm61rf] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-1sm7gm61rf;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-1sm7gm61rf] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-1sm7gm61rf] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-1sm7gm61rf] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-1sm7gm61rf] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-1sm7gm61rf] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-1sm7gm61rf] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-1sm7gm61rf] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-1sm7gm61rf] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-1sm7gm61rf] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-1sm7gm61rf] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-1sm7gm61rf] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-1sm7gm61rf] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-1sm7gm61rf] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-1sm7gm61rf] {
    background-color: #858796 !important
}

.bg-gray-700[b-1sm7gm61rf] {
    background-color: #6e707e !important
}

.bg-gray-800[b-1sm7gm61rf] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-1sm7gm61rf] {
    background-color: #3a3b45 !important
}

.o-hidden[b-1sm7gm61rf] {
    overflow: hidden !important
}

.text-xs[b-1sm7gm61rf] {
    font-size: .7rem
}

.text-lg[b-1sm7gm61rf] {
    font-size: 1.2rem
}

.text-gray-100[b-1sm7gm61rf] {
    color: #f8f9fc !important
}

.text-gray-200[b-1sm7gm61rf] {
    color: #eaecf4 !important
}

.text-gray-300[b-1sm7gm61rf] {
    color: #dddfeb !important
}

.text-gray-400[b-1sm7gm61rf] {
    color: #d1d3e2 !important
}

.text-gray-500[b-1sm7gm61rf] {
    color: #b7b9cc !important
}

.text-gray-600[b-1sm7gm61rf] {
    color: #858796 !important
}

.text-gray-700[b-1sm7gm61rf] {
    color: #6e707e !important
}

.text-gray-800[b-1sm7gm61rf] {
    color: #5a5c69 !important
}

.text-gray-900[b-1sm7gm61rf] {
    color: #3a3b45 !important
}

.icon-circle[b-1sm7gm61rf] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-1sm7gm61rf] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-1sm7gm61rf] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-1sm7gm61rf] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-1sm7gm61rf] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-1sm7gm61rf] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-1sm7gm61rf] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-1sm7gm61rf] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-1sm7gm61rf] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-1sm7gm61rf] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-1sm7gm61rf] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-1sm7gm61rf] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-1sm7gm61rf] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-1sm7gm61rf] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-1sm7gm61rf] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-1sm7gm61rf] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-1sm7gm61rf] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-1sm7gm61rf] {
    height: .5rem
}

.rotate-15[b-1sm7gm61rf] {
    transform: rotate(15deg)
}

.rotate-n-15[b-1sm7gm61rf] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-1sm7gm61rf] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-1sm7gm61rf] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-1sm7gm61rf]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-1sm7gm61rf]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-1sm7gm61rf]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-1sm7gm61rf]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-1sm7gm61rf]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-1sm7gm61rf], .topbar .nav-item .nav-link[b-1sm7gm61rf] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-1sm7gm61rf], .topbar .nav-item .nav-link .badge-counter[b-1sm7gm61rf] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-1sm7gm61rf], .topbar .nav-item .nav-link .img-profile[b-1sm7gm61rf] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-1sm7gm61rf] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-1sm7gm61rf] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-1sm7gm61rf] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-1sm7gm61rf] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-1sm7gm61rf] {
        width: 25rem
    }

        .topbar .navbar-search input[b-1sm7gm61rf] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-1sm7gm61rf] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-1sm7gm61rf] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-1sm7gm61rf] {
            outline: 0
        }

    .topbar .nav-item:focus[b-1sm7gm61rf] {
        outline: 0
    }

    .topbar .dropdown[b-1sm7gm61rf] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-1sm7gm61rf] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-1sm7gm61rf] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-1sm7gm61rf] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-1sm7gm61rf] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-1sm7gm61rf] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-1sm7gm61rf] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-1sm7gm61rf] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-1sm7gm61rf] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-1sm7gm61rf] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-1sm7gm61rf] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-1sm7gm61rf] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-1sm7gm61rf] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-1sm7gm61rf] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-1sm7gm61rf] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-1sm7gm61rf] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-1sm7gm61rf] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-1sm7gm61rf] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-1sm7gm61rf] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-1sm7gm61rf] {
        color: #858796
    }

.sidebar[b-1sm7gm61rf] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-1sm7gm61rf] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-1sm7gm61rf] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-1sm7gm61rf] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-1sm7gm61rf] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-1sm7gm61rf] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-1sm7gm61rf] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-1sm7gm61rf] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-1sm7gm61rf] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-1sm7gm61rf], .sidebar .nav-item .collapsing .collapse-inner[b-1sm7gm61rf] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-1sm7gm61rf], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-1sm7gm61rf] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-1sm7gm61rf], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-1sm7gm61rf] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-1sm7gm61rf], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-1sm7gm61rf] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-1sm7gm61rf], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-1sm7gm61rf] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-1sm7gm61rf], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-1sm7gm61rf] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-1sm7gm61rf] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-1sm7gm61rf]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-1sm7gm61rf] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-1sm7gm61rf] {
            outline: 0
        }

    .sidebar.toggled[b-1sm7gm61rf] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-1sm7gm61rf]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-1sm7gm61rf] {
            display: none
        }

    .sidebar .sidebar-brand[b-1sm7gm61rf] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-1sm7gm61rf] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-1sm7gm61rf] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-1sm7gm61rf] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-1sm7gm61rf] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-1sm7gm61rf] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-1sm7gm61rf] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-1sm7gm61rf] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-1sm7gm61rf] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-1sm7gm61rf] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-1sm7gm61rf] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-1sm7gm61rf] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-1sm7gm61rf] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-1sm7gm61rf], .sidebar .nav-item .collapsing[b-1sm7gm61rf] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-1sm7gm61rf] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-1sm7gm61rf] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-1sm7gm61rf] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-1sm7gm61rf]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-1sm7gm61rf]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-1sm7gm61rf] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-1sm7gm61rf] {
            display: inline
        }

        .sidebar .sidebar-heading[b-1sm7gm61rf] {
            text-align: left
        }

        .sidebar.toggled[b-1sm7gm61rf] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-1sm7gm61rf] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-1sm7gm61rf;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-1sm7gm61rf] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-1sm7gm61rf] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-1sm7gm61rf], .sidebar.toggled .nav-item .collapsing[b-1sm7gm61rf] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-1sm7gm61rf] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-1sm7gm61rf] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-1sm7gm61rf] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-1sm7gm61rf] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-1sm7gm61rf]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-1sm7gm61rf] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-1sm7gm61rf] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-1sm7gm61rf] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-1sm7gm61rf] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-1sm7gm61rf] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-1sm7gm61rf] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-1sm7gm61rf] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-1sm7gm61rf] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-1sm7gm61rf], .sidebar-light .nav-item .nav-link:focus[b-1sm7gm61rf], .sidebar-light .nav-item .nav-link:hover[b-1sm7gm61rf] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-1sm7gm61rf], .sidebar-light .nav-item .nav-link:focus i[b-1sm7gm61rf], .sidebar-light .nav-item .nav-link:hover i[b-1sm7gm61rf] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-1sm7gm61rf]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-1sm7gm61rf] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-1sm7gm61rf] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-1sm7gm61rf] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-1sm7gm61rf]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-1sm7gm61rf] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-1sm7gm61rf] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-1sm7gm61rf] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-1sm7gm61rf] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-1sm7gm61rf] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-1sm7gm61rf] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-1sm7gm61rf], .sidebar-dark .nav-item .nav-link:focus[b-1sm7gm61rf], .sidebar-dark .nav-item .nav-link:hover[b-1sm7gm61rf] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-1sm7gm61rf], .sidebar-dark .nav-item .nav-link:focus i[b-1sm7gm61rf], .sidebar-dark .nav-item .nav-link:hover i[b-1sm7gm61rf] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-1sm7gm61rf]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-1sm7gm61rf] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-1sm7gm61rf] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-1sm7gm61rf] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-1sm7gm61rf]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-1sm7gm61rf] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-1sm7gm61rf]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-1sm7gm61rf] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-1sm7gm61rf], .btn-group-sm > .btn-circle.btn[b-1sm7gm61rf] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-1sm7gm61rf], .btn-group-lg > .btn-circle.btn[b-1sm7gm61rf] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-1sm7gm61rf] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-1sm7gm61rf] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-1sm7gm61rf] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-1sm7gm61rf], .btn-icon-split.btn-sm .icon[b-1sm7gm61rf] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-1sm7gm61rf], .btn-icon-split.btn-sm .text[b-1sm7gm61rf] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-1sm7gm61rf], .btn-icon-split.btn-lg .icon[b-1sm7gm61rf] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-1sm7gm61rf], .btn-icon-split.btn-lg .text[b-1sm7gm61rf] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-1sm7gm61rf] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-1sm7gm61rf] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-1sm7gm61rf] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-1sm7gm61rf]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-1sm7gm61rf] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-1sm7gm61rf]::after {
            content: '\f105'
        }

.chart-area[b-1sm7gm61rf] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-1sm7gm61rf] {
        height: 20rem
    }
}

.chart-bar[b-1sm7gm61rf] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-1sm7gm61rf] {
        height: 20rem
    }
}

.chart-pie[b-1sm7gm61rf] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-1sm7gm61rf] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-1sm7gm61rf] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-1sm7gm61rf] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-1sm7gm61rf] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-1sm7gm61rf] {
    line-height: 1.5rem
}

form.user .form-control-user[b-1sm7gm61rf] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-1sm7gm61rf] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-1sm7gm61rf] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-1sm7gm61rf], .btn-google:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-1sm7gm61rf], .btn-google:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-google:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-google.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-google:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-google.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-1sm7gm61rf] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-1sm7gm61rf] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-1sm7gm61rf], .btn-facebook:focus[b-1sm7gm61rf] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-1sm7gm61rf], .btn-facebook:disabled[b-1sm7gm61rf] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-1sm7gm61rf], .btn-facebook:not(:disabled):not(.disabled):active[b-1sm7gm61rf], .show > .btn-facebook.dropdown-toggle[b-1sm7gm61rf] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-1sm7gm61rf], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-1sm7gm61rf], .show > .btn-facebook.dropdown-toggle:focus[b-1sm7gm61rf] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-1sm7gm61rf] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-1sm7gm61rf {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-1sm7gm61rf]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-1sm7gm61rf 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-1sm7gm61rf {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-1sm7gm61rf]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-1sm7gm61rf 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-1sm7gm61rf] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-1sm7gm61rf] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-1sm7gm61rf] {
    width: 100%
}
/* _content/MalisanyaDashBlazor/Pages/Editvardnacpn.razor.rz.scp.css */
body[b-td2iqw07ri] {
}

.button5[b-td2iqw07ri] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-td2iqw07ri] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-td2iqw07ri] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divupdate[b-td2iqw07ri] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-td2iqw07ri] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-td2iqw07ri] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-td2iqw07ri] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-td2iqw07ri] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-td2iqw07ri] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-td2iqw07ri] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-td2iqw07ri] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-td2iqw07ri], #variable th[b-td2iqw07ri] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-td2iqw07ri] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-td2iqw07ri] {
    background-color: #ddd;
}

#variable th[b-td2iqw07ri] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-td2iqw07ri] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-td2iqw07ri] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}


:root[b-td2iqw07ri] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-td2iqw07ri], [b-td2iqw07ri]::after, [b-td2iqw07ri]::before {
    box-sizing: border-box
}

html[b-td2iqw07ri] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-td2iqw07ri], aside[b-td2iqw07ri], figcaption[b-td2iqw07ri], figure[b-td2iqw07ri], footer[b-td2iqw07ri], header[b-td2iqw07ri], hgroup[b-td2iqw07ri], main[b-td2iqw07ri], nav[b-td2iqw07ri], section[b-td2iqw07ri] {
    display: block
}

body[b-td2iqw07ri] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-td2iqw07ri] {
    outline: 0 !important
}

hr[b-td2iqw07ri] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-td2iqw07ri], h2[b-td2iqw07ri], h3[b-td2iqw07ri], h4[b-td2iqw07ri], h5[b-td2iqw07ri], h6[b-td2iqw07ri] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-td2iqw07ri] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-td2iqw07ri], abbr[title][b-td2iqw07ri] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-td2iqw07ri] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-td2iqw07ri], ol[b-td2iqw07ri], ul[b-td2iqw07ri] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-td2iqw07ri], ol ul[b-td2iqw07ri], ul ol[b-td2iqw07ri], ul ul[b-td2iqw07ri] {
        margin-bottom: 0
    }

dt[b-td2iqw07ri] {
    font-weight: 700
}

dd[b-td2iqw07ri] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-td2iqw07ri] {
    margin: 0 0 1rem
}

b[b-td2iqw07ri], strong[b-td2iqw07ri] {
    font-weight: bolder
}

small[b-td2iqw07ri] {
    font-size: 80%
}

sub[b-td2iqw07ri], sup[b-td2iqw07ri] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-td2iqw07ri] {
    bottom: -.25em
}

sup[b-td2iqw07ri] {
    top: -.5em
}

a[b-td2iqw07ri] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-td2iqw07ri] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-td2iqw07ri] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-td2iqw07ri] {
            color: inherit;
            text-decoration: none
        }

code[b-td2iqw07ri], kbd[b-td2iqw07ri], pre[b-td2iqw07ri], samp[b-td2iqw07ri] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-td2iqw07ri] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-td2iqw07ri] {
    margin: 0 0 1rem
}

img[b-td2iqw07ri] {
    vertical-align: middle;
    border-style: none
}

svg[b-td2iqw07ri] {
    overflow: hidden;
    vertical-align: middle
}

table[b-td2iqw07ri] {
    border-collapse: collapse
}

caption[b-td2iqw07ri] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-td2iqw07ri] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-td2iqw07ri] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-td2iqw07ri] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-td2iqw07ri] {
        outline: 0
    }

button[b-td2iqw07ri], input[b-td2iqw07ri], optgroup[b-td2iqw07ri], select[b-td2iqw07ri], textarea[b-td2iqw07ri] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-td2iqw07ri], input[b-td2iqw07ri] {
    overflow: visible
}

button[b-td2iqw07ri], select[b-td2iqw07ri] {
    text-transform: none
}

[role=button][b-td2iqw07ri] {
    cursor: pointer
}

select[b-td2iqw07ri] {
    word-wrap: normal
}

[type=button][b-td2iqw07ri], [type=reset][b-td2iqw07ri], [type=submit][b-td2iqw07ri], button[b-td2iqw07ri] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-td2iqw07ri], [type=reset]:not(:disabled)[b-td2iqw07ri], [type=submit]:not(:disabled)[b-td2iqw07ri], button:not(:disabled)[b-td2iqw07ri] {
        cursor: pointer
    }

    [type=button][b-td2iqw07ri]::-moz-focus-inner, [type=reset][b-td2iqw07ri]::-moz-focus-inner, [type=submit][b-td2iqw07ri]::-moz-focus-inner, button[b-td2iqw07ri]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-td2iqw07ri], input[type=radio][b-td2iqw07ri] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-td2iqw07ri] {
    overflow: auto;
    resize: vertical
}

fieldset[b-td2iqw07ri] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-td2iqw07ri] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-td2iqw07ri] {
    vertical-align: baseline
}

[type=number][b-td2iqw07ri]::-webkit-inner-spin-button, [type=number][b-td2iqw07ri]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-td2iqw07ri] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-td2iqw07ri]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-td2iqw07ri]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-td2iqw07ri] {
    display: inline-block
}

summary[b-td2iqw07ri] {
    display: list-item;
    cursor: pointer
}

template[b-td2iqw07ri] {
    display: none
}

[hidden][b-td2iqw07ri] {
    display: none !important
}

.h1[b-td2iqw07ri], .h2[b-td2iqw07ri], .h3[b-td2iqw07ri], .h4[b-td2iqw07ri], .h5[b-td2iqw07ri], .h6[b-td2iqw07ri], h1[b-td2iqw07ri], h2[b-td2iqw07ri], h3[b-td2iqw07ri], h4[b-td2iqw07ri], h5[b-td2iqw07ri], h6[b-td2iqw07ri] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-td2iqw07ri], h1[b-td2iqw07ri] {
    font-size: 2.5rem
}

.h2[b-td2iqw07ri], h2[b-td2iqw07ri] {
    font-size: 2rem
}

.h3[b-td2iqw07ri], h3[b-td2iqw07ri] {
    font-size: 1.75rem
}

.h4[b-td2iqw07ri], h4[b-td2iqw07ri] {
    font-size: 1.5rem
}

.h5[b-td2iqw07ri], h5[b-td2iqw07ri] {
    font-size: 1.25rem
}

.h6[b-td2iqw07ri], h6[b-td2iqw07ri] {
    font-size: 1rem
}

.lead[b-td2iqw07ri] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-td2iqw07ri] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-td2iqw07ri] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-td2iqw07ri] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-td2iqw07ri] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-td2iqw07ri] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-td2iqw07ri], small[b-td2iqw07ri] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-td2iqw07ri], mark[b-td2iqw07ri] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-td2iqw07ri] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-td2iqw07ri] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-td2iqw07ri] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-td2iqw07ri] {
        margin-right: .5rem
    }

.initialism[b-td2iqw07ri] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-td2iqw07ri] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-td2iqw07ri] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-td2iqw07ri]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-td2iqw07ri] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-td2iqw07ri] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-td2iqw07ri] {
    display: inline-block
}

.figure-img[b-td2iqw07ri] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-td2iqw07ri] {
    font-size: 90%;
    color: #858796
}

code[b-td2iqw07ri] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-td2iqw07ri] {
    color: inherit
}

kbd[b-td2iqw07ri] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-td2iqw07ri] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-td2iqw07ri] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-td2iqw07ri] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-td2iqw07ri] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-td2iqw07ri], .container-fluid[b-td2iqw07ri], .container-lg[b-td2iqw07ri], .container-md[b-td2iqw07ri], .container-sm[b-td2iqw07ri], .container-xl[b-td2iqw07ri] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-td2iqw07ri], .container-sm[b-td2iqw07ri] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-td2iqw07ri], .container-md[b-td2iqw07ri], .container-sm[b-td2iqw07ri] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-td2iqw07ri], .container-lg[b-td2iqw07ri], .container-md[b-td2iqw07ri], .container-sm[b-td2iqw07ri] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-td2iqw07ri], .container-lg[b-td2iqw07ri], .container-md[b-td2iqw07ri], .container-sm[b-td2iqw07ri], .container-xl[b-td2iqw07ri] {
        max-width: 1140px
    }
}

.row[b-td2iqw07ri] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-td2iqw07ri] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-td2iqw07ri], .no-gutters > [class*=col-][b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-td2iqw07ri], .col-1[b-td2iqw07ri], .col-10[b-td2iqw07ri], .col-11[b-td2iqw07ri], .col-12[b-td2iqw07ri], .col-2[b-td2iqw07ri], .col-3[b-td2iqw07ri], .col-4[b-td2iqw07ri], .col-5[b-td2iqw07ri], .col-6[b-td2iqw07ri], .col-7[b-td2iqw07ri], .col-8[b-td2iqw07ri], .col-9[b-td2iqw07ri], .col-auto[b-td2iqw07ri], .col-lg[b-td2iqw07ri], .col-lg-1[b-td2iqw07ri], .col-lg-10[b-td2iqw07ri], .col-lg-11[b-td2iqw07ri], .col-lg-12[b-td2iqw07ri], .col-lg-2[b-td2iqw07ri], .col-lg-3[b-td2iqw07ri], .col-lg-4[b-td2iqw07ri], .col-lg-5[b-td2iqw07ri], .col-lg-6[b-td2iqw07ri], .col-lg-7[b-td2iqw07ri], .col-lg-8[b-td2iqw07ri], .col-lg-9[b-td2iqw07ri], .col-lg-auto[b-td2iqw07ri], .col-md[b-td2iqw07ri], .col-md-1[b-td2iqw07ri], .col-md-10[b-td2iqw07ri], .col-md-11[b-td2iqw07ri], .col-md-12[b-td2iqw07ri], .col-md-2[b-td2iqw07ri], .col-md-3[b-td2iqw07ri], .col-md-4[b-td2iqw07ri], .col-md-5[b-td2iqw07ri], .col-md-6[b-td2iqw07ri], .col-md-7[b-td2iqw07ri], .col-md-8[b-td2iqw07ri], .col-md-9[b-td2iqw07ri], .col-md-auto[b-td2iqw07ri], .col-sm[b-td2iqw07ri], .col-sm-1[b-td2iqw07ri], .col-sm-10[b-td2iqw07ri], .col-sm-11[b-td2iqw07ri], .col-sm-12[b-td2iqw07ri], .col-sm-2[b-td2iqw07ri], .col-sm-3[b-td2iqw07ri], .col-sm-4[b-td2iqw07ri], .col-sm-5[b-td2iqw07ri], .col-sm-6[b-td2iqw07ri], .col-sm-7[b-td2iqw07ri], .col-sm-8[b-td2iqw07ri], .col-sm-9[b-td2iqw07ri], .col-sm-auto[b-td2iqw07ri], .col-xl[b-td2iqw07ri], .col-xl-1[b-td2iqw07ri], .col-xl-10[b-td2iqw07ri], .col-xl-11[b-td2iqw07ri], .col-xl-12[b-td2iqw07ri], .col-xl-2[b-td2iqw07ri], .col-xl-3[b-td2iqw07ri], .col-xl-4[b-td2iqw07ri], .col-xl-5[b-td2iqw07ri], .col-xl-6[b-td2iqw07ri], .col-xl-7[b-td2iqw07ri], .col-xl-8[b-td2iqw07ri], .col-xl-9[b-td2iqw07ri], .col-xl-auto[b-td2iqw07ri] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-td2iqw07ri] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-td2iqw07ri] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-td2iqw07ri] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-td2iqw07ri] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-td2iqw07ri] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-td2iqw07ri] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-td2iqw07ri] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-td2iqw07ri] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-td2iqw07ri] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-td2iqw07ri] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-td2iqw07ri] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-td2iqw07ri] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-td2iqw07ri] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-td2iqw07ri] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-td2iqw07ri] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-td2iqw07ri] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-td2iqw07ri] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-td2iqw07ri] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-td2iqw07ri] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-td2iqw07ri] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-td2iqw07ri] {
    order: -1
}

.order-last[b-td2iqw07ri] {
    order: 13
}

.order-0[b-td2iqw07ri] {
    order: 0
}

.order-1[b-td2iqw07ri] {
    order: 1
}

.order-2[b-td2iqw07ri] {
    order: 2
}

.order-3[b-td2iqw07ri] {
    order: 3
}

.order-4[b-td2iqw07ri] {
    order: 4
}

.order-5[b-td2iqw07ri] {
    order: 5
}

.order-6[b-td2iqw07ri] {
    order: 6
}

.order-7[b-td2iqw07ri] {
    order: 7
}

.order-8[b-td2iqw07ri] {
    order: 8
}

.order-9[b-td2iqw07ri] {
    order: 9
}

.order-10[b-td2iqw07ri] {
    order: 10
}

.order-11[b-td2iqw07ri] {
    order: 11
}

.order-12[b-td2iqw07ri] {
    order: 12
}

.offset-1[b-td2iqw07ri] {
    margin-left: 8.33333%
}

.offset-2[b-td2iqw07ri] {
    margin-left: 16.66667%
}

.offset-3[b-td2iqw07ri] {
    margin-left: 25%
}

.offset-4[b-td2iqw07ri] {
    margin-left: 33.33333%
}

.offset-5[b-td2iqw07ri] {
    margin-left: 41.66667%
}

.offset-6[b-td2iqw07ri] {
    margin-left: 50%
}

.offset-7[b-td2iqw07ri] {
    margin-left: 58.33333%
}

.offset-8[b-td2iqw07ri] {
    margin-left: 66.66667%
}

.offset-9[b-td2iqw07ri] {
    margin-left: 75%
}

.offset-10[b-td2iqw07ri] {
    margin-left: 83.33333%
}

.offset-11[b-td2iqw07ri] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-td2iqw07ri] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-td2iqw07ri] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-td2iqw07ri] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-td2iqw07ri] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-td2iqw07ri] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-td2iqw07ri] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-td2iqw07ri] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-td2iqw07ri] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-td2iqw07ri] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-td2iqw07ri] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-td2iqw07ri] {
        order: -1
    }

    .order-sm-last[b-td2iqw07ri] {
        order: 13
    }

    .order-sm-0[b-td2iqw07ri] {
        order: 0
    }

    .order-sm-1[b-td2iqw07ri] {
        order: 1
    }

    .order-sm-2[b-td2iqw07ri] {
        order: 2
    }

    .order-sm-3[b-td2iqw07ri] {
        order: 3
    }

    .order-sm-4[b-td2iqw07ri] {
        order: 4
    }

    .order-sm-5[b-td2iqw07ri] {
        order: 5
    }

    .order-sm-6[b-td2iqw07ri] {
        order: 6
    }

    .order-sm-7[b-td2iqw07ri] {
        order: 7
    }

    .order-sm-8[b-td2iqw07ri] {
        order: 8
    }

    .order-sm-9[b-td2iqw07ri] {
        order: 9
    }

    .order-sm-10[b-td2iqw07ri] {
        order: 10
    }

    .order-sm-11[b-td2iqw07ri] {
        order: 11
    }

    .order-sm-12[b-td2iqw07ri] {
        order: 12
    }

    .offset-sm-0[b-td2iqw07ri] {
        margin-left: 0
    }

    .offset-sm-1[b-td2iqw07ri] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-td2iqw07ri] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-td2iqw07ri] {
        margin-left: 25%
    }

    .offset-sm-4[b-td2iqw07ri] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-td2iqw07ri] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-td2iqw07ri] {
        margin-left: 50%
    }

    .offset-sm-7[b-td2iqw07ri] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-td2iqw07ri] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-td2iqw07ri] {
        margin-left: 75%
    }

    .offset-sm-10[b-td2iqw07ri] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-td2iqw07ri] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-td2iqw07ri] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-td2iqw07ri] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-td2iqw07ri] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-td2iqw07ri] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-td2iqw07ri] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-td2iqw07ri] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-td2iqw07ri] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-td2iqw07ri] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-td2iqw07ri] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-td2iqw07ri] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-td2iqw07ri] {
        order: -1
    }

    .order-md-last[b-td2iqw07ri] {
        order: 13
    }

    .order-md-0[b-td2iqw07ri] {
        order: 0
    }

    .order-md-1[b-td2iqw07ri] {
        order: 1
    }

    .order-md-2[b-td2iqw07ri] {
        order: 2
    }

    .order-md-3[b-td2iqw07ri] {
        order: 3
    }

    .order-md-4[b-td2iqw07ri] {
        order: 4
    }

    .order-md-5[b-td2iqw07ri] {
        order: 5
    }

    .order-md-6[b-td2iqw07ri] {
        order: 6
    }

    .order-md-7[b-td2iqw07ri] {
        order: 7
    }

    .order-md-8[b-td2iqw07ri] {
        order: 8
    }

    .order-md-9[b-td2iqw07ri] {
        order: 9
    }

    .order-md-10[b-td2iqw07ri] {
        order: 10
    }

    .order-md-11[b-td2iqw07ri] {
        order: 11
    }

    .order-md-12[b-td2iqw07ri] {
        order: 12
    }

    .offset-md-0[b-td2iqw07ri] {
        margin-left: 0
    }

    .offset-md-1[b-td2iqw07ri] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-td2iqw07ri] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-td2iqw07ri] {
        margin-left: 25%
    }

    .offset-md-4[b-td2iqw07ri] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-td2iqw07ri] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-td2iqw07ri] {
        margin-left: 50%
    }

    .offset-md-7[b-td2iqw07ri] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-td2iqw07ri] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-td2iqw07ri] {
        margin-left: 75%
    }

    .offset-md-10[b-td2iqw07ri] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-td2iqw07ri] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-td2iqw07ri] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-td2iqw07ri] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-td2iqw07ri] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-td2iqw07ri] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-td2iqw07ri] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-td2iqw07ri] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-td2iqw07ri] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-td2iqw07ri] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-td2iqw07ri] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-td2iqw07ri] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-td2iqw07ri] {
        order: -1
    }

    .order-lg-last[b-td2iqw07ri] {
        order: 13
    }

    .order-lg-0[b-td2iqw07ri] {
        order: 0
    }

    .order-lg-1[b-td2iqw07ri] {
        order: 1
    }

    .order-lg-2[b-td2iqw07ri] {
        order: 2
    }

    .order-lg-3[b-td2iqw07ri] {
        order: 3
    }

    .order-lg-4[b-td2iqw07ri] {
        order: 4
    }

    .order-lg-5[b-td2iqw07ri] {
        order: 5
    }

    .order-lg-6[b-td2iqw07ri] {
        order: 6
    }

    .order-lg-7[b-td2iqw07ri] {
        order: 7
    }

    .order-lg-8[b-td2iqw07ri] {
        order: 8
    }

    .order-lg-9[b-td2iqw07ri] {
        order: 9
    }

    .order-lg-10[b-td2iqw07ri] {
        order: 10
    }

    .order-lg-11[b-td2iqw07ri] {
        order: 11
    }

    .order-lg-12[b-td2iqw07ri] {
        order: 12
    }

    .offset-lg-0[b-td2iqw07ri] {
        margin-left: 0
    }

    .offset-lg-1[b-td2iqw07ri] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-td2iqw07ri] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-td2iqw07ri] {
        margin-left: 25%
    }

    .offset-lg-4[b-td2iqw07ri] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-td2iqw07ri] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-td2iqw07ri] {
        margin-left: 50%
    }

    .offset-lg-7[b-td2iqw07ri] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-td2iqw07ri] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-td2iqw07ri] {
        margin-left: 75%
    }

    .offset-lg-10[b-td2iqw07ri] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-td2iqw07ri] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-td2iqw07ri] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-td2iqw07ri] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-td2iqw07ri] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-td2iqw07ri] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-td2iqw07ri] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-td2iqw07ri] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-td2iqw07ri] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-td2iqw07ri] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-td2iqw07ri] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-td2iqw07ri] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-td2iqw07ri] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-td2iqw07ri] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-td2iqw07ri] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-td2iqw07ri] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-td2iqw07ri] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-td2iqw07ri] {
        order: -1
    }

    .order-xl-last[b-td2iqw07ri] {
        order: 13
    }

    .order-xl-0[b-td2iqw07ri] {
        order: 0
    }

    .order-xl-1[b-td2iqw07ri] {
        order: 1
    }

    .order-xl-2[b-td2iqw07ri] {
        order: 2
    }

    .order-xl-3[b-td2iqw07ri] {
        order: 3
    }

    .order-xl-4[b-td2iqw07ri] {
        order: 4
    }

    .order-xl-5[b-td2iqw07ri] {
        order: 5
    }

    .order-xl-6[b-td2iqw07ri] {
        order: 6
    }

    .order-xl-7[b-td2iqw07ri] {
        order: 7
    }

    .order-xl-8[b-td2iqw07ri] {
        order: 8
    }

    .order-xl-9[b-td2iqw07ri] {
        order: 9
    }

    .order-xl-10[b-td2iqw07ri] {
        order: 10
    }

    .order-xl-11[b-td2iqw07ri] {
        order: 11
    }

    .order-xl-12[b-td2iqw07ri] {
        order: 12
    }

    .offset-xl-0[b-td2iqw07ri] {
        margin-left: 0
    }

    .offset-xl-1[b-td2iqw07ri] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-td2iqw07ri] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-td2iqw07ri] {
        margin-left: 25%
    }

    .offset-xl-4[b-td2iqw07ri] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-td2iqw07ri] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-td2iqw07ri] {
        margin-left: 50%
    }

    .offset-xl-7[b-td2iqw07ri] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-td2iqw07ri] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-td2iqw07ri] {
        margin-left: 75%
    }

    .offset-xl-10[b-td2iqw07ri] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-td2iqw07ri] {
        margin-left: 91.66667%
    }
}

.table[b-td2iqw07ri] {
    width: 100%;
    margin-bottom: 1rem;
    color: #858796
}

    .table td[b-td2iqw07ri], .table th[b-td2iqw07ri] {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #e3e6f0
    }

    .table thead th[b-td2iqw07ri] {
        vertical-align: bottom;
        border-bottom: 2px solid #e3e6f0
    }

    .table tbody + tbody[b-td2iqw07ri] {
        border-top: 2px solid #e3e6f0
    }

.table-sm td[b-td2iqw07ri], .table-sm th[b-td2iqw07ri] {
    padding: .3rem
}

.table-bordered[b-td2iqw07ri] {
    border: 1px solid #e3e6f0
}

    .table-bordered td[b-td2iqw07ri], .table-bordered th[b-td2iqw07ri] {
        border: 1px solid #e3e6f0
    }

    .table-bordered thead td[b-td2iqw07ri], .table-bordered thead th[b-td2iqw07ri] {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody[b-td2iqw07ri], .table-borderless td[b-td2iqw07ri], .table-borderless th[b-td2iqw07ri], .table-borderless thead th[b-td2iqw07ri] {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd)[b-td2iqw07ri] {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover[b-td2iqw07ri] {
    color: #858796;
    background-color: rgba(0,0,0,.075)
}

.table-primary[b-td2iqw07ri], .table-primary > td[b-td2iqw07ri], .table-primary > th[b-td2iqw07ri] {
    background-color: #cdd8f6
}

    .table-primary tbody + tbody[b-td2iqw07ri], .table-primary td[b-td2iqw07ri], .table-primary th[b-td2iqw07ri], .table-primary thead th[b-td2iqw07ri] {
        border-color: #a3b6ee
    }

.table-hover .table-primary:hover[b-td2iqw07ri] {
    background-color: #b7c7f2
}

    .table-hover .table-primary:hover > td[b-td2iqw07ri], .table-hover .table-primary:hover > th[b-td2iqw07ri] {
        background-color: #b7c7f2
    }

.table-secondary[b-td2iqw07ri], .table-secondary > td[b-td2iqw07ri], .table-secondary > th[b-td2iqw07ri] {
    background-color: #dddde2
}

    .table-secondary tbody + tbody[b-td2iqw07ri], .table-secondary td[b-td2iqw07ri], .table-secondary th[b-td2iqw07ri], .table-secondary thead th[b-td2iqw07ri] {
        border-color: #c0c1c8
    }

.table-hover .table-secondary:hover[b-td2iqw07ri] {
    background-color: #cfcfd6
}

    .table-hover .table-secondary:hover > td[b-td2iqw07ri], .table-hover .table-secondary:hover > th[b-td2iqw07ri] {
        background-color: #cfcfd6
    }

.table-success[b-td2iqw07ri], .table-success > td[b-td2iqw07ri], .table-success > th[b-td2iqw07ri] {
    background-color: #bff0de
}

    .table-success tbody + tbody[b-td2iqw07ri], .table-success td[b-td2iqw07ri], .table-success th[b-td2iqw07ri], .table-success thead th[b-td2iqw07ri] {
        border-color: #89e2c2
    }

.table-hover .table-success:hover[b-td2iqw07ri] {
    background-color: #aaebd3
}

    .table-hover .table-success:hover > td[b-td2iqw07ri], .table-hover .table-success:hover > th[b-td2iqw07ri] {
        background-color: #aaebd3
    }

.table-info[b-td2iqw07ri], .table-info > td[b-td2iqw07ri], .table-info > th[b-td2iqw07ri] {
    background-color: #c7ebf1
}

    .table-info tbody + tbody[b-td2iqw07ri], .table-info td[b-td2iqw07ri], .table-info th[b-td2iqw07ri], .table-info thead th[b-td2iqw07ri] {
        border-color: #96dbe4
    }

.table-hover .table-info:hover[b-td2iqw07ri] {
    background-color: #b3e4ec
}

    .table-hover .table-info:hover > td[b-td2iqw07ri], .table-hover .table-info:hover > th[b-td2iqw07ri] {
        background-color: #b3e4ec
    }

.table-warning[b-td2iqw07ri], .table-warning > td[b-td2iqw07ri], .table-warning > th[b-td2iqw07ri] {
    background-color: #fceec9
}

    .table-warning tbody + tbody[b-td2iqw07ri], .table-warning td[b-td2iqw07ri], .table-warning th[b-td2iqw07ri], .table-warning thead th[b-td2iqw07ri] {
        border-color: #fadf9b
    }

.table-hover .table-warning:hover[b-td2iqw07ri] {
    background-color: #fbe6b1
}

    .table-hover .table-warning:hover > td[b-td2iqw07ri], .table-hover .table-warning:hover > th[b-td2iqw07ri] {
        background-color: #fbe6b1
    }

.table-danger[b-td2iqw07ri], .table-danger > td[b-td2iqw07ri], .table-danger > th[b-td2iqw07ri] {
    background-color: #f8ccc8
}

    .table-danger tbody + tbody[b-td2iqw07ri], .table-danger td[b-td2iqw07ri], .table-danger th[b-td2iqw07ri], .table-danger thead th[b-td2iqw07ri] {
        border-color: #f3a199
    }

.table-hover .table-danger:hover[b-td2iqw07ri] {
    background-color: #f5b7b1
}

    .table-hover .table-danger:hover > td[b-td2iqw07ri], .table-hover .table-danger:hover > th[b-td2iqw07ri] {
        background-color: #f5b7b1
    }

.table-light[b-td2iqw07ri], .table-light > td[b-td2iqw07ri], .table-light > th[b-td2iqw07ri] {
    background-color: #fdfdfe
}

    .table-light tbody + tbody[b-td2iqw07ri], .table-light td[b-td2iqw07ri], .table-light th[b-td2iqw07ri], .table-light thead th[b-td2iqw07ri] {
        border-color: #fbfcfd
    }

.table-hover .table-light:hover[b-td2iqw07ri] {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td[b-td2iqw07ri], .table-hover .table-light:hover > th[b-td2iqw07ri] {
        background-color: #ececf6
    }

.table-dark[b-td2iqw07ri], .table-dark > td[b-td2iqw07ri], .table-dark > th[b-td2iqw07ri] {
    background-color: #d1d1d5
}

    .table-dark tbody + tbody[b-td2iqw07ri], .table-dark td[b-td2iqw07ri], .table-dark th[b-td2iqw07ri], .table-dark thead th[b-td2iqw07ri] {
        border-color: #a9aab1
    }

.table-hover .table-dark:hover[b-td2iqw07ri] {
    background-color: #c4c4c9
}

    .table-hover .table-dark:hover > td[b-td2iqw07ri], .table-hover .table-dark:hover > th[b-td2iqw07ri] {
        background-color: #c4c4c9
    }

.table-active[b-td2iqw07ri], .table-active > td[b-td2iqw07ri], .table-active > th[b-td2iqw07ri] {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover[b-td2iqw07ri] {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td[b-td2iqw07ri], .table-hover .table-active:hover > th[b-td2iqw07ri] {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th[b-td2iqw07ri] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e
}

.table .thead-light th[b-td2iqw07ri] {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0
}

.table-dark[b-td2iqw07ri] {
    color: #fff;
    background-color: #5a5c69
}

    .table-dark td[b-td2iqw07ri], .table-dark th[b-td2iqw07ri], .table-dark thead th[b-td2iqw07ri] {
        border-color: #6c6e7e
    }

    .table-dark.table-bordered[b-td2iqw07ri] {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd)[b-td2iqw07ri] {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm[b-td2iqw07ri] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered[b-td2iqw07ri] {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md[b-td2iqw07ri] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered[b-td2iqw07ri] {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg[b-td2iqw07ri] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered[b-td2iqw07ri] {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl[b-td2iqw07ri] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered[b-td2iqw07ri] {
            border: 0
        }
}

.table-responsive[b-td2iqw07ri] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered[b-td2iqw07ri] {
        border: 0
    }

.form-control[b-td2iqw07ri] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-td2iqw07ri] {
        transition: none
    }
}

.form-control[b-td2iqw07ri]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-td2iqw07ri] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-td2iqw07ri] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-td2iqw07ri]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-td2iqw07ri]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-td2iqw07ri] {
    color: #858796;
    opacity: 1
}

.form-control[b-td2iqw07ri]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-td2iqw07ri]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-td2iqw07ri], .form-control[readonly][b-td2iqw07ri] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-td2iqw07ri], input[type=datetime-local].form-control[b-td2iqw07ri], input[type=month].form-control[b-td2iqw07ri], input[type=time].form-control[b-td2iqw07ri] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-td2iqw07ri]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-td2iqw07ri], .form-control-range[b-td2iqw07ri] {
    display: block;
    width: 100%
}

.col-form-label[b-td2iqw07ri] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-td2iqw07ri] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-td2iqw07ri] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-td2iqw07ri] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-td2iqw07ri], .form-control-plaintext.form-control-sm[b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-td2iqw07ri] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-td2iqw07ri] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-td2iqw07ri], select.form-control[size][b-td2iqw07ri] {
    height: auto
}

textarea.form-control[b-td2iqw07ri] {
    height: auto
}

.form-group[b-td2iqw07ri] {
    margin-bottom: 1rem
}

.form-text[b-td2iqw07ri] {
    display: block;
    margin-top: .25rem
}

.form-row[b-td2iqw07ri] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-td2iqw07ri], .form-row > [class*=col-][b-td2iqw07ri] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-td2iqw07ri] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-td2iqw07ri] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-td2iqw07ri], .form-check-input[disabled] ~ .form-check-label[b-td2iqw07ri] {
        color: #858796
    }

.form-check-label[b-td2iqw07ri] {
    margin-bottom: 0
}

.form-check-inline[b-td2iqw07ri] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-td2iqw07ri] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-td2iqw07ri] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-td2iqw07ri] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-td2iqw07ri], .form-row > [class*=col-] > .valid-tooltip[b-td2iqw07ri] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-td2iqw07ri], .is-valid ~ .valid-tooltip[b-td2iqw07ri], .was-validated :valid ~ .valid-feedback[b-td2iqw07ri], .was-validated :valid ~ .valid-tooltip[b-td2iqw07ri] {
    display: block
}

.form-control.is-valid[b-td2iqw07ri], .was-validated .form-control:valid[b-td2iqw07ri] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-td2iqw07ri], .was-validated .form-control:valid:focus[b-td2iqw07ri] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-td2iqw07ri], textarea.form-control.is-valid[b-td2iqw07ri] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-td2iqw07ri], .was-validated .custom-select:valid[b-td2iqw07ri] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-td2iqw07ri], .was-validated .custom-select:valid:focus[b-td2iqw07ri] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-td2iqw07ri], .was-validated .form-check-input:valid ~ .form-check-label[b-td2iqw07ri] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-td2iqw07ri], .form-check-input.is-valid ~ .valid-tooltip[b-td2iqw07ri], .was-validated .form-check-input:valid ~ .valid-feedback[b-td2iqw07ri], .was-validated .form-check-input:valid ~ .valid-tooltip[b-td2iqw07ri] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-td2iqw07ri], .was-validated .custom-control-input:valid ~ .custom-control-label[b-td2iqw07ri] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-td2iqw07ri]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-td2iqw07ri]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-td2iqw07ri]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-td2iqw07ri]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-td2iqw07ri], .was-validated .custom-file-input:valid ~ .custom-file-label[b-td2iqw07ri] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-td2iqw07ri], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-td2iqw07ri] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-td2iqw07ri] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-td2iqw07ri] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-td2iqw07ri], .form-row > [class*=col-] > .invalid-tooltip[b-td2iqw07ri] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-td2iqw07ri], .is-invalid ~ .invalid-tooltip[b-td2iqw07ri], .was-validated :invalid ~ .invalid-feedback[b-td2iqw07ri], .was-validated :invalid ~ .invalid-tooltip[b-td2iqw07ri] {
    display: block
}

.form-control.is-invalid[b-td2iqw07ri], .was-validated .form-control:invalid[b-td2iqw07ri] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-td2iqw07ri], .was-validated .form-control:invalid:focus[b-td2iqw07ri] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-td2iqw07ri], textarea.form-control.is-invalid[b-td2iqw07ri] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-td2iqw07ri], .was-validated .custom-select:invalid[b-td2iqw07ri] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-td2iqw07ri], .was-validated .custom-select:invalid:focus[b-td2iqw07ri] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-td2iqw07ri], .was-validated .form-check-input:invalid ~ .form-check-label[b-td2iqw07ri] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-td2iqw07ri], .form-check-input.is-invalid ~ .invalid-tooltip[b-td2iqw07ri], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-td2iqw07ri], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-td2iqw07ri] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-td2iqw07ri], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-td2iqw07ri] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-td2iqw07ri]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-td2iqw07ri]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-td2iqw07ri]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-td2iqw07ri]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-td2iqw07ri]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-td2iqw07ri], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-td2iqw07ri] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-td2iqw07ri], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-td2iqw07ri] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-td2iqw07ri] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-td2iqw07ri] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-td2iqw07ri] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-td2iqw07ri] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-td2iqw07ri] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-td2iqw07ri] {
        display: inline-block
    }

    .form-inline .custom-select[b-td2iqw07ri], .form-inline .input-group[b-td2iqw07ri] {
        width: auto
    }

    .form-inline .form-check[b-td2iqw07ri] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-td2iqw07ri] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-td2iqw07ri] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-td2iqw07ri] {
        margin-bottom: 0
    }
}

.btn[b-td2iqw07ri] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-td2iqw07ri] {
        transition: none
    }
}

.btn:hover[b-td2iqw07ri] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-td2iqw07ri], .btn:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-td2iqw07ri], .btn:disabled[b-td2iqw07ri] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-td2iqw07ri] {
    cursor: pointer
}

a.btn.disabled[b-td2iqw07ri], fieldset:disabled a.btn[b-td2iqw07ri] {
    pointer-events: none
}

.btn-primary[b-td2iqw07ri] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-td2iqw07ri], .btn-primary:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-td2iqw07ri], .btn-primary:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-primary:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-primary.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-primary:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-primary.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-td2iqw07ri] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-td2iqw07ri], .btn-secondary:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-td2iqw07ri], .btn-secondary:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-secondary:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-secondary.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-secondary.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-td2iqw07ri] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-td2iqw07ri], .btn-success:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-td2iqw07ri], .btn-success:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-success:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-success.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-success:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-success.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-td2iqw07ri] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-td2iqw07ri], .btn-info:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-td2iqw07ri], .btn-info:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-info:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-info.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-info:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-info.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-td2iqw07ri] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-td2iqw07ri], .btn-warning:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-td2iqw07ri], .btn-warning:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-warning:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-warning.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-warning:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-warning.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-td2iqw07ri] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-td2iqw07ri], .btn-danger:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-td2iqw07ri], .btn-danger:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-danger:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-danger.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-danger:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-danger.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-td2iqw07ri] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-td2iqw07ri] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-td2iqw07ri], .btn-light:focus[b-td2iqw07ri] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-td2iqw07ri], .btn-light:disabled[b-td2iqw07ri] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-light:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-light.dropdown-toggle[b-td2iqw07ri] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-light:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-light.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-td2iqw07ri] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-td2iqw07ri], .btn-dark:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-td2iqw07ri], .btn-dark:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-dark:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-dark.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-dark:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-dark.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-td2iqw07ri] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-td2iqw07ri], .btn-outline-primary:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-td2iqw07ri], .btn-outline-primary:disabled[b-td2iqw07ri] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-primary:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-primary.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-primary.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-td2iqw07ri] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-td2iqw07ri], .btn-outline-secondary:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-td2iqw07ri], .btn-outline-secondary:disabled[b-td2iqw07ri] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-secondary.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-secondary.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-td2iqw07ri] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-td2iqw07ri], .btn-outline-success:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-td2iqw07ri], .btn-outline-success:disabled[b-td2iqw07ri] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-success:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-success.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-success.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-td2iqw07ri] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-td2iqw07ri], .btn-outline-info:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-td2iqw07ri], .btn-outline-info:disabled[b-td2iqw07ri] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-info:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-info.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-info.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-td2iqw07ri] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-td2iqw07ri], .btn-outline-warning:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-td2iqw07ri], .btn-outline-warning:disabled[b-td2iqw07ri] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-warning:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-warning.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-warning.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-td2iqw07ri] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-td2iqw07ri], .btn-outline-danger:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-td2iqw07ri], .btn-outline-danger:disabled[b-td2iqw07ri] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-danger:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-danger.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-danger.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-td2iqw07ri] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-td2iqw07ri] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-td2iqw07ri], .btn-outline-light:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-td2iqw07ri], .btn-outline-light:disabled[b-td2iqw07ri] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-light:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-light.dropdown-toggle[b-td2iqw07ri] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-light.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-td2iqw07ri] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-td2iqw07ri], .btn-outline-dark:focus[b-td2iqw07ri] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-td2iqw07ri], .btn-outline-dark:disabled[b-td2iqw07ri] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-outline-dark:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-outline-dark.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-outline-dark.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-td2iqw07ri] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-td2iqw07ri] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-td2iqw07ri], .btn-link:focus[b-td2iqw07ri] {
        text-decoration: underline
    }

    .btn-link.disabled[b-td2iqw07ri], .btn-link:disabled[b-td2iqw07ri] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-td2iqw07ri], .btn-lg[b-td2iqw07ri] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-td2iqw07ri], .btn-sm[b-td2iqw07ri] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-td2iqw07ri] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-td2iqw07ri] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-td2iqw07ri], input[type=reset].btn-block[b-td2iqw07ri], input[type=submit].btn-block[b-td2iqw07ri] {
    width: 100%
}

.fade[b-td2iqw07ri] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-td2iqw07ri] {
        transition: none
    }
}

.fade:not(.show)[b-td2iqw07ri] {
    opacity: 0
}

.collapse:not(.show)[b-td2iqw07ri] {
    display: none
}

.collapsing[b-td2iqw07ri] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-td2iqw07ri] {
        transition: none
    }
}

.dropdown[b-td2iqw07ri], .dropleft[b-td2iqw07ri], .dropright[b-td2iqw07ri], .dropup[b-td2iqw07ri] {
    position: relative
}

.dropdown-toggle[b-td2iqw07ri] {
    white-space: nowrap
}

    .dropdown-toggle[b-td2iqw07ri]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-td2iqw07ri]::after {
        margin-left: 0
    }

.dropdown-menu[b-td2iqw07ri] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-td2iqw07ri] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-td2iqw07ri] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-td2iqw07ri] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-td2iqw07ri] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-td2iqw07ri] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-td2iqw07ri] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-td2iqw07ri] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-td2iqw07ri] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-td2iqw07ri] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-td2iqw07ri] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-td2iqw07ri] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-td2iqw07ri]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-td2iqw07ri]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-td2iqw07ri] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-td2iqw07ri]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-td2iqw07ri]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-td2iqw07ri]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-td2iqw07ri] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-td2iqw07ri]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-td2iqw07ri]::after {
    display: none
}

.dropleft .dropdown-toggle[b-td2iqw07ri]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-td2iqw07ri]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-td2iqw07ri]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-td2iqw07ri], .dropdown-menu[x-placement^=left][b-td2iqw07ri], .dropdown-menu[x-placement^=right][b-td2iqw07ri], .dropdown-menu[x-placement^=top][b-td2iqw07ri] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-td2iqw07ri] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-td2iqw07ri] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-td2iqw07ri], .dropdown-item:hover[b-td2iqw07ri] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-td2iqw07ri], .dropdown-item:active[b-td2iqw07ri] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-td2iqw07ri], .dropdown-item:disabled[b-td2iqw07ri] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-td2iqw07ri] {
    display: block
}

.dropdown-header[b-td2iqw07ri] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-td2iqw07ri] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-td2iqw07ri], .btn-group-vertical[b-td2iqw07ri] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-td2iqw07ri], .btn-group > .btn[b-td2iqw07ri] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-td2iqw07ri], .btn-group > .btn:hover[b-td2iqw07ri] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-td2iqw07ri], .btn-group-vertical > .btn:active[b-td2iqw07ri], .btn-group-vertical > .btn:focus[b-td2iqw07ri], .btn-group > .btn.active[b-td2iqw07ri], .btn-group > .btn:active[b-td2iqw07ri], .btn-group > .btn:focus[b-td2iqw07ri] {
            z-index: 1
        }

.btn-toolbar[b-td2iqw07ri] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-td2iqw07ri] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-td2iqw07ri], .btn-group > .btn:not(:first-child)[b-td2iqw07ri] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-td2iqw07ri], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-td2iqw07ri] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-td2iqw07ri], .btn-group > .btn:not(:first-child)[b-td2iqw07ri] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-td2iqw07ri] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-td2iqw07ri]::after, .dropright .dropdown-toggle-split[b-td2iqw07ri]::after, .dropup .dropdown-toggle-split[b-td2iqw07ri]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-td2iqw07ri]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-td2iqw07ri], .btn-sm + .dropdown-toggle-split[b-td2iqw07ri] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-td2iqw07ri], .btn-lg + .dropdown-toggle-split[b-td2iqw07ri] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-td2iqw07ri] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-td2iqw07ri], .btn-group-vertical > .btn-group[b-td2iqw07ri] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-td2iqw07ri], .btn-group-vertical > .btn:not(:first-child)[b-td2iqw07ri] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-td2iqw07ri], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-td2iqw07ri] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-td2iqw07ri], .btn-group-vertical > .btn:not(:first-child)[b-td2iqw07ri] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-td2iqw07ri], .btn-group-toggle > .btn-group > .btn[b-td2iqw07ri] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-td2iqw07ri], .btn-group-toggle > .btn input[type=radio][b-td2iqw07ri], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-td2iqw07ri], .btn-group-toggle > .btn-group > .btn input[type=radio][b-td2iqw07ri] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-td2iqw07ri] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-td2iqw07ri], .input-group > .custom-select[b-td2iqw07ri], .input-group > .form-control[b-td2iqw07ri], .input-group > .form-control-plaintext[b-td2iqw07ri] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-td2iqw07ri], .input-group > .custom-file + .custom-select[b-td2iqw07ri], .input-group > .custom-file + .form-control[b-td2iqw07ri], .input-group > .custom-select + .custom-file[b-td2iqw07ri], .input-group > .custom-select + .custom-select[b-td2iqw07ri], .input-group > .custom-select + .form-control[b-td2iqw07ri], .input-group > .form-control + .custom-file[b-td2iqw07ri], .input-group > .form-control + .custom-select[b-td2iqw07ri], .input-group > .form-control + .form-control[b-td2iqw07ri], .input-group > .form-control-plaintext + .custom-file[b-td2iqw07ri], .input-group > .form-control-plaintext + .custom-select[b-td2iqw07ri], .input-group > .form-control-plaintext + .form-control[b-td2iqw07ri] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-td2iqw07ri], .input-group > .custom-select:focus[b-td2iqw07ri], .input-group > .form-control:focus[b-td2iqw07ri] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-td2iqw07ri] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-td2iqw07ri], .input-group > .form-control:not(:first-child)[b-td2iqw07ri] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-td2iqw07ri] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-td2iqw07ri], .input-group > .custom-file:not(:last-child) .custom-file-label[b-td2iqw07ri] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-td2iqw07ri]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-td2iqw07ri], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-td2iqw07ri] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-td2iqw07ri]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-td2iqw07ri], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-td2iqw07ri] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-td2iqw07ri], .input-group-prepend[b-td2iqw07ri] {
    display: flex
}

    .input-group-append .btn[b-td2iqw07ri], .input-group-prepend .btn[b-td2iqw07ri] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-td2iqw07ri], .input-group-prepend .btn:focus[b-td2iqw07ri] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-td2iqw07ri], .input-group-append .btn + .input-group-text[b-td2iqw07ri], .input-group-append .input-group-text + .btn[b-td2iqw07ri], .input-group-append .input-group-text + .input-group-text[b-td2iqw07ri], .input-group-prepend .btn + .btn[b-td2iqw07ri], .input-group-prepend .btn + .input-group-text[b-td2iqw07ri], .input-group-prepend .input-group-text + .btn[b-td2iqw07ri], .input-group-prepend .input-group-text + .input-group-text[b-td2iqw07ri] {
            margin-left: -1px
        }

.input-group-prepend[b-td2iqw07ri] {
    margin-right: -1px
}

.input-group-append[b-td2iqw07ri] {
    margin-left: -1px
}

.input-group-text[b-td2iqw07ri] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-td2iqw07ri], .input-group-text input[type=radio][b-td2iqw07ri] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-td2iqw07ri], .input-group-lg > .form-control:not(textarea)[b-td2iqw07ri] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-td2iqw07ri], .input-group-lg > .form-control[b-td2iqw07ri], .input-group-lg > .input-group-append > .btn[b-td2iqw07ri], .input-group-lg > .input-group-append > .input-group-text[b-td2iqw07ri], .input-group-lg > .input-group-prepend > .btn[b-td2iqw07ri], .input-group-lg > .input-group-prepend > .input-group-text[b-td2iqw07ri] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-td2iqw07ri], .input-group-sm > .form-control:not(textarea)[b-td2iqw07ri] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-td2iqw07ri], .input-group-sm > .form-control[b-td2iqw07ri], .input-group-sm > .input-group-append > .btn[b-td2iqw07ri], .input-group-sm > .input-group-append > .input-group-text[b-td2iqw07ri], .input-group-sm > .input-group-prepend > .btn[b-td2iqw07ri], .input-group-sm > .input-group-prepend > .input-group-text[b-td2iqw07ri] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-td2iqw07ri], .input-group-sm > .custom-select[b-td2iqw07ri] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-td2iqw07ri], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-td2iqw07ri], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-td2iqw07ri], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-td2iqw07ri], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-td2iqw07ri], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-td2iqw07ri], .input-group > .input-group-prepend > .btn[b-td2iqw07ri], .input-group > .input-group-prepend > .input-group-text[b-td2iqw07ri] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-td2iqw07ri], .input-group > .input-group-append > .input-group-text[b-td2iqw07ri], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-td2iqw07ri], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-td2iqw07ri], .input-group > .input-group-prepend:not(:first-child) > .btn[b-td2iqw07ri], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-td2iqw07ri] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-td2iqw07ri] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-td2iqw07ri] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-td2iqw07ri] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-td2iqw07ri]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-td2iqw07ri]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-td2iqw07ri]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-td2iqw07ri]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-td2iqw07ri], .custom-control-input[disabled] ~ .custom-control-label[b-td2iqw07ri] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-td2iqw07ri]::before, .custom-control-input[disabled] ~ .custom-control-label[b-td2iqw07ri]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-td2iqw07ri] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-td2iqw07ri]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-td2iqw07ri]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-td2iqw07ri]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-td2iqw07ri]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-td2iqw07ri]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-td2iqw07ri]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-td2iqw07ri]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-td2iqw07ri]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-td2iqw07ri]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-td2iqw07ri]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-td2iqw07ri]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-td2iqw07ri] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-td2iqw07ri]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-td2iqw07ri]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-td2iqw07ri]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-td2iqw07ri]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-td2iqw07ri]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-td2iqw07ri] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-td2iqw07ri] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-td2iqw07ri]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-td2iqw07ri], .custom-select[size]:not([size="1"])[b-td2iqw07ri] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-td2iqw07ri] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-td2iqw07ri]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-td2iqw07ri] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-td2iqw07ri] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-td2iqw07ri] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-td2iqw07ri] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-td2iqw07ri] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-td2iqw07ri] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-td2iqw07ri], .custom-file-input[disabled] ~ .custom-file-label[b-td2iqw07ri] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-td2iqw07ri]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-td2iqw07ri]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-td2iqw07ri] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-td2iqw07ri]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-td2iqw07ri] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-td2iqw07ri] {
        outline: 0
    }

        .custom-range:focus[b-td2iqw07ri]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-td2iqw07ri]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-td2iqw07ri]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-td2iqw07ri]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-td2iqw07ri]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-td2iqw07ri]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-td2iqw07ri]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-td2iqw07ri]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-td2iqw07ri]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-td2iqw07ri]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-td2iqw07ri]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-td2iqw07ri]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-td2iqw07ri]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-td2iqw07ri]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-td2iqw07ri]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-td2iqw07ri]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-td2iqw07ri]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-td2iqw07ri]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-td2iqw07ri]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-td2iqw07ri]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-td2iqw07ri]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-td2iqw07ri]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-td2iqw07ri]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-td2iqw07ri]::before, .custom-file-label[b-td2iqw07ri], .custom-select[b-td2iqw07ri] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-td2iqw07ri]::before, .custom-file-label[b-td2iqw07ri], .custom-select[b-td2iqw07ri] {
        transition: none
    }
}

.nav[b-td2iqw07ri] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-td2iqw07ri] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-td2iqw07ri], .nav-link:hover[b-td2iqw07ri] {
        text-decoration: none
    }

    .nav-link.disabled[b-td2iqw07ri] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-td2iqw07ri] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-td2iqw07ri] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-td2iqw07ri], .nav-tabs .nav-link:hover[b-td2iqw07ri] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-td2iqw07ri] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-td2iqw07ri], .nav-tabs .nav-link.active[b-td2iqw07ri] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-td2iqw07ri] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-td2iqw07ri] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-td2iqw07ri], .nav-pills .show > .nav-link[b-td2iqw07ri] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-td2iqw07ri], .nav-fill > .nav-link[b-td2iqw07ri] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-td2iqw07ri], .nav-justified > .nav-link[b-td2iqw07ri] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-td2iqw07ri] {
    display: none
}

.tab-content > .active[b-td2iqw07ri] {
    display: block
}

.navbar[b-td2iqw07ri] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-td2iqw07ri], .navbar .container-fluid[b-td2iqw07ri], .navbar .container-lg[b-td2iqw07ri], .navbar .container-md[b-td2iqw07ri], .navbar .container-sm[b-td2iqw07ri], .navbar .container-xl[b-td2iqw07ri] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-td2iqw07ri] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-td2iqw07ri], .navbar-brand:hover[b-td2iqw07ri] {
        text-decoration: none
    }

.navbar-nav[b-td2iqw07ri] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-td2iqw07ri] {
        position: static;
        float: none
    }

.navbar-text[b-td2iqw07ri] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-td2iqw07ri] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-td2iqw07ri] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-td2iqw07ri], .navbar-toggler:hover[b-td2iqw07ri] {
        text-decoration: none
    }

.navbar-toggler-icon[b-td2iqw07ri] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-td2iqw07ri] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-td2iqw07ri], .navbar-expand-sm > .container-fluid[b-td2iqw07ri], .navbar-expand-sm > .container-lg[b-td2iqw07ri], .navbar-expand-sm > .container-md[b-td2iqw07ri], .navbar-expand-sm > .container-sm[b-td2iqw07ri], .navbar-expand-sm > .container-xl[b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-td2iqw07ri] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-td2iqw07ri] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-td2iqw07ri] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-td2iqw07ri] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-td2iqw07ri], .navbar-expand-sm > .container-fluid[b-td2iqw07ri], .navbar-expand-sm > .container-lg[b-td2iqw07ri], .navbar-expand-sm > .container-md[b-td2iqw07ri], .navbar-expand-sm > .container-sm[b-td2iqw07ri], .navbar-expand-sm > .container-xl[b-td2iqw07ri] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-td2iqw07ri] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-td2iqw07ri] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-td2iqw07ri] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-td2iqw07ri], .navbar-expand-md > .container-fluid[b-td2iqw07ri], .navbar-expand-md > .container-lg[b-td2iqw07ri], .navbar-expand-md > .container-md[b-td2iqw07ri], .navbar-expand-md > .container-sm[b-td2iqw07ri], .navbar-expand-md > .container-xl[b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-td2iqw07ri] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-td2iqw07ri] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-td2iqw07ri] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-td2iqw07ri] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-td2iqw07ri], .navbar-expand-md > .container-fluid[b-td2iqw07ri], .navbar-expand-md > .container-lg[b-td2iqw07ri], .navbar-expand-md > .container-md[b-td2iqw07ri], .navbar-expand-md > .container-sm[b-td2iqw07ri], .navbar-expand-md > .container-xl[b-td2iqw07ri] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-td2iqw07ri] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-td2iqw07ri] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-td2iqw07ri] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-td2iqw07ri], .navbar-expand-lg > .container-fluid[b-td2iqw07ri], .navbar-expand-lg > .container-lg[b-td2iqw07ri], .navbar-expand-lg > .container-md[b-td2iqw07ri], .navbar-expand-lg > .container-sm[b-td2iqw07ri], .navbar-expand-lg > .container-xl[b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-td2iqw07ri] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-td2iqw07ri] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-td2iqw07ri] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-td2iqw07ri] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-td2iqw07ri], .navbar-expand-lg > .container-fluid[b-td2iqw07ri], .navbar-expand-lg > .container-lg[b-td2iqw07ri], .navbar-expand-lg > .container-md[b-td2iqw07ri], .navbar-expand-lg > .container-sm[b-td2iqw07ri], .navbar-expand-lg > .container-xl[b-td2iqw07ri] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-td2iqw07ri] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-td2iqw07ri] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-td2iqw07ri] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-td2iqw07ri], .navbar-expand-xl > .container-fluid[b-td2iqw07ri], .navbar-expand-xl > .container-lg[b-td2iqw07ri], .navbar-expand-xl > .container-md[b-td2iqw07ri], .navbar-expand-xl > .container-sm[b-td2iqw07ri], .navbar-expand-xl > .container-xl[b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-td2iqw07ri] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-td2iqw07ri] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-td2iqw07ri] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-td2iqw07ri] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-td2iqw07ri], .navbar-expand-xl > .container-fluid[b-td2iqw07ri], .navbar-expand-xl > .container-lg[b-td2iqw07ri], .navbar-expand-xl > .container-md[b-td2iqw07ri], .navbar-expand-xl > .container-sm[b-td2iqw07ri], .navbar-expand-xl > .container-xl[b-td2iqw07ri] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-td2iqw07ri] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-td2iqw07ri] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-td2iqw07ri] {
            display: none
        }
}

.navbar-expand[b-td2iqw07ri] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-td2iqw07ri], .navbar-expand > .container-fluid[b-td2iqw07ri], .navbar-expand > .container-lg[b-td2iqw07ri], .navbar-expand > .container-md[b-td2iqw07ri], .navbar-expand > .container-sm[b-td2iqw07ri], .navbar-expand > .container-xl[b-td2iqw07ri] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-td2iqw07ri] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-td2iqw07ri] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-td2iqw07ri] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-td2iqw07ri], .navbar-expand > .container-fluid[b-td2iqw07ri], .navbar-expand > .container-lg[b-td2iqw07ri], .navbar-expand > .container-md[b-td2iqw07ri], .navbar-expand > .container-sm[b-td2iqw07ri], .navbar-expand > .container-xl[b-td2iqw07ri] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-td2iqw07ri] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-td2iqw07ri] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-td2iqw07ri] {
        display: none
    }

.navbar-light .navbar-brand[b-td2iqw07ri] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-td2iqw07ri], .navbar-light .navbar-brand:hover[b-td2iqw07ri] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-td2iqw07ri] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-td2iqw07ri], .navbar-light .navbar-nav .nav-link:hover[b-td2iqw07ri] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-td2iqw07ri] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-td2iqw07ri], .navbar-light .navbar-nav .nav-link.active[b-td2iqw07ri], .navbar-light .navbar-nav .nav-link.show[b-td2iqw07ri], .navbar-light .navbar-nav .show > .nav-link[b-td2iqw07ri] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-td2iqw07ri] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-td2iqw07ri] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-td2iqw07ri] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-td2iqw07ri] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-td2iqw07ri], .navbar-light .navbar-text a:hover[b-td2iqw07ri] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-td2iqw07ri] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-td2iqw07ri], .navbar-dark .navbar-brand:hover[b-td2iqw07ri] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-td2iqw07ri] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-td2iqw07ri], .navbar-dark .navbar-nav .nav-link:hover[b-td2iqw07ri] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-td2iqw07ri] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-td2iqw07ri], .navbar-dark .navbar-nav .nav-link.active[b-td2iqw07ri], .navbar-dark .navbar-nav .nav-link.show[b-td2iqw07ri], .navbar-dark .navbar-nav .show > .nav-link[b-td2iqw07ri] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-td2iqw07ri] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-td2iqw07ri] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-td2iqw07ri] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-td2iqw07ri] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-td2iqw07ri], .navbar-dark .navbar-text a:hover[b-td2iqw07ri] {
            color: #fff
        }

.card[b-td2iqw07ri] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-td2iqw07ri] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-td2iqw07ri] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-td2iqw07ri] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-td2iqw07ri] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-td2iqw07ri], .card > .list-group + .card-footer[b-td2iqw07ri] {
            border-top: 0
        }

.card-body[b-td2iqw07ri] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-td2iqw07ri] {
    margin-bottom: .75rem
}

.card-subtitle[b-td2iqw07ri] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-td2iqw07ri] {
    margin-bottom: 0
}

.card-link:hover[b-td2iqw07ri] {
    text-decoration: none
}

.card-link + .card-link[b-td2iqw07ri] {
    margin-left: 1.25rem
}

.card-header[b-td2iqw07ri] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-td2iqw07ri] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-td2iqw07ri] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-td2iqw07ri] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-td2iqw07ri] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-td2iqw07ri] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-td2iqw07ri] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-td2iqw07ri], .card-img-bottom[b-td2iqw07ri], .card-img-top[b-td2iqw07ri] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-td2iqw07ri], .card-img-top[b-td2iqw07ri] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-td2iqw07ri], .card-img-bottom[b-td2iqw07ri] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-td2iqw07ri] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-td2iqw07ri] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-td2iqw07ri] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-td2iqw07ri] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-td2iqw07ri] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-td2iqw07ri] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-td2iqw07ri] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-td2iqw07ri] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-td2iqw07ri], .card-group > .card:not(:last-child) .card-img-top[b-td2iqw07ri] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-td2iqw07ri], .card-group > .card:not(:last-child) .card-img-bottom[b-td2iqw07ri] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-td2iqw07ri] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-td2iqw07ri], .card-group > .card:not(:first-child) .card-img-top[b-td2iqw07ri] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-td2iqw07ri], .card-group > .card:not(:first-child) .card-img-bottom[b-td2iqw07ri] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-td2iqw07ri] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-td2iqw07ri] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-td2iqw07ri] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-td2iqw07ri] {
    overflow-anchor: none
}

    .accordion > .card[b-td2iqw07ri] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-td2iqw07ri] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-td2iqw07ri] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-td2iqw07ri] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-td2iqw07ri] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-td2iqw07ri] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-td2iqw07ri]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-td2iqw07ri]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-td2iqw07ri]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-td2iqw07ri] {
    color: #858796
}

.pagination[b-td2iqw07ri] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-td2iqw07ri] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-td2iqw07ri] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-td2iqw07ri] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-td2iqw07ri] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-td2iqw07ri] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-td2iqw07ri] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-td2iqw07ri] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-td2iqw07ri] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-td2iqw07ri] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-td2iqw07ri] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-td2iqw07ri] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-td2iqw07ri] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-td2iqw07ri] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-td2iqw07ri] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-td2iqw07ri] {
        transition: none
    }
}

a.badge:focus[b-td2iqw07ri], a.badge:hover[b-td2iqw07ri] {
    text-decoration: none
}

.badge:empty[b-td2iqw07ri] {
    display: none
}

.btn .badge[b-td2iqw07ri] {
    position: relative;
    top: -1px
}

.badge-pill[b-td2iqw07ri] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-td2iqw07ri] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-td2iqw07ri], a.badge-primary:hover[b-td2iqw07ri] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-td2iqw07ri], a.badge-primary:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-td2iqw07ri] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-td2iqw07ri], a.badge-secondary:hover[b-td2iqw07ri] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-td2iqw07ri], a.badge-secondary:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-td2iqw07ri] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-td2iqw07ri], a.badge-success:hover[b-td2iqw07ri] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-td2iqw07ri], a.badge-success:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-td2iqw07ri] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-td2iqw07ri], a.badge-info:hover[b-td2iqw07ri] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-td2iqw07ri], a.badge-info:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-td2iqw07ri] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-td2iqw07ri], a.badge-warning:hover[b-td2iqw07ri] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-td2iqw07ri], a.badge-warning:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-td2iqw07ri] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-td2iqw07ri], a.badge-danger:hover[b-td2iqw07ri] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-td2iqw07ri], a.badge-danger:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-td2iqw07ri] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-td2iqw07ri], a.badge-light:hover[b-td2iqw07ri] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-td2iqw07ri], a.badge-light:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-td2iqw07ri] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-td2iqw07ri], a.badge-dark:hover[b-td2iqw07ri] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-td2iqw07ri], a.badge-dark:focus[b-td2iqw07ri] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-td2iqw07ri] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-td2iqw07ri] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-td2iqw07ri] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-td2iqw07ri] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-td2iqw07ri] {
    color: inherit
}

.alert-link[b-td2iqw07ri] {
    font-weight: 700
}

.alert-dismissible[b-td2iqw07ri] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-td2iqw07ri] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-td2iqw07ri] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-td2iqw07ri] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-td2iqw07ri] {
        color: #1c294e
    }

.alert-secondary[b-td2iqw07ri] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-td2iqw07ri] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-td2iqw07ri] {
        color: #2d2e33
    }

.alert-success[b-td2iqw07ri] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-td2iqw07ri] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-td2iqw07ri] {
        color: #093b29
    }

.alert-info[b-td2iqw07ri] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-td2iqw07ri] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-td2iqw07ri] {
        color: #113b42
    }

.alert-warning[b-td2iqw07ri] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-td2iqw07ri] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-td2iqw07ri] {
        color: #574516
    }

.alert-danger[b-td2iqw07ri] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-td2iqw07ri] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-td2iqw07ri] {
        color: #4f1915
    }

.alert-light[b-td2iqw07ri] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-td2iqw07ri] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-td2iqw07ri] {
        color: #686869
    }

.alert-dark[b-td2iqw07ri] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-td2iqw07ri] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-td2iqw07ri] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-td2iqw07ri {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-td2iqw07ri] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-td2iqw07ri] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-td2iqw07ri] {
        transition: none
    }
}

.progress-bar-striped[b-td2iqw07ri] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-td2iqw07ri] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-td2iqw07ri
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-td2iqw07ri] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-td2iqw07ri] {
    display: flex;
    align-items: flex-start
}

.media-body[b-td2iqw07ri] {
    flex: 1
}

.list-group[b-td2iqw07ri] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-td2iqw07ri] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-td2iqw07ri], .list-group-item-action:hover[b-td2iqw07ri] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-td2iqw07ri] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-td2iqw07ri] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-td2iqw07ri] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-td2iqw07ri] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-td2iqw07ri], .list-group-item:disabled[b-td2iqw07ri] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-td2iqw07ri] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-td2iqw07ri] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-td2iqw07ri] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-td2iqw07ri] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-td2iqw07ri] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-td2iqw07ri] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-td2iqw07ri] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-td2iqw07ri] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-td2iqw07ri] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-td2iqw07ri] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-td2iqw07ri] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-td2iqw07ri] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-td2iqw07ri] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-td2iqw07ri] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-td2iqw07ri] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-td2iqw07ri] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-td2iqw07ri] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-td2iqw07ri] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-td2iqw07ri] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-td2iqw07ri] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-td2iqw07ri] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-td2iqw07ri] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-td2iqw07ri] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-td2iqw07ri] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-td2iqw07ri] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-td2iqw07ri] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-td2iqw07ri] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-td2iqw07ri] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-td2iqw07ri] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-td2iqw07ri] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-td2iqw07ri] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-td2iqw07ri] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-td2iqw07ri] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-td2iqw07ri] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-td2iqw07ri] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-td2iqw07ri] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-td2iqw07ri] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-primary.list-group-item-action:hover[b-td2iqw07ri] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-td2iqw07ri] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-secondary.list-group-item-action:hover[b-td2iqw07ri] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-td2iqw07ri] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-success.list-group-item-action:hover[b-td2iqw07ri] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-td2iqw07ri] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-info.list-group-item-action:hover[b-td2iqw07ri] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-td2iqw07ri] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-warning.list-group-item-action:hover[b-td2iqw07ri] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-td2iqw07ri] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-danger.list-group-item-action:hover[b-td2iqw07ri] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-td2iqw07ri] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-light.list-group-item-action:hover[b-td2iqw07ri] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-td2iqw07ri] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-td2iqw07ri], .list-group-item-dark.list-group-item-action:hover[b-td2iqw07ri] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-td2iqw07ri] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-td2iqw07ri] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-td2iqw07ri] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-td2iqw07ri], .close:not(:disabled):not(.disabled):hover[b-td2iqw07ri] {
        opacity: .75
    }

button.close[b-td2iqw07ri] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-td2iqw07ri] {
    pointer-events: none
}

.toast[b-td2iqw07ri] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-td2iqw07ri] {
        margin-bottom: .75rem
    }

    .toast.showing[b-td2iqw07ri] {
        opacity: 1
    }

    .toast.show[b-td2iqw07ri] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-td2iqw07ri] {
        display: none
    }

.toast-header[b-td2iqw07ri] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-td2iqw07ri] {
    padding: .75rem
}


.tooltip[b-td2iqw07ri] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-td2iqw07ri] {
        opacity: .9
    }

    .tooltip .arrow[b-td2iqw07ri] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-td2iqw07ri]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-td2iqw07ri], .bs-tooltip-top[b-td2iqw07ri] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-td2iqw07ri], .bs-tooltip-top .arrow[b-td2iqw07ri] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-td2iqw07ri]::before, .bs-tooltip-top .arrow[b-td2iqw07ri]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-td2iqw07ri], .bs-tooltip-right[b-td2iqw07ri] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-td2iqw07ri], .bs-tooltip-right .arrow[b-td2iqw07ri] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-td2iqw07ri]::before, .bs-tooltip-right .arrow[b-td2iqw07ri]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-td2iqw07ri], .bs-tooltip-bottom[b-td2iqw07ri] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-td2iqw07ri], .bs-tooltip-bottom .arrow[b-td2iqw07ri] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-td2iqw07ri]::before, .bs-tooltip-bottom .arrow[b-td2iqw07ri]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-td2iqw07ri], .bs-tooltip-left[b-td2iqw07ri] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-td2iqw07ri], .bs-tooltip-left .arrow[b-td2iqw07ri] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-td2iqw07ri]::before, .bs-tooltip-left .arrow[b-td2iqw07ri]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-td2iqw07ri] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-td2iqw07ri] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-td2iqw07ri] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-td2iqw07ri]::after, .popover .arrow[b-td2iqw07ri]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-td2iqw07ri], .bs-popover-top[b-td2iqw07ri] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-td2iqw07ri], .bs-popover-top > .arrow[b-td2iqw07ri] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-td2iqw07ri]::before, .bs-popover-top > .arrow[b-td2iqw07ri]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-td2iqw07ri]::after, .bs-popover-top > .arrow[b-td2iqw07ri]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-td2iqw07ri], .bs-popover-right[b-td2iqw07ri] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-td2iqw07ri], .bs-popover-right > .arrow[b-td2iqw07ri] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-td2iqw07ri]::before, .bs-popover-right > .arrow[b-td2iqw07ri]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-td2iqw07ri]::after, .bs-popover-right > .arrow[b-td2iqw07ri]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-td2iqw07ri], .bs-popover-bottom[b-td2iqw07ri] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-td2iqw07ri], .bs-popover-bottom > .arrow[b-td2iqw07ri] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-td2iqw07ri]::before, .bs-popover-bottom > .arrow[b-td2iqw07ri]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-td2iqw07ri]::after, .bs-popover-bottom > .arrow[b-td2iqw07ri]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-td2iqw07ri]::before, .bs-popover-bottom .popover-header[b-td2iqw07ri]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-td2iqw07ri], .bs-popover-left[b-td2iqw07ri] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-td2iqw07ri], .bs-popover-left > .arrow[b-td2iqw07ri] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-td2iqw07ri]::before, .bs-popover-left > .arrow[b-td2iqw07ri]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-td2iqw07ri]::after, .bs-popover-left > .arrow[b-td2iqw07ri]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-td2iqw07ri] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-td2iqw07ri] {
        display: none
    }

.popover-body[b-td2iqw07ri] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-td2iqw07ri] {
    position: relative
}

    .carousel.pointer-event[b-td2iqw07ri] {
        touch-action: pan-y
    }

.carousel-inner[b-td2iqw07ri] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-td2iqw07ri]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-td2iqw07ri] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-td2iqw07ri] {
        transition: none
    }
}

.carousel-item-next[b-td2iqw07ri], .carousel-item-prev[b-td2iqw07ri], .carousel-item.active[b-td2iqw07ri] {
    display: block
}

    .active.carousel-item-right[b-td2iqw07ri], .carousel-item-next:not(.carousel-item-left)[b-td2iqw07ri] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-td2iqw07ri], .carousel-item-prev:not(.carousel-item-right)[b-td2iqw07ri] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-td2iqw07ri] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-td2iqw07ri], .carousel-fade .carousel-item-prev.carousel-item-right[b-td2iqw07ri], .carousel-fade .carousel-item.active[b-td2iqw07ri] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-td2iqw07ri], .carousel-fade .active.carousel-item-right[b-td2iqw07ri] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-td2iqw07ri], .carousel-fade .active.carousel-item-right[b-td2iqw07ri] {
        transition: none
    }
}

.carousel-control-next[b-td2iqw07ri], .carousel-control-prev[b-td2iqw07ri] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-td2iqw07ri], .carousel-control-prev[b-td2iqw07ri] {
        transition: none
    }
}

.carousel-control-next:focus[b-td2iqw07ri], .carousel-control-next:hover[b-td2iqw07ri], .carousel-control-prev:focus[b-td2iqw07ri], .carousel-control-prev:hover[b-td2iqw07ri] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-td2iqw07ri] {
    left: 0
}

.carousel-control-next[b-td2iqw07ri] {
    right: 0
}

.carousel-control-next-icon[b-td2iqw07ri], .carousel-control-prev-icon[b-td2iqw07ri] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-td2iqw07ri] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-td2iqw07ri] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-td2iqw07ri] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-td2iqw07ri] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-td2iqw07ri] {
        transition: none
    }
}

.carousel-indicators .active[b-td2iqw07ri] {
    opacity: 1
}

.carousel-caption[b-td2iqw07ri] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-td2iqw07ri {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-td2iqw07ri] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-td2iqw07ri
}

.spinner-border-sm[b-td2iqw07ri] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-td2iqw07ri {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-td2iqw07ri] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-td2iqw07ri
}

.spinner-grow-sm[b-td2iqw07ri] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-td2iqw07ri], .spinner-grow[b-td2iqw07ri] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-td2iqw07ri] {
    vertical-align: baseline !important
}

.align-top[b-td2iqw07ri] {
    vertical-align: top !important
}

.align-middle[b-td2iqw07ri] {
    vertical-align: middle !important
}

.align-bottom[b-td2iqw07ri] {
    vertical-align: bottom !important
}

.align-text-bottom[b-td2iqw07ri] {
    vertical-align: text-bottom !important
}

.align-text-top[b-td2iqw07ri] {
    vertical-align: text-top !important
}

.bg-primary[b-td2iqw07ri] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-td2iqw07ri], a.bg-primary:hover[b-td2iqw07ri], button.bg-primary:focus[b-td2iqw07ri], button.bg-primary:hover[b-td2iqw07ri] {
    background-color: #2653d4 !important
}

.bg-secondary[b-td2iqw07ri] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-td2iqw07ri], a.bg-secondary:hover[b-td2iqw07ri], button.bg-secondary:focus[b-td2iqw07ri], button.bg-secondary:hover[b-td2iqw07ri] {
    background-color: #6b6d7d !important
}

.bg-success[b-td2iqw07ri] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-td2iqw07ri], a.bg-success:hover[b-td2iqw07ri], button.bg-success:focus[b-td2iqw07ri], button.bg-success:hover[b-td2iqw07ri] {
    background-color: #169b6b !important
}

.bg-info[b-td2iqw07ri] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-td2iqw07ri], a.bg-info:hover[b-td2iqw07ri], button.bg-info:focus[b-td2iqw07ri], button.bg-info:hover[b-td2iqw07ri] {
    background-color: #2a96a5 !important
}

.bg-warning[b-td2iqw07ri] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-td2iqw07ri], a.bg-warning:hover[b-td2iqw07ri], button.bg-warning:focus[b-td2iqw07ri], button.bg-warning:hover[b-td2iqw07ri] {
    background-color: #f4b30d !important
}

.bg-danger[b-td2iqw07ri] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-td2iqw07ri], a.bg-danger:hover[b-td2iqw07ri], button.bg-danger:focus[b-td2iqw07ri], button.bg-danger:hover[b-td2iqw07ri] {
    background-color: #d52a1a !important
}

.bg-light[b-td2iqw07ri] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-td2iqw07ri], a.bg-light:hover[b-td2iqw07ri], button.bg-light:focus[b-td2iqw07ri], button.bg-light:hover[b-td2iqw07ri] {
    background-color: #d4daed !important
}

.bg-dark[b-td2iqw07ri] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-td2iqw07ri], a.bg-dark:hover[b-td2iqw07ri], button.bg-dark:focus[b-td2iqw07ri], button.bg-dark:hover[b-td2iqw07ri] {
    background-color: #42444e !important
}

.bg-white[b-td2iqw07ri] {
    background-color: #fff !important
}

.bg-transparent[b-td2iqw07ri] {
    background-color: transparent !important
}

.border[b-td2iqw07ri] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-td2iqw07ri] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-td2iqw07ri] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-td2iqw07ri] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-td2iqw07ri] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-td2iqw07ri] {
    border: 0 !important
}

.border-top-0[b-td2iqw07ri] {
    border-top: 0 !important
}

.border-right-0[b-td2iqw07ri] {
    border-right: 0 !important
}

.border-bottom-0[b-td2iqw07ri] {
    border-bottom: 0 !important
}

.border-left-0[b-td2iqw07ri] {
    border-left: 0 !important
}

.border-primary[b-td2iqw07ri] {
    border-color: #4e73df !important
}

.border-secondary[b-td2iqw07ri] {
    border-color: #858796 !important
}

.border-success[b-td2iqw07ri] {
    border-color: #1cc88a !important
}

.border-info[b-td2iqw07ri] {
    border-color: #36b9cc !important
}

.border-warning[b-td2iqw07ri] {
    border-color: #f6c23e !important
}

.border-danger[b-td2iqw07ri] {
    border-color: #e74a3b !important
}

.border-light[b-td2iqw07ri] {
    border-color: #f8f9fc !important
}

.border-dark[b-td2iqw07ri] {
    border-color: #5a5c69 !important
}

.border-white[b-td2iqw07ri] {
    border-color: #fff !important
}

.rounded-sm[b-td2iqw07ri] {
    border-radius: .2rem !important
}

.rounded[b-td2iqw07ri] {
    border-radius: .35rem !important
}

.rounded-top[b-td2iqw07ri] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-td2iqw07ri] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-td2iqw07ri] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-td2iqw07ri] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-td2iqw07ri] {
    border-radius: .3rem !important
}

.rounded-circle[b-td2iqw07ri] {
    border-radius: 50% !important
}

.rounded-pill[b-td2iqw07ri] {
    border-radius: 50rem !important
}

.rounded-0[b-td2iqw07ri] {
    border-radius: 0 !important
}

.clearfix[b-td2iqw07ri]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-td2iqw07ri] {
    display: none !important
}

.d-inline[b-td2iqw07ri] {
    display: inline !important
}

.d-inline-block[b-td2iqw07ri] {
    display: inline-block !important
}

.d-block[b-td2iqw07ri] {
    display: block !important
}

.d-table[b-td2iqw07ri] {
    display: table !important
}

.d-table-row[b-td2iqw07ri] {
    display: table-row !important
}

.d-table-cell[b-td2iqw07ri] {
    display: table-cell !important
}

.d-flex[b-td2iqw07ri] {
    display: flex !important
}

.d-inline-flex[b-td2iqw07ri] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-td2iqw07ri] {
        display: none !important
    }

    .d-sm-inline[b-td2iqw07ri] {
        display: inline !important
    }

    .d-sm-inline-block[b-td2iqw07ri] {
        display: inline-block !important
    }

    .d-sm-block[b-td2iqw07ri] {
        display: block !important
    }

    .d-sm-table[b-td2iqw07ri] {
        display: table !important
    }

    .d-sm-table-row[b-td2iqw07ri] {
        display: table-row !important
    }

    .d-sm-table-cell[b-td2iqw07ri] {
        display: table-cell !important
    }

    .d-sm-flex[b-td2iqw07ri] {
        display: flex !important
    }

    .d-sm-inline-flex[b-td2iqw07ri] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-td2iqw07ri] {
        display: none !important
    }

    .d-md-inline[b-td2iqw07ri] {
        display: inline !important
    }

    .d-md-inline-block[b-td2iqw07ri] {
        display: inline-block !important
    }

    .d-md-block[b-td2iqw07ri] {
        display: block !important
    }

    .d-md-table[b-td2iqw07ri] {
        display: table !important
    }

    .d-md-table-row[b-td2iqw07ri] {
        display: table-row !important
    }

    .d-md-table-cell[b-td2iqw07ri] {
        display: table-cell !important
    }

    .d-md-flex[b-td2iqw07ri] {
        display: flex !important
    }

    .d-md-inline-flex[b-td2iqw07ri] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-td2iqw07ri] {
        display: none !important
    }

    .d-lg-inline[b-td2iqw07ri] {
        display: inline !important
    }

    .d-lg-inline-block[b-td2iqw07ri] {
        display: inline-block !important
    }

    .d-lg-block[b-td2iqw07ri] {
        display: block !important
    }

    .d-lg-table[b-td2iqw07ri] {
        display: table !important
    }

    .d-lg-table-row[b-td2iqw07ri] {
        display: table-row !important
    }

    .d-lg-table-cell[b-td2iqw07ri] {
        display: table-cell !important
    }

    .d-lg-flex[b-td2iqw07ri] {
        display: flex !important
    }

    .d-lg-inline-flex[b-td2iqw07ri] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-td2iqw07ri] {
        display: none !important
    }

    .d-xl-inline[b-td2iqw07ri] {
        display: inline !important
    }

    .d-xl-inline-block[b-td2iqw07ri] {
        display: inline-block !important
    }

    .d-xl-block[b-td2iqw07ri] {
        display: block !important
    }

    .d-xl-table[b-td2iqw07ri] {
        display: table !important
    }

    .d-xl-table-row[b-td2iqw07ri] {
        display: table-row !important
    }

    .d-xl-table-cell[b-td2iqw07ri] {
        display: table-cell !important
    }

    .d-xl-flex[b-td2iqw07ri] {
        display: flex !important
    }

    .d-xl-inline-flex[b-td2iqw07ri] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-td2iqw07ri] {
        display: none !important
    }

    .d-print-inline[b-td2iqw07ri] {
        display: inline !important
    }

    .d-print-inline-block[b-td2iqw07ri] {
        display: inline-block !important
    }

    .d-print-block[b-td2iqw07ri] {
        display: block !important
    }

    .d-print-table[b-td2iqw07ri] {
        display: table !important
    }

    .d-print-table-row[b-td2iqw07ri] {
        display: table-row !important
    }

    .d-print-table-cell[b-td2iqw07ri] {
        display: table-cell !important
    }

    .d-print-flex[b-td2iqw07ri] {
        display: flex !important
    }

    .d-print-inline-flex[b-td2iqw07ri] {
        display: inline-flex !important
    }
}

.embed-responsive[b-td2iqw07ri] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-td2iqw07ri]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-td2iqw07ri], .embed-responsive embed[b-td2iqw07ri], .embed-responsive iframe[b-td2iqw07ri], .embed-responsive object[b-td2iqw07ri], .embed-responsive video[b-td2iqw07ri] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-td2iqw07ri]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-td2iqw07ri]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-td2iqw07ri]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-td2iqw07ri]::before {
    padding-top: 100%
}

.flex-row[b-td2iqw07ri] {
    flex-direction: row !important
}

.flex-column[b-td2iqw07ri] {
    flex-direction: column !important
}

.flex-row-reverse[b-td2iqw07ri] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-td2iqw07ri] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-td2iqw07ri] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-td2iqw07ri] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-td2iqw07ri] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-td2iqw07ri] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-td2iqw07ri] {
    flex-grow: 0 !important
}

.flex-grow-1[b-td2iqw07ri] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-td2iqw07ri] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-td2iqw07ri] {
    flex-shrink: 1 !important
}

.justify-content-start[b-td2iqw07ri] {
    justify-content: flex-start !important
}

.justify-content-end[b-td2iqw07ri] {
    justify-content: flex-end !important
}

.justify-content-center[b-td2iqw07ri] {
    justify-content: center !important
}

.justify-content-between[b-td2iqw07ri] {
    justify-content: space-between !important
}

.justify-content-around[b-td2iqw07ri] {
    justify-content: space-around !important
}

.align-items-start[b-td2iqw07ri] {
    align-items: flex-start !important
}

.align-items-end[b-td2iqw07ri] {
    align-items: flex-end !important
}

.align-items-center[b-td2iqw07ri] {
    align-items: center !important
}

.align-items-baseline[b-td2iqw07ri] {
    align-items: baseline !important
}

.align-items-stretch[b-td2iqw07ri] {
    align-items: stretch !important
}

.align-content-start[b-td2iqw07ri] {
    align-content: flex-start !important
}

.align-content-end[b-td2iqw07ri] {
    align-content: flex-end !important
}

.align-content-center[b-td2iqw07ri] {
    align-content: center !important
}

.align-content-between[b-td2iqw07ri] {
    align-content: space-between !important
}

.align-content-around[b-td2iqw07ri] {
    align-content: space-around !important
}

.align-content-stretch[b-td2iqw07ri] {
    align-content: stretch !important
}

.align-self-auto[b-td2iqw07ri] {
    align-self: auto !important
}

.align-self-start[b-td2iqw07ri] {
    align-self: flex-start !important
}

.align-self-end[b-td2iqw07ri] {
    align-self: flex-end !important
}

.align-self-center[b-td2iqw07ri] {
    align-self: center !important
}

.align-self-baseline[b-td2iqw07ri] {
    align-self: baseline !important
}

.align-self-stretch[b-td2iqw07ri] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-td2iqw07ri] {
        flex-direction: row !important
    }

    .flex-sm-column[b-td2iqw07ri] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-td2iqw07ri] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-td2iqw07ri] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-td2iqw07ri] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-td2iqw07ri] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-td2iqw07ri] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-td2iqw07ri] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-td2iqw07ri] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-td2iqw07ri] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-td2iqw07ri] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-td2iqw07ri] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-td2iqw07ri] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-td2iqw07ri] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-td2iqw07ri] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-td2iqw07ri] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-td2iqw07ri] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-td2iqw07ri] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-td2iqw07ri] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-td2iqw07ri] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-td2iqw07ri] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-td2iqw07ri] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-td2iqw07ri] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-td2iqw07ri] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-td2iqw07ri] {
        align-content: center !important
    }

    .align-content-sm-between[b-td2iqw07ri] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-td2iqw07ri] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-td2iqw07ri] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-td2iqw07ri] {
        align-self: auto !important
    }

    .align-self-sm-start[b-td2iqw07ri] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-td2iqw07ri] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-td2iqw07ri] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-td2iqw07ri] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-td2iqw07ri] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-td2iqw07ri] {
        flex-direction: row !important
    }

    .flex-md-column[b-td2iqw07ri] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-td2iqw07ri] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-td2iqw07ri] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-td2iqw07ri] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-td2iqw07ri] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-td2iqw07ri] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-td2iqw07ri] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-td2iqw07ri] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-td2iqw07ri] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-td2iqw07ri] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-td2iqw07ri] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-td2iqw07ri] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-td2iqw07ri] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-td2iqw07ri] {
        justify-content: center !important
    }

    .justify-content-md-between[b-td2iqw07ri] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-td2iqw07ri] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-td2iqw07ri] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-td2iqw07ri] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-td2iqw07ri] {
        align-items: center !important
    }

    .align-items-md-baseline[b-td2iqw07ri] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-td2iqw07ri] {
        align-items: stretch !important
    }

    .align-content-md-start[b-td2iqw07ri] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-td2iqw07ri] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-td2iqw07ri] {
        align-content: center !important
    }

    .align-content-md-between[b-td2iqw07ri] {
        align-content: space-between !important
    }

    .align-content-md-around[b-td2iqw07ri] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-td2iqw07ri] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-td2iqw07ri] {
        align-self: auto !important
    }

    .align-self-md-start[b-td2iqw07ri] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-td2iqw07ri] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-td2iqw07ri] {
        align-self: center !important
    }

    .align-self-md-baseline[b-td2iqw07ri] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-td2iqw07ri] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-td2iqw07ri] {
        flex-direction: row !important
    }

    .flex-lg-column[b-td2iqw07ri] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-td2iqw07ri] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-td2iqw07ri] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-td2iqw07ri] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-td2iqw07ri] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-td2iqw07ri] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-td2iqw07ri] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-td2iqw07ri] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-td2iqw07ri] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-td2iqw07ri] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-td2iqw07ri] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-td2iqw07ri] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-td2iqw07ri] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-td2iqw07ri] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-td2iqw07ri] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-td2iqw07ri] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-td2iqw07ri] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-td2iqw07ri] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-td2iqw07ri] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-td2iqw07ri] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-td2iqw07ri] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-td2iqw07ri] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-td2iqw07ri] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-td2iqw07ri] {
        align-content: center !important
    }

    .align-content-lg-between[b-td2iqw07ri] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-td2iqw07ri] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-td2iqw07ri] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-td2iqw07ri] {
        align-self: auto !important
    }

    .align-self-lg-start[b-td2iqw07ri] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-td2iqw07ri] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-td2iqw07ri] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-td2iqw07ri] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-td2iqw07ri] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-td2iqw07ri] {
        flex-direction: row !important
    }

    .flex-xl-column[b-td2iqw07ri] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-td2iqw07ri] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-td2iqw07ri] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-td2iqw07ri] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-td2iqw07ri] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-td2iqw07ri] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-td2iqw07ri] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-td2iqw07ri] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-td2iqw07ri] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-td2iqw07ri] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-td2iqw07ri] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-td2iqw07ri] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-td2iqw07ri] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-td2iqw07ri] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-td2iqw07ri] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-td2iqw07ri] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-td2iqw07ri] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-td2iqw07ri] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-td2iqw07ri] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-td2iqw07ri] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-td2iqw07ri] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-td2iqw07ri] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-td2iqw07ri] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-td2iqw07ri] {
        align-content: center !important
    }

    .align-content-xl-between[b-td2iqw07ri] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-td2iqw07ri] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-td2iqw07ri] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-td2iqw07ri] {
        align-self: auto !important
    }

    .align-self-xl-start[b-td2iqw07ri] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-td2iqw07ri] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-td2iqw07ri] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-td2iqw07ri] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-td2iqw07ri] {
        align-self: stretch !important
    }
}

.float-left[b-td2iqw07ri] {
    float: left !important
}

.float-right[b-td2iqw07ri] {
    float: right !important
}

.float-none[b-td2iqw07ri] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-td2iqw07ri] {
        float: left !important
    }

    .float-sm-right[b-td2iqw07ri] {
        float: right !important
    }

    .float-sm-none[b-td2iqw07ri] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-td2iqw07ri] {
        float: left !important
    }

    .float-md-right[b-td2iqw07ri] {
        float: right !important
    }

    .float-md-none[b-td2iqw07ri] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-td2iqw07ri] {
        float: left !important
    }

    .float-lg-right[b-td2iqw07ri] {
        float: right !important
    }

    .float-lg-none[b-td2iqw07ri] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-td2iqw07ri] {
        float: left !important
    }

    .float-xl-right[b-td2iqw07ri] {
        float: right !important
    }

    .float-xl-none[b-td2iqw07ri] {
        float: none !important
    }
}

.user-select-all[b-td2iqw07ri] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-td2iqw07ri] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-td2iqw07ri] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-td2iqw07ri] {
    overflow: auto !important
}

.overflow-hidden[b-td2iqw07ri] {
    overflow: hidden !important
}

.position-static[b-td2iqw07ri] {
    position: static !important
}

.position-relative[b-td2iqw07ri] {
    position: relative !important
}

.position-absolute[b-td2iqw07ri] {
    position: absolute !important
}

.position-fixed[b-td2iqw07ri] {
    position: fixed !important
}

.position-sticky[b-td2iqw07ri] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-td2iqw07ri] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-td2iqw07ri] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-td2iqw07ri] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-td2iqw07ri] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-td2iqw07ri], .sr-only-focusable:focus[b-td2iqw07ri] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-td2iqw07ri] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-td2iqw07ri] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-td2iqw07ri] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-td2iqw07ri] {
    box-shadow: none !important
}

.w-25[b-td2iqw07ri] {
    width: 25% !important
}

.w-50[b-td2iqw07ri] {
    width: 50% !important
}

.w-75[b-td2iqw07ri] {
    width: 75% !important
}

.w-100[b-td2iqw07ri] {
    width: 100% !important
}

.w-auto[b-td2iqw07ri] {
    width: auto !important
}

.h-25[b-td2iqw07ri] {
    height: 25% !important
}

.h-50[b-td2iqw07ri] {
    height: 50% !important
}

.h-75[b-td2iqw07ri] {
    height: 75% !important
}

.h-100[b-td2iqw07ri] {
    height: 100% !important
}

.h-auto[b-td2iqw07ri] {
    height: auto !important
}

.mw-100[b-td2iqw07ri] {
    max-width: 100% !important
}

.mh-100[b-td2iqw07ri] {
    max-height: 100% !important
}

.min-vw-100[b-td2iqw07ri] {
    min-width: 100vw !important
}

.min-vh-100[b-td2iqw07ri] {
    min-height: 100vh !important
}

.vw-100[b-td2iqw07ri] {
    width: 100vw !important
}

.vh-100[b-td2iqw07ri] {
    height: 100vh !important
}

.m-0[b-td2iqw07ri] {
    margin: 0 !important
}

.mt-0[b-td2iqw07ri], .my-0[b-td2iqw07ri] {
    margin-top: 0 !important
}

.mr-0[b-td2iqw07ri], .mx-0[b-td2iqw07ri] {
    margin-right: 0 !important
}

.mb-0[b-td2iqw07ri], .my-0[b-td2iqw07ri] {
    margin-bottom: 0 !important
}

.ml-0[b-td2iqw07ri], .mx-0[b-td2iqw07ri] {
    margin-left: 0 !important
}

.m-1[b-td2iqw07ri] {
    margin: .25rem !important
}

.mt-1[b-td2iqw07ri], .my-1[b-td2iqw07ri] {
    margin-top: .25rem !important
}

.mr-1[b-td2iqw07ri], .mx-1[b-td2iqw07ri] {
    margin-right: .25rem !important
}

.mb-1[b-td2iqw07ri], .my-1[b-td2iqw07ri] {
    margin-bottom: .25rem !important
}

.ml-1[b-td2iqw07ri], .mx-1[b-td2iqw07ri] {
    margin-left: .25rem !important
}

.m-2[b-td2iqw07ri] {
    margin: .5rem !important
}

.mt-2[b-td2iqw07ri], .my-2[b-td2iqw07ri] {
    margin-top: .5rem !important
}

.mr-2[b-td2iqw07ri], .mx-2[b-td2iqw07ri] {
    margin-right: .5rem !important
}

.mb-2[b-td2iqw07ri], .my-2[b-td2iqw07ri] {
    margin-bottom: .5rem !important
}

.ml-2[b-td2iqw07ri], .mx-2[b-td2iqw07ri] {
    margin-left: .5rem !important
}

.m-3[b-td2iqw07ri] {
    margin: 1rem !important
}

.mt-3[b-td2iqw07ri], .my-3[b-td2iqw07ri] {
    margin-top: 1rem !important
}

.mr-3[b-td2iqw07ri], .mx-3[b-td2iqw07ri] {
    margin-right: 1rem !important
}

.mb-3[b-td2iqw07ri], .my-3[b-td2iqw07ri] {
    margin-bottom: 1rem !important
}

.ml-3[b-td2iqw07ri], .mx-3[b-td2iqw07ri] {
    margin-left: 1rem !important
}

.m-4[b-td2iqw07ri] {
    margin: 1.5rem !important
}

.mt-4[b-td2iqw07ri], .my-4[b-td2iqw07ri] {
    margin-top: 1.5rem !important
}

.mr-4[b-td2iqw07ri], .mx-4[b-td2iqw07ri] {
    margin-right: 1.5rem !important
}

.mb-4[b-td2iqw07ri], .my-4[b-td2iqw07ri] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-td2iqw07ri], .mx-4[b-td2iqw07ri] {
    margin-left: 1.5rem !important
}

.m-5[b-td2iqw07ri] {
    margin: 3rem !important
}

.mt-5[b-td2iqw07ri], .my-5[b-td2iqw07ri] {
    margin-top: 3rem !important
}

.mr-5[b-td2iqw07ri], .mx-5[b-td2iqw07ri] {
    margin-right: 3rem !important
}

.mb-5[b-td2iqw07ri], .my-5[b-td2iqw07ri] {
    margin-bottom: 3rem !important
}

.ml-5[b-td2iqw07ri], .mx-5[b-td2iqw07ri] {
    margin-left: 3rem !important
}

.p-0[b-td2iqw07ri] {
    padding: 0 !important
}

.pt-0[b-td2iqw07ri], .py-0[b-td2iqw07ri] {
    padding-top: 0 !important
}

.pr-0[b-td2iqw07ri], .px-0[b-td2iqw07ri] {
    padding-right: 0 !important
}

.pb-0[b-td2iqw07ri], .py-0[b-td2iqw07ri] {
    padding-bottom: 0 !important
}

.pl-0[b-td2iqw07ri], .px-0[b-td2iqw07ri] {
    padding-left: 0 !important
}

.p-1[b-td2iqw07ri] {
    padding: .25rem !important
}

.pt-1[b-td2iqw07ri], .py-1[b-td2iqw07ri] {
    padding-top: .25rem !important
}

.pr-1[b-td2iqw07ri], .px-1[b-td2iqw07ri] {
    padding-right: .25rem !important
}

.pb-1[b-td2iqw07ri], .py-1[b-td2iqw07ri] {
    padding-bottom: .25rem !important
}

.pl-1[b-td2iqw07ri], .px-1[b-td2iqw07ri] {
    padding-left: .25rem !important
}

.p-2[b-td2iqw07ri] {
    padding: .5rem !important
}

.pt-2[b-td2iqw07ri], .py-2[b-td2iqw07ri] {
    padding-top: .5rem !important
}

.pr-2[b-td2iqw07ri], .px-2[b-td2iqw07ri] {
    padding-right: .5rem !important
}

.pb-2[b-td2iqw07ri], .py-2[b-td2iqw07ri] {
    padding-bottom: .5rem !important
}

.pl-2[b-td2iqw07ri], .px-2[b-td2iqw07ri] {
    padding-left: .5rem !important
}

.p-3[b-td2iqw07ri] {
    padding: 1rem !important
}

.pt-3[b-td2iqw07ri], .py-3[b-td2iqw07ri] {
    padding-top: 1rem !important
}

.pr-3[b-td2iqw07ri], .px-3[b-td2iqw07ri] {
    padding-right: 1rem !important
}

.pb-3[b-td2iqw07ri], .py-3[b-td2iqw07ri] {
    padding-bottom: 1rem !important
}

.pl-3[b-td2iqw07ri], .px-3[b-td2iqw07ri] {
    padding-left: 1rem !important
}

.p-4[b-td2iqw07ri] {
    padding: 1.5rem !important
}

.pt-4[b-td2iqw07ri], .py-4[b-td2iqw07ri] {
    padding-top: 1.5rem !important
}

.pr-4[b-td2iqw07ri], .px-4[b-td2iqw07ri] {
    padding-right: 1.5rem !important
}

.pb-4[b-td2iqw07ri], .py-4[b-td2iqw07ri] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-td2iqw07ri], .px-4[b-td2iqw07ri] {
    padding-left: 1.5rem !important
}

.p-5[b-td2iqw07ri] {
    padding: 3rem !important
}

.pt-5[b-td2iqw07ri], .py-5[b-td2iqw07ri] {
    padding-top: 3rem !important
}

.pr-5[b-td2iqw07ri], .px-5[b-td2iqw07ri] {
    padding-right: 3rem !important
}

.pb-5[b-td2iqw07ri], .py-5[b-td2iqw07ri] {
    padding-bottom: 3rem !important
}

.pl-5[b-td2iqw07ri], .px-5[b-td2iqw07ri] {
    padding-left: 3rem !important
}

.m-n1[b-td2iqw07ri] {
    margin: -.25rem !important
}

.mt-n1[b-td2iqw07ri], .my-n1[b-td2iqw07ri] {
    margin-top: -.25rem !important
}

.mr-n1[b-td2iqw07ri], .mx-n1[b-td2iqw07ri] {
    margin-right: -.25rem !important
}

.mb-n1[b-td2iqw07ri], .my-n1[b-td2iqw07ri] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-td2iqw07ri], .mx-n1[b-td2iqw07ri] {
    margin-left: -.25rem !important
}

.m-n2[b-td2iqw07ri] {
    margin: -.5rem !important
}

.mt-n2[b-td2iqw07ri], .my-n2[b-td2iqw07ri] {
    margin-top: -.5rem !important
}

.mr-n2[b-td2iqw07ri], .mx-n2[b-td2iqw07ri] {
    margin-right: -.5rem !important
}

.mb-n2[b-td2iqw07ri], .my-n2[b-td2iqw07ri] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-td2iqw07ri], .mx-n2[b-td2iqw07ri] {
    margin-left: -.5rem !important
}

.m-n3[b-td2iqw07ri] {
    margin: -1rem !important
}

.mt-n3[b-td2iqw07ri], .my-n3[b-td2iqw07ri] {
    margin-top: -1rem !important
}

.mr-n3[b-td2iqw07ri], .mx-n3[b-td2iqw07ri] {
    margin-right: -1rem !important
}

.mb-n3[b-td2iqw07ri], .my-n3[b-td2iqw07ri] {
    margin-bottom: -1rem !important
}

.ml-n3[b-td2iqw07ri], .mx-n3[b-td2iqw07ri] {
    margin-left: -1rem !important
}

.m-n4[b-td2iqw07ri] {
    margin: -1.5rem !important
}

.mt-n4[b-td2iqw07ri], .my-n4[b-td2iqw07ri] {
    margin-top: -1.5rem !important
}

.mr-n4[b-td2iqw07ri], .mx-n4[b-td2iqw07ri] {
    margin-right: -1.5rem !important
}

.mb-n4[b-td2iqw07ri], .my-n4[b-td2iqw07ri] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-td2iqw07ri], .mx-n4[b-td2iqw07ri] {
    margin-left: -1.5rem !important
}

.m-n5[b-td2iqw07ri] {
    margin: -3rem !important
}

.mt-n5[b-td2iqw07ri], .my-n5[b-td2iqw07ri] {
    margin-top: -3rem !important
}

.mr-n5[b-td2iqw07ri], .mx-n5[b-td2iqw07ri] {
    margin-right: -3rem !important
}

.mb-n5[b-td2iqw07ri], .my-n5[b-td2iqw07ri] {
    margin-bottom: -3rem !important
}

.ml-n5[b-td2iqw07ri], .mx-n5[b-td2iqw07ri] {
    margin-left: -3rem !important
}

.m-auto[b-td2iqw07ri] {
    margin: auto !important
}

.mt-auto[b-td2iqw07ri], .my-auto[b-td2iqw07ri] {
    margin-top: auto !important
}

.mr-auto[b-td2iqw07ri], .mx-auto[b-td2iqw07ri] {
    margin-right: auto !important
}

.mb-auto[b-td2iqw07ri], .my-auto[b-td2iqw07ri] {
    margin-bottom: auto !important
}

.ml-auto[b-td2iqw07ri], .mx-auto[b-td2iqw07ri] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-td2iqw07ri] {
        margin: 0 !important
    }

    .mt-sm-0[b-td2iqw07ri], .my-sm-0[b-td2iqw07ri] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-td2iqw07ri], .mx-sm-0[b-td2iqw07ri] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-td2iqw07ri], .my-sm-0[b-td2iqw07ri] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-td2iqw07ri], .mx-sm-0[b-td2iqw07ri] {
        margin-left: 0 !important
    }

    .m-sm-1[b-td2iqw07ri] {
        margin: .25rem !important
    }

    .mt-sm-1[b-td2iqw07ri], .my-sm-1[b-td2iqw07ri] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-td2iqw07ri], .mx-sm-1[b-td2iqw07ri] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-td2iqw07ri], .my-sm-1[b-td2iqw07ri] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-td2iqw07ri], .mx-sm-1[b-td2iqw07ri] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-td2iqw07ri] {
        margin: .5rem !important
    }

    .mt-sm-2[b-td2iqw07ri], .my-sm-2[b-td2iqw07ri] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-td2iqw07ri], .mx-sm-2[b-td2iqw07ri] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-td2iqw07ri], .my-sm-2[b-td2iqw07ri] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-td2iqw07ri], .mx-sm-2[b-td2iqw07ri] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-td2iqw07ri] {
        margin: 1rem !important
    }

    .mt-sm-3[b-td2iqw07ri], .my-sm-3[b-td2iqw07ri] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-td2iqw07ri], .mx-sm-3[b-td2iqw07ri] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-td2iqw07ri], .my-sm-3[b-td2iqw07ri] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-td2iqw07ri], .mx-sm-3[b-td2iqw07ri] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-td2iqw07ri] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-td2iqw07ri], .my-sm-4[b-td2iqw07ri] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-td2iqw07ri], .mx-sm-4[b-td2iqw07ri] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-td2iqw07ri], .my-sm-4[b-td2iqw07ri] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-td2iqw07ri], .mx-sm-4[b-td2iqw07ri] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-td2iqw07ri] {
        margin: 3rem !important
    }

    .mt-sm-5[b-td2iqw07ri], .my-sm-5[b-td2iqw07ri] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-td2iqw07ri], .mx-sm-5[b-td2iqw07ri] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-td2iqw07ri], .my-sm-5[b-td2iqw07ri] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-td2iqw07ri], .mx-sm-5[b-td2iqw07ri] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-td2iqw07ri] {
        padding: 0 !important
    }

    .pt-sm-0[b-td2iqw07ri], .py-sm-0[b-td2iqw07ri] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-td2iqw07ri], .px-sm-0[b-td2iqw07ri] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-td2iqw07ri], .py-sm-0[b-td2iqw07ri] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-td2iqw07ri], .px-sm-0[b-td2iqw07ri] {
        padding-left: 0 !important
    }

    .p-sm-1[b-td2iqw07ri] {
        padding: .25rem !important
    }

    .pt-sm-1[b-td2iqw07ri], .py-sm-1[b-td2iqw07ri] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-td2iqw07ri], .px-sm-1[b-td2iqw07ri] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-td2iqw07ri], .py-sm-1[b-td2iqw07ri] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-td2iqw07ri], .px-sm-1[b-td2iqw07ri] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-td2iqw07ri] {
        padding: .5rem !important
    }

    .pt-sm-2[b-td2iqw07ri], .py-sm-2[b-td2iqw07ri] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-td2iqw07ri], .px-sm-2[b-td2iqw07ri] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-td2iqw07ri], .py-sm-2[b-td2iqw07ri] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-td2iqw07ri], .px-sm-2[b-td2iqw07ri] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-td2iqw07ri] {
        padding: 1rem !important
    }

    .pt-sm-3[b-td2iqw07ri], .py-sm-3[b-td2iqw07ri] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-td2iqw07ri], .px-sm-3[b-td2iqw07ri] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-td2iqw07ri], .py-sm-3[b-td2iqw07ri] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-td2iqw07ri], .px-sm-3[b-td2iqw07ri] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-td2iqw07ri] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-td2iqw07ri], .py-sm-4[b-td2iqw07ri] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-td2iqw07ri], .px-sm-4[b-td2iqw07ri] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-td2iqw07ri], .py-sm-4[b-td2iqw07ri] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-td2iqw07ri], .px-sm-4[b-td2iqw07ri] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-td2iqw07ri] {
        padding: 3rem !important
    }

    .pt-sm-5[b-td2iqw07ri], .py-sm-5[b-td2iqw07ri] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-td2iqw07ri], .px-sm-5[b-td2iqw07ri] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-td2iqw07ri], .py-sm-5[b-td2iqw07ri] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-td2iqw07ri], .px-sm-5[b-td2iqw07ri] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-td2iqw07ri] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-td2iqw07ri], .my-sm-n1[b-td2iqw07ri] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-td2iqw07ri], .mx-sm-n1[b-td2iqw07ri] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-td2iqw07ri], .my-sm-n1[b-td2iqw07ri] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-td2iqw07ri], .mx-sm-n1[b-td2iqw07ri] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-td2iqw07ri] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-td2iqw07ri], .my-sm-n2[b-td2iqw07ri] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-td2iqw07ri], .mx-sm-n2[b-td2iqw07ri] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-td2iqw07ri], .my-sm-n2[b-td2iqw07ri] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-td2iqw07ri], .mx-sm-n2[b-td2iqw07ri] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-td2iqw07ri] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-td2iqw07ri], .my-sm-n3[b-td2iqw07ri] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-td2iqw07ri], .mx-sm-n3[b-td2iqw07ri] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-td2iqw07ri], .my-sm-n3[b-td2iqw07ri] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-td2iqw07ri], .mx-sm-n3[b-td2iqw07ri] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-td2iqw07ri] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-td2iqw07ri], .my-sm-n4[b-td2iqw07ri] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-td2iqw07ri], .mx-sm-n4[b-td2iqw07ri] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-td2iqw07ri], .my-sm-n4[b-td2iqw07ri] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-td2iqw07ri], .mx-sm-n4[b-td2iqw07ri] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-td2iqw07ri] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-td2iqw07ri], .my-sm-n5[b-td2iqw07ri] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-td2iqw07ri], .mx-sm-n5[b-td2iqw07ri] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-td2iqw07ri], .my-sm-n5[b-td2iqw07ri] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-td2iqw07ri], .mx-sm-n5[b-td2iqw07ri] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-td2iqw07ri] {
        margin: auto !important
    }

    .mt-sm-auto[b-td2iqw07ri], .my-sm-auto[b-td2iqw07ri] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-td2iqw07ri], .mx-sm-auto[b-td2iqw07ri] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-td2iqw07ri], .my-sm-auto[b-td2iqw07ri] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-td2iqw07ri], .mx-sm-auto[b-td2iqw07ri] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-td2iqw07ri] {
        margin: 0 !important
    }

    .mt-md-0[b-td2iqw07ri], .my-md-0[b-td2iqw07ri] {
        margin-top: 0 !important
    }

    .mr-md-0[b-td2iqw07ri], .mx-md-0[b-td2iqw07ri] {
        margin-right: 0 !important
    }

    .mb-md-0[b-td2iqw07ri], .my-md-0[b-td2iqw07ri] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-td2iqw07ri], .mx-md-0[b-td2iqw07ri] {
        margin-left: 0 !important
    }

    .m-md-1[b-td2iqw07ri] {
        margin: .25rem !important
    }

    .mt-md-1[b-td2iqw07ri], .my-md-1[b-td2iqw07ri] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-td2iqw07ri], .mx-md-1[b-td2iqw07ri] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-td2iqw07ri], .my-md-1[b-td2iqw07ri] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-td2iqw07ri], .mx-md-1[b-td2iqw07ri] {
        margin-left: .25rem !important
    }

    .m-md-2[b-td2iqw07ri] {
        margin: .5rem !important
    }

    .mt-md-2[b-td2iqw07ri], .my-md-2[b-td2iqw07ri] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-td2iqw07ri], .mx-md-2[b-td2iqw07ri] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-td2iqw07ri], .my-md-2[b-td2iqw07ri] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-td2iqw07ri], .mx-md-2[b-td2iqw07ri] {
        margin-left: .5rem !important
    }

    .m-md-3[b-td2iqw07ri] {
        margin: 1rem !important
    }

    .mt-md-3[b-td2iqw07ri], .my-md-3[b-td2iqw07ri] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-td2iqw07ri], .mx-md-3[b-td2iqw07ri] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-td2iqw07ri], .my-md-3[b-td2iqw07ri] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-td2iqw07ri], .mx-md-3[b-td2iqw07ri] {
        margin-left: 1rem !important
    }

    .m-md-4[b-td2iqw07ri] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-td2iqw07ri], .my-md-4[b-td2iqw07ri] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-td2iqw07ri], .mx-md-4[b-td2iqw07ri] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-td2iqw07ri], .my-md-4[b-td2iqw07ri] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-td2iqw07ri], .mx-md-4[b-td2iqw07ri] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-td2iqw07ri] {
        margin: 3rem !important
    }

    .mt-md-5[b-td2iqw07ri], .my-md-5[b-td2iqw07ri] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-td2iqw07ri], .mx-md-5[b-td2iqw07ri] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-td2iqw07ri], .my-md-5[b-td2iqw07ri] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-td2iqw07ri], .mx-md-5[b-td2iqw07ri] {
        margin-left: 3rem !important
    }

    .p-md-0[b-td2iqw07ri] {
        padding: 0 !important
    }

    .pt-md-0[b-td2iqw07ri], .py-md-0[b-td2iqw07ri] {
        padding-top: 0 !important
    }

    .pr-md-0[b-td2iqw07ri], .px-md-0[b-td2iqw07ri] {
        padding-right: 0 !important
    }

    .pb-md-0[b-td2iqw07ri], .py-md-0[b-td2iqw07ri] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-td2iqw07ri], .px-md-0[b-td2iqw07ri] {
        padding-left: 0 !important
    }

    .p-md-1[b-td2iqw07ri] {
        padding: .25rem !important
    }

    .pt-md-1[b-td2iqw07ri], .py-md-1[b-td2iqw07ri] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-td2iqw07ri], .px-md-1[b-td2iqw07ri] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-td2iqw07ri], .py-md-1[b-td2iqw07ri] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-td2iqw07ri], .px-md-1[b-td2iqw07ri] {
        padding-left: .25rem !important
    }

    .p-md-2[b-td2iqw07ri] {
        padding: .5rem !important
    }

    .pt-md-2[b-td2iqw07ri], .py-md-2[b-td2iqw07ri] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-td2iqw07ri], .px-md-2[b-td2iqw07ri] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-td2iqw07ri], .py-md-2[b-td2iqw07ri] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-td2iqw07ri], .px-md-2[b-td2iqw07ri] {
        padding-left: .5rem !important
    }

    .p-md-3[b-td2iqw07ri] {
        padding: 1rem !important
    }

    .pt-md-3[b-td2iqw07ri], .py-md-3[b-td2iqw07ri] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-td2iqw07ri], .px-md-3[b-td2iqw07ri] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-td2iqw07ri], .py-md-3[b-td2iqw07ri] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-td2iqw07ri], .px-md-3[b-td2iqw07ri] {
        padding-left: 1rem !important
    }

    .p-md-4[b-td2iqw07ri] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-td2iqw07ri], .py-md-4[b-td2iqw07ri] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-td2iqw07ri], .px-md-4[b-td2iqw07ri] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-td2iqw07ri], .py-md-4[b-td2iqw07ri] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-td2iqw07ri], .px-md-4[b-td2iqw07ri] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-td2iqw07ri] {
        padding: 3rem !important
    }

    .pt-md-5[b-td2iqw07ri], .py-md-5[b-td2iqw07ri] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-td2iqw07ri], .px-md-5[b-td2iqw07ri] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-td2iqw07ri], .py-md-5[b-td2iqw07ri] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-td2iqw07ri], .px-md-5[b-td2iqw07ri] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-td2iqw07ri] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-td2iqw07ri], .my-md-n1[b-td2iqw07ri] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-td2iqw07ri], .mx-md-n1[b-td2iqw07ri] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-td2iqw07ri], .my-md-n1[b-td2iqw07ri] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-td2iqw07ri], .mx-md-n1[b-td2iqw07ri] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-td2iqw07ri] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-td2iqw07ri], .my-md-n2[b-td2iqw07ri] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-td2iqw07ri], .mx-md-n2[b-td2iqw07ri] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-td2iqw07ri], .my-md-n2[b-td2iqw07ri] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-td2iqw07ri], .mx-md-n2[b-td2iqw07ri] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-td2iqw07ri] {
        margin: -1rem !important
    }

    .mt-md-n3[b-td2iqw07ri], .my-md-n3[b-td2iqw07ri] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-td2iqw07ri], .mx-md-n3[b-td2iqw07ri] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-td2iqw07ri], .my-md-n3[b-td2iqw07ri] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-td2iqw07ri], .mx-md-n3[b-td2iqw07ri] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-td2iqw07ri] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-td2iqw07ri], .my-md-n4[b-td2iqw07ri] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-td2iqw07ri], .mx-md-n4[b-td2iqw07ri] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-td2iqw07ri], .my-md-n4[b-td2iqw07ri] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-td2iqw07ri], .mx-md-n4[b-td2iqw07ri] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-td2iqw07ri] {
        margin: -3rem !important
    }

    .mt-md-n5[b-td2iqw07ri], .my-md-n5[b-td2iqw07ri] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-td2iqw07ri], .mx-md-n5[b-td2iqw07ri] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-td2iqw07ri], .my-md-n5[b-td2iqw07ri] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-td2iqw07ri], .mx-md-n5[b-td2iqw07ri] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-td2iqw07ri] {
        margin: auto !important
    }

    .mt-md-auto[b-td2iqw07ri], .my-md-auto[b-td2iqw07ri] {
        margin-top: auto !important
    }

    .mr-md-auto[b-td2iqw07ri], .mx-md-auto[b-td2iqw07ri] {
        margin-right: auto !important
    }

    .mb-md-auto[b-td2iqw07ri], .my-md-auto[b-td2iqw07ri] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-td2iqw07ri], .mx-md-auto[b-td2iqw07ri] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-td2iqw07ri] {
        margin: 0 !important
    }

    .mt-lg-0[b-td2iqw07ri], .my-lg-0[b-td2iqw07ri] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-td2iqw07ri], .mx-lg-0[b-td2iqw07ri] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-td2iqw07ri], .my-lg-0[b-td2iqw07ri] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-td2iqw07ri], .mx-lg-0[b-td2iqw07ri] {
        margin-left: 0 !important
    }

    .m-lg-1[b-td2iqw07ri] {
        margin: .25rem !important
    }

    .mt-lg-1[b-td2iqw07ri], .my-lg-1[b-td2iqw07ri] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-td2iqw07ri], .mx-lg-1[b-td2iqw07ri] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-td2iqw07ri], .my-lg-1[b-td2iqw07ri] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-td2iqw07ri], .mx-lg-1[b-td2iqw07ri] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-td2iqw07ri] {
        margin: .5rem !important
    }

    .mt-lg-2[b-td2iqw07ri], .my-lg-2[b-td2iqw07ri] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-td2iqw07ri], .mx-lg-2[b-td2iqw07ri] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-td2iqw07ri], .my-lg-2[b-td2iqw07ri] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-td2iqw07ri], .mx-lg-2[b-td2iqw07ri] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-td2iqw07ri] {
        margin: 1rem !important
    }

    .mt-lg-3[b-td2iqw07ri], .my-lg-3[b-td2iqw07ri] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-td2iqw07ri], .mx-lg-3[b-td2iqw07ri] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-td2iqw07ri], .my-lg-3[b-td2iqw07ri] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-td2iqw07ri], .mx-lg-3[b-td2iqw07ri] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-td2iqw07ri] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-td2iqw07ri], .my-lg-4[b-td2iqw07ri] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-td2iqw07ri], .mx-lg-4[b-td2iqw07ri] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-td2iqw07ri], .my-lg-4[b-td2iqw07ri] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-td2iqw07ri], .mx-lg-4[b-td2iqw07ri] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-td2iqw07ri] {
        margin: 3rem !important
    }

    .mt-lg-5[b-td2iqw07ri], .my-lg-5[b-td2iqw07ri] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-td2iqw07ri], .mx-lg-5[b-td2iqw07ri] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-td2iqw07ri], .my-lg-5[b-td2iqw07ri] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-td2iqw07ri], .mx-lg-5[b-td2iqw07ri] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-td2iqw07ri] {
        padding: 0 !important
    }

    .pt-lg-0[b-td2iqw07ri], .py-lg-0[b-td2iqw07ri] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-td2iqw07ri], .px-lg-0[b-td2iqw07ri] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-td2iqw07ri], .py-lg-0[b-td2iqw07ri] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-td2iqw07ri], .px-lg-0[b-td2iqw07ri] {
        padding-left: 0 !important
    }

    .p-lg-1[b-td2iqw07ri] {
        padding: .25rem !important
    }

    .pt-lg-1[b-td2iqw07ri], .py-lg-1[b-td2iqw07ri] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-td2iqw07ri], .px-lg-1[b-td2iqw07ri] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-td2iqw07ri], .py-lg-1[b-td2iqw07ri] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-td2iqw07ri], .px-lg-1[b-td2iqw07ri] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-td2iqw07ri] {
        padding: .5rem !important
    }

    .pt-lg-2[b-td2iqw07ri], .py-lg-2[b-td2iqw07ri] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-td2iqw07ri], .px-lg-2[b-td2iqw07ri] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-td2iqw07ri], .py-lg-2[b-td2iqw07ri] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-td2iqw07ri], .px-lg-2[b-td2iqw07ri] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-td2iqw07ri] {
        padding: 1rem !important
    }

    .pt-lg-3[b-td2iqw07ri], .py-lg-3[b-td2iqw07ri] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-td2iqw07ri], .px-lg-3[b-td2iqw07ri] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-td2iqw07ri], .py-lg-3[b-td2iqw07ri] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-td2iqw07ri], .px-lg-3[b-td2iqw07ri] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-td2iqw07ri] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-td2iqw07ri], .py-lg-4[b-td2iqw07ri] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-td2iqw07ri], .px-lg-4[b-td2iqw07ri] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-td2iqw07ri], .py-lg-4[b-td2iqw07ri] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-td2iqw07ri], .px-lg-4[b-td2iqw07ri] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-td2iqw07ri] {
        padding: 3rem !important
    }

    .pt-lg-5[b-td2iqw07ri], .py-lg-5[b-td2iqw07ri] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-td2iqw07ri], .px-lg-5[b-td2iqw07ri] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-td2iqw07ri], .py-lg-5[b-td2iqw07ri] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-td2iqw07ri], .px-lg-5[b-td2iqw07ri] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-td2iqw07ri] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-td2iqw07ri], .my-lg-n1[b-td2iqw07ri] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-td2iqw07ri], .mx-lg-n1[b-td2iqw07ri] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-td2iqw07ri], .my-lg-n1[b-td2iqw07ri] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-td2iqw07ri], .mx-lg-n1[b-td2iqw07ri] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-td2iqw07ri] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-td2iqw07ri], .my-lg-n2[b-td2iqw07ri] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-td2iqw07ri], .mx-lg-n2[b-td2iqw07ri] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-td2iqw07ri], .my-lg-n2[b-td2iqw07ri] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-td2iqw07ri], .mx-lg-n2[b-td2iqw07ri] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-td2iqw07ri] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-td2iqw07ri], .my-lg-n3[b-td2iqw07ri] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-td2iqw07ri], .mx-lg-n3[b-td2iqw07ri] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-td2iqw07ri], .my-lg-n3[b-td2iqw07ri] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-td2iqw07ri], .mx-lg-n3[b-td2iqw07ri] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-td2iqw07ri] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-td2iqw07ri], .my-lg-n4[b-td2iqw07ri] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-td2iqw07ri], .mx-lg-n4[b-td2iqw07ri] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-td2iqw07ri], .my-lg-n4[b-td2iqw07ri] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-td2iqw07ri], .mx-lg-n4[b-td2iqw07ri] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-td2iqw07ri] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-td2iqw07ri], .my-lg-n5[b-td2iqw07ri] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-td2iqw07ri], .mx-lg-n5[b-td2iqw07ri] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-td2iqw07ri], .my-lg-n5[b-td2iqw07ri] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-td2iqw07ri], .mx-lg-n5[b-td2iqw07ri] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-td2iqw07ri] {
        margin: auto !important
    }

    .mt-lg-auto[b-td2iqw07ri], .my-lg-auto[b-td2iqw07ri] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-td2iqw07ri], .mx-lg-auto[b-td2iqw07ri] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-td2iqw07ri], .my-lg-auto[b-td2iqw07ri] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-td2iqw07ri], .mx-lg-auto[b-td2iqw07ri] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-td2iqw07ri] {
        margin: 0 !important
    }

    .mt-xl-0[b-td2iqw07ri], .my-xl-0[b-td2iqw07ri] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-td2iqw07ri], .mx-xl-0[b-td2iqw07ri] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-td2iqw07ri], .my-xl-0[b-td2iqw07ri] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-td2iqw07ri], .mx-xl-0[b-td2iqw07ri] {
        margin-left: 0 !important
    }

    .m-xl-1[b-td2iqw07ri] {
        margin: .25rem !important
    }

    .mt-xl-1[b-td2iqw07ri], .my-xl-1[b-td2iqw07ri] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-td2iqw07ri], .mx-xl-1[b-td2iqw07ri] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-td2iqw07ri], .my-xl-1[b-td2iqw07ri] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-td2iqw07ri], .mx-xl-1[b-td2iqw07ri] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-td2iqw07ri] {
        margin: .5rem !important
    }

    .mt-xl-2[b-td2iqw07ri], .my-xl-2[b-td2iqw07ri] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-td2iqw07ri], .mx-xl-2[b-td2iqw07ri] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-td2iqw07ri], .my-xl-2[b-td2iqw07ri] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-td2iqw07ri], .mx-xl-2[b-td2iqw07ri] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-td2iqw07ri] {
        margin: 1rem !important
    }

    .mt-xl-3[b-td2iqw07ri], .my-xl-3[b-td2iqw07ri] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-td2iqw07ri], .mx-xl-3[b-td2iqw07ri] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-td2iqw07ri], .my-xl-3[b-td2iqw07ri] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-td2iqw07ri], .mx-xl-3[b-td2iqw07ri] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-td2iqw07ri] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-td2iqw07ri], .my-xl-4[b-td2iqw07ri] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-td2iqw07ri], .mx-xl-4[b-td2iqw07ri] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-td2iqw07ri], .my-xl-4[b-td2iqw07ri] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-td2iqw07ri], .mx-xl-4[b-td2iqw07ri] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-td2iqw07ri] {
        margin: 3rem !important
    }

    .mt-xl-5[b-td2iqw07ri], .my-xl-5[b-td2iqw07ri] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-td2iqw07ri], .mx-xl-5[b-td2iqw07ri] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-td2iqw07ri], .my-xl-5[b-td2iqw07ri] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-td2iqw07ri], .mx-xl-5[b-td2iqw07ri] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-td2iqw07ri] {
        padding: 0 !important
    }

    .pt-xl-0[b-td2iqw07ri], .py-xl-0[b-td2iqw07ri] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-td2iqw07ri], .px-xl-0[b-td2iqw07ri] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-td2iqw07ri], .py-xl-0[b-td2iqw07ri] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-td2iqw07ri], .px-xl-0[b-td2iqw07ri] {
        padding-left: 0 !important
    }

    .p-xl-1[b-td2iqw07ri] {
        padding: .25rem !important
    }

    .pt-xl-1[b-td2iqw07ri], .py-xl-1[b-td2iqw07ri] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-td2iqw07ri], .px-xl-1[b-td2iqw07ri] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-td2iqw07ri], .py-xl-1[b-td2iqw07ri] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-td2iqw07ri], .px-xl-1[b-td2iqw07ri] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-td2iqw07ri] {
        padding: .5rem !important
    }

    .pt-xl-2[b-td2iqw07ri], .py-xl-2[b-td2iqw07ri] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-td2iqw07ri], .px-xl-2[b-td2iqw07ri] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-td2iqw07ri], .py-xl-2[b-td2iqw07ri] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-td2iqw07ri], .px-xl-2[b-td2iqw07ri] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-td2iqw07ri] {
        padding: 1rem !important
    }

    .pt-xl-3[b-td2iqw07ri], .py-xl-3[b-td2iqw07ri] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-td2iqw07ri], .px-xl-3[b-td2iqw07ri] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-td2iqw07ri], .py-xl-3[b-td2iqw07ri] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-td2iqw07ri], .px-xl-3[b-td2iqw07ri] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-td2iqw07ri] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-td2iqw07ri], .py-xl-4[b-td2iqw07ri] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-td2iqw07ri], .px-xl-4[b-td2iqw07ri] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-td2iqw07ri], .py-xl-4[b-td2iqw07ri] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-td2iqw07ri], .px-xl-4[b-td2iqw07ri] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-td2iqw07ri] {
        padding: 3rem !important
    }

    .pt-xl-5[b-td2iqw07ri], .py-xl-5[b-td2iqw07ri] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-td2iqw07ri], .px-xl-5[b-td2iqw07ri] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-td2iqw07ri], .py-xl-5[b-td2iqw07ri] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-td2iqw07ri], .px-xl-5[b-td2iqw07ri] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-td2iqw07ri] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-td2iqw07ri], .my-xl-n1[b-td2iqw07ri] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-td2iqw07ri], .mx-xl-n1[b-td2iqw07ri] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-td2iqw07ri], .my-xl-n1[b-td2iqw07ri] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-td2iqw07ri], .mx-xl-n1[b-td2iqw07ri] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-td2iqw07ri] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-td2iqw07ri], .my-xl-n2[b-td2iqw07ri] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-td2iqw07ri], .mx-xl-n2[b-td2iqw07ri] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-td2iqw07ri], .my-xl-n2[b-td2iqw07ri] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-td2iqw07ri], .mx-xl-n2[b-td2iqw07ri] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-td2iqw07ri] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-td2iqw07ri], .my-xl-n3[b-td2iqw07ri] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-td2iqw07ri], .mx-xl-n3[b-td2iqw07ri] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-td2iqw07ri], .my-xl-n3[b-td2iqw07ri] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-td2iqw07ri], .mx-xl-n3[b-td2iqw07ri] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-td2iqw07ri] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-td2iqw07ri], .my-xl-n4[b-td2iqw07ri] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-td2iqw07ri], .mx-xl-n4[b-td2iqw07ri] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-td2iqw07ri], .my-xl-n4[b-td2iqw07ri] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-td2iqw07ri], .mx-xl-n4[b-td2iqw07ri] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-td2iqw07ri] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-td2iqw07ri], .my-xl-n5[b-td2iqw07ri] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-td2iqw07ri], .mx-xl-n5[b-td2iqw07ri] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-td2iqw07ri], .my-xl-n5[b-td2iqw07ri] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-td2iqw07ri], .mx-xl-n5[b-td2iqw07ri] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-td2iqw07ri] {
        margin: auto !important
    }

    .mt-xl-auto[b-td2iqw07ri], .my-xl-auto[b-td2iqw07ri] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-td2iqw07ri], .mx-xl-auto[b-td2iqw07ri] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-td2iqw07ri], .my-xl-auto[b-td2iqw07ri] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-td2iqw07ri], .mx-xl-auto[b-td2iqw07ri] {
        margin-left: auto !important
    }
}

.stretched-link[b-td2iqw07ri]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-td2iqw07ri] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-td2iqw07ri] {
    text-align: justify !important
}

.text-wrap[b-td2iqw07ri] {
    white-space: normal !important
}

.text-nowrap[b-td2iqw07ri] {
    white-space: nowrap !important
}

.text-truncate[b-td2iqw07ri] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-td2iqw07ri] {
    text-align: left !important
}

.text-right[b-td2iqw07ri] {
    text-align: right !important
}

.text-center[b-td2iqw07ri] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-td2iqw07ri] {
        text-align: left !important
    }

    .text-sm-right[b-td2iqw07ri] {
        text-align: right !important
    }

    .text-sm-center[b-td2iqw07ri] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-td2iqw07ri] {
        text-align: left !important
    }

    .text-md-right[b-td2iqw07ri] {
        text-align: right !important
    }

    .text-md-center[b-td2iqw07ri] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-td2iqw07ri] {
        text-align: left !important
    }

    .text-lg-right[b-td2iqw07ri] {
        text-align: right !important
    }

    .text-lg-center[b-td2iqw07ri] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-td2iqw07ri] {
        text-align: left !important
    }

    .text-xl-right[b-td2iqw07ri] {
        text-align: right !important
    }

    .text-xl-center[b-td2iqw07ri] {
        text-align: center !important
    }
}

.text-lowercase[b-td2iqw07ri] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-td2iqw07ri], .sidebar .sidebar-heading[b-td2iqw07ri], .text-uppercase[b-td2iqw07ri] {
    text-transform: uppercase !important
}

.text-capitalize[b-td2iqw07ri] {
    text-transform: capitalize !important
}

.font-weight-light[b-td2iqw07ri] {
    font-weight: 300 !important
}

.font-weight-lighter[b-td2iqw07ri] {
    font-weight: lighter !important
}

.font-weight-normal[b-td2iqw07ri] {
    font-weight: 400 !important
}

.font-weight-bold[b-td2iqw07ri] {
    font-weight: 700 !important
}

.font-weight-bolder[b-td2iqw07ri] {
    font-weight: bolder !important
}

.font-italic[b-td2iqw07ri] {
    font-style: italic !important
}

.text-white[b-td2iqw07ri] {
    color: #fff !important
}

.text-primary[b-td2iqw07ri] {
    color: #4e73df !important
}

a.text-primary:focus[b-td2iqw07ri], a.text-primary:hover[b-td2iqw07ri] {
    color: #224abe !important
}

.text-secondary[b-td2iqw07ri] {
    color: #858796 !important
}

a.text-secondary:focus[b-td2iqw07ri], a.text-secondary:hover[b-td2iqw07ri] {
    color: #60616f !important
}

.text-success[b-td2iqw07ri] {
    color: #1cc88a !important
}

a.text-success:focus[b-td2iqw07ri], a.text-success:hover[b-td2iqw07ri] {
    color: #13855c !important
}

.text-info[b-td2iqw07ri] {
    color: #36b9cc !important
}

a.text-info:focus[b-td2iqw07ri], a.text-info:hover[b-td2iqw07ri] {
    color: #258391 !important
}

.text-warning[b-td2iqw07ri] {
    color: #f6c23e !important
}

a.text-warning:focus[b-td2iqw07ri], a.text-warning:hover[b-td2iqw07ri] {
    color: #dda20a !important
}

.text-danger[b-td2iqw07ri] {
    color: #e74a3b !important
}

a.text-danger:focus[b-td2iqw07ri], a.text-danger:hover[b-td2iqw07ri] {
    color: #be2617 !important
}

.text-light[b-td2iqw07ri] {
    color: #f8f9fc !important
}

a.text-light:focus[b-td2iqw07ri], a.text-light:hover[b-td2iqw07ri] {
    color: #c2cbe5 !important
}

.text-dark[b-td2iqw07ri] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-td2iqw07ri], a.text-dark:hover[b-td2iqw07ri] {
    color: #373840 !important
}

.text-body[b-td2iqw07ri] {
    color: #858796 !important
}

.text-muted[b-td2iqw07ri] {
    color: #858796 !important
}

.text-black-50[b-td2iqw07ri] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-td2iqw07ri] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-td2iqw07ri] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-td2iqw07ri] {
    text-decoration: none !important
}

.text-break[b-td2iqw07ri] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-td2iqw07ri] {
    color: inherit !important
}

.visible[b-td2iqw07ri] {
    visibility: visible !important
}

.invisible[b-td2iqw07ri] {
    visibility: hidden !important
}

@media print {
    *[b-td2iqw07ri], [b-td2iqw07ri]::after, [b-td2iqw07ri]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-td2iqw07ri] {
        text-decoration: underline
    }

    abbr[title][b-td2iqw07ri]::after {
        content: " (" attr(title) ")"
    }

    pre[b-td2iqw07ri] {
        white-space: pre-wrap !important
    }

    blockquote[b-td2iqw07ri], pre[b-td2iqw07ri] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }

    thead[b-td2iqw07ri] {
        display: table-header-group
    }

    img[b-td2iqw07ri], tr[b-td2iqw07ri] {
        page-break-inside: avoid
    }

    h2[b-td2iqw07ri], h3[b-td2iqw07ri], p[b-td2iqw07ri] {
        orphans: 3;
        widows: 3
    }

    h2[b-td2iqw07ri], h3[b-td2iqw07ri] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-td2iqw07ri] {
        min-width: 992px !important
    }

    .container[b-td2iqw07ri] {
        min-width: 992px !important
    }

    .navbar[b-td2iqw07ri] {
        display: none
    }

    .badge[b-td2iqw07ri] {
        border: 1px solid #000
    }

    .table[b-td2iqw07ri] {
        border-collapse: collapse !important
    }

        .table td[b-td2iqw07ri], .table th[b-td2iqw07ri] {
            background-color: #fff !important
        }

    .table-bordered td[b-td2iqw07ri], .table-bordered th[b-td2iqw07ri] {
        border: 1px solid #dddfeb !important
    }

    .table-dark[b-td2iqw07ri] {
        color: inherit
    }

        .table-dark tbody + tbody[b-td2iqw07ri], .table-dark td[b-td2iqw07ri], .table-dark th[b-td2iqw07ri], .table-dark thead th[b-td2iqw07ri] {
            border-color: #e3e6f0
        }

    .table .thead-dark th[b-td2iqw07ri] {
        color: inherit;
        border-color: #e3e6f0
    }
}

html[b-td2iqw07ri] {
    position: relative;
    min-height: 100%
}

body[b-td2iqw07ri] {
    height: 100%
}

a:focus[b-td2iqw07ri] {
    outline: 0
}

#wrapper[b-td2iqw07ri] {
    display: flex
}

    #wrapper #content-wrapper[b-td2iqw07ri] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-td2iqw07ri] {
            flex: 1 0 auto
        }

.container[b-td2iqw07ri], .container-fluid[b-td2iqw07ri], .container-lg[b-td2iqw07ri], .container-md[b-td2iqw07ri], .container-sm[b-td2iqw07ri], .container-xl[b-td2iqw07ri] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-td2iqw07ri] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-td2iqw07ri], .scroll-to-top:hover[b-td2iqw07ri] {
        color: #fff
    }

    .scroll-to-top:hover[b-td2iqw07ri] {
        background: #5a5c69
    }

    .scroll-to-top i[b-td2iqw07ri] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-td2iqw07ri {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-td2iqw07ri], .sidebar .nav-item .collapse[b-td2iqw07ri] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-td2iqw07ri;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-td2iqw07ri {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-td2iqw07ri] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-td2iqw07ri;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-td2iqw07ri] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-td2iqw07ri] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-td2iqw07ri] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-td2iqw07ri] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-td2iqw07ri] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-td2iqw07ri] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-td2iqw07ri] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-td2iqw07ri] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-td2iqw07ri] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-td2iqw07ri] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-td2iqw07ri] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-td2iqw07ri] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-td2iqw07ri] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-td2iqw07ri] {
    background-color: #858796 !important
}

.bg-gray-700[b-td2iqw07ri] {
    background-color: #6e707e !important
}

.bg-gray-800[b-td2iqw07ri] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-td2iqw07ri] {
    background-color: #3a3b45 !important
}

.o-hidden[b-td2iqw07ri] {
    overflow: hidden !important
}

.text-xs[b-td2iqw07ri] {
    font-size: .7rem
}

.text-lg[b-td2iqw07ri] {
    font-size: 1.2rem
}

.text-gray-100[b-td2iqw07ri] {
    color: #f8f9fc !important
}

.text-gray-200[b-td2iqw07ri] {
    color: #eaecf4 !important
}

.text-gray-300[b-td2iqw07ri] {
    color: #dddfeb !important
}

.text-gray-400[b-td2iqw07ri] {
    color: #d1d3e2 !important
}

.text-gray-500[b-td2iqw07ri] {
    color: #b7b9cc !important
}

.text-gray-600[b-td2iqw07ri] {
    color: #858796 !important
}

.text-gray-700[b-td2iqw07ri] {
    color: #6e707e !important
}

.text-gray-800[b-td2iqw07ri] {
    color: #5a5c69 !important
}

.text-gray-900[b-td2iqw07ri] {
    color: #3a3b45 !important
}

.icon-circle[b-td2iqw07ri] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-td2iqw07ri] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-td2iqw07ri] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-td2iqw07ri] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-td2iqw07ri] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-td2iqw07ri] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-td2iqw07ri] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-td2iqw07ri] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-td2iqw07ri] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-td2iqw07ri] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-td2iqw07ri] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-td2iqw07ri] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-td2iqw07ri] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-td2iqw07ri] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-td2iqw07ri] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-td2iqw07ri] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-td2iqw07ri] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-td2iqw07ri] {
    height: .5rem
}

.rotate-15[b-td2iqw07ri] {
    transform: rotate(15deg)
}

.rotate-n-15[b-td2iqw07ri] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-td2iqw07ri] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-td2iqw07ri] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-td2iqw07ri]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-td2iqw07ri]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-td2iqw07ri]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-td2iqw07ri]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-td2iqw07ri]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-td2iqw07ri], .topbar .nav-item .nav-link[b-td2iqw07ri] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-td2iqw07ri], .topbar .nav-item .nav-link .badge-counter[b-td2iqw07ri] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-td2iqw07ri], .topbar .nav-item .nav-link .img-profile[b-td2iqw07ri] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-td2iqw07ri] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-td2iqw07ri] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-td2iqw07ri] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-td2iqw07ri] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-td2iqw07ri] {
        width: 25rem
    }

        .topbar .navbar-search input[b-td2iqw07ri] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-td2iqw07ri] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-td2iqw07ri] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-td2iqw07ri] {
            outline: 0
        }

    .topbar .nav-item:focus[b-td2iqw07ri] {
        outline: 0
    }

    .topbar .dropdown[b-td2iqw07ri] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-td2iqw07ri] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-td2iqw07ri] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-td2iqw07ri] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-td2iqw07ri] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-td2iqw07ri] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-td2iqw07ri] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-td2iqw07ri] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-td2iqw07ri] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-td2iqw07ri] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-td2iqw07ri] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-td2iqw07ri] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-td2iqw07ri] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-td2iqw07ri] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-td2iqw07ri] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-td2iqw07ri] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-td2iqw07ri] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-td2iqw07ri] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-td2iqw07ri] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-td2iqw07ri] {
        color: #858796
    }

.sidebar[b-td2iqw07ri] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-td2iqw07ri] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-td2iqw07ri] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-td2iqw07ri] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-td2iqw07ri] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-td2iqw07ri] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-td2iqw07ri] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-td2iqw07ri] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-td2iqw07ri] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-td2iqw07ri], .sidebar .nav-item .collapsing .collapse-inner[b-td2iqw07ri] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-td2iqw07ri], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-td2iqw07ri] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-td2iqw07ri], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-td2iqw07ri] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-td2iqw07ri], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-td2iqw07ri] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-td2iqw07ri], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-td2iqw07ri] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-td2iqw07ri], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-td2iqw07ri] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-td2iqw07ri] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-td2iqw07ri]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-td2iqw07ri] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-td2iqw07ri] {
            outline: 0
        }

    .sidebar.toggled[b-td2iqw07ri] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-td2iqw07ri]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-td2iqw07ri] {
            display: none
        }

    .sidebar .sidebar-brand[b-td2iqw07ri] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-td2iqw07ri] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-td2iqw07ri] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-td2iqw07ri] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-td2iqw07ri] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-td2iqw07ri] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-td2iqw07ri] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-td2iqw07ri] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-td2iqw07ri] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-td2iqw07ri] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-td2iqw07ri] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-td2iqw07ri] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-td2iqw07ri] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-td2iqw07ri], .sidebar .nav-item .collapsing[b-td2iqw07ri] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-td2iqw07ri] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-td2iqw07ri] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-td2iqw07ri] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-td2iqw07ri]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-td2iqw07ri]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-td2iqw07ri] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-td2iqw07ri] {
            display: inline
        }

        .sidebar .sidebar-heading[b-td2iqw07ri] {
            text-align: left
        }

        .sidebar.toggled[b-td2iqw07ri] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-td2iqw07ri] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-td2iqw07ri;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-td2iqw07ri] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-td2iqw07ri] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-td2iqw07ri], .sidebar.toggled .nav-item .collapsing[b-td2iqw07ri] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-td2iqw07ri] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-td2iqw07ri] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-td2iqw07ri] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-td2iqw07ri] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-td2iqw07ri]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-td2iqw07ri] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-td2iqw07ri] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-td2iqw07ri] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-td2iqw07ri] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-td2iqw07ri] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-td2iqw07ri] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-td2iqw07ri] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-td2iqw07ri] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-td2iqw07ri], .sidebar-light .nav-item .nav-link:focus[b-td2iqw07ri], .sidebar-light .nav-item .nav-link:hover[b-td2iqw07ri] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-td2iqw07ri], .sidebar-light .nav-item .nav-link:focus i[b-td2iqw07ri], .sidebar-light .nav-item .nav-link:hover i[b-td2iqw07ri] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-td2iqw07ri]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-td2iqw07ri] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-td2iqw07ri] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-td2iqw07ri] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-td2iqw07ri]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-td2iqw07ri] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-td2iqw07ri] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-td2iqw07ri] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-td2iqw07ri] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-td2iqw07ri] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-td2iqw07ri] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-td2iqw07ri], .sidebar-dark .nav-item .nav-link:focus[b-td2iqw07ri], .sidebar-dark .nav-item .nav-link:hover[b-td2iqw07ri] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-td2iqw07ri], .sidebar-dark .nav-item .nav-link:focus i[b-td2iqw07ri], .sidebar-dark .nav-item .nav-link:hover i[b-td2iqw07ri] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-td2iqw07ri]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-td2iqw07ri] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-td2iqw07ri] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-td2iqw07ri] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-td2iqw07ri]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-td2iqw07ri] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-td2iqw07ri]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-td2iqw07ri] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-td2iqw07ri], .btn-group-sm > .btn-circle.btn[b-td2iqw07ri] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-td2iqw07ri], .btn-group-lg > .btn-circle.btn[b-td2iqw07ri] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-td2iqw07ri] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-td2iqw07ri] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-td2iqw07ri] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-td2iqw07ri], .btn-icon-split.btn-sm .icon[b-td2iqw07ri] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-td2iqw07ri], .btn-icon-split.btn-sm .text[b-td2iqw07ri] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-td2iqw07ri], .btn-icon-split.btn-lg .icon[b-td2iqw07ri] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-td2iqw07ri], .btn-icon-split.btn-lg .text[b-td2iqw07ri] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-td2iqw07ri] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-td2iqw07ri] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-td2iqw07ri] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-td2iqw07ri]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-td2iqw07ri] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-td2iqw07ri]::after {
            content: '\f105'
        }

.chart-area[b-td2iqw07ri] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-td2iqw07ri] {
        height: 20rem
    }
}

.chart-bar[b-td2iqw07ri] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-td2iqw07ri] {
        height: 20rem
    }
}

.chart-pie[b-td2iqw07ri] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-td2iqw07ri] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-td2iqw07ri] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-td2iqw07ri] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-td2iqw07ri] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-td2iqw07ri] {
    line-height: 1.5rem
}

form.user .form-control-user[b-td2iqw07ri] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-td2iqw07ri] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-td2iqw07ri] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-td2iqw07ri], .btn-google:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-td2iqw07ri], .btn-google:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-google:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-google.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-google:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-google.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-td2iqw07ri] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-td2iqw07ri] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-td2iqw07ri], .btn-facebook:focus[b-td2iqw07ri] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-td2iqw07ri], .btn-facebook:disabled[b-td2iqw07ri] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-td2iqw07ri], .btn-facebook:not(:disabled):not(.disabled):active[b-td2iqw07ri], .show > .btn-facebook.dropdown-toggle[b-td2iqw07ri] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-td2iqw07ri], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-td2iqw07ri], .show > .btn-facebook.dropdown-toggle:focus[b-td2iqw07ri] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-td2iqw07ri] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-td2iqw07ri {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-td2iqw07ri]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-td2iqw07ri 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-td2iqw07ri {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-td2iqw07ri]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-td2iqw07ri 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-td2iqw07ri] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-td2iqw07ri] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-td2iqw07ri] {
    width: 100%
}
/* _content/MalisanyaDashBlazor/Pages/EditvardnacpnOld.razor.rz.scp.css */
body[b-p7emg4yhw9] {
}

.button5[b-p7emg4yhw9] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-p7emg4yhw9] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-p7emg4yhw9] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divupdate[b-p7emg4yhw9] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-p7emg4yhw9] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-p7emg4yhw9] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-p7emg4yhw9] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-p7emg4yhw9] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-p7emg4yhw9] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-p7emg4yhw9] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-p7emg4yhw9] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-p7emg4yhw9], #variable th[b-p7emg4yhw9] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-p7emg4yhw9] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-p7emg4yhw9] {
    background-color: #ddd;
}

#variable th[b-p7emg4yhw9] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-p7emg4yhw9] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-p7emg4yhw9] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}


:root[b-p7emg4yhw9] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-p7emg4yhw9], [b-p7emg4yhw9]::after, [b-p7emg4yhw9]::before {
    box-sizing: border-box
}

html[b-p7emg4yhw9] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-p7emg4yhw9], aside[b-p7emg4yhw9], figcaption[b-p7emg4yhw9], figure[b-p7emg4yhw9], footer[b-p7emg4yhw9], header[b-p7emg4yhw9], hgroup[b-p7emg4yhw9], main[b-p7emg4yhw9], nav[b-p7emg4yhw9], section[b-p7emg4yhw9] {
    display: block
}

body[b-p7emg4yhw9] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-p7emg4yhw9] {
    outline: 0 !important
}

hr[b-p7emg4yhw9] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-p7emg4yhw9], h2[b-p7emg4yhw9], h3[b-p7emg4yhw9], h4[b-p7emg4yhw9], h5[b-p7emg4yhw9], h6[b-p7emg4yhw9] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-p7emg4yhw9] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-p7emg4yhw9], abbr[title][b-p7emg4yhw9] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-p7emg4yhw9] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-p7emg4yhw9], ol[b-p7emg4yhw9], ul[b-p7emg4yhw9] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-p7emg4yhw9], ol ul[b-p7emg4yhw9], ul ol[b-p7emg4yhw9], ul ul[b-p7emg4yhw9] {
        margin-bottom: 0
    }

dt[b-p7emg4yhw9] {
    font-weight: 700
}

dd[b-p7emg4yhw9] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-p7emg4yhw9] {
    margin: 0 0 1rem
}

b[b-p7emg4yhw9], strong[b-p7emg4yhw9] {
    font-weight: bolder
}

small[b-p7emg4yhw9] {
    font-size: 80%
}

sub[b-p7emg4yhw9], sup[b-p7emg4yhw9] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-p7emg4yhw9] {
    bottom: -.25em
}

sup[b-p7emg4yhw9] {
    top: -.5em
}

a[b-p7emg4yhw9] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-p7emg4yhw9] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-p7emg4yhw9] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-p7emg4yhw9] {
            color: inherit;
            text-decoration: none
        }

code[b-p7emg4yhw9], kbd[b-p7emg4yhw9], pre[b-p7emg4yhw9], samp[b-p7emg4yhw9] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-p7emg4yhw9] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-p7emg4yhw9] {
    margin: 0 0 1rem
}

img[b-p7emg4yhw9] {
    vertical-align: middle;
    border-style: none
}

svg[b-p7emg4yhw9] {
    overflow: hidden;
    vertical-align: middle
}

table[b-p7emg4yhw9] {
    border-collapse: collapse
}

caption[b-p7emg4yhw9] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-p7emg4yhw9] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-p7emg4yhw9] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-p7emg4yhw9] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-p7emg4yhw9] {
        outline: 0
    }

button[b-p7emg4yhw9], input[b-p7emg4yhw9], optgroup[b-p7emg4yhw9], select[b-p7emg4yhw9], textarea[b-p7emg4yhw9] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-p7emg4yhw9], input[b-p7emg4yhw9] {
    overflow: visible
}

button[b-p7emg4yhw9], select[b-p7emg4yhw9] {
    text-transform: none
}

[role=button][b-p7emg4yhw9] {
    cursor: pointer
}

select[b-p7emg4yhw9] {
    word-wrap: normal
}

[type=button][b-p7emg4yhw9], [type=reset][b-p7emg4yhw9], [type=submit][b-p7emg4yhw9], button[b-p7emg4yhw9] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-p7emg4yhw9], [type=reset]:not(:disabled)[b-p7emg4yhw9], [type=submit]:not(:disabled)[b-p7emg4yhw9], button:not(:disabled)[b-p7emg4yhw9] {
        cursor: pointer
    }

    [type=button][b-p7emg4yhw9]::-moz-focus-inner, [type=reset][b-p7emg4yhw9]::-moz-focus-inner, [type=submit][b-p7emg4yhw9]::-moz-focus-inner, button[b-p7emg4yhw9]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-p7emg4yhw9], input[type=radio][b-p7emg4yhw9] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-p7emg4yhw9] {
    overflow: auto;
    resize: vertical
}

fieldset[b-p7emg4yhw9] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-p7emg4yhw9] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-p7emg4yhw9] {
    vertical-align: baseline
}

[type=number][b-p7emg4yhw9]::-webkit-inner-spin-button, [type=number][b-p7emg4yhw9]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-p7emg4yhw9] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-p7emg4yhw9]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-p7emg4yhw9]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-p7emg4yhw9] {
    display: inline-block
}

summary[b-p7emg4yhw9] {
    display: list-item;
    cursor: pointer
}

template[b-p7emg4yhw9] {
    display: none
}

[hidden][b-p7emg4yhw9] {
    display: none !important
}

.h1[b-p7emg4yhw9], .h2[b-p7emg4yhw9], .h3[b-p7emg4yhw9], .h4[b-p7emg4yhw9], .h5[b-p7emg4yhw9], .h6[b-p7emg4yhw9], h1[b-p7emg4yhw9], h2[b-p7emg4yhw9], h3[b-p7emg4yhw9], h4[b-p7emg4yhw9], h5[b-p7emg4yhw9], h6[b-p7emg4yhw9] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-p7emg4yhw9], h1[b-p7emg4yhw9] {
    font-size: 2.5rem
}

.h2[b-p7emg4yhw9], h2[b-p7emg4yhw9] {
    font-size: 2rem
}

.h3[b-p7emg4yhw9], h3[b-p7emg4yhw9] {
    font-size: 1.75rem
}

.h4[b-p7emg4yhw9], h4[b-p7emg4yhw9] {
    font-size: 1.5rem
}

.h5[b-p7emg4yhw9], h5[b-p7emg4yhw9] {
    font-size: 1.25rem
}

.h6[b-p7emg4yhw9], h6[b-p7emg4yhw9] {
    font-size: 1rem
}

.lead[b-p7emg4yhw9] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-p7emg4yhw9] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-p7emg4yhw9] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-p7emg4yhw9] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-p7emg4yhw9] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-p7emg4yhw9] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-p7emg4yhw9], small[b-p7emg4yhw9] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-p7emg4yhw9], mark[b-p7emg4yhw9] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-p7emg4yhw9] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-p7emg4yhw9] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-p7emg4yhw9] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-p7emg4yhw9] {
        margin-right: .5rem
    }

.initialism[b-p7emg4yhw9] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-p7emg4yhw9] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-p7emg4yhw9] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-p7emg4yhw9]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-p7emg4yhw9] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-p7emg4yhw9] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-p7emg4yhw9] {
    display: inline-block
}

.figure-img[b-p7emg4yhw9] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-p7emg4yhw9] {
    font-size: 90%;
    color: #858796
}

code[b-p7emg4yhw9] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-p7emg4yhw9] {
    color: inherit
}

kbd[b-p7emg4yhw9] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-p7emg4yhw9] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-p7emg4yhw9] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-p7emg4yhw9] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-p7emg4yhw9] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-p7emg4yhw9], .container-fluid[b-p7emg4yhw9], .container-lg[b-p7emg4yhw9], .container-md[b-p7emg4yhw9], .container-sm[b-p7emg4yhw9], .container-xl[b-p7emg4yhw9] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-p7emg4yhw9], .container-sm[b-p7emg4yhw9] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-p7emg4yhw9], .container-md[b-p7emg4yhw9], .container-sm[b-p7emg4yhw9] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-p7emg4yhw9], .container-lg[b-p7emg4yhw9], .container-md[b-p7emg4yhw9], .container-sm[b-p7emg4yhw9] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-p7emg4yhw9], .container-lg[b-p7emg4yhw9], .container-md[b-p7emg4yhw9], .container-sm[b-p7emg4yhw9], .container-xl[b-p7emg4yhw9] {
        max-width: 1140px
    }
}

.row[b-p7emg4yhw9] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-p7emg4yhw9] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-p7emg4yhw9], .no-gutters > [class*=col-][b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-p7emg4yhw9], .col-1[b-p7emg4yhw9], .col-10[b-p7emg4yhw9], .col-11[b-p7emg4yhw9], .col-12[b-p7emg4yhw9], .col-2[b-p7emg4yhw9], .col-3[b-p7emg4yhw9], .col-4[b-p7emg4yhw9], .col-5[b-p7emg4yhw9], .col-6[b-p7emg4yhw9], .col-7[b-p7emg4yhw9], .col-8[b-p7emg4yhw9], .col-9[b-p7emg4yhw9], .col-auto[b-p7emg4yhw9], .col-lg[b-p7emg4yhw9], .col-lg-1[b-p7emg4yhw9], .col-lg-10[b-p7emg4yhw9], .col-lg-11[b-p7emg4yhw9], .col-lg-12[b-p7emg4yhw9], .col-lg-2[b-p7emg4yhw9], .col-lg-3[b-p7emg4yhw9], .col-lg-4[b-p7emg4yhw9], .col-lg-5[b-p7emg4yhw9], .col-lg-6[b-p7emg4yhw9], .col-lg-7[b-p7emg4yhw9], .col-lg-8[b-p7emg4yhw9], .col-lg-9[b-p7emg4yhw9], .col-lg-auto[b-p7emg4yhw9], .col-md[b-p7emg4yhw9], .col-md-1[b-p7emg4yhw9], .col-md-10[b-p7emg4yhw9], .col-md-11[b-p7emg4yhw9], .col-md-12[b-p7emg4yhw9], .col-md-2[b-p7emg4yhw9], .col-md-3[b-p7emg4yhw9], .col-md-4[b-p7emg4yhw9], .col-md-5[b-p7emg4yhw9], .col-md-6[b-p7emg4yhw9], .col-md-7[b-p7emg4yhw9], .col-md-8[b-p7emg4yhw9], .col-md-9[b-p7emg4yhw9], .col-md-auto[b-p7emg4yhw9], .col-sm[b-p7emg4yhw9], .col-sm-1[b-p7emg4yhw9], .col-sm-10[b-p7emg4yhw9], .col-sm-11[b-p7emg4yhw9], .col-sm-12[b-p7emg4yhw9], .col-sm-2[b-p7emg4yhw9], .col-sm-3[b-p7emg4yhw9], .col-sm-4[b-p7emg4yhw9], .col-sm-5[b-p7emg4yhw9], .col-sm-6[b-p7emg4yhw9], .col-sm-7[b-p7emg4yhw9], .col-sm-8[b-p7emg4yhw9], .col-sm-9[b-p7emg4yhw9], .col-sm-auto[b-p7emg4yhw9], .col-xl[b-p7emg4yhw9], .col-xl-1[b-p7emg4yhw9], .col-xl-10[b-p7emg4yhw9], .col-xl-11[b-p7emg4yhw9], .col-xl-12[b-p7emg4yhw9], .col-xl-2[b-p7emg4yhw9], .col-xl-3[b-p7emg4yhw9], .col-xl-4[b-p7emg4yhw9], .col-xl-5[b-p7emg4yhw9], .col-xl-6[b-p7emg4yhw9], .col-xl-7[b-p7emg4yhw9], .col-xl-8[b-p7emg4yhw9], .col-xl-9[b-p7emg4yhw9], .col-xl-auto[b-p7emg4yhw9] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-p7emg4yhw9] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-p7emg4yhw9] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-p7emg4yhw9] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-p7emg4yhw9] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-p7emg4yhw9] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-p7emg4yhw9] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-p7emg4yhw9] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-p7emg4yhw9] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-p7emg4yhw9] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-p7emg4yhw9] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-p7emg4yhw9] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-p7emg4yhw9] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-p7emg4yhw9] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-p7emg4yhw9] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-p7emg4yhw9] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-p7emg4yhw9] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-p7emg4yhw9] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-p7emg4yhw9] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-p7emg4yhw9] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-p7emg4yhw9] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-p7emg4yhw9] {
    order: -1
}

.order-last[b-p7emg4yhw9] {
    order: 13
}

.order-0[b-p7emg4yhw9] {
    order: 0
}

.order-1[b-p7emg4yhw9] {
    order: 1
}

.order-2[b-p7emg4yhw9] {
    order: 2
}

.order-3[b-p7emg4yhw9] {
    order: 3
}

.order-4[b-p7emg4yhw9] {
    order: 4
}

.order-5[b-p7emg4yhw9] {
    order: 5
}

.order-6[b-p7emg4yhw9] {
    order: 6
}

.order-7[b-p7emg4yhw9] {
    order: 7
}

.order-8[b-p7emg4yhw9] {
    order: 8
}

.order-9[b-p7emg4yhw9] {
    order: 9
}

.order-10[b-p7emg4yhw9] {
    order: 10
}

.order-11[b-p7emg4yhw9] {
    order: 11
}

.order-12[b-p7emg4yhw9] {
    order: 12
}

.offset-1[b-p7emg4yhw9] {
    margin-left: 8.33333%
}

.offset-2[b-p7emg4yhw9] {
    margin-left: 16.66667%
}

.offset-3[b-p7emg4yhw9] {
    margin-left: 25%
}

.offset-4[b-p7emg4yhw9] {
    margin-left: 33.33333%
}

.offset-5[b-p7emg4yhw9] {
    margin-left: 41.66667%
}

.offset-6[b-p7emg4yhw9] {
    margin-left: 50%
}

.offset-7[b-p7emg4yhw9] {
    margin-left: 58.33333%
}

.offset-8[b-p7emg4yhw9] {
    margin-left: 66.66667%
}

.offset-9[b-p7emg4yhw9] {
    margin-left: 75%
}

.offset-10[b-p7emg4yhw9] {
    margin-left: 83.33333%
}

.offset-11[b-p7emg4yhw9] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-p7emg4yhw9] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-p7emg4yhw9] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-p7emg4yhw9] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-p7emg4yhw9] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-p7emg4yhw9] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-p7emg4yhw9] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-p7emg4yhw9] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-p7emg4yhw9] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-p7emg4yhw9] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-p7emg4yhw9] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-p7emg4yhw9] {
        order: -1
    }

    .order-sm-last[b-p7emg4yhw9] {
        order: 13
    }

    .order-sm-0[b-p7emg4yhw9] {
        order: 0
    }

    .order-sm-1[b-p7emg4yhw9] {
        order: 1
    }

    .order-sm-2[b-p7emg4yhw9] {
        order: 2
    }

    .order-sm-3[b-p7emg4yhw9] {
        order: 3
    }

    .order-sm-4[b-p7emg4yhw9] {
        order: 4
    }

    .order-sm-5[b-p7emg4yhw9] {
        order: 5
    }

    .order-sm-6[b-p7emg4yhw9] {
        order: 6
    }

    .order-sm-7[b-p7emg4yhw9] {
        order: 7
    }

    .order-sm-8[b-p7emg4yhw9] {
        order: 8
    }

    .order-sm-9[b-p7emg4yhw9] {
        order: 9
    }

    .order-sm-10[b-p7emg4yhw9] {
        order: 10
    }

    .order-sm-11[b-p7emg4yhw9] {
        order: 11
    }

    .order-sm-12[b-p7emg4yhw9] {
        order: 12
    }

    .offset-sm-0[b-p7emg4yhw9] {
        margin-left: 0
    }

    .offset-sm-1[b-p7emg4yhw9] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-p7emg4yhw9] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-p7emg4yhw9] {
        margin-left: 25%
    }

    .offset-sm-4[b-p7emg4yhw9] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-p7emg4yhw9] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-p7emg4yhw9] {
        margin-left: 50%
    }

    .offset-sm-7[b-p7emg4yhw9] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-p7emg4yhw9] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-p7emg4yhw9] {
        margin-left: 75%
    }

    .offset-sm-10[b-p7emg4yhw9] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-p7emg4yhw9] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-p7emg4yhw9] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-p7emg4yhw9] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-p7emg4yhw9] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-p7emg4yhw9] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-p7emg4yhw9] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-p7emg4yhw9] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-p7emg4yhw9] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-p7emg4yhw9] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-p7emg4yhw9] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-p7emg4yhw9] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-p7emg4yhw9] {
        order: -1
    }

    .order-md-last[b-p7emg4yhw9] {
        order: 13
    }

    .order-md-0[b-p7emg4yhw9] {
        order: 0
    }

    .order-md-1[b-p7emg4yhw9] {
        order: 1
    }

    .order-md-2[b-p7emg4yhw9] {
        order: 2
    }

    .order-md-3[b-p7emg4yhw9] {
        order: 3
    }

    .order-md-4[b-p7emg4yhw9] {
        order: 4
    }

    .order-md-5[b-p7emg4yhw9] {
        order: 5
    }

    .order-md-6[b-p7emg4yhw9] {
        order: 6
    }

    .order-md-7[b-p7emg4yhw9] {
        order: 7
    }

    .order-md-8[b-p7emg4yhw9] {
        order: 8
    }

    .order-md-9[b-p7emg4yhw9] {
        order: 9
    }

    .order-md-10[b-p7emg4yhw9] {
        order: 10
    }

    .order-md-11[b-p7emg4yhw9] {
        order: 11
    }

    .order-md-12[b-p7emg4yhw9] {
        order: 12
    }

    .offset-md-0[b-p7emg4yhw9] {
        margin-left: 0
    }

    .offset-md-1[b-p7emg4yhw9] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-p7emg4yhw9] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-p7emg4yhw9] {
        margin-left: 25%
    }

    .offset-md-4[b-p7emg4yhw9] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-p7emg4yhw9] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-p7emg4yhw9] {
        margin-left: 50%
    }

    .offset-md-7[b-p7emg4yhw9] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-p7emg4yhw9] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-p7emg4yhw9] {
        margin-left: 75%
    }

    .offset-md-10[b-p7emg4yhw9] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-p7emg4yhw9] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-p7emg4yhw9] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-p7emg4yhw9] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-p7emg4yhw9] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-p7emg4yhw9] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-p7emg4yhw9] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-p7emg4yhw9] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-p7emg4yhw9] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-p7emg4yhw9] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-p7emg4yhw9] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-p7emg4yhw9] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-p7emg4yhw9] {
        order: -1
    }

    .order-lg-last[b-p7emg4yhw9] {
        order: 13
    }

    .order-lg-0[b-p7emg4yhw9] {
        order: 0
    }

    .order-lg-1[b-p7emg4yhw9] {
        order: 1
    }

    .order-lg-2[b-p7emg4yhw9] {
        order: 2
    }

    .order-lg-3[b-p7emg4yhw9] {
        order: 3
    }

    .order-lg-4[b-p7emg4yhw9] {
        order: 4
    }

    .order-lg-5[b-p7emg4yhw9] {
        order: 5
    }

    .order-lg-6[b-p7emg4yhw9] {
        order: 6
    }

    .order-lg-7[b-p7emg4yhw9] {
        order: 7
    }

    .order-lg-8[b-p7emg4yhw9] {
        order: 8
    }

    .order-lg-9[b-p7emg4yhw9] {
        order: 9
    }

    .order-lg-10[b-p7emg4yhw9] {
        order: 10
    }

    .order-lg-11[b-p7emg4yhw9] {
        order: 11
    }

    .order-lg-12[b-p7emg4yhw9] {
        order: 12
    }

    .offset-lg-0[b-p7emg4yhw9] {
        margin-left: 0
    }

    .offset-lg-1[b-p7emg4yhw9] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-p7emg4yhw9] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-p7emg4yhw9] {
        margin-left: 25%
    }

    .offset-lg-4[b-p7emg4yhw9] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-p7emg4yhw9] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-p7emg4yhw9] {
        margin-left: 50%
    }

    .offset-lg-7[b-p7emg4yhw9] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-p7emg4yhw9] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-p7emg4yhw9] {
        margin-left: 75%
    }

    .offset-lg-10[b-p7emg4yhw9] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-p7emg4yhw9] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-p7emg4yhw9] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-p7emg4yhw9] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-p7emg4yhw9] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-p7emg4yhw9] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-p7emg4yhw9] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-p7emg4yhw9] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-p7emg4yhw9] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-p7emg4yhw9] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-p7emg4yhw9] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-p7emg4yhw9] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-p7emg4yhw9] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-p7emg4yhw9] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-p7emg4yhw9] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-p7emg4yhw9] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-p7emg4yhw9] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-p7emg4yhw9] {
        order: -1
    }

    .order-xl-last[b-p7emg4yhw9] {
        order: 13
    }

    .order-xl-0[b-p7emg4yhw9] {
        order: 0
    }

    .order-xl-1[b-p7emg4yhw9] {
        order: 1
    }

    .order-xl-2[b-p7emg4yhw9] {
        order: 2
    }

    .order-xl-3[b-p7emg4yhw9] {
        order: 3
    }

    .order-xl-4[b-p7emg4yhw9] {
        order: 4
    }

    .order-xl-5[b-p7emg4yhw9] {
        order: 5
    }

    .order-xl-6[b-p7emg4yhw9] {
        order: 6
    }

    .order-xl-7[b-p7emg4yhw9] {
        order: 7
    }

    .order-xl-8[b-p7emg4yhw9] {
        order: 8
    }

    .order-xl-9[b-p7emg4yhw9] {
        order: 9
    }

    .order-xl-10[b-p7emg4yhw9] {
        order: 10
    }

    .order-xl-11[b-p7emg4yhw9] {
        order: 11
    }

    .order-xl-12[b-p7emg4yhw9] {
        order: 12
    }

    .offset-xl-0[b-p7emg4yhw9] {
        margin-left: 0
    }

    .offset-xl-1[b-p7emg4yhw9] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-p7emg4yhw9] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-p7emg4yhw9] {
        margin-left: 25%
    }

    .offset-xl-4[b-p7emg4yhw9] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-p7emg4yhw9] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-p7emg4yhw9] {
        margin-left: 50%
    }

    .offset-xl-7[b-p7emg4yhw9] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-p7emg4yhw9] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-p7emg4yhw9] {
        margin-left: 75%
    }

    .offset-xl-10[b-p7emg4yhw9] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-p7emg4yhw9] {
        margin-left: 91.66667%
    }
}

.table[b-p7emg4yhw9] {
    width: 100%;
    margin-bottom: 1rem;
    color: #858796
}

    .table td[b-p7emg4yhw9], .table th[b-p7emg4yhw9] {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #e3e6f0
    }

    .table thead th[b-p7emg4yhw9] {
        vertical-align: bottom;
        border-bottom: 2px solid #e3e6f0
    }

    .table tbody + tbody[b-p7emg4yhw9] {
        border-top: 2px solid #e3e6f0
    }

.table-sm td[b-p7emg4yhw9], .table-sm th[b-p7emg4yhw9] {
    padding: .3rem
}

.table-bordered[b-p7emg4yhw9] {
    border: 1px solid #e3e6f0
}

    .table-bordered td[b-p7emg4yhw9], .table-bordered th[b-p7emg4yhw9] {
        border: 1px solid #e3e6f0
    }

    .table-bordered thead td[b-p7emg4yhw9], .table-bordered thead th[b-p7emg4yhw9] {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody[b-p7emg4yhw9], .table-borderless td[b-p7emg4yhw9], .table-borderless th[b-p7emg4yhw9], .table-borderless thead th[b-p7emg4yhw9] {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd)[b-p7emg4yhw9] {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover[b-p7emg4yhw9] {
    color: #858796;
    background-color: rgba(0,0,0,.075)
}

.table-primary[b-p7emg4yhw9], .table-primary > td[b-p7emg4yhw9], .table-primary > th[b-p7emg4yhw9] {
    background-color: #cdd8f6
}

    .table-primary tbody + tbody[b-p7emg4yhw9], .table-primary td[b-p7emg4yhw9], .table-primary th[b-p7emg4yhw9], .table-primary thead th[b-p7emg4yhw9] {
        border-color: #a3b6ee
    }

.table-hover .table-primary:hover[b-p7emg4yhw9] {
    background-color: #b7c7f2
}

    .table-hover .table-primary:hover > td[b-p7emg4yhw9], .table-hover .table-primary:hover > th[b-p7emg4yhw9] {
        background-color: #b7c7f2
    }

.table-secondary[b-p7emg4yhw9], .table-secondary > td[b-p7emg4yhw9], .table-secondary > th[b-p7emg4yhw9] {
    background-color: #dddde2
}

    .table-secondary tbody + tbody[b-p7emg4yhw9], .table-secondary td[b-p7emg4yhw9], .table-secondary th[b-p7emg4yhw9], .table-secondary thead th[b-p7emg4yhw9] {
        border-color: #c0c1c8
    }

.table-hover .table-secondary:hover[b-p7emg4yhw9] {
    background-color: #cfcfd6
}

    .table-hover .table-secondary:hover > td[b-p7emg4yhw9], .table-hover .table-secondary:hover > th[b-p7emg4yhw9] {
        background-color: #cfcfd6
    }

.table-success[b-p7emg4yhw9], .table-success > td[b-p7emg4yhw9], .table-success > th[b-p7emg4yhw9] {
    background-color: #bff0de
}

    .table-success tbody + tbody[b-p7emg4yhw9], .table-success td[b-p7emg4yhw9], .table-success th[b-p7emg4yhw9], .table-success thead th[b-p7emg4yhw9] {
        border-color: #89e2c2
    }

.table-hover .table-success:hover[b-p7emg4yhw9] {
    background-color: #aaebd3
}

    .table-hover .table-success:hover > td[b-p7emg4yhw9], .table-hover .table-success:hover > th[b-p7emg4yhw9] {
        background-color: #aaebd3
    }

.table-info[b-p7emg4yhw9], .table-info > td[b-p7emg4yhw9], .table-info > th[b-p7emg4yhw9] {
    background-color: #c7ebf1
}

    .table-info tbody + tbody[b-p7emg4yhw9], .table-info td[b-p7emg4yhw9], .table-info th[b-p7emg4yhw9], .table-info thead th[b-p7emg4yhw9] {
        border-color: #96dbe4
    }

.table-hover .table-info:hover[b-p7emg4yhw9] {
    background-color: #b3e4ec
}

    .table-hover .table-info:hover > td[b-p7emg4yhw9], .table-hover .table-info:hover > th[b-p7emg4yhw9] {
        background-color: #b3e4ec
    }

.table-warning[b-p7emg4yhw9], .table-warning > td[b-p7emg4yhw9], .table-warning > th[b-p7emg4yhw9] {
    background-color: #fceec9
}

    .table-warning tbody + tbody[b-p7emg4yhw9], .table-warning td[b-p7emg4yhw9], .table-warning th[b-p7emg4yhw9], .table-warning thead th[b-p7emg4yhw9] {
        border-color: #fadf9b
    }

.table-hover .table-warning:hover[b-p7emg4yhw9] {
    background-color: #fbe6b1
}

    .table-hover .table-warning:hover > td[b-p7emg4yhw9], .table-hover .table-warning:hover > th[b-p7emg4yhw9] {
        background-color: #fbe6b1
    }

.table-danger[b-p7emg4yhw9], .table-danger > td[b-p7emg4yhw9], .table-danger > th[b-p7emg4yhw9] {
    background-color: #f8ccc8
}

    .table-danger tbody + tbody[b-p7emg4yhw9], .table-danger td[b-p7emg4yhw9], .table-danger th[b-p7emg4yhw9], .table-danger thead th[b-p7emg4yhw9] {
        border-color: #f3a199
    }

.table-hover .table-danger:hover[b-p7emg4yhw9] {
    background-color: #f5b7b1
}

    .table-hover .table-danger:hover > td[b-p7emg4yhw9], .table-hover .table-danger:hover > th[b-p7emg4yhw9] {
        background-color: #f5b7b1
    }

.table-light[b-p7emg4yhw9], .table-light > td[b-p7emg4yhw9], .table-light > th[b-p7emg4yhw9] {
    background-color: #fdfdfe
}

    .table-light tbody + tbody[b-p7emg4yhw9], .table-light td[b-p7emg4yhw9], .table-light th[b-p7emg4yhw9], .table-light thead th[b-p7emg4yhw9] {
        border-color: #fbfcfd
    }

.table-hover .table-light:hover[b-p7emg4yhw9] {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td[b-p7emg4yhw9], .table-hover .table-light:hover > th[b-p7emg4yhw9] {
        background-color: #ececf6
    }

.table-dark[b-p7emg4yhw9], .table-dark > td[b-p7emg4yhw9], .table-dark > th[b-p7emg4yhw9] {
    background-color: #d1d1d5
}

    .table-dark tbody + tbody[b-p7emg4yhw9], .table-dark td[b-p7emg4yhw9], .table-dark th[b-p7emg4yhw9], .table-dark thead th[b-p7emg4yhw9] {
        border-color: #a9aab1
    }

.table-hover .table-dark:hover[b-p7emg4yhw9] {
    background-color: #c4c4c9
}

    .table-hover .table-dark:hover > td[b-p7emg4yhw9], .table-hover .table-dark:hover > th[b-p7emg4yhw9] {
        background-color: #c4c4c9
    }

.table-active[b-p7emg4yhw9], .table-active > td[b-p7emg4yhw9], .table-active > th[b-p7emg4yhw9] {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover[b-p7emg4yhw9] {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td[b-p7emg4yhw9], .table-hover .table-active:hover > th[b-p7emg4yhw9] {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th[b-p7emg4yhw9] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #6c6e7e
}

.table .thead-light th[b-p7emg4yhw9] {
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0
}

.table-dark[b-p7emg4yhw9] {
    color: #fff;
    background-color: #5a5c69
}

    .table-dark td[b-p7emg4yhw9], .table-dark th[b-p7emg4yhw9], .table-dark thead th[b-p7emg4yhw9] {
        border-color: #6c6e7e
    }

    .table-dark.table-bordered[b-p7emg4yhw9] {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd)[b-p7emg4yhw9] {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm[b-p7emg4yhw9] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered[b-p7emg4yhw9] {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md[b-p7emg4yhw9] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered[b-p7emg4yhw9] {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg[b-p7emg4yhw9] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered[b-p7emg4yhw9] {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl[b-p7emg4yhw9] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered[b-p7emg4yhw9] {
            border: 0
        }
}

.table-responsive[b-p7emg4yhw9] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered[b-p7emg4yhw9] {
        border: 0
    }

.form-control[b-p7emg4yhw9] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-p7emg4yhw9] {
        transition: none
    }
}

.form-control[b-p7emg4yhw9]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-p7emg4yhw9] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-p7emg4yhw9] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-p7emg4yhw9]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-p7emg4yhw9]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-p7emg4yhw9] {
    color: #858796;
    opacity: 1
}

.form-control[b-p7emg4yhw9]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-p7emg4yhw9]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-p7emg4yhw9], .form-control[readonly][b-p7emg4yhw9] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-p7emg4yhw9], input[type=datetime-local].form-control[b-p7emg4yhw9], input[type=month].form-control[b-p7emg4yhw9], input[type=time].form-control[b-p7emg4yhw9] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-p7emg4yhw9]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-p7emg4yhw9], .form-control-range[b-p7emg4yhw9] {
    display: block;
    width: 100%
}

.col-form-label[b-p7emg4yhw9] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-p7emg4yhw9] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-p7emg4yhw9] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-p7emg4yhw9] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-p7emg4yhw9], .form-control-plaintext.form-control-sm[b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-p7emg4yhw9] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-p7emg4yhw9] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-p7emg4yhw9], select.form-control[size][b-p7emg4yhw9] {
    height: auto
}

textarea.form-control[b-p7emg4yhw9] {
    height: auto
}

.form-group[b-p7emg4yhw9] {
    margin-bottom: 1rem
}

.form-text[b-p7emg4yhw9] {
    display: block;
    margin-top: .25rem
}

.form-row[b-p7emg4yhw9] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-p7emg4yhw9], .form-row > [class*=col-][b-p7emg4yhw9] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-p7emg4yhw9] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-p7emg4yhw9] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-p7emg4yhw9], .form-check-input[disabled] ~ .form-check-label[b-p7emg4yhw9] {
        color: #858796
    }

.form-check-label[b-p7emg4yhw9] {
    margin-bottom: 0
}

.form-check-inline[b-p7emg4yhw9] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-p7emg4yhw9] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-p7emg4yhw9] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-p7emg4yhw9] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-p7emg4yhw9], .form-row > [class*=col-] > .valid-tooltip[b-p7emg4yhw9] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-p7emg4yhw9], .is-valid ~ .valid-tooltip[b-p7emg4yhw9], .was-validated :valid ~ .valid-feedback[b-p7emg4yhw9], .was-validated :valid ~ .valid-tooltip[b-p7emg4yhw9] {
    display: block
}

.form-control.is-valid[b-p7emg4yhw9], .was-validated .form-control:valid[b-p7emg4yhw9] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-p7emg4yhw9], .was-validated .form-control:valid:focus[b-p7emg4yhw9] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-p7emg4yhw9], textarea.form-control.is-valid[b-p7emg4yhw9] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-p7emg4yhw9], .was-validated .custom-select:valid[b-p7emg4yhw9] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-p7emg4yhw9], .was-validated .custom-select:valid:focus[b-p7emg4yhw9] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-p7emg4yhw9], .was-validated .form-check-input:valid ~ .form-check-label[b-p7emg4yhw9] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-p7emg4yhw9], .form-check-input.is-valid ~ .valid-tooltip[b-p7emg4yhw9], .was-validated .form-check-input:valid ~ .valid-feedback[b-p7emg4yhw9], .was-validated .form-check-input:valid ~ .valid-tooltip[b-p7emg4yhw9] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-p7emg4yhw9], .was-validated .custom-control-input:valid ~ .custom-control-label[b-p7emg4yhw9] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-p7emg4yhw9]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-p7emg4yhw9]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-p7emg4yhw9]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-p7emg4yhw9]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-p7emg4yhw9], .was-validated .custom-file-input:valid ~ .custom-file-label[b-p7emg4yhw9] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-p7emg4yhw9], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-p7emg4yhw9] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-p7emg4yhw9] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-p7emg4yhw9] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-p7emg4yhw9], .form-row > [class*=col-] > .invalid-tooltip[b-p7emg4yhw9] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-p7emg4yhw9], .is-invalid ~ .invalid-tooltip[b-p7emg4yhw9], .was-validated :invalid ~ .invalid-feedback[b-p7emg4yhw9], .was-validated :invalid ~ .invalid-tooltip[b-p7emg4yhw9] {
    display: block
}

.form-control.is-invalid[b-p7emg4yhw9], .was-validated .form-control:invalid[b-p7emg4yhw9] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-p7emg4yhw9], .was-validated .form-control:invalid:focus[b-p7emg4yhw9] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-p7emg4yhw9], textarea.form-control.is-invalid[b-p7emg4yhw9] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-p7emg4yhw9], .was-validated .custom-select:invalid[b-p7emg4yhw9] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-p7emg4yhw9], .was-validated .custom-select:invalid:focus[b-p7emg4yhw9] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-p7emg4yhw9], .was-validated .form-check-input:invalid ~ .form-check-label[b-p7emg4yhw9] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-p7emg4yhw9], .form-check-input.is-invalid ~ .invalid-tooltip[b-p7emg4yhw9], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-p7emg4yhw9], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-p7emg4yhw9] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-p7emg4yhw9], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-p7emg4yhw9] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-p7emg4yhw9]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-p7emg4yhw9]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-p7emg4yhw9]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-p7emg4yhw9]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-p7emg4yhw9]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-p7emg4yhw9], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-p7emg4yhw9] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-p7emg4yhw9], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-p7emg4yhw9] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-p7emg4yhw9] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-p7emg4yhw9] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-p7emg4yhw9] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-p7emg4yhw9] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-p7emg4yhw9] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-p7emg4yhw9] {
        display: inline-block
    }

    .form-inline .custom-select[b-p7emg4yhw9], .form-inline .input-group[b-p7emg4yhw9] {
        width: auto
    }

    .form-inline .form-check[b-p7emg4yhw9] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-p7emg4yhw9] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-p7emg4yhw9] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-p7emg4yhw9] {
        margin-bottom: 0
    }
}

.btn[b-p7emg4yhw9] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-p7emg4yhw9] {
        transition: none
    }
}

.btn:hover[b-p7emg4yhw9] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-p7emg4yhw9], .btn:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-p7emg4yhw9], .btn:disabled[b-p7emg4yhw9] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-p7emg4yhw9] {
    cursor: pointer
}

a.btn.disabled[b-p7emg4yhw9], fieldset:disabled a.btn[b-p7emg4yhw9] {
    pointer-events: none
}

.btn-primary[b-p7emg4yhw9] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-p7emg4yhw9], .btn-primary:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-p7emg4yhw9], .btn-primary:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-primary:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-primary.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-primary:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-primary.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-p7emg4yhw9] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-p7emg4yhw9], .btn-secondary:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-p7emg4yhw9], .btn-secondary:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-secondary:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-secondary.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-secondary.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-p7emg4yhw9] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-p7emg4yhw9], .btn-success:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-p7emg4yhw9], .btn-success:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-success:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-success.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-success:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-success.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-p7emg4yhw9] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-p7emg4yhw9], .btn-info:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-p7emg4yhw9], .btn-info:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-info:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-info.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-info:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-info.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-p7emg4yhw9] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-p7emg4yhw9], .btn-warning:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-p7emg4yhw9], .btn-warning:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-warning:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-warning.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-warning:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-warning.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-p7emg4yhw9] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-p7emg4yhw9], .btn-danger:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-p7emg4yhw9], .btn-danger:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-danger:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-danger.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-danger:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-danger.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-p7emg4yhw9] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-p7emg4yhw9] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-p7emg4yhw9], .btn-light:focus[b-p7emg4yhw9] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-p7emg4yhw9], .btn-light:disabled[b-p7emg4yhw9] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-light:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-light.dropdown-toggle[b-p7emg4yhw9] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-light:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-light.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-p7emg4yhw9] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-p7emg4yhw9], .btn-dark:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-p7emg4yhw9], .btn-dark:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-dark:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-dark.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-dark:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-dark.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-p7emg4yhw9] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-p7emg4yhw9], .btn-outline-primary:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-p7emg4yhw9], .btn-outline-primary:disabled[b-p7emg4yhw9] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-primary:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-primary.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-primary.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-p7emg4yhw9] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-p7emg4yhw9], .btn-outline-secondary:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-p7emg4yhw9], .btn-outline-secondary:disabled[b-p7emg4yhw9] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-secondary.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-secondary.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-p7emg4yhw9] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-p7emg4yhw9], .btn-outline-success:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-p7emg4yhw9], .btn-outline-success:disabled[b-p7emg4yhw9] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-success:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-success.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-success.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-p7emg4yhw9] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-p7emg4yhw9], .btn-outline-info:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-p7emg4yhw9], .btn-outline-info:disabled[b-p7emg4yhw9] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-info:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-info.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-info.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-p7emg4yhw9] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-p7emg4yhw9], .btn-outline-warning:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-p7emg4yhw9], .btn-outline-warning:disabled[b-p7emg4yhw9] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-warning:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-warning.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-warning.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-p7emg4yhw9] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-p7emg4yhw9], .btn-outline-danger:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-p7emg4yhw9], .btn-outline-danger:disabled[b-p7emg4yhw9] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-danger:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-danger.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-danger.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-p7emg4yhw9] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-p7emg4yhw9] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-p7emg4yhw9], .btn-outline-light:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-p7emg4yhw9], .btn-outline-light:disabled[b-p7emg4yhw9] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-light:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-light.dropdown-toggle[b-p7emg4yhw9] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-light.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-p7emg4yhw9] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-p7emg4yhw9], .btn-outline-dark:focus[b-p7emg4yhw9] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-p7emg4yhw9], .btn-outline-dark:disabled[b-p7emg4yhw9] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-outline-dark:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-outline-dark.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-outline-dark.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-p7emg4yhw9] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-p7emg4yhw9] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-p7emg4yhw9], .btn-link:focus[b-p7emg4yhw9] {
        text-decoration: underline
    }

    .btn-link.disabled[b-p7emg4yhw9], .btn-link:disabled[b-p7emg4yhw9] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-p7emg4yhw9], .btn-lg[b-p7emg4yhw9] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-p7emg4yhw9], .btn-sm[b-p7emg4yhw9] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-p7emg4yhw9] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-p7emg4yhw9] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-p7emg4yhw9], input[type=reset].btn-block[b-p7emg4yhw9], input[type=submit].btn-block[b-p7emg4yhw9] {
    width: 100%
}

.fade[b-p7emg4yhw9] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-p7emg4yhw9] {
        transition: none
    }
}

.fade:not(.show)[b-p7emg4yhw9] {
    opacity: 0
}

.collapse:not(.show)[b-p7emg4yhw9] {
    display: none
}

.collapsing[b-p7emg4yhw9] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-p7emg4yhw9] {
        transition: none
    }
}

.dropdown[b-p7emg4yhw9], .dropleft[b-p7emg4yhw9], .dropright[b-p7emg4yhw9], .dropup[b-p7emg4yhw9] {
    position: relative
}

.dropdown-toggle[b-p7emg4yhw9] {
    white-space: nowrap
}

    .dropdown-toggle[b-p7emg4yhw9]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-p7emg4yhw9]::after {
        margin-left: 0
    }

.dropdown-menu[b-p7emg4yhw9] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-p7emg4yhw9] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-p7emg4yhw9] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-p7emg4yhw9] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-p7emg4yhw9] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-p7emg4yhw9] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-p7emg4yhw9] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-p7emg4yhw9] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-p7emg4yhw9] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-p7emg4yhw9] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-p7emg4yhw9] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-p7emg4yhw9] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-p7emg4yhw9]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-p7emg4yhw9]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-p7emg4yhw9] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-p7emg4yhw9]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-p7emg4yhw9]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-p7emg4yhw9]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-p7emg4yhw9] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-p7emg4yhw9]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-p7emg4yhw9]::after {
    display: none
}

.dropleft .dropdown-toggle[b-p7emg4yhw9]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-p7emg4yhw9]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-p7emg4yhw9]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-p7emg4yhw9], .dropdown-menu[x-placement^=left][b-p7emg4yhw9], .dropdown-menu[x-placement^=right][b-p7emg4yhw9], .dropdown-menu[x-placement^=top][b-p7emg4yhw9] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-p7emg4yhw9] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-p7emg4yhw9] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-p7emg4yhw9], .dropdown-item:hover[b-p7emg4yhw9] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-p7emg4yhw9], .dropdown-item:active[b-p7emg4yhw9] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-p7emg4yhw9], .dropdown-item:disabled[b-p7emg4yhw9] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-p7emg4yhw9] {
    display: block
}

.dropdown-header[b-p7emg4yhw9] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-p7emg4yhw9] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-p7emg4yhw9], .btn-group-vertical[b-p7emg4yhw9] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-p7emg4yhw9], .btn-group > .btn[b-p7emg4yhw9] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-p7emg4yhw9], .btn-group > .btn:hover[b-p7emg4yhw9] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-p7emg4yhw9], .btn-group-vertical > .btn:active[b-p7emg4yhw9], .btn-group-vertical > .btn:focus[b-p7emg4yhw9], .btn-group > .btn.active[b-p7emg4yhw9], .btn-group > .btn:active[b-p7emg4yhw9], .btn-group > .btn:focus[b-p7emg4yhw9] {
            z-index: 1
        }

.btn-toolbar[b-p7emg4yhw9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-p7emg4yhw9] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-p7emg4yhw9], .btn-group > .btn:not(:first-child)[b-p7emg4yhw9] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-p7emg4yhw9], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-p7emg4yhw9] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-p7emg4yhw9], .btn-group > .btn:not(:first-child)[b-p7emg4yhw9] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-p7emg4yhw9] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-p7emg4yhw9]::after, .dropright .dropdown-toggle-split[b-p7emg4yhw9]::after, .dropup .dropdown-toggle-split[b-p7emg4yhw9]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-p7emg4yhw9]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-p7emg4yhw9], .btn-sm + .dropdown-toggle-split[b-p7emg4yhw9] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-p7emg4yhw9], .btn-lg + .dropdown-toggle-split[b-p7emg4yhw9] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-p7emg4yhw9] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-p7emg4yhw9], .btn-group-vertical > .btn-group[b-p7emg4yhw9] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-p7emg4yhw9], .btn-group-vertical > .btn:not(:first-child)[b-p7emg4yhw9] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-p7emg4yhw9], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-p7emg4yhw9] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-p7emg4yhw9], .btn-group-vertical > .btn:not(:first-child)[b-p7emg4yhw9] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-p7emg4yhw9], .btn-group-toggle > .btn-group > .btn[b-p7emg4yhw9] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-p7emg4yhw9], .btn-group-toggle > .btn input[type=radio][b-p7emg4yhw9], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-p7emg4yhw9], .btn-group-toggle > .btn-group > .btn input[type=radio][b-p7emg4yhw9] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-p7emg4yhw9] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-p7emg4yhw9], .input-group > .custom-select[b-p7emg4yhw9], .input-group > .form-control[b-p7emg4yhw9], .input-group > .form-control-plaintext[b-p7emg4yhw9] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-p7emg4yhw9], .input-group > .custom-file + .custom-select[b-p7emg4yhw9], .input-group > .custom-file + .form-control[b-p7emg4yhw9], .input-group > .custom-select + .custom-file[b-p7emg4yhw9], .input-group > .custom-select + .custom-select[b-p7emg4yhw9], .input-group > .custom-select + .form-control[b-p7emg4yhw9], .input-group > .form-control + .custom-file[b-p7emg4yhw9], .input-group > .form-control + .custom-select[b-p7emg4yhw9], .input-group > .form-control + .form-control[b-p7emg4yhw9], .input-group > .form-control-plaintext + .custom-file[b-p7emg4yhw9], .input-group > .form-control-plaintext + .custom-select[b-p7emg4yhw9], .input-group > .form-control-plaintext + .form-control[b-p7emg4yhw9] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-p7emg4yhw9], .input-group > .custom-select:focus[b-p7emg4yhw9], .input-group > .form-control:focus[b-p7emg4yhw9] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-p7emg4yhw9] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-p7emg4yhw9], .input-group > .form-control:not(:first-child)[b-p7emg4yhw9] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-p7emg4yhw9] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-p7emg4yhw9], .input-group > .custom-file:not(:last-child) .custom-file-label[b-p7emg4yhw9] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-p7emg4yhw9]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-p7emg4yhw9], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-p7emg4yhw9] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-p7emg4yhw9]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-p7emg4yhw9], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-p7emg4yhw9] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-p7emg4yhw9], .input-group-prepend[b-p7emg4yhw9] {
    display: flex
}

    .input-group-append .btn[b-p7emg4yhw9], .input-group-prepend .btn[b-p7emg4yhw9] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-p7emg4yhw9], .input-group-prepend .btn:focus[b-p7emg4yhw9] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-p7emg4yhw9], .input-group-append .btn + .input-group-text[b-p7emg4yhw9], .input-group-append .input-group-text + .btn[b-p7emg4yhw9], .input-group-append .input-group-text + .input-group-text[b-p7emg4yhw9], .input-group-prepend .btn + .btn[b-p7emg4yhw9], .input-group-prepend .btn + .input-group-text[b-p7emg4yhw9], .input-group-prepend .input-group-text + .btn[b-p7emg4yhw9], .input-group-prepend .input-group-text + .input-group-text[b-p7emg4yhw9] {
            margin-left: -1px
        }

.input-group-prepend[b-p7emg4yhw9] {
    margin-right: -1px
}

.input-group-append[b-p7emg4yhw9] {
    margin-left: -1px
}

.input-group-text[b-p7emg4yhw9] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-p7emg4yhw9], .input-group-text input[type=radio][b-p7emg4yhw9] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-p7emg4yhw9], .input-group-lg > .form-control:not(textarea)[b-p7emg4yhw9] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-p7emg4yhw9], .input-group-lg > .form-control[b-p7emg4yhw9], .input-group-lg > .input-group-append > .btn[b-p7emg4yhw9], .input-group-lg > .input-group-append > .input-group-text[b-p7emg4yhw9], .input-group-lg > .input-group-prepend > .btn[b-p7emg4yhw9], .input-group-lg > .input-group-prepend > .input-group-text[b-p7emg4yhw9] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-p7emg4yhw9], .input-group-sm > .form-control:not(textarea)[b-p7emg4yhw9] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-p7emg4yhw9], .input-group-sm > .form-control[b-p7emg4yhw9], .input-group-sm > .input-group-append > .btn[b-p7emg4yhw9], .input-group-sm > .input-group-append > .input-group-text[b-p7emg4yhw9], .input-group-sm > .input-group-prepend > .btn[b-p7emg4yhw9], .input-group-sm > .input-group-prepend > .input-group-text[b-p7emg4yhw9] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-p7emg4yhw9], .input-group-sm > .custom-select[b-p7emg4yhw9] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-p7emg4yhw9], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-p7emg4yhw9], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-p7emg4yhw9], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-p7emg4yhw9], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-p7emg4yhw9], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-p7emg4yhw9], .input-group > .input-group-prepend > .btn[b-p7emg4yhw9], .input-group > .input-group-prepend > .input-group-text[b-p7emg4yhw9] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-p7emg4yhw9], .input-group > .input-group-append > .input-group-text[b-p7emg4yhw9], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-p7emg4yhw9], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-p7emg4yhw9], .input-group > .input-group-prepend:not(:first-child) > .btn[b-p7emg4yhw9], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-p7emg4yhw9] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-p7emg4yhw9] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-p7emg4yhw9] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-p7emg4yhw9] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-p7emg4yhw9]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-p7emg4yhw9]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-p7emg4yhw9]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-p7emg4yhw9]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-p7emg4yhw9], .custom-control-input[disabled] ~ .custom-control-label[b-p7emg4yhw9] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-p7emg4yhw9]::before, .custom-control-input[disabled] ~ .custom-control-label[b-p7emg4yhw9]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-p7emg4yhw9] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-p7emg4yhw9]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-p7emg4yhw9]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-p7emg4yhw9]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-p7emg4yhw9]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-p7emg4yhw9]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-p7emg4yhw9]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-p7emg4yhw9]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-p7emg4yhw9]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-p7emg4yhw9]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-p7emg4yhw9]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-p7emg4yhw9]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-p7emg4yhw9] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-p7emg4yhw9]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-p7emg4yhw9]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-p7emg4yhw9]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-p7emg4yhw9]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-p7emg4yhw9]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-p7emg4yhw9] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-p7emg4yhw9] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-p7emg4yhw9]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-p7emg4yhw9], .custom-select[size]:not([size="1"])[b-p7emg4yhw9] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-p7emg4yhw9] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-p7emg4yhw9]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-p7emg4yhw9] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-p7emg4yhw9] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-p7emg4yhw9] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-p7emg4yhw9] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-p7emg4yhw9] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-p7emg4yhw9] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-p7emg4yhw9], .custom-file-input[disabled] ~ .custom-file-label[b-p7emg4yhw9] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-p7emg4yhw9]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-p7emg4yhw9]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-p7emg4yhw9] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-p7emg4yhw9]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-p7emg4yhw9] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-p7emg4yhw9] {
        outline: 0
    }

        .custom-range:focus[b-p7emg4yhw9]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-p7emg4yhw9]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-p7emg4yhw9]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-p7emg4yhw9]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-p7emg4yhw9]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-p7emg4yhw9]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-p7emg4yhw9]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-p7emg4yhw9]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-p7emg4yhw9]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-p7emg4yhw9]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-p7emg4yhw9]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-p7emg4yhw9]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-p7emg4yhw9]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-p7emg4yhw9]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-p7emg4yhw9]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-p7emg4yhw9]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-p7emg4yhw9]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-p7emg4yhw9]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-p7emg4yhw9]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-p7emg4yhw9]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-p7emg4yhw9]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-p7emg4yhw9]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-p7emg4yhw9]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-p7emg4yhw9]::before, .custom-file-label[b-p7emg4yhw9], .custom-select[b-p7emg4yhw9] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-p7emg4yhw9]::before, .custom-file-label[b-p7emg4yhw9], .custom-select[b-p7emg4yhw9] {
        transition: none
    }
}

.nav[b-p7emg4yhw9] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-p7emg4yhw9] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-p7emg4yhw9], .nav-link:hover[b-p7emg4yhw9] {
        text-decoration: none
    }

    .nav-link.disabled[b-p7emg4yhw9] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-p7emg4yhw9] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-p7emg4yhw9] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-p7emg4yhw9], .nav-tabs .nav-link:hover[b-p7emg4yhw9] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-p7emg4yhw9] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-p7emg4yhw9], .nav-tabs .nav-link.active[b-p7emg4yhw9] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-p7emg4yhw9] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-p7emg4yhw9] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-p7emg4yhw9], .nav-pills .show > .nav-link[b-p7emg4yhw9] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-p7emg4yhw9], .nav-fill > .nav-link[b-p7emg4yhw9] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-p7emg4yhw9], .nav-justified > .nav-link[b-p7emg4yhw9] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-p7emg4yhw9] {
    display: none
}

.tab-content > .active[b-p7emg4yhw9] {
    display: block
}

.navbar[b-p7emg4yhw9] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-p7emg4yhw9], .navbar .container-fluid[b-p7emg4yhw9], .navbar .container-lg[b-p7emg4yhw9], .navbar .container-md[b-p7emg4yhw9], .navbar .container-sm[b-p7emg4yhw9], .navbar .container-xl[b-p7emg4yhw9] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-p7emg4yhw9] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-p7emg4yhw9], .navbar-brand:hover[b-p7emg4yhw9] {
        text-decoration: none
    }

.navbar-nav[b-p7emg4yhw9] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-p7emg4yhw9] {
        position: static;
        float: none
    }

.navbar-text[b-p7emg4yhw9] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-p7emg4yhw9] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-p7emg4yhw9] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-p7emg4yhw9], .navbar-toggler:hover[b-p7emg4yhw9] {
        text-decoration: none
    }

.navbar-toggler-icon[b-p7emg4yhw9] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-p7emg4yhw9] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-p7emg4yhw9], .navbar-expand-sm > .container-fluid[b-p7emg4yhw9], .navbar-expand-sm > .container-lg[b-p7emg4yhw9], .navbar-expand-sm > .container-md[b-p7emg4yhw9], .navbar-expand-sm > .container-sm[b-p7emg4yhw9], .navbar-expand-sm > .container-xl[b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-p7emg4yhw9] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-p7emg4yhw9] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-p7emg4yhw9] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-p7emg4yhw9] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-p7emg4yhw9], .navbar-expand-sm > .container-fluid[b-p7emg4yhw9], .navbar-expand-sm > .container-lg[b-p7emg4yhw9], .navbar-expand-sm > .container-md[b-p7emg4yhw9], .navbar-expand-sm > .container-sm[b-p7emg4yhw9], .navbar-expand-sm > .container-xl[b-p7emg4yhw9] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-p7emg4yhw9] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-p7emg4yhw9] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-p7emg4yhw9] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-p7emg4yhw9], .navbar-expand-md > .container-fluid[b-p7emg4yhw9], .navbar-expand-md > .container-lg[b-p7emg4yhw9], .navbar-expand-md > .container-md[b-p7emg4yhw9], .navbar-expand-md > .container-sm[b-p7emg4yhw9], .navbar-expand-md > .container-xl[b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-p7emg4yhw9] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-p7emg4yhw9] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-p7emg4yhw9] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-p7emg4yhw9] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-p7emg4yhw9], .navbar-expand-md > .container-fluid[b-p7emg4yhw9], .navbar-expand-md > .container-lg[b-p7emg4yhw9], .navbar-expand-md > .container-md[b-p7emg4yhw9], .navbar-expand-md > .container-sm[b-p7emg4yhw9], .navbar-expand-md > .container-xl[b-p7emg4yhw9] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-p7emg4yhw9] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-p7emg4yhw9] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-p7emg4yhw9] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-p7emg4yhw9], .navbar-expand-lg > .container-fluid[b-p7emg4yhw9], .navbar-expand-lg > .container-lg[b-p7emg4yhw9], .navbar-expand-lg > .container-md[b-p7emg4yhw9], .navbar-expand-lg > .container-sm[b-p7emg4yhw9], .navbar-expand-lg > .container-xl[b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-p7emg4yhw9] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-p7emg4yhw9] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-p7emg4yhw9] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-p7emg4yhw9] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-p7emg4yhw9], .navbar-expand-lg > .container-fluid[b-p7emg4yhw9], .navbar-expand-lg > .container-lg[b-p7emg4yhw9], .navbar-expand-lg > .container-md[b-p7emg4yhw9], .navbar-expand-lg > .container-sm[b-p7emg4yhw9], .navbar-expand-lg > .container-xl[b-p7emg4yhw9] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-p7emg4yhw9] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-p7emg4yhw9] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-p7emg4yhw9] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-p7emg4yhw9], .navbar-expand-xl > .container-fluid[b-p7emg4yhw9], .navbar-expand-xl > .container-lg[b-p7emg4yhw9], .navbar-expand-xl > .container-md[b-p7emg4yhw9], .navbar-expand-xl > .container-sm[b-p7emg4yhw9], .navbar-expand-xl > .container-xl[b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-p7emg4yhw9] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-p7emg4yhw9] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-p7emg4yhw9] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-p7emg4yhw9] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-p7emg4yhw9], .navbar-expand-xl > .container-fluid[b-p7emg4yhw9], .navbar-expand-xl > .container-lg[b-p7emg4yhw9], .navbar-expand-xl > .container-md[b-p7emg4yhw9], .navbar-expand-xl > .container-sm[b-p7emg4yhw9], .navbar-expand-xl > .container-xl[b-p7emg4yhw9] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-p7emg4yhw9] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-p7emg4yhw9] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-p7emg4yhw9] {
            display: none
        }
}

.navbar-expand[b-p7emg4yhw9] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-p7emg4yhw9], .navbar-expand > .container-fluid[b-p7emg4yhw9], .navbar-expand > .container-lg[b-p7emg4yhw9], .navbar-expand > .container-md[b-p7emg4yhw9], .navbar-expand > .container-sm[b-p7emg4yhw9], .navbar-expand > .container-xl[b-p7emg4yhw9] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-p7emg4yhw9] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-p7emg4yhw9] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-p7emg4yhw9] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-p7emg4yhw9], .navbar-expand > .container-fluid[b-p7emg4yhw9], .navbar-expand > .container-lg[b-p7emg4yhw9], .navbar-expand > .container-md[b-p7emg4yhw9], .navbar-expand > .container-sm[b-p7emg4yhw9], .navbar-expand > .container-xl[b-p7emg4yhw9] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-p7emg4yhw9] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-p7emg4yhw9] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-p7emg4yhw9] {
        display: none
    }

.navbar-light .navbar-brand[b-p7emg4yhw9] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-p7emg4yhw9], .navbar-light .navbar-brand:hover[b-p7emg4yhw9] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-p7emg4yhw9] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-p7emg4yhw9], .navbar-light .navbar-nav .nav-link:hover[b-p7emg4yhw9] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-p7emg4yhw9] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-p7emg4yhw9], .navbar-light .navbar-nav .nav-link.active[b-p7emg4yhw9], .navbar-light .navbar-nav .nav-link.show[b-p7emg4yhw9], .navbar-light .navbar-nav .show > .nav-link[b-p7emg4yhw9] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-p7emg4yhw9] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-p7emg4yhw9] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-p7emg4yhw9] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-p7emg4yhw9] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-p7emg4yhw9], .navbar-light .navbar-text a:hover[b-p7emg4yhw9] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-p7emg4yhw9] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-p7emg4yhw9], .navbar-dark .navbar-brand:hover[b-p7emg4yhw9] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-p7emg4yhw9] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-p7emg4yhw9], .navbar-dark .navbar-nav .nav-link:hover[b-p7emg4yhw9] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-p7emg4yhw9] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-p7emg4yhw9], .navbar-dark .navbar-nav .nav-link.active[b-p7emg4yhw9], .navbar-dark .navbar-nav .nav-link.show[b-p7emg4yhw9], .navbar-dark .navbar-nav .show > .nav-link[b-p7emg4yhw9] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-p7emg4yhw9] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-p7emg4yhw9] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-p7emg4yhw9] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-p7emg4yhw9] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-p7emg4yhw9], .navbar-dark .navbar-text a:hover[b-p7emg4yhw9] {
            color: #fff
        }

.card[b-p7emg4yhw9] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-p7emg4yhw9] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-p7emg4yhw9] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-p7emg4yhw9] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-p7emg4yhw9] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-p7emg4yhw9], .card > .list-group + .card-footer[b-p7emg4yhw9] {
            border-top: 0
        }

.card-body[b-p7emg4yhw9] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-p7emg4yhw9] {
    margin-bottom: .75rem
}

.card-subtitle[b-p7emg4yhw9] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-p7emg4yhw9] {
    margin-bottom: 0
}

.card-link:hover[b-p7emg4yhw9] {
    text-decoration: none
}

.card-link + .card-link[b-p7emg4yhw9] {
    margin-left: 1.25rem
}

.card-header[b-p7emg4yhw9] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-p7emg4yhw9] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-p7emg4yhw9] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-p7emg4yhw9] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-p7emg4yhw9] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-p7emg4yhw9] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-p7emg4yhw9] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-p7emg4yhw9], .card-img-bottom[b-p7emg4yhw9], .card-img-top[b-p7emg4yhw9] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-p7emg4yhw9], .card-img-top[b-p7emg4yhw9] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-p7emg4yhw9], .card-img-bottom[b-p7emg4yhw9] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-p7emg4yhw9] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-p7emg4yhw9] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-p7emg4yhw9] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-p7emg4yhw9] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-p7emg4yhw9] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-p7emg4yhw9] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-p7emg4yhw9] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-p7emg4yhw9] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-p7emg4yhw9], .card-group > .card:not(:last-child) .card-img-top[b-p7emg4yhw9] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-p7emg4yhw9], .card-group > .card:not(:last-child) .card-img-bottom[b-p7emg4yhw9] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-p7emg4yhw9] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-p7emg4yhw9], .card-group > .card:not(:first-child) .card-img-top[b-p7emg4yhw9] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-p7emg4yhw9], .card-group > .card:not(:first-child) .card-img-bottom[b-p7emg4yhw9] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-p7emg4yhw9] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-p7emg4yhw9] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-p7emg4yhw9] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-p7emg4yhw9] {
    overflow-anchor: none
}

    .accordion > .card[b-p7emg4yhw9] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-p7emg4yhw9] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-p7emg4yhw9] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-p7emg4yhw9] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-p7emg4yhw9] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-p7emg4yhw9] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-p7emg4yhw9]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-p7emg4yhw9]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-p7emg4yhw9]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-p7emg4yhw9] {
    color: #858796
}

.pagination[b-p7emg4yhw9] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-p7emg4yhw9] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-p7emg4yhw9] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-p7emg4yhw9] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-p7emg4yhw9] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-p7emg4yhw9] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-p7emg4yhw9] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-p7emg4yhw9] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-p7emg4yhw9] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-p7emg4yhw9] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-p7emg4yhw9] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-p7emg4yhw9] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-p7emg4yhw9] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-p7emg4yhw9] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-p7emg4yhw9] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-p7emg4yhw9] {
        transition: none
    }
}

a.badge:focus[b-p7emg4yhw9], a.badge:hover[b-p7emg4yhw9] {
    text-decoration: none
}

.badge:empty[b-p7emg4yhw9] {
    display: none
}

.btn .badge[b-p7emg4yhw9] {
    position: relative;
    top: -1px
}

.badge-pill[b-p7emg4yhw9] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-p7emg4yhw9] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-p7emg4yhw9], a.badge-primary:hover[b-p7emg4yhw9] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-p7emg4yhw9], a.badge-primary:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-p7emg4yhw9] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-p7emg4yhw9], a.badge-secondary:hover[b-p7emg4yhw9] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-p7emg4yhw9], a.badge-secondary:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-p7emg4yhw9] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-p7emg4yhw9], a.badge-success:hover[b-p7emg4yhw9] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-p7emg4yhw9], a.badge-success:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-p7emg4yhw9] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-p7emg4yhw9], a.badge-info:hover[b-p7emg4yhw9] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-p7emg4yhw9], a.badge-info:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-p7emg4yhw9] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-p7emg4yhw9], a.badge-warning:hover[b-p7emg4yhw9] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-p7emg4yhw9], a.badge-warning:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-p7emg4yhw9] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-p7emg4yhw9], a.badge-danger:hover[b-p7emg4yhw9] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-p7emg4yhw9], a.badge-danger:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-p7emg4yhw9] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-p7emg4yhw9], a.badge-light:hover[b-p7emg4yhw9] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-p7emg4yhw9], a.badge-light:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-p7emg4yhw9] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-p7emg4yhw9], a.badge-dark:hover[b-p7emg4yhw9] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-p7emg4yhw9], a.badge-dark:focus[b-p7emg4yhw9] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-p7emg4yhw9] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-p7emg4yhw9] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-p7emg4yhw9] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-p7emg4yhw9] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-p7emg4yhw9] {
    color: inherit
}

.alert-link[b-p7emg4yhw9] {
    font-weight: 700
}

.alert-dismissible[b-p7emg4yhw9] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-p7emg4yhw9] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-p7emg4yhw9] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-p7emg4yhw9] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-p7emg4yhw9] {
        color: #1c294e
    }

.alert-secondary[b-p7emg4yhw9] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-p7emg4yhw9] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-p7emg4yhw9] {
        color: #2d2e33
    }

.alert-success[b-p7emg4yhw9] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-p7emg4yhw9] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-p7emg4yhw9] {
        color: #093b29
    }

.alert-info[b-p7emg4yhw9] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-p7emg4yhw9] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-p7emg4yhw9] {
        color: #113b42
    }

.alert-warning[b-p7emg4yhw9] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-p7emg4yhw9] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-p7emg4yhw9] {
        color: #574516
    }

.alert-danger[b-p7emg4yhw9] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-p7emg4yhw9] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-p7emg4yhw9] {
        color: #4f1915
    }

.alert-light[b-p7emg4yhw9] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-p7emg4yhw9] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-p7emg4yhw9] {
        color: #686869
    }

.alert-dark[b-p7emg4yhw9] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-p7emg4yhw9] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-p7emg4yhw9] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-p7emg4yhw9 {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-p7emg4yhw9] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-p7emg4yhw9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-p7emg4yhw9] {
        transition: none
    }
}

.progress-bar-striped[b-p7emg4yhw9] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-p7emg4yhw9] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-p7emg4yhw9
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-p7emg4yhw9] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-p7emg4yhw9] {
    display: flex;
    align-items: flex-start
}

.media-body[b-p7emg4yhw9] {
    flex: 1
}

.list-group[b-p7emg4yhw9] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-p7emg4yhw9] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-action:hover[b-p7emg4yhw9] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-p7emg4yhw9] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-p7emg4yhw9] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-p7emg4yhw9] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-p7emg4yhw9] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-p7emg4yhw9], .list-group-item:disabled[b-p7emg4yhw9] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-p7emg4yhw9] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-p7emg4yhw9] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-p7emg4yhw9] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-p7emg4yhw9] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-p7emg4yhw9] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-p7emg4yhw9] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-p7emg4yhw9] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-p7emg4yhw9] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-p7emg4yhw9] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-p7emg4yhw9] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-p7emg4yhw9] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-p7emg4yhw9] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-p7emg4yhw9] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-p7emg4yhw9] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-p7emg4yhw9] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-p7emg4yhw9] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-p7emg4yhw9] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-p7emg4yhw9] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-p7emg4yhw9] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-p7emg4yhw9] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-p7emg4yhw9] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-p7emg4yhw9] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-p7emg4yhw9] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-p7emg4yhw9] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-p7emg4yhw9] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-p7emg4yhw9] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-p7emg4yhw9] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-p7emg4yhw9] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-p7emg4yhw9] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-p7emg4yhw9] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-p7emg4yhw9] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-p7emg4yhw9] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-p7emg4yhw9] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-p7emg4yhw9] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-p7emg4yhw9] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-p7emg4yhw9] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-p7emg4yhw9] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-primary.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-p7emg4yhw9] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-secondary.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-p7emg4yhw9] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-success.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-p7emg4yhw9] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-info.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-p7emg4yhw9] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-warning.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-p7emg4yhw9] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-danger.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-p7emg4yhw9] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-light.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-p7emg4yhw9] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-p7emg4yhw9], .list-group-item-dark.list-group-item-action:hover[b-p7emg4yhw9] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-p7emg4yhw9] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-p7emg4yhw9] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-p7emg4yhw9], .close:not(:disabled):not(.disabled):hover[b-p7emg4yhw9] {
        opacity: .75
    }

button.close[b-p7emg4yhw9] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-p7emg4yhw9] {
    pointer-events: none
}

.toast[b-p7emg4yhw9] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-p7emg4yhw9] {
        margin-bottom: .75rem
    }

    .toast.showing[b-p7emg4yhw9] {
        opacity: 1
    }

    .toast.show[b-p7emg4yhw9] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-p7emg4yhw9] {
        display: none
    }

.toast-header[b-p7emg4yhw9] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-p7emg4yhw9] {
    padding: .75rem
}


.tooltip[b-p7emg4yhw9] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-p7emg4yhw9] {
        opacity: .9
    }

    .tooltip .arrow[b-p7emg4yhw9] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-p7emg4yhw9]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-p7emg4yhw9], .bs-tooltip-top[b-p7emg4yhw9] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-p7emg4yhw9], .bs-tooltip-top .arrow[b-p7emg4yhw9] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-p7emg4yhw9]::before, .bs-tooltip-top .arrow[b-p7emg4yhw9]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-p7emg4yhw9], .bs-tooltip-right[b-p7emg4yhw9] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-p7emg4yhw9], .bs-tooltip-right .arrow[b-p7emg4yhw9] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-p7emg4yhw9]::before, .bs-tooltip-right .arrow[b-p7emg4yhw9]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-p7emg4yhw9], .bs-tooltip-bottom[b-p7emg4yhw9] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-p7emg4yhw9], .bs-tooltip-bottom .arrow[b-p7emg4yhw9] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-p7emg4yhw9]::before, .bs-tooltip-bottom .arrow[b-p7emg4yhw9]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-p7emg4yhw9], .bs-tooltip-left[b-p7emg4yhw9] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-p7emg4yhw9], .bs-tooltip-left .arrow[b-p7emg4yhw9] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-p7emg4yhw9]::before, .bs-tooltip-left .arrow[b-p7emg4yhw9]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-p7emg4yhw9] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-p7emg4yhw9] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-p7emg4yhw9] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-p7emg4yhw9]::after, .popover .arrow[b-p7emg4yhw9]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-p7emg4yhw9], .bs-popover-top[b-p7emg4yhw9] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-p7emg4yhw9], .bs-popover-top > .arrow[b-p7emg4yhw9] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-p7emg4yhw9]::before, .bs-popover-top > .arrow[b-p7emg4yhw9]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-p7emg4yhw9]::after, .bs-popover-top > .arrow[b-p7emg4yhw9]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-p7emg4yhw9], .bs-popover-right[b-p7emg4yhw9] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-p7emg4yhw9], .bs-popover-right > .arrow[b-p7emg4yhw9] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-p7emg4yhw9]::before, .bs-popover-right > .arrow[b-p7emg4yhw9]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-p7emg4yhw9]::after, .bs-popover-right > .arrow[b-p7emg4yhw9]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-p7emg4yhw9], .bs-popover-bottom[b-p7emg4yhw9] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-p7emg4yhw9], .bs-popover-bottom > .arrow[b-p7emg4yhw9] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-p7emg4yhw9]::before, .bs-popover-bottom > .arrow[b-p7emg4yhw9]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-p7emg4yhw9]::after, .bs-popover-bottom > .arrow[b-p7emg4yhw9]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-p7emg4yhw9]::before, .bs-popover-bottom .popover-header[b-p7emg4yhw9]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-p7emg4yhw9], .bs-popover-left[b-p7emg4yhw9] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-p7emg4yhw9], .bs-popover-left > .arrow[b-p7emg4yhw9] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-p7emg4yhw9]::before, .bs-popover-left > .arrow[b-p7emg4yhw9]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-p7emg4yhw9]::after, .bs-popover-left > .arrow[b-p7emg4yhw9]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-p7emg4yhw9] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-p7emg4yhw9] {
        display: none
    }

.popover-body[b-p7emg4yhw9] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-p7emg4yhw9] {
    position: relative
}

    .carousel.pointer-event[b-p7emg4yhw9] {
        touch-action: pan-y
    }

.carousel-inner[b-p7emg4yhw9] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-p7emg4yhw9]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-p7emg4yhw9] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-p7emg4yhw9] {
        transition: none
    }
}

.carousel-item-next[b-p7emg4yhw9], .carousel-item-prev[b-p7emg4yhw9], .carousel-item.active[b-p7emg4yhw9] {
    display: block
}

    .active.carousel-item-right[b-p7emg4yhw9], .carousel-item-next:not(.carousel-item-left)[b-p7emg4yhw9] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-p7emg4yhw9], .carousel-item-prev:not(.carousel-item-right)[b-p7emg4yhw9] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-p7emg4yhw9] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-p7emg4yhw9], .carousel-fade .carousel-item-prev.carousel-item-right[b-p7emg4yhw9], .carousel-fade .carousel-item.active[b-p7emg4yhw9] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-p7emg4yhw9], .carousel-fade .active.carousel-item-right[b-p7emg4yhw9] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-p7emg4yhw9], .carousel-fade .active.carousel-item-right[b-p7emg4yhw9] {
        transition: none
    }
}

.carousel-control-next[b-p7emg4yhw9], .carousel-control-prev[b-p7emg4yhw9] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-p7emg4yhw9], .carousel-control-prev[b-p7emg4yhw9] {
        transition: none
    }
}

.carousel-control-next:focus[b-p7emg4yhw9], .carousel-control-next:hover[b-p7emg4yhw9], .carousel-control-prev:focus[b-p7emg4yhw9], .carousel-control-prev:hover[b-p7emg4yhw9] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-p7emg4yhw9] {
    left: 0
}

.carousel-control-next[b-p7emg4yhw9] {
    right: 0
}

.carousel-control-next-icon[b-p7emg4yhw9], .carousel-control-prev-icon[b-p7emg4yhw9] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-p7emg4yhw9] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-p7emg4yhw9] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-p7emg4yhw9] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-p7emg4yhw9] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-p7emg4yhw9] {
        transition: none
    }
}

.carousel-indicators .active[b-p7emg4yhw9] {
    opacity: 1
}

.carousel-caption[b-p7emg4yhw9] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-p7emg4yhw9 {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-p7emg4yhw9] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-p7emg4yhw9
}

.spinner-border-sm[b-p7emg4yhw9] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-p7emg4yhw9 {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-p7emg4yhw9] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-p7emg4yhw9
}

.spinner-grow-sm[b-p7emg4yhw9] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-p7emg4yhw9], .spinner-grow[b-p7emg4yhw9] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-p7emg4yhw9] {
    vertical-align: baseline !important
}

.align-top[b-p7emg4yhw9] {
    vertical-align: top !important
}

.align-middle[b-p7emg4yhw9] {
    vertical-align: middle !important
}

.align-bottom[b-p7emg4yhw9] {
    vertical-align: bottom !important
}

.align-text-bottom[b-p7emg4yhw9] {
    vertical-align: text-bottom !important
}

.align-text-top[b-p7emg4yhw9] {
    vertical-align: text-top !important
}

.bg-primary[b-p7emg4yhw9] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-p7emg4yhw9], a.bg-primary:hover[b-p7emg4yhw9], button.bg-primary:focus[b-p7emg4yhw9], button.bg-primary:hover[b-p7emg4yhw9] {
    background-color: #2653d4 !important
}

.bg-secondary[b-p7emg4yhw9] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-p7emg4yhw9], a.bg-secondary:hover[b-p7emg4yhw9], button.bg-secondary:focus[b-p7emg4yhw9], button.bg-secondary:hover[b-p7emg4yhw9] {
    background-color: #6b6d7d !important
}

.bg-success[b-p7emg4yhw9] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-p7emg4yhw9], a.bg-success:hover[b-p7emg4yhw9], button.bg-success:focus[b-p7emg4yhw9], button.bg-success:hover[b-p7emg4yhw9] {
    background-color: #169b6b !important
}

.bg-info[b-p7emg4yhw9] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-p7emg4yhw9], a.bg-info:hover[b-p7emg4yhw9], button.bg-info:focus[b-p7emg4yhw9], button.bg-info:hover[b-p7emg4yhw9] {
    background-color: #2a96a5 !important
}

.bg-warning[b-p7emg4yhw9] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-p7emg4yhw9], a.bg-warning:hover[b-p7emg4yhw9], button.bg-warning:focus[b-p7emg4yhw9], button.bg-warning:hover[b-p7emg4yhw9] {
    background-color: #f4b30d !important
}

.bg-danger[b-p7emg4yhw9] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-p7emg4yhw9], a.bg-danger:hover[b-p7emg4yhw9], button.bg-danger:focus[b-p7emg4yhw9], button.bg-danger:hover[b-p7emg4yhw9] {
    background-color: #d52a1a !important
}

.bg-light[b-p7emg4yhw9] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-p7emg4yhw9], a.bg-light:hover[b-p7emg4yhw9], button.bg-light:focus[b-p7emg4yhw9], button.bg-light:hover[b-p7emg4yhw9] {
    background-color: #d4daed !important
}

.bg-dark[b-p7emg4yhw9] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-p7emg4yhw9], a.bg-dark:hover[b-p7emg4yhw9], button.bg-dark:focus[b-p7emg4yhw9], button.bg-dark:hover[b-p7emg4yhw9] {
    background-color: #42444e !important
}

.bg-white[b-p7emg4yhw9] {
    background-color: #fff !important
}

.bg-transparent[b-p7emg4yhw9] {
    background-color: transparent !important
}

.border[b-p7emg4yhw9] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-p7emg4yhw9] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-p7emg4yhw9] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-p7emg4yhw9] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-p7emg4yhw9] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-p7emg4yhw9] {
    border: 0 !important
}

.border-top-0[b-p7emg4yhw9] {
    border-top: 0 !important
}

.border-right-0[b-p7emg4yhw9] {
    border-right: 0 !important
}

.border-bottom-0[b-p7emg4yhw9] {
    border-bottom: 0 !important
}

.border-left-0[b-p7emg4yhw9] {
    border-left: 0 !important
}

.border-primary[b-p7emg4yhw9] {
    border-color: #4e73df !important
}

.border-secondary[b-p7emg4yhw9] {
    border-color: #858796 !important
}

.border-success[b-p7emg4yhw9] {
    border-color: #1cc88a !important
}

.border-info[b-p7emg4yhw9] {
    border-color: #36b9cc !important
}

.border-warning[b-p7emg4yhw9] {
    border-color: #f6c23e !important
}

.border-danger[b-p7emg4yhw9] {
    border-color: #e74a3b !important
}

.border-light[b-p7emg4yhw9] {
    border-color: #f8f9fc !important
}

.border-dark[b-p7emg4yhw9] {
    border-color: #5a5c69 !important
}

.border-white[b-p7emg4yhw9] {
    border-color: #fff !important
}

.rounded-sm[b-p7emg4yhw9] {
    border-radius: .2rem !important
}

.rounded[b-p7emg4yhw9] {
    border-radius: .35rem !important
}

.rounded-top[b-p7emg4yhw9] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-p7emg4yhw9] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-p7emg4yhw9] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-p7emg4yhw9] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-p7emg4yhw9] {
    border-radius: .3rem !important
}

.rounded-circle[b-p7emg4yhw9] {
    border-radius: 50% !important
}

.rounded-pill[b-p7emg4yhw9] {
    border-radius: 50rem !important
}

.rounded-0[b-p7emg4yhw9] {
    border-radius: 0 !important
}

.clearfix[b-p7emg4yhw9]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-p7emg4yhw9] {
    display: none !important
}

.d-inline[b-p7emg4yhw9] {
    display: inline !important
}

.d-inline-block[b-p7emg4yhw9] {
    display: inline-block !important
}

.d-block[b-p7emg4yhw9] {
    display: block !important
}

.d-table[b-p7emg4yhw9] {
    display: table !important
}

.d-table-row[b-p7emg4yhw9] {
    display: table-row !important
}

.d-table-cell[b-p7emg4yhw9] {
    display: table-cell !important
}

.d-flex[b-p7emg4yhw9] {
    display: flex !important
}

.d-inline-flex[b-p7emg4yhw9] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-p7emg4yhw9] {
        display: none !important
    }

    .d-sm-inline[b-p7emg4yhw9] {
        display: inline !important
    }

    .d-sm-inline-block[b-p7emg4yhw9] {
        display: inline-block !important
    }

    .d-sm-block[b-p7emg4yhw9] {
        display: block !important
    }

    .d-sm-table[b-p7emg4yhw9] {
        display: table !important
    }

    .d-sm-table-row[b-p7emg4yhw9] {
        display: table-row !important
    }

    .d-sm-table-cell[b-p7emg4yhw9] {
        display: table-cell !important
    }

    .d-sm-flex[b-p7emg4yhw9] {
        display: flex !important
    }

    .d-sm-inline-flex[b-p7emg4yhw9] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-p7emg4yhw9] {
        display: none !important
    }

    .d-md-inline[b-p7emg4yhw9] {
        display: inline !important
    }

    .d-md-inline-block[b-p7emg4yhw9] {
        display: inline-block !important
    }

    .d-md-block[b-p7emg4yhw9] {
        display: block !important
    }

    .d-md-table[b-p7emg4yhw9] {
        display: table !important
    }

    .d-md-table-row[b-p7emg4yhw9] {
        display: table-row !important
    }

    .d-md-table-cell[b-p7emg4yhw9] {
        display: table-cell !important
    }

    .d-md-flex[b-p7emg4yhw9] {
        display: flex !important
    }

    .d-md-inline-flex[b-p7emg4yhw9] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-p7emg4yhw9] {
        display: none !important
    }

    .d-lg-inline[b-p7emg4yhw9] {
        display: inline !important
    }

    .d-lg-inline-block[b-p7emg4yhw9] {
        display: inline-block !important
    }

    .d-lg-block[b-p7emg4yhw9] {
        display: block !important
    }

    .d-lg-table[b-p7emg4yhw9] {
        display: table !important
    }

    .d-lg-table-row[b-p7emg4yhw9] {
        display: table-row !important
    }

    .d-lg-table-cell[b-p7emg4yhw9] {
        display: table-cell !important
    }

    .d-lg-flex[b-p7emg4yhw9] {
        display: flex !important
    }

    .d-lg-inline-flex[b-p7emg4yhw9] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-p7emg4yhw9] {
        display: none !important
    }

    .d-xl-inline[b-p7emg4yhw9] {
        display: inline !important
    }

    .d-xl-inline-block[b-p7emg4yhw9] {
        display: inline-block !important
    }

    .d-xl-block[b-p7emg4yhw9] {
        display: block !important
    }

    .d-xl-table[b-p7emg4yhw9] {
        display: table !important
    }

    .d-xl-table-row[b-p7emg4yhw9] {
        display: table-row !important
    }

    .d-xl-table-cell[b-p7emg4yhw9] {
        display: table-cell !important
    }

    .d-xl-flex[b-p7emg4yhw9] {
        display: flex !important
    }

    .d-xl-inline-flex[b-p7emg4yhw9] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-p7emg4yhw9] {
        display: none !important
    }

    .d-print-inline[b-p7emg4yhw9] {
        display: inline !important
    }

    .d-print-inline-block[b-p7emg4yhw9] {
        display: inline-block !important
    }

    .d-print-block[b-p7emg4yhw9] {
        display: block !important
    }

    .d-print-table[b-p7emg4yhw9] {
        display: table !important
    }

    .d-print-table-row[b-p7emg4yhw9] {
        display: table-row !important
    }

    .d-print-table-cell[b-p7emg4yhw9] {
        display: table-cell !important
    }

    .d-print-flex[b-p7emg4yhw9] {
        display: flex !important
    }

    .d-print-inline-flex[b-p7emg4yhw9] {
        display: inline-flex !important
    }
}

.embed-responsive[b-p7emg4yhw9] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-p7emg4yhw9]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-p7emg4yhw9], .embed-responsive embed[b-p7emg4yhw9], .embed-responsive iframe[b-p7emg4yhw9], .embed-responsive object[b-p7emg4yhw9], .embed-responsive video[b-p7emg4yhw9] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-p7emg4yhw9]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-p7emg4yhw9]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-p7emg4yhw9]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-p7emg4yhw9]::before {
    padding-top: 100%
}

.flex-row[b-p7emg4yhw9] {
    flex-direction: row !important
}

.flex-column[b-p7emg4yhw9] {
    flex-direction: column !important
}

.flex-row-reverse[b-p7emg4yhw9] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-p7emg4yhw9] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-p7emg4yhw9] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-p7emg4yhw9] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-p7emg4yhw9] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-p7emg4yhw9] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-p7emg4yhw9] {
    flex-grow: 0 !important
}

.flex-grow-1[b-p7emg4yhw9] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-p7emg4yhw9] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-p7emg4yhw9] {
    flex-shrink: 1 !important
}

.justify-content-start[b-p7emg4yhw9] {
    justify-content: flex-start !important
}

.justify-content-end[b-p7emg4yhw9] {
    justify-content: flex-end !important
}

.justify-content-center[b-p7emg4yhw9] {
    justify-content: center !important
}

.justify-content-between[b-p7emg4yhw9] {
    justify-content: space-between !important
}

.justify-content-around[b-p7emg4yhw9] {
    justify-content: space-around !important
}

.align-items-start[b-p7emg4yhw9] {
    align-items: flex-start !important
}

.align-items-end[b-p7emg4yhw9] {
    align-items: flex-end !important
}

.align-items-center[b-p7emg4yhw9] {
    align-items: center !important
}

.align-items-baseline[b-p7emg4yhw9] {
    align-items: baseline !important
}

.align-items-stretch[b-p7emg4yhw9] {
    align-items: stretch !important
}

.align-content-start[b-p7emg4yhw9] {
    align-content: flex-start !important
}

.align-content-end[b-p7emg4yhw9] {
    align-content: flex-end !important
}

.align-content-center[b-p7emg4yhw9] {
    align-content: center !important
}

.align-content-between[b-p7emg4yhw9] {
    align-content: space-between !important
}

.align-content-around[b-p7emg4yhw9] {
    align-content: space-around !important
}

.align-content-stretch[b-p7emg4yhw9] {
    align-content: stretch !important
}

.align-self-auto[b-p7emg4yhw9] {
    align-self: auto !important
}

.align-self-start[b-p7emg4yhw9] {
    align-self: flex-start !important
}

.align-self-end[b-p7emg4yhw9] {
    align-self: flex-end !important
}

.align-self-center[b-p7emg4yhw9] {
    align-self: center !important
}

.align-self-baseline[b-p7emg4yhw9] {
    align-self: baseline !important
}

.align-self-stretch[b-p7emg4yhw9] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-p7emg4yhw9] {
        flex-direction: row !important
    }

    .flex-sm-column[b-p7emg4yhw9] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-p7emg4yhw9] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-p7emg4yhw9] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-p7emg4yhw9] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-p7emg4yhw9] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-p7emg4yhw9] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-p7emg4yhw9] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-p7emg4yhw9] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-p7emg4yhw9] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-p7emg4yhw9] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-p7emg4yhw9] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-p7emg4yhw9] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-p7emg4yhw9] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-p7emg4yhw9] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-p7emg4yhw9] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-p7emg4yhw9] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-p7emg4yhw9] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-p7emg4yhw9] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-p7emg4yhw9] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-p7emg4yhw9] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-p7emg4yhw9] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-p7emg4yhw9] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-p7emg4yhw9] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-p7emg4yhw9] {
        align-content: center !important
    }

    .align-content-sm-between[b-p7emg4yhw9] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-p7emg4yhw9] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-p7emg4yhw9] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-p7emg4yhw9] {
        align-self: auto !important
    }

    .align-self-sm-start[b-p7emg4yhw9] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-p7emg4yhw9] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-p7emg4yhw9] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-p7emg4yhw9] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-p7emg4yhw9] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-p7emg4yhw9] {
        flex-direction: row !important
    }

    .flex-md-column[b-p7emg4yhw9] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-p7emg4yhw9] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-p7emg4yhw9] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-p7emg4yhw9] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-p7emg4yhw9] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-p7emg4yhw9] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-p7emg4yhw9] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-p7emg4yhw9] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-p7emg4yhw9] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-p7emg4yhw9] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-p7emg4yhw9] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-p7emg4yhw9] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-p7emg4yhw9] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-p7emg4yhw9] {
        justify-content: center !important
    }

    .justify-content-md-between[b-p7emg4yhw9] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-p7emg4yhw9] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-p7emg4yhw9] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-p7emg4yhw9] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-p7emg4yhw9] {
        align-items: center !important
    }

    .align-items-md-baseline[b-p7emg4yhw9] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-p7emg4yhw9] {
        align-items: stretch !important
    }

    .align-content-md-start[b-p7emg4yhw9] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-p7emg4yhw9] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-p7emg4yhw9] {
        align-content: center !important
    }

    .align-content-md-between[b-p7emg4yhw9] {
        align-content: space-between !important
    }

    .align-content-md-around[b-p7emg4yhw9] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-p7emg4yhw9] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-p7emg4yhw9] {
        align-self: auto !important
    }

    .align-self-md-start[b-p7emg4yhw9] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-p7emg4yhw9] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-p7emg4yhw9] {
        align-self: center !important
    }

    .align-self-md-baseline[b-p7emg4yhw9] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-p7emg4yhw9] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-p7emg4yhw9] {
        flex-direction: row !important
    }

    .flex-lg-column[b-p7emg4yhw9] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-p7emg4yhw9] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-p7emg4yhw9] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-p7emg4yhw9] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-p7emg4yhw9] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-p7emg4yhw9] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-p7emg4yhw9] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-p7emg4yhw9] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-p7emg4yhw9] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-p7emg4yhw9] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-p7emg4yhw9] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-p7emg4yhw9] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-p7emg4yhw9] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-p7emg4yhw9] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-p7emg4yhw9] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-p7emg4yhw9] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-p7emg4yhw9] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-p7emg4yhw9] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-p7emg4yhw9] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-p7emg4yhw9] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-p7emg4yhw9] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-p7emg4yhw9] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-p7emg4yhw9] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-p7emg4yhw9] {
        align-content: center !important
    }

    .align-content-lg-between[b-p7emg4yhw9] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-p7emg4yhw9] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-p7emg4yhw9] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-p7emg4yhw9] {
        align-self: auto !important
    }

    .align-self-lg-start[b-p7emg4yhw9] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-p7emg4yhw9] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-p7emg4yhw9] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-p7emg4yhw9] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-p7emg4yhw9] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-p7emg4yhw9] {
        flex-direction: row !important
    }

    .flex-xl-column[b-p7emg4yhw9] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-p7emg4yhw9] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-p7emg4yhw9] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-p7emg4yhw9] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-p7emg4yhw9] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-p7emg4yhw9] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-p7emg4yhw9] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-p7emg4yhw9] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-p7emg4yhw9] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-p7emg4yhw9] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-p7emg4yhw9] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-p7emg4yhw9] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-p7emg4yhw9] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-p7emg4yhw9] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-p7emg4yhw9] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-p7emg4yhw9] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-p7emg4yhw9] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-p7emg4yhw9] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-p7emg4yhw9] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-p7emg4yhw9] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-p7emg4yhw9] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-p7emg4yhw9] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-p7emg4yhw9] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-p7emg4yhw9] {
        align-content: center !important
    }

    .align-content-xl-between[b-p7emg4yhw9] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-p7emg4yhw9] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-p7emg4yhw9] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-p7emg4yhw9] {
        align-self: auto !important
    }

    .align-self-xl-start[b-p7emg4yhw9] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-p7emg4yhw9] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-p7emg4yhw9] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-p7emg4yhw9] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-p7emg4yhw9] {
        align-self: stretch !important
    }
}

.float-left[b-p7emg4yhw9] {
    float: left !important
}

.float-right[b-p7emg4yhw9] {
    float: right !important
}

.float-none[b-p7emg4yhw9] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-p7emg4yhw9] {
        float: left !important
    }

    .float-sm-right[b-p7emg4yhw9] {
        float: right !important
    }

    .float-sm-none[b-p7emg4yhw9] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-p7emg4yhw9] {
        float: left !important
    }

    .float-md-right[b-p7emg4yhw9] {
        float: right !important
    }

    .float-md-none[b-p7emg4yhw9] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-p7emg4yhw9] {
        float: left !important
    }

    .float-lg-right[b-p7emg4yhw9] {
        float: right !important
    }

    .float-lg-none[b-p7emg4yhw9] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-p7emg4yhw9] {
        float: left !important
    }

    .float-xl-right[b-p7emg4yhw9] {
        float: right !important
    }

    .float-xl-none[b-p7emg4yhw9] {
        float: none !important
    }
}

.user-select-all[b-p7emg4yhw9] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-p7emg4yhw9] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-p7emg4yhw9] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-p7emg4yhw9] {
    overflow: auto !important
}

.overflow-hidden[b-p7emg4yhw9] {
    overflow: hidden !important
}

.position-static[b-p7emg4yhw9] {
    position: static !important
}

.position-relative[b-p7emg4yhw9] {
    position: relative !important
}

.position-absolute[b-p7emg4yhw9] {
    position: absolute !important
}

.position-fixed[b-p7emg4yhw9] {
    position: fixed !important
}

.position-sticky[b-p7emg4yhw9] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-p7emg4yhw9] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-p7emg4yhw9] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-p7emg4yhw9] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-p7emg4yhw9] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-p7emg4yhw9], .sr-only-focusable:focus[b-p7emg4yhw9] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-p7emg4yhw9] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-p7emg4yhw9] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-p7emg4yhw9] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-p7emg4yhw9] {
    box-shadow: none !important
}

.w-25[b-p7emg4yhw9] {
    width: 25% !important
}

.w-50[b-p7emg4yhw9] {
    width: 50% !important
}

.w-75[b-p7emg4yhw9] {
    width: 75% !important
}

.w-100[b-p7emg4yhw9] {
    width: 100% !important
}

.w-auto[b-p7emg4yhw9] {
    width: auto !important
}

.h-25[b-p7emg4yhw9] {
    height: 25% !important
}

.h-50[b-p7emg4yhw9] {
    height: 50% !important
}

.h-75[b-p7emg4yhw9] {
    height: 75% !important
}

.h-100[b-p7emg4yhw9] {
    height: 100% !important
}

.h-auto[b-p7emg4yhw9] {
    height: auto !important
}

.mw-100[b-p7emg4yhw9] {
    max-width: 100% !important
}

.mh-100[b-p7emg4yhw9] {
    max-height: 100% !important
}

.min-vw-100[b-p7emg4yhw9] {
    min-width: 100vw !important
}

.min-vh-100[b-p7emg4yhw9] {
    min-height: 100vh !important
}

.vw-100[b-p7emg4yhw9] {
    width: 100vw !important
}

.vh-100[b-p7emg4yhw9] {
    height: 100vh !important
}

.m-0[b-p7emg4yhw9] {
    margin: 0 !important
}

.mt-0[b-p7emg4yhw9], .my-0[b-p7emg4yhw9] {
    margin-top: 0 !important
}

.mr-0[b-p7emg4yhw9], .mx-0[b-p7emg4yhw9] {
    margin-right: 0 !important
}

.mb-0[b-p7emg4yhw9], .my-0[b-p7emg4yhw9] {
    margin-bottom: 0 !important
}

.ml-0[b-p7emg4yhw9], .mx-0[b-p7emg4yhw9] {
    margin-left: 0 !important
}

.m-1[b-p7emg4yhw9] {
    margin: .25rem !important
}

.mt-1[b-p7emg4yhw9], .my-1[b-p7emg4yhw9] {
    margin-top: .25rem !important
}

.mr-1[b-p7emg4yhw9], .mx-1[b-p7emg4yhw9] {
    margin-right: .25rem !important
}

.mb-1[b-p7emg4yhw9], .my-1[b-p7emg4yhw9] {
    margin-bottom: .25rem !important
}

.ml-1[b-p7emg4yhw9], .mx-1[b-p7emg4yhw9] {
    margin-left: .25rem !important
}

.m-2[b-p7emg4yhw9] {
    margin: .5rem !important
}

.mt-2[b-p7emg4yhw9], .my-2[b-p7emg4yhw9] {
    margin-top: .5rem !important
}

.mr-2[b-p7emg4yhw9], .mx-2[b-p7emg4yhw9] {
    margin-right: .5rem !important
}

.mb-2[b-p7emg4yhw9], .my-2[b-p7emg4yhw9] {
    margin-bottom: .5rem !important
}

.ml-2[b-p7emg4yhw9], .mx-2[b-p7emg4yhw9] {
    margin-left: .5rem !important
}

.m-3[b-p7emg4yhw9] {
    margin: 1rem !important
}

.mt-3[b-p7emg4yhw9], .my-3[b-p7emg4yhw9] {
    margin-top: 1rem !important
}

.mr-3[b-p7emg4yhw9], .mx-3[b-p7emg4yhw9] {
    margin-right: 1rem !important
}

.mb-3[b-p7emg4yhw9], .my-3[b-p7emg4yhw9] {
    margin-bottom: 1rem !important
}

.ml-3[b-p7emg4yhw9], .mx-3[b-p7emg4yhw9] {
    margin-left: 1rem !important
}

.m-4[b-p7emg4yhw9] {
    margin: 1.5rem !important
}

.mt-4[b-p7emg4yhw9], .my-4[b-p7emg4yhw9] {
    margin-top: 1.5rem !important
}

.mr-4[b-p7emg4yhw9], .mx-4[b-p7emg4yhw9] {
    margin-right: 1.5rem !important
}

.mb-4[b-p7emg4yhw9], .my-4[b-p7emg4yhw9] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-p7emg4yhw9], .mx-4[b-p7emg4yhw9] {
    margin-left: 1.5rem !important
}

.m-5[b-p7emg4yhw9] {
    margin: 3rem !important
}

.mt-5[b-p7emg4yhw9], .my-5[b-p7emg4yhw9] {
    margin-top: 3rem !important
}

.mr-5[b-p7emg4yhw9], .mx-5[b-p7emg4yhw9] {
    margin-right: 3rem !important
}

.mb-5[b-p7emg4yhw9], .my-5[b-p7emg4yhw9] {
    margin-bottom: 3rem !important
}

.ml-5[b-p7emg4yhw9], .mx-5[b-p7emg4yhw9] {
    margin-left: 3rem !important
}

.p-0[b-p7emg4yhw9] {
    padding: 0 !important
}

.pt-0[b-p7emg4yhw9], .py-0[b-p7emg4yhw9] {
    padding-top: 0 !important
}

.pr-0[b-p7emg4yhw9], .px-0[b-p7emg4yhw9] {
    padding-right: 0 !important
}

.pb-0[b-p7emg4yhw9], .py-0[b-p7emg4yhw9] {
    padding-bottom: 0 !important
}

.pl-0[b-p7emg4yhw9], .px-0[b-p7emg4yhw9] {
    padding-left: 0 !important
}

.p-1[b-p7emg4yhw9] {
    padding: .25rem !important
}

.pt-1[b-p7emg4yhw9], .py-1[b-p7emg4yhw9] {
    padding-top: .25rem !important
}

.pr-1[b-p7emg4yhw9], .px-1[b-p7emg4yhw9] {
    padding-right: .25rem !important
}

.pb-1[b-p7emg4yhw9], .py-1[b-p7emg4yhw9] {
    padding-bottom: .25rem !important
}

.pl-1[b-p7emg4yhw9], .px-1[b-p7emg4yhw9] {
    padding-left: .25rem !important
}

.p-2[b-p7emg4yhw9] {
    padding: .5rem !important
}

.pt-2[b-p7emg4yhw9], .py-2[b-p7emg4yhw9] {
    padding-top: .5rem !important
}

.pr-2[b-p7emg4yhw9], .px-2[b-p7emg4yhw9] {
    padding-right: .5rem !important
}

.pb-2[b-p7emg4yhw9], .py-2[b-p7emg4yhw9] {
    padding-bottom: .5rem !important
}

.pl-2[b-p7emg4yhw9], .px-2[b-p7emg4yhw9] {
    padding-left: .5rem !important
}

.p-3[b-p7emg4yhw9] {
    padding: 1rem !important
}

.pt-3[b-p7emg4yhw9], .py-3[b-p7emg4yhw9] {
    padding-top: 1rem !important
}

.pr-3[b-p7emg4yhw9], .px-3[b-p7emg4yhw9] {
    padding-right: 1rem !important
}

.pb-3[b-p7emg4yhw9], .py-3[b-p7emg4yhw9] {
    padding-bottom: 1rem !important
}

.pl-3[b-p7emg4yhw9], .px-3[b-p7emg4yhw9] {
    padding-left: 1rem !important
}

.p-4[b-p7emg4yhw9] {
    padding: 1.5rem !important
}

.pt-4[b-p7emg4yhw9], .py-4[b-p7emg4yhw9] {
    padding-top: 1.5rem !important
}

.pr-4[b-p7emg4yhw9], .px-4[b-p7emg4yhw9] {
    padding-right: 1.5rem !important
}

.pb-4[b-p7emg4yhw9], .py-4[b-p7emg4yhw9] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-p7emg4yhw9], .px-4[b-p7emg4yhw9] {
    padding-left: 1.5rem !important
}

.p-5[b-p7emg4yhw9] {
    padding: 3rem !important
}

.pt-5[b-p7emg4yhw9], .py-5[b-p7emg4yhw9] {
    padding-top: 3rem !important
}

.pr-5[b-p7emg4yhw9], .px-5[b-p7emg4yhw9] {
    padding-right: 3rem !important
}

.pb-5[b-p7emg4yhw9], .py-5[b-p7emg4yhw9] {
    padding-bottom: 3rem !important
}

.pl-5[b-p7emg4yhw9], .px-5[b-p7emg4yhw9] {
    padding-left: 3rem !important
}

.m-n1[b-p7emg4yhw9] {
    margin: -.25rem !important
}

.mt-n1[b-p7emg4yhw9], .my-n1[b-p7emg4yhw9] {
    margin-top: -.25rem !important
}

.mr-n1[b-p7emg4yhw9], .mx-n1[b-p7emg4yhw9] {
    margin-right: -.25rem !important
}

.mb-n1[b-p7emg4yhw9], .my-n1[b-p7emg4yhw9] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-p7emg4yhw9], .mx-n1[b-p7emg4yhw9] {
    margin-left: -.25rem !important
}

.m-n2[b-p7emg4yhw9] {
    margin: -.5rem !important
}

.mt-n2[b-p7emg4yhw9], .my-n2[b-p7emg4yhw9] {
    margin-top: -.5rem !important
}

.mr-n2[b-p7emg4yhw9], .mx-n2[b-p7emg4yhw9] {
    margin-right: -.5rem !important
}

.mb-n2[b-p7emg4yhw9], .my-n2[b-p7emg4yhw9] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-p7emg4yhw9], .mx-n2[b-p7emg4yhw9] {
    margin-left: -.5rem !important
}

.m-n3[b-p7emg4yhw9] {
    margin: -1rem !important
}

.mt-n3[b-p7emg4yhw9], .my-n3[b-p7emg4yhw9] {
    margin-top: -1rem !important
}

.mr-n3[b-p7emg4yhw9], .mx-n3[b-p7emg4yhw9] {
    margin-right: -1rem !important
}

.mb-n3[b-p7emg4yhw9], .my-n3[b-p7emg4yhw9] {
    margin-bottom: -1rem !important
}

.ml-n3[b-p7emg4yhw9], .mx-n3[b-p7emg4yhw9] {
    margin-left: -1rem !important
}

.m-n4[b-p7emg4yhw9] {
    margin: -1.5rem !important
}

.mt-n4[b-p7emg4yhw9], .my-n4[b-p7emg4yhw9] {
    margin-top: -1.5rem !important
}

.mr-n4[b-p7emg4yhw9], .mx-n4[b-p7emg4yhw9] {
    margin-right: -1.5rem !important
}

.mb-n4[b-p7emg4yhw9], .my-n4[b-p7emg4yhw9] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-p7emg4yhw9], .mx-n4[b-p7emg4yhw9] {
    margin-left: -1.5rem !important
}

.m-n5[b-p7emg4yhw9] {
    margin: -3rem !important
}

.mt-n5[b-p7emg4yhw9], .my-n5[b-p7emg4yhw9] {
    margin-top: -3rem !important
}

.mr-n5[b-p7emg4yhw9], .mx-n5[b-p7emg4yhw9] {
    margin-right: -3rem !important
}

.mb-n5[b-p7emg4yhw9], .my-n5[b-p7emg4yhw9] {
    margin-bottom: -3rem !important
}

.ml-n5[b-p7emg4yhw9], .mx-n5[b-p7emg4yhw9] {
    margin-left: -3rem !important
}

.m-auto[b-p7emg4yhw9] {
    margin: auto !important
}

.mt-auto[b-p7emg4yhw9], .my-auto[b-p7emg4yhw9] {
    margin-top: auto !important
}

.mr-auto[b-p7emg4yhw9], .mx-auto[b-p7emg4yhw9] {
    margin-right: auto !important
}

.mb-auto[b-p7emg4yhw9], .my-auto[b-p7emg4yhw9] {
    margin-bottom: auto !important
}

.ml-auto[b-p7emg4yhw9], .mx-auto[b-p7emg4yhw9] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-p7emg4yhw9] {
        margin: 0 !important
    }

    .mt-sm-0[b-p7emg4yhw9], .my-sm-0[b-p7emg4yhw9] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-p7emg4yhw9], .mx-sm-0[b-p7emg4yhw9] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-p7emg4yhw9], .my-sm-0[b-p7emg4yhw9] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-p7emg4yhw9], .mx-sm-0[b-p7emg4yhw9] {
        margin-left: 0 !important
    }

    .m-sm-1[b-p7emg4yhw9] {
        margin: .25rem !important
    }

    .mt-sm-1[b-p7emg4yhw9], .my-sm-1[b-p7emg4yhw9] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-p7emg4yhw9], .mx-sm-1[b-p7emg4yhw9] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-p7emg4yhw9], .my-sm-1[b-p7emg4yhw9] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-p7emg4yhw9], .mx-sm-1[b-p7emg4yhw9] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-p7emg4yhw9] {
        margin: .5rem !important
    }

    .mt-sm-2[b-p7emg4yhw9], .my-sm-2[b-p7emg4yhw9] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-p7emg4yhw9], .mx-sm-2[b-p7emg4yhw9] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-p7emg4yhw9], .my-sm-2[b-p7emg4yhw9] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-p7emg4yhw9], .mx-sm-2[b-p7emg4yhw9] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-p7emg4yhw9] {
        margin: 1rem !important
    }

    .mt-sm-3[b-p7emg4yhw9], .my-sm-3[b-p7emg4yhw9] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-p7emg4yhw9], .mx-sm-3[b-p7emg4yhw9] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-p7emg4yhw9], .my-sm-3[b-p7emg4yhw9] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-p7emg4yhw9], .mx-sm-3[b-p7emg4yhw9] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-p7emg4yhw9] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-p7emg4yhw9], .my-sm-4[b-p7emg4yhw9] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-p7emg4yhw9], .mx-sm-4[b-p7emg4yhw9] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-p7emg4yhw9], .my-sm-4[b-p7emg4yhw9] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-p7emg4yhw9], .mx-sm-4[b-p7emg4yhw9] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-p7emg4yhw9] {
        margin: 3rem !important
    }

    .mt-sm-5[b-p7emg4yhw9], .my-sm-5[b-p7emg4yhw9] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-p7emg4yhw9], .mx-sm-5[b-p7emg4yhw9] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-p7emg4yhw9], .my-sm-5[b-p7emg4yhw9] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-p7emg4yhw9], .mx-sm-5[b-p7emg4yhw9] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-p7emg4yhw9] {
        padding: 0 !important
    }

    .pt-sm-0[b-p7emg4yhw9], .py-sm-0[b-p7emg4yhw9] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-p7emg4yhw9], .px-sm-0[b-p7emg4yhw9] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-p7emg4yhw9], .py-sm-0[b-p7emg4yhw9] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-p7emg4yhw9], .px-sm-0[b-p7emg4yhw9] {
        padding-left: 0 !important
    }

    .p-sm-1[b-p7emg4yhw9] {
        padding: .25rem !important
    }

    .pt-sm-1[b-p7emg4yhw9], .py-sm-1[b-p7emg4yhw9] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-p7emg4yhw9], .px-sm-1[b-p7emg4yhw9] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-p7emg4yhw9], .py-sm-1[b-p7emg4yhw9] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-p7emg4yhw9], .px-sm-1[b-p7emg4yhw9] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-p7emg4yhw9] {
        padding: .5rem !important
    }

    .pt-sm-2[b-p7emg4yhw9], .py-sm-2[b-p7emg4yhw9] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-p7emg4yhw9], .px-sm-2[b-p7emg4yhw9] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-p7emg4yhw9], .py-sm-2[b-p7emg4yhw9] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-p7emg4yhw9], .px-sm-2[b-p7emg4yhw9] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-p7emg4yhw9] {
        padding: 1rem !important
    }

    .pt-sm-3[b-p7emg4yhw9], .py-sm-3[b-p7emg4yhw9] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-p7emg4yhw9], .px-sm-3[b-p7emg4yhw9] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-p7emg4yhw9], .py-sm-3[b-p7emg4yhw9] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-p7emg4yhw9], .px-sm-3[b-p7emg4yhw9] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-p7emg4yhw9] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-p7emg4yhw9], .py-sm-4[b-p7emg4yhw9] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-p7emg4yhw9], .px-sm-4[b-p7emg4yhw9] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-p7emg4yhw9], .py-sm-4[b-p7emg4yhw9] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-p7emg4yhw9], .px-sm-4[b-p7emg4yhw9] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-p7emg4yhw9] {
        padding: 3rem !important
    }

    .pt-sm-5[b-p7emg4yhw9], .py-sm-5[b-p7emg4yhw9] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-p7emg4yhw9], .px-sm-5[b-p7emg4yhw9] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-p7emg4yhw9], .py-sm-5[b-p7emg4yhw9] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-p7emg4yhw9], .px-sm-5[b-p7emg4yhw9] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-p7emg4yhw9] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-p7emg4yhw9], .my-sm-n1[b-p7emg4yhw9] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-p7emg4yhw9], .mx-sm-n1[b-p7emg4yhw9] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-p7emg4yhw9], .my-sm-n1[b-p7emg4yhw9] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-p7emg4yhw9], .mx-sm-n1[b-p7emg4yhw9] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-p7emg4yhw9] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-p7emg4yhw9], .my-sm-n2[b-p7emg4yhw9] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-p7emg4yhw9], .mx-sm-n2[b-p7emg4yhw9] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-p7emg4yhw9], .my-sm-n2[b-p7emg4yhw9] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-p7emg4yhw9], .mx-sm-n2[b-p7emg4yhw9] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-p7emg4yhw9] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-p7emg4yhw9], .my-sm-n3[b-p7emg4yhw9] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-p7emg4yhw9], .mx-sm-n3[b-p7emg4yhw9] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-p7emg4yhw9], .my-sm-n3[b-p7emg4yhw9] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-p7emg4yhw9], .mx-sm-n3[b-p7emg4yhw9] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-p7emg4yhw9] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-p7emg4yhw9], .my-sm-n4[b-p7emg4yhw9] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-p7emg4yhw9], .mx-sm-n4[b-p7emg4yhw9] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-p7emg4yhw9], .my-sm-n4[b-p7emg4yhw9] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-p7emg4yhw9], .mx-sm-n4[b-p7emg4yhw9] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-p7emg4yhw9] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-p7emg4yhw9], .my-sm-n5[b-p7emg4yhw9] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-p7emg4yhw9], .mx-sm-n5[b-p7emg4yhw9] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-p7emg4yhw9], .my-sm-n5[b-p7emg4yhw9] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-p7emg4yhw9], .mx-sm-n5[b-p7emg4yhw9] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-p7emg4yhw9] {
        margin: auto !important
    }

    .mt-sm-auto[b-p7emg4yhw9], .my-sm-auto[b-p7emg4yhw9] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-p7emg4yhw9], .mx-sm-auto[b-p7emg4yhw9] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-p7emg4yhw9], .my-sm-auto[b-p7emg4yhw9] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-p7emg4yhw9], .mx-sm-auto[b-p7emg4yhw9] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-p7emg4yhw9] {
        margin: 0 !important
    }

    .mt-md-0[b-p7emg4yhw9], .my-md-0[b-p7emg4yhw9] {
        margin-top: 0 !important
    }

    .mr-md-0[b-p7emg4yhw9], .mx-md-0[b-p7emg4yhw9] {
        margin-right: 0 !important
    }

    .mb-md-0[b-p7emg4yhw9], .my-md-0[b-p7emg4yhw9] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-p7emg4yhw9], .mx-md-0[b-p7emg4yhw9] {
        margin-left: 0 !important
    }

    .m-md-1[b-p7emg4yhw9] {
        margin: .25rem !important
    }

    .mt-md-1[b-p7emg4yhw9], .my-md-1[b-p7emg4yhw9] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-p7emg4yhw9], .mx-md-1[b-p7emg4yhw9] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-p7emg4yhw9], .my-md-1[b-p7emg4yhw9] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-p7emg4yhw9], .mx-md-1[b-p7emg4yhw9] {
        margin-left: .25rem !important
    }

    .m-md-2[b-p7emg4yhw9] {
        margin: .5rem !important
    }

    .mt-md-2[b-p7emg4yhw9], .my-md-2[b-p7emg4yhw9] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-p7emg4yhw9], .mx-md-2[b-p7emg4yhw9] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-p7emg4yhw9], .my-md-2[b-p7emg4yhw9] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-p7emg4yhw9], .mx-md-2[b-p7emg4yhw9] {
        margin-left: .5rem !important
    }

    .m-md-3[b-p7emg4yhw9] {
        margin: 1rem !important
    }

    .mt-md-3[b-p7emg4yhw9], .my-md-3[b-p7emg4yhw9] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-p7emg4yhw9], .mx-md-3[b-p7emg4yhw9] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-p7emg4yhw9], .my-md-3[b-p7emg4yhw9] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-p7emg4yhw9], .mx-md-3[b-p7emg4yhw9] {
        margin-left: 1rem !important
    }

    .m-md-4[b-p7emg4yhw9] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-p7emg4yhw9], .my-md-4[b-p7emg4yhw9] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-p7emg4yhw9], .mx-md-4[b-p7emg4yhw9] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-p7emg4yhw9], .my-md-4[b-p7emg4yhw9] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-p7emg4yhw9], .mx-md-4[b-p7emg4yhw9] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-p7emg4yhw9] {
        margin: 3rem !important
    }

    .mt-md-5[b-p7emg4yhw9], .my-md-5[b-p7emg4yhw9] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-p7emg4yhw9], .mx-md-5[b-p7emg4yhw9] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-p7emg4yhw9], .my-md-5[b-p7emg4yhw9] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-p7emg4yhw9], .mx-md-5[b-p7emg4yhw9] {
        margin-left: 3rem !important
    }

    .p-md-0[b-p7emg4yhw9] {
        padding: 0 !important
    }

    .pt-md-0[b-p7emg4yhw9], .py-md-0[b-p7emg4yhw9] {
        padding-top: 0 !important
    }

    .pr-md-0[b-p7emg4yhw9], .px-md-0[b-p7emg4yhw9] {
        padding-right: 0 !important
    }

    .pb-md-0[b-p7emg4yhw9], .py-md-0[b-p7emg4yhw9] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-p7emg4yhw9], .px-md-0[b-p7emg4yhw9] {
        padding-left: 0 !important
    }

    .p-md-1[b-p7emg4yhw9] {
        padding: .25rem !important
    }

    .pt-md-1[b-p7emg4yhw9], .py-md-1[b-p7emg4yhw9] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-p7emg4yhw9], .px-md-1[b-p7emg4yhw9] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-p7emg4yhw9], .py-md-1[b-p7emg4yhw9] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-p7emg4yhw9], .px-md-1[b-p7emg4yhw9] {
        padding-left: .25rem !important
    }

    .p-md-2[b-p7emg4yhw9] {
        padding: .5rem !important
    }

    .pt-md-2[b-p7emg4yhw9], .py-md-2[b-p7emg4yhw9] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-p7emg4yhw9], .px-md-2[b-p7emg4yhw9] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-p7emg4yhw9], .py-md-2[b-p7emg4yhw9] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-p7emg4yhw9], .px-md-2[b-p7emg4yhw9] {
        padding-left: .5rem !important
    }

    .p-md-3[b-p7emg4yhw9] {
        padding: 1rem !important
    }

    .pt-md-3[b-p7emg4yhw9], .py-md-3[b-p7emg4yhw9] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-p7emg4yhw9], .px-md-3[b-p7emg4yhw9] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-p7emg4yhw9], .py-md-3[b-p7emg4yhw9] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-p7emg4yhw9], .px-md-3[b-p7emg4yhw9] {
        padding-left: 1rem !important
    }

    .p-md-4[b-p7emg4yhw9] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-p7emg4yhw9], .py-md-4[b-p7emg4yhw9] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-p7emg4yhw9], .px-md-4[b-p7emg4yhw9] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-p7emg4yhw9], .py-md-4[b-p7emg4yhw9] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-p7emg4yhw9], .px-md-4[b-p7emg4yhw9] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-p7emg4yhw9] {
        padding: 3rem !important
    }

    .pt-md-5[b-p7emg4yhw9], .py-md-5[b-p7emg4yhw9] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-p7emg4yhw9], .px-md-5[b-p7emg4yhw9] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-p7emg4yhw9], .py-md-5[b-p7emg4yhw9] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-p7emg4yhw9], .px-md-5[b-p7emg4yhw9] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-p7emg4yhw9] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-p7emg4yhw9], .my-md-n1[b-p7emg4yhw9] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-p7emg4yhw9], .mx-md-n1[b-p7emg4yhw9] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-p7emg4yhw9], .my-md-n1[b-p7emg4yhw9] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-p7emg4yhw9], .mx-md-n1[b-p7emg4yhw9] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-p7emg4yhw9] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-p7emg4yhw9], .my-md-n2[b-p7emg4yhw9] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-p7emg4yhw9], .mx-md-n2[b-p7emg4yhw9] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-p7emg4yhw9], .my-md-n2[b-p7emg4yhw9] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-p7emg4yhw9], .mx-md-n2[b-p7emg4yhw9] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-p7emg4yhw9] {
        margin: -1rem !important
    }

    .mt-md-n3[b-p7emg4yhw9], .my-md-n3[b-p7emg4yhw9] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-p7emg4yhw9], .mx-md-n3[b-p7emg4yhw9] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-p7emg4yhw9], .my-md-n3[b-p7emg4yhw9] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-p7emg4yhw9], .mx-md-n3[b-p7emg4yhw9] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-p7emg4yhw9] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-p7emg4yhw9], .my-md-n4[b-p7emg4yhw9] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-p7emg4yhw9], .mx-md-n4[b-p7emg4yhw9] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-p7emg4yhw9], .my-md-n4[b-p7emg4yhw9] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-p7emg4yhw9], .mx-md-n4[b-p7emg4yhw9] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-p7emg4yhw9] {
        margin: -3rem !important
    }

    .mt-md-n5[b-p7emg4yhw9], .my-md-n5[b-p7emg4yhw9] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-p7emg4yhw9], .mx-md-n5[b-p7emg4yhw9] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-p7emg4yhw9], .my-md-n5[b-p7emg4yhw9] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-p7emg4yhw9], .mx-md-n5[b-p7emg4yhw9] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-p7emg4yhw9] {
        margin: auto !important
    }

    .mt-md-auto[b-p7emg4yhw9], .my-md-auto[b-p7emg4yhw9] {
        margin-top: auto !important
    }

    .mr-md-auto[b-p7emg4yhw9], .mx-md-auto[b-p7emg4yhw9] {
        margin-right: auto !important
    }

    .mb-md-auto[b-p7emg4yhw9], .my-md-auto[b-p7emg4yhw9] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-p7emg4yhw9], .mx-md-auto[b-p7emg4yhw9] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-p7emg4yhw9] {
        margin: 0 !important
    }

    .mt-lg-0[b-p7emg4yhw9], .my-lg-0[b-p7emg4yhw9] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-p7emg4yhw9], .mx-lg-0[b-p7emg4yhw9] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-p7emg4yhw9], .my-lg-0[b-p7emg4yhw9] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-p7emg4yhw9], .mx-lg-0[b-p7emg4yhw9] {
        margin-left: 0 !important
    }

    .m-lg-1[b-p7emg4yhw9] {
        margin: .25rem !important
    }

    .mt-lg-1[b-p7emg4yhw9], .my-lg-1[b-p7emg4yhw9] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-p7emg4yhw9], .mx-lg-1[b-p7emg4yhw9] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-p7emg4yhw9], .my-lg-1[b-p7emg4yhw9] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-p7emg4yhw9], .mx-lg-1[b-p7emg4yhw9] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-p7emg4yhw9] {
        margin: .5rem !important
    }

    .mt-lg-2[b-p7emg4yhw9], .my-lg-2[b-p7emg4yhw9] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-p7emg4yhw9], .mx-lg-2[b-p7emg4yhw9] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-p7emg4yhw9], .my-lg-2[b-p7emg4yhw9] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-p7emg4yhw9], .mx-lg-2[b-p7emg4yhw9] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-p7emg4yhw9] {
        margin: 1rem !important
    }

    .mt-lg-3[b-p7emg4yhw9], .my-lg-3[b-p7emg4yhw9] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-p7emg4yhw9], .mx-lg-3[b-p7emg4yhw9] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-p7emg4yhw9], .my-lg-3[b-p7emg4yhw9] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-p7emg4yhw9], .mx-lg-3[b-p7emg4yhw9] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-p7emg4yhw9] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-p7emg4yhw9], .my-lg-4[b-p7emg4yhw9] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-p7emg4yhw9], .mx-lg-4[b-p7emg4yhw9] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-p7emg4yhw9], .my-lg-4[b-p7emg4yhw9] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-p7emg4yhw9], .mx-lg-4[b-p7emg4yhw9] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-p7emg4yhw9] {
        margin: 3rem !important
    }

    .mt-lg-5[b-p7emg4yhw9], .my-lg-5[b-p7emg4yhw9] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-p7emg4yhw9], .mx-lg-5[b-p7emg4yhw9] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-p7emg4yhw9], .my-lg-5[b-p7emg4yhw9] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-p7emg4yhw9], .mx-lg-5[b-p7emg4yhw9] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-p7emg4yhw9] {
        padding: 0 !important
    }

    .pt-lg-0[b-p7emg4yhw9], .py-lg-0[b-p7emg4yhw9] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-p7emg4yhw9], .px-lg-0[b-p7emg4yhw9] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-p7emg4yhw9], .py-lg-0[b-p7emg4yhw9] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-p7emg4yhw9], .px-lg-0[b-p7emg4yhw9] {
        padding-left: 0 !important
    }

    .p-lg-1[b-p7emg4yhw9] {
        padding: .25rem !important
    }

    .pt-lg-1[b-p7emg4yhw9], .py-lg-1[b-p7emg4yhw9] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-p7emg4yhw9], .px-lg-1[b-p7emg4yhw9] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-p7emg4yhw9], .py-lg-1[b-p7emg4yhw9] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-p7emg4yhw9], .px-lg-1[b-p7emg4yhw9] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-p7emg4yhw9] {
        padding: .5rem !important
    }

    .pt-lg-2[b-p7emg4yhw9], .py-lg-2[b-p7emg4yhw9] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-p7emg4yhw9], .px-lg-2[b-p7emg4yhw9] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-p7emg4yhw9], .py-lg-2[b-p7emg4yhw9] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-p7emg4yhw9], .px-lg-2[b-p7emg4yhw9] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-p7emg4yhw9] {
        padding: 1rem !important
    }

    .pt-lg-3[b-p7emg4yhw9], .py-lg-3[b-p7emg4yhw9] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-p7emg4yhw9], .px-lg-3[b-p7emg4yhw9] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-p7emg4yhw9], .py-lg-3[b-p7emg4yhw9] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-p7emg4yhw9], .px-lg-3[b-p7emg4yhw9] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-p7emg4yhw9] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-p7emg4yhw9], .py-lg-4[b-p7emg4yhw9] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-p7emg4yhw9], .px-lg-4[b-p7emg4yhw9] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-p7emg4yhw9], .py-lg-4[b-p7emg4yhw9] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-p7emg4yhw9], .px-lg-4[b-p7emg4yhw9] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-p7emg4yhw9] {
        padding: 3rem !important
    }

    .pt-lg-5[b-p7emg4yhw9], .py-lg-5[b-p7emg4yhw9] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-p7emg4yhw9], .px-lg-5[b-p7emg4yhw9] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-p7emg4yhw9], .py-lg-5[b-p7emg4yhw9] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-p7emg4yhw9], .px-lg-5[b-p7emg4yhw9] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-p7emg4yhw9] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-p7emg4yhw9], .my-lg-n1[b-p7emg4yhw9] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-p7emg4yhw9], .mx-lg-n1[b-p7emg4yhw9] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-p7emg4yhw9], .my-lg-n1[b-p7emg4yhw9] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-p7emg4yhw9], .mx-lg-n1[b-p7emg4yhw9] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-p7emg4yhw9] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-p7emg4yhw9], .my-lg-n2[b-p7emg4yhw9] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-p7emg4yhw9], .mx-lg-n2[b-p7emg4yhw9] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-p7emg4yhw9], .my-lg-n2[b-p7emg4yhw9] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-p7emg4yhw9], .mx-lg-n2[b-p7emg4yhw9] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-p7emg4yhw9] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-p7emg4yhw9], .my-lg-n3[b-p7emg4yhw9] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-p7emg4yhw9], .mx-lg-n3[b-p7emg4yhw9] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-p7emg4yhw9], .my-lg-n3[b-p7emg4yhw9] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-p7emg4yhw9], .mx-lg-n3[b-p7emg4yhw9] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-p7emg4yhw9] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-p7emg4yhw9], .my-lg-n4[b-p7emg4yhw9] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-p7emg4yhw9], .mx-lg-n4[b-p7emg4yhw9] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-p7emg4yhw9], .my-lg-n4[b-p7emg4yhw9] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-p7emg4yhw9], .mx-lg-n4[b-p7emg4yhw9] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-p7emg4yhw9] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-p7emg4yhw9], .my-lg-n5[b-p7emg4yhw9] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-p7emg4yhw9], .mx-lg-n5[b-p7emg4yhw9] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-p7emg4yhw9], .my-lg-n5[b-p7emg4yhw9] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-p7emg4yhw9], .mx-lg-n5[b-p7emg4yhw9] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-p7emg4yhw9] {
        margin: auto !important
    }

    .mt-lg-auto[b-p7emg4yhw9], .my-lg-auto[b-p7emg4yhw9] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-p7emg4yhw9], .mx-lg-auto[b-p7emg4yhw9] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-p7emg4yhw9], .my-lg-auto[b-p7emg4yhw9] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-p7emg4yhw9], .mx-lg-auto[b-p7emg4yhw9] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-p7emg4yhw9] {
        margin: 0 !important
    }

    .mt-xl-0[b-p7emg4yhw9], .my-xl-0[b-p7emg4yhw9] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-p7emg4yhw9], .mx-xl-0[b-p7emg4yhw9] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-p7emg4yhw9], .my-xl-0[b-p7emg4yhw9] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-p7emg4yhw9], .mx-xl-0[b-p7emg4yhw9] {
        margin-left: 0 !important
    }

    .m-xl-1[b-p7emg4yhw9] {
        margin: .25rem !important
    }

    .mt-xl-1[b-p7emg4yhw9], .my-xl-1[b-p7emg4yhw9] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-p7emg4yhw9], .mx-xl-1[b-p7emg4yhw9] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-p7emg4yhw9], .my-xl-1[b-p7emg4yhw9] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-p7emg4yhw9], .mx-xl-1[b-p7emg4yhw9] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-p7emg4yhw9] {
        margin: .5rem !important
    }

    .mt-xl-2[b-p7emg4yhw9], .my-xl-2[b-p7emg4yhw9] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-p7emg4yhw9], .mx-xl-2[b-p7emg4yhw9] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-p7emg4yhw9], .my-xl-2[b-p7emg4yhw9] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-p7emg4yhw9], .mx-xl-2[b-p7emg4yhw9] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-p7emg4yhw9] {
        margin: 1rem !important
    }

    .mt-xl-3[b-p7emg4yhw9], .my-xl-3[b-p7emg4yhw9] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-p7emg4yhw9], .mx-xl-3[b-p7emg4yhw9] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-p7emg4yhw9], .my-xl-3[b-p7emg4yhw9] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-p7emg4yhw9], .mx-xl-3[b-p7emg4yhw9] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-p7emg4yhw9] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-p7emg4yhw9], .my-xl-4[b-p7emg4yhw9] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-p7emg4yhw9], .mx-xl-4[b-p7emg4yhw9] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-p7emg4yhw9], .my-xl-4[b-p7emg4yhw9] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-p7emg4yhw9], .mx-xl-4[b-p7emg4yhw9] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-p7emg4yhw9] {
        margin: 3rem !important
    }

    .mt-xl-5[b-p7emg4yhw9], .my-xl-5[b-p7emg4yhw9] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-p7emg4yhw9], .mx-xl-5[b-p7emg4yhw9] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-p7emg4yhw9], .my-xl-5[b-p7emg4yhw9] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-p7emg4yhw9], .mx-xl-5[b-p7emg4yhw9] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-p7emg4yhw9] {
        padding: 0 !important
    }

    .pt-xl-0[b-p7emg4yhw9], .py-xl-0[b-p7emg4yhw9] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-p7emg4yhw9], .px-xl-0[b-p7emg4yhw9] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-p7emg4yhw9], .py-xl-0[b-p7emg4yhw9] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-p7emg4yhw9], .px-xl-0[b-p7emg4yhw9] {
        padding-left: 0 !important
    }

    .p-xl-1[b-p7emg4yhw9] {
        padding: .25rem !important
    }

    .pt-xl-1[b-p7emg4yhw9], .py-xl-1[b-p7emg4yhw9] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-p7emg4yhw9], .px-xl-1[b-p7emg4yhw9] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-p7emg4yhw9], .py-xl-1[b-p7emg4yhw9] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-p7emg4yhw9], .px-xl-1[b-p7emg4yhw9] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-p7emg4yhw9] {
        padding: .5rem !important
    }

    .pt-xl-2[b-p7emg4yhw9], .py-xl-2[b-p7emg4yhw9] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-p7emg4yhw9], .px-xl-2[b-p7emg4yhw9] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-p7emg4yhw9], .py-xl-2[b-p7emg4yhw9] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-p7emg4yhw9], .px-xl-2[b-p7emg4yhw9] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-p7emg4yhw9] {
        padding: 1rem !important
    }

    .pt-xl-3[b-p7emg4yhw9], .py-xl-3[b-p7emg4yhw9] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-p7emg4yhw9], .px-xl-3[b-p7emg4yhw9] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-p7emg4yhw9], .py-xl-3[b-p7emg4yhw9] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-p7emg4yhw9], .px-xl-3[b-p7emg4yhw9] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-p7emg4yhw9] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-p7emg4yhw9], .py-xl-4[b-p7emg4yhw9] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-p7emg4yhw9], .px-xl-4[b-p7emg4yhw9] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-p7emg4yhw9], .py-xl-4[b-p7emg4yhw9] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-p7emg4yhw9], .px-xl-4[b-p7emg4yhw9] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-p7emg4yhw9] {
        padding: 3rem !important
    }

    .pt-xl-5[b-p7emg4yhw9], .py-xl-5[b-p7emg4yhw9] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-p7emg4yhw9], .px-xl-5[b-p7emg4yhw9] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-p7emg4yhw9], .py-xl-5[b-p7emg4yhw9] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-p7emg4yhw9], .px-xl-5[b-p7emg4yhw9] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-p7emg4yhw9] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-p7emg4yhw9], .my-xl-n1[b-p7emg4yhw9] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-p7emg4yhw9], .mx-xl-n1[b-p7emg4yhw9] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-p7emg4yhw9], .my-xl-n1[b-p7emg4yhw9] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-p7emg4yhw9], .mx-xl-n1[b-p7emg4yhw9] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-p7emg4yhw9] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-p7emg4yhw9], .my-xl-n2[b-p7emg4yhw9] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-p7emg4yhw9], .mx-xl-n2[b-p7emg4yhw9] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-p7emg4yhw9], .my-xl-n2[b-p7emg4yhw9] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-p7emg4yhw9], .mx-xl-n2[b-p7emg4yhw9] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-p7emg4yhw9] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-p7emg4yhw9], .my-xl-n3[b-p7emg4yhw9] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-p7emg4yhw9], .mx-xl-n3[b-p7emg4yhw9] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-p7emg4yhw9], .my-xl-n3[b-p7emg4yhw9] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-p7emg4yhw9], .mx-xl-n3[b-p7emg4yhw9] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-p7emg4yhw9] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-p7emg4yhw9], .my-xl-n4[b-p7emg4yhw9] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-p7emg4yhw9], .mx-xl-n4[b-p7emg4yhw9] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-p7emg4yhw9], .my-xl-n4[b-p7emg4yhw9] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-p7emg4yhw9], .mx-xl-n4[b-p7emg4yhw9] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-p7emg4yhw9] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-p7emg4yhw9], .my-xl-n5[b-p7emg4yhw9] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-p7emg4yhw9], .mx-xl-n5[b-p7emg4yhw9] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-p7emg4yhw9], .my-xl-n5[b-p7emg4yhw9] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-p7emg4yhw9], .mx-xl-n5[b-p7emg4yhw9] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-p7emg4yhw9] {
        margin: auto !important
    }

    .mt-xl-auto[b-p7emg4yhw9], .my-xl-auto[b-p7emg4yhw9] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-p7emg4yhw9], .mx-xl-auto[b-p7emg4yhw9] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-p7emg4yhw9], .my-xl-auto[b-p7emg4yhw9] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-p7emg4yhw9], .mx-xl-auto[b-p7emg4yhw9] {
        margin-left: auto !important
    }
}

.stretched-link[b-p7emg4yhw9]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-p7emg4yhw9] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-p7emg4yhw9] {
    text-align: justify !important
}

.text-wrap[b-p7emg4yhw9] {
    white-space: normal !important
}

.text-nowrap[b-p7emg4yhw9] {
    white-space: nowrap !important
}

.text-truncate[b-p7emg4yhw9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-p7emg4yhw9] {
    text-align: left !important
}

.text-right[b-p7emg4yhw9] {
    text-align: right !important
}

.text-center[b-p7emg4yhw9] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-p7emg4yhw9] {
        text-align: left !important
    }

    .text-sm-right[b-p7emg4yhw9] {
        text-align: right !important
    }

    .text-sm-center[b-p7emg4yhw9] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-p7emg4yhw9] {
        text-align: left !important
    }

    .text-md-right[b-p7emg4yhw9] {
        text-align: right !important
    }

    .text-md-center[b-p7emg4yhw9] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-p7emg4yhw9] {
        text-align: left !important
    }

    .text-lg-right[b-p7emg4yhw9] {
        text-align: right !important
    }

    .text-lg-center[b-p7emg4yhw9] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-p7emg4yhw9] {
        text-align: left !important
    }

    .text-xl-right[b-p7emg4yhw9] {
        text-align: right !important
    }

    .text-xl-center[b-p7emg4yhw9] {
        text-align: center !important
    }
}

.text-lowercase[b-p7emg4yhw9] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-p7emg4yhw9], .sidebar .sidebar-heading[b-p7emg4yhw9], .text-uppercase[b-p7emg4yhw9] {
    text-transform: uppercase !important
}

.text-capitalize[b-p7emg4yhw9] {
    text-transform: capitalize !important
}

.font-weight-light[b-p7emg4yhw9] {
    font-weight: 300 !important
}

.font-weight-lighter[b-p7emg4yhw9] {
    font-weight: lighter !important
}

.font-weight-normal[b-p7emg4yhw9] {
    font-weight: 400 !important
}

.font-weight-bold[b-p7emg4yhw9] {
    font-weight: 700 !important
}

.font-weight-bolder[b-p7emg4yhw9] {
    font-weight: bolder !important
}

.font-italic[b-p7emg4yhw9] {
    font-style: italic !important
}

.text-white[b-p7emg4yhw9] {
    color: #fff !important
}

.text-primary[b-p7emg4yhw9] {
    color: #4e73df !important
}

a.text-primary:focus[b-p7emg4yhw9], a.text-primary:hover[b-p7emg4yhw9] {
    color: #224abe !important
}

.text-secondary[b-p7emg4yhw9] {
    color: #858796 !important
}

a.text-secondary:focus[b-p7emg4yhw9], a.text-secondary:hover[b-p7emg4yhw9] {
    color: #60616f !important
}

.text-success[b-p7emg4yhw9] {
    color: #1cc88a !important
}

a.text-success:focus[b-p7emg4yhw9], a.text-success:hover[b-p7emg4yhw9] {
    color: #13855c !important
}

.text-info[b-p7emg4yhw9] {
    color: #36b9cc !important
}

a.text-info:focus[b-p7emg4yhw9], a.text-info:hover[b-p7emg4yhw9] {
    color: #258391 !important
}

.text-warning[b-p7emg4yhw9] {
    color: #f6c23e !important
}

a.text-warning:focus[b-p7emg4yhw9], a.text-warning:hover[b-p7emg4yhw9] {
    color: #dda20a !important
}

.text-danger[b-p7emg4yhw9] {
    color: #e74a3b !important
}

a.text-danger:focus[b-p7emg4yhw9], a.text-danger:hover[b-p7emg4yhw9] {
    color: #be2617 !important
}

.text-light[b-p7emg4yhw9] {
    color: #f8f9fc !important
}

a.text-light:focus[b-p7emg4yhw9], a.text-light:hover[b-p7emg4yhw9] {
    color: #c2cbe5 !important
}

.text-dark[b-p7emg4yhw9] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-p7emg4yhw9], a.text-dark:hover[b-p7emg4yhw9] {
    color: #373840 !important
}

.text-body[b-p7emg4yhw9] {
    color: #858796 !important
}

.text-muted[b-p7emg4yhw9] {
    color: #858796 !important
}

.text-black-50[b-p7emg4yhw9] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-p7emg4yhw9] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-p7emg4yhw9] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-p7emg4yhw9] {
    text-decoration: none !important
}

.text-break[b-p7emg4yhw9] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-p7emg4yhw9] {
    color: inherit !important
}

.visible[b-p7emg4yhw9] {
    visibility: visible !important
}

.invisible[b-p7emg4yhw9] {
    visibility: hidden !important
}

@media print {
    *[b-p7emg4yhw9], [b-p7emg4yhw9]::after, [b-p7emg4yhw9]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-p7emg4yhw9] {
        text-decoration: underline
    }

    abbr[title][b-p7emg4yhw9]::after {
        content: " (" attr(title) ")"
    }

    pre[b-p7emg4yhw9] {
        white-space: pre-wrap !important
    }

    blockquote[b-p7emg4yhw9], pre[b-p7emg4yhw9] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }

    thead[b-p7emg4yhw9] {
        display: table-header-group
    }

    img[b-p7emg4yhw9], tr[b-p7emg4yhw9] {
        page-break-inside: avoid
    }

    h2[b-p7emg4yhw9], h3[b-p7emg4yhw9], p[b-p7emg4yhw9] {
        orphans: 3;
        widows: 3
    }

    h2[b-p7emg4yhw9], h3[b-p7emg4yhw9] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-p7emg4yhw9] {
        min-width: 992px !important
    }

    .container[b-p7emg4yhw9] {
        min-width: 992px !important
    }

    .navbar[b-p7emg4yhw9] {
        display: none
    }

    .badge[b-p7emg4yhw9] {
        border: 1px solid #000
    }

    .table[b-p7emg4yhw9] {
        border-collapse: collapse !important
    }

        .table td[b-p7emg4yhw9], .table th[b-p7emg4yhw9] {
            background-color: #fff !important
        }

    .table-bordered td[b-p7emg4yhw9], .table-bordered th[b-p7emg4yhw9] {
        border: 1px solid #dddfeb !important
    }

    .table-dark[b-p7emg4yhw9] {
        color: inherit
    }

        .table-dark tbody + tbody[b-p7emg4yhw9], .table-dark td[b-p7emg4yhw9], .table-dark th[b-p7emg4yhw9], .table-dark thead th[b-p7emg4yhw9] {
            border-color: #e3e6f0
        }

    .table .thead-dark th[b-p7emg4yhw9] {
        color: inherit;
        border-color: #e3e6f0
    }
}

html[b-p7emg4yhw9] {
    position: relative;
    min-height: 100%
}

body[b-p7emg4yhw9] {
    height: 100%
}

a:focus[b-p7emg4yhw9] {
    outline: 0
}

#wrapper[b-p7emg4yhw9] {
    display: flex
}

    #wrapper #content-wrapper[b-p7emg4yhw9] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-p7emg4yhw9] {
            flex: 1 0 auto
        }

.container[b-p7emg4yhw9], .container-fluid[b-p7emg4yhw9], .container-lg[b-p7emg4yhw9], .container-md[b-p7emg4yhw9], .container-sm[b-p7emg4yhw9], .container-xl[b-p7emg4yhw9] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-p7emg4yhw9] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-p7emg4yhw9], .scroll-to-top:hover[b-p7emg4yhw9] {
        color: #fff
    }

    .scroll-to-top:hover[b-p7emg4yhw9] {
        background: #5a5c69
    }

    .scroll-to-top i[b-p7emg4yhw9] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-p7emg4yhw9 {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-p7emg4yhw9], .sidebar .nav-item .collapse[b-p7emg4yhw9] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-p7emg4yhw9;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-p7emg4yhw9 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-p7emg4yhw9] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-p7emg4yhw9;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-p7emg4yhw9] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-p7emg4yhw9] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-p7emg4yhw9] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-p7emg4yhw9] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-p7emg4yhw9] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-p7emg4yhw9] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-p7emg4yhw9] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-p7emg4yhw9] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-p7emg4yhw9] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-p7emg4yhw9] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-p7emg4yhw9] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-p7emg4yhw9] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-p7emg4yhw9] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-p7emg4yhw9] {
    background-color: #858796 !important
}

.bg-gray-700[b-p7emg4yhw9] {
    background-color: #6e707e !important
}

.bg-gray-800[b-p7emg4yhw9] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-p7emg4yhw9] {
    background-color: #3a3b45 !important
}

.o-hidden[b-p7emg4yhw9] {
    overflow: hidden !important
}

.text-xs[b-p7emg4yhw9] {
    font-size: .7rem
}

.text-lg[b-p7emg4yhw9] {
    font-size: 1.2rem
}

.text-gray-100[b-p7emg4yhw9] {
    color: #f8f9fc !important
}

.text-gray-200[b-p7emg4yhw9] {
    color: #eaecf4 !important
}

.text-gray-300[b-p7emg4yhw9] {
    color: #dddfeb !important
}

.text-gray-400[b-p7emg4yhw9] {
    color: #d1d3e2 !important
}

.text-gray-500[b-p7emg4yhw9] {
    color: #b7b9cc !important
}

.text-gray-600[b-p7emg4yhw9] {
    color: #858796 !important
}

.text-gray-700[b-p7emg4yhw9] {
    color: #6e707e !important
}

.text-gray-800[b-p7emg4yhw9] {
    color: #5a5c69 !important
}

.text-gray-900[b-p7emg4yhw9] {
    color: #3a3b45 !important
}

.icon-circle[b-p7emg4yhw9] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-p7emg4yhw9] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-p7emg4yhw9] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-p7emg4yhw9] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-p7emg4yhw9] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-p7emg4yhw9] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-p7emg4yhw9] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-p7emg4yhw9] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-p7emg4yhw9] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-p7emg4yhw9] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-p7emg4yhw9] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-p7emg4yhw9] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-p7emg4yhw9] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-p7emg4yhw9] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-p7emg4yhw9] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-p7emg4yhw9] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-p7emg4yhw9] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-p7emg4yhw9] {
    height: .5rem
}

.rotate-15[b-p7emg4yhw9] {
    transform: rotate(15deg)
}

.rotate-n-15[b-p7emg4yhw9] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-p7emg4yhw9] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-p7emg4yhw9] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-p7emg4yhw9]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-p7emg4yhw9]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-p7emg4yhw9]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-p7emg4yhw9]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-p7emg4yhw9]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-p7emg4yhw9], .topbar .nav-item .nav-link[b-p7emg4yhw9] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-p7emg4yhw9], .topbar .nav-item .nav-link .badge-counter[b-p7emg4yhw9] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-p7emg4yhw9], .topbar .nav-item .nav-link .img-profile[b-p7emg4yhw9] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-p7emg4yhw9] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-p7emg4yhw9] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-p7emg4yhw9] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-p7emg4yhw9] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-p7emg4yhw9] {
        width: 25rem
    }

        .topbar .navbar-search input[b-p7emg4yhw9] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-p7emg4yhw9] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-p7emg4yhw9] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-p7emg4yhw9] {
            outline: 0
        }

    .topbar .nav-item:focus[b-p7emg4yhw9] {
        outline: 0
    }

    .topbar .dropdown[b-p7emg4yhw9] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-p7emg4yhw9] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-p7emg4yhw9] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-p7emg4yhw9] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-p7emg4yhw9] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-p7emg4yhw9] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-p7emg4yhw9] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-p7emg4yhw9] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-p7emg4yhw9] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-p7emg4yhw9] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-p7emg4yhw9] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-p7emg4yhw9] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-p7emg4yhw9] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-p7emg4yhw9] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-p7emg4yhw9] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-p7emg4yhw9] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-p7emg4yhw9] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-p7emg4yhw9] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-p7emg4yhw9] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-p7emg4yhw9] {
        color: #858796
    }

.sidebar[b-p7emg4yhw9] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-p7emg4yhw9] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-p7emg4yhw9] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-p7emg4yhw9] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-p7emg4yhw9] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-p7emg4yhw9] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-p7emg4yhw9] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-p7emg4yhw9] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-p7emg4yhw9] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-p7emg4yhw9], .sidebar .nav-item .collapsing .collapse-inner[b-p7emg4yhw9] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-p7emg4yhw9], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-p7emg4yhw9] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-p7emg4yhw9], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-p7emg4yhw9] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-p7emg4yhw9], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-p7emg4yhw9] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-p7emg4yhw9], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-p7emg4yhw9] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-p7emg4yhw9], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-p7emg4yhw9] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-p7emg4yhw9] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-p7emg4yhw9]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-p7emg4yhw9] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-p7emg4yhw9] {
            outline: 0
        }

    .sidebar.toggled[b-p7emg4yhw9] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-p7emg4yhw9]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-p7emg4yhw9] {
            display: none
        }

    .sidebar .sidebar-brand[b-p7emg4yhw9] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-p7emg4yhw9] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-p7emg4yhw9] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-p7emg4yhw9] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-p7emg4yhw9] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-p7emg4yhw9] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-p7emg4yhw9] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-p7emg4yhw9] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-p7emg4yhw9] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-p7emg4yhw9] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-p7emg4yhw9] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-p7emg4yhw9] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-p7emg4yhw9] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-p7emg4yhw9], .sidebar .nav-item .collapsing[b-p7emg4yhw9] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-p7emg4yhw9] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-p7emg4yhw9] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-p7emg4yhw9] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-p7emg4yhw9]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-p7emg4yhw9]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-p7emg4yhw9] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-p7emg4yhw9] {
            display: inline
        }

        .sidebar .sidebar-heading[b-p7emg4yhw9] {
            text-align: left
        }

        .sidebar.toggled[b-p7emg4yhw9] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-p7emg4yhw9] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-p7emg4yhw9;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-p7emg4yhw9] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-p7emg4yhw9] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-p7emg4yhw9], .sidebar.toggled .nav-item .collapsing[b-p7emg4yhw9] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-p7emg4yhw9] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-p7emg4yhw9] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-p7emg4yhw9] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-p7emg4yhw9] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-p7emg4yhw9]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-p7emg4yhw9] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-p7emg4yhw9] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-p7emg4yhw9] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-p7emg4yhw9] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-p7emg4yhw9] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-p7emg4yhw9] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-p7emg4yhw9] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-p7emg4yhw9] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-p7emg4yhw9], .sidebar-light .nav-item .nav-link:focus[b-p7emg4yhw9], .sidebar-light .nav-item .nav-link:hover[b-p7emg4yhw9] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-p7emg4yhw9], .sidebar-light .nav-item .nav-link:focus i[b-p7emg4yhw9], .sidebar-light .nav-item .nav-link:hover i[b-p7emg4yhw9] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-p7emg4yhw9]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-p7emg4yhw9] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-p7emg4yhw9] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-p7emg4yhw9] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-p7emg4yhw9]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-p7emg4yhw9] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-p7emg4yhw9] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-p7emg4yhw9] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-p7emg4yhw9] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-p7emg4yhw9] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-p7emg4yhw9] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-p7emg4yhw9], .sidebar-dark .nav-item .nav-link:focus[b-p7emg4yhw9], .sidebar-dark .nav-item .nav-link:hover[b-p7emg4yhw9] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-p7emg4yhw9], .sidebar-dark .nav-item .nav-link:focus i[b-p7emg4yhw9], .sidebar-dark .nav-item .nav-link:hover i[b-p7emg4yhw9] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-p7emg4yhw9]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-p7emg4yhw9] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-p7emg4yhw9] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-p7emg4yhw9] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-p7emg4yhw9]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-p7emg4yhw9] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-p7emg4yhw9]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-p7emg4yhw9] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-p7emg4yhw9], .btn-group-sm > .btn-circle.btn[b-p7emg4yhw9] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-p7emg4yhw9], .btn-group-lg > .btn-circle.btn[b-p7emg4yhw9] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-p7emg4yhw9] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-p7emg4yhw9] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-p7emg4yhw9] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-p7emg4yhw9], .btn-icon-split.btn-sm .icon[b-p7emg4yhw9] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-p7emg4yhw9], .btn-icon-split.btn-sm .text[b-p7emg4yhw9] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-p7emg4yhw9], .btn-icon-split.btn-lg .icon[b-p7emg4yhw9] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-p7emg4yhw9], .btn-icon-split.btn-lg .text[b-p7emg4yhw9] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-p7emg4yhw9] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-p7emg4yhw9] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-p7emg4yhw9] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-p7emg4yhw9]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-p7emg4yhw9] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-p7emg4yhw9]::after {
            content: '\f105'
        }

.chart-area[b-p7emg4yhw9] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-p7emg4yhw9] {
        height: 20rem
    }
}

.chart-bar[b-p7emg4yhw9] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-p7emg4yhw9] {
        height: 20rem
    }
}

.chart-pie[b-p7emg4yhw9] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-p7emg4yhw9] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-p7emg4yhw9] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-p7emg4yhw9] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-p7emg4yhw9] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-p7emg4yhw9] {
    line-height: 1.5rem
}

form.user .form-control-user[b-p7emg4yhw9] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-p7emg4yhw9] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-p7emg4yhw9] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-p7emg4yhw9], .btn-google:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-p7emg4yhw9], .btn-google:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-google:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-google.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-google:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-google.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-p7emg4yhw9] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-p7emg4yhw9] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-p7emg4yhw9], .btn-facebook:focus[b-p7emg4yhw9] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-p7emg4yhw9], .btn-facebook:disabled[b-p7emg4yhw9] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-p7emg4yhw9], .btn-facebook:not(:disabled):not(.disabled):active[b-p7emg4yhw9], .show > .btn-facebook.dropdown-toggle[b-p7emg4yhw9] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-p7emg4yhw9], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-p7emg4yhw9], .show > .btn-facebook.dropdown-toggle:focus[b-p7emg4yhw9] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-p7emg4yhw9] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-p7emg4yhw9 {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-p7emg4yhw9]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-p7emg4yhw9 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-p7emg4yhw9 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-p7emg4yhw9]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-p7emg4yhw9 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-p7emg4yhw9] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-p7emg4yhw9] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-p7emg4yhw9] {
    width: 100%
}
/* _content/MalisanyaDashBlazor/Pages/Home.razor.rz.scp.css */
/* General Styles */
body[b-9sjbyuud1f] {
    background: #eee;
}

.divheader[b-9sjbyuud1f] {
    position: fixed;
    align-content: center;
    width: 100%;
    height: 10%;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #ffffff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.divLefthpic[b-9sjbyuud1f] {
    width: 30%;
    height: 12%;
    margin-top: -2%;
    font-size: 35px;
    font-weight: bold;
    position: fixed;
    font-family: 'Script MT';
    background-color: transparent;
    text-align: left;
    color: #065e13;
    font-style: oblique;
    margin-left: 1%;
}

.fa[b-9sjbyuud1f] {
    color: #4183D7;
}

span[b-9sjbyuud1f] {
    font-size: 1em;
}

.me[b-9sjbyuud1f] {
    text-decoration: none;
    color: transparent;
    border-bottom: 2px solid transparent;
}

.role_val[b-9sjbyuud1f] {
    font-size: 0.8em;
    color: #4183D7;
}

.box[b-9sjbyuud1f] {
    padding: 90px 0px;
}

.box-part[b-9sjbyuud1f] {
    padding: 60px 10px;
    z-index: -1;
    margin: 30px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

    .box-part:hover[b-9sjbyuud1f] {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.divCenterh[b-9sjbyuud1f] {
    width: 47%;
    height: 12%;
    position: fixed;
    font-size: 1.25em;
    font-weight: bold;
    background-color: transparent;
    left: 52%;
    color: #065e13;
    font-style: oblique;
    font-family: 'Lucida Calligraphy';
    margin-top: 2%;
    text-align: center;
}

.footerdiv[b-9sjbyuud1f] {
    position: fixed;
    bottom: 0;
    align-content: center;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #065e13;
    opacity: 100%;
    color: white;
    box-shadow: 10 16px 24px 2px rgba(0, 0, 0, .14), 10 6px 30px 5px rgba(10, 0, 0, .12), 10 8px 10px -5px rgba(0, 0, 0, .2);
}

.divLeftee[b-9sjbyuud1f],
.divCenteree[b-9sjbyuud1f],
.divRightee[b-9sjbyuud1f] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
}

.divCenteree[b-9sjbyuud1f] {
    left: 35%;
    text-align: center;
}

.divRightee[b-9sjbyuud1f] {
    left: 69%;
    text-align: right;
}

.imagecin[b-9sjbyuud1f] {
    width: 60px;
    height: 60px;
}

.imagecinlog[b-9sjbyuud1f] {
    width: 85px;
    height: 85px;
}

.imagecmali[b-9sjbyuud1f],
.image[b-9sjbyuud1f] {
    width: 15%;
    height: 65%;
    margin-left: .5%;
}

.imageuser[b-9sjbyuud1f] {
    width: 100%;
    height: 70%;
    float: right;
    margin-right: .5%;
}

.sysname[b-9sjbyuud1f] {
    width: 6%;
    height: 100%;
    align-content: center;
    align-self: center;
}

.divname[b-9sjbyuud1f] {
    margin-top: 20px;
    margin-right: 80px;
    float: right;
}

.navigation[b-9sjbyuud1f] {
    position: fixed;
    font-weight: lighter;
    top: 12px;
    right: 20px;
    width: 268px;
    height: 55px;
    background: #f7f7f7;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    transition: height 0.5s, width 0.5s;
    transition-delay: 0s, 0.75s;
    overflow: hidden;
}

    .navigation.active[b-9sjbyuud1f] {
        width: 300px;
        height: 250px;
        transition: width 0.5s, height 0.5s;
        transition-delay: 0s, 0.75s;
        z-index: 1;
    }

    .navigation .userBx[b-9sjbyuud1f] {
        position: relative;
        width: calc(100% - 60px);
        height: 70px;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        overflow: hidden;
        transition: 0.5s;
        transition-delay: 0.5s;
    }

    .navigation.active .userBx[b-9sjbyuud1f] {
        width: calc(100% - 60px);
        transition-delay: 0s;
    }

    .navigation .userBx .username[b-9sjbyuud1f] {
        white-space: nowrap;
        color: #555;
        font-size: 1.1em;
    }

    .navigation .userBx .imgBx[b-9sjbyuud1f] {
        z-index: 4;
        position: relative;
        min-width: 60px;
        height: 60px;
        overflow: hidden;
        background: #f7f7f7;
        border-radius: 50%;
        border: 10px solid #f7f7f7;
    }

        .navigation .userBx .imgBx img[b-9sjbyuud1f] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.menu[b-9sjbyuud1f] {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 55px;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .menu li[b-9sjbyuud1f] {
        list-style: none;
    }

        .menu li a[b-9sjbyuud1f] {
            display: flex;
            align-items: center;
            gap: 5px;
            margin: 10px 0;
            font-size: 1em;
            text-decoration: none;
            color: #555;
        }

            .menu li a:hover[b-9sjbyuud1f] {
                color: #4e65ff;
            }

            .menu li a ion-icon[b-9sjbyuud1f] {
                font-size: 1.5em;
            }

.navigation .menuToggle[b-9sjbyuud1f] {
    position: relative;
    width: 60px;
    height: 50px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navigation .menuToggle[b-9sjbyuud1f]::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #555;
        transform: translateY(-10px);
        box-shadow: 0 10px #555;
        transition: 0.5s;
    }

    .navigation .menuToggle[b-9sjbyuud1f]::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #555;
        transform: translateY(10px);
        transition: 0.5s;
    }

.navigation.active .menuToggle[b-9sjbyuud1f]::before {
    transform: translateY(0px) rotate(45deg);
    box-shadow: 0 0 #555;
}

.navigation.active .menuToggle[b-9sjbyuud1f]::after {
    transform: translateY(0px) rotate(-45deg);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .divLefthpic[b-9sjbyuud1f] {
        font-size: 2em;
    }

    .divCenterh[b-9sjbyuud1f] {
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .divLefthpic[b-9sjbyuud1f] {
        font-size: 1.8em;
    }

    .divCenterh[b-9sjbyuud1f] {
        font-size: 0.9em;
    }

    .imagecin[b-9sjbyuud1f] {
        width: 50px;
        height: 50px;
    }

    .imagecinlog[b-9sjbyuud1f] {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .divLefthpic[b-9sjbyuud1f] {
        font-size: 1.6em;
    }

    .divCenterh[b-9sjbyuud1f] {
        font-size: 0.8em;
    }

    .imagecin[b-9sjbyuud1f] {
        width: 40px;
        height: 40px;
    }

    .imagecinlog[b-9sjbyuud1f] {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .divLefthpic[b-9sjbyuud1f] {
        font-size: 1.4em;
    }

    .divCenterh[b-9sjbyuud1f] {
        font-size: 0.7em;
    }

    .imagecin[b-9sjbyuud1f] {
        width: 30px;
        height: 30px;
    }

    .imagecinlog[b-9sjbyuud1f] {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 400px) {
    .divLefthpic[b-9sjbyuud1f] {
        font-size: 1.2em;
    }

    .divCenterh[b-9sjbyuud1f] {
        font-size: 0.6em;
    }

    .imagecin[b-9sjbyuud1f] {
        width: 20px;
        height: 20px;
    }

    .imagecinlog[b-9sjbyuud1f] {
        width: 40px;
        height: 40px;
    }
}
/* _content/MalisanyaDashBlazor/Pages/Login.razor.rz.scp.css */



.body[b-d8ede9vpkb] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: gainsboro;
}

/* Style for the centered div */
.centered-div[b-d8ede9vpkb] {
    width: 400px;
    height: 480px;
    border-radius: 5px;
    background-color: whitesmoke;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.buttonlog[b-d8ede9vpkb] {
    background-color: gray;
    color: white;
    padding: 10px 10px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 90%;
}

buttonlog:hover[b-d8ede9vpkb] {
    opacity: 0.8;
    background-color: lightgray;
}

input[type=text][b-d8ede9vpkb] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

input[type=password][b-d8ede9vpkb] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.loginlanle[b-d8ede9vpkb] {
    font-size: 19px; /* Set the font size */
    color: darkgrey; /* Set the text color */
    margin-bottom: 10px;
}
/* Example for highlighting the required labels */
.required-label[b-d8ede9vpkb] {
    color: #ff0000; /* Change the color for required labels */
}

.logo[b-d8ede9vpkb] {
    max-width: 40%; /* Ensure the image doesn't exceed its container */
    height: auto; /* Maintain the image's aspect ratio */
}

.divheader[b-d8ede9vpkb] {
    position: fixed;
    align-content: center;
    width: 100%;
    height: 10%;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #ffffff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLefthpic[b-d8ede9vpkb] {
    width: 30%;
    height: 12%;
    margin-top: -2%;
    font-size: 35px;
    font-weight: bold;
    position: fixed;
    font-family: 'Script MT';
    background-color: transparent;
    text-align: left;
    color: #065e13;
    font-style: oblique;
    margin-left: 1%;
}



.imagecmali[b-d8ede9vpkb] {
    width: 15%;
    height: 70%;
    margin-left: .5%;
}





.navigation[b-d8ede9vpkb] {
    position: fixed;
    top: 12px;
    right: 20px;
    width: 120px;
    height: 60px;
    background: transparent;
    /*box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);*/
    display: flex;
    justify-content: space-between;
    transition: height 0.5s, width 0.5s;
    transition-delay: 0s, 0.75s;
    overflow: hidden;
}
.homelebel[b-d8ede9vpkb] {
    margin-top: 25px;
    margin-right: 20px;
}
.navigation.active[b-d8ede9vpkb] {
    width: 264px;
    height: 200px;
    transition: width 0.5s, height 0.5s;
    transition-delay: 0s, 0.75s;
    z-index: 1;
}

    .navigation .userBx[b-d8ede9vpkb] {
        position: relative;
        width: 60px;
        height: 60px;
        background: transparent;
        display: flex;
        align-items: center;
        overflow: hidden;
        transition: 0.5s;
        transition-delay: 0.5s;
    }

    .navigation.active .userBx[b-d8ede9vpkb] {
        width: calc(100% - 60px);
        transition-delay: 0s;
    }

    .navigation .userBx .username[b-d8ede9vpkb] {
        white-space: nowrap;
        color: #555;
        font-size: 1.1em;
    }

    .navigation .userBx .imgBx[b-d8ede9vpkb] {
        z-index: 4;
        position: relative;
        min-width: 60px;
        height: 60px;
        overflow: hidden;
        background: transparent;
        border-radius: 50%;
        border: 10px solid #f7f7f7;
    }

        .navigation .userBx .imgBx img[b-d8ede9vpkb] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.menu[b-d8ede9vpkb] {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 60px;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .menu li[b-d8ede9vpkb] {
        list-style: none;
    }

        .menu li a[b-d8ede9vpkb] {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 20px 0;
            font-size: 1em;
            text-decoration: none;
            color: #555;
        }

            .menu li a:hover[b-d8ede9vpkb] {
                color: #4e65ff;
            }

            .menu li a ion-icon[b-d8ede9vpkb] {
                font-size: 1.5em;
            }


.navigation .menuToggle[b-d8ede9vpkb] {
    position: relative;
    width: 60px;
    height: 60px;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navigation .menuToggle[b-d8ede9vpkb]::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: transparent;
        transform: translateY(-10px);
        box-shadow: 0 10px #555;
        transition: 0.5s;
    }

    .navigation .menuToggle[b-d8ede9vpkb]::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: transparent;
        transform: translateY(10px);
        transition: 0.5s;
    }

.navigation.active .menuToggle[b-d8ede9vpkb]::before {
    transform: translateY(0px) rotate(45deg);
    box-shadow: 0 0 transparent;
}

.navigation.active .menuToggle[b-d8ede9vpkb]::after {
    transform: translateY(0px) rotate(-45deg);
}
/* _content/MalisanyaDashBlazor/Pages/NewYear/AnneCourante.razor.rz.scp.css */
body[b-65qil0anfr] {
}

.nav-tabs .nav-item.show .nav-link[b-65qil0anfr], .nav-tabs .nav-link.active[b-65qil0anfr] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

input[type=text][b-65qil0anfr], select[b-65qil0anfr] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-65qil0anfr] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-65qil0anfr] {
        background-color: #45a049;
    }

.divupdate[b-65qil0anfr] {
    border-radius: 5px;
    box-shadow: 4px 5px 8px 4px #888888;
    /* padding-bottom: 20px;
    margin-bottom: 20px*/;
    margin-top: 6%;
    border-radius: 5px;
    background-color: transparent;
    padding: 20px;
    height: 60%;
}
.numberdiv[b-65qil0anfr] {
    height: 40%;
    width: 20%;
    margin-left: 40%;
    border-radius: 45px;
    border: solid;
    border-block-end-color: red;
    border-block-start-color: red;
    background-color: whitesmoke;
    padding: 10%;
}
.diveone[b-65qil0anfr] {
    height: 30%;
    
    width: 31%;
    text-align: center;
    div-align: center;
    background-color: lawngreen;
}
.divtwo[b-65qil0anfr] {
    height: 30%;
    width: 31%;
    margin-left: 34.5%;
    margin-top: -6.5%;
    background-color: yellow;
}
.divthree[b-65qil0anfr] {
    height: 30%;
    width: 31%;
    margin-top: -6.5%;
    margin-left: 68%;
    background-color: purple;
}


.topmiddiv[b-65qil0anfr] {
    
    width: 100%;
    margin-left: 0.1%;
    height: 6%;
    background-color: transparent;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}
.divgrid[b-65qil0anfr] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-65qil0anfr] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}



.divgridchartLeft[b-65qil0anfr] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-65qil0anfr] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-65qil0anfr] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-65qil0anfr] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-65qil0anfr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-65qil0anfr]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-65qil0anfr] {
    background-color: #1cbd04;
}

input:focus + .slider[b-65qil0anfr] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-65qil0anfr]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-65qil0anfr] {
    border-radius: 34px;
}

    .slider.round[b-65qil0anfr]:before {
        border-radius: 50%;
    }


   /*test rounds*/
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);*/

html[b-65qil0anfr] {
    box-sizing: border-box;
}

*[b-65qil0anfr], *[b-65qil0anfr]:before, *[b-65qil0anfr]:after {
    box-sizing: inherit;
}

body[b-65qil0anfr] {
    font-family: lato;
}

.section-header[b-65qil0anfr], .steps-header[b-65qil0anfr], .steps-name[b-65qil0anfr] {
    color: #c3c7c3;
    font-weight: 400;
    font-size: 1.4em;
}

.steps-header[b-65qil0anfr] {
    margin-bottom: 20px;
    text-align: center;
}

.steps-timeline[b-65qil0anfr] {
    outline: 1px dashed rgba(255, 0, 0, 0);
}

.step-box[b-65qil0anfr] {
    position: relative;
}

.border-info[b-65qil0anfr] {
    position: absolute;
    top: -12px;
    right: -41%;
}

@media screen and (max-width: 300px) {
    .steps-timeline[b-65qil0anfr] {
        border-left: 2px solid #f5f6f7;
        margin-left: 25px;
    }
}

@media screen and (min-width: 300px) {
    .steps-timeline[b-65qil0anfr] {
        border-top: 2px solid #f5f6f7;
        padding-top: 20px;
        margin-top: 40px;
        margin-left: 18.65%;
        margin-right: 16.65%;
    }
}

.steps-timeline[b-65qil0anfr]:after {
    content: "";
    display: table;
    clear: both;
}

.steps-one[b-65qil0anfr], .steps-two[b-65qil0anfr], .steps-three[b-65qil0anfr] {
    outline: 1px dashed rgba(0, 128, 0, 0);
}

@media screen and (max-width: 500px) {
    .steps-one[b-65qil0anfr], .steps-two[b-65qil0anfr], .steps-three[b-65qil0anfr] {
        margin-left: -25px;
    }
}

@media screen and (min-width: 500px) {
    .steps-one[b-65qil0anfr], .steps-two[b-65qil0anfr], .steps-three[b-65qil0anfr] {
        float: left;
        width: 33%;
        margin-top: -50px;
    }
}

@media screen and (max-width: 500px) {
    .steps-one[b-65qil0anfr], .steps-two[b-65qil0anfr] {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 500px) {
    .steps-one[b-65qil0anfr] {
        margin-left: -16.65%;
        margin-right: 16.65%;
    }
}

@media screen and (max-width: 500px) {
    .steps-three[b-65qil0anfr] {
        margin-bottom: -100%;
    }
}

@media screen and (min-width: 500px) {
    .steps-three[b-65qil0anfr] {
        margin-left: 16.65%;
        margin-right: -16.65%;
    }
}

.steps-img[b-65qil0anfr] {
    display: block;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #c3c7c3;
}

@media screen and (max-width: 500px) {
    .steps-img[b-65qil0anfr] {
        float: left;
        margin-right: 20px;
    }
}

.steps-name[b-65qil0anfr], .steps-description[b-65qil0anfr] {
    margin: 0;
}

@media screen and (min-width: 500px) {
    .steps-name[b-65qil0anfr] {
        text-align: center;
    }
}

.steps-description[b-65qil0anfr] {
    overflow: hidden;
}

@media screen and (min-width: 500px) {
    .steps-description[b-65qil0anfr] {
        text-align: center;
    }
}







/* Reset default margin and padding */
*[b-65qil0anfr] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-65qil0anfr] {
    font-family: 'Arial', sans-serif;
    background: #f5f5f5;
   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.steps-container[b-65qil0anfr] {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin-left: 10%;
}
.step-green[b-65qil0anfr] {
    background: #e0f2f1;
    border-radius: 10px;
    padding: 20px;
    width: 30%; /* You might need to adjust this based on your actual layout */
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.step[b-65qil0anfr] {
    background: #fff;
    
    border-radius: 10px;
    padding: 20px;
    width: 30%; /* You might need to adjust this based on your actual layout */
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

    .step:not(:last-child)[b-65qil0anfr]:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff;
    }

.step-icon img[b-65qil0anfr] {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.step-title[b-65qil0anfr] {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #333;
}

.step-description[b-65qil0anfr] {
    font-size: 0.9em;
    color: #666;
}

.step-arrow[b-65qil0anfr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px; /* Width of the arrow container */
}

    .step-arrow img[b-65qil0anfr] {
        width: 100%;
    }

/* For active step */
.step.active[b-65qil0anfr] {
    background: #e0e0e0;
    
}

/* For completed step */
.step.completed .step-icon img[b-65qil0anfr] {
    /* Apply a checkmark or some indication of completion */
}
.buttonGEN[b-65qil0anfr] {
    width: 100%;
    height: 4vh;
    border: none;
    text-align: center;
    margin-right: 18%;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700;
    white-space: normal;
    word-wrap: break-word;
}

    .buttonGEN:hover[b-65qil0anfr] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .buttonGEN:active[b-65qil0anfr] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.buttonnot[b-65qil0anfr] {
    width: 100%;
    height: 4vh;
    border: none;
    outline: none;
    margin-right: 18%;
    box-shadow: -4px 4px 5px 0 lightgrey;
    color: grey;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #e0f2f1;
    border-radius: 3px;
    font-weight: 700;
    white-space: normal;
    word-wrap: break-word;
}

    .buttonnot:hover[b-65qil0anfr] {
        background-color: whitesmoke;
        cursor: pointer
    }

    .buttonnot:active[b-65qil0anfr] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.vareableevo[b-65qil0anfr] {
    display: flex;
    margin-top: 8vh;
    height: 15vh;
    background-color:aliceblue;
}
.indicatorevo[b-65qil0anfr] {
    display: flex;
    margin-top: 3vh;
    height: 15vh;
}

.progress-container[b-65qil0anfr] {
    position: relative;
    width: 10vw; /* Adjusted to fit within the tile */
    height: 10vh;
}

.progress-ring[b-65qil0anfr] {
    width: 100%;
    height: 100%;
}

.progress-ring__circle[b-65qil0anfr] {
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    /* The radius and stroke-dasharray will be set dynamically in Blazor */
}

.progress-percentage[b-65qil0anfr] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vh; /* Adjusted for better fit */
    color: #666;
    font-weight: bold; /* Make the percentage bold */
}

/* Rest of the styles remain unchanged */



.tile-container[b-65qil0anfr] {
    display: flex; /* Align tiles in a row */
    gap: 10px; /* Space between tiles */
}

.tile[b-65qil0anfr] {
    background: white; /* Tile background color */
    border: 1px solid #ddd; /* Tile border */
    border-radius: 4px; /* Rounded corners */
    padding: 10px; /* Padding inside the tiles */
    width: 200px; /* Fixed width, can be adjusted */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow */
    display: flex; /* Use flex layout */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Space between icon and text/number */
}

.tile-icon[b-65qil0anfr] {
    /* Adjust the size as needed */
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

.tile-title[b-65qil0anfr] {
    font-size: 1em; /* Title text size */
    color: #333; /* Title text color */
    margin: 0 10px; /* Space around the title */
}

.tile-number[b-65qil0anfr] {
    background: #e0e0e0; /* Number background color */
    color: forestgreen; /* Number text color */
    border-radius: 50%; /* Make it round */
    padding: 5px; /* Padding around the number */
    width: 30px; /* Fixed width */
    height: 30px; /* Fixed height */
    display: flex; /* Use flex to center the content */
    align-items: center;
    justify-content: center;
    font-weight: bolder; /* Make the number bold */
}

/* Example of how to apply a background image to the icon */
.tile-icon.order-icon[b-65qil0anfr] {
    background-image: url('path-to-your-order-icon.png');
}

.tile-icon.approve-icon[b-65qil0anfr] {
    background-image: url('path-to-your-approve-icon.png');
}
/* _content/MalisanyaDashBlazor/Pages/NewYear/NewYearIndicators.razor.rz.scp.css */
body[b-e5ial6c501] {
}

.nav-tabs .nav-item.show .nav-link[b-e5ial6c501], .nav-tabs .nav-link.active[b-e5ial6c501] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}
.topmiddiv[b-e5ial6c501] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

input[type=text][b-e5ial6c501], select[b-e5ial6c501] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-e5ial6c501] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-e5ial6c501] {
        background-color: #45a049;
    }

.divupdate[b-e5ial6c501] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    /* padding-bottom: 20px;
    margin-bottom: 20px*/;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.divgrid[b-e5ial6c501] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-e5ial6c501] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-e5ial6c501] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-e5ial6c501] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-e5ial6c501] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-e5ial6c501] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-e5ial6c501] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-e5ial6c501] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-e5ial6c501] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-e5ial6c501] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-e5ial6c501] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-e5ial6c501] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-e5ial6c501] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-e5ial6c501]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-e5ial6c501] {
    background-color: #1cbd04;
}

input:focus + .slider[b-e5ial6c501] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-e5ial6c501]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-e5ial6c501] {
    border-radius: 34px;
}

    .slider.round[b-e5ial6c501]:before {
        border-radius: 50%;
    }
/* _content/MalisanyaDashBlazor/Pages/NewYear/NewYearVariables.razor.rz.scp.css */
body[b-hgr2z66rvc] {
}

.nav-tabs .nav-item.show .nav-link[b-hgr2z66rvc], .nav-tabs .nav-link.active[b-hgr2z66rvc] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

input[type=text][b-hgr2z66rvc], select[b-hgr2z66rvc] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-hgr2z66rvc] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-hgr2z66rvc] {
        background-color: #45a049;
    }

.divupdate[b-hgr2z66rvc] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    /* padding-bottom: 20px;
    margin-bottom: 20px*/;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.divgrid[b-hgr2z66rvc] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-hgr2z66rvc] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-hgr2z66rvc] {
    width: 120px;
    height: 35px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-hgr2z66rvc] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-hgr2z66rvc] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-hgr2z66rvc] {
    width: 120px;
    height: 35px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-hgr2z66rvc] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-hgr2z66rvc] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-hgr2z66rvc] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-hgr2z66rvc] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-hgr2z66rvc] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-hgr2z66rvc] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-hgr2z66rvc] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-hgr2z66rvc]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
.topmiddiv[b-hgr2z66rvc] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
input:checked + .slider[b-hgr2z66rvc] {
    background-color: #1cbd04;
}

input:focus + .slider[b-hgr2z66rvc] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-hgr2z66rvc]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-hgr2z66rvc] {
    border-radius: 34px;
}

    .slider.round[b-hgr2z66rvc]:before {
        border-radius: 50%;
    }
/* _content/MalisanyaDashBlazor/Pages/PublicPages/GovernanceIndicators.razor.rz.scp.css */
.home-button-container[b-7mwncmazrp] {
    position: fixed; /* Fixed position to keep it at the same spot even on scrolling */
    top: 10px; /* Distance from the top of the page */
    left: 10px; /* Distance from the left of the page */
    z-index: 1000; /* Ensures it stays above other content */
}

.home-button[b-7mwncmazrp] {
    padding: 10px 20px;
    background-color: #4CAF50; /* A friendly green background */
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Subtle shadow for depth */
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

    .home-button:hover[b-7mwncmazrp], .home-button:focus[b-7mwncmazrp] {
        background-color: #388E3C; /* A darker green for interactive feedback */
        box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* A larger shadow for depth */
        transform: scale(1.05); /* Slight increase in size for effect */
        color: white; /* Maintain text color */
        text-decoration: none; /* No underline on hover */
    }

    /* Optional: Add a home icon from Font Awesome */
    .home-button[b-7mwncmazrp]:before {
        content: "\f015"; /* Home icon unicode */
        font-family: "Font Awesome 5 Free"; /* Adjust based on your version of Font Awesome */
        margin-right: 8px; /* Space between icon and text */
    }


.headerall[b-7mwncmazrp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-title[b-7mwncmazrp] {
    flex-grow: 1;
    text-align: center;
    margin: 0; /* Adjust as needed */
    /* additional styling for the title */
}

.header-year[b-7mwncmazrp] {
    font-size: 20px; /* Adjust the size as per your design */
    color: #4A90E2; /* A pleasant, eye-catching color */
    font-weight: bold; /* Makes the text stand out */
    padding: 5px 10px; /* Adds some space around the text */
    border-radius: 5px; /* Optional: rounds the corners */
    background-color: #E7F3FF; /* Light background color for contrast */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin-left: 10px; /* Adds some space from the neighboring element */
}

.titletable[b-7mwncmazrp] {
    background-color: #f0f0f0;
    height: 3vh;
}

.excel-button[b-7mwncmazrp] {
    background-color: #1D6F42; /* A green color reminiscent of the Excel theme */
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Creates a space between the icon and the text */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

    .excel-button:hover[b-7mwncmazrp] {
        background-color: #145A32; /* A darker shade for the hover effect */
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    }

.excel-icon[b-7mwncmazrp] {
    width: 20px; /* or the size you prefer */
    height: auto;
    margin-right: 5px; /* Adds some space between the icon and the text */
    vertical-align: middle; /* Aligns the icon vertically with the text */
}

.bodytable[b-7mwncmazrp] {
    background-color: transparent;
    overflow-y: scroll;
    /*display: flex;*/ /* Enables Flexbox */
    /*justify-content: center;*/ /* Centers horizontally */
    /*align-items: center;*/ /* Centers vertically */
    /*height: 80vh;*/ /* Full height of the viewport */
    /*width: 100vw;*/ /* Full width of the viewport */
    /*text-align: center;*/
}

.titlegraph[b-7mwncmazrp] {
    background-color: #f0f0f0;
    height: 3vh;
    width: 99.9%;
}

.bodygraph[b-7mwncmazrp] {
    background-color: transparent;
    height: 25vh;
    width: 99.9%;
}

.imageview[b-7mwncmazrp] {
    width: 20px;
    height: 20px;
}

.table-container[b-7mwncmazrp] {
    height: 40vh;
    overflow: scroll;
    font-family: Arial, sans-serif;
    Use a sans-serif font for similarity to the image overflow-x: auto;
    Enables horizontal scrolling if table overflows
}

.table-wrapper[b-7mwncmazrp] {
    overflow-x: auto; /* Allows horizontal scrolling if needed */
    width: 100%;
}

.table[b-7mwncmazrp] {
    width: 100%;
    height: 45vh;
    border-collapse: collapse;
    table-layout: fixed; /* This helps in ensuring a fixed layout */
}

th[b-7mwncmazrp], td[b-7mwncmazrp] {
    padding: 4px;
    border: 1px solid #ddd;
    overflow-wrap: break-word; /* Breaks words to next line */
}

th[b-7mwncmazrp] {
    background-color: #f2f2f2;
    color: grey;
    font-weight: bold;
    position: sticky; /* Make headers sticky */
    top: 0; /* Stick to the top */
    z-index: 10;
}

tr:nth-child(even)[b-7mwncmazrp] {
    background-color: #f9f9f9;
}

tr:hover[b-7mwncmazrp] {
    background-color: #e8f4f8;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .table[b-7mwncmazrp], thead[b-7mwncmazrp], tbody[b-7mwncmazrp], th[b-7mwncmazrp], td[b-7mwncmazrp], tr[b-7mwncmazrp] {
        display: block;
    }

    td[b-7mwncmazrp], th[b-7mwncmazrp] {
        width: 100%; /* Make each cell stack 100% width */
    }
}



.scrollable-horizontal[b-7mwncmazrp] {
    display: block; /* This allows the div to act as a scrollable container */
    overflow-x: auto; /* This enables horizontal scrolling */
    white-space: nowrap; /* This ensures the table does not wrap within the div */
}

.nav-tabs .nav-item.show .nav-link[b-7mwncmazrp], .nav-tabs .nav-link.active[b-7mwncmazrp] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.graphwindow[b-7mwncmazrp] {
    height: 25vh; /* 25% of the viewport height */
    width: 99%; /* 99% of the container width */
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers the graph horizontally */
    align-items: center; /* Centers the graph vertically */
}

    /* Optional: If you need the graph to be strictly contained within the div without scrollbars */
    .graphwindow > *[b-7mwncmazrp] {
        max-width: 100%;
        max-height: 100%;
    }

#department[b-7mwncmazrp] {
    width: 50%; /* Adjust width as needed */
    padding: 2px 12px; /* Padding inside the select box */
    border: 1px solid #ccc; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: white; /* Background color */
    font-size: 16px; /* Text size inside the select box */
    color: #333; /* Text color */
    -moz-appearance: none; /* Removes default style in Firefox */
    -webkit-appearance: none; /* Removes default style in Chrome/Safari */
    appearance: none; /* Removes default style in modern browsers */
}

    /* To change the appearance of the dropdown arrow */
    #department[b-7mwncmazrp]::-ms-expand {
        display: none; /* Removes default arrow in IE/Edge */
    }

    /* Optionally, style the options */
    #department option[b-7mwncmazrp] {
        padding: 10px; /* Padding inside each option */
    }

/* If you want to include custom arrow */
#department[b-7mwncmazrp] {
    background-image: url('path_to_down_arrow_icon');
    background-repeat: no-repeat;
    background-position: right 10px top 50%; /* Adjust the position as needed */
    background-size: 12px; /* Size of the background image */
}

.buttonpdf[b-7mwncmazrp] {
    background-color: #E53E3E; /* A strong red, often associated with PDFs */
    color: white;
    padding: 6px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, box-shadow 0.2s;
    outline: none; /* Removes the outline on focus for a clean look */
}

    .buttonpdf:hover[b-7mwncmazrp] {
        background-color: #C53030; /* A darker red for the hover state */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .buttonpdf:active[b-7mwncmazrp] {
        background-color: #9B2C2C; /* An even darker red for the active state */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    }

.export[b-7mwncmazrp] {
    display: flex; /* This will help to position the button if needed */
    justify-content: flex-end; /* Positions the button to the right; change as needed */
    padding: 10px; /* Add padding as necessary */
}
/* _content/MalisanyaDashBlazor/Pages/PublicPages/GovernanceIndicators_reg.razor.rz.scp.css */
.home-button-container[b-aw674nqlr0] {
    position: fixed; /* Fixed position to keep it at the same spot even on scrolling */
    top: 10px; /* Distance from the top of the page */
    left: 10px; /* Distance from the left of the page */
    z-index: 1000; /* Ensures it stays above other content */
}

.home-button[b-aw674nqlr0] {
    padding: 10px 20px;
    background-color: #4CAF50; /* A friendly green background */
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Subtle shadow for depth */
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

    .home-button:hover[b-aw674nqlr0], .home-button:focus[b-aw674nqlr0] {
        background-color: #388E3C; /* A darker green for interactive feedback */
        box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* A larger shadow for depth */
        transform: scale(1.05); /* Slight increase in size for effect */
        color: white; /* Maintain text color */
        text-decoration: none; /* No underline on hover */
    }

    /* Optional: Add a home icon from Font Awesome */
    .home-button[b-aw674nqlr0]:before {
        content: "\f015"; /* Home icon unicode */
        font-family: "Font Awesome 5 Free"; /* Adjust based on your version of Font Awesome */
        margin-right: 8px; /* Space between icon and text */
    }


.headerall[b-aw674nqlr0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-title[b-aw674nqlr0] {
    flex-grow: 1;
    text-align: center;
    margin: 0; /* Adjust as needed */
    /* additional styling for the title */
}

.header-year[b-aw674nqlr0] {
    font-size: 20px; /* Adjust the size as per your design */
    color: #4A90E2; /* A pleasant, eye-catching color */
    font-weight: bold; /* Makes the text stand out */
    padding: 5px 10px; /* Adds some space around the text */
    border-radius: 5px; /* Optional: rounds the corners */
    background-color: #E7F3FF; /* Light background color for contrast */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin-left: 10px; /* Adds some space from the neighboring element */
}

.titletable[b-aw674nqlr0] {
    background-color: #f0f0f0;
    height: 3vh;
}

.excel-button[b-aw674nqlr0] {
    background-color: #1D6F42; /* A green color reminiscent of the Excel theme */
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Creates a space between the icon and the text */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

    .excel-button:hover[b-aw674nqlr0] {
        background-color: #145A32; /* A darker shade for the hover effect */
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    }

.excel-icon[b-aw674nqlr0] {
    width: 20px; /* or the size you prefer */
    height: auto;
    margin-right: 5px; /* Adds some space between the icon and the text */
    vertical-align: middle; /* Aligns the icon vertically with the text */
}

.bodytable[b-aw674nqlr0] {
    background-color: transparent;
    overflow-y: scroll;
    /*display: flex;*/ /* Enables Flexbox */
    /*justify-content: center;*/ /* Centers horizontally */
    /*align-items: center;*/ /* Centers vertically */
    /*height: 80vh;*/ /* Full height of the viewport */
    /*width: 100vw;*/ /* Full width of the viewport */
    /*text-align: center;*/
}

.titlegraph[b-aw674nqlr0] {
    background-color: #f0f0f0;
    height: 3vh;
    width: 99.9%;
}

.bodygraph[b-aw674nqlr0] {
    background-color: transparent;
    height: 25vh;
    width: 99.9%;
}

.imageview[b-aw674nqlr0] {
    width: 20px;
    height: 20px;
}

.table-container[b-aw674nqlr0] {
    height: 40vh;
    overflow: scroll;
    font-family: Arial, sans-serif;
    Use a sans-serif font for similarity to the image overflow-x: auto;
    Enables horizontal scrolling if table overflows
}

.table-wrapper[b-aw674nqlr0] {
    overflow-x: auto; /* Allows horizontal scrolling if needed */
    width: 100%;
}

.table[b-aw674nqlr0] {
    width: 100%;
    height: 45vh;
    border-collapse: collapse;
    table-layout: fixed; /* This helps in ensuring a fixed layout */
}

th[b-aw674nqlr0], td[b-aw674nqlr0] {
    padding: 4px;
    border: 1px solid #ddd;
    overflow-wrap: break-word; /* Breaks words to next line */
}

th[b-aw674nqlr0] {
    background-color: #f2f2f2;
    color: grey;
    font-weight: bold;
    position: sticky; /* Make headers sticky */
    top: 0; /* Stick to the top */
    z-index: 10;
}

tr:nth-child(even)[b-aw674nqlr0] {
    background-color: #f9f9f9;
}

tr:hover[b-aw674nqlr0] {
    background-color: #e8f4f8;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .table[b-aw674nqlr0], thead[b-aw674nqlr0], tbody[b-aw674nqlr0], th[b-aw674nqlr0], td[b-aw674nqlr0], tr[b-aw674nqlr0] {
        display: block;
    }

    td[b-aw674nqlr0], th[b-aw674nqlr0] {
        width: 100%; /* Make each cell stack 100% width */
    }
}



.scrollable-horizontal[b-aw674nqlr0] {
    display: block; /* This allows the div to act as a scrollable container */
    overflow-x: auto; /* This enables horizontal scrolling */
    white-space: nowrap; /* This ensures the table does not wrap within the div */
}

.nav-tabs .nav-item.show .nav-link[b-aw674nqlr0], .nav-tabs .nav-link.active[b-aw674nqlr0] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.graphwindow[b-aw674nqlr0] {
    height: 25vh; /* 25% of the viewport height */
    width: 99%; /* 99% of the container width */
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers the graph horizontally */
    align-items: center; /* Centers the graph vertically */
}

    /* Optional: If you need the graph to be strictly contained within the div without scrollbars */
    .graphwindow > *[b-aw674nqlr0] {
        max-width: 100%;
        max-height: 100%;
    }

#department[b-aw674nqlr0] {
    width: 50%; /* Adjust width as needed */
    padding: 2px 12px; /* Padding inside the select box */
    border: 1px solid #ccc; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: white; /* Background color */
    font-size: 16px; /* Text size inside the select box */
    color: #333; /* Text color */
    -moz-appearance: none; /* Removes default style in Firefox */
    -webkit-appearance: none; /* Removes default style in Chrome/Safari */
    appearance: none; /* Removes default style in modern browsers */
}

    /* To change the appearance of the dropdown arrow */
    #department[b-aw674nqlr0]::-ms-expand {
        display: none; /* Removes default arrow in IE/Edge */
    }

    /* Optionally, style the options */
    #department option[b-aw674nqlr0] {
        padding: 10px; /* Padding inside each option */
    }

/* If you want to include custom arrow */
#department[b-aw674nqlr0] {
    background-image: url('path_to_down_arrow_icon');
    background-repeat: no-repeat;
    background-position: right 10px top 50%; /* Adjust the position as needed */
    background-size: 12px; /* Size of the background image */
}

.buttonpdf[b-aw674nqlr0] {
    background-color: #E53E3E; /* A strong red, often associated with PDFs */
    color: white;
    padding: 6px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, box-shadow 0.2s;
    outline: none; /* Removes the outline on focus for a clean look */
}

    .buttonpdf:hover[b-aw674nqlr0] {
        background-color: #C53030; /* A darker red for the hover state */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .buttonpdf:active[b-aw674nqlr0] {
        background-color: #9B2C2C; /* An even darker red for the active state */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    }

.export[b-aw674nqlr0] {
    display: flex; /* This will help to position the button if needed */
    justify-content: flex-end; /* Positions the button to the right; change as needed */
    padding: 10px; /* Add padding as necessary */
}
/* _content/MalisanyaDashBlazor/Pages/PublicPages/LiquidIndicators.razor.rz.scp.css */
.home-button-container[b-p76nf407gm] {
    position: fixed; /* Fixed position to keep it at the same spot even on scrolling */
    top: 10px; /* Distance from the top of the page */
    left: 10px; /* Distance from the left of the page */
    z-index: 1000; /* Ensures it stays above other content */
}

.home-button[b-p76nf407gm] {
    padding: 10px 20px;
    background-color: #4CAF50; /* A friendly green background */
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Subtle shadow for depth */
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

    .home-button:hover[b-p76nf407gm], .home-button:focus[b-p76nf407gm] {
        background-color: #388E3C; /* A darker green for interactive feedback */
        box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* A larger shadow for depth */
        transform: scale(1.05); /* Slight increase in size for effect */
        color: white; /* Maintain text color */
        text-decoration: none; /* No underline on hover */
    }

    /* Optional: Add a home icon from Font Awesome */
    .home-button[b-p76nf407gm]:before {
        content: "\f015"; /* Home icon unicode */
        font-family: "Font Awesome 5 Free"; /* Adjust based on your version of Font Awesome */
        margin-right: 8px; /* Space between icon and text */
    }


.headerall[b-p76nf407gm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-title[b-p76nf407gm] {
    flex-grow: 1;
    text-align: center;
    margin: 0; /* Adjust as needed */
    /* additional styling for the title */
}

.header-year[b-p76nf407gm] {
    font-size: 20px; /* Adjust the size as per your design */
    color: #4A90E2; /* A pleasant, eye-catching color */
    font-weight: bold; /* Makes the text stand out */
    padding: 5px 10px; /* Adds some space around the text */
    border-radius: 5px; /* Optional: rounds the corners */
    background-color: #E7F3FF; /* Light background color for contrast */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin-left: 10px; /* Adds some space from the neighboring element */
}

.titletable[b-p76nf407gm] {
    background-color: #f0f0f0;
    height: 3vh;
}

.excel-button[b-p76nf407gm] {
    background-color: #1D6F42; /* A green color reminiscent of the Excel theme */
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Creates a space between the icon and the text */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

    .excel-button:hover[b-p76nf407gm] {
        background-color: #145A32; /* A darker shade for the hover effect */
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    }

.excel-icon[b-p76nf407gm] {
    width: 20px; /* or the size you prefer */
    height: auto;
    margin-right: 5px; /* Adds some space between the icon and the text */
    vertical-align: middle; /* Aligns the icon vertically with the text */
}

.bodytable[b-p76nf407gm] {
    background-color: transparent;
    overflow-y: scroll;
    /*display: flex;*/ /* Enables Flexbox */
    /*justify-content: center;*/ /* Centers horizontally */
    /*align-items: center;*/ /* Centers vertically */
    /*height: 80vh;*/ /* Full height of the viewport */
    /*width: 100vw;*/ /* Full width of the viewport */
    /*text-align: center;*/
}

.titlegraph[b-p76nf407gm] {
    background-color: #f0f0f0;
    height: 3vh;
    width: 99.9%;
}

.bodygraph[b-p76nf407gm] {
    background-color: transparent;
    height: 25vh;
    width: 99.9%;
}

.imageview[b-p76nf407gm] {
    width: 20px;
    height: 20px;
}

.table-container[b-p76nf407gm] {
    height: 40vh;
    overflow: scroll;
    font-family: Arial, sans-serif;
    Use a sans-serif font for similarity to the image overflow-x: auto;
    Enables horizontal scrolling if table overflows
}

.table-wrapper[b-p76nf407gm] {
    overflow-x: auto; /* Allows horizontal scrolling if needed */
    width: 100%;
}

.table[b-p76nf407gm] {
    width: 100%;
    height: 45vh;
    border-collapse: collapse;
    table-layout: fixed; /* This helps in ensuring a fixed layout */
}

th[b-p76nf407gm], td[b-p76nf407gm] {
    padding: 4px;
    border: 1px solid #ddd;
    overflow-wrap: break-word; /* Breaks words to next line */
}

th[b-p76nf407gm] {
    background-color: #f2f2f2;
    color: grey;
    font-weight: bold;
    position: sticky; /* Make headers sticky */
    top: 0; /* Stick to the top */
    z-index: 10;
}

tr:nth-child(even)[b-p76nf407gm] {
    background-color: #f9f9f9;
}

tr:hover[b-p76nf407gm] {
    background-color: #e8f4f8;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .table[b-p76nf407gm], thead[b-p76nf407gm], tbody[b-p76nf407gm], th[b-p76nf407gm], td[b-p76nf407gm], tr[b-p76nf407gm] {
        display: block;
    }

    td[b-p76nf407gm], th[b-p76nf407gm] {
        width: 100%; /* Make each cell stack 100% width */
    }
}



.scrollable-horizontal[b-p76nf407gm] {
    display: block; /* This allows the div to act as a scrollable container */
    overflow-x: auto; /* This enables horizontal scrolling */
    white-space: nowrap; /* This ensures the table does not wrap within the div */
}

.nav-tabs .nav-item.show .nav-link[b-p76nf407gm], .nav-tabs .nav-link.active[b-p76nf407gm] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.graphwindow[b-p76nf407gm] {
    height: 25vh; /* 25% of the viewport height */
    width: 99%; /* 99% of the container width */
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers the graph horizontally */
    align-items: center; /* Centers the graph vertically */
}

    /* Optional: If you need the graph to be strictly contained within the div without scrollbars */
    .graphwindow > *[b-p76nf407gm] {
        max-width: 100%;
        max-height: 100%;
    }

#department[b-p76nf407gm] {
    width: 50%; /* Adjust width as needed */
    padding: 2px 12px; /* Padding inside the select box */
    border: 1px solid #ccc; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: white; /* Background color */
    font-size: 16px; /* Text size inside the select box */
    color: #333; /* Text color */
    -moz-appearance: none; /* Removes default style in Firefox */
    -webkit-appearance: none; /* Removes default style in Chrome/Safari */
    appearance: none; /* Removes default style in modern browsers */
}

    /* To change the appearance of the dropdown arrow */
    #department[b-p76nf407gm]::-ms-expand {
        display: none; /* Removes default arrow in IE/Edge */
    }

    /* Optionally, style the options */
    #department option[b-p76nf407gm] {
        padding: 10px; /* Padding inside each option */
    }

/* If you want to include custom arrow */
#department[b-p76nf407gm] {
    background-image: url('path_to_down_arrow_icon');
    background-repeat: no-repeat;
    background-position: right 10px top 50%; /* Adjust the position as needed */
    background-size: 12px; /* Size of the background image */
}

.buttonpdf[b-p76nf407gm] {
    background-color: #E53E3E; /* A strong red, often associated with PDFs */
    color: white;
    padding: 6px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, box-shadow 0.2s;
    outline: none; /* Removes the outline on focus for a clean look */
}

    .buttonpdf:hover[b-p76nf407gm] {
        background-color: #C53030; /* A darker red for the hover state */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .buttonpdf:active[b-p76nf407gm] {
        background-color: #9B2C2C; /* An even darker red for the active state */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    }

.export[b-p76nf407gm] {
    display: flex; /* This will help to position the button if needed */
    justify-content: flex-end; /* Positions the button to the right; change as needed */
    padding: 10px; /* Add padding as necessary */
}
/* _content/MalisanyaDashBlazor/Pages/PublicPages/PolutionIndicators.razor.rz.scp.css */
.home-button-container[b-7osvdqzjqc] {
    position: fixed; /* Fixed position to keep it at the same spot even on scrolling */
    top: 10px; /* Distance from the top of the page */
    left: 10px; /* Distance from the left of the page */
    z-index: 1000; /* Ensures it stays above other content */
}

.home-button[b-7osvdqzjqc] {
    padding: 10px 20px;
    background-color: #4CAF50; /* A friendly green background */
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Subtle shadow for depth */
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

    .home-button:hover[b-7osvdqzjqc], .home-button:focus[b-7osvdqzjqc] {
        background-color: #388E3C; /* A darker green for interactive feedback */
        box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* A larger shadow for depth */
        transform: scale(1.05); /* Slight increase in size for effect */
        color: white; /* Maintain text color */
        text-decoration: none; /* No underline on hover */
    }

    /* Optional: Add a home icon from Font Awesome */
    .home-button[b-7osvdqzjqc]:before {
        content: "\f015"; /* Home icon unicode */
        font-family: "Font Awesome 5 Free"; /* Adjust based on your version of Font Awesome */
        margin-right: 8px; /* Space between icon and text */
    }


.headerall[b-7osvdqzjqc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-title[b-7osvdqzjqc] {
    flex-grow: 1;
    text-align: center;
    margin: 0; /* Adjust as needed */
    /* additional styling for the title */
}

.header-year[b-7osvdqzjqc] {
    font-size: 20px; /* Adjust the size as per your design */
    color: #4A90E2; /* A pleasant, eye-catching color */
    font-weight: bold; /* Makes the text stand out */
    padding: 5px 10px; /* Adds some space around the text */
    border-radius: 5px; /* Optional: rounds the corners */
    background-color: #E7F3FF; /* Light background color for contrast */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin-left: 10px; /* Adds some space from the neighboring element */
}

.titletable[b-7osvdqzjqc] {
    background-color: #f0f0f0;
    height: 3vh;
}

.excel-button[b-7osvdqzjqc] {
    background-color: #1D6F42; /* A green color reminiscent of the Excel theme */
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Creates a space between the icon and the text */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

    .excel-button:hover[b-7osvdqzjqc] {
        background-color: #145A32; /* A darker shade for the hover effect */
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    }

.excel-icon[b-7osvdqzjqc] {
    width: 20px; /* or the size you prefer */
    height: auto;
    margin-right: 5px; /* Adds some space between the icon and the text */
    vertical-align: middle; /* Aligns the icon vertically with the text */
}

.bodytable[b-7osvdqzjqc] {
    background-color: transparent;
    overflow-y: scroll;
    /*display: flex;*/ /* Enables Flexbox */
    /*justify-content: center;*/ /* Centers horizontally */
    /*align-items: center;*/ /* Centers vertically */
    /*height: 80vh;*/ /* Full height of the viewport */
    /*width: 100vw;*/ /* Full width of the viewport */
    /*text-align: center;*/
}

.titlegraph[b-7osvdqzjqc] {
    background-color: #f0f0f0;
    height: 3vh;
    width: 99.9%;
}

.bodygraph[b-7osvdqzjqc] {
    background-color: transparent;
    height: 25vh;
    width: 99.9%;
}

.imageview[b-7osvdqzjqc] {
    width: 20px;
    height: 20px;
}

.table-container[b-7osvdqzjqc] {
    height: 40vh;
    overflow: scroll;
    font-family: Arial, sans-serif;
    Use a sans-serif font for similarity to the image overflow-x: auto;
    Enables horizontal scrolling if table overflows
}

.table-wrapper[b-7osvdqzjqc] {
    overflow-x: auto; /* Allows horizontal scrolling if needed */
    width: 100%;
}

.table[b-7osvdqzjqc] {
    width: 100%;
    height: 45vh;
    border-collapse: collapse;
    table-layout: fixed; /* This helps in ensuring a fixed layout */
}

th[b-7osvdqzjqc], td[b-7osvdqzjqc] {
    padding: 4px;
    border: 1px solid #ddd;
    overflow-wrap: break-word; /* Breaks words to next line */
}

th[b-7osvdqzjqc] {
    background-color: #f2f2f2;
    color: grey;
    font-weight: bold;
    position: sticky; /* Make headers sticky */
    top: 0; /* Stick to the top */
    z-index: 10;
}

tr:nth-child(even)[b-7osvdqzjqc] {
    background-color: #f9f9f9;
}

tr:hover[b-7osvdqzjqc] {
    background-color: #e8f4f8;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .table[b-7osvdqzjqc], thead[b-7osvdqzjqc], tbody[b-7osvdqzjqc], th[b-7osvdqzjqc], td[b-7osvdqzjqc], tr[b-7osvdqzjqc] {
        display: block;
    }

    td[b-7osvdqzjqc], th[b-7osvdqzjqc] {
        width: 100%; /* Make each cell stack 100% width */
    }
}



.scrollable-horizontal[b-7osvdqzjqc] {
    display: block; /* This allows the div to act as a scrollable container */
    overflow-x: auto; /* This enables horizontal scrolling */
    white-space: nowrap; /* This ensures the table does not wrap within the div */
}

.nav-tabs .nav-item.show .nav-link[b-7osvdqzjqc], .nav-tabs .nav-link.active[b-7osvdqzjqc] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.graphwindow[b-7osvdqzjqc] {
    height: 25vh; /* 25% of the viewport height */
    width: 99%; /* 99% of the container width */
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers the graph horizontally */
    align-items: center; /* Centers the graph vertically */
}

    /* Optional: If you need the graph to be strictly contained within the div without scrollbars */
    .graphwindow > *[b-7osvdqzjqc] {
        max-width: 100%;
        max-height: 100%;
    }

#department[b-7osvdqzjqc] {
    width: 50%; /* Adjust width as needed */
    padding: 2px 12px; /* Padding inside the select box */
    border: 1px solid #ccc; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: white; /* Background color */
    font-size: 16px; /* Text size inside the select box */
    color: #333; /* Text color */
    -moz-appearance: none; /* Removes default style in Firefox */
    -webkit-appearance: none; /* Removes default style in Chrome/Safari */
    appearance: none; /* Removes default style in modern browsers */
}

    /* To change the appearance of the dropdown arrow */
    #department[b-7osvdqzjqc]::-ms-expand {
        display: none; /* Removes default arrow in IE/Edge */
    }

    /* Optionally, style the options */
    #department option[b-7osvdqzjqc] {
        padding: 10px; /* Padding inside each option */
    }

/* If you want to include custom arrow */
#department[b-7osvdqzjqc] {
    background-image: url('path_to_down_arrow_icon');
    background-repeat: no-repeat;
    background-position: right 10px top 50%; /* Adjust the position as needed */
    background-size: 12px; /* Size of the background image */
}

.buttonpdf[b-7osvdqzjqc] {
    background-color: #E53E3E; /* A strong red, often associated with PDFs */
    color: white;
    padding: 6px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, box-shadow 0.2s;
    outline: none; /* Removes the outline on focus for a clean look */
}

    .buttonpdf:hover[b-7osvdqzjqc] {
        background-color: #C53030; /* A darker red for the hover state */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .buttonpdf:active[b-7osvdqzjqc] {
        background-color: #9B2C2C; /* An even darker red for the active state */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    }

.export[b-7osvdqzjqc] {
    display: flex; /* This will help to position the button if needed */
    justify-content: flex-end; /* Positions the button to the right; change as needed */
    padding: 10px; /* Add padding as necessary */
}
/* _content/MalisanyaDashBlazor/Pages/PublicPages/SolidIndicators.razor.rz.scp.css */
.home-button-container[b-2i3p4xhmrc] {
    position: fixed; /* Fixed position to keep it at the same spot even on scrolling */
    top: 10px; /* Distance from the top of the page */
    left: 10px; /* Distance from the left of the page */
    z-index: 1000; /* Ensures it stays above other content */
}

.home-button[b-2i3p4xhmrc] {
    padding: 10px 20px;
    background-color: #4CAF50; /* A friendly green background */
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Subtle shadow for depth */
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

    .home-button:hover[b-2i3p4xhmrc], .home-button:focus[b-2i3p4xhmrc] {
        background-color: #388E3C; /* A darker green for interactive feedback */
        box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* A larger shadow for depth */
        transform: scale(1.05); /* Slight increase in size for effect */
        color: white; /* Maintain text color */
        text-decoration: none; /* No underline on hover */
    }

    /* Optional: Add a home icon from Font Awesome */
    .home-button[b-2i3p4xhmrc]:before {
        content: "\f015"; /* Home icon unicode */
        font-family: "Font Awesome 5 Free"; /* Adjust based on your version of Font Awesome */
        margin-right: 8px; /* Space between icon and text */
    }


.headerall[b-2i3p4xhmrc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-title[b-2i3p4xhmrc] {
    flex-grow: 1;
    text-align: center;
    margin: 0; /* Adjust as needed */
    /* additional styling for the title */
}

.header-year[b-2i3p4xhmrc] {
    font-size: 20px; /* Adjust the size as per your design */
    color: #4A90E2; /* A pleasant, eye-catching color */
    font-weight: bold; /* Makes the text stand out */
    padding: 5px 10px; /* Adds some space around the text */
    border-radius: 5px; /* Optional: rounds the corners */
    background-color: #E7F3FF; /* Light background color for contrast */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin-left: 10px; /* Adds some space from the neighboring element */
}

.titletable[b-2i3p4xhmrc] {
    background-color: #f0f0f0;
    height: 3vh;
}

.excel-button[b-2i3p4xhmrc] {
    background-color: #1D6F42; /* A green color reminiscent of the Excel theme */
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Creates a space between the icon and the text */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}

    .excel-button:hover[b-2i3p4xhmrc] {
        background-color: #145A32; /* A darker shade for the hover effect */
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    }

.excel-icon[b-2i3p4xhmrc] {
    width: 20px; /* or the size you prefer */
    height: auto;
    margin-right: 5px; /* Adds some space between the icon and the text */
    vertical-align: middle; /* Aligns the icon vertically with the text */
}

.bodytable[b-2i3p4xhmrc] {
    background-color: transparent;
    overflow-y: scroll;
    /*display: flex;*/ /* Enables Flexbox */
    /*justify-content: center;*/ /* Centers horizontally */
    /*align-items: center;*/ /* Centers vertically */
    /*height: 80vh;*/ /* Full height of the viewport */
    /*width: 100vw;*/ /* Full width of the viewport */
    /*text-align: center;*/
}

.titlegraph[b-2i3p4xhmrc] {
    background-color: #f0f0f0;
    height: 3vh;
    width: 99.9%;
}

.bodygraph[b-2i3p4xhmrc] {
    background-color: transparent;
    height: 25vh;
    width: 99.9%;
}

.imageview[b-2i3p4xhmrc] {
    width: 20px;
    height: 20px;
}

.table-container[b-2i3p4xhmrc] {
    height: 40vh;
    overflow: scroll;
    font-family: Arial, sans-serif;
    Use a sans-serif font for similarity to the image overflow-x: auto;
    Enables horizontal scrolling if table overflows
}

.table-wrapper[b-2i3p4xhmrc] {
    overflow-x: auto; /* Allows horizontal scrolling if needed */
    width: 100%;
}

.table[b-2i3p4xhmrc] {
    width: 100%;
    height: 45vh;
    border-collapse: collapse;
    table-layout: fixed; /* This helps in ensuring a fixed layout */
}

th[b-2i3p4xhmrc], td[b-2i3p4xhmrc] {
    padding: 4px;
    border: 1px solid #ddd;
    overflow-wrap: break-word; /* Breaks words to next line */
}

th[b-2i3p4xhmrc] {
    background-color: #f2f2f2;
    color: grey;
    font-weight: bold;
    position: sticky; /* Make headers sticky */
    top: 0; /* Stick to the top */
    z-index: 10;
}

tr:nth-child(even)[b-2i3p4xhmrc] {
    background-color: #f9f9f9;
}

tr:hover[b-2i3p4xhmrc] {
    background-color: #e8f4f8;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .table[b-2i3p4xhmrc], thead[b-2i3p4xhmrc], tbody[b-2i3p4xhmrc], th[b-2i3p4xhmrc], td[b-2i3p4xhmrc], tr[b-2i3p4xhmrc] {
        display: block;
    }

    td[b-2i3p4xhmrc], th[b-2i3p4xhmrc] {
        width: 100%; /* Make each cell stack 100% width */
    }
}



.scrollable-horizontal[b-2i3p4xhmrc] {
    display: block; /* This allows the div to act as a scrollable container */
    overflow-x: auto; /* This enables horizontal scrolling */
    white-space: nowrap; /* This ensures the table does not wrap within the div */
}

.nav-tabs .nav-item.show .nav-link[b-2i3p4xhmrc], .nav-tabs .nav-link.active[b-2i3p4xhmrc] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.graphwindow[b-2i3p4xhmrc] {
    height: 25vh; /* 25% of the viewport height */
    width: 99%; /* 99% of the container width */
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers the graph horizontally */
    align-items: center; /* Centers the graph vertically */
}

    /* Optional: If you need the graph to be strictly contained within the div without scrollbars */
    .graphwindow > *[b-2i3p4xhmrc] {
        max-width: 100%;
        max-height: 100%;
    }

#department[b-2i3p4xhmrc] {
    width: 50%; /* Adjust width as needed */
    padding: 2px 12px; /* Padding inside the select box */
    border: 1px solid #ccc; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: white; /* Background color */
    font-size: 16px; /* Text size inside the select box */
    color: #333; /* Text color */
    -moz-appearance: none; /* Removes default style in Firefox */
    -webkit-appearance: none; /* Removes default style in Chrome/Safari */
    appearance: none; /* Removes default style in modern browsers */
}

    /* To change the appearance of the dropdown arrow */
    #department[b-2i3p4xhmrc]::-ms-expand {
        display: none; /* Removes default arrow in IE/Edge */
    }

    /* Optionally, style the options */
    #department option[b-2i3p4xhmrc] {
        padding: 10px; /* Padding inside each option */
    }

/* If you want to include custom arrow */
#department[b-2i3p4xhmrc] {
    background-image: url('path_to_down_arrow_icon');
    background-repeat: no-repeat;
    background-position: right 10px top 50%; /* Adjust the position as needed */
    background-size: 12px; /* Size of the background image */
}

.buttonpdf[b-2i3p4xhmrc] {
    background-color: #E53E3E; /* A strong red, often associated with PDFs */
    color: white;
    padding: 6px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, box-shadow 0.2s;
    outline: none; /* Removes the outline on focus for a clean look */
}

    .buttonpdf:hover[b-2i3p4xhmrc] {
        background-color: #C53030; /* A darker red for the hover state */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .buttonpdf:active[b-2i3p4xhmrc] {
        background-color: #9B2C2C; /* An even darker red for the active state */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    }

.export[b-2i3p4xhmrc] {
    display: flex; /* This will help to position the button if needed */
    justify-content: flex-end; /* Positions the button to the right; change as needed */
    padding: 10px; /* Add padding as necessary */
}
/* _content/MalisanyaDashBlazor/Pages/Reports/Dichet_liquide.razor.rz.scp.css */
body[b-2i8a72auj9] {
}
/* _content/MalisanyaDashBlazor/Pages/Reports/Dichet_solid.razor.rz.scp.css */
body[b-dq8es7ts36] {
}
/* _content/MalisanyaDashBlazor/Pages/Reports/Indicateurs.razor.rz.scp.css */
.button5[b-6azcg2b3kj] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-6azcg2b3kj] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-6azcg2b3kj] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divupdate[b-6azcg2b3kj] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.divgrid[b-6azcg2b3kj] {
    width: 99%;
    float: left;
    margin-top: 10px;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.container[b-6azcg2b3kj] {
    display: block;
    position: relative;
    padding-left: 35px;
    width: 300px;
    /*margin-bottom: 12px;*/
    margin-left: -2px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input[b-6azcg2b3kj] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark[b-6azcg2b3kj] {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark[b-6azcg2b3kj] {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark[b-6azcg2b3kj] {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark[b-6azcg2b3kj]:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark[b-6azcg2b3kj]:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark[b-6azcg2b3kj]:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* _content/MalisanyaDashBlazor/Pages/Reports/Lieu_public.razor.rz.scp.css */
body[b-g50l89cgto] {
}
/* _content/MalisanyaDashBlazor/Pages/Reports/Localite.razor.rz.scp.css */
body[b-fzlbhb0ac8] {
}
/* _content/MalisanyaDashBlazor/Pages/Reports/NationalDashboard.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-wuf931p1ii], .nav-tabs .nav-link.active[b-wuf931p1ii] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-wuf931p1ii] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.diveanalysis[b-wuf931p1ii] {
    margin-top: 37%;
}

.imageuser[b-wuf931p1ii] {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: .5%;
}

.imageview[b-wuf931p1ii] {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: .5%;
}

/*div analysis*/
.divmonit1[b-wuf931p1ii] {
    width: 18%;
    height: 20px;
    background-color: whitesmoke;
}

.divmonit2[b-wuf931p1ii] {
    width: 18%;
    height: 20px;
    margin-left: 20%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit3[b-wuf931p1ii] {
    width: 18%;
    height: 20px;
    margin-left: 40%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit4[b-wuf931p1ii] {
    width: 18%;
    height: 20px;
    margin-left: 60%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit5[b-wuf931p1ii] {
    width: 18%;
    height: 20px;
    margin-left: 80%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.tdstyle[b-wuf931p1ii] {
    color: #065e13;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
}
/* _content/MalisanyaDashBlazor/Pages/Reports/RegionalDashboard.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-7zipvcy0ie], .nav-tabs .nav-link.active[b-7zipvcy0ie] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-7zipvcy0ie] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.diveanalysis[b-7zipvcy0ie] {
    margin-top: 37%;
}

.imageuser[b-7zipvcy0ie] {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: .5%;
}

.imageview[b-7zipvcy0ie] {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: .5%;
}

/*div analysis*/
.divmonit1[b-7zipvcy0ie] {
    width: 18%;
    height: 20px;
    background-color: whitesmoke;
}

.divmonit2[b-7zipvcy0ie] {
    width: 18%;
    height: 20px;
    margin-left: 20%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit3[b-7zipvcy0ie] {
    width: 18%;
    height: 20px;
    margin-left: 40%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit4[b-7zipvcy0ie] {
    width: 18%;
    height: 20px;
    margin-left: 60%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit5[b-7zipvcy0ie] {
    width: 18%;
    height: 20px;
    margin-left: 80%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.tdstyle[b-7zipvcy0ie] {
    color: #065e13;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
}
/* _content/MalisanyaDashBlazor/Pages/Reports/RegionalDashboardLiquid.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-e2zzemh9d4], .nav-tabs .nav-link.active[b-e2zzemh9d4] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-e2zzemh9d4] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.diveanalysis[b-e2zzemh9d4]{
    margin-top: 37%;
}
.imageuser[b-e2zzemh9d4] {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: .5%;
}
.imageview[b-e2zzemh9d4] {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: .5%;
}

/*div analysis*/
.divmonit1[b-e2zzemh9d4] {
    width: 18%;
    height: 20px;
    background-color: whitesmoke;
}
.divmonit2[b-e2zzemh9d4] {
    width: 18%;
    height: 20px;
    margin-left: 20%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.divmonit3[b-e2zzemh9d4] {
    width: 18%;
    height: 20px;
    margin-left: 40%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.divmonit4[b-e2zzemh9d4] {
    width: 18%;
    height: 20px;
    margin-left: 60%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.divmonit5[b-e2zzemh9d4] {
    width: 18%;
    height: 20px;
    margin-left: 80%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.tdstyle[b-e2zzemh9d4] {
    color: #065e13;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
}
/* _content/MalisanyaDashBlazor/Pages/Reports/RegionalDashboardPOL.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-oi64jauvkt], .nav-tabs .nav-link.active[b-oi64jauvkt] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-oi64jauvkt] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.diveanalysis[b-oi64jauvkt] {
    margin-top: 37%;
}

.imageuser[b-oi64jauvkt] {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: .5%;
}

.imageview[b-oi64jauvkt] {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: .5%;
}

/*div analysis*/
.divmonit1[b-oi64jauvkt] {
    width: 18%;
    height: 20px;
    background-color: whitesmoke;
}

.divmonit2[b-oi64jauvkt] {
    width: 18%;
    height: 20px;
    margin-left: 20%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit3[b-oi64jauvkt] {
    width: 18%;
    height: 20px;
    margin-left: 40%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit4[b-oi64jauvkt] {
    width: 18%;
    height: 20px;
    margin-left: 60%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.divmonit5[b-oi64jauvkt] {
    width: 18%;
    height: 20px;
    margin-left: 80%;
    margin-top: -20px;
    background-color: whitesmoke;
}

.tdstyle[b-oi64jauvkt] {
    color: #065e13;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
}
/* _content/MalisanyaDashBlazor/Pages/Reports/RegionalDashboardSOL.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-lexzxcfx9h], .nav-tabs .nav-link.active[b-lexzxcfx9h] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-lexzxcfx9h] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.diveanalysis[b-lexzxcfx9h]{
    margin-top: 37%;
}
.imageuser[b-lexzxcfx9h] {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: .5%;
}
.imageview[b-lexzxcfx9h] {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: .5%;
}

/*div analysis*/
.divmonit1[b-lexzxcfx9h] {
    width: 18%;
    height: 20px;
    background-color: whitesmoke;
}
.divmonit2[b-lexzxcfx9h] {
    width: 18%;
    height: 20px;
    margin-left: 20%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.divmonit3[b-lexzxcfx9h] {
    width: 18%;
    height: 20px;
    margin-left: 40%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.divmonit4[b-lexzxcfx9h] {
    width: 18%;
    height: 20px;
    margin-left: 60%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.divmonit5[b-lexzxcfx9h] {
    width: 18%;
    height: 20px;
    margin-left: 80%;
    margin-top: -20px;
    background-color: whitesmoke;
}
.tdstyle[b-lexzxcfx9h] {
    color: #065e13;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
}
/* _content/MalisanyaDashBlazor/Pages/TableuDeBoard/VilleDashboard.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-sya3qfb7xl], .nav-tabs .nav-link.active[b-sya3qfb7xl] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-sya3qfb7xl] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
/* _content/MalisanyaDashBlazor/Pages/UsersDetails/ChangePassword.razor.rz.scp.css */

/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);
*/
body[b-3kzm551gdt] {
    background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile[b-3kzm551gdt] {
        display: none;
    }
}

.imagecmali[b-3kzm551gdt] {
    width: 13%;
    height: 55%;
    margin-left: .5%;
}

.imagecmaliright[b-3kzm551gdt] {
    width: 40%;
    height: 90%;
    margin-left: .5%;
}

.divheader[b-3kzm551gdt] {
    position: fixed;
    align-content: center;
    width: 100%;
    height: 12%;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #ffffff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLefth[b-3kzm551gdt] {
    width: 30%;
    height: 12%;
    position: fixed;
    background-color: transparent;
    text-align: left;
    /*left: 2%;*/
    margin-left: 1%;
}

.divCenterh[b-3kzm551gdt] {
    width: 30%;
    height: 12%;
    position: fixed;
    font-size: 30px;
    font-weight: bold;
    background-color: transparent;
    left: 35%;
    color: #065e13;
    font-style: oblique;
    margin-top: 2%;
    text-align: center;
    /*margin-left: -100px;*/
}

.divRighth[b-3kzm551gdt] {
    width: 30%;
    height: 12%;
    position: fixed;
    background-color: transparent;
    left: 69%;
    text-align: right;
    /*margin-left: -100px;*/
}

.login-box[b-3kzm551gdt] {
    background: url(/images/logi_bg.png);
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin: 50px auto;
    min-height: 700px;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
}

.logorr[b-3kzm551gdt] {
    font-family: "Script MT";
    font-size: 30px;
    text-align: center;
    color: #065e13;
    margin-bottom: 50px;
}

    .logorr .logorr-font[b-3kzm551gdt] {
        color: #065e13;
    }

.logo[b-3kzm551gdt] {
    font-family: "Script MT";
    font-size: 34px;
    text-align: center;
    color: #888888;
    margin-bottom: 50px;
}

    .logo .logo-font[b-3kzm551gdt] {
        color: #14d4fa;
    }

@media only screen and (max-width: 767px) {
    .logo[b-3kzm551gdt] {
        font-size: 34px;
    }
}

.header-title[b-3kzm551gdt] {
    text-align: center;
    margin-bottom: 50px;
}

.login-form[b-3kzm551gdt] {
    max-width: 300px;
    margin: 0 auto;
}

    .login-form .form-control[b-3kzm551gdt] {
        border-radius: 0;
        margin-bottom: 30px;
    }

    .login-form .form-group[b-3kzm551gdt] {
        position: relative;
    }

        .login-form .form-group .forgot-password[b-3kzm551gdt] {
            position: absolute;
            top: 6px;
            right: 15px;
        }

    .login-form .btn[b-3kzm551gdt] {
        border-radius: 0;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .login-form .btn.btn-primary[b-3kzm551gdt] {
            background: #3BC3FF;
            border-color: #31c0ff;
        }

.slider-feature-card[b-3kzm551gdt] {
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
}

    .slider-feature-card img[b-3kzm551gdt] {
        height: 80px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slider-feature-card h3[b-3kzm551gdt],
    .slider-feature-card p[b-3kzm551gdt] {
        margin-bottom: 30px;
    }

.carousel-indicators[b-3kzm551gdt] {
    bottom: -50px;
}

    .carousel-indicators li[b-3kzm551gdt] {
        cursor: pointer;
    }

.image[b-3kzm551gdt] {
    width: 50%;
    height: 100%;
    margin-left: .5%;
}

.imageuser[b-3kzm551gdt] {
    width: 50%;
    height: 100%;
    float: right;
    margin-right: .5%;
}

.imagegiz[b-3kzm551gdt] {
    width: 140%;
    height: 100%;
    margin-right: 35%;
}

/*start of ne log in design*/
form[b-3kzm551gdt] {
    border: 1px solid #f1f1f1;
}

input[type=text][b-3kzm551gdt], input[type=password][b-3kzm551gdt] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.divlogos[b-3kzm551gdt] {
    width: 60%;
    height: 60px;
    background-color: transparent;
    margin-top: 80px;
}


.divLeftlogo[b-3kzm551gdt] {
    width: 12%;
    height: 12%;
    position: fixed;
    background-color: transparent;
    text-align: left;
    /*left: 2%;*/
    margin-left: 1%;
}

.divCenterlogo[b-3kzm551gdt] {
    width: 12%;
    height: 12%;
    position: fixed;
    font-size: 30px;
    font-weight: bold;
    background-color: transparent;
    margin-left: 14%;
    color: #065e13;
    font-style: oblique;
    text-align: center;
    /*margin-left: -100px;*/
}

.divRightlogo[b-3kzm551gdt] {
    width: 12%;
    height: 12%;
    position: fixed;
    background-color: transparent;
    margin-left: 27%;
    text-align: right;
    /*margin-left: -100px;*/
}


.button[b-3kzm551gdt] {
    background-color: #14d4fa;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover[b-3kzm551gdt] {
    opacity: 0.8;
}

.cancelbtn[b-3kzm551gdt] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer[b-3kzm551gdt] {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar[b-3kzm551gdt] {
    width: 45%;
    border-radius: 50%;
}

.container[b-3kzm551gdt] {
    padding: 16px;
}

span.psw[b-3kzm551gdt] {
    float: right;
    padding-top: 16px;
}
/* _content/MalisanyaDashBlazor/Pages/UsersDetails/ManageUser.razor.rz.scp.css */
body[b-w1nj5ysczr] {
}
.nav-tabs .nav-item.show .nav-link[b-w1nj5ysczr], .nav-tabs .nav-link.active[b-w1nj5ysczr] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}
input[type=text][b-w1nj5ysczr], select[b-w1nj5ysczr] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-w1nj5ysczr] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-w1nj5ysczr] {
        background-color: #45a049;
    }

.divupdate[b-w1nj5ysczr] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.divgrid[b-w1nj5ysczr] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 350px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-w1nj5ysczr] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-w1nj5ysczr] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-w1nj5ysczr] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-w1nj5ysczr] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-w1nj5ysczr] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-w1nj5ysczr] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-w1nj5ysczr] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-w1nj5ysczr] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-w1nj5ysczr] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.switch[b-w1nj5ysczr] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-w1nj5ysczr] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-w1nj5ysczr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-w1nj5ysczr]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-w1nj5ysczr] {
    background-color: #1cbd04;
}

input:focus + .slider[b-w1nj5ysczr] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-w1nj5ysczr]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-w1nj5ysczr] {
    border-radius: 34px;
}

    .slider.round[b-w1nj5ysczr]:before {
        border-radius: 50%;
    }
/* _content/MalisanyaDashBlazor/Pages/UsersDetails/ManageUserRegional.razor.rz.scp.css */
body[b-yobm4c2m1n] {
}
.nav-tabs .nav-item.show .nav-link[b-yobm4c2m1n], .nav-tabs .nav-link.active[b-yobm4c2m1n] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}
input[type=text][b-yobm4c2m1n], select[b-yobm4c2m1n] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-yobm4c2m1n] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-yobm4c2m1n] {
        background-color: #45a049;
    }

.divupdate[b-yobm4c2m1n] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
   /* padding-bottom: 20px;
    margin-bottom: 20px*/;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.divgrid[b-yobm4c2m1n] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-yobm4c2m1n] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-yobm4c2m1n] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-yobm4c2m1n] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-yobm4c2m1n] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-yobm4c2m1n] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-yobm4c2m1n] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-yobm4c2m1n] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-yobm4c2m1n] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-yobm4c2m1n] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.switch[b-yobm4c2m1n] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-yobm4c2m1n] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-yobm4c2m1n] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-yobm4c2m1n]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-yobm4c2m1n] {
    background-color: #1cbd04;
}

input:focus + .slider[b-yobm4c2m1n] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-yobm4c2m1n]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-yobm4c2m1n] {
    border-radius: 34px;
}

    .slider.round[b-yobm4c2m1n]:before {
        border-radius: 50%;
    }
/* _content/MalisanyaDashBlazor/Pages/UsersDetails/RightManagement.razor.rz.scp.css */
body[b-02cgkpsayh] {
}

.nav-tabs .nav-item.show .nav-link[b-02cgkpsayh], .nav-tabs .nav-link.active[b-02cgkpsayh] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

input[type=text][b-02cgkpsayh], select[b-02cgkpsayh] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-02cgkpsayh] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-02cgkpsayh] {
        background-color: #45a049;
    }

.divupdate[b-02cgkpsayh] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    /* padding-bottom: 20px;
    margin-bottom: 20px*/;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.divgrid[b-02cgkpsayh] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-02cgkpsayh] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-02cgkpsayh] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-02cgkpsayh] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-02cgkpsayh] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-02cgkpsayh] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-02cgkpsayh] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-02cgkpsayh] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-02cgkpsayh] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-02cgkpsayh] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-02cgkpsayh] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-02cgkpsayh] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-02cgkpsayh] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-02cgkpsayh]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-02cgkpsayh] {
    background-color: #1cbd04;
}

input:focus + .slider[b-02cgkpsayh] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-02cgkpsayh]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-02cgkpsayh] {
    border-radius: 34px;
}

    .slider.round[b-02cgkpsayh]:before {
        border-radius: 50%;
    }
/* _content/MalisanyaDashBlazor/Pages/UsersDetails/RoleManagement.razor.rz.scp.css */
body[b-0alj0mt7xr] {
}

.nav-tabs .nav-item.show .nav-link[b-0alj0mt7xr], .nav-tabs .nav-link.active[b-0alj0mt7xr] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

input[type=text][b-0alj0mt7xr], select[b-0alj0mt7xr] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-0alj0mt7xr] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-0alj0mt7xr] {
        background-color: #45a049;
    }

.divupdate[b-0alj0mt7xr] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    /* padding-bottom: 20px;
    margin-bottom: 20px*/;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.divgrid[b-0alj0mt7xr] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-0alj0mt7xr] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-0alj0mt7xr] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-0alj0mt7xr] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-0alj0mt7xr] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-0alj0mt7xr] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-0alj0mt7xr] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-0alj0mt7xr] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-0alj0mt7xr] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-0alj0mt7xr] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-0alj0mt7xr] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-0alj0mt7xr] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-0alj0mt7xr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-0alj0mt7xr]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-0alj0mt7xr] {
    background-color: #1cbd04;
}

input:focus + .slider[b-0alj0mt7xr] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-0alj0mt7xr]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-0alj0mt7xr] {
    border-radius: 34px;
}

    .slider.round[b-0alj0mt7xr]:before {
        border-radius: 50%;
    }
/* _content/MalisanyaDashBlazor/Pages/UsersDetails/RoleRightsPage.razor.rz.scp.css */
body[b-1uxrjiz7g6] {
}

.nav-tabs .nav-item.show .nav-link[b-1uxrjiz7g6], .nav-tabs .nav-link.active[b-1uxrjiz7g6] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

input[type=text][b-1uxrjiz7g6], select[b-1uxrjiz7g6] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit][b-1uxrjiz7g6] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover[b-1uxrjiz7g6] {
        background-color: #45a049;
    }

.divupdate[b-1uxrjiz7g6] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    /* padding-bottom: 20px;
    margin-bottom: 20px*/;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.divgrid[b-1uxrjiz7g6] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-1uxrjiz7g6] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-1uxrjiz7g6] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-1uxrjiz7g6] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-1uxrjiz7g6] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-1uxrjiz7g6] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-1uxrjiz7g6] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-1uxrjiz7g6] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-1uxrjiz7g6] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-1uxrjiz7g6] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-1uxrjiz7g6] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-1uxrjiz7g6] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-1uxrjiz7g6] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-1uxrjiz7g6]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-1uxrjiz7g6] {
    background-color: #1cbd04;
}

input:focus + .slider[b-1uxrjiz7g6] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-1uxrjiz7g6]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-1uxrjiz7g6] {
    border-radius: 34px;
}

    .slider.round[b-1uxrjiz7g6]:before {
        border-radius: 50%;
    }
/* _content/MalisanyaDashBlazor/Pages/Visualiser/AvancementDNACPN.razor.rz.scp.css */
.divgrid[b-ot6arl0lvj] {
    width: 99%;
    height: 500px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.switch[b-ot6arl0lvj] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-ot6arl0lvj] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-ot6arl0lvj] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-ot6arl0lvj]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-ot6arl0lvj] {
    background-color: #1cbd04;
}

input:focus + .slider[b-ot6arl0lvj] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-ot6arl0lvj]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-ot6arl0lvj] {
    border-radius: 34px;
}

    .slider.round[b-ot6arl0lvj]:before {
        border-radius: 50%;
    }


body[b-ot6arl0lvj] {
}

.button5[b-ot6arl0lvj] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-ot6arl0lvj] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-ot6arl0lvj] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divupdate[b-ot6arl0lvj] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-ot6arl0lvj] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-ot6arl0lvj] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-ot6arl0lvj] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-ot6arl0lvj] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-ot6arl0lvj] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-ot6arl0lvj] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-ot6arl0lvj] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-ot6arl0lvj], #variable th[b-ot6arl0lvj] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-ot6arl0lvj] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-ot6arl0lvj] {
    background-color: #ddd;
}

#variable th[b-ot6arl0lvj] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-ot6arl0lvj] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-ot6arl0lvj] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root[b-ot6arl0lvj] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-ot6arl0lvj], [b-ot6arl0lvj]::after, [b-ot6arl0lvj]::before {
    box-sizing: border-box
}

html[b-ot6arl0lvj] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-ot6arl0lvj], aside[b-ot6arl0lvj], figcaption[b-ot6arl0lvj], figure[b-ot6arl0lvj], footer[b-ot6arl0lvj], header[b-ot6arl0lvj], hgroup[b-ot6arl0lvj], main[b-ot6arl0lvj], nav[b-ot6arl0lvj], section[b-ot6arl0lvj] {
    display: block
}

body[b-ot6arl0lvj] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-ot6arl0lvj] {
    outline: 0 !important
}

hr[b-ot6arl0lvj] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-ot6arl0lvj], h2[b-ot6arl0lvj], h3[b-ot6arl0lvj], h4[b-ot6arl0lvj], h5[b-ot6arl0lvj], h6[b-ot6arl0lvj] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-ot6arl0lvj] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-ot6arl0lvj], abbr[title][b-ot6arl0lvj] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-ot6arl0lvj] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-ot6arl0lvj], ol[b-ot6arl0lvj], ul[b-ot6arl0lvj] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-ot6arl0lvj], ol ul[b-ot6arl0lvj], ul ol[b-ot6arl0lvj], ul ul[b-ot6arl0lvj] {
        margin-bottom: 0
    }

dt[b-ot6arl0lvj] {
    font-weight: 700
}

dd[b-ot6arl0lvj] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-ot6arl0lvj] {
    margin: 0 0 1rem
}

b[b-ot6arl0lvj], strong[b-ot6arl0lvj] {
    font-weight: bolder
}

small[b-ot6arl0lvj] {
    font-size: 80%
}

sub[b-ot6arl0lvj], sup[b-ot6arl0lvj] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-ot6arl0lvj] {
    bottom: -.25em
}

sup[b-ot6arl0lvj] {
    top: -.5em
}

a[b-ot6arl0lvj] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-ot6arl0lvj] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-ot6arl0lvj] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-ot6arl0lvj] {
            color: inherit;
            text-decoration: none
        }

code[b-ot6arl0lvj], kbd[b-ot6arl0lvj], pre[b-ot6arl0lvj], samp[b-ot6arl0lvj] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-ot6arl0lvj] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-ot6arl0lvj] {
    margin: 0 0 1rem
}

img[b-ot6arl0lvj] {
    vertical-align: middle;
    border-style: none
}

svg[b-ot6arl0lvj] {
    overflow: hidden;
    vertical-align: middle
}



caption[b-ot6arl0lvj] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-ot6arl0lvj] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-ot6arl0lvj] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-ot6arl0lvj] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-ot6arl0lvj] {
        outline: 0
    }

button[b-ot6arl0lvj], input[b-ot6arl0lvj], optgroup[b-ot6arl0lvj], select[b-ot6arl0lvj], textarea[b-ot6arl0lvj] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-ot6arl0lvj], input[b-ot6arl0lvj] {
    overflow: visible
}

button[b-ot6arl0lvj], select[b-ot6arl0lvj] {
    text-transform: none
}

[role=button][b-ot6arl0lvj] {
    cursor: pointer
}

select[b-ot6arl0lvj] {
    word-wrap: normal
}

[type=button][b-ot6arl0lvj], [type=reset][b-ot6arl0lvj], [type=submit][b-ot6arl0lvj], button[b-ot6arl0lvj] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-ot6arl0lvj], [type=reset]:not(:disabled)[b-ot6arl0lvj], [type=submit]:not(:disabled)[b-ot6arl0lvj], button:not(:disabled)[b-ot6arl0lvj] {
        cursor: pointer
    }

    [type=button][b-ot6arl0lvj]::-moz-focus-inner, [type=reset][b-ot6arl0lvj]::-moz-focus-inner, [type=submit][b-ot6arl0lvj]::-moz-focus-inner, button[b-ot6arl0lvj]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-ot6arl0lvj], input[type=radio][b-ot6arl0lvj] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-ot6arl0lvj] {
    overflow: auto;
    resize: vertical
}

fieldset[b-ot6arl0lvj] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-ot6arl0lvj] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-ot6arl0lvj] {
    vertical-align: baseline
}

[type=number][b-ot6arl0lvj]::-webkit-inner-spin-button, [type=number][b-ot6arl0lvj]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-ot6arl0lvj] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-ot6arl0lvj]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-ot6arl0lvj]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-ot6arl0lvj] {
    display: inline-block
}

summary[b-ot6arl0lvj] {
    display: list-item;
    cursor: pointer
}

template[b-ot6arl0lvj] {
    display: none
}

[hidden][b-ot6arl0lvj] {
    display: none !important
}

.h1[b-ot6arl0lvj], .h2[b-ot6arl0lvj], .h3[b-ot6arl0lvj], .h4[b-ot6arl0lvj], .h5[b-ot6arl0lvj], .h6[b-ot6arl0lvj], h1[b-ot6arl0lvj], h2[b-ot6arl0lvj], h3[b-ot6arl0lvj], h4[b-ot6arl0lvj], h5[b-ot6arl0lvj], h6[b-ot6arl0lvj] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-ot6arl0lvj], h1[b-ot6arl0lvj] {
    font-size: 2.5rem
}

.h2[b-ot6arl0lvj], h2[b-ot6arl0lvj] {
    font-size: 2rem
}

.h3[b-ot6arl0lvj], h3[b-ot6arl0lvj] {
    font-size: 1.75rem
}

.h4[b-ot6arl0lvj], h4[b-ot6arl0lvj] {
    font-size: 1.5rem
}

.h5[b-ot6arl0lvj], h5[b-ot6arl0lvj] {
    font-size: 1.25rem
}

.h6[b-ot6arl0lvj], h6[b-ot6arl0lvj] {
    font-size: 1rem
}

.lead[b-ot6arl0lvj] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-ot6arl0lvj] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-ot6arl0lvj] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-ot6arl0lvj] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-ot6arl0lvj] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-ot6arl0lvj] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-ot6arl0lvj], small[b-ot6arl0lvj] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-ot6arl0lvj], mark[b-ot6arl0lvj] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-ot6arl0lvj] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-ot6arl0lvj] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-ot6arl0lvj] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-ot6arl0lvj] {
        margin-right: .5rem
    }

.initialism[b-ot6arl0lvj] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-ot6arl0lvj] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-ot6arl0lvj] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-ot6arl0lvj]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-ot6arl0lvj] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-ot6arl0lvj] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-ot6arl0lvj] {
    display: inline-block
}

.figure-img[b-ot6arl0lvj] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-ot6arl0lvj] {
    font-size: 90%;
    color: #858796
}

code[b-ot6arl0lvj] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-ot6arl0lvj] {
    color: inherit
}

kbd[b-ot6arl0lvj] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-ot6arl0lvj] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-ot6arl0lvj] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-ot6arl0lvj] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-ot6arl0lvj] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-ot6arl0lvj], .container-fluid[b-ot6arl0lvj], .container-lg[b-ot6arl0lvj], .container-md[b-ot6arl0lvj], .container-sm[b-ot6arl0lvj], .container-xl[b-ot6arl0lvj] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-ot6arl0lvj], .container-sm[b-ot6arl0lvj] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-ot6arl0lvj], .container-md[b-ot6arl0lvj], .container-sm[b-ot6arl0lvj] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-ot6arl0lvj], .container-lg[b-ot6arl0lvj], .container-md[b-ot6arl0lvj], .container-sm[b-ot6arl0lvj] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-ot6arl0lvj], .container-lg[b-ot6arl0lvj], .container-md[b-ot6arl0lvj], .container-sm[b-ot6arl0lvj], .container-xl[b-ot6arl0lvj] {
        max-width: 1140px
    }
}

.row[b-ot6arl0lvj] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-ot6arl0lvj] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-ot6arl0lvj], .no-gutters > [class*=col-][b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-ot6arl0lvj], .col-1[b-ot6arl0lvj], .col-10[b-ot6arl0lvj], .col-11[b-ot6arl0lvj], .col-12[b-ot6arl0lvj], .col-2[b-ot6arl0lvj], .col-3[b-ot6arl0lvj], .col-4[b-ot6arl0lvj], .col-5[b-ot6arl0lvj], .col-6[b-ot6arl0lvj], .col-7[b-ot6arl0lvj], .col-8[b-ot6arl0lvj], .col-9[b-ot6arl0lvj], .col-auto[b-ot6arl0lvj], .col-lg[b-ot6arl0lvj], .col-lg-1[b-ot6arl0lvj], .col-lg-10[b-ot6arl0lvj], .col-lg-11[b-ot6arl0lvj], .col-lg-12[b-ot6arl0lvj], .col-lg-2[b-ot6arl0lvj], .col-lg-3[b-ot6arl0lvj], .col-lg-4[b-ot6arl0lvj], .col-lg-5[b-ot6arl0lvj], .col-lg-6[b-ot6arl0lvj], .col-lg-7[b-ot6arl0lvj], .col-lg-8[b-ot6arl0lvj], .col-lg-9[b-ot6arl0lvj], .col-lg-auto[b-ot6arl0lvj], .col-md[b-ot6arl0lvj], .col-md-1[b-ot6arl0lvj], .col-md-10[b-ot6arl0lvj], .col-md-11[b-ot6arl0lvj], .col-md-12[b-ot6arl0lvj], .col-md-2[b-ot6arl0lvj], .col-md-3[b-ot6arl0lvj], .col-md-4[b-ot6arl0lvj], .col-md-5[b-ot6arl0lvj], .col-md-6[b-ot6arl0lvj], .col-md-7[b-ot6arl0lvj], .col-md-8[b-ot6arl0lvj], .col-md-9[b-ot6arl0lvj], .col-md-auto[b-ot6arl0lvj], .col-sm[b-ot6arl0lvj], .col-sm-1[b-ot6arl0lvj], .col-sm-10[b-ot6arl0lvj], .col-sm-11[b-ot6arl0lvj], .col-sm-12[b-ot6arl0lvj], .col-sm-2[b-ot6arl0lvj], .col-sm-3[b-ot6arl0lvj], .col-sm-4[b-ot6arl0lvj], .col-sm-5[b-ot6arl0lvj], .col-sm-6[b-ot6arl0lvj], .col-sm-7[b-ot6arl0lvj], .col-sm-8[b-ot6arl0lvj], .col-sm-9[b-ot6arl0lvj], .col-sm-auto[b-ot6arl0lvj], .col-xl[b-ot6arl0lvj], .col-xl-1[b-ot6arl0lvj], .col-xl-10[b-ot6arl0lvj], .col-xl-11[b-ot6arl0lvj], .col-xl-12[b-ot6arl0lvj], .col-xl-2[b-ot6arl0lvj], .col-xl-3[b-ot6arl0lvj], .col-xl-4[b-ot6arl0lvj], .col-xl-5[b-ot6arl0lvj], .col-xl-6[b-ot6arl0lvj], .col-xl-7[b-ot6arl0lvj], .col-xl-8[b-ot6arl0lvj], .col-xl-9[b-ot6arl0lvj], .col-xl-auto[b-ot6arl0lvj] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-ot6arl0lvj] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-ot6arl0lvj] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-ot6arl0lvj] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-ot6arl0lvj] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-ot6arl0lvj] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-ot6arl0lvj] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-ot6arl0lvj] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-ot6arl0lvj] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-ot6arl0lvj] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-ot6arl0lvj] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-ot6arl0lvj] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-ot6arl0lvj] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-ot6arl0lvj] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-ot6arl0lvj] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-ot6arl0lvj] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-ot6arl0lvj] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-ot6arl0lvj] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-ot6arl0lvj] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-ot6arl0lvj] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-ot6arl0lvj] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-ot6arl0lvj] {
    order: -1
}

.order-last[b-ot6arl0lvj] {
    order: 13
}

.order-0[b-ot6arl0lvj] {
    order: 0
}

.order-1[b-ot6arl0lvj] {
    order: 1
}

.order-2[b-ot6arl0lvj] {
    order: 2
}

.order-3[b-ot6arl0lvj] {
    order: 3
}

.order-4[b-ot6arl0lvj] {
    order: 4
}

.order-5[b-ot6arl0lvj] {
    order: 5
}

.order-6[b-ot6arl0lvj] {
    order: 6
}

.order-7[b-ot6arl0lvj] {
    order: 7
}

.order-8[b-ot6arl0lvj] {
    order: 8
}

.order-9[b-ot6arl0lvj] {
    order: 9
}

.order-10[b-ot6arl0lvj] {
    order: 10
}

.order-11[b-ot6arl0lvj] {
    order: 11
}

.order-12[b-ot6arl0lvj] {
    order: 12
}

.offset-1[b-ot6arl0lvj] {
    margin-left: 8.33333%
}

.offset-2[b-ot6arl0lvj] {
    margin-left: 16.66667%
}

.offset-3[b-ot6arl0lvj] {
    margin-left: 25%
}

.offset-4[b-ot6arl0lvj] {
    margin-left: 33.33333%
}

.offset-5[b-ot6arl0lvj] {
    margin-left: 41.66667%
}

.offset-6[b-ot6arl0lvj] {
    margin-left: 50%
}

.offset-7[b-ot6arl0lvj] {
    margin-left: 58.33333%
}

.offset-8[b-ot6arl0lvj] {
    margin-left: 66.66667%
}

.offset-9[b-ot6arl0lvj] {
    margin-left: 75%
}

.offset-10[b-ot6arl0lvj] {
    margin-left: 83.33333%
}

.offset-11[b-ot6arl0lvj] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-ot6arl0lvj] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-ot6arl0lvj] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-ot6arl0lvj] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-ot6arl0lvj] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-ot6arl0lvj] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-ot6arl0lvj] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-ot6arl0lvj] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-ot6arl0lvj] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-ot6arl0lvj] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-ot6arl0lvj] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-ot6arl0lvj] {
        order: -1
    }

    .order-sm-last[b-ot6arl0lvj] {
        order: 13
    }

    .order-sm-0[b-ot6arl0lvj] {
        order: 0
    }

    .order-sm-1[b-ot6arl0lvj] {
        order: 1
    }

    .order-sm-2[b-ot6arl0lvj] {
        order: 2
    }

    .order-sm-3[b-ot6arl0lvj] {
        order: 3
    }

    .order-sm-4[b-ot6arl0lvj] {
        order: 4
    }

    .order-sm-5[b-ot6arl0lvj] {
        order: 5
    }

    .order-sm-6[b-ot6arl0lvj] {
        order: 6
    }

    .order-sm-7[b-ot6arl0lvj] {
        order: 7
    }

    .order-sm-8[b-ot6arl0lvj] {
        order: 8
    }

    .order-sm-9[b-ot6arl0lvj] {
        order: 9
    }

    .order-sm-10[b-ot6arl0lvj] {
        order: 10
    }

    .order-sm-11[b-ot6arl0lvj] {
        order: 11
    }

    .order-sm-12[b-ot6arl0lvj] {
        order: 12
    }

    .offset-sm-0[b-ot6arl0lvj] {
        margin-left: 0
    }

    .offset-sm-1[b-ot6arl0lvj] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-ot6arl0lvj] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-ot6arl0lvj] {
        margin-left: 25%
    }

    .offset-sm-4[b-ot6arl0lvj] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-ot6arl0lvj] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-ot6arl0lvj] {
        margin-left: 50%
    }

    .offset-sm-7[b-ot6arl0lvj] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-ot6arl0lvj] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-ot6arl0lvj] {
        margin-left: 75%
    }

    .offset-sm-10[b-ot6arl0lvj] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-ot6arl0lvj] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-ot6arl0lvj] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-ot6arl0lvj] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-ot6arl0lvj] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-ot6arl0lvj] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-ot6arl0lvj] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-ot6arl0lvj] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-ot6arl0lvj] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-ot6arl0lvj] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-ot6arl0lvj] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-ot6arl0lvj] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-ot6arl0lvj] {
        order: -1
    }

    .order-md-last[b-ot6arl0lvj] {
        order: 13
    }

    .order-md-0[b-ot6arl0lvj] {
        order: 0
    }

    .order-md-1[b-ot6arl0lvj] {
        order: 1
    }

    .order-md-2[b-ot6arl0lvj] {
        order: 2
    }

    .order-md-3[b-ot6arl0lvj] {
        order: 3
    }

    .order-md-4[b-ot6arl0lvj] {
        order: 4
    }

    .order-md-5[b-ot6arl0lvj] {
        order: 5
    }

    .order-md-6[b-ot6arl0lvj] {
        order: 6
    }

    .order-md-7[b-ot6arl0lvj] {
        order: 7
    }

    .order-md-8[b-ot6arl0lvj] {
        order: 8
    }

    .order-md-9[b-ot6arl0lvj] {
        order: 9
    }

    .order-md-10[b-ot6arl0lvj] {
        order: 10
    }

    .order-md-11[b-ot6arl0lvj] {
        order: 11
    }

    .order-md-12[b-ot6arl0lvj] {
        order: 12
    }

    .offset-md-0[b-ot6arl0lvj] {
        margin-left: 0
    }

    .offset-md-1[b-ot6arl0lvj] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-ot6arl0lvj] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-ot6arl0lvj] {
        margin-left: 25%
    }

    .offset-md-4[b-ot6arl0lvj] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-ot6arl0lvj] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-ot6arl0lvj] {
        margin-left: 50%
    }

    .offset-md-7[b-ot6arl0lvj] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-ot6arl0lvj] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-ot6arl0lvj] {
        margin-left: 75%
    }

    .offset-md-10[b-ot6arl0lvj] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-ot6arl0lvj] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-ot6arl0lvj] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-ot6arl0lvj] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-ot6arl0lvj] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-ot6arl0lvj] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-ot6arl0lvj] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-ot6arl0lvj] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-ot6arl0lvj] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-ot6arl0lvj] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-ot6arl0lvj] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-ot6arl0lvj] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-ot6arl0lvj] {
        order: -1
    }

    .order-lg-last[b-ot6arl0lvj] {
        order: 13
    }

    .order-lg-0[b-ot6arl0lvj] {
        order: 0
    }

    .order-lg-1[b-ot6arl0lvj] {
        order: 1
    }

    .order-lg-2[b-ot6arl0lvj] {
        order: 2
    }

    .order-lg-3[b-ot6arl0lvj] {
        order: 3
    }

    .order-lg-4[b-ot6arl0lvj] {
        order: 4
    }

    .order-lg-5[b-ot6arl0lvj] {
        order: 5
    }

    .order-lg-6[b-ot6arl0lvj] {
        order: 6
    }

    .order-lg-7[b-ot6arl0lvj] {
        order: 7
    }

    .order-lg-8[b-ot6arl0lvj] {
        order: 8
    }

    .order-lg-9[b-ot6arl0lvj] {
        order: 9
    }

    .order-lg-10[b-ot6arl0lvj] {
        order: 10
    }

    .order-lg-11[b-ot6arl0lvj] {
        order: 11
    }

    .order-lg-12[b-ot6arl0lvj] {
        order: 12
    }

    .offset-lg-0[b-ot6arl0lvj] {
        margin-left: 0
    }

    .offset-lg-1[b-ot6arl0lvj] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-ot6arl0lvj] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-ot6arl0lvj] {
        margin-left: 25%
    }

    .offset-lg-4[b-ot6arl0lvj] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-ot6arl0lvj] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-ot6arl0lvj] {
        margin-left: 50%
    }

    .offset-lg-7[b-ot6arl0lvj] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-ot6arl0lvj] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-ot6arl0lvj] {
        margin-left: 75%
    }

    .offset-lg-10[b-ot6arl0lvj] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-ot6arl0lvj] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-ot6arl0lvj] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-ot6arl0lvj] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-ot6arl0lvj] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-ot6arl0lvj] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-ot6arl0lvj] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-ot6arl0lvj] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-ot6arl0lvj] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-ot6arl0lvj] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-ot6arl0lvj] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-ot6arl0lvj] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-ot6arl0lvj] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-ot6arl0lvj] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-ot6arl0lvj] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-ot6arl0lvj] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-ot6arl0lvj] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-ot6arl0lvj] {
        order: -1
    }

    .order-xl-last[b-ot6arl0lvj] {
        order: 13
    }

    .order-xl-0[b-ot6arl0lvj] {
        order: 0
    }

    .order-xl-1[b-ot6arl0lvj] {
        order: 1
    }

    .order-xl-2[b-ot6arl0lvj] {
        order: 2
    }

    .order-xl-3[b-ot6arl0lvj] {
        order: 3
    }

    .order-xl-4[b-ot6arl0lvj] {
        order: 4
    }

    .order-xl-5[b-ot6arl0lvj] {
        order: 5
    }

    .order-xl-6[b-ot6arl0lvj] {
        order: 6
    }

    .order-xl-7[b-ot6arl0lvj] {
        order: 7
    }

    .order-xl-8[b-ot6arl0lvj] {
        order: 8
    }

    .order-xl-9[b-ot6arl0lvj] {
        order: 9
    }

    .order-xl-10[b-ot6arl0lvj] {
        order: 10
    }

    .order-xl-11[b-ot6arl0lvj] {
        order: 11
    }

    .order-xl-12[b-ot6arl0lvj] {
        order: 12
    }

    .offset-xl-0[b-ot6arl0lvj] {
        margin-left: 0
    }

    .offset-xl-1[b-ot6arl0lvj] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-ot6arl0lvj] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-ot6arl0lvj] {
        margin-left: 25%
    }

    .offset-xl-4[b-ot6arl0lvj] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-ot6arl0lvj] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-ot6arl0lvj] {
        margin-left: 50%
    }

    .offset-xl-7[b-ot6arl0lvj] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-ot6arl0lvj] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-ot6arl0lvj] {
        margin-left: 75%
    }

    .offset-xl-10[b-ot6arl0lvj] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-ot6arl0lvj] {
        margin-left: 91.66667%
    }
}

.selected-row[b-ot6arl0lvj] {
    background-color: #a6ecff; /* Light blue, for example */
}

.form-control[b-ot6arl0lvj] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-ot6arl0lvj] {
        transition: none
    }
}

.form-control[b-ot6arl0lvj]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-ot6arl0lvj] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-ot6arl0lvj] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-ot6arl0lvj]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-ot6arl0lvj]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-ot6arl0lvj] {
    color: #858796;
    opacity: 1
}

.form-control[b-ot6arl0lvj]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-ot6arl0lvj]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-ot6arl0lvj], .form-control[readonly][b-ot6arl0lvj] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-ot6arl0lvj], input[type=datetime-local].form-control[b-ot6arl0lvj], input[type=month].form-control[b-ot6arl0lvj], input[type=time].form-control[b-ot6arl0lvj] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-ot6arl0lvj]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-ot6arl0lvj], .form-control-range[b-ot6arl0lvj] {
    display: block;
    width: 100%
}

.col-form-label[b-ot6arl0lvj] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-ot6arl0lvj] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-ot6arl0lvj] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-ot6arl0lvj] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-ot6arl0lvj], .form-control-plaintext.form-control-sm[b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-ot6arl0lvj] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-ot6arl0lvj] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-ot6arl0lvj], select.form-control[size][b-ot6arl0lvj] {
    height: auto
}

textarea.form-control[b-ot6arl0lvj] {
    height: auto
}

.form-group[b-ot6arl0lvj] {
    margin-bottom: 1rem
}

.form-text[b-ot6arl0lvj] {
    display: block;
    margin-top: .25rem
}

.form-row[b-ot6arl0lvj] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-ot6arl0lvj], .form-row > [class*=col-][b-ot6arl0lvj] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-ot6arl0lvj] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-ot6arl0lvj] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-ot6arl0lvj], .form-check-input[disabled] ~ .form-check-label[b-ot6arl0lvj] {
        color: #858796
    }

.form-check-label[b-ot6arl0lvj] {
    margin-bottom: 0
}

.form-check-inline[b-ot6arl0lvj] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-ot6arl0lvj] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-ot6arl0lvj] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-ot6arl0lvj] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-ot6arl0lvj], .form-row > [class*=col-] > .valid-tooltip[b-ot6arl0lvj] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-ot6arl0lvj], .is-valid ~ .valid-tooltip[b-ot6arl0lvj], .was-validated :valid ~ .valid-feedback[b-ot6arl0lvj], .was-validated :valid ~ .valid-tooltip[b-ot6arl0lvj] {
    display: block
}

.form-control.is-valid[b-ot6arl0lvj], .was-validated .form-control:valid[b-ot6arl0lvj] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-ot6arl0lvj], .was-validated .form-control:valid:focus[b-ot6arl0lvj] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-ot6arl0lvj], textarea.form-control.is-valid[b-ot6arl0lvj] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-ot6arl0lvj], .was-validated .custom-select:valid[b-ot6arl0lvj] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-ot6arl0lvj], .was-validated .custom-select:valid:focus[b-ot6arl0lvj] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-ot6arl0lvj], .was-validated .form-check-input:valid ~ .form-check-label[b-ot6arl0lvj] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-ot6arl0lvj], .form-check-input.is-valid ~ .valid-tooltip[b-ot6arl0lvj], .was-validated .form-check-input:valid ~ .valid-feedback[b-ot6arl0lvj], .was-validated .form-check-input:valid ~ .valid-tooltip[b-ot6arl0lvj] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-ot6arl0lvj], .was-validated .custom-control-input:valid ~ .custom-control-label[b-ot6arl0lvj] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-ot6arl0lvj]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-ot6arl0lvj]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-ot6arl0lvj]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-ot6arl0lvj]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-ot6arl0lvj], .was-validated .custom-file-input:valid ~ .custom-file-label[b-ot6arl0lvj] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-ot6arl0lvj], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-ot6arl0lvj] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-ot6arl0lvj] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-ot6arl0lvj] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-ot6arl0lvj], .form-row > [class*=col-] > .invalid-tooltip[b-ot6arl0lvj] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-ot6arl0lvj], .is-invalid ~ .invalid-tooltip[b-ot6arl0lvj], .was-validated :invalid ~ .invalid-feedback[b-ot6arl0lvj], .was-validated :invalid ~ .invalid-tooltip[b-ot6arl0lvj] {
    display: block
}

.form-control.is-invalid[b-ot6arl0lvj], .was-validated .form-control:invalid[b-ot6arl0lvj] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-ot6arl0lvj], .was-validated .form-control:invalid:focus[b-ot6arl0lvj] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-ot6arl0lvj], textarea.form-control.is-invalid[b-ot6arl0lvj] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-ot6arl0lvj], .was-validated .custom-select:invalid[b-ot6arl0lvj] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-ot6arl0lvj], .was-validated .custom-select:invalid:focus[b-ot6arl0lvj] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-ot6arl0lvj], .was-validated .form-check-input:invalid ~ .form-check-label[b-ot6arl0lvj] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-ot6arl0lvj], .form-check-input.is-invalid ~ .invalid-tooltip[b-ot6arl0lvj], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-ot6arl0lvj], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-ot6arl0lvj] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-ot6arl0lvj], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-ot6arl0lvj] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-ot6arl0lvj]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-ot6arl0lvj]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-ot6arl0lvj]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-ot6arl0lvj]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-ot6arl0lvj]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-ot6arl0lvj], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-ot6arl0lvj] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-ot6arl0lvj], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-ot6arl0lvj] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-ot6arl0lvj] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-ot6arl0lvj] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-ot6arl0lvj] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-ot6arl0lvj] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-ot6arl0lvj] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-ot6arl0lvj] {
        display: inline-block
    }

    .form-inline .custom-select[b-ot6arl0lvj], .form-inline .input-group[b-ot6arl0lvj] {
        width: auto
    }

    .form-inline .form-check[b-ot6arl0lvj] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-ot6arl0lvj] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-ot6arl0lvj] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-ot6arl0lvj] {
        margin-bottom: 0
    }
}

.btn[b-ot6arl0lvj] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-ot6arl0lvj] {
        transition: none
    }
}

.btn:hover[b-ot6arl0lvj] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-ot6arl0lvj], .btn:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-ot6arl0lvj], .btn:disabled[b-ot6arl0lvj] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-ot6arl0lvj] {
    cursor: pointer
}

a.btn.disabled[b-ot6arl0lvj], fieldset:disabled a.btn[b-ot6arl0lvj] {
    pointer-events: none
}

.btn-primary[b-ot6arl0lvj] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-ot6arl0lvj], .btn-primary:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-ot6arl0lvj], .btn-primary:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-primary:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-primary.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-primary:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-primary.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-ot6arl0lvj] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-ot6arl0lvj], .btn-secondary:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-ot6arl0lvj], .btn-secondary:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-secondary:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-secondary.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-secondary.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-ot6arl0lvj] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-ot6arl0lvj], .btn-success:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-ot6arl0lvj], .btn-success:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-success:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-success.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-success:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-success.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-ot6arl0lvj] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-ot6arl0lvj], .btn-info:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-ot6arl0lvj], .btn-info:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-info:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-info.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-info:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-info.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-ot6arl0lvj] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-ot6arl0lvj], .btn-warning:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-ot6arl0lvj], .btn-warning:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-warning:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-warning.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-warning:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-warning.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-ot6arl0lvj] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-ot6arl0lvj], .btn-danger:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-ot6arl0lvj], .btn-danger:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-danger:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-danger.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-danger:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-danger.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-ot6arl0lvj] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-ot6arl0lvj] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-ot6arl0lvj], .btn-light:focus[b-ot6arl0lvj] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-ot6arl0lvj], .btn-light:disabled[b-ot6arl0lvj] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-light:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-light.dropdown-toggle[b-ot6arl0lvj] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-light:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-light.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-ot6arl0lvj] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-ot6arl0lvj], .btn-dark:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-ot6arl0lvj], .btn-dark:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-dark:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-dark.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-dark:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-dark.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-ot6arl0lvj] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-ot6arl0lvj], .btn-outline-primary:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-ot6arl0lvj], .btn-outline-primary:disabled[b-ot6arl0lvj] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-primary:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-primary.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-primary.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-ot6arl0lvj] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-ot6arl0lvj], .btn-outline-secondary:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-ot6arl0lvj], .btn-outline-secondary:disabled[b-ot6arl0lvj] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-secondary.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-secondary.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-ot6arl0lvj] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-ot6arl0lvj], .btn-outline-success:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-ot6arl0lvj], .btn-outline-success:disabled[b-ot6arl0lvj] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-success:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-success.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-success.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-ot6arl0lvj] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-ot6arl0lvj], .btn-outline-info:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-ot6arl0lvj], .btn-outline-info:disabled[b-ot6arl0lvj] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-info:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-info.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-info.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-ot6arl0lvj] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-ot6arl0lvj], .btn-outline-warning:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-ot6arl0lvj], .btn-outline-warning:disabled[b-ot6arl0lvj] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-warning:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-warning.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-warning.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-ot6arl0lvj] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-ot6arl0lvj], .btn-outline-danger:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-ot6arl0lvj], .btn-outline-danger:disabled[b-ot6arl0lvj] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-danger:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-danger.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-danger.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-ot6arl0lvj] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-ot6arl0lvj] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-ot6arl0lvj], .btn-outline-light:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-ot6arl0lvj], .btn-outline-light:disabled[b-ot6arl0lvj] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-light:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-light.dropdown-toggle[b-ot6arl0lvj] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-light.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-ot6arl0lvj] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-ot6arl0lvj], .btn-outline-dark:focus[b-ot6arl0lvj] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-ot6arl0lvj], .btn-outline-dark:disabled[b-ot6arl0lvj] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-outline-dark:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-outline-dark.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-outline-dark.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-ot6arl0lvj] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-ot6arl0lvj] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-ot6arl0lvj], .btn-link:focus[b-ot6arl0lvj] {
        text-decoration: underline
    }

    .btn-link.disabled[b-ot6arl0lvj], .btn-link:disabled[b-ot6arl0lvj] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-ot6arl0lvj], .btn-lg[b-ot6arl0lvj] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-ot6arl0lvj], .btn-sm[b-ot6arl0lvj] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-ot6arl0lvj] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-ot6arl0lvj] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-ot6arl0lvj], input[type=reset].btn-block[b-ot6arl0lvj], input[type=submit].btn-block[b-ot6arl0lvj] {
    width: 100%
}

.fade[b-ot6arl0lvj] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-ot6arl0lvj] {
        transition: none
    }
}

.fade:not(.show)[b-ot6arl0lvj] {
    opacity: 0
}

.collapse:not(.show)[b-ot6arl0lvj] {
    display: none
}

.collapsing[b-ot6arl0lvj] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-ot6arl0lvj] {
        transition: none
    }
}

.dropdown[b-ot6arl0lvj], .dropleft[b-ot6arl0lvj], .dropright[b-ot6arl0lvj], .dropup[b-ot6arl0lvj] {
    position: relative
}

.dropdown-toggle[b-ot6arl0lvj] {
    white-space: nowrap
}

    .dropdown-toggle[b-ot6arl0lvj]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-ot6arl0lvj]::after {
        margin-left: 0
    }

.dropdown-menu[b-ot6arl0lvj] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-ot6arl0lvj] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-ot6arl0lvj] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-ot6arl0lvj] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-ot6arl0lvj] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-ot6arl0lvj] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-ot6arl0lvj] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-ot6arl0lvj] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-ot6arl0lvj] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-ot6arl0lvj] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-ot6arl0lvj] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-ot6arl0lvj] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-ot6arl0lvj]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-ot6arl0lvj]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-ot6arl0lvj] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-ot6arl0lvj]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-ot6arl0lvj]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-ot6arl0lvj]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-ot6arl0lvj] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-ot6arl0lvj]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-ot6arl0lvj]::after {
    display: none
}

.dropleft .dropdown-toggle[b-ot6arl0lvj]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-ot6arl0lvj]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-ot6arl0lvj]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-ot6arl0lvj], .dropdown-menu[x-placement^=left][b-ot6arl0lvj], .dropdown-menu[x-placement^=right][b-ot6arl0lvj], .dropdown-menu[x-placement^=top][b-ot6arl0lvj] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-ot6arl0lvj] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-ot6arl0lvj] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-ot6arl0lvj], .dropdown-item:hover[b-ot6arl0lvj] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-ot6arl0lvj], .dropdown-item:active[b-ot6arl0lvj] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-ot6arl0lvj], .dropdown-item:disabled[b-ot6arl0lvj] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-ot6arl0lvj] {
    display: block
}

.dropdown-header[b-ot6arl0lvj] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-ot6arl0lvj] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-ot6arl0lvj], .btn-group-vertical[b-ot6arl0lvj] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-ot6arl0lvj], .btn-group > .btn[b-ot6arl0lvj] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-ot6arl0lvj], .btn-group > .btn:hover[b-ot6arl0lvj] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-ot6arl0lvj], .btn-group-vertical > .btn:active[b-ot6arl0lvj], .btn-group-vertical > .btn:focus[b-ot6arl0lvj], .btn-group > .btn.active[b-ot6arl0lvj], .btn-group > .btn:active[b-ot6arl0lvj], .btn-group > .btn:focus[b-ot6arl0lvj] {
            z-index: 1
        }

.btn-toolbar[b-ot6arl0lvj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-ot6arl0lvj] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-ot6arl0lvj], .btn-group > .btn:not(:first-child)[b-ot6arl0lvj] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-ot6arl0lvj], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-ot6arl0lvj] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-ot6arl0lvj], .btn-group > .btn:not(:first-child)[b-ot6arl0lvj] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-ot6arl0lvj] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-ot6arl0lvj]::after, .dropright .dropdown-toggle-split[b-ot6arl0lvj]::after, .dropup .dropdown-toggle-split[b-ot6arl0lvj]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-ot6arl0lvj]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-ot6arl0lvj], .btn-sm + .dropdown-toggle-split[b-ot6arl0lvj] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-ot6arl0lvj], .btn-lg + .dropdown-toggle-split[b-ot6arl0lvj] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-ot6arl0lvj] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-ot6arl0lvj], .btn-group-vertical > .btn-group[b-ot6arl0lvj] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-ot6arl0lvj], .btn-group-vertical > .btn:not(:first-child)[b-ot6arl0lvj] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-ot6arl0lvj], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-ot6arl0lvj] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-ot6arl0lvj], .btn-group-vertical > .btn:not(:first-child)[b-ot6arl0lvj] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-ot6arl0lvj], .btn-group-toggle > .btn-group > .btn[b-ot6arl0lvj] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-ot6arl0lvj], .btn-group-toggle > .btn input[type=radio][b-ot6arl0lvj], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-ot6arl0lvj], .btn-group-toggle > .btn-group > .btn input[type=radio][b-ot6arl0lvj] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-ot6arl0lvj] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-ot6arl0lvj], .input-group > .custom-select[b-ot6arl0lvj], .input-group > .form-control[b-ot6arl0lvj], .input-group > .form-control-plaintext[b-ot6arl0lvj] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-ot6arl0lvj], .input-group > .custom-file + .custom-select[b-ot6arl0lvj], .input-group > .custom-file + .form-control[b-ot6arl0lvj], .input-group > .custom-select + .custom-file[b-ot6arl0lvj], .input-group > .custom-select + .custom-select[b-ot6arl0lvj], .input-group > .custom-select + .form-control[b-ot6arl0lvj], .input-group > .form-control + .custom-file[b-ot6arl0lvj], .input-group > .form-control + .custom-select[b-ot6arl0lvj], .input-group > .form-control + .form-control[b-ot6arl0lvj], .input-group > .form-control-plaintext + .custom-file[b-ot6arl0lvj], .input-group > .form-control-plaintext + .custom-select[b-ot6arl0lvj], .input-group > .form-control-plaintext + .form-control[b-ot6arl0lvj] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-ot6arl0lvj], .input-group > .custom-select:focus[b-ot6arl0lvj], .input-group > .form-control:focus[b-ot6arl0lvj] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-ot6arl0lvj] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-ot6arl0lvj], .input-group > .form-control:not(:first-child)[b-ot6arl0lvj] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-ot6arl0lvj] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-ot6arl0lvj], .input-group > .custom-file:not(:last-child) .custom-file-label[b-ot6arl0lvj] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-ot6arl0lvj]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-ot6arl0lvj], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-ot6arl0lvj] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-ot6arl0lvj]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-ot6arl0lvj], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-ot6arl0lvj] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-ot6arl0lvj], .input-group-prepend[b-ot6arl0lvj] {
    display: flex
}

    .input-group-append .btn[b-ot6arl0lvj], .input-group-prepend .btn[b-ot6arl0lvj] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-ot6arl0lvj], .input-group-prepend .btn:focus[b-ot6arl0lvj] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-ot6arl0lvj], .input-group-append .btn + .input-group-text[b-ot6arl0lvj], .input-group-append .input-group-text + .btn[b-ot6arl0lvj], .input-group-append .input-group-text + .input-group-text[b-ot6arl0lvj], .input-group-prepend .btn + .btn[b-ot6arl0lvj], .input-group-prepend .btn + .input-group-text[b-ot6arl0lvj], .input-group-prepend .input-group-text + .btn[b-ot6arl0lvj], .input-group-prepend .input-group-text + .input-group-text[b-ot6arl0lvj] {
            margin-left: -1px
        }

.input-group-prepend[b-ot6arl0lvj] {
    margin-right: -1px
}

.input-group-append[b-ot6arl0lvj] {
    margin-left: -1px
}

.input-group-text[b-ot6arl0lvj] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-ot6arl0lvj], .input-group-text input[type=radio][b-ot6arl0lvj] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-ot6arl0lvj], .input-group-lg > .form-control:not(textarea)[b-ot6arl0lvj] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-ot6arl0lvj], .input-group-lg > .form-control[b-ot6arl0lvj], .input-group-lg > .input-group-append > .btn[b-ot6arl0lvj], .input-group-lg > .input-group-append > .input-group-text[b-ot6arl0lvj], .input-group-lg > .input-group-prepend > .btn[b-ot6arl0lvj], .input-group-lg > .input-group-prepend > .input-group-text[b-ot6arl0lvj] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-ot6arl0lvj], .input-group-sm > .form-control:not(textarea)[b-ot6arl0lvj] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-ot6arl0lvj], .input-group-sm > .form-control[b-ot6arl0lvj], .input-group-sm > .input-group-append > .btn[b-ot6arl0lvj], .input-group-sm > .input-group-append > .input-group-text[b-ot6arl0lvj], .input-group-sm > .input-group-prepend > .btn[b-ot6arl0lvj], .input-group-sm > .input-group-prepend > .input-group-text[b-ot6arl0lvj] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-ot6arl0lvj], .input-group-sm > .custom-select[b-ot6arl0lvj] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-ot6arl0lvj], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-ot6arl0lvj], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-ot6arl0lvj], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-ot6arl0lvj], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-ot6arl0lvj], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-ot6arl0lvj], .input-group > .input-group-prepend > .btn[b-ot6arl0lvj], .input-group > .input-group-prepend > .input-group-text[b-ot6arl0lvj] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-ot6arl0lvj], .input-group > .input-group-append > .input-group-text[b-ot6arl0lvj], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-ot6arl0lvj], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-ot6arl0lvj], .input-group > .input-group-prepend:not(:first-child) > .btn[b-ot6arl0lvj], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-ot6arl0lvj] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-ot6arl0lvj] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-ot6arl0lvj] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-ot6arl0lvj] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-ot6arl0lvj]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-ot6arl0lvj]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-ot6arl0lvj]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-ot6arl0lvj]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-ot6arl0lvj], .custom-control-input[disabled] ~ .custom-control-label[b-ot6arl0lvj] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-ot6arl0lvj]::before, .custom-control-input[disabled] ~ .custom-control-label[b-ot6arl0lvj]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-ot6arl0lvj] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-ot6arl0lvj]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-ot6arl0lvj]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-ot6arl0lvj]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-ot6arl0lvj]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-ot6arl0lvj]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-ot6arl0lvj]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-ot6arl0lvj]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-ot6arl0lvj]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-ot6arl0lvj]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-ot6arl0lvj]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-ot6arl0lvj]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-ot6arl0lvj] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-ot6arl0lvj]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-ot6arl0lvj]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-ot6arl0lvj]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-ot6arl0lvj]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-ot6arl0lvj]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-ot6arl0lvj] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-ot6arl0lvj] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-ot6arl0lvj]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-ot6arl0lvj], .custom-select[size]:not([size="1"])[b-ot6arl0lvj] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-ot6arl0lvj] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-ot6arl0lvj]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-ot6arl0lvj] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-ot6arl0lvj] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-ot6arl0lvj] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-ot6arl0lvj] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-ot6arl0lvj] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-ot6arl0lvj] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-ot6arl0lvj], .custom-file-input[disabled] ~ .custom-file-label[b-ot6arl0lvj] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-ot6arl0lvj]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-ot6arl0lvj]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-ot6arl0lvj] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-ot6arl0lvj]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-ot6arl0lvj] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-ot6arl0lvj] {
        outline: 0
    }

        .custom-range:focus[b-ot6arl0lvj]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-ot6arl0lvj]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-ot6arl0lvj]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-ot6arl0lvj]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-ot6arl0lvj]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-ot6arl0lvj]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-ot6arl0lvj]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-ot6arl0lvj]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-ot6arl0lvj]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-ot6arl0lvj]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-ot6arl0lvj]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-ot6arl0lvj]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-ot6arl0lvj]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-ot6arl0lvj]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-ot6arl0lvj]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-ot6arl0lvj]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-ot6arl0lvj]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-ot6arl0lvj]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-ot6arl0lvj]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-ot6arl0lvj]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-ot6arl0lvj]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-ot6arl0lvj]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-ot6arl0lvj]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-ot6arl0lvj]::before, .custom-file-label[b-ot6arl0lvj], .custom-select[b-ot6arl0lvj] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-ot6arl0lvj]::before, .custom-file-label[b-ot6arl0lvj], .custom-select[b-ot6arl0lvj] {
        transition: none
    }
}

.nav[b-ot6arl0lvj] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-ot6arl0lvj] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-ot6arl0lvj], .nav-link:hover[b-ot6arl0lvj] {
        text-decoration: none
    }

    .nav-link.disabled[b-ot6arl0lvj] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-ot6arl0lvj] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-ot6arl0lvj] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-ot6arl0lvj], .nav-tabs .nav-link:hover[b-ot6arl0lvj] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-ot6arl0lvj] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-ot6arl0lvj], .nav-tabs .nav-link.active[b-ot6arl0lvj] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-ot6arl0lvj] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-ot6arl0lvj] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-ot6arl0lvj], .nav-pills .show > .nav-link[b-ot6arl0lvj] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-ot6arl0lvj], .nav-fill > .nav-link[b-ot6arl0lvj] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-ot6arl0lvj], .nav-justified > .nav-link[b-ot6arl0lvj] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-ot6arl0lvj] {
    display: none
}

.tab-content > .active[b-ot6arl0lvj] {
    display: block
}

.navbar[b-ot6arl0lvj] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-ot6arl0lvj], .navbar .container-fluid[b-ot6arl0lvj], .navbar .container-lg[b-ot6arl0lvj], .navbar .container-md[b-ot6arl0lvj], .navbar .container-sm[b-ot6arl0lvj], .navbar .container-xl[b-ot6arl0lvj] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-ot6arl0lvj] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-ot6arl0lvj], .navbar-brand:hover[b-ot6arl0lvj] {
        text-decoration: none
    }

.navbar-nav[b-ot6arl0lvj] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-ot6arl0lvj] {
        position: static;
        float: none
    }

.navbar-text[b-ot6arl0lvj] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-ot6arl0lvj] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-ot6arl0lvj] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-ot6arl0lvj], .navbar-toggler:hover[b-ot6arl0lvj] {
        text-decoration: none
    }

.navbar-toggler-icon[b-ot6arl0lvj] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-ot6arl0lvj] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-ot6arl0lvj], .navbar-expand-sm > .container-fluid[b-ot6arl0lvj], .navbar-expand-sm > .container-lg[b-ot6arl0lvj], .navbar-expand-sm > .container-md[b-ot6arl0lvj], .navbar-expand-sm > .container-sm[b-ot6arl0lvj], .navbar-expand-sm > .container-xl[b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-ot6arl0lvj] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-ot6arl0lvj] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-ot6arl0lvj] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-ot6arl0lvj] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-ot6arl0lvj], .navbar-expand-sm > .container-fluid[b-ot6arl0lvj], .navbar-expand-sm > .container-lg[b-ot6arl0lvj], .navbar-expand-sm > .container-md[b-ot6arl0lvj], .navbar-expand-sm > .container-sm[b-ot6arl0lvj], .navbar-expand-sm > .container-xl[b-ot6arl0lvj] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-ot6arl0lvj] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-ot6arl0lvj] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-ot6arl0lvj] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-ot6arl0lvj], .navbar-expand-md > .container-fluid[b-ot6arl0lvj], .navbar-expand-md > .container-lg[b-ot6arl0lvj], .navbar-expand-md > .container-md[b-ot6arl0lvj], .navbar-expand-md > .container-sm[b-ot6arl0lvj], .navbar-expand-md > .container-xl[b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-ot6arl0lvj] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-ot6arl0lvj] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-ot6arl0lvj] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-ot6arl0lvj] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-ot6arl0lvj], .navbar-expand-md > .container-fluid[b-ot6arl0lvj], .navbar-expand-md > .container-lg[b-ot6arl0lvj], .navbar-expand-md > .container-md[b-ot6arl0lvj], .navbar-expand-md > .container-sm[b-ot6arl0lvj], .navbar-expand-md > .container-xl[b-ot6arl0lvj] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-ot6arl0lvj] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-ot6arl0lvj] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-ot6arl0lvj] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-ot6arl0lvj], .navbar-expand-lg > .container-fluid[b-ot6arl0lvj], .navbar-expand-lg > .container-lg[b-ot6arl0lvj], .navbar-expand-lg > .container-md[b-ot6arl0lvj], .navbar-expand-lg > .container-sm[b-ot6arl0lvj], .navbar-expand-lg > .container-xl[b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-ot6arl0lvj] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-ot6arl0lvj] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-ot6arl0lvj] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-ot6arl0lvj] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-ot6arl0lvj], .navbar-expand-lg > .container-fluid[b-ot6arl0lvj], .navbar-expand-lg > .container-lg[b-ot6arl0lvj], .navbar-expand-lg > .container-md[b-ot6arl0lvj], .navbar-expand-lg > .container-sm[b-ot6arl0lvj], .navbar-expand-lg > .container-xl[b-ot6arl0lvj] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-ot6arl0lvj] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-ot6arl0lvj] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-ot6arl0lvj] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-ot6arl0lvj], .navbar-expand-xl > .container-fluid[b-ot6arl0lvj], .navbar-expand-xl > .container-lg[b-ot6arl0lvj], .navbar-expand-xl > .container-md[b-ot6arl0lvj], .navbar-expand-xl > .container-sm[b-ot6arl0lvj], .navbar-expand-xl > .container-xl[b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-ot6arl0lvj] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-ot6arl0lvj] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-ot6arl0lvj] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-ot6arl0lvj] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-ot6arl0lvj], .navbar-expand-xl > .container-fluid[b-ot6arl0lvj], .navbar-expand-xl > .container-lg[b-ot6arl0lvj], .navbar-expand-xl > .container-md[b-ot6arl0lvj], .navbar-expand-xl > .container-sm[b-ot6arl0lvj], .navbar-expand-xl > .container-xl[b-ot6arl0lvj] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-ot6arl0lvj] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-ot6arl0lvj] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-ot6arl0lvj] {
            display: none
        }
}

.navbar-expand[b-ot6arl0lvj] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-ot6arl0lvj], .navbar-expand > .container-fluid[b-ot6arl0lvj], .navbar-expand > .container-lg[b-ot6arl0lvj], .navbar-expand > .container-md[b-ot6arl0lvj], .navbar-expand > .container-sm[b-ot6arl0lvj], .navbar-expand > .container-xl[b-ot6arl0lvj] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-ot6arl0lvj] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-ot6arl0lvj] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-ot6arl0lvj] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-ot6arl0lvj], .navbar-expand > .container-fluid[b-ot6arl0lvj], .navbar-expand > .container-lg[b-ot6arl0lvj], .navbar-expand > .container-md[b-ot6arl0lvj], .navbar-expand > .container-sm[b-ot6arl0lvj], .navbar-expand > .container-xl[b-ot6arl0lvj] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-ot6arl0lvj] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-ot6arl0lvj] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-ot6arl0lvj] {
        display: none
    }

.navbar-light .navbar-brand[b-ot6arl0lvj] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-ot6arl0lvj], .navbar-light .navbar-brand:hover[b-ot6arl0lvj] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-ot6arl0lvj] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-ot6arl0lvj], .navbar-light .navbar-nav .nav-link:hover[b-ot6arl0lvj] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-ot6arl0lvj] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-ot6arl0lvj], .navbar-light .navbar-nav .nav-link.active[b-ot6arl0lvj], .navbar-light .navbar-nav .nav-link.show[b-ot6arl0lvj], .navbar-light .navbar-nav .show > .nav-link[b-ot6arl0lvj] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-ot6arl0lvj] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-ot6arl0lvj] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-ot6arl0lvj] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-ot6arl0lvj] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-ot6arl0lvj], .navbar-light .navbar-text a:hover[b-ot6arl0lvj] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-ot6arl0lvj] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-ot6arl0lvj], .navbar-dark .navbar-brand:hover[b-ot6arl0lvj] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-ot6arl0lvj] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-ot6arl0lvj], .navbar-dark .navbar-nav .nav-link:hover[b-ot6arl0lvj] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-ot6arl0lvj] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-ot6arl0lvj], .navbar-dark .navbar-nav .nav-link.active[b-ot6arl0lvj], .navbar-dark .navbar-nav .nav-link.show[b-ot6arl0lvj], .navbar-dark .navbar-nav .show > .nav-link[b-ot6arl0lvj] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-ot6arl0lvj] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-ot6arl0lvj] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-ot6arl0lvj] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-ot6arl0lvj] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-ot6arl0lvj], .navbar-dark .navbar-text a:hover[b-ot6arl0lvj] {
            color: #fff
        }

.card[b-ot6arl0lvj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-ot6arl0lvj] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-ot6arl0lvj] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-ot6arl0lvj] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-ot6arl0lvj] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-ot6arl0lvj], .card > .list-group + .card-footer[b-ot6arl0lvj] {
            border-top: 0
        }

.card-body[b-ot6arl0lvj] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-ot6arl0lvj] {
    margin-bottom: .75rem
}

.card-subtitle[b-ot6arl0lvj] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-ot6arl0lvj] {
    margin-bottom: 0
}

.card-link:hover[b-ot6arl0lvj] {
    text-decoration: none
}

.card-link + .card-link[b-ot6arl0lvj] {
    margin-left: 1.25rem
}

.card-header[b-ot6arl0lvj] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-ot6arl0lvj] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-ot6arl0lvj] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-ot6arl0lvj] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-ot6arl0lvj] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-ot6arl0lvj] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-ot6arl0lvj] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-ot6arl0lvj], .card-img-bottom[b-ot6arl0lvj], .card-img-top[b-ot6arl0lvj] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-ot6arl0lvj], .card-img-top[b-ot6arl0lvj] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-ot6arl0lvj], .card-img-bottom[b-ot6arl0lvj] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-ot6arl0lvj] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-ot6arl0lvj] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-ot6arl0lvj] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-ot6arl0lvj] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-ot6arl0lvj] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-ot6arl0lvj] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-ot6arl0lvj] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-ot6arl0lvj] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-ot6arl0lvj], .card-group > .card:not(:last-child) .card-img-top[b-ot6arl0lvj] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-ot6arl0lvj], .card-group > .card:not(:last-child) .card-img-bottom[b-ot6arl0lvj] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-ot6arl0lvj] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-ot6arl0lvj], .card-group > .card:not(:first-child) .card-img-top[b-ot6arl0lvj] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-ot6arl0lvj], .card-group > .card:not(:first-child) .card-img-bottom[b-ot6arl0lvj] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-ot6arl0lvj] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-ot6arl0lvj] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-ot6arl0lvj] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-ot6arl0lvj] {
    overflow-anchor: none
}

    .accordion > .card[b-ot6arl0lvj] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-ot6arl0lvj] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-ot6arl0lvj] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-ot6arl0lvj] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-ot6arl0lvj] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-ot6arl0lvj] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-ot6arl0lvj]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-ot6arl0lvj]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-ot6arl0lvj]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-ot6arl0lvj] {
    color: #858796
}

.pagination[b-ot6arl0lvj] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-ot6arl0lvj] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-ot6arl0lvj] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-ot6arl0lvj] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-ot6arl0lvj] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-ot6arl0lvj] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-ot6arl0lvj] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-ot6arl0lvj] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-ot6arl0lvj] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-ot6arl0lvj] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-ot6arl0lvj] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-ot6arl0lvj] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-ot6arl0lvj] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-ot6arl0lvj] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-ot6arl0lvj] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-ot6arl0lvj] {
        transition: none
    }
}

a.badge:focus[b-ot6arl0lvj], a.badge:hover[b-ot6arl0lvj] {
    text-decoration: none
}

.badge:empty[b-ot6arl0lvj] {
    display: none
}

.btn .badge[b-ot6arl0lvj] {
    position: relative;
    top: -1px
}

.badge-pill[b-ot6arl0lvj] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-ot6arl0lvj] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-ot6arl0lvj], a.badge-primary:hover[b-ot6arl0lvj] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-ot6arl0lvj], a.badge-primary:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-ot6arl0lvj] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-ot6arl0lvj], a.badge-secondary:hover[b-ot6arl0lvj] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-ot6arl0lvj], a.badge-secondary:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-ot6arl0lvj] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-ot6arl0lvj], a.badge-success:hover[b-ot6arl0lvj] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-ot6arl0lvj], a.badge-success:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-ot6arl0lvj] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-ot6arl0lvj], a.badge-info:hover[b-ot6arl0lvj] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-ot6arl0lvj], a.badge-info:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-ot6arl0lvj] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-ot6arl0lvj], a.badge-warning:hover[b-ot6arl0lvj] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-ot6arl0lvj], a.badge-warning:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-ot6arl0lvj] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-ot6arl0lvj], a.badge-danger:hover[b-ot6arl0lvj] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-ot6arl0lvj], a.badge-danger:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-ot6arl0lvj] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-ot6arl0lvj], a.badge-light:hover[b-ot6arl0lvj] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-ot6arl0lvj], a.badge-light:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-ot6arl0lvj] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-ot6arl0lvj], a.badge-dark:hover[b-ot6arl0lvj] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-ot6arl0lvj], a.badge-dark:focus[b-ot6arl0lvj] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-ot6arl0lvj] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-ot6arl0lvj] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-ot6arl0lvj] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-ot6arl0lvj] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-ot6arl0lvj] {
    color: inherit
}

.alert-link[b-ot6arl0lvj] {
    font-weight: 700
}

.alert-dismissible[b-ot6arl0lvj] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-ot6arl0lvj] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-ot6arl0lvj] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-ot6arl0lvj] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-ot6arl0lvj] {
        color: #1c294e
    }

.alert-secondary[b-ot6arl0lvj] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-ot6arl0lvj] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-ot6arl0lvj] {
        color: #2d2e33
    }

.alert-success[b-ot6arl0lvj] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-ot6arl0lvj] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-ot6arl0lvj] {
        color: #093b29
    }

.alert-info[b-ot6arl0lvj] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-ot6arl0lvj] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-ot6arl0lvj] {
        color: #113b42
    }

.alert-warning[b-ot6arl0lvj] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-ot6arl0lvj] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-ot6arl0lvj] {
        color: #574516
    }

.alert-danger[b-ot6arl0lvj] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-ot6arl0lvj] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-ot6arl0lvj] {
        color: #4f1915
    }

.alert-light[b-ot6arl0lvj] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-ot6arl0lvj] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-ot6arl0lvj] {
        color: #686869
    }

.alert-dark[b-ot6arl0lvj] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-ot6arl0lvj] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-ot6arl0lvj] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-ot6arl0lvj {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-ot6arl0lvj] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-ot6arl0lvj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-ot6arl0lvj] {
        transition: none
    }
}

.progress-bar-striped[b-ot6arl0lvj] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-ot6arl0lvj] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-ot6arl0lvj
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-ot6arl0lvj] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-ot6arl0lvj] {
    display: flex;
    align-items: flex-start
}

.media-body[b-ot6arl0lvj] {
    flex: 1
}

.list-group[b-ot6arl0lvj] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-ot6arl0lvj] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-action:hover[b-ot6arl0lvj] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-ot6arl0lvj] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-ot6arl0lvj] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-ot6arl0lvj] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-ot6arl0lvj] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-ot6arl0lvj], .list-group-item:disabled[b-ot6arl0lvj] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-ot6arl0lvj] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-ot6arl0lvj] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-ot6arl0lvj] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-ot6arl0lvj] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-ot6arl0lvj] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-ot6arl0lvj] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-ot6arl0lvj] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-ot6arl0lvj] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-ot6arl0lvj] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-ot6arl0lvj] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-ot6arl0lvj] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-ot6arl0lvj] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-ot6arl0lvj] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-ot6arl0lvj] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-ot6arl0lvj] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-ot6arl0lvj] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-ot6arl0lvj] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-ot6arl0lvj] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-ot6arl0lvj] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-ot6arl0lvj] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-ot6arl0lvj] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-ot6arl0lvj] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-ot6arl0lvj] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-ot6arl0lvj] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-ot6arl0lvj] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-ot6arl0lvj] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-ot6arl0lvj] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-ot6arl0lvj] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-ot6arl0lvj] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-ot6arl0lvj] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-ot6arl0lvj] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-ot6arl0lvj] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-ot6arl0lvj] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-ot6arl0lvj] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-ot6arl0lvj] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-ot6arl0lvj] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-ot6arl0lvj] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-primary.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-ot6arl0lvj] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-secondary.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-ot6arl0lvj] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-success.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-ot6arl0lvj] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-info.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-ot6arl0lvj] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-warning.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-ot6arl0lvj] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-danger.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-ot6arl0lvj] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-light.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-ot6arl0lvj] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-ot6arl0lvj], .list-group-item-dark.list-group-item-action:hover[b-ot6arl0lvj] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-ot6arl0lvj] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-ot6arl0lvj] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-ot6arl0lvj], .close:not(:disabled):not(.disabled):hover[b-ot6arl0lvj] {
        opacity: .75
    }

button.close[b-ot6arl0lvj] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-ot6arl0lvj] {
    pointer-events: none
}

.toast[b-ot6arl0lvj] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-ot6arl0lvj] {
        margin-bottom: .75rem
    }

    .toast.showing[b-ot6arl0lvj] {
        opacity: 1
    }

    .toast.show[b-ot6arl0lvj] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-ot6arl0lvj] {
        display: none
    }

.toast-header[b-ot6arl0lvj] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-ot6arl0lvj] {
    padding: .75rem
}

.modal-open[b-ot6arl0lvj] {
    overflow: hidden
}

    .modal-open .modal[b-ot6arl0lvj] {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal[b-ot6arl0lvj] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-ot6arl0lvj] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-ot6arl0lvj] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-ot6arl0lvj] {
        transition: none
    }
}

.modal.show .modal-dialog[b-ot6arl0lvj] {
    transform: none
}

.modal.modal-static .modal-dialog[b-ot6arl0lvj] {
    transform: scale(1.02)
}

.modal-dialog-scrollable[b-ot6arl0lvj] {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-ot6arl0lvj] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer[b-ot6arl0lvj], .modal-dialog-scrollable .modal-header[b-ot6arl0lvj] {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-ot6arl0lvj] {
        overflow-y: auto
    }

.modal-dialog-centered[b-ot6arl0lvj] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-ot6arl0lvj]::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-ot6arl0lvj] {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-ot6arl0lvj] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-ot6arl0lvj]::before {
            content: none
        }

.modal-content[b-ot6arl0lvj] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop[b-ot6arl0lvj] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-ot6arl0lvj] {
        opacity: 0
    }

    .modal-backdrop.show[b-ot6arl0lvj] {
        opacity: .5
    }

.modal-header[b-ot6arl0lvj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close[b-ot6arl0lvj] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-ot6arl0lvj] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-ot6arl0lvj] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-ot6arl0lvj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > *[b-ot6arl0lvj] {
        margin: .25rem
    }

.modal-scrollbar-measure[b-ot6arl0lvj] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog[b-ot6arl0lvj] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-ot6arl0lvj] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-ot6arl0lvj] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-ot6arl0lvj] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-ot6arl0lvj]::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm[b-ot6arl0lvj] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-ot6arl0lvj], .modal-xl[b-ot6arl0lvj] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-ot6arl0lvj] {
        max-width: 1140px
    }
}

.tooltip[b-ot6arl0lvj] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-ot6arl0lvj] {
        opacity: .9
    }

    .tooltip .arrow[b-ot6arl0lvj] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-ot6arl0lvj]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-ot6arl0lvj], .bs-tooltip-top[b-ot6arl0lvj] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-ot6arl0lvj], .bs-tooltip-top .arrow[b-ot6arl0lvj] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-ot6arl0lvj]::before, .bs-tooltip-top .arrow[b-ot6arl0lvj]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-ot6arl0lvj], .bs-tooltip-right[b-ot6arl0lvj] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-ot6arl0lvj], .bs-tooltip-right .arrow[b-ot6arl0lvj] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-ot6arl0lvj]::before, .bs-tooltip-right .arrow[b-ot6arl0lvj]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-ot6arl0lvj], .bs-tooltip-bottom[b-ot6arl0lvj] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-ot6arl0lvj], .bs-tooltip-bottom .arrow[b-ot6arl0lvj] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-ot6arl0lvj]::before, .bs-tooltip-bottom .arrow[b-ot6arl0lvj]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-ot6arl0lvj], .bs-tooltip-left[b-ot6arl0lvj] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-ot6arl0lvj], .bs-tooltip-left .arrow[b-ot6arl0lvj] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-ot6arl0lvj]::before, .bs-tooltip-left .arrow[b-ot6arl0lvj]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-ot6arl0lvj] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-ot6arl0lvj] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-ot6arl0lvj] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-ot6arl0lvj]::after, .popover .arrow[b-ot6arl0lvj]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-ot6arl0lvj], .bs-popover-top[b-ot6arl0lvj] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-ot6arl0lvj], .bs-popover-top > .arrow[b-ot6arl0lvj] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-ot6arl0lvj]::before, .bs-popover-top > .arrow[b-ot6arl0lvj]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-ot6arl0lvj]::after, .bs-popover-top > .arrow[b-ot6arl0lvj]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-ot6arl0lvj], .bs-popover-right[b-ot6arl0lvj] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-ot6arl0lvj], .bs-popover-right > .arrow[b-ot6arl0lvj] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-ot6arl0lvj]::before, .bs-popover-right > .arrow[b-ot6arl0lvj]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-ot6arl0lvj]::after, .bs-popover-right > .arrow[b-ot6arl0lvj]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-ot6arl0lvj], .bs-popover-bottom[b-ot6arl0lvj] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-ot6arl0lvj], .bs-popover-bottom > .arrow[b-ot6arl0lvj] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-ot6arl0lvj]::before, .bs-popover-bottom > .arrow[b-ot6arl0lvj]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-ot6arl0lvj]::after, .bs-popover-bottom > .arrow[b-ot6arl0lvj]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-ot6arl0lvj]::before, .bs-popover-bottom .popover-header[b-ot6arl0lvj]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-ot6arl0lvj], .bs-popover-left[b-ot6arl0lvj] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-ot6arl0lvj], .bs-popover-left > .arrow[b-ot6arl0lvj] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-ot6arl0lvj]::before, .bs-popover-left > .arrow[b-ot6arl0lvj]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-ot6arl0lvj]::after, .bs-popover-left > .arrow[b-ot6arl0lvj]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-ot6arl0lvj] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-ot6arl0lvj] {
        display: none
    }

.popover-body[b-ot6arl0lvj] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-ot6arl0lvj] {
    position: relative
}

    .carousel.pointer-event[b-ot6arl0lvj] {
        touch-action: pan-y
    }

.carousel-inner[b-ot6arl0lvj] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-ot6arl0lvj]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-ot6arl0lvj] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-ot6arl0lvj] {
        transition: none
    }
}

.carousel-item-next[b-ot6arl0lvj], .carousel-item-prev[b-ot6arl0lvj], .carousel-item.active[b-ot6arl0lvj] {
    display: block
}

    .active.carousel-item-right[b-ot6arl0lvj], .carousel-item-next:not(.carousel-item-left)[b-ot6arl0lvj] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-ot6arl0lvj], .carousel-item-prev:not(.carousel-item-right)[b-ot6arl0lvj] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-ot6arl0lvj] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-ot6arl0lvj], .carousel-fade .carousel-item-prev.carousel-item-right[b-ot6arl0lvj], .carousel-fade .carousel-item.active[b-ot6arl0lvj] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-ot6arl0lvj], .carousel-fade .active.carousel-item-right[b-ot6arl0lvj] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-ot6arl0lvj], .carousel-fade .active.carousel-item-right[b-ot6arl0lvj] {
        transition: none
    }
}

.carousel-control-next[b-ot6arl0lvj], .carousel-control-prev[b-ot6arl0lvj] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-ot6arl0lvj], .carousel-control-prev[b-ot6arl0lvj] {
        transition: none
    }
}

.carousel-control-next:focus[b-ot6arl0lvj], .carousel-control-next:hover[b-ot6arl0lvj], .carousel-control-prev:focus[b-ot6arl0lvj], .carousel-control-prev:hover[b-ot6arl0lvj] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-ot6arl0lvj] {
    left: 0
}

.carousel-control-next[b-ot6arl0lvj] {
    right: 0
}

.carousel-control-next-icon[b-ot6arl0lvj], .carousel-control-prev-icon[b-ot6arl0lvj] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-ot6arl0lvj] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-ot6arl0lvj] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-ot6arl0lvj] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-ot6arl0lvj] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-ot6arl0lvj] {
        transition: none
    }
}

.carousel-indicators .active[b-ot6arl0lvj] {
    opacity: 1
}

.carousel-caption[b-ot6arl0lvj] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-ot6arl0lvj {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-ot6arl0lvj] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-ot6arl0lvj
}

.spinner-border-sm[b-ot6arl0lvj] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-ot6arl0lvj {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-ot6arl0lvj] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-ot6arl0lvj
}

.spinner-grow-sm[b-ot6arl0lvj] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-ot6arl0lvj], .spinner-grow[b-ot6arl0lvj] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-ot6arl0lvj] {
    vertical-align: baseline !important
}

.align-top[b-ot6arl0lvj] {
    vertical-align: top !important
}

.align-middle[b-ot6arl0lvj] {
    vertical-align: middle !important
}

.align-bottom[b-ot6arl0lvj] {
    vertical-align: bottom !important
}

.align-text-bottom[b-ot6arl0lvj] {
    vertical-align: text-bottom !important
}

.align-text-top[b-ot6arl0lvj] {
    vertical-align: text-top !important
}

.bg-primary[b-ot6arl0lvj] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-ot6arl0lvj], a.bg-primary:hover[b-ot6arl0lvj], button.bg-primary:focus[b-ot6arl0lvj], button.bg-primary:hover[b-ot6arl0lvj] {
    background-color: #2653d4 !important
}

.bg-secondary[b-ot6arl0lvj] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-ot6arl0lvj], a.bg-secondary:hover[b-ot6arl0lvj], button.bg-secondary:focus[b-ot6arl0lvj], button.bg-secondary:hover[b-ot6arl0lvj] {
    background-color: #6b6d7d !important
}

.bg-success[b-ot6arl0lvj] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-ot6arl0lvj], a.bg-success:hover[b-ot6arl0lvj], button.bg-success:focus[b-ot6arl0lvj], button.bg-success:hover[b-ot6arl0lvj] {
    background-color: #169b6b !important
}

.bg-info[b-ot6arl0lvj] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-ot6arl0lvj], a.bg-info:hover[b-ot6arl0lvj], button.bg-info:focus[b-ot6arl0lvj], button.bg-info:hover[b-ot6arl0lvj] {
    background-color: #2a96a5 !important
}

.bg-warning[b-ot6arl0lvj] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-ot6arl0lvj], a.bg-warning:hover[b-ot6arl0lvj], button.bg-warning:focus[b-ot6arl0lvj], button.bg-warning:hover[b-ot6arl0lvj] {
    background-color: #f4b30d !important
}

.bg-danger[b-ot6arl0lvj] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-ot6arl0lvj], a.bg-danger:hover[b-ot6arl0lvj], button.bg-danger:focus[b-ot6arl0lvj], button.bg-danger:hover[b-ot6arl0lvj] {
    background-color: #d52a1a !important
}

.bg-light[b-ot6arl0lvj] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-ot6arl0lvj], a.bg-light:hover[b-ot6arl0lvj], button.bg-light:focus[b-ot6arl0lvj], button.bg-light:hover[b-ot6arl0lvj] {
    background-color: #d4daed !important
}

.bg-dark[b-ot6arl0lvj] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-ot6arl0lvj], a.bg-dark:hover[b-ot6arl0lvj], button.bg-dark:focus[b-ot6arl0lvj], button.bg-dark:hover[b-ot6arl0lvj] {
    background-color: #42444e !important
}

.bg-white[b-ot6arl0lvj] {
    background-color: #fff !important
}

.bg-transparent[b-ot6arl0lvj] {
    background-color: transparent !important
}

.border[b-ot6arl0lvj] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-ot6arl0lvj] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-ot6arl0lvj] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-ot6arl0lvj] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-ot6arl0lvj] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-ot6arl0lvj] {
    border: 0 !important
}

.border-top-0[b-ot6arl0lvj] {
    border-top: 0 !important
}

.border-right-0[b-ot6arl0lvj] {
    border-right: 0 !important
}

.border-bottom-0[b-ot6arl0lvj] {
    border-bottom: 0 !important
}

.border-left-0[b-ot6arl0lvj] {
    border-left: 0 !important
}

.border-primary[b-ot6arl0lvj] {
    border-color: #4e73df !important
}

.border-secondary[b-ot6arl0lvj] {
    border-color: #858796 !important
}

.border-success[b-ot6arl0lvj] {
    border-color: #1cc88a !important
}

.border-info[b-ot6arl0lvj] {
    border-color: #36b9cc !important
}

.border-warning[b-ot6arl0lvj] {
    border-color: #f6c23e !important
}

.border-danger[b-ot6arl0lvj] {
    border-color: #e74a3b !important
}

.border-light[b-ot6arl0lvj] {
    border-color: #f8f9fc !important
}

.border-dark[b-ot6arl0lvj] {
    border-color: #5a5c69 !important
}

.border-white[b-ot6arl0lvj] {
    border-color: #fff !important
}

.rounded-sm[b-ot6arl0lvj] {
    border-radius: .2rem !important
}

.rounded[b-ot6arl0lvj] {
    border-radius: .35rem !important
}

.rounded-top[b-ot6arl0lvj] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-ot6arl0lvj] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-ot6arl0lvj] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-ot6arl0lvj] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-ot6arl0lvj] {
    border-radius: .3rem !important
}

.rounded-circle[b-ot6arl0lvj] {
    border-radius: 50% !important
}

.rounded-pill[b-ot6arl0lvj] {
    border-radius: 50rem !important
}

.rounded-0[b-ot6arl0lvj] {
    border-radius: 0 !important
}

.clearfix[b-ot6arl0lvj]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-ot6arl0lvj] {
    display: none !important
}

.d-inline[b-ot6arl0lvj] {
    display: inline !important
}

.d-inline-block[b-ot6arl0lvj] {
    display: inline-block !important
}

.d-block[b-ot6arl0lvj] {
    display: block !important
}



.d-flex[b-ot6arl0lvj] {
    display: flex !important
}

.d-inline-flex[b-ot6arl0lvj] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-ot6arl0lvj] {
        display: none !important
    }

    .d-sm-inline[b-ot6arl0lvj] {
        display: inline !important
    }

    .d-sm-inline-block[b-ot6arl0lvj] {
        display: inline-block !important
    }

    .d-sm-block[b-ot6arl0lvj] {
        display: block !important
    }


    .d-sm-flex[b-ot6arl0lvj] {
        display: flex !important
    }

    .d-sm-inline-flex[b-ot6arl0lvj] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-ot6arl0lvj] {
        display: none !important
    }

    .d-md-inline[b-ot6arl0lvj] {
        display: inline !important
    }

    .d-md-inline-block[b-ot6arl0lvj] {
        display: inline-block !important
    }

    .d-md-block[b-ot6arl0lvj] {
        display: block !important
    }


    .d-md-flex[b-ot6arl0lvj] {
        display: flex !important
    }

    .d-md-inline-flex[b-ot6arl0lvj] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-ot6arl0lvj] {
        display: none !important
    }

    .d-lg-inline[b-ot6arl0lvj] {
        display: inline !important
    }

    .d-lg-inline-block[b-ot6arl0lvj] {
        display: inline-block !important
    }

    .d-lg-block[b-ot6arl0lvj] {
        display: block !important
    }


    .d-lg-flex[b-ot6arl0lvj] {
        display: flex !important
    }

    .d-lg-inline-flex[b-ot6arl0lvj] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-ot6arl0lvj] {
        display: none !important
    }

    .d-xl-inline[b-ot6arl0lvj] {
        display: inline !important
    }

    .d-xl-inline-block[b-ot6arl0lvj] {
        display: inline-block !important
    }

    .d-xl-block[b-ot6arl0lvj] {
        display: block !important
    }


    .d-xl-flex[b-ot6arl0lvj] {
        display: flex !important
    }

    .d-xl-inline-flex[b-ot6arl0lvj] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-ot6arl0lvj] {
        display: none !important
    }

    .d-print-inline[b-ot6arl0lvj] {
        display: inline !important
    }

    .d-print-inline-block[b-ot6arl0lvj] {
        display: inline-block !important
    }

    .d-print-block[b-ot6arl0lvj] {
        display: block !important
    }


    .d-print-flex[b-ot6arl0lvj] {
        display: flex !important
    }

    .d-print-inline-flex[b-ot6arl0lvj] {
        display: inline-flex !important
    }
}

.embed-responsive[b-ot6arl0lvj] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-ot6arl0lvj]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-ot6arl0lvj], .embed-responsive embed[b-ot6arl0lvj], .embed-responsive iframe[b-ot6arl0lvj], .embed-responsive object[b-ot6arl0lvj], .embed-responsive video[b-ot6arl0lvj] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-ot6arl0lvj]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-ot6arl0lvj]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-ot6arl0lvj]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-ot6arl0lvj]::before {
    padding-top: 100%
}

.flex-row[b-ot6arl0lvj] {
    flex-direction: row !important
}

.flex-column[b-ot6arl0lvj] {
    flex-direction: column !important
}

.flex-row-reverse[b-ot6arl0lvj] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-ot6arl0lvj] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-ot6arl0lvj] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-ot6arl0lvj] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-ot6arl0lvj] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-ot6arl0lvj] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-ot6arl0lvj] {
    flex-grow: 0 !important
}

.flex-grow-1[b-ot6arl0lvj] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-ot6arl0lvj] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-ot6arl0lvj] {
    flex-shrink: 1 !important
}

.justify-content-start[b-ot6arl0lvj] {
    justify-content: flex-start !important
}

.justify-content-end[b-ot6arl0lvj] {
    justify-content: flex-end !important
}

.justify-content-center[b-ot6arl0lvj] {
    justify-content: center !important
}

.justify-content-between[b-ot6arl0lvj] {
    justify-content: space-between !important
}

.justify-content-around[b-ot6arl0lvj] {
    justify-content: space-around !important
}

.align-items-start[b-ot6arl0lvj] {
    align-items: flex-start !important
}

.align-items-end[b-ot6arl0lvj] {
    align-items: flex-end !important
}

.align-items-center[b-ot6arl0lvj] {
    align-items: center !important
}

.align-items-baseline[b-ot6arl0lvj] {
    align-items: baseline !important
}

.align-items-stretch[b-ot6arl0lvj] {
    align-items: stretch !important
}

.align-content-start[b-ot6arl0lvj] {
    align-content: flex-start !important
}

.align-content-end[b-ot6arl0lvj] {
    align-content: flex-end !important
}

.align-content-center[b-ot6arl0lvj] {
    align-content: center !important
}

.align-content-between[b-ot6arl0lvj] {
    align-content: space-between !important
}

.align-content-around[b-ot6arl0lvj] {
    align-content: space-around !important
}

.align-content-stretch[b-ot6arl0lvj] {
    align-content: stretch !important
}

.align-self-auto[b-ot6arl0lvj] {
    align-self: auto !important
}

.align-self-start[b-ot6arl0lvj] {
    align-self: flex-start !important
}

.align-self-end[b-ot6arl0lvj] {
    align-self: flex-end !important
}

.align-self-center[b-ot6arl0lvj] {
    align-self: center !important
}

.align-self-baseline[b-ot6arl0lvj] {
    align-self: baseline !important
}

.align-self-stretch[b-ot6arl0lvj] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-ot6arl0lvj] {
        flex-direction: row !important
    }

    .flex-sm-column[b-ot6arl0lvj] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-ot6arl0lvj] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-ot6arl0lvj] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-ot6arl0lvj] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-ot6arl0lvj] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-ot6arl0lvj] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-ot6arl0lvj] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-ot6arl0lvj] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-ot6arl0lvj] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-ot6arl0lvj] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-ot6arl0lvj] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-ot6arl0lvj] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-ot6arl0lvj] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-ot6arl0lvj] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-ot6arl0lvj] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-ot6arl0lvj] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-ot6arl0lvj] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-ot6arl0lvj] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-ot6arl0lvj] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-ot6arl0lvj] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-ot6arl0lvj] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-ot6arl0lvj] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-ot6arl0lvj] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-ot6arl0lvj] {
        align-content: center !important
    }

    .align-content-sm-between[b-ot6arl0lvj] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-ot6arl0lvj] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-ot6arl0lvj] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-ot6arl0lvj] {
        align-self: auto !important
    }

    .align-self-sm-start[b-ot6arl0lvj] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-ot6arl0lvj] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-ot6arl0lvj] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-ot6arl0lvj] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-ot6arl0lvj] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-ot6arl0lvj] {
        flex-direction: row !important
    }

    .flex-md-column[b-ot6arl0lvj] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-ot6arl0lvj] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-ot6arl0lvj] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-ot6arl0lvj] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-ot6arl0lvj] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-ot6arl0lvj] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-ot6arl0lvj] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-ot6arl0lvj] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-ot6arl0lvj] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-ot6arl0lvj] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-ot6arl0lvj] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-ot6arl0lvj] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-ot6arl0lvj] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-ot6arl0lvj] {
        justify-content: center !important
    }

    .justify-content-md-between[b-ot6arl0lvj] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-ot6arl0lvj] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-ot6arl0lvj] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-ot6arl0lvj] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-ot6arl0lvj] {
        align-items: center !important
    }

    .align-items-md-baseline[b-ot6arl0lvj] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-ot6arl0lvj] {
        align-items: stretch !important
    }

    .align-content-md-start[b-ot6arl0lvj] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-ot6arl0lvj] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-ot6arl0lvj] {
        align-content: center !important
    }

    .align-content-md-between[b-ot6arl0lvj] {
        align-content: space-between !important
    }

    .align-content-md-around[b-ot6arl0lvj] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-ot6arl0lvj] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-ot6arl0lvj] {
        align-self: auto !important
    }

    .align-self-md-start[b-ot6arl0lvj] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-ot6arl0lvj] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-ot6arl0lvj] {
        align-self: center !important
    }

    .align-self-md-baseline[b-ot6arl0lvj] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-ot6arl0lvj] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-ot6arl0lvj] {
        flex-direction: row !important
    }

    .flex-lg-column[b-ot6arl0lvj] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-ot6arl0lvj] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-ot6arl0lvj] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-ot6arl0lvj] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-ot6arl0lvj] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-ot6arl0lvj] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-ot6arl0lvj] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-ot6arl0lvj] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-ot6arl0lvj] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-ot6arl0lvj] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-ot6arl0lvj] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-ot6arl0lvj] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-ot6arl0lvj] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-ot6arl0lvj] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-ot6arl0lvj] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-ot6arl0lvj] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-ot6arl0lvj] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-ot6arl0lvj] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-ot6arl0lvj] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-ot6arl0lvj] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-ot6arl0lvj] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-ot6arl0lvj] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-ot6arl0lvj] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-ot6arl0lvj] {
        align-content: center !important
    }

    .align-content-lg-between[b-ot6arl0lvj] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-ot6arl0lvj] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-ot6arl0lvj] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-ot6arl0lvj] {
        align-self: auto !important
    }

    .align-self-lg-start[b-ot6arl0lvj] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-ot6arl0lvj] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-ot6arl0lvj] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-ot6arl0lvj] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-ot6arl0lvj] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-ot6arl0lvj] {
        flex-direction: row !important
    }

    .flex-xl-column[b-ot6arl0lvj] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-ot6arl0lvj] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-ot6arl0lvj] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-ot6arl0lvj] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-ot6arl0lvj] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-ot6arl0lvj] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-ot6arl0lvj] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-ot6arl0lvj] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-ot6arl0lvj] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-ot6arl0lvj] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-ot6arl0lvj] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-ot6arl0lvj] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-ot6arl0lvj] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-ot6arl0lvj] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-ot6arl0lvj] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-ot6arl0lvj] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-ot6arl0lvj] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-ot6arl0lvj] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-ot6arl0lvj] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-ot6arl0lvj] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-ot6arl0lvj] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-ot6arl0lvj] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-ot6arl0lvj] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-ot6arl0lvj] {
        align-content: center !important
    }

    .align-content-xl-between[b-ot6arl0lvj] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-ot6arl0lvj] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-ot6arl0lvj] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-ot6arl0lvj] {
        align-self: auto !important
    }

    .align-self-xl-start[b-ot6arl0lvj] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-ot6arl0lvj] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-ot6arl0lvj] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-ot6arl0lvj] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-ot6arl0lvj] {
        align-self: stretch !important
    }
}

.float-left[b-ot6arl0lvj] {
    float: left !important
}

.float-right[b-ot6arl0lvj] {
    float: right !important
}

.float-none[b-ot6arl0lvj] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-ot6arl0lvj] {
        float: left !important
    }

    .float-sm-right[b-ot6arl0lvj] {
        float: right !important
    }

    .float-sm-none[b-ot6arl0lvj] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-ot6arl0lvj] {
        float: left !important
    }

    .float-md-right[b-ot6arl0lvj] {
        float: right !important
    }

    .float-md-none[b-ot6arl0lvj] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-ot6arl0lvj] {
        float: left !important
    }

    .float-lg-right[b-ot6arl0lvj] {
        float: right !important
    }

    .float-lg-none[b-ot6arl0lvj] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-ot6arl0lvj] {
        float: left !important
    }

    .float-xl-right[b-ot6arl0lvj] {
        float: right !important
    }

    .float-xl-none[b-ot6arl0lvj] {
        float: none !important
    }
}

.user-select-all[b-ot6arl0lvj] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-ot6arl0lvj] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-ot6arl0lvj] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-ot6arl0lvj] {
    overflow: auto !important
}

.overflow-hidden[b-ot6arl0lvj] {
    overflow: hidden !important
}

.position-static[b-ot6arl0lvj] {
    position: static !important
}

.position-relative[b-ot6arl0lvj] {
    position: relative !important
}

.position-absolute[b-ot6arl0lvj] {
    position: absolute !important
}

.position-fixed[b-ot6arl0lvj] {
    position: fixed !important
}

.position-sticky[b-ot6arl0lvj] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-ot6arl0lvj] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-ot6arl0lvj] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-ot6arl0lvj] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-ot6arl0lvj] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-ot6arl0lvj], .sr-only-focusable:focus[b-ot6arl0lvj] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-ot6arl0lvj] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-ot6arl0lvj] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-ot6arl0lvj] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-ot6arl0lvj] {
    box-shadow: none !important
}

.w-25[b-ot6arl0lvj] {
    width: 25% !important
}

.w-50[b-ot6arl0lvj] {
    width: 50% !important
}

.w-75[b-ot6arl0lvj] {
    width: 75% !important
}

.w-100[b-ot6arl0lvj] {
    width: 100% !important
}

.w-auto[b-ot6arl0lvj] {
    width: auto !important
}

.h-25[b-ot6arl0lvj] {
    height: 25% !important
}

.h-50[b-ot6arl0lvj] {
    height: 50% !important
}

.h-75[b-ot6arl0lvj] {
    height: 75% !important
}

.h-100[b-ot6arl0lvj] {
    height: 100% !important
}

.h-auto[b-ot6arl0lvj] {
    height: auto !important
}

.mw-100[b-ot6arl0lvj] {
    max-width: 100% !important
}

.mh-100[b-ot6arl0lvj] {
    max-height: 100% !important
}

.min-vw-100[b-ot6arl0lvj] {
    min-width: 100vw !important
}

.min-vh-100[b-ot6arl0lvj] {
    min-height: 100vh !important
}

.vw-100[b-ot6arl0lvj] {
    width: 100vw !important
}

.vh-100[b-ot6arl0lvj] {
    height: 100vh !important
}

.m-0[b-ot6arl0lvj] {
    margin: 0 !important
}

.mt-0[b-ot6arl0lvj], .my-0[b-ot6arl0lvj] {
    margin-top: 0 !important
}

.mr-0[b-ot6arl0lvj], .mx-0[b-ot6arl0lvj] {
    margin-right: 0 !important
}

.mb-0[b-ot6arl0lvj], .my-0[b-ot6arl0lvj] {
    margin-bottom: 0 !important
}

.ml-0[b-ot6arl0lvj], .mx-0[b-ot6arl0lvj] {
    margin-left: 0 !important
}

.m-1[b-ot6arl0lvj] {
    margin: .25rem !important
}

.mt-1[b-ot6arl0lvj], .my-1[b-ot6arl0lvj] {
    margin-top: .25rem !important
}

.mr-1[b-ot6arl0lvj], .mx-1[b-ot6arl0lvj] {
    margin-right: .25rem !important
}

.mb-1[b-ot6arl0lvj], .my-1[b-ot6arl0lvj] {
    margin-bottom: .25rem !important
}

.ml-1[b-ot6arl0lvj], .mx-1[b-ot6arl0lvj] {
    margin-left: .25rem !important
}

.m-2[b-ot6arl0lvj] {
    margin: .5rem !important
}

.mt-2[b-ot6arl0lvj], .my-2[b-ot6arl0lvj] {
    margin-top: .5rem !important
}

.mr-2[b-ot6arl0lvj], .mx-2[b-ot6arl0lvj] {
    margin-right: .5rem !important
}

.mb-2[b-ot6arl0lvj], .my-2[b-ot6arl0lvj] {
    margin-bottom: .5rem !important
}

.ml-2[b-ot6arl0lvj], .mx-2[b-ot6arl0lvj] {
    margin-left: .5rem !important
}

.m-3[b-ot6arl0lvj] {
    margin: 1rem !important
}

.mt-3[b-ot6arl0lvj], .my-3[b-ot6arl0lvj] {
    margin-top: 1rem !important
}

.mr-3[b-ot6arl0lvj], .mx-3[b-ot6arl0lvj] {
    margin-right: 1rem !important
}

.mb-3[b-ot6arl0lvj], .my-3[b-ot6arl0lvj] {
    margin-bottom: 1rem !important
}

.ml-3[b-ot6arl0lvj], .mx-3[b-ot6arl0lvj] {
    margin-left: 1rem !important
}

.m-4[b-ot6arl0lvj] {
    margin: 1.5rem !important
}

.mt-4[b-ot6arl0lvj], .my-4[b-ot6arl0lvj] {
    margin-top: 1.5rem !important
}

.mr-4[b-ot6arl0lvj], .mx-4[b-ot6arl0lvj] {
    margin-right: 1.5rem !important
}

.mb-4[b-ot6arl0lvj], .my-4[b-ot6arl0lvj] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-ot6arl0lvj], .mx-4[b-ot6arl0lvj] {
    margin-left: 1.5rem !important
}

.m-5[b-ot6arl0lvj] {
    margin: 3rem !important
}

.mt-5[b-ot6arl0lvj], .my-5[b-ot6arl0lvj] {
    margin-top: 3rem !important
}

.mr-5[b-ot6arl0lvj], .mx-5[b-ot6arl0lvj] {
    margin-right: 3rem !important
}

.mb-5[b-ot6arl0lvj], .my-5[b-ot6arl0lvj] {
    margin-bottom: 3rem !important
}

.ml-5[b-ot6arl0lvj], .mx-5[b-ot6arl0lvj] {
    margin-left: 3rem !important
}

.p-0[b-ot6arl0lvj] {
    padding: 0 !important
}

.pt-0[b-ot6arl0lvj], .py-0[b-ot6arl0lvj] {
    padding-top: 0 !important
}

.pr-0[b-ot6arl0lvj], .px-0[b-ot6arl0lvj] {
    padding-right: 0 !important
}

.pb-0[b-ot6arl0lvj], .py-0[b-ot6arl0lvj] {
    padding-bottom: 0 !important
}

.pl-0[b-ot6arl0lvj], .px-0[b-ot6arl0lvj] {
    padding-left: 0 !important
}

.p-1[b-ot6arl0lvj] {
    padding: .25rem !important
}

.pt-1[b-ot6arl0lvj], .py-1[b-ot6arl0lvj] {
    padding-top: .25rem !important
}

.pr-1[b-ot6arl0lvj], .px-1[b-ot6arl0lvj] {
    padding-right: .25rem !important
}

.pb-1[b-ot6arl0lvj], .py-1[b-ot6arl0lvj] {
    padding-bottom: .25rem !important
}

.pl-1[b-ot6arl0lvj], .px-1[b-ot6arl0lvj] {
    padding-left: .25rem !important
}

.p-2[b-ot6arl0lvj] {
    padding: .5rem !important
}

.pt-2[b-ot6arl0lvj], .py-2[b-ot6arl0lvj] {
    padding-top: .5rem !important
}

.pr-2[b-ot6arl0lvj], .px-2[b-ot6arl0lvj] {
    padding-right: .5rem !important
}

.pb-2[b-ot6arl0lvj], .py-2[b-ot6arl0lvj] {
    padding-bottom: .5rem !important
}

.pl-2[b-ot6arl0lvj], .px-2[b-ot6arl0lvj] {
    padding-left: .5rem !important
}

.p-3[b-ot6arl0lvj] {
    padding: 1rem !important
}

.pt-3[b-ot6arl0lvj], .py-3[b-ot6arl0lvj] {
    padding-top: 1rem !important
}

.pr-3[b-ot6arl0lvj], .px-3[b-ot6arl0lvj] {
    padding-right: 1rem !important
}

.pb-3[b-ot6arl0lvj], .py-3[b-ot6arl0lvj] {
    padding-bottom: 1rem !important
}

.pl-3[b-ot6arl0lvj], .px-3[b-ot6arl0lvj] {
    padding-left: 1rem !important
}

.p-4[b-ot6arl0lvj] {
    padding: 1.5rem !important
}

.pt-4[b-ot6arl0lvj], .py-4[b-ot6arl0lvj] {
    padding-top: 1.5rem !important
}

.pr-4[b-ot6arl0lvj], .px-4[b-ot6arl0lvj] {
    padding-right: 1.5rem !important
}

.pb-4[b-ot6arl0lvj], .py-4[b-ot6arl0lvj] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-ot6arl0lvj], .px-4[b-ot6arl0lvj] {
    padding-left: 1.5rem !important
}

.p-5[b-ot6arl0lvj] {
    padding: 3rem !important
}

.pt-5[b-ot6arl0lvj], .py-5[b-ot6arl0lvj] {
    padding-top: 3rem !important
}

.pr-5[b-ot6arl0lvj], .px-5[b-ot6arl0lvj] {
    padding-right: 3rem !important
}

.pb-5[b-ot6arl0lvj], .py-5[b-ot6arl0lvj] {
    padding-bottom: 3rem !important
}

.pl-5[b-ot6arl0lvj], .px-5[b-ot6arl0lvj] {
    padding-left: 3rem !important
}

.m-n1[b-ot6arl0lvj] {
    margin: -.25rem !important
}

.mt-n1[b-ot6arl0lvj], .my-n1[b-ot6arl0lvj] {
    margin-top: -.25rem !important
}

.mr-n1[b-ot6arl0lvj], .mx-n1[b-ot6arl0lvj] {
    margin-right: -.25rem !important
}

.mb-n1[b-ot6arl0lvj], .my-n1[b-ot6arl0lvj] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-ot6arl0lvj], .mx-n1[b-ot6arl0lvj] {
    margin-left: -.25rem !important
}

.m-n2[b-ot6arl0lvj] {
    margin: -.5rem !important
}

.mt-n2[b-ot6arl0lvj], .my-n2[b-ot6arl0lvj] {
    margin-top: -.5rem !important
}

.mr-n2[b-ot6arl0lvj], .mx-n2[b-ot6arl0lvj] {
    margin-right: -.5rem !important
}

.mb-n2[b-ot6arl0lvj], .my-n2[b-ot6arl0lvj] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-ot6arl0lvj], .mx-n2[b-ot6arl0lvj] {
    margin-left: -.5rem !important
}

.m-n3[b-ot6arl0lvj] {
    margin: -1rem !important
}

.mt-n3[b-ot6arl0lvj], .my-n3[b-ot6arl0lvj] {
    margin-top: -1rem !important
}

.mr-n3[b-ot6arl0lvj], .mx-n3[b-ot6arl0lvj] {
    margin-right: -1rem !important
}

.mb-n3[b-ot6arl0lvj], .my-n3[b-ot6arl0lvj] {
    margin-bottom: -1rem !important
}

.ml-n3[b-ot6arl0lvj], .mx-n3[b-ot6arl0lvj] {
    margin-left: -1rem !important
}

.m-n4[b-ot6arl0lvj] {
    margin: -1.5rem !important
}

.mt-n4[b-ot6arl0lvj], .my-n4[b-ot6arl0lvj] {
    margin-top: -1.5rem !important
}

.mr-n4[b-ot6arl0lvj], .mx-n4[b-ot6arl0lvj] {
    margin-right: -1.5rem !important
}

.mb-n4[b-ot6arl0lvj], .my-n4[b-ot6arl0lvj] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-ot6arl0lvj], .mx-n4[b-ot6arl0lvj] {
    margin-left: -1.5rem !important
}

.m-n5[b-ot6arl0lvj] {
    margin: -3rem !important
}

.mt-n5[b-ot6arl0lvj], .my-n5[b-ot6arl0lvj] {
    margin-top: -3rem !important
}

.mr-n5[b-ot6arl0lvj], .mx-n5[b-ot6arl0lvj] {
    margin-right: -3rem !important
}

.mb-n5[b-ot6arl0lvj], .my-n5[b-ot6arl0lvj] {
    margin-bottom: -3rem !important
}

.ml-n5[b-ot6arl0lvj], .mx-n5[b-ot6arl0lvj] {
    margin-left: -3rem !important
}

.m-auto[b-ot6arl0lvj] {
    margin: auto !important
}

.mt-auto[b-ot6arl0lvj], .my-auto[b-ot6arl0lvj] {
    margin-top: auto !important
}

.mr-auto[b-ot6arl0lvj], .mx-auto[b-ot6arl0lvj] {
    margin-right: auto !important
}

.mb-auto[b-ot6arl0lvj], .my-auto[b-ot6arl0lvj] {
    margin-bottom: auto !important
}

.ml-auto[b-ot6arl0lvj], .mx-auto[b-ot6arl0lvj] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-ot6arl0lvj] {
        margin: 0 !important
    }

    .mt-sm-0[b-ot6arl0lvj], .my-sm-0[b-ot6arl0lvj] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-ot6arl0lvj], .mx-sm-0[b-ot6arl0lvj] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-ot6arl0lvj], .my-sm-0[b-ot6arl0lvj] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-ot6arl0lvj], .mx-sm-0[b-ot6arl0lvj] {
        margin-left: 0 !important
    }

    .m-sm-1[b-ot6arl0lvj] {
        margin: .25rem !important
    }

    .mt-sm-1[b-ot6arl0lvj], .my-sm-1[b-ot6arl0lvj] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-ot6arl0lvj], .mx-sm-1[b-ot6arl0lvj] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-ot6arl0lvj], .my-sm-1[b-ot6arl0lvj] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-ot6arl0lvj], .mx-sm-1[b-ot6arl0lvj] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-ot6arl0lvj] {
        margin: .5rem !important
    }

    .mt-sm-2[b-ot6arl0lvj], .my-sm-2[b-ot6arl0lvj] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-ot6arl0lvj], .mx-sm-2[b-ot6arl0lvj] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-ot6arl0lvj], .my-sm-2[b-ot6arl0lvj] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-ot6arl0lvj], .mx-sm-2[b-ot6arl0lvj] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-ot6arl0lvj] {
        margin: 1rem !important
    }

    .mt-sm-3[b-ot6arl0lvj], .my-sm-3[b-ot6arl0lvj] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-ot6arl0lvj], .mx-sm-3[b-ot6arl0lvj] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-ot6arl0lvj], .my-sm-3[b-ot6arl0lvj] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-ot6arl0lvj], .mx-sm-3[b-ot6arl0lvj] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-ot6arl0lvj] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-ot6arl0lvj], .my-sm-4[b-ot6arl0lvj] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-ot6arl0lvj], .mx-sm-4[b-ot6arl0lvj] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-ot6arl0lvj], .my-sm-4[b-ot6arl0lvj] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-ot6arl0lvj], .mx-sm-4[b-ot6arl0lvj] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-ot6arl0lvj] {
        margin: 3rem !important
    }

    .mt-sm-5[b-ot6arl0lvj], .my-sm-5[b-ot6arl0lvj] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-ot6arl0lvj], .mx-sm-5[b-ot6arl0lvj] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-ot6arl0lvj], .my-sm-5[b-ot6arl0lvj] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-ot6arl0lvj], .mx-sm-5[b-ot6arl0lvj] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-ot6arl0lvj] {
        padding: 0 !important
    }

    .pt-sm-0[b-ot6arl0lvj], .py-sm-0[b-ot6arl0lvj] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-ot6arl0lvj], .px-sm-0[b-ot6arl0lvj] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-ot6arl0lvj], .py-sm-0[b-ot6arl0lvj] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-ot6arl0lvj], .px-sm-0[b-ot6arl0lvj] {
        padding-left: 0 !important
    }

    .p-sm-1[b-ot6arl0lvj] {
        padding: .25rem !important
    }

    .pt-sm-1[b-ot6arl0lvj], .py-sm-1[b-ot6arl0lvj] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-ot6arl0lvj], .px-sm-1[b-ot6arl0lvj] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-ot6arl0lvj], .py-sm-1[b-ot6arl0lvj] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-ot6arl0lvj], .px-sm-1[b-ot6arl0lvj] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-ot6arl0lvj] {
        padding: .5rem !important
    }

    .pt-sm-2[b-ot6arl0lvj], .py-sm-2[b-ot6arl0lvj] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-ot6arl0lvj], .px-sm-2[b-ot6arl0lvj] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-ot6arl0lvj], .py-sm-2[b-ot6arl0lvj] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-ot6arl0lvj], .px-sm-2[b-ot6arl0lvj] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-ot6arl0lvj] {
        padding: 1rem !important
    }

    .pt-sm-3[b-ot6arl0lvj], .py-sm-3[b-ot6arl0lvj] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-ot6arl0lvj], .px-sm-3[b-ot6arl0lvj] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-ot6arl0lvj], .py-sm-3[b-ot6arl0lvj] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-ot6arl0lvj], .px-sm-3[b-ot6arl0lvj] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-ot6arl0lvj] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-ot6arl0lvj], .py-sm-4[b-ot6arl0lvj] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-ot6arl0lvj], .px-sm-4[b-ot6arl0lvj] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-ot6arl0lvj], .py-sm-4[b-ot6arl0lvj] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-ot6arl0lvj], .px-sm-4[b-ot6arl0lvj] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-ot6arl0lvj] {
        padding: 3rem !important
    }

    .pt-sm-5[b-ot6arl0lvj], .py-sm-5[b-ot6arl0lvj] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-ot6arl0lvj], .px-sm-5[b-ot6arl0lvj] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-ot6arl0lvj], .py-sm-5[b-ot6arl0lvj] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-ot6arl0lvj], .px-sm-5[b-ot6arl0lvj] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-ot6arl0lvj] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-ot6arl0lvj], .my-sm-n1[b-ot6arl0lvj] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-ot6arl0lvj], .mx-sm-n1[b-ot6arl0lvj] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-ot6arl0lvj], .my-sm-n1[b-ot6arl0lvj] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-ot6arl0lvj], .mx-sm-n1[b-ot6arl0lvj] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-ot6arl0lvj] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-ot6arl0lvj], .my-sm-n2[b-ot6arl0lvj] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-ot6arl0lvj], .mx-sm-n2[b-ot6arl0lvj] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-ot6arl0lvj], .my-sm-n2[b-ot6arl0lvj] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-ot6arl0lvj], .mx-sm-n2[b-ot6arl0lvj] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-ot6arl0lvj] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-ot6arl0lvj], .my-sm-n3[b-ot6arl0lvj] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-ot6arl0lvj], .mx-sm-n3[b-ot6arl0lvj] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-ot6arl0lvj], .my-sm-n3[b-ot6arl0lvj] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-ot6arl0lvj], .mx-sm-n3[b-ot6arl0lvj] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-ot6arl0lvj] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-ot6arl0lvj], .my-sm-n4[b-ot6arl0lvj] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-ot6arl0lvj], .mx-sm-n4[b-ot6arl0lvj] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-ot6arl0lvj], .my-sm-n4[b-ot6arl0lvj] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-ot6arl0lvj], .mx-sm-n4[b-ot6arl0lvj] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-ot6arl0lvj] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-ot6arl0lvj], .my-sm-n5[b-ot6arl0lvj] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-ot6arl0lvj], .mx-sm-n5[b-ot6arl0lvj] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-ot6arl0lvj], .my-sm-n5[b-ot6arl0lvj] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-ot6arl0lvj], .mx-sm-n5[b-ot6arl0lvj] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-ot6arl0lvj] {
        margin: auto !important
    }

    .mt-sm-auto[b-ot6arl0lvj], .my-sm-auto[b-ot6arl0lvj] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-ot6arl0lvj], .mx-sm-auto[b-ot6arl0lvj] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-ot6arl0lvj], .my-sm-auto[b-ot6arl0lvj] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-ot6arl0lvj], .mx-sm-auto[b-ot6arl0lvj] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-ot6arl0lvj] {
        margin: 0 !important
    }

    .mt-md-0[b-ot6arl0lvj], .my-md-0[b-ot6arl0lvj] {
        margin-top: 0 !important
    }

    .mr-md-0[b-ot6arl0lvj], .mx-md-0[b-ot6arl0lvj] {
        margin-right: 0 !important
    }

    .mb-md-0[b-ot6arl0lvj], .my-md-0[b-ot6arl0lvj] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-ot6arl0lvj], .mx-md-0[b-ot6arl0lvj] {
        margin-left: 0 !important
    }

    .m-md-1[b-ot6arl0lvj] {
        margin: .25rem !important
    }

    .mt-md-1[b-ot6arl0lvj], .my-md-1[b-ot6arl0lvj] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-ot6arl0lvj], .mx-md-1[b-ot6arl0lvj] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-ot6arl0lvj], .my-md-1[b-ot6arl0lvj] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-ot6arl0lvj], .mx-md-1[b-ot6arl0lvj] {
        margin-left: .25rem !important
    }

    .m-md-2[b-ot6arl0lvj] {
        margin: .5rem !important
    }

    .mt-md-2[b-ot6arl0lvj], .my-md-2[b-ot6arl0lvj] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-ot6arl0lvj], .mx-md-2[b-ot6arl0lvj] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-ot6arl0lvj], .my-md-2[b-ot6arl0lvj] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-ot6arl0lvj], .mx-md-2[b-ot6arl0lvj] {
        margin-left: .5rem !important
    }

    .m-md-3[b-ot6arl0lvj] {
        margin: 1rem !important
    }

    .mt-md-3[b-ot6arl0lvj], .my-md-3[b-ot6arl0lvj] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-ot6arl0lvj], .mx-md-3[b-ot6arl0lvj] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-ot6arl0lvj], .my-md-3[b-ot6arl0lvj] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-ot6arl0lvj], .mx-md-3[b-ot6arl0lvj] {
        margin-left: 1rem !important
    }

    .m-md-4[b-ot6arl0lvj] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-ot6arl0lvj], .my-md-4[b-ot6arl0lvj] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-ot6arl0lvj], .mx-md-4[b-ot6arl0lvj] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-ot6arl0lvj], .my-md-4[b-ot6arl0lvj] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-ot6arl0lvj], .mx-md-4[b-ot6arl0lvj] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-ot6arl0lvj] {
        margin: 3rem !important
    }

    .mt-md-5[b-ot6arl0lvj], .my-md-5[b-ot6arl0lvj] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-ot6arl0lvj], .mx-md-5[b-ot6arl0lvj] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-ot6arl0lvj], .my-md-5[b-ot6arl0lvj] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-ot6arl0lvj], .mx-md-5[b-ot6arl0lvj] {
        margin-left: 3rem !important
    }

    .p-md-0[b-ot6arl0lvj] {
        padding: 0 !important
    }

    .pt-md-0[b-ot6arl0lvj], .py-md-0[b-ot6arl0lvj] {
        padding-top: 0 !important
    }

    .pr-md-0[b-ot6arl0lvj], .px-md-0[b-ot6arl0lvj] {
        padding-right: 0 !important
    }

    .pb-md-0[b-ot6arl0lvj], .py-md-0[b-ot6arl0lvj] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-ot6arl0lvj], .px-md-0[b-ot6arl0lvj] {
        padding-left: 0 !important
    }

    .p-md-1[b-ot6arl0lvj] {
        padding: .25rem !important
    }

    .pt-md-1[b-ot6arl0lvj], .py-md-1[b-ot6arl0lvj] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-ot6arl0lvj], .px-md-1[b-ot6arl0lvj] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-ot6arl0lvj], .py-md-1[b-ot6arl0lvj] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-ot6arl0lvj], .px-md-1[b-ot6arl0lvj] {
        padding-left: .25rem !important
    }

    .p-md-2[b-ot6arl0lvj] {
        padding: .5rem !important
    }

    .pt-md-2[b-ot6arl0lvj], .py-md-2[b-ot6arl0lvj] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-ot6arl0lvj], .px-md-2[b-ot6arl0lvj] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-ot6arl0lvj], .py-md-2[b-ot6arl0lvj] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-ot6arl0lvj], .px-md-2[b-ot6arl0lvj] {
        padding-left: .5rem !important
    }

    .p-md-3[b-ot6arl0lvj] {
        padding: 1rem !important
    }

    .pt-md-3[b-ot6arl0lvj], .py-md-3[b-ot6arl0lvj] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-ot6arl0lvj], .px-md-3[b-ot6arl0lvj] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-ot6arl0lvj], .py-md-3[b-ot6arl0lvj] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-ot6arl0lvj], .px-md-3[b-ot6arl0lvj] {
        padding-left: 1rem !important
    }

    .p-md-4[b-ot6arl0lvj] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-ot6arl0lvj], .py-md-4[b-ot6arl0lvj] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-ot6arl0lvj], .px-md-4[b-ot6arl0lvj] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-ot6arl0lvj], .py-md-4[b-ot6arl0lvj] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-ot6arl0lvj], .px-md-4[b-ot6arl0lvj] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-ot6arl0lvj] {
        padding: 3rem !important
    }

    .pt-md-5[b-ot6arl0lvj], .py-md-5[b-ot6arl0lvj] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-ot6arl0lvj], .px-md-5[b-ot6arl0lvj] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-ot6arl0lvj], .py-md-5[b-ot6arl0lvj] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-ot6arl0lvj], .px-md-5[b-ot6arl0lvj] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-ot6arl0lvj] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-ot6arl0lvj], .my-md-n1[b-ot6arl0lvj] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-ot6arl0lvj], .mx-md-n1[b-ot6arl0lvj] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-ot6arl0lvj], .my-md-n1[b-ot6arl0lvj] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-ot6arl0lvj], .mx-md-n1[b-ot6arl0lvj] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-ot6arl0lvj] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-ot6arl0lvj], .my-md-n2[b-ot6arl0lvj] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-ot6arl0lvj], .mx-md-n2[b-ot6arl0lvj] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-ot6arl0lvj], .my-md-n2[b-ot6arl0lvj] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-ot6arl0lvj], .mx-md-n2[b-ot6arl0lvj] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-ot6arl0lvj] {
        margin: -1rem !important
    }

    .mt-md-n3[b-ot6arl0lvj], .my-md-n3[b-ot6arl0lvj] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-ot6arl0lvj], .mx-md-n3[b-ot6arl0lvj] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-ot6arl0lvj], .my-md-n3[b-ot6arl0lvj] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-ot6arl0lvj], .mx-md-n3[b-ot6arl0lvj] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-ot6arl0lvj] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-ot6arl0lvj], .my-md-n4[b-ot6arl0lvj] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-ot6arl0lvj], .mx-md-n4[b-ot6arl0lvj] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-ot6arl0lvj], .my-md-n4[b-ot6arl0lvj] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-ot6arl0lvj], .mx-md-n4[b-ot6arl0lvj] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-ot6arl0lvj] {
        margin: -3rem !important
    }

    .mt-md-n5[b-ot6arl0lvj], .my-md-n5[b-ot6arl0lvj] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-ot6arl0lvj], .mx-md-n5[b-ot6arl0lvj] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-ot6arl0lvj], .my-md-n5[b-ot6arl0lvj] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-ot6arl0lvj], .mx-md-n5[b-ot6arl0lvj] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-ot6arl0lvj] {
        margin: auto !important
    }

    .mt-md-auto[b-ot6arl0lvj], .my-md-auto[b-ot6arl0lvj] {
        margin-top: auto !important
    }

    .mr-md-auto[b-ot6arl0lvj], .mx-md-auto[b-ot6arl0lvj] {
        margin-right: auto !important
    }

    .mb-md-auto[b-ot6arl0lvj], .my-md-auto[b-ot6arl0lvj] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-ot6arl0lvj], .mx-md-auto[b-ot6arl0lvj] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-ot6arl0lvj] {
        margin: 0 !important
    }

    .mt-lg-0[b-ot6arl0lvj], .my-lg-0[b-ot6arl0lvj] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-ot6arl0lvj], .mx-lg-0[b-ot6arl0lvj] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-ot6arl0lvj], .my-lg-0[b-ot6arl0lvj] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-ot6arl0lvj], .mx-lg-0[b-ot6arl0lvj] {
        margin-left: 0 !important
    }

    .m-lg-1[b-ot6arl0lvj] {
        margin: .25rem !important
    }

    .mt-lg-1[b-ot6arl0lvj], .my-lg-1[b-ot6arl0lvj] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-ot6arl0lvj], .mx-lg-1[b-ot6arl0lvj] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-ot6arl0lvj], .my-lg-1[b-ot6arl0lvj] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-ot6arl0lvj], .mx-lg-1[b-ot6arl0lvj] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-ot6arl0lvj] {
        margin: .5rem !important
    }

    .mt-lg-2[b-ot6arl0lvj], .my-lg-2[b-ot6arl0lvj] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-ot6arl0lvj], .mx-lg-2[b-ot6arl0lvj] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-ot6arl0lvj], .my-lg-2[b-ot6arl0lvj] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-ot6arl0lvj], .mx-lg-2[b-ot6arl0lvj] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-ot6arl0lvj] {
        margin: 1rem !important
    }

    .mt-lg-3[b-ot6arl0lvj], .my-lg-3[b-ot6arl0lvj] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-ot6arl0lvj], .mx-lg-3[b-ot6arl0lvj] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-ot6arl0lvj], .my-lg-3[b-ot6arl0lvj] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-ot6arl0lvj], .mx-lg-3[b-ot6arl0lvj] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-ot6arl0lvj] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-ot6arl0lvj], .my-lg-4[b-ot6arl0lvj] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-ot6arl0lvj], .mx-lg-4[b-ot6arl0lvj] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-ot6arl0lvj], .my-lg-4[b-ot6arl0lvj] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-ot6arl0lvj], .mx-lg-4[b-ot6arl0lvj] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-ot6arl0lvj] {
        margin: 3rem !important
    }

    .mt-lg-5[b-ot6arl0lvj], .my-lg-5[b-ot6arl0lvj] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-ot6arl0lvj], .mx-lg-5[b-ot6arl0lvj] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-ot6arl0lvj], .my-lg-5[b-ot6arl0lvj] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-ot6arl0lvj], .mx-lg-5[b-ot6arl0lvj] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-ot6arl0lvj] {
        padding: 0 !important
    }

    .pt-lg-0[b-ot6arl0lvj], .py-lg-0[b-ot6arl0lvj] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-ot6arl0lvj], .px-lg-0[b-ot6arl0lvj] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-ot6arl0lvj], .py-lg-0[b-ot6arl0lvj] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-ot6arl0lvj], .px-lg-0[b-ot6arl0lvj] {
        padding-left: 0 !important
    }

    .p-lg-1[b-ot6arl0lvj] {
        padding: .25rem !important
    }

    .pt-lg-1[b-ot6arl0lvj], .py-lg-1[b-ot6arl0lvj] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-ot6arl0lvj], .px-lg-1[b-ot6arl0lvj] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-ot6arl0lvj], .py-lg-1[b-ot6arl0lvj] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-ot6arl0lvj], .px-lg-1[b-ot6arl0lvj] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-ot6arl0lvj] {
        padding: .5rem !important
    }

    .pt-lg-2[b-ot6arl0lvj], .py-lg-2[b-ot6arl0lvj] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-ot6arl0lvj], .px-lg-2[b-ot6arl0lvj] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-ot6arl0lvj], .py-lg-2[b-ot6arl0lvj] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-ot6arl0lvj], .px-lg-2[b-ot6arl0lvj] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-ot6arl0lvj] {
        padding: 1rem !important
    }

    .pt-lg-3[b-ot6arl0lvj], .py-lg-3[b-ot6arl0lvj] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-ot6arl0lvj], .px-lg-3[b-ot6arl0lvj] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-ot6arl0lvj], .py-lg-3[b-ot6arl0lvj] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-ot6arl0lvj], .px-lg-3[b-ot6arl0lvj] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-ot6arl0lvj] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-ot6arl0lvj], .py-lg-4[b-ot6arl0lvj] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-ot6arl0lvj], .px-lg-4[b-ot6arl0lvj] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-ot6arl0lvj], .py-lg-4[b-ot6arl0lvj] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-ot6arl0lvj], .px-lg-4[b-ot6arl0lvj] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-ot6arl0lvj] {
        padding: 3rem !important
    }

    .pt-lg-5[b-ot6arl0lvj], .py-lg-5[b-ot6arl0lvj] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-ot6arl0lvj], .px-lg-5[b-ot6arl0lvj] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-ot6arl0lvj], .py-lg-5[b-ot6arl0lvj] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-ot6arl0lvj], .px-lg-5[b-ot6arl0lvj] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-ot6arl0lvj] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-ot6arl0lvj], .my-lg-n1[b-ot6arl0lvj] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-ot6arl0lvj], .mx-lg-n1[b-ot6arl0lvj] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-ot6arl0lvj], .my-lg-n1[b-ot6arl0lvj] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-ot6arl0lvj], .mx-lg-n1[b-ot6arl0lvj] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-ot6arl0lvj] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-ot6arl0lvj], .my-lg-n2[b-ot6arl0lvj] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-ot6arl0lvj], .mx-lg-n2[b-ot6arl0lvj] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-ot6arl0lvj], .my-lg-n2[b-ot6arl0lvj] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-ot6arl0lvj], .mx-lg-n2[b-ot6arl0lvj] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-ot6arl0lvj] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-ot6arl0lvj], .my-lg-n3[b-ot6arl0lvj] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-ot6arl0lvj], .mx-lg-n3[b-ot6arl0lvj] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-ot6arl0lvj], .my-lg-n3[b-ot6arl0lvj] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-ot6arl0lvj], .mx-lg-n3[b-ot6arl0lvj] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-ot6arl0lvj] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-ot6arl0lvj], .my-lg-n4[b-ot6arl0lvj] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-ot6arl0lvj], .mx-lg-n4[b-ot6arl0lvj] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-ot6arl0lvj], .my-lg-n4[b-ot6arl0lvj] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-ot6arl0lvj], .mx-lg-n4[b-ot6arl0lvj] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-ot6arl0lvj] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-ot6arl0lvj], .my-lg-n5[b-ot6arl0lvj] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-ot6arl0lvj], .mx-lg-n5[b-ot6arl0lvj] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-ot6arl0lvj], .my-lg-n5[b-ot6arl0lvj] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-ot6arl0lvj], .mx-lg-n5[b-ot6arl0lvj] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-ot6arl0lvj] {
        margin: auto !important
    }

    .mt-lg-auto[b-ot6arl0lvj], .my-lg-auto[b-ot6arl0lvj] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-ot6arl0lvj], .mx-lg-auto[b-ot6arl0lvj] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-ot6arl0lvj], .my-lg-auto[b-ot6arl0lvj] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-ot6arl0lvj], .mx-lg-auto[b-ot6arl0lvj] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-ot6arl0lvj] {
        margin: 0 !important
    }

    .mt-xl-0[b-ot6arl0lvj], .my-xl-0[b-ot6arl0lvj] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-ot6arl0lvj], .mx-xl-0[b-ot6arl0lvj] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-ot6arl0lvj], .my-xl-0[b-ot6arl0lvj] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-ot6arl0lvj], .mx-xl-0[b-ot6arl0lvj] {
        margin-left: 0 !important
    }

    .m-xl-1[b-ot6arl0lvj] {
        margin: .25rem !important
    }

    .mt-xl-1[b-ot6arl0lvj], .my-xl-1[b-ot6arl0lvj] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-ot6arl0lvj], .mx-xl-1[b-ot6arl0lvj] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-ot6arl0lvj], .my-xl-1[b-ot6arl0lvj] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-ot6arl0lvj], .mx-xl-1[b-ot6arl0lvj] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-ot6arl0lvj] {
        margin: .5rem !important
    }

    .mt-xl-2[b-ot6arl0lvj], .my-xl-2[b-ot6arl0lvj] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-ot6arl0lvj], .mx-xl-2[b-ot6arl0lvj] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-ot6arl0lvj], .my-xl-2[b-ot6arl0lvj] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-ot6arl0lvj], .mx-xl-2[b-ot6arl0lvj] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-ot6arl0lvj] {
        margin: 1rem !important
    }

    .mt-xl-3[b-ot6arl0lvj], .my-xl-3[b-ot6arl0lvj] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-ot6arl0lvj], .mx-xl-3[b-ot6arl0lvj] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-ot6arl0lvj], .my-xl-3[b-ot6arl0lvj] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-ot6arl0lvj], .mx-xl-3[b-ot6arl0lvj] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-ot6arl0lvj] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-ot6arl0lvj], .my-xl-4[b-ot6arl0lvj] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-ot6arl0lvj], .mx-xl-4[b-ot6arl0lvj] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-ot6arl0lvj], .my-xl-4[b-ot6arl0lvj] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-ot6arl0lvj], .mx-xl-4[b-ot6arl0lvj] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-ot6arl0lvj] {
        margin: 3rem !important
    }

    .mt-xl-5[b-ot6arl0lvj], .my-xl-5[b-ot6arl0lvj] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-ot6arl0lvj], .mx-xl-5[b-ot6arl0lvj] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-ot6arl0lvj], .my-xl-5[b-ot6arl0lvj] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-ot6arl0lvj], .mx-xl-5[b-ot6arl0lvj] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-ot6arl0lvj] {
        padding: 0 !important
    }

    .pt-xl-0[b-ot6arl0lvj], .py-xl-0[b-ot6arl0lvj] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-ot6arl0lvj], .px-xl-0[b-ot6arl0lvj] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-ot6arl0lvj], .py-xl-0[b-ot6arl0lvj] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-ot6arl0lvj], .px-xl-0[b-ot6arl0lvj] {
        padding-left: 0 !important
    }

    .p-xl-1[b-ot6arl0lvj] {
        padding: .25rem !important
    }

    .pt-xl-1[b-ot6arl0lvj], .py-xl-1[b-ot6arl0lvj] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-ot6arl0lvj], .px-xl-1[b-ot6arl0lvj] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-ot6arl0lvj], .py-xl-1[b-ot6arl0lvj] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-ot6arl0lvj], .px-xl-1[b-ot6arl0lvj] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-ot6arl0lvj] {
        padding: .5rem !important
    }

    .pt-xl-2[b-ot6arl0lvj], .py-xl-2[b-ot6arl0lvj] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-ot6arl0lvj], .px-xl-2[b-ot6arl0lvj] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-ot6arl0lvj], .py-xl-2[b-ot6arl0lvj] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-ot6arl0lvj], .px-xl-2[b-ot6arl0lvj] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-ot6arl0lvj] {
        padding: 1rem !important
    }

    .pt-xl-3[b-ot6arl0lvj], .py-xl-3[b-ot6arl0lvj] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-ot6arl0lvj], .px-xl-3[b-ot6arl0lvj] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-ot6arl0lvj], .py-xl-3[b-ot6arl0lvj] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-ot6arl0lvj], .px-xl-3[b-ot6arl0lvj] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-ot6arl0lvj] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-ot6arl0lvj], .py-xl-4[b-ot6arl0lvj] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-ot6arl0lvj], .px-xl-4[b-ot6arl0lvj] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-ot6arl0lvj], .py-xl-4[b-ot6arl0lvj] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-ot6arl0lvj], .px-xl-4[b-ot6arl0lvj] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-ot6arl0lvj] {
        padding: 3rem !important
    }

    .pt-xl-5[b-ot6arl0lvj], .py-xl-5[b-ot6arl0lvj] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-ot6arl0lvj], .px-xl-5[b-ot6arl0lvj] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-ot6arl0lvj], .py-xl-5[b-ot6arl0lvj] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-ot6arl0lvj], .px-xl-5[b-ot6arl0lvj] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-ot6arl0lvj] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-ot6arl0lvj], .my-xl-n1[b-ot6arl0lvj] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-ot6arl0lvj], .mx-xl-n1[b-ot6arl0lvj] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-ot6arl0lvj], .my-xl-n1[b-ot6arl0lvj] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-ot6arl0lvj], .mx-xl-n1[b-ot6arl0lvj] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-ot6arl0lvj] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-ot6arl0lvj], .my-xl-n2[b-ot6arl0lvj] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-ot6arl0lvj], .mx-xl-n2[b-ot6arl0lvj] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-ot6arl0lvj], .my-xl-n2[b-ot6arl0lvj] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-ot6arl0lvj], .mx-xl-n2[b-ot6arl0lvj] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-ot6arl0lvj] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-ot6arl0lvj], .my-xl-n3[b-ot6arl0lvj] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-ot6arl0lvj], .mx-xl-n3[b-ot6arl0lvj] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-ot6arl0lvj], .my-xl-n3[b-ot6arl0lvj] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-ot6arl0lvj], .mx-xl-n3[b-ot6arl0lvj] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-ot6arl0lvj] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-ot6arl0lvj], .my-xl-n4[b-ot6arl0lvj] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-ot6arl0lvj], .mx-xl-n4[b-ot6arl0lvj] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-ot6arl0lvj], .my-xl-n4[b-ot6arl0lvj] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-ot6arl0lvj], .mx-xl-n4[b-ot6arl0lvj] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-ot6arl0lvj] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-ot6arl0lvj], .my-xl-n5[b-ot6arl0lvj] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-ot6arl0lvj], .mx-xl-n5[b-ot6arl0lvj] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-ot6arl0lvj], .my-xl-n5[b-ot6arl0lvj] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-ot6arl0lvj], .mx-xl-n5[b-ot6arl0lvj] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-ot6arl0lvj] {
        margin: auto !important
    }

    .mt-xl-auto[b-ot6arl0lvj], .my-xl-auto[b-ot6arl0lvj] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-ot6arl0lvj], .mx-xl-auto[b-ot6arl0lvj] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-ot6arl0lvj], .my-xl-auto[b-ot6arl0lvj] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-ot6arl0lvj], .mx-xl-auto[b-ot6arl0lvj] {
        margin-left: auto !important
    }
}

.stretched-link[b-ot6arl0lvj]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-ot6arl0lvj] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-ot6arl0lvj] {
    text-align: justify !important
}

.text-wrap[b-ot6arl0lvj] {
    white-space: normal !important
}

.text-nowrap[b-ot6arl0lvj] {
    white-space: nowrap !important
}

.text-truncate[b-ot6arl0lvj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-ot6arl0lvj] {
    text-align: left !important
}

.text-right[b-ot6arl0lvj] {
    text-align: right !important
}

.text-center[b-ot6arl0lvj] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-ot6arl0lvj] {
        text-align: left !important
    }

    .text-sm-right[b-ot6arl0lvj] {
        text-align: right !important
    }

    .text-sm-center[b-ot6arl0lvj] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-ot6arl0lvj] {
        text-align: left !important
    }

    .text-md-right[b-ot6arl0lvj] {
        text-align: right !important
    }

    .text-md-center[b-ot6arl0lvj] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-ot6arl0lvj] {
        text-align: left !important
    }

    .text-lg-right[b-ot6arl0lvj] {
        text-align: right !important
    }

    .text-lg-center[b-ot6arl0lvj] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-ot6arl0lvj] {
        text-align: left !important
    }

    .text-xl-right[b-ot6arl0lvj] {
        text-align: right !important
    }

    .text-xl-center[b-ot6arl0lvj] {
        text-align: center !important
    }
}

.text-lowercase[b-ot6arl0lvj] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-ot6arl0lvj], .sidebar .sidebar-heading[b-ot6arl0lvj], .text-uppercase[b-ot6arl0lvj] {
    text-transform: uppercase !important
}

.text-capitalize[b-ot6arl0lvj] {
    text-transform: capitalize !important
}

.font-weight-light[b-ot6arl0lvj] {
    font-weight: 300 !important
}

.font-weight-lighter[b-ot6arl0lvj] {
    font-weight: lighter !important
}

.font-weight-normal[b-ot6arl0lvj] {
    font-weight: 400 !important
}

.font-weight-bold[b-ot6arl0lvj] {
    font-weight: 700 !important
}

.font-weight-bolder[b-ot6arl0lvj] {
    font-weight: bolder !important
}

.font-italic[b-ot6arl0lvj] {
    font-style: italic !important
}

.text-white[b-ot6arl0lvj] {
    color: #fff !important
}

.text-primary[b-ot6arl0lvj] {
    color: #4e73df !important
}

a.text-primary:focus[b-ot6arl0lvj], a.text-primary:hover[b-ot6arl0lvj] {
    color: #224abe !important
}

.text-secondary[b-ot6arl0lvj] {
    color: #858796 !important
}

a.text-secondary:focus[b-ot6arl0lvj], a.text-secondary:hover[b-ot6arl0lvj] {
    color: #60616f !important
}

.text-success[b-ot6arl0lvj] {
    color: #1cc88a !important
}

a.text-success:focus[b-ot6arl0lvj], a.text-success:hover[b-ot6arl0lvj] {
    color: #13855c !important
}

.text-info[b-ot6arl0lvj] {
    color: #36b9cc !important
}

a.text-info:focus[b-ot6arl0lvj], a.text-info:hover[b-ot6arl0lvj] {
    color: #258391 !important
}

.text-warning[b-ot6arl0lvj] {
    color: #f6c23e !important
}

a.text-warning:focus[b-ot6arl0lvj], a.text-warning:hover[b-ot6arl0lvj] {
    color: #dda20a !important
}

.text-danger[b-ot6arl0lvj] {
    color: #e74a3b !important
}

a.text-danger:focus[b-ot6arl0lvj], a.text-danger:hover[b-ot6arl0lvj] {
    color: #be2617 !important
}

.text-light[b-ot6arl0lvj] {
    color: #f8f9fc !important
}

a.text-light:focus[b-ot6arl0lvj], a.text-light:hover[b-ot6arl0lvj] {
    color: #c2cbe5 !important
}

.text-dark[b-ot6arl0lvj] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-ot6arl0lvj], a.text-dark:hover[b-ot6arl0lvj] {
    color: #373840 !important
}

.text-body[b-ot6arl0lvj] {
    color: #858796 !important
}

.text-muted[b-ot6arl0lvj] {
    color: #858796 !important
}

.text-black-50[b-ot6arl0lvj] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-ot6arl0lvj] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-ot6arl0lvj] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-ot6arl0lvj] {
    text-decoration: none !important
}

.text-break[b-ot6arl0lvj] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-ot6arl0lvj] {
    color: inherit !important
}

.visible[b-ot6arl0lvj] {
    visibility: visible !important
}

.invisible[b-ot6arl0lvj] {
    visibility: hidden !important
}

@media print {
    *[b-ot6arl0lvj], [b-ot6arl0lvj]::after, [b-ot6arl0lvj]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-ot6arl0lvj] {
        text-decoration: underline
    }

    abbr[title][b-ot6arl0lvj]::after {
        content: " (" attr(title) ")"
    }

    pre[b-ot6arl0lvj] {
        white-space: pre-wrap !important
    }

    blockquote[b-ot6arl0lvj], pre[b-ot6arl0lvj] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }


    img[b-ot6arl0lvj], tr[b-ot6arl0lvj] {
        page-break-inside: avoid
    }

    h2[b-ot6arl0lvj], h3[b-ot6arl0lvj], p[b-ot6arl0lvj] {
        orphans: 3;
        widows: 3
    }

    h2[b-ot6arl0lvj], h3[b-ot6arl0lvj] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-ot6arl0lvj] {
        min-width: 992px !important
    }

    .container[b-ot6arl0lvj] {
        min-width: 992px !important
    }

    .navbar[b-ot6arl0lvj] {
        display: none
    }

    .badge[b-ot6arl0lvj] {
        border: 1px solid #000
    }
}

html[b-ot6arl0lvj] {
    position: relative;
    min-height: 100%
}

body[b-ot6arl0lvj] {
    height: 100%
}

a:focus[b-ot6arl0lvj] {
    outline: 0
}

#wrapper[b-ot6arl0lvj] {
    display: flex
}

    #wrapper #content-wrapper[b-ot6arl0lvj] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-ot6arl0lvj] {
            flex: 1 0 auto
        }

.container[b-ot6arl0lvj], .container-fluid[b-ot6arl0lvj], .container-lg[b-ot6arl0lvj], .container-md[b-ot6arl0lvj], .container-sm[b-ot6arl0lvj], .container-xl[b-ot6arl0lvj] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-ot6arl0lvj] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-ot6arl0lvj], .scroll-to-top:hover[b-ot6arl0lvj] {
        color: #fff
    }

    .scroll-to-top:hover[b-ot6arl0lvj] {
        background: #5a5c69
    }

    .scroll-to-top i[b-ot6arl0lvj] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-ot6arl0lvj {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-ot6arl0lvj], .sidebar .nav-item .collapse[b-ot6arl0lvj] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-ot6arl0lvj;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-ot6arl0lvj {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-ot6arl0lvj] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-ot6arl0lvj;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-ot6arl0lvj] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-ot6arl0lvj] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-ot6arl0lvj] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-ot6arl0lvj] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-ot6arl0lvj] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-ot6arl0lvj] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-ot6arl0lvj] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-ot6arl0lvj] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-ot6arl0lvj] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-ot6arl0lvj] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-ot6arl0lvj] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-ot6arl0lvj] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-ot6arl0lvj] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-ot6arl0lvj] {
    background-color: #858796 !important
}

.bg-gray-700[b-ot6arl0lvj] {
    background-color: #6e707e !important
}

.bg-gray-800[b-ot6arl0lvj] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-ot6arl0lvj] {
    background-color: #3a3b45 !important
}

.o-hidden[b-ot6arl0lvj] {
    overflow: hidden !important
}

.text-xs[b-ot6arl0lvj] {
    font-size: .7rem
}

.text-lg[b-ot6arl0lvj] {
    font-size: 1.2rem
}

.text-gray-100[b-ot6arl0lvj] {
    color: #f8f9fc !important
}

.text-gray-200[b-ot6arl0lvj] {
    color: #eaecf4 !important
}

.text-gray-300[b-ot6arl0lvj] {
    color: #dddfeb !important
}

.text-gray-400[b-ot6arl0lvj] {
    color: #d1d3e2 !important
}

.text-gray-500[b-ot6arl0lvj] {
    color: #b7b9cc !important
}

.text-gray-600[b-ot6arl0lvj] {
    color: #858796 !important
}

.text-gray-700[b-ot6arl0lvj] {
    color: #6e707e !important
}

.text-gray-800[b-ot6arl0lvj] {
    color: #5a5c69 !important
}

.text-gray-900[b-ot6arl0lvj] {
    color: #3a3b45 !important
}

.icon-circle[b-ot6arl0lvj] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-ot6arl0lvj] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-ot6arl0lvj] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-ot6arl0lvj] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-ot6arl0lvj] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-ot6arl0lvj] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-ot6arl0lvj] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-ot6arl0lvj] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-ot6arl0lvj] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-ot6arl0lvj] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-ot6arl0lvj] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-ot6arl0lvj] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-ot6arl0lvj] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-ot6arl0lvj] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-ot6arl0lvj] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-ot6arl0lvj] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-ot6arl0lvj] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-ot6arl0lvj] {
    height: .5rem
}

.rotate-15[b-ot6arl0lvj] {
    transform: rotate(15deg)
}

.rotate-n-15[b-ot6arl0lvj] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-ot6arl0lvj] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-ot6arl0lvj] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-ot6arl0lvj]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-ot6arl0lvj]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-ot6arl0lvj]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-ot6arl0lvj]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-ot6arl0lvj]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-ot6arl0lvj], .topbar .nav-item .nav-link[b-ot6arl0lvj] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-ot6arl0lvj], .topbar .nav-item .nav-link .badge-counter[b-ot6arl0lvj] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-ot6arl0lvj], .topbar .nav-item .nav-link .img-profile[b-ot6arl0lvj] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-ot6arl0lvj] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-ot6arl0lvj] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-ot6arl0lvj] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-ot6arl0lvj] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-ot6arl0lvj] {
        width: 25rem
    }

        .topbar .navbar-search input[b-ot6arl0lvj] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-ot6arl0lvj] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-ot6arl0lvj] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-ot6arl0lvj] {
            outline: 0
        }

    .topbar .nav-item:focus[b-ot6arl0lvj] {
        outline: 0
    }

    .topbar .dropdown[b-ot6arl0lvj] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-ot6arl0lvj] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-ot6arl0lvj] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-ot6arl0lvj] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-ot6arl0lvj] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-ot6arl0lvj] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-ot6arl0lvj] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-ot6arl0lvj] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-ot6arl0lvj] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-ot6arl0lvj] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-ot6arl0lvj] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-ot6arl0lvj] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-ot6arl0lvj] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-ot6arl0lvj] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-ot6arl0lvj] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-ot6arl0lvj] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-ot6arl0lvj] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-ot6arl0lvj] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-ot6arl0lvj] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-ot6arl0lvj] {
        color: #858796
    }

.sidebar[b-ot6arl0lvj] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-ot6arl0lvj] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-ot6arl0lvj] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-ot6arl0lvj] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-ot6arl0lvj] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-ot6arl0lvj] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-ot6arl0lvj] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-ot6arl0lvj] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-ot6arl0lvj] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-ot6arl0lvj], .sidebar .nav-item .collapsing .collapse-inner[b-ot6arl0lvj] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-ot6arl0lvj], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-ot6arl0lvj] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-ot6arl0lvj], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-ot6arl0lvj] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-ot6arl0lvj], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-ot6arl0lvj] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-ot6arl0lvj], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-ot6arl0lvj] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-ot6arl0lvj], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-ot6arl0lvj] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-ot6arl0lvj] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-ot6arl0lvj]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-ot6arl0lvj] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-ot6arl0lvj] {
            outline: 0
        }

    .sidebar.toggled[b-ot6arl0lvj] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-ot6arl0lvj]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-ot6arl0lvj] {
            display: none
        }

    .sidebar .sidebar-brand[b-ot6arl0lvj] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-ot6arl0lvj] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-ot6arl0lvj] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-ot6arl0lvj] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-ot6arl0lvj] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-ot6arl0lvj] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-ot6arl0lvj] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-ot6arl0lvj] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-ot6arl0lvj] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-ot6arl0lvj] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-ot6arl0lvj] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-ot6arl0lvj] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-ot6arl0lvj] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-ot6arl0lvj], .sidebar .nav-item .collapsing[b-ot6arl0lvj] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-ot6arl0lvj] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-ot6arl0lvj] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-ot6arl0lvj] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-ot6arl0lvj]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-ot6arl0lvj]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-ot6arl0lvj] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-ot6arl0lvj] {
            display: inline
        }

        .sidebar .sidebar-heading[b-ot6arl0lvj] {
            text-align: left
        }

        .sidebar.toggled[b-ot6arl0lvj] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-ot6arl0lvj] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-ot6arl0lvj;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-ot6arl0lvj] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-ot6arl0lvj] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-ot6arl0lvj], .sidebar.toggled .nav-item .collapsing[b-ot6arl0lvj] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-ot6arl0lvj] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-ot6arl0lvj] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-ot6arl0lvj] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-ot6arl0lvj] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-ot6arl0lvj]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-ot6arl0lvj] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-ot6arl0lvj] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-ot6arl0lvj] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-ot6arl0lvj] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-ot6arl0lvj] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-ot6arl0lvj] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-ot6arl0lvj] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-ot6arl0lvj] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-ot6arl0lvj], .sidebar-light .nav-item .nav-link:focus[b-ot6arl0lvj], .sidebar-light .nav-item .nav-link:hover[b-ot6arl0lvj] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-ot6arl0lvj], .sidebar-light .nav-item .nav-link:focus i[b-ot6arl0lvj], .sidebar-light .nav-item .nav-link:hover i[b-ot6arl0lvj] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-ot6arl0lvj]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-ot6arl0lvj] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-ot6arl0lvj] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-ot6arl0lvj] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-ot6arl0lvj]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-ot6arl0lvj] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-ot6arl0lvj] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-ot6arl0lvj] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-ot6arl0lvj] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-ot6arl0lvj] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-ot6arl0lvj] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-ot6arl0lvj], .sidebar-dark .nav-item .nav-link:focus[b-ot6arl0lvj], .sidebar-dark .nav-item .nav-link:hover[b-ot6arl0lvj] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-ot6arl0lvj], .sidebar-dark .nav-item .nav-link:focus i[b-ot6arl0lvj], .sidebar-dark .nav-item .nav-link:hover i[b-ot6arl0lvj] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-ot6arl0lvj]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-ot6arl0lvj] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-ot6arl0lvj] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-ot6arl0lvj] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-ot6arl0lvj]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-ot6arl0lvj] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-ot6arl0lvj]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-ot6arl0lvj] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-ot6arl0lvj], .btn-group-sm > .btn-circle.btn[b-ot6arl0lvj] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-ot6arl0lvj], .btn-group-lg > .btn-circle.btn[b-ot6arl0lvj] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-ot6arl0lvj] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-ot6arl0lvj] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-ot6arl0lvj] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-ot6arl0lvj], .btn-icon-split.btn-sm .icon[b-ot6arl0lvj] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-ot6arl0lvj], .btn-icon-split.btn-sm .text[b-ot6arl0lvj] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-ot6arl0lvj], .btn-icon-split.btn-lg .icon[b-ot6arl0lvj] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-ot6arl0lvj], .btn-icon-split.btn-lg .text[b-ot6arl0lvj] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-ot6arl0lvj] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-ot6arl0lvj] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-ot6arl0lvj] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-ot6arl0lvj]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-ot6arl0lvj] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-ot6arl0lvj]::after {
            content: '\f105'
        }

.chart-area[b-ot6arl0lvj] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-ot6arl0lvj] {
        height: 20rem
    }
}

.chart-bar[b-ot6arl0lvj] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-ot6arl0lvj] {
        height: 20rem
    }
}

.chart-pie[b-ot6arl0lvj] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-ot6arl0lvj] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-ot6arl0lvj] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-ot6arl0lvj] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-ot6arl0lvj] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-ot6arl0lvj] {
    line-height: 1.5rem
}

form.user .form-control-user[b-ot6arl0lvj] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-ot6arl0lvj] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-ot6arl0lvj] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-ot6arl0lvj], .btn-google:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-ot6arl0lvj], .btn-google:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-google:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-google.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-google:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-google.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-ot6arl0lvj] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-ot6arl0lvj] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-ot6arl0lvj], .btn-facebook:focus[b-ot6arl0lvj] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-ot6arl0lvj], .btn-facebook:disabled[b-ot6arl0lvj] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-ot6arl0lvj], .btn-facebook:not(:disabled):not(.disabled):active[b-ot6arl0lvj], .show > .btn-facebook.dropdown-toggle[b-ot6arl0lvj] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-ot6arl0lvj], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-ot6arl0lvj], .show > .btn-facebook.dropdown-toggle:focus[b-ot6arl0lvj] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-ot6arl0lvj] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-ot6arl0lvj {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-ot6arl0lvj]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-ot6arl0lvj 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-ot6arl0lvj {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-ot6arl0lvj]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-ot6arl0lvj 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-ot6arl0lvj] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-ot6arl0lvj] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-ot6arl0lvj] {
    width: 100%
}

/* CSS for custom confirm modal */
/* CSS for custom data approval modal */
.data-approval-modal[b-ot6arl0lvj] {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Higher than other elements */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Black with more opacity */
}

.data-approval-modal-content[b-ot6arl0lvj] {
    background-color: #fff;
    margin: 10% auto; /* 10% from the top and centered */
    padding: 40px;
    border: 2px solid #ccc;
    border-radius: 5px; /* Rounded corners */
    width: 50%; /* Adjust as per design requirements */
}

/* The Close Button - if you have one */
.data-approval-close-btn[b-ot6arl0lvj] {
    color: #666;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

    .data-approval-close-btn:hover[b-ot6arl0lvj],
    .data-approval-close-btn:focus[b-ot6arl0lvj] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.Show[b-ot6arl0lvj] {
    display: block; /* Shown */
}

.Hide[b-ot6arl0lvj] {
    display: none; /* Hidden */
}
/* _content/MalisanyaDashBlazor/Pages/Visualiser/AvancementDNACPNappr.razor.rz.scp.css */
.divgrid[b-yug73xd88a] {
    width: 99%;
    height: 500px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-yug73xd88a] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-yug73xd88a] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-yug73xd88a] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-yug73xd88a]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-yug73xd88a] {
    background-color: #1cbd04;
}

input:focus + .slider[b-yug73xd88a] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-yug73xd88a]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-yug73xd88a] {
    border-radius: 34px;
}

    .slider.round[b-yug73xd88a]:before {
        border-radius: 50%;
    }


body[b-yug73xd88a] {
}

.button5[b-yug73xd88a] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-yug73xd88a] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-yug73xd88a] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divupdate[b-yug73xd88a] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-yug73xd88a] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-yug73xd88a] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-yug73xd88a] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-yug73xd88a] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-yug73xd88a] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-yug73xd88a] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-yug73xd88a] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-yug73xd88a], #variable th[b-yug73xd88a] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-yug73xd88a] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-yug73xd88a] {
    background-color: #ddd;
}

#variable th[b-yug73xd88a] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-yug73xd88a] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-yug73xd88a] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root[b-yug73xd88a] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-yug73xd88a], [b-yug73xd88a]::after, [b-yug73xd88a]::before {
    box-sizing: border-box
}

html[b-yug73xd88a] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-yug73xd88a], aside[b-yug73xd88a], figcaption[b-yug73xd88a], figure[b-yug73xd88a], footer[b-yug73xd88a], header[b-yug73xd88a], hgroup[b-yug73xd88a], main[b-yug73xd88a], nav[b-yug73xd88a], section[b-yug73xd88a] {
    display: block
}

body[b-yug73xd88a] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-yug73xd88a] {
    outline: 0 !important
}

hr[b-yug73xd88a] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-yug73xd88a], h2[b-yug73xd88a], h3[b-yug73xd88a], h4[b-yug73xd88a], h5[b-yug73xd88a], h6[b-yug73xd88a] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-yug73xd88a] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-yug73xd88a], abbr[title][b-yug73xd88a] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-yug73xd88a] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-yug73xd88a], ol[b-yug73xd88a], ul[b-yug73xd88a] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-yug73xd88a], ol ul[b-yug73xd88a], ul ol[b-yug73xd88a], ul ul[b-yug73xd88a] {
        margin-bottom: 0
    }

dt[b-yug73xd88a] {
    font-weight: 700
}

dd[b-yug73xd88a] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-yug73xd88a] {
    margin: 0 0 1rem
}

b[b-yug73xd88a], strong[b-yug73xd88a] {
    font-weight: bolder
}

small[b-yug73xd88a] {
    font-size: 80%
}

sub[b-yug73xd88a], sup[b-yug73xd88a] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-yug73xd88a] {
    bottom: -.25em
}

sup[b-yug73xd88a] {
    top: -.5em
}

a[b-yug73xd88a] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-yug73xd88a] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-yug73xd88a] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-yug73xd88a] {
            color: inherit;
            text-decoration: none
        }

code[b-yug73xd88a], kbd[b-yug73xd88a], pre[b-yug73xd88a], samp[b-yug73xd88a] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-yug73xd88a] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-yug73xd88a] {
    margin: 0 0 1rem
}

img[b-yug73xd88a] {
    vertical-align: middle;
    border-style: none
}

svg[b-yug73xd88a] {
    overflow: hidden;
    vertical-align: middle
}



caption[b-yug73xd88a] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-yug73xd88a] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-yug73xd88a] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-yug73xd88a] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-yug73xd88a] {
        outline: 0
    }

button[b-yug73xd88a], input[b-yug73xd88a], optgroup[b-yug73xd88a], select[b-yug73xd88a], textarea[b-yug73xd88a] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-yug73xd88a], input[b-yug73xd88a] {
    overflow: visible
}

button[b-yug73xd88a], select[b-yug73xd88a] {
    text-transform: none
}

[role=button][b-yug73xd88a] {
    cursor: pointer
}

select[b-yug73xd88a] {
    word-wrap: normal
}

[type=button][b-yug73xd88a], [type=reset][b-yug73xd88a], [type=submit][b-yug73xd88a], button[b-yug73xd88a] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-yug73xd88a], [type=reset]:not(:disabled)[b-yug73xd88a], [type=submit]:not(:disabled)[b-yug73xd88a], button:not(:disabled)[b-yug73xd88a] {
        cursor: pointer
    }

    [type=button][b-yug73xd88a]::-moz-focus-inner, [type=reset][b-yug73xd88a]::-moz-focus-inner, [type=submit][b-yug73xd88a]::-moz-focus-inner, button[b-yug73xd88a]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-yug73xd88a], input[type=radio][b-yug73xd88a] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-yug73xd88a] {
    overflow: auto;
    resize: vertical
}

fieldset[b-yug73xd88a] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-yug73xd88a] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-yug73xd88a] {
    vertical-align: baseline
}

[type=number][b-yug73xd88a]::-webkit-inner-spin-button, [type=number][b-yug73xd88a]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-yug73xd88a] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-yug73xd88a]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-yug73xd88a]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-yug73xd88a] {
    display: inline-block
}

summary[b-yug73xd88a] {
    display: list-item;
    cursor: pointer
}

template[b-yug73xd88a] {
    display: none
}

[hidden][b-yug73xd88a] {
    display: none !important
}

.h1[b-yug73xd88a], .h2[b-yug73xd88a], .h3[b-yug73xd88a], .h4[b-yug73xd88a], .h5[b-yug73xd88a], .h6[b-yug73xd88a], h1[b-yug73xd88a], h2[b-yug73xd88a], h3[b-yug73xd88a], h4[b-yug73xd88a], h5[b-yug73xd88a], h6[b-yug73xd88a] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-yug73xd88a], h1[b-yug73xd88a] {
    font-size: 2.5rem
}

.h2[b-yug73xd88a], h2[b-yug73xd88a] {
    font-size: 2rem
}

.h3[b-yug73xd88a], h3[b-yug73xd88a] {
    font-size: 1.75rem
}

.h4[b-yug73xd88a], h4[b-yug73xd88a] {
    font-size: 1.5rem
}

.h5[b-yug73xd88a], h5[b-yug73xd88a] {
    font-size: 1.25rem
}

.h6[b-yug73xd88a], h6[b-yug73xd88a] {
    font-size: 1rem
}

.lead[b-yug73xd88a] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-yug73xd88a] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-yug73xd88a] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-yug73xd88a] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-yug73xd88a] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-yug73xd88a] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-yug73xd88a], small[b-yug73xd88a] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-yug73xd88a], mark[b-yug73xd88a] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-yug73xd88a] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-yug73xd88a] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-yug73xd88a] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-yug73xd88a] {
        margin-right: .5rem
    }

.initialism[b-yug73xd88a] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-yug73xd88a] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-yug73xd88a] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-yug73xd88a]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-yug73xd88a] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-yug73xd88a] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-yug73xd88a] {
    display: inline-block
}

.figure-img[b-yug73xd88a] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-yug73xd88a] {
    font-size: 90%;
    color: #858796
}

code[b-yug73xd88a] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-yug73xd88a] {
    color: inherit
}

kbd[b-yug73xd88a] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-yug73xd88a] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-yug73xd88a] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-yug73xd88a] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-yug73xd88a] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-yug73xd88a], .container-fluid[b-yug73xd88a], .container-lg[b-yug73xd88a], .container-md[b-yug73xd88a], .container-sm[b-yug73xd88a], .container-xl[b-yug73xd88a] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-yug73xd88a], .container-sm[b-yug73xd88a] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-yug73xd88a], .container-md[b-yug73xd88a], .container-sm[b-yug73xd88a] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-yug73xd88a], .container-lg[b-yug73xd88a], .container-md[b-yug73xd88a], .container-sm[b-yug73xd88a] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-yug73xd88a], .container-lg[b-yug73xd88a], .container-md[b-yug73xd88a], .container-sm[b-yug73xd88a], .container-xl[b-yug73xd88a] {
        max-width: 1140px
    }
}

.row[b-yug73xd88a] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-yug73xd88a] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-yug73xd88a], .no-gutters > [class*=col-][b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-yug73xd88a], .col-1[b-yug73xd88a], .col-10[b-yug73xd88a], .col-11[b-yug73xd88a], .col-12[b-yug73xd88a], .col-2[b-yug73xd88a], .col-3[b-yug73xd88a], .col-4[b-yug73xd88a], .col-5[b-yug73xd88a], .col-6[b-yug73xd88a], .col-7[b-yug73xd88a], .col-8[b-yug73xd88a], .col-9[b-yug73xd88a], .col-auto[b-yug73xd88a], .col-lg[b-yug73xd88a], .col-lg-1[b-yug73xd88a], .col-lg-10[b-yug73xd88a], .col-lg-11[b-yug73xd88a], .col-lg-12[b-yug73xd88a], .col-lg-2[b-yug73xd88a], .col-lg-3[b-yug73xd88a], .col-lg-4[b-yug73xd88a], .col-lg-5[b-yug73xd88a], .col-lg-6[b-yug73xd88a], .col-lg-7[b-yug73xd88a], .col-lg-8[b-yug73xd88a], .col-lg-9[b-yug73xd88a], .col-lg-auto[b-yug73xd88a], .col-md[b-yug73xd88a], .col-md-1[b-yug73xd88a], .col-md-10[b-yug73xd88a], .col-md-11[b-yug73xd88a], .col-md-12[b-yug73xd88a], .col-md-2[b-yug73xd88a], .col-md-3[b-yug73xd88a], .col-md-4[b-yug73xd88a], .col-md-5[b-yug73xd88a], .col-md-6[b-yug73xd88a], .col-md-7[b-yug73xd88a], .col-md-8[b-yug73xd88a], .col-md-9[b-yug73xd88a], .col-md-auto[b-yug73xd88a], .col-sm[b-yug73xd88a], .col-sm-1[b-yug73xd88a], .col-sm-10[b-yug73xd88a], .col-sm-11[b-yug73xd88a], .col-sm-12[b-yug73xd88a], .col-sm-2[b-yug73xd88a], .col-sm-3[b-yug73xd88a], .col-sm-4[b-yug73xd88a], .col-sm-5[b-yug73xd88a], .col-sm-6[b-yug73xd88a], .col-sm-7[b-yug73xd88a], .col-sm-8[b-yug73xd88a], .col-sm-9[b-yug73xd88a], .col-sm-auto[b-yug73xd88a], .col-xl[b-yug73xd88a], .col-xl-1[b-yug73xd88a], .col-xl-10[b-yug73xd88a], .col-xl-11[b-yug73xd88a], .col-xl-12[b-yug73xd88a], .col-xl-2[b-yug73xd88a], .col-xl-3[b-yug73xd88a], .col-xl-4[b-yug73xd88a], .col-xl-5[b-yug73xd88a], .col-xl-6[b-yug73xd88a], .col-xl-7[b-yug73xd88a], .col-xl-8[b-yug73xd88a], .col-xl-9[b-yug73xd88a], .col-xl-auto[b-yug73xd88a] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-yug73xd88a] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-yug73xd88a] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-yug73xd88a] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-yug73xd88a] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-yug73xd88a] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-yug73xd88a] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-yug73xd88a] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-yug73xd88a] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-yug73xd88a] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-yug73xd88a] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-yug73xd88a] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-yug73xd88a] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-yug73xd88a] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-yug73xd88a] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-yug73xd88a] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-yug73xd88a] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-yug73xd88a] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-yug73xd88a] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-yug73xd88a] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-yug73xd88a] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-yug73xd88a] {
    order: -1
}

.order-last[b-yug73xd88a] {
    order: 13
}

.order-0[b-yug73xd88a] {
    order: 0
}

.order-1[b-yug73xd88a] {
    order: 1
}

.order-2[b-yug73xd88a] {
    order: 2
}

.order-3[b-yug73xd88a] {
    order: 3
}

.order-4[b-yug73xd88a] {
    order: 4
}

.order-5[b-yug73xd88a] {
    order: 5
}

.order-6[b-yug73xd88a] {
    order: 6
}

.order-7[b-yug73xd88a] {
    order: 7
}

.order-8[b-yug73xd88a] {
    order: 8
}

.order-9[b-yug73xd88a] {
    order: 9
}

.order-10[b-yug73xd88a] {
    order: 10
}

.order-11[b-yug73xd88a] {
    order: 11
}

.order-12[b-yug73xd88a] {
    order: 12
}

.offset-1[b-yug73xd88a] {
    margin-left: 8.33333%
}

.offset-2[b-yug73xd88a] {
    margin-left: 16.66667%
}

.offset-3[b-yug73xd88a] {
    margin-left: 25%
}

.offset-4[b-yug73xd88a] {
    margin-left: 33.33333%
}

.offset-5[b-yug73xd88a] {
    margin-left: 41.66667%
}

.offset-6[b-yug73xd88a] {
    margin-left: 50%
}

.offset-7[b-yug73xd88a] {
    margin-left: 58.33333%
}

.offset-8[b-yug73xd88a] {
    margin-left: 66.66667%
}

.offset-9[b-yug73xd88a] {
    margin-left: 75%
}

.offset-10[b-yug73xd88a] {
    margin-left: 83.33333%
}

.offset-11[b-yug73xd88a] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-yug73xd88a] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-yug73xd88a] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-yug73xd88a] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-yug73xd88a] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-yug73xd88a] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-yug73xd88a] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-yug73xd88a] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-yug73xd88a] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-yug73xd88a] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-yug73xd88a] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-yug73xd88a] {
        order: -1
    }

    .order-sm-last[b-yug73xd88a] {
        order: 13
    }

    .order-sm-0[b-yug73xd88a] {
        order: 0
    }

    .order-sm-1[b-yug73xd88a] {
        order: 1
    }

    .order-sm-2[b-yug73xd88a] {
        order: 2
    }

    .order-sm-3[b-yug73xd88a] {
        order: 3
    }

    .order-sm-4[b-yug73xd88a] {
        order: 4
    }

    .order-sm-5[b-yug73xd88a] {
        order: 5
    }

    .order-sm-6[b-yug73xd88a] {
        order: 6
    }

    .order-sm-7[b-yug73xd88a] {
        order: 7
    }

    .order-sm-8[b-yug73xd88a] {
        order: 8
    }

    .order-sm-9[b-yug73xd88a] {
        order: 9
    }

    .order-sm-10[b-yug73xd88a] {
        order: 10
    }

    .order-sm-11[b-yug73xd88a] {
        order: 11
    }

    .order-sm-12[b-yug73xd88a] {
        order: 12
    }

    .offset-sm-0[b-yug73xd88a] {
        margin-left: 0
    }

    .offset-sm-1[b-yug73xd88a] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-yug73xd88a] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-yug73xd88a] {
        margin-left: 25%
    }

    .offset-sm-4[b-yug73xd88a] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-yug73xd88a] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-yug73xd88a] {
        margin-left: 50%
    }

    .offset-sm-7[b-yug73xd88a] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-yug73xd88a] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-yug73xd88a] {
        margin-left: 75%
    }

    .offset-sm-10[b-yug73xd88a] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-yug73xd88a] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-yug73xd88a] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-yug73xd88a] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-yug73xd88a] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-yug73xd88a] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-yug73xd88a] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-yug73xd88a] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-yug73xd88a] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-yug73xd88a] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-yug73xd88a] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-yug73xd88a] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-yug73xd88a] {
        order: -1
    }

    .order-md-last[b-yug73xd88a] {
        order: 13
    }

    .order-md-0[b-yug73xd88a] {
        order: 0
    }

    .order-md-1[b-yug73xd88a] {
        order: 1
    }

    .order-md-2[b-yug73xd88a] {
        order: 2
    }

    .order-md-3[b-yug73xd88a] {
        order: 3
    }

    .order-md-4[b-yug73xd88a] {
        order: 4
    }

    .order-md-5[b-yug73xd88a] {
        order: 5
    }

    .order-md-6[b-yug73xd88a] {
        order: 6
    }

    .order-md-7[b-yug73xd88a] {
        order: 7
    }

    .order-md-8[b-yug73xd88a] {
        order: 8
    }

    .order-md-9[b-yug73xd88a] {
        order: 9
    }

    .order-md-10[b-yug73xd88a] {
        order: 10
    }

    .order-md-11[b-yug73xd88a] {
        order: 11
    }

    .order-md-12[b-yug73xd88a] {
        order: 12
    }

    .offset-md-0[b-yug73xd88a] {
        margin-left: 0
    }

    .offset-md-1[b-yug73xd88a] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-yug73xd88a] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-yug73xd88a] {
        margin-left: 25%
    }

    .offset-md-4[b-yug73xd88a] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-yug73xd88a] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-yug73xd88a] {
        margin-left: 50%
    }

    .offset-md-7[b-yug73xd88a] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-yug73xd88a] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-yug73xd88a] {
        margin-left: 75%
    }

    .offset-md-10[b-yug73xd88a] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-yug73xd88a] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-yug73xd88a] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-yug73xd88a] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-yug73xd88a] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-yug73xd88a] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-yug73xd88a] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-yug73xd88a] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-yug73xd88a] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-yug73xd88a] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-yug73xd88a] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-yug73xd88a] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-yug73xd88a] {
        order: -1
    }

    .order-lg-last[b-yug73xd88a] {
        order: 13
    }

    .order-lg-0[b-yug73xd88a] {
        order: 0
    }

    .order-lg-1[b-yug73xd88a] {
        order: 1
    }

    .order-lg-2[b-yug73xd88a] {
        order: 2
    }

    .order-lg-3[b-yug73xd88a] {
        order: 3
    }

    .order-lg-4[b-yug73xd88a] {
        order: 4
    }

    .order-lg-5[b-yug73xd88a] {
        order: 5
    }

    .order-lg-6[b-yug73xd88a] {
        order: 6
    }

    .order-lg-7[b-yug73xd88a] {
        order: 7
    }

    .order-lg-8[b-yug73xd88a] {
        order: 8
    }

    .order-lg-9[b-yug73xd88a] {
        order: 9
    }

    .order-lg-10[b-yug73xd88a] {
        order: 10
    }

    .order-lg-11[b-yug73xd88a] {
        order: 11
    }

    .order-lg-12[b-yug73xd88a] {
        order: 12
    }

    .offset-lg-0[b-yug73xd88a] {
        margin-left: 0
    }

    .offset-lg-1[b-yug73xd88a] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-yug73xd88a] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-yug73xd88a] {
        margin-left: 25%
    }

    .offset-lg-4[b-yug73xd88a] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-yug73xd88a] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-yug73xd88a] {
        margin-left: 50%
    }

    .offset-lg-7[b-yug73xd88a] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-yug73xd88a] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-yug73xd88a] {
        margin-left: 75%
    }

    .offset-lg-10[b-yug73xd88a] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-yug73xd88a] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-yug73xd88a] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-yug73xd88a] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-yug73xd88a] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-yug73xd88a] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-yug73xd88a] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-yug73xd88a] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-yug73xd88a] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-yug73xd88a] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-yug73xd88a] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-yug73xd88a] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-yug73xd88a] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-yug73xd88a] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-yug73xd88a] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-yug73xd88a] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-yug73xd88a] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-yug73xd88a] {
        order: -1
    }

    .order-xl-last[b-yug73xd88a] {
        order: 13
    }

    .order-xl-0[b-yug73xd88a] {
        order: 0
    }

    .order-xl-1[b-yug73xd88a] {
        order: 1
    }

    .order-xl-2[b-yug73xd88a] {
        order: 2
    }

    .order-xl-3[b-yug73xd88a] {
        order: 3
    }

    .order-xl-4[b-yug73xd88a] {
        order: 4
    }

    .order-xl-5[b-yug73xd88a] {
        order: 5
    }

    .order-xl-6[b-yug73xd88a] {
        order: 6
    }

    .order-xl-7[b-yug73xd88a] {
        order: 7
    }

    .order-xl-8[b-yug73xd88a] {
        order: 8
    }

    .order-xl-9[b-yug73xd88a] {
        order: 9
    }

    .order-xl-10[b-yug73xd88a] {
        order: 10
    }

    .order-xl-11[b-yug73xd88a] {
        order: 11
    }

    .order-xl-12[b-yug73xd88a] {
        order: 12
    }

    .offset-xl-0[b-yug73xd88a] {
        margin-left: 0
    }

    .offset-xl-1[b-yug73xd88a] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-yug73xd88a] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-yug73xd88a] {
        margin-left: 25%
    }

    .offset-xl-4[b-yug73xd88a] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-yug73xd88a] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-yug73xd88a] {
        margin-left: 50%
    }

    .offset-xl-7[b-yug73xd88a] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-yug73xd88a] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-yug73xd88a] {
        margin-left: 75%
    }

    .offset-xl-10[b-yug73xd88a] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-yug73xd88a] {
        margin-left: 91.66667%
    }
}

.selected-row[b-yug73xd88a] {
    background-color: #a6ecff; /* Light blue, for example */
}

.form-control[b-yug73xd88a] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-yug73xd88a] {
        transition: none
    }
}

.form-control[b-yug73xd88a]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-yug73xd88a] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-yug73xd88a] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-yug73xd88a]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-yug73xd88a]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-yug73xd88a] {
    color: #858796;
    opacity: 1
}

.form-control[b-yug73xd88a]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-yug73xd88a]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-yug73xd88a], .form-control[readonly][b-yug73xd88a] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-yug73xd88a], input[type=datetime-local].form-control[b-yug73xd88a], input[type=month].form-control[b-yug73xd88a], input[type=time].form-control[b-yug73xd88a] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-yug73xd88a]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-yug73xd88a], .form-control-range[b-yug73xd88a] {
    display: block;
    width: 100%
}

.col-form-label[b-yug73xd88a] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-yug73xd88a] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-yug73xd88a] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-yug73xd88a] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-yug73xd88a], .form-control-plaintext.form-control-sm[b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-yug73xd88a] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-yug73xd88a] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-yug73xd88a], select.form-control[size][b-yug73xd88a] {
    height: auto
}

textarea.form-control[b-yug73xd88a] {
    height: auto
}

.form-group[b-yug73xd88a] {
    margin-bottom: 1rem
}

.form-text[b-yug73xd88a] {
    display: block;
    margin-top: .25rem
}

.form-row[b-yug73xd88a] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-yug73xd88a], .form-row > [class*=col-][b-yug73xd88a] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-yug73xd88a] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-yug73xd88a] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-yug73xd88a], .form-check-input[disabled] ~ .form-check-label[b-yug73xd88a] {
        color: #858796
    }

.form-check-label[b-yug73xd88a] {
    margin-bottom: 0
}

.form-check-inline[b-yug73xd88a] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-yug73xd88a] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-yug73xd88a] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-yug73xd88a] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-yug73xd88a], .form-row > [class*=col-] > .valid-tooltip[b-yug73xd88a] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-yug73xd88a], .is-valid ~ .valid-tooltip[b-yug73xd88a], .was-validated :valid ~ .valid-feedback[b-yug73xd88a], .was-validated :valid ~ .valid-tooltip[b-yug73xd88a] {
    display: block
}

.form-control.is-valid[b-yug73xd88a], .was-validated .form-control:valid[b-yug73xd88a] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-yug73xd88a], .was-validated .form-control:valid:focus[b-yug73xd88a] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-yug73xd88a], textarea.form-control.is-valid[b-yug73xd88a] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-yug73xd88a], .was-validated .custom-select:valid[b-yug73xd88a] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-yug73xd88a], .was-validated .custom-select:valid:focus[b-yug73xd88a] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-yug73xd88a], .was-validated .form-check-input:valid ~ .form-check-label[b-yug73xd88a] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-yug73xd88a], .form-check-input.is-valid ~ .valid-tooltip[b-yug73xd88a], .was-validated .form-check-input:valid ~ .valid-feedback[b-yug73xd88a], .was-validated .form-check-input:valid ~ .valid-tooltip[b-yug73xd88a] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-yug73xd88a], .was-validated .custom-control-input:valid ~ .custom-control-label[b-yug73xd88a] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-yug73xd88a]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-yug73xd88a]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-yug73xd88a]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-yug73xd88a]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-yug73xd88a], .was-validated .custom-file-input:valid ~ .custom-file-label[b-yug73xd88a] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-yug73xd88a], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-yug73xd88a] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-yug73xd88a] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-yug73xd88a] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-yug73xd88a], .form-row > [class*=col-] > .invalid-tooltip[b-yug73xd88a] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-yug73xd88a], .is-invalid ~ .invalid-tooltip[b-yug73xd88a], .was-validated :invalid ~ .invalid-feedback[b-yug73xd88a], .was-validated :invalid ~ .invalid-tooltip[b-yug73xd88a] {
    display: block
}

.form-control.is-invalid[b-yug73xd88a], .was-validated .form-control:invalid[b-yug73xd88a] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-yug73xd88a], .was-validated .form-control:invalid:focus[b-yug73xd88a] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-yug73xd88a], textarea.form-control.is-invalid[b-yug73xd88a] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-yug73xd88a], .was-validated .custom-select:invalid[b-yug73xd88a] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-yug73xd88a], .was-validated .custom-select:invalid:focus[b-yug73xd88a] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-yug73xd88a], .was-validated .form-check-input:invalid ~ .form-check-label[b-yug73xd88a] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-yug73xd88a], .form-check-input.is-invalid ~ .invalid-tooltip[b-yug73xd88a], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-yug73xd88a], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-yug73xd88a] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-yug73xd88a], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-yug73xd88a] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-yug73xd88a]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-yug73xd88a]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-yug73xd88a]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-yug73xd88a]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-yug73xd88a]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-yug73xd88a], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-yug73xd88a] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-yug73xd88a], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-yug73xd88a] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-yug73xd88a] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-yug73xd88a] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-yug73xd88a] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-yug73xd88a] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-yug73xd88a] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-yug73xd88a] {
        display: inline-block
    }

    .form-inline .custom-select[b-yug73xd88a], .form-inline .input-group[b-yug73xd88a] {
        width: auto
    }

    .form-inline .form-check[b-yug73xd88a] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-yug73xd88a] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-yug73xd88a] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-yug73xd88a] {
        margin-bottom: 0
    }
}

.btn[b-yug73xd88a] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-yug73xd88a] {
        transition: none
    }
}

.btn:hover[b-yug73xd88a] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-yug73xd88a], .btn:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-yug73xd88a], .btn:disabled[b-yug73xd88a] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-yug73xd88a] {
    cursor: pointer
}

a.btn.disabled[b-yug73xd88a], fieldset:disabled a.btn[b-yug73xd88a] {
    pointer-events: none
}

.btn-primary[b-yug73xd88a] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-yug73xd88a], .btn-primary:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-yug73xd88a], .btn-primary:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-primary:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-primary.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-primary:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-primary.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-yug73xd88a] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-yug73xd88a], .btn-secondary:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-yug73xd88a], .btn-secondary:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-secondary:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-secondary.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-secondary.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-yug73xd88a] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-yug73xd88a], .btn-success:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-yug73xd88a], .btn-success:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-success:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-success.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-success:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-success.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-yug73xd88a] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-yug73xd88a], .btn-info:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-yug73xd88a], .btn-info:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-info:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-info.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-info:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-info.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-yug73xd88a] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-yug73xd88a], .btn-warning:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-yug73xd88a], .btn-warning:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-warning:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-warning.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-warning:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-warning.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-yug73xd88a] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-yug73xd88a], .btn-danger:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-yug73xd88a], .btn-danger:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-danger:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-danger.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-danger:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-danger.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-yug73xd88a] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-yug73xd88a] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-yug73xd88a], .btn-light:focus[b-yug73xd88a] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-yug73xd88a], .btn-light:disabled[b-yug73xd88a] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-light:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-light.dropdown-toggle[b-yug73xd88a] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-light:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-light.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-yug73xd88a] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-yug73xd88a], .btn-dark:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-yug73xd88a], .btn-dark:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-dark:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-dark.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-dark:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-dark.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-yug73xd88a] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-yug73xd88a], .btn-outline-primary:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-yug73xd88a], .btn-outline-primary:disabled[b-yug73xd88a] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-primary:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-primary.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-primary.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-yug73xd88a] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-yug73xd88a], .btn-outline-secondary:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-yug73xd88a], .btn-outline-secondary:disabled[b-yug73xd88a] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-secondary.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-secondary.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-yug73xd88a] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-yug73xd88a], .btn-outline-success:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-yug73xd88a], .btn-outline-success:disabled[b-yug73xd88a] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-success:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-success.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-success.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-yug73xd88a] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-yug73xd88a], .btn-outline-info:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-yug73xd88a], .btn-outline-info:disabled[b-yug73xd88a] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-info:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-info.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-info.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-yug73xd88a] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-yug73xd88a], .btn-outline-warning:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-yug73xd88a], .btn-outline-warning:disabled[b-yug73xd88a] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-warning:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-warning.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-warning.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-yug73xd88a] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-yug73xd88a], .btn-outline-danger:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-yug73xd88a], .btn-outline-danger:disabled[b-yug73xd88a] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-danger:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-danger.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-danger.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-yug73xd88a] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-yug73xd88a] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-yug73xd88a], .btn-outline-light:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-yug73xd88a], .btn-outline-light:disabled[b-yug73xd88a] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-light:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-light.dropdown-toggle[b-yug73xd88a] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-light.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-yug73xd88a] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-yug73xd88a], .btn-outline-dark:focus[b-yug73xd88a] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-yug73xd88a], .btn-outline-dark:disabled[b-yug73xd88a] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-outline-dark:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-outline-dark.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-outline-dark.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-yug73xd88a] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-yug73xd88a] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-yug73xd88a], .btn-link:focus[b-yug73xd88a] {
        text-decoration: underline
    }

    .btn-link.disabled[b-yug73xd88a], .btn-link:disabled[b-yug73xd88a] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-yug73xd88a], .btn-lg[b-yug73xd88a] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-yug73xd88a], .btn-sm[b-yug73xd88a] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-yug73xd88a] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-yug73xd88a] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-yug73xd88a], input[type=reset].btn-block[b-yug73xd88a], input[type=submit].btn-block[b-yug73xd88a] {
    width: 100%
}

.fade[b-yug73xd88a] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-yug73xd88a] {
        transition: none
    }
}

.fade:not(.show)[b-yug73xd88a] {
    opacity: 0
}

.collapse:not(.show)[b-yug73xd88a] {
    display: none
}

.collapsing[b-yug73xd88a] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-yug73xd88a] {
        transition: none
    }
}

.dropdown[b-yug73xd88a], .dropleft[b-yug73xd88a], .dropright[b-yug73xd88a], .dropup[b-yug73xd88a] {
    position: relative
}

.dropdown-toggle[b-yug73xd88a] {
    white-space: nowrap
}

    .dropdown-toggle[b-yug73xd88a]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-yug73xd88a]::after {
        margin-left: 0
    }

.dropdown-menu[b-yug73xd88a] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-yug73xd88a] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-yug73xd88a] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-yug73xd88a] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-yug73xd88a] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-yug73xd88a] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-yug73xd88a] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-yug73xd88a] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-yug73xd88a] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-yug73xd88a] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-yug73xd88a] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-yug73xd88a] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-yug73xd88a]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-yug73xd88a]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-yug73xd88a] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-yug73xd88a]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-yug73xd88a]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-yug73xd88a]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-yug73xd88a] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-yug73xd88a]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-yug73xd88a]::after {
    display: none
}

.dropleft .dropdown-toggle[b-yug73xd88a]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-yug73xd88a]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-yug73xd88a]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-yug73xd88a], .dropdown-menu[x-placement^=left][b-yug73xd88a], .dropdown-menu[x-placement^=right][b-yug73xd88a], .dropdown-menu[x-placement^=top][b-yug73xd88a] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-yug73xd88a] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-yug73xd88a] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-yug73xd88a], .dropdown-item:hover[b-yug73xd88a] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-yug73xd88a], .dropdown-item:active[b-yug73xd88a] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-yug73xd88a], .dropdown-item:disabled[b-yug73xd88a] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-yug73xd88a] {
    display: block
}

.dropdown-header[b-yug73xd88a] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-yug73xd88a] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-yug73xd88a], .btn-group-vertical[b-yug73xd88a] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-yug73xd88a], .btn-group > .btn[b-yug73xd88a] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-yug73xd88a], .btn-group > .btn:hover[b-yug73xd88a] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-yug73xd88a], .btn-group-vertical > .btn:active[b-yug73xd88a], .btn-group-vertical > .btn:focus[b-yug73xd88a], .btn-group > .btn.active[b-yug73xd88a], .btn-group > .btn:active[b-yug73xd88a], .btn-group > .btn:focus[b-yug73xd88a] {
            z-index: 1
        }

.btn-toolbar[b-yug73xd88a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-yug73xd88a] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-yug73xd88a], .btn-group > .btn:not(:first-child)[b-yug73xd88a] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-yug73xd88a], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-yug73xd88a] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-yug73xd88a], .btn-group > .btn:not(:first-child)[b-yug73xd88a] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-yug73xd88a] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-yug73xd88a]::after, .dropright .dropdown-toggle-split[b-yug73xd88a]::after, .dropup .dropdown-toggle-split[b-yug73xd88a]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-yug73xd88a]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-yug73xd88a], .btn-sm + .dropdown-toggle-split[b-yug73xd88a] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-yug73xd88a], .btn-lg + .dropdown-toggle-split[b-yug73xd88a] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-yug73xd88a] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-yug73xd88a], .btn-group-vertical > .btn-group[b-yug73xd88a] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-yug73xd88a], .btn-group-vertical > .btn:not(:first-child)[b-yug73xd88a] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-yug73xd88a], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-yug73xd88a] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-yug73xd88a], .btn-group-vertical > .btn:not(:first-child)[b-yug73xd88a] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-yug73xd88a], .btn-group-toggle > .btn-group > .btn[b-yug73xd88a] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-yug73xd88a], .btn-group-toggle > .btn input[type=radio][b-yug73xd88a], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-yug73xd88a], .btn-group-toggle > .btn-group > .btn input[type=radio][b-yug73xd88a] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-yug73xd88a] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-yug73xd88a], .input-group > .custom-select[b-yug73xd88a], .input-group > .form-control[b-yug73xd88a], .input-group > .form-control-plaintext[b-yug73xd88a] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-yug73xd88a], .input-group > .custom-file + .custom-select[b-yug73xd88a], .input-group > .custom-file + .form-control[b-yug73xd88a], .input-group > .custom-select + .custom-file[b-yug73xd88a], .input-group > .custom-select + .custom-select[b-yug73xd88a], .input-group > .custom-select + .form-control[b-yug73xd88a], .input-group > .form-control + .custom-file[b-yug73xd88a], .input-group > .form-control + .custom-select[b-yug73xd88a], .input-group > .form-control + .form-control[b-yug73xd88a], .input-group > .form-control-plaintext + .custom-file[b-yug73xd88a], .input-group > .form-control-plaintext + .custom-select[b-yug73xd88a], .input-group > .form-control-plaintext + .form-control[b-yug73xd88a] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-yug73xd88a], .input-group > .custom-select:focus[b-yug73xd88a], .input-group > .form-control:focus[b-yug73xd88a] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-yug73xd88a] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-yug73xd88a], .input-group > .form-control:not(:first-child)[b-yug73xd88a] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-yug73xd88a] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-yug73xd88a], .input-group > .custom-file:not(:last-child) .custom-file-label[b-yug73xd88a] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-yug73xd88a]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-yug73xd88a], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-yug73xd88a] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-yug73xd88a]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-yug73xd88a], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-yug73xd88a] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-yug73xd88a], .input-group-prepend[b-yug73xd88a] {
    display: flex
}

    .input-group-append .btn[b-yug73xd88a], .input-group-prepend .btn[b-yug73xd88a] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-yug73xd88a], .input-group-prepend .btn:focus[b-yug73xd88a] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-yug73xd88a], .input-group-append .btn + .input-group-text[b-yug73xd88a], .input-group-append .input-group-text + .btn[b-yug73xd88a], .input-group-append .input-group-text + .input-group-text[b-yug73xd88a], .input-group-prepend .btn + .btn[b-yug73xd88a], .input-group-prepend .btn + .input-group-text[b-yug73xd88a], .input-group-prepend .input-group-text + .btn[b-yug73xd88a], .input-group-prepend .input-group-text + .input-group-text[b-yug73xd88a] {
            margin-left: -1px
        }

.input-group-prepend[b-yug73xd88a] {
    margin-right: -1px
}

.input-group-append[b-yug73xd88a] {
    margin-left: -1px
}

.input-group-text[b-yug73xd88a] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-yug73xd88a], .input-group-text input[type=radio][b-yug73xd88a] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-yug73xd88a], .input-group-lg > .form-control:not(textarea)[b-yug73xd88a] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-yug73xd88a], .input-group-lg > .form-control[b-yug73xd88a], .input-group-lg > .input-group-append > .btn[b-yug73xd88a], .input-group-lg > .input-group-append > .input-group-text[b-yug73xd88a], .input-group-lg > .input-group-prepend > .btn[b-yug73xd88a], .input-group-lg > .input-group-prepend > .input-group-text[b-yug73xd88a] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-yug73xd88a], .input-group-sm > .form-control:not(textarea)[b-yug73xd88a] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-yug73xd88a], .input-group-sm > .form-control[b-yug73xd88a], .input-group-sm > .input-group-append > .btn[b-yug73xd88a], .input-group-sm > .input-group-append > .input-group-text[b-yug73xd88a], .input-group-sm > .input-group-prepend > .btn[b-yug73xd88a], .input-group-sm > .input-group-prepend > .input-group-text[b-yug73xd88a] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-yug73xd88a], .input-group-sm > .custom-select[b-yug73xd88a] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-yug73xd88a], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-yug73xd88a], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-yug73xd88a], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-yug73xd88a], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-yug73xd88a], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-yug73xd88a], .input-group > .input-group-prepend > .btn[b-yug73xd88a], .input-group > .input-group-prepend > .input-group-text[b-yug73xd88a] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-yug73xd88a], .input-group > .input-group-append > .input-group-text[b-yug73xd88a], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-yug73xd88a], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-yug73xd88a], .input-group > .input-group-prepend:not(:first-child) > .btn[b-yug73xd88a], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-yug73xd88a] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-yug73xd88a] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-yug73xd88a] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-yug73xd88a] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-yug73xd88a]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-yug73xd88a]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-yug73xd88a]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-yug73xd88a]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-yug73xd88a], .custom-control-input[disabled] ~ .custom-control-label[b-yug73xd88a] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-yug73xd88a]::before, .custom-control-input[disabled] ~ .custom-control-label[b-yug73xd88a]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-yug73xd88a] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-yug73xd88a]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-yug73xd88a]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-yug73xd88a]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-yug73xd88a]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-yug73xd88a]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-yug73xd88a]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-yug73xd88a]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-yug73xd88a]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-yug73xd88a]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-yug73xd88a]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-yug73xd88a]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-yug73xd88a] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-yug73xd88a]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-yug73xd88a]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-yug73xd88a]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-yug73xd88a]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-yug73xd88a]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-yug73xd88a] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-yug73xd88a] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-yug73xd88a]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-yug73xd88a], .custom-select[size]:not([size="1"])[b-yug73xd88a] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-yug73xd88a] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-yug73xd88a]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-yug73xd88a] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-yug73xd88a] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-yug73xd88a] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-yug73xd88a] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-yug73xd88a] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-yug73xd88a] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-yug73xd88a], .custom-file-input[disabled] ~ .custom-file-label[b-yug73xd88a] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-yug73xd88a]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-yug73xd88a]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-yug73xd88a] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-yug73xd88a]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-yug73xd88a] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-yug73xd88a] {
        outline: 0
    }

        .custom-range:focus[b-yug73xd88a]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-yug73xd88a]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-yug73xd88a]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-yug73xd88a]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-yug73xd88a]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-yug73xd88a]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-yug73xd88a]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-yug73xd88a]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-yug73xd88a]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-yug73xd88a]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-yug73xd88a]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-yug73xd88a]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-yug73xd88a]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-yug73xd88a]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-yug73xd88a]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-yug73xd88a]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-yug73xd88a]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-yug73xd88a]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-yug73xd88a]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-yug73xd88a]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-yug73xd88a]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-yug73xd88a]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-yug73xd88a]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-yug73xd88a]::before, .custom-file-label[b-yug73xd88a], .custom-select[b-yug73xd88a] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-yug73xd88a]::before, .custom-file-label[b-yug73xd88a], .custom-select[b-yug73xd88a] {
        transition: none
    }
}

.nav[b-yug73xd88a] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-yug73xd88a] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-yug73xd88a], .nav-link:hover[b-yug73xd88a] {
        text-decoration: none
    }

    .nav-link.disabled[b-yug73xd88a] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-yug73xd88a] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-yug73xd88a] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-yug73xd88a], .nav-tabs .nav-link:hover[b-yug73xd88a] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-yug73xd88a] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-yug73xd88a], .nav-tabs .nav-link.active[b-yug73xd88a] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-yug73xd88a] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-yug73xd88a] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-yug73xd88a], .nav-pills .show > .nav-link[b-yug73xd88a] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-yug73xd88a], .nav-fill > .nav-link[b-yug73xd88a] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-yug73xd88a], .nav-justified > .nav-link[b-yug73xd88a] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-yug73xd88a] {
    display: none
}

.tab-content > .active[b-yug73xd88a] {
    display: block
}

.navbar[b-yug73xd88a] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-yug73xd88a], .navbar .container-fluid[b-yug73xd88a], .navbar .container-lg[b-yug73xd88a], .navbar .container-md[b-yug73xd88a], .navbar .container-sm[b-yug73xd88a], .navbar .container-xl[b-yug73xd88a] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-yug73xd88a] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-yug73xd88a], .navbar-brand:hover[b-yug73xd88a] {
        text-decoration: none
    }

.navbar-nav[b-yug73xd88a] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-yug73xd88a] {
        position: static;
        float: none
    }

.navbar-text[b-yug73xd88a] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-yug73xd88a] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-yug73xd88a] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-yug73xd88a], .navbar-toggler:hover[b-yug73xd88a] {
        text-decoration: none
    }

.navbar-toggler-icon[b-yug73xd88a] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-yug73xd88a] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-yug73xd88a], .navbar-expand-sm > .container-fluid[b-yug73xd88a], .navbar-expand-sm > .container-lg[b-yug73xd88a], .navbar-expand-sm > .container-md[b-yug73xd88a], .navbar-expand-sm > .container-sm[b-yug73xd88a], .navbar-expand-sm > .container-xl[b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-yug73xd88a] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-yug73xd88a] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-yug73xd88a] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-yug73xd88a] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-yug73xd88a], .navbar-expand-sm > .container-fluid[b-yug73xd88a], .navbar-expand-sm > .container-lg[b-yug73xd88a], .navbar-expand-sm > .container-md[b-yug73xd88a], .navbar-expand-sm > .container-sm[b-yug73xd88a], .navbar-expand-sm > .container-xl[b-yug73xd88a] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-yug73xd88a] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-yug73xd88a] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-yug73xd88a] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-yug73xd88a], .navbar-expand-md > .container-fluid[b-yug73xd88a], .navbar-expand-md > .container-lg[b-yug73xd88a], .navbar-expand-md > .container-md[b-yug73xd88a], .navbar-expand-md > .container-sm[b-yug73xd88a], .navbar-expand-md > .container-xl[b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-yug73xd88a] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-yug73xd88a] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-yug73xd88a] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-yug73xd88a] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-yug73xd88a], .navbar-expand-md > .container-fluid[b-yug73xd88a], .navbar-expand-md > .container-lg[b-yug73xd88a], .navbar-expand-md > .container-md[b-yug73xd88a], .navbar-expand-md > .container-sm[b-yug73xd88a], .navbar-expand-md > .container-xl[b-yug73xd88a] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-yug73xd88a] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-yug73xd88a] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-yug73xd88a] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-yug73xd88a], .navbar-expand-lg > .container-fluid[b-yug73xd88a], .navbar-expand-lg > .container-lg[b-yug73xd88a], .navbar-expand-lg > .container-md[b-yug73xd88a], .navbar-expand-lg > .container-sm[b-yug73xd88a], .navbar-expand-lg > .container-xl[b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-yug73xd88a] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-yug73xd88a] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-yug73xd88a] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-yug73xd88a] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-yug73xd88a], .navbar-expand-lg > .container-fluid[b-yug73xd88a], .navbar-expand-lg > .container-lg[b-yug73xd88a], .navbar-expand-lg > .container-md[b-yug73xd88a], .navbar-expand-lg > .container-sm[b-yug73xd88a], .navbar-expand-lg > .container-xl[b-yug73xd88a] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-yug73xd88a] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-yug73xd88a] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-yug73xd88a] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-yug73xd88a], .navbar-expand-xl > .container-fluid[b-yug73xd88a], .navbar-expand-xl > .container-lg[b-yug73xd88a], .navbar-expand-xl > .container-md[b-yug73xd88a], .navbar-expand-xl > .container-sm[b-yug73xd88a], .navbar-expand-xl > .container-xl[b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-yug73xd88a] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-yug73xd88a] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-yug73xd88a] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-yug73xd88a] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-yug73xd88a], .navbar-expand-xl > .container-fluid[b-yug73xd88a], .navbar-expand-xl > .container-lg[b-yug73xd88a], .navbar-expand-xl > .container-md[b-yug73xd88a], .navbar-expand-xl > .container-sm[b-yug73xd88a], .navbar-expand-xl > .container-xl[b-yug73xd88a] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-yug73xd88a] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-yug73xd88a] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-yug73xd88a] {
            display: none
        }
}

.navbar-expand[b-yug73xd88a] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-yug73xd88a], .navbar-expand > .container-fluid[b-yug73xd88a], .navbar-expand > .container-lg[b-yug73xd88a], .navbar-expand > .container-md[b-yug73xd88a], .navbar-expand > .container-sm[b-yug73xd88a], .navbar-expand > .container-xl[b-yug73xd88a] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-yug73xd88a] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-yug73xd88a] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-yug73xd88a] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-yug73xd88a], .navbar-expand > .container-fluid[b-yug73xd88a], .navbar-expand > .container-lg[b-yug73xd88a], .navbar-expand > .container-md[b-yug73xd88a], .navbar-expand > .container-sm[b-yug73xd88a], .navbar-expand > .container-xl[b-yug73xd88a] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-yug73xd88a] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-yug73xd88a] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-yug73xd88a] {
        display: none
    }

.navbar-light .navbar-brand[b-yug73xd88a] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-yug73xd88a], .navbar-light .navbar-brand:hover[b-yug73xd88a] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-yug73xd88a] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-yug73xd88a], .navbar-light .navbar-nav .nav-link:hover[b-yug73xd88a] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-yug73xd88a] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-yug73xd88a], .navbar-light .navbar-nav .nav-link.active[b-yug73xd88a], .navbar-light .navbar-nav .nav-link.show[b-yug73xd88a], .navbar-light .navbar-nav .show > .nav-link[b-yug73xd88a] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-yug73xd88a] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-yug73xd88a] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-yug73xd88a] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-yug73xd88a] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-yug73xd88a], .navbar-light .navbar-text a:hover[b-yug73xd88a] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-yug73xd88a] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-yug73xd88a], .navbar-dark .navbar-brand:hover[b-yug73xd88a] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-yug73xd88a] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-yug73xd88a], .navbar-dark .navbar-nav .nav-link:hover[b-yug73xd88a] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-yug73xd88a] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-yug73xd88a], .navbar-dark .navbar-nav .nav-link.active[b-yug73xd88a], .navbar-dark .navbar-nav .nav-link.show[b-yug73xd88a], .navbar-dark .navbar-nav .show > .nav-link[b-yug73xd88a] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-yug73xd88a] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-yug73xd88a] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-yug73xd88a] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-yug73xd88a] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-yug73xd88a], .navbar-dark .navbar-text a:hover[b-yug73xd88a] {
            color: #fff
        }

.card[b-yug73xd88a] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-yug73xd88a] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-yug73xd88a] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-yug73xd88a] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-yug73xd88a] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-yug73xd88a], .card > .list-group + .card-footer[b-yug73xd88a] {
            border-top: 0
        }

.card-body[b-yug73xd88a] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-yug73xd88a] {
    margin-bottom: .75rem
}

.card-subtitle[b-yug73xd88a] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-yug73xd88a] {
    margin-bottom: 0
}

.card-link:hover[b-yug73xd88a] {
    text-decoration: none
}

.card-link + .card-link[b-yug73xd88a] {
    margin-left: 1.25rem
}

.card-header[b-yug73xd88a] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-yug73xd88a] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-yug73xd88a] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-yug73xd88a] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-yug73xd88a] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-yug73xd88a] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-yug73xd88a] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-yug73xd88a], .card-img-bottom[b-yug73xd88a], .card-img-top[b-yug73xd88a] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-yug73xd88a], .card-img-top[b-yug73xd88a] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-yug73xd88a], .card-img-bottom[b-yug73xd88a] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-yug73xd88a] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-yug73xd88a] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-yug73xd88a] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-yug73xd88a] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-yug73xd88a] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-yug73xd88a] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-yug73xd88a] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-yug73xd88a] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-yug73xd88a], .card-group > .card:not(:last-child) .card-img-top[b-yug73xd88a] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-yug73xd88a], .card-group > .card:not(:last-child) .card-img-bottom[b-yug73xd88a] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-yug73xd88a] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-yug73xd88a], .card-group > .card:not(:first-child) .card-img-top[b-yug73xd88a] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-yug73xd88a], .card-group > .card:not(:first-child) .card-img-bottom[b-yug73xd88a] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-yug73xd88a] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-yug73xd88a] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-yug73xd88a] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-yug73xd88a] {
    overflow-anchor: none
}

    .accordion > .card[b-yug73xd88a] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-yug73xd88a] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-yug73xd88a] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-yug73xd88a] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-yug73xd88a] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-yug73xd88a] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-yug73xd88a]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-yug73xd88a]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-yug73xd88a]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-yug73xd88a] {
    color: #858796
}

.pagination[b-yug73xd88a] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-yug73xd88a] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-yug73xd88a] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-yug73xd88a] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-yug73xd88a] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-yug73xd88a] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-yug73xd88a] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-yug73xd88a] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-yug73xd88a] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-yug73xd88a] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-yug73xd88a] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-yug73xd88a] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-yug73xd88a] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-yug73xd88a] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-yug73xd88a] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-yug73xd88a] {
        transition: none
    }
}

a.badge:focus[b-yug73xd88a], a.badge:hover[b-yug73xd88a] {
    text-decoration: none
}

.badge:empty[b-yug73xd88a] {
    display: none
}

.btn .badge[b-yug73xd88a] {
    position: relative;
    top: -1px
}

.badge-pill[b-yug73xd88a] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-yug73xd88a] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-yug73xd88a], a.badge-primary:hover[b-yug73xd88a] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-yug73xd88a], a.badge-primary:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-yug73xd88a] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-yug73xd88a], a.badge-secondary:hover[b-yug73xd88a] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-yug73xd88a], a.badge-secondary:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-yug73xd88a] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-yug73xd88a], a.badge-success:hover[b-yug73xd88a] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-yug73xd88a], a.badge-success:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-yug73xd88a] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-yug73xd88a], a.badge-info:hover[b-yug73xd88a] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-yug73xd88a], a.badge-info:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-yug73xd88a] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-yug73xd88a], a.badge-warning:hover[b-yug73xd88a] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-yug73xd88a], a.badge-warning:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-yug73xd88a] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-yug73xd88a], a.badge-danger:hover[b-yug73xd88a] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-yug73xd88a], a.badge-danger:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-yug73xd88a] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-yug73xd88a], a.badge-light:hover[b-yug73xd88a] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-yug73xd88a], a.badge-light:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-yug73xd88a] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-yug73xd88a], a.badge-dark:hover[b-yug73xd88a] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-yug73xd88a], a.badge-dark:focus[b-yug73xd88a] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-yug73xd88a] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-yug73xd88a] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-yug73xd88a] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-yug73xd88a] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-yug73xd88a] {
    color: inherit
}

.alert-link[b-yug73xd88a] {
    font-weight: 700
}

.alert-dismissible[b-yug73xd88a] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-yug73xd88a] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-yug73xd88a] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-yug73xd88a] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-yug73xd88a] {
        color: #1c294e
    }

.alert-secondary[b-yug73xd88a] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-yug73xd88a] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-yug73xd88a] {
        color: #2d2e33
    }

.alert-success[b-yug73xd88a] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-yug73xd88a] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-yug73xd88a] {
        color: #093b29
    }

.alert-info[b-yug73xd88a] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-yug73xd88a] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-yug73xd88a] {
        color: #113b42
    }

.alert-warning[b-yug73xd88a] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-yug73xd88a] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-yug73xd88a] {
        color: #574516
    }

.alert-danger[b-yug73xd88a] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-yug73xd88a] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-yug73xd88a] {
        color: #4f1915
    }

.alert-light[b-yug73xd88a] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-yug73xd88a] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-yug73xd88a] {
        color: #686869
    }

.alert-dark[b-yug73xd88a] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-yug73xd88a] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-yug73xd88a] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-yug73xd88a {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-yug73xd88a] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-yug73xd88a] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-yug73xd88a] {
        transition: none
    }
}

.progress-bar-striped[b-yug73xd88a] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-yug73xd88a] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-yug73xd88a
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-yug73xd88a] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-yug73xd88a] {
    display: flex;
    align-items: flex-start
}

.media-body[b-yug73xd88a] {
    flex: 1
}

.list-group[b-yug73xd88a] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-yug73xd88a] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-yug73xd88a], .list-group-item-action:hover[b-yug73xd88a] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-yug73xd88a] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-yug73xd88a] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-yug73xd88a] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-yug73xd88a] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-yug73xd88a], .list-group-item:disabled[b-yug73xd88a] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-yug73xd88a] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-yug73xd88a] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-yug73xd88a] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-yug73xd88a] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-yug73xd88a] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-yug73xd88a] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-yug73xd88a] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-yug73xd88a] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-yug73xd88a] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-yug73xd88a] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-yug73xd88a] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-yug73xd88a] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-yug73xd88a] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-yug73xd88a] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-yug73xd88a] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-yug73xd88a] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-yug73xd88a] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-yug73xd88a] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-yug73xd88a] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-yug73xd88a] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-yug73xd88a] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-yug73xd88a] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-yug73xd88a] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-yug73xd88a] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-yug73xd88a] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-yug73xd88a] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-yug73xd88a] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-yug73xd88a] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-yug73xd88a] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-yug73xd88a] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-yug73xd88a] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-yug73xd88a] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-yug73xd88a] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-yug73xd88a] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-yug73xd88a] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-yug73xd88a] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-yug73xd88a] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-yug73xd88a], .list-group-item-primary.list-group-item-action:hover[b-yug73xd88a] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-yug73xd88a] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-yug73xd88a], .list-group-item-secondary.list-group-item-action:hover[b-yug73xd88a] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-yug73xd88a] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-yug73xd88a], .list-group-item-success.list-group-item-action:hover[b-yug73xd88a] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-yug73xd88a] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-yug73xd88a], .list-group-item-info.list-group-item-action:hover[b-yug73xd88a] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-yug73xd88a] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-yug73xd88a], .list-group-item-warning.list-group-item-action:hover[b-yug73xd88a] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-yug73xd88a] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-yug73xd88a], .list-group-item-danger.list-group-item-action:hover[b-yug73xd88a] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-yug73xd88a] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-yug73xd88a], .list-group-item-light.list-group-item-action:hover[b-yug73xd88a] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-yug73xd88a] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-yug73xd88a], .list-group-item-dark.list-group-item-action:hover[b-yug73xd88a] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-yug73xd88a] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-yug73xd88a] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-yug73xd88a] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-yug73xd88a], .close:not(:disabled):not(.disabled):hover[b-yug73xd88a] {
        opacity: .75
    }

button.close[b-yug73xd88a] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-yug73xd88a] {
    pointer-events: none
}

.toast[b-yug73xd88a] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-yug73xd88a] {
        margin-bottom: .75rem
    }

    .toast.showing[b-yug73xd88a] {
        opacity: 1
    }

    .toast.show[b-yug73xd88a] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-yug73xd88a] {
        display: none
    }

.toast-header[b-yug73xd88a] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-yug73xd88a] {
    padding: .75rem
}

.modal-open[b-yug73xd88a] {
    overflow: hidden
}

    .modal-open .modal[b-yug73xd88a] {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal[b-yug73xd88a] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-yug73xd88a] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-yug73xd88a] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-yug73xd88a] {
        transition: none
    }
}

.modal.show .modal-dialog[b-yug73xd88a] {
    transform: none
}

.modal.modal-static .modal-dialog[b-yug73xd88a] {
    transform: scale(1.02)
}

.modal-dialog-scrollable[b-yug73xd88a] {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-yug73xd88a] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer[b-yug73xd88a], .modal-dialog-scrollable .modal-header[b-yug73xd88a] {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-yug73xd88a] {
        overflow-y: auto
    }

.modal-dialog-centered[b-yug73xd88a] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-yug73xd88a]::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-yug73xd88a] {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-yug73xd88a] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-yug73xd88a]::before {
            content: none
        }

.modal-content[b-yug73xd88a] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop[b-yug73xd88a] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-yug73xd88a] {
        opacity: 0
    }

    .modal-backdrop.show[b-yug73xd88a] {
        opacity: .5
    }

.modal-header[b-yug73xd88a] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close[b-yug73xd88a] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-yug73xd88a] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-yug73xd88a] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-yug73xd88a] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > *[b-yug73xd88a] {
        margin: .25rem
    }

.modal-scrollbar-measure[b-yug73xd88a] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog[b-yug73xd88a] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-yug73xd88a] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-yug73xd88a] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-yug73xd88a] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-yug73xd88a]::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm[b-yug73xd88a] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-yug73xd88a], .modal-xl[b-yug73xd88a] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-yug73xd88a] {
        max-width: 1140px
    }
}

.tooltip[b-yug73xd88a] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-yug73xd88a] {
        opacity: .9
    }

    .tooltip .arrow[b-yug73xd88a] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-yug73xd88a]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-yug73xd88a], .bs-tooltip-top[b-yug73xd88a] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-yug73xd88a], .bs-tooltip-top .arrow[b-yug73xd88a] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-yug73xd88a]::before, .bs-tooltip-top .arrow[b-yug73xd88a]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-yug73xd88a], .bs-tooltip-right[b-yug73xd88a] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-yug73xd88a], .bs-tooltip-right .arrow[b-yug73xd88a] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-yug73xd88a]::before, .bs-tooltip-right .arrow[b-yug73xd88a]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-yug73xd88a], .bs-tooltip-bottom[b-yug73xd88a] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-yug73xd88a], .bs-tooltip-bottom .arrow[b-yug73xd88a] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-yug73xd88a]::before, .bs-tooltip-bottom .arrow[b-yug73xd88a]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-yug73xd88a], .bs-tooltip-left[b-yug73xd88a] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-yug73xd88a], .bs-tooltip-left .arrow[b-yug73xd88a] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-yug73xd88a]::before, .bs-tooltip-left .arrow[b-yug73xd88a]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-yug73xd88a] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-yug73xd88a] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-yug73xd88a] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-yug73xd88a]::after, .popover .arrow[b-yug73xd88a]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-yug73xd88a], .bs-popover-top[b-yug73xd88a] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-yug73xd88a], .bs-popover-top > .arrow[b-yug73xd88a] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-yug73xd88a]::before, .bs-popover-top > .arrow[b-yug73xd88a]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-yug73xd88a]::after, .bs-popover-top > .arrow[b-yug73xd88a]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-yug73xd88a], .bs-popover-right[b-yug73xd88a] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-yug73xd88a], .bs-popover-right > .arrow[b-yug73xd88a] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-yug73xd88a]::before, .bs-popover-right > .arrow[b-yug73xd88a]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-yug73xd88a]::after, .bs-popover-right > .arrow[b-yug73xd88a]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-yug73xd88a], .bs-popover-bottom[b-yug73xd88a] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-yug73xd88a], .bs-popover-bottom > .arrow[b-yug73xd88a] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-yug73xd88a]::before, .bs-popover-bottom > .arrow[b-yug73xd88a]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-yug73xd88a]::after, .bs-popover-bottom > .arrow[b-yug73xd88a]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-yug73xd88a]::before, .bs-popover-bottom .popover-header[b-yug73xd88a]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-yug73xd88a], .bs-popover-left[b-yug73xd88a] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-yug73xd88a], .bs-popover-left > .arrow[b-yug73xd88a] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-yug73xd88a]::before, .bs-popover-left > .arrow[b-yug73xd88a]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-yug73xd88a]::after, .bs-popover-left > .arrow[b-yug73xd88a]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-yug73xd88a] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-yug73xd88a] {
        display: none
    }

.popover-body[b-yug73xd88a] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-yug73xd88a] {
    position: relative
}

    .carousel.pointer-event[b-yug73xd88a] {
        touch-action: pan-y
    }

.carousel-inner[b-yug73xd88a] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-yug73xd88a]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-yug73xd88a] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-yug73xd88a] {
        transition: none
    }
}

.carousel-item-next[b-yug73xd88a], .carousel-item-prev[b-yug73xd88a], .carousel-item.active[b-yug73xd88a] {
    display: block
}

    .active.carousel-item-right[b-yug73xd88a], .carousel-item-next:not(.carousel-item-left)[b-yug73xd88a] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-yug73xd88a], .carousel-item-prev:not(.carousel-item-right)[b-yug73xd88a] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-yug73xd88a] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-yug73xd88a], .carousel-fade .carousel-item-prev.carousel-item-right[b-yug73xd88a], .carousel-fade .carousel-item.active[b-yug73xd88a] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-yug73xd88a], .carousel-fade .active.carousel-item-right[b-yug73xd88a] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-yug73xd88a], .carousel-fade .active.carousel-item-right[b-yug73xd88a] {
        transition: none
    }
}

.carousel-control-next[b-yug73xd88a], .carousel-control-prev[b-yug73xd88a] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-yug73xd88a], .carousel-control-prev[b-yug73xd88a] {
        transition: none
    }
}

.carousel-control-next:focus[b-yug73xd88a], .carousel-control-next:hover[b-yug73xd88a], .carousel-control-prev:focus[b-yug73xd88a], .carousel-control-prev:hover[b-yug73xd88a] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-yug73xd88a] {
    left: 0
}

.carousel-control-next[b-yug73xd88a] {
    right: 0
}

.carousel-control-next-icon[b-yug73xd88a], .carousel-control-prev-icon[b-yug73xd88a] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-yug73xd88a] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-yug73xd88a] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-yug73xd88a] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-yug73xd88a] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-yug73xd88a] {
        transition: none
    }
}

.carousel-indicators .active[b-yug73xd88a] {
    opacity: 1
}

.carousel-caption[b-yug73xd88a] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-yug73xd88a {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-yug73xd88a] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-yug73xd88a
}

.spinner-border-sm[b-yug73xd88a] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-yug73xd88a {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-yug73xd88a] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-yug73xd88a
}

.spinner-grow-sm[b-yug73xd88a] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-yug73xd88a], .spinner-grow[b-yug73xd88a] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-yug73xd88a] {
    vertical-align: baseline !important
}

.align-top[b-yug73xd88a] {
    vertical-align: top !important
}

.align-middle[b-yug73xd88a] {
    vertical-align: middle !important
}

.align-bottom[b-yug73xd88a] {
    vertical-align: bottom !important
}

.align-text-bottom[b-yug73xd88a] {
    vertical-align: text-bottom !important
}

.align-text-top[b-yug73xd88a] {
    vertical-align: text-top !important
}

.bg-primary[b-yug73xd88a] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-yug73xd88a], a.bg-primary:hover[b-yug73xd88a], button.bg-primary:focus[b-yug73xd88a], button.bg-primary:hover[b-yug73xd88a] {
    background-color: #2653d4 !important
}

.bg-secondary[b-yug73xd88a] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-yug73xd88a], a.bg-secondary:hover[b-yug73xd88a], button.bg-secondary:focus[b-yug73xd88a], button.bg-secondary:hover[b-yug73xd88a] {
    background-color: #6b6d7d !important
}

.bg-success[b-yug73xd88a] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-yug73xd88a], a.bg-success:hover[b-yug73xd88a], button.bg-success:focus[b-yug73xd88a], button.bg-success:hover[b-yug73xd88a] {
    background-color: #169b6b !important
}

.bg-info[b-yug73xd88a] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-yug73xd88a], a.bg-info:hover[b-yug73xd88a], button.bg-info:focus[b-yug73xd88a], button.bg-info:hover[b-yug73xd88a] {
    background-color: #2a96a5 !important
}

.bg-warning[b-yug73xd88a] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-yug73xd88a], a.bg-warning:hover[b-yug73xd88a], button.bg-warning:focus[b-yug73xd88a], button.bg-warning:hover[b-yug73xd88a] {
    background-color: #f4b30d !important
}

.bg-danger[b-yug73xd88a] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-yug73xd88a], a.bg-danger:hover[b-yug73xd88a], button.bg-danger:focus[b-yug73xd88a], button.bg-danger:hover[b-yug73xd88a] {
    background-color: #d52a1a !important
}

.bg-light[b-yug73xd88a] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-yug73xd88a], a.bg-light:hover[b-yug73xd88a], button.bg-light:focus[b-yug73xd88a], button.bg-light:hover[b-yug73xd88a] {
    background-color: #d4daed !important
}

.bg-dark[b-yug73xd88a] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-yug73xd88a], a.bg-dark:hover[b-yug73xd88a], button.bg-dark:focus[b-yug73xd88a], button.bg-dark:hover[b-yug73xd88a] {
    background-color: #42444e !important
}

.bg-white[b-yug73xd88a] {
    background-color: #fff !important
}

.bg-transparent[b-yug73xd88a] {
    background-color: transparent !important
}

.border[b-yug73xd88a] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-yug73xd88a] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-yug73xd88a] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-yug73xd88a] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-yug73xd88a] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-yug73xd88a] {
    border: 0 !important
}

.border-top-0[b-yug73xd88a] {
    border-top: 0 !important
}

.border-right-0[b-yug73xd88a] {
    border-right: 0 !important
}

.border-bottom-0[b-yug73xd88a] {
    border-bottom: 0 !important
}

.border-left-0[b-yug73xd88a] {
    border-left: 0 !important
}

.border-primary[b-yug73xd88a] {
    border-color: #4e73df !important
}

.border-secondary[b-yug73xd88a] {
    border-color: #858796 !important
}

.border-success[b-yug73xd88a] {
    border-color: #1cc88a !important
}

.border-info[b-yug73xd88a] {
    border-color: #36b9cc !important
}

.border-warning[b-yug73xd88a] {
    border-color: #f6c23e !important
}

.border-danger[b-yug73xd88a] {
    border-color: #e74a3b !important
}

.border-light[b-yug73xd88a] {
    border-color: #f8f9fc !important
}

.border-dark[b-yug73xd88a] {
    border-color: #5a5c69 !important
}

.border-white[b-yug73xd88a] {
    border-color: #fff !important
}

.rounded-sm[b-yug73xd88a] {
    border-radius: .2rem !important
}

.rounded[b-yug73xd88a] {
    border-radius: .35rem !important
}

.rounded-top[b-yug73xd88a] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-yug73xd88a] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-yug73xd88a] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-yug73xd88a] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-yug73xd88a] {
    border-radius: .3rem !important
}

.rounded-circle[b-yug73xd88a] {
    border-radius: 50% !important
}

.rounded-pill[b-yug73xd88a] {
    border-radius: 50rem !important
}

.rounded-0[b-yug73xd88a] {
    border-radius: 0 !important
}

.clearfix[b-yug73xd88a]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-yug73xd88a] {
    display: none !important
}

.d-inline[b-yug73xd88a] {
    display: inline !important
}

.d-inline-block[b-yug73xd88a] {
    display: inline-block !important
}

.d-block[b-yug73xd88a] {
    display: block !important
}



.d-flex[b-yug73xd88a] {
    display: flex !important
}

.d-inline-flex[b-yug73xd88a] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-yug73xd88a] {
        display: none !important
    }

    .d-sm-inline[b-yug73xd88a] {
        display: inline !important
    }

    .d-sm-inline-block[b-yug73xd88a] {
        display: inline-block !important
    }

    .d-sm-block[b-yug73xd88a] {
        display: block !important
    }


    .d-sm-flex[b-yug73xd88a] {
        display: flex !important
    }

    .d-sm-inline-flex[b-yug73xd88a] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-yug73xd88a] {
        display: none !important
    }

    .d-md-inline[b-yug73xd88a] {
        display: inline !important
    }

    .d-md-inline-block[b-yug73xd88a] {
        display: inline-block !important
    }

    .d-md-block[b-yug73xd88a] {
        display: block !important
    }


    .d-md-flex[b-yug73xd88a] {
        display: flex !important
    }

    .d-md-inline-flex[b-yug73xd88a] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-yug73xd88a] {
        display: none !important
    }

    .d-lg-inline[b-yug73xd88a] {
        display: inline !important
    }

    .d-lg-inline-block[b-yug73xd88a] {
        display: inline-block !important
    }

    .d-lg-block[b-yug73xd88a] {
        display: block !important
    }


    .d-lg-flex[b-yug73xd88a] {
        display: flex !important
    }

    .d-lg-inline-flex[b-yug73xd88a] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-yug73xd88a] {
        display: none !important
    }

    .d-xl-inline[b-yug73xd88a] {
        display: inline !important
    }

    .d-xl-inline-block[b-yug73xd88a] {
        display: inline-block !important
    }

    .d-xl-block[b-yug73xd88a] {
        display: block !important
    }


    .d-xl-flex[b-yug73xd88a] {
        display: flex !important
    }

    .d-xl-inline-flex[b-yug73xd88a] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-yug73xd88a] {
        display: none !important
    }

    .d-print-inline[b-yug73xd88a] {
        display: inline !important
    }

    .d-print-inline-block[b-yug73xd88a] {
        display: inline-block !important
    }

    .d-print-block[b-yug73xd88a] {
        display: block !important
    }


    .d-print-flex[b-yug73xd88a] {
        display: flex !important
    }

    .d-print-inline-flex[b-yug73xd88a] {
        display: inline-flex !important
    }
}

.embed-responsive[b-yug73xd88a] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-yug73xd88a]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-yug73xd88a], .embed-responsive embed[b-yug73xd88a], .embed-responsive iframe[b-yug73xd88a], .embed-responsive object[b-yug73xd88a], .embed-responsive video[b-yug73xd88a] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-yug73xd88a]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-yug73xd88a]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-yug73xd88a]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-yug73xd88a]::before {
    padding-top: 100%
}

.flex-row[b-yug73xd88a] {
    flex-direction: row !important
}

.flex-column[b-yug73xd88a] {
    flex-direction: column !important
}

.flex-row-reverse[b-yug73xd88a] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-yug73xd88a] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-yug73xd88a] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-yug73xd88a] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-yug73xd88a] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-yug73xd88a] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-yug73xd88a] {
    flex-grow: 0 !important
}

.flex-grow-1[b-yug73xd88a] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-yug73xd88a] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-yug73xd88a] {
    flex-shrink: 1 !important
}

.justify-content-start[b-yug73xd88a] {
    justify-content: flex-start !important
}

.justify-content-end[b-yug73xd88a] {
    justify-content: flex-end !important
}

.justify-content-center[b-yug73xd88a] {
    justify-content: center !important
}

.justify-content-between[b-yug73xd88a] {
    justify-content: space-between !important
}

.justify-content-around[b-yug73xd88a] {
    justify-content: space-around !important
}

.align-items-start[b-yug73xd88a] {
    align-items: flex-start !important
}

.align-items-end[b-yug73xd88a] {
    align-items: flex-end !important
}

.align-items-center[b-yug73xd88a] {
    align-items: center !important
}

.align-items-baseline[b-yug73xd88a] {
    align-items: baseline !important
}

.align-items-stretch[b-yug73xd88a] {
    align-items: stretch !important
}

.align-content-start[b-yug73xd88a] {
    align-content: flex-start !important
}

.align-content-end[b-yug73xd88a] {
    align-content: flex-end !important
}

.align-content-center[b-yug73xd88a] {
    align-content: center !important
}

.align-content-between[b-yug73xd88a] {
    align-content: space-between !important
}

.align-content-around[b-yug73xd88a] {
    align-content: space-around !important
}

.align-content-stretch[b-yug73xd88a] {
    align-content: stretch !important
}

.align-self-auto[b-yug73xd88a] {
    align-self: auto !important
}

.align-self-start[b-yug73xd88a] {
    align-self: flex-start !important
}

.align-self-end[b-yug73xd88a] {
    align-self: flex-end !important
}

.align-self-center[b-yug73xd88a] {
    align-self: center !important
}

.align-self-baseline[b-yug73xd88a] {
    align-self: baseline !important
}

.align-self-stretch[b-yug73xd88a] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-yug73xd88a] {
        flex-direction: row !important
    }

    .flex-sm-column[b-yug73xd88a] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-yug73xd88a] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-yug73xd88a] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-yug73xd88a] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-yug73xd88a] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-yug73xd88a] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-yug73xd88a] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-yug73xd88a] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-yug73xd88a] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-yug73xd88a] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-yug73xd88a] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-yug73xd88a] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-yug73xd88a] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-yug73xd88a] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-yug73xd88a] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-yug73xd88a] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-yug73xd88a] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-yug73xd88a] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-yug73xd88a] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-yug73xd88a] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-yug73xd88a] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-yug73xd88a] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-yug73xd88a] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-yug73xd88a] {
        align-content: center !important
    }

    .align-content-sm-between[b-yug73xd88a] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-yug73xd88a] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-yug73xd88a] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-yug73xd88a] {
        align-self: auto !important
    }

    .align-self-sm-start[b-yug73xd88a] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-yug73xd88a] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-yug73xd88a] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-yug73xd88a] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-yug73xd88a] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-yug73xd88a] {
        flex-direction: row !important
    }

    .flex-md-column[b-yug73xd88a] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-yug73xd88a] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-yug73xd88a] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-yug73xd88a] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-yug73xd88a] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-yug73xd88a] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-yug73xd88a] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-yug73xd88a] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-yug73xd88a] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-yug73xd88a] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-yug73xd88a] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-yug73xd88a] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-yug73xd88a] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-yug73xd88a] {
        justify-content: center !important
    }

    .justify-content-md-between[b-yug73xd88a] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-yug73xd88a] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-yug73xd88a] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-yug73xd88a] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-yug73xd88a] {
        align-items: center !important
    }

    .align-items-md-baseline[b-yug73xd88a] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-yug73xd88a] {
        align-items: stretch !important
    }

    .align-content-md-start[b-yug73xd88a] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-yug73xd88a] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-yug73xd88a] {
        align-content: center !important
    }

    .align-content-md-between[b-yug73xd88a] {
        align-content: space-between !important
    }

    .align-content-md-around[b-yug73xd88a] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-yug73xd88a] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-yug73xd88a] {
        align-self: auto !important
    }

    .align-self-md-start[b-yug73xd88a] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-yug73xd88a] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-yug73xd88a] {
        align-self: center !important
    }

    .align-self-md-baseline[b-yug73xd88a] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-yug73xd88a] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-yug73xd88a] {
        flex-direction: row !important
    }

    .flex-lg-column[b-yug73xd88a] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-yug73xd88a] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-yug73xd88a] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-yug73xd88a] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-yug73xd88a] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-yug73xd88a] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-yug73xd88a] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-yug73xd88a] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-yug73xd88a] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-yug73xd88a] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-yug73xd88a] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-yug73xd88a] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-yug73xd88a] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-yug73xd88a] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-yug73xd88a] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-yug73xd88a] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-yug73xd88a] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-yug73xd88a] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-yug73xd88a] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-yug73xd88a] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-yug73xd88a] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-yug73xd88a] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-yug73xd88a] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-yug73xd88a] {
        align-content: center !important
    }

    .align-content-lg-between[b-yug73xd88a] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-yug73xd88a] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-yug73xd88a] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-yug73xd88a] {
        align-self: auto !important
    }

    .align-self-lg-start[b-yug73xd88a] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-yug73xd88a] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-yug73xd88a] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-yug73xd88a] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-yug73xd88a] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-yug73xd88a] {
        flex-direction: row !important
    }

    .flex-xl-column[b-yug73xd88a] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-yug73xd88a] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-yug73xd88a] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-yug73xd88a] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-yug73xd88a] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-yug73xd88a] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-yug73xd88a] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-yug73xd88a] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-yug73xd88a] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-yug73xd88a] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-yug73xd88a] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-yug73xd88a] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-yug73xd88a] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-yug73xd88a] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-yug73xd88a] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-yug73xd88a] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-yug73xd88a] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-yug73xd88a] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-yug73xd88a] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-yug73xd88a] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-yug73xd88a] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-yug73xd88a] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-yug73xd88a] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-yug73xd88a] {
        align-content: center !important
    }

    .align-content-xl-between[b-yug73xd88a] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-yug73xd88a] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-yug73xd88a] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-yug73xd88a] {
        align-self: auto !important
    }

    .align-self-xl-start[b-yug73xd88a] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-yug73xd88a] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-yug73xd88a] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-yug73xd88a] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-yug73xd88a] {
        align-self: stretch !important
    }
}

.float-left[b-yug73xd88a] {
    float: left !important
}

.float-right[b-yug73xd88a] {
    float: right !important
}

.float-none[b-yug73xd88a] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-yug73xd88a] {
        float: left !important
    }

    .float-sm-right[b-yug73xd88a] {
        float: right !important
    }

    .float-sm-none[b-yug73xd88a] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-yug73xd88a] {
        float: left !important
    }

    .float-md-right[b-yug73xd88a] {
        float: right !important
    }

    .float-md-none[b-yug73xd88a] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-yug73xd88a] {
        float: left !important
    }

    .float-lg-right[b-yug73xd88a] {
        float: right !important
    }

    .float-lg-none[b-yug73xd88a] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-yug73xd88a] {
        float: left !important
    }

    .float-xl-right[b-yug73xd88a] {
        float: right !important
    }

    .float-xl-none[b-yug73xd88a] {
        float: none !important
    }
}

.user-select-all[b-yug73xd88a] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-yug73xd88a] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-yug73xd88a] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-yug73xd88a] {
    overflow: auto !important
}

.overflow-hidden[b-yug73xd88a] {
    overflow: hidden !important
}

.position-static[b-yug73xd88a] {
    position: static !important
}

.position-relative[b-yug73xd88a] {
    position: relative !important
}

.position-absolute[b-yug73xd88a] {
    position: absolute !important
}

.position-fixed[b-yug73xd88a] {
    position: fixed !important
}

.position-sticky[b-yug73xd88a] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-yug73xd88a] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-yug73xd88a] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-yug73xd88a] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-yug73xd88a] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-yug73xd88a], .sr-only-focusable:focus[b-yug73xd88a] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-yug73xd88a] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-yug73xd88a] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-yug73xd88a] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-yug73xd88a] {
    box-shadow: none !important
}

.w-25[b-yug73xd88a] {
    width: 25% !important
}

.w-50[b-yug73xd88a] {
    width: 50% !important
}

.w-75[b-yug73xd88a] {
    width: 75% !important
}

.w-100[b-yug73xd88a] {
    width: 100% !important
}

.w-auto[b-yug73xd88a] {
    width: auto !important
}

.h-25[b-yug73xd88a] {
    height: 25% !important
}

.h-50[b-yug73xd88a] {
    height: 50% !important
}

.h-75[b-yug73xd88a] {
    height: 75% !important
}

.h-100[b-yug73xd88a] {
    height: 100% !important
}

.h-auto[b-yug73xd88a] {
    height: auto !important
}

.mw-100[b-yug73xd88a] {
    max-width: 100% !important
}

.mh-100[b-yug73xd88a] {
    max-height: 100% !important
}

.min-vw-100[b-yug73xd88a] {
    min-width: 100vw !important
}

.min-vh-100[b-yug73xd88a] {
    min-height: 100vh !important
}

.vw-100[b-yug73xd88a] {
    width: 100vw !important
}

.vh-100[b-yug73xd88a] {
    height: 100vh !important
}

.m-0[b-yug73xd88a] {
    margin: 0 !important
}

.mt-0[b-yug73xd88a], .my-0[b-yug73xd88a] {
    margin-top: 0 !important
}

.mr-0[b-yug73xd88a], .mx-0[b-yug73xd88a] {
    margin-right: 0 !important
}

.mb-0[b-yug73xd88a], .my-0[b-yug73xd88a] {
    margin-bottom: 0 !important
}

.ml-0[b-yug73xd88a], .mx-0[b-yug73xd88a] {
    margin-left: 0 !important
}

.m-1[b-yug73xd88a] {
    margin: .25rem !important
}

.mt-1[b-yug73xd88a], .my-1[b-yug73xd88a] {
    margin-top: .25rem !important
}

.mr-1[b-yug73xd88a], .mx-1[b-yug73xd88a] {
    margin-right: .25rem !important
}

.mb-1[b-yug73xd88a], .my-1[b-yug73xd88a] {
    margin-bottom: .25rem !important
}

.ml-1[b-yug73xd88a], .mx-1[b-yug73xd88a] {
    margin-left: .25rem !important
}

.m-2[b-yug73xd88a] {
    margin: .5rem !important
}

.mt-2[b-yug73xd88a], .my-2[b-yug73xd88a] {
    margin-top: .5rem !important
}

.mr-2[b-yug73xd88a], .mx-2[b-yug73xd88a] {
    margin-right: .5rem !important
}

.mb-2[b-yug73xd88a], .my-2[b-yug73xd88a] {
    margin-bottom: .5rem !important
}

.ml-2[b-yug73xd88a], .mx-2[b-yug73xd88a] {
    margin-left: .5rem !important
}

.m-3[b-yug73xd88a] {
    margin: 1rem !important
}

.mt-3[b-yug73xd88a], .my-3[b-yug73xd88a] {
    margin-top: 1rem !important
}

.mr-3[b-yug73xd88a], .mx-3[b-yug73xd88a] {
    margin-right: 1rem !important
}

.mb-3[b-yug73xd88a], .my-3[b-yug73xd88a] {
    margin-bottom: 1rem !important
}

.ml-3[b-yug73xd88a], .mx-3[b-yug73xd88a] {
    margin-left: 1rem !important
}

.m-4[b-yug73xd88a] {
    margin: 1.5rem !important
}

.mt-4[b-yug73xd88a], .my-4[b-yug73xd88a] {
    margin-top: 1.5rem !important
}

.mr-4[b-yug73xd88a], .mx-4[b-yug73xd88a] {
    margin-right: 1.5rem !important
}

.mb-4[b-yug73xd88a], .my-4[b-yug73xd88a] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-yug73xd88a], .mx-4[b-yug73xd88a] {
    margin-left: 1.5rem !important
}

.m-5[b-yug73xd88a] {
    margin: 3rem !important
}

.mt-5[b-yug73xd88a], .my-5[b-yug73xd88a] {
    margin-top: 3rem !important
}

.mr-5[b-yug73xd88a], .mx-5[b-yug73xd88a] {
    margin-right: 3rem !important
}

.mb-5[b-yug73xd88a], .my-5[b-yug73xd88a] {
    margin-bottom: 3rem !important
}

.ml-5[b-yug73xd88a], .mx-5[b-yug73xd88a] {
    margin-left: 3rem !important
}

.p-0[b-yug73xd88a] {
    padding: 0 !important
}

.pt-0[b-yug73xd88a], .py-0[b-yug73xd88a] {
    padding-top: 0 !important
}

.pr-0[b-yug73xd88a], .px-0[b-yug73xd88a] {
    padding-right: 0 !important
}

.pb-0[b-yug73xd88a], .py-0[b-yug73xd88a] {
    padding-bottom: 0 !important
}

.pl-0[b-yug73xd88a], .px-0[b-yug73xd88a] {
    padding-left: 0 !important
}

.p-1[b-yug73xd88a] {
    padding: .25rem !important
}

.pt-1[b-yug73xd88a], .py-1[b-yug73xd88a] {
    padding-top: .25rem !important
}

.pr-1[b-yug73xd88a], .px-1[b-yug73xd88a] {
    padding-right: .25rem !important
}

.pb-1[b-yug73xd88a], .py-1[b-yug73xd88a] {
    padding-bottom: .25rem !important
}

.pl-1[b-yug73xd88a], .px-1[b-yug73xd88a] {
    padding-left: .25rem !important
}

.p-2[b-yug73xd88a] {
    padding: .5rem !important
}

.pt-2[b-yug73xd88a], .py-2[b-yug73xd88a] {
    padding-top: .5rem !important
}

.pr-2[b-yug73xd88a], .px-2[b-yug73xd88a] {
    padding-right: .5rem !important
}

.pb-2[b-yug73xd88a], .py-2[b-yug73xd88a] {
    padding-bottom: .5rem !important
}

.pl-2[b-yug73xd88a], .px-2[b-yug73xd88a] {
    padding-left: .5rem !important
}

.p-3[b-yug73xd88a] {
    padding: 1rem !important
}

.pt-3[b-yug73xd88a], .py-3[b-yug73xd88a] {
    padding-top: 1rem !important
}

.pr-3[b-yug73xd88a], .px-3[b-yug73xd88a] {
    padding-right: 1rem !important
}

.pb-3[b-yug73xd88a], .py-3[b-yug73xd88a] {
    padding-bottom: 1rem !important
}

.pl-3[b-yug73xd88a], .px-3[b-yug73xd88a] {
    padding-left: 1rem !important
}

.p-4[b-yug73xd88a] {
    padding: 1.5rem !important
}

.pt-4[b-yug73xd88a], .py-4[b-yug73xd88a] {
    padding-top: 1.5rem !important
}

.pr-4[b-yug73xd88a], .px-4[b-yug73xd88a] {
    padding-right: 1.5rem !important
}

.pb-4[b-yug73xd88a], .py-4[b-yug73xd88a] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-yug73xd88a], .px-4[b-yug73xd88a] {
    padding-left: 1.5rem !important
}

.p-5[b-yug73xd88a] {
    padding: 3rem !important
}

.pt-5[b-yug73xd88a], .py-5[b-yug73xd88a] {
    padding-top: 3rem !important
}

.pr-5[b-yug73xd88a], .px-5[b-yug73xd88a] {
    padding-right: 3rem !important
}

.pb-5[b-yug73xd88a], .py-5[b-yug73xd88a] {
    padding-bottom: 3rem !important
}

.pl-5[b-yug73xd88a], .px-5[b-yug73xd88a] {
    padding-left: 3rem !important
}

.m-n1[b-yug73xd88a] {
    margin: -.25rem !important
}

.mt-n1[b-yug73xd88a], .my-n1[b-yug73xd88a] {
    margin-top: -.25rem !important
}

.mr-n1[b-yug73xd88a], .mx-n1[b-yug73xd88a] {
    margin-right: -.25rem !important
}

.mb-n1[b-yug73xd88a], .my-n1[b-yug73xd88a] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-yug73xd88a], .mx-n1[b-yug73xd88a] {
    margin-left: -.25rem !important
}

.m-n2[b-yug73xd88a] {
    margin: -.5rem !important
}

.mt-n2[b-yug73xd88a], .my-n2[b-yug73xd88a] {
    margin-top: -.5rem !important
}

.mr-n2[b-yug73xd88a], .mx-n2[b-yug73xd88a] {
    margin-right: -.5rem !important
}

.mb-n2[b-yug73xd88a], .my-n2[b-yug73xd88a] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-yug73xd88a], .mx-n2[b-yug73xd88a] {
    margin-left: -.5rem !important
}

.m-n3[b-yug73xd88a] {
    margin: -1rem !important
}

.mt-n3[b-yug73xd88a], .my-n3[b-yug73xd88a] {
    margin-top: -1rem !important
}

.mr-n3[b-yug73xd88a], .mx-n3[b-yug73xd88a] {
    margin-right: -1rem !important
}

.mb-n3[b-yug73xd88a], .my-n3[b-yug73xd88a] {
    margin-bottom: -1rem !important
}

.ml-n3[b-yug73xd88a], .mx-n3[b-yug73xd88a] {
    margin-left: -1rem !important
}

.m-n4[b-yug73xd88a] {
    margin: -1.5rem !important
}

.mt-n4[b-yug73xd88a], .my-n4[b-yug73xd88a] {
    margin-top: -1.5rem !important
}

.mr-n4[b-yug73xd88a], .mx-n4[b-yug73xd88a] {
    margin-right: -1.5rem !important
}

.mb-n4[b-yug73xd88a], .my-n4[b-yug73xd88a] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-yug73xd88a], .mx-n4[b-yug73xd88a] {
    margin-left: -1.5rem !important
}

.m-n5[b-yug73xd88a] {
    margin: -3rem !important
}

.mt-n5[b-yug73xd88a], .my-n5[b-yug73xd88a] {
    margin-top: -3rem !important
}

.mr-n5[b-yug73xd88a], .mx-n5[b-yug73xd88a] {
    margin-right: -3rem !important
}

.mb-n5[b-yug73xd88a], .my-n5[b-yug73xd88a] {
    margin-bottom: -3rem !important
}

.ml-n5[b-yug73xd88a], .mx-n5[b-yug73xd88a] {
    margin-left: -3rem !important
}

.m-auto[b-yug73xd88a] {
    margin: auto !important
}

.mt-auto[b-yug73xd88a], .my-auto[b-yug73xd88a] {
    margin-top: auto !important
}

.mr-auto[b-yug73xd88a], .mx-auto[b-yug73xd88a] {
    margin-right: auto !important
}

.mb-auto[b-yug73xd88a], .my-auto[b-yug73xd88a] {
    margin-bottom: auto !important
}

.ml-auto[b-yug73xd88a], .mx-auto[b-yug73xd88a] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-yug73xd88a] {
        margin: 0 !important
    }

    .mt-sm-0[b-yug73xd88a], .my-sm-0[b-yug73xd88a] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-yug73xd88a], .mx-sm-0[b-yug73xd88a] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-yug73xd88a], .my-sm-0[b-yug73xd88a] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-yug73xd88a], .mx-sm-0[b-yug73xd88a] {
        margin-left: 0 !important
    }

    .m-sm-1[b-yug73xd88a] {
        margin: .25rem !important
    }

    .mt-sm-1[b-yug73xd88a], .my-sm-1[b-yug73xd88a] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-yug73xd88a], .mx-sm-1[b-yug73xd88a] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-yug73xd88a], .my-sm-1[b-yug73xd88a] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-yug73xd88a], .mx-sm-1[b-yug73xd88a] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-yug73xd88a] {
        margin: .5rem !important
    }

    .mt-sm-2[b-yug73xd88a], .my-sm-2[b-yug73xd88a] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-yug73xd88a], .mx-sm-2[b-yug73xd88a] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-yug73xd88a], .my-sm-2[b-yug73xd88a] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-yug73xd88a], .mx-sm-2[b-yug73xd88a] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-yug73xd88a] {
        margin: 1rem !important
    }

    .mt-sm-3[b-yug73xd88a], .my-sm-3[b-yug73xd88a] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-yug73xd88a], .mx-sm-3[b-yug73xd88a] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-yug73xd88a], .my-sm-3[b-yug73xd88a] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-yug73xd88a], .mx-sm-3[b-yug73xd88a] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-yug73xd88a] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-yug73xd88a], .my-sm-4[b-yug73xd88a] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-yug73xd88a], .mx-sm-4[b-yug73xd88a] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-yug73xd88a], .my-sm-4[b-yug73xd88a] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-yug73xd88a], .mx-sm-4[b-yug73xd88a] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-yug73xd88a] {
        margin: 3rem !important
    }

    .mt-sm-5[b-yug73xd88a], .my-sm-5[b-yug73xd88a] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-yug73xd88a], .mx-sm-5[b-yug73xd88a] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-yug73xd88a], .my-sm-5[b-yug73xd88a] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-yug73xd88a], .mx-sm-5[b-yug73xd88a] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-yug73xd88a] {
        padding: 0 !important
    }

    .pt-sm-0[b-yug73xd88a], .py-sm-0[b-yug73xd88a] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-yug73xd88a], .px-sm-0[b-yug73xd88a] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-yug73xd88a], .py-sm-0[b-yug73xd88a] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-yug73xd88a], .px-sm-0[b-yug73xd88a] {
        padding-left: 0 !important
    }

    .p-sm-1[b-yug73xd88a] {
        padding: .25rem !important
    }

    .pt-sm-1[b-yug73xd88a], .py-sm-1[b-yug73xd88a] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-yug73xd88a], .px-sm-1[b-yug73xd88a] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-yug73xd88a], .py-sm-1[b-yug73xd88a] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-yug73xd88a], .px-sm-1[b-yug73xd88a] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-yug73xd88a] {
        padding: .5rem !important
    }

    .pt-sm-2[b-yug73xd88a], .py-sm-2[b-yug73xd88a] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-yug73xd88a], .px-sm-2[b-yug73xd88a] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-yug73xd88a], .py-sm-2[b-yug73xd88a] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-yug73xd88a], .px-sm-2[b-yug73xd88a] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-yug73xd88a] {
        padding: 1rem !important
    }

    .pt-sm-3[b-yug73xd88a], .py-sm-3[b-yug73xd88a] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-yug73xd88a], .px-sm-3[b-yug73xd88a] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-yug73xd88a], .py-sm-3[b-yug73xd88a] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-yug73xd88a], .px-sm-3[b-yug73xd88a] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-yug73xd88a] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-yug73xd88a], .py-sm-4[b-yug73xd88a] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-yug73xd88a], .px-sm-4[b-yug73xd88a] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-yug73xd88a], .py-sm-4[b-yug73xd88a] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-yug73xd88a], .px-sm-4[b-yug73xd88a] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-yug73xd88a] {
        padding: 3rem !important
    }

    .pt-sm-5[b-yug73xd88a], .py-sm-5[b-yug73xd88a] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-yug73xd88a], .px-sm-5[b-yug73xd88a] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-yug73xd88a], .py-sm-5[b-yug73xd88a] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-yug73xd88a], .px-sm-5[b-yug73xd88a] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-yug73xd88a] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-yug73xd88a], .my-sm-n1[b-yug73xd88a] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-yug73xd88a], .mx-sm-n1[b-yug73xd88a] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-yug73xd88a], .my-sm-n1[b-yug73xd88a] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-yug73xd88a], .mx-sm-n1[b-yug73xd88a] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-yug73xd88a] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-yug73xd88a], .my-sm-n2[b-yug73xd88a] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-yug73xd88a], .mx-sm-n2[b-yug73xd88a] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-yug73xd88a], .my-sm-n2[b-yug73xd88a] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-yug73xd88a], .mx-sm-n2[b-yug73xd88a] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-yug73xd88a] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-yug73xd88a], .my-sm-n3[b-yug73xd88a] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-yug73xd88a], .mx-sm-n3[b-yug73xd88a] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-yug73xd88a], .my-sm-n3[b-yug73xd88a] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-yug73xd88a], .mx-sm-n3[b-yug73xd88a] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-yug73xd88a] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-yug73xd88a], .my-sm-n4[b-yug73xd88a] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-yug73xd88a], .mx-sm-n4[b-yug73xd88a] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-yug73xd88a], .my-sm-n4[b-yug73xd88a] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-yug73xd88a], .mx-sm-n4[b-yug73xd88a] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-yug73xd88a] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-yug73xd88a], .my-sm-n5[b-yug73xd88a] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-yug73xd88a], .mx-sm-n5[b-yug73xd88a] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-yug73xd88a], .my-sm-n5[b-yug73xd88a] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-yug73xd88a], .mx-sm-n5[b-yug73xd88a] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-yug73xd88a] {
        margin: auto !important
    }

    .mt-sm-auto[b-yug73xd88a], .my-sm-auto[b-yug73xd88a] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-yug73xd88a], .mx-sm-auto[b-yug73xd88a] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-yug73xd88a], .my-sm-auto[b-yug73xd88a] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-yug73xd88a], .mx-sm-auto[b-yug73xd88a] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-yug73xd88a] {
        margin: 0 !important
    }

    .mt-md-0[b-yug73xd88a], .my-md-0[b-yug73xd88a] {
        margin-top: 0 !important
    }

    .mr-md-0[b-yug73xd88a], .mx-md-0[b-yug73xd88a] {
        margin-right: 0 !important
    }

    .mb-md-0[b-yug73xd88a], .my-md-0[b-yug73xd88a] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-yug73xd88a], .mx-md-0[b-yug73xd88a] {
        margin-left: 0 !important
    }

    .m-md-1[b-yug73xd88a] {
        margin: .25rem !important
    }

    .mt-md-1[b-yug73xd88a], .my-md-1[b-yug73xd88a] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-yug73xd88a], .mx-md-1[b-yug73xd88a] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-yug73xd88a], .my-md-1[b-yug73xd88a] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-yug73xd88a], .mx-md-1[b-yug73xd88a] {
        margin-left: .25rem !important
    }

    .m-md-2[b-yug73xd88a] {
        margin: .5rem !important
    }

    .mt-md-2[b-yug73xd88a], .my-md-2[b-yug73xd88a] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-yug73xd88a], .mx-md-2[b-yug73xd88a] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-yug73xd88a], .my-md-2[b-yug73xd88a] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-yug73xd88a], .mx-md-2[b-yug73xd88a] {
        margin-left: .5rem !important
    }

    .m-md-3[b-yug73xd88a] {
        margin: 1rem !important
    }

    .mt-md-3[b-yug73xd88a], .my-md-3[b-yug73xd88a] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-yug73xd88a], .mx-md-3[b-yug73xd88a] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-yug73xd88a], .my-md-3[b-yug73xd88a] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-yug73xd88a], .mx-md-3[b-yug73xd88a] {
        margin-left: 1rem !important
    }

    .m-md-4[b-yug73xd88a] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-yug73xd88a], .my-md-4[b-yug73xd88a] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-yug73xd88a], .mx-md-4[b-yug73xd88a] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-yug73xd88a], .my-md-4[b-yug73xd88a] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-yug73xd88a], .mx-md-4[b-yug73xd88a] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-yug73xd88a] {
        margin: 3rem !important
    }

    .mt-md-5[b-yug73xd88a], .my-md-5[b-yug73xd88a] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-yug73xd88a], .mx-md-5[b-yug73xd88a] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-yug73xd88a], .my-md-5[b-yug73xd88a] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-yug73xd88a], .mx-md-5[b-yug73xd88a] {
        margin-left: 3rem !important
    }

    .p-md-0[b-yug73xd88a] {
        padding: 0 !important
    }

    .pt-md-0[b-yug73xd88a], .py-md-0[b-yug73xd88a] {
        padding-top: 0 !important
    }

    .pr-md-0[b-yug73xd88a], .px-md-0[b-yug73xd88a] {
        padding-right: 0 !important
    }

    .pb-md-0[b-yug73xd88a], .py-md-0[b-yug73xd88a] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-yug73xd88a], .px-md-0[b-yug73xd88a] {
        padding-left: 0 !important
    }

    .p-md-1[b-yug73xd88a] {
        padding: .25rem !important
    }

    .pt-md-1[b-yug73xd88a], .py-md-1[b-yug73xd88a] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-yug73xd88a], .px-md-1[b-yug73xd88a] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-yug73xd88a], .py-md-1[b-yug73xd88a] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-yug73xd88a], .px-md-1[b-yug73xd88a] {
        padding-left: .25rem !important
    }

    .p-md-2[b-yug73xd88a] {
        padding: .5rem !important
    }

    .pt-md-2[b-yug73xd88a], .py-md-2[b-yug73xd88a] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-yug73xd88a], .px-md-2[b-yug73xd88a] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-yug73xd88a], .py-md-2[b-yug73xd88a] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-yug73xd88a], .px-md-2[b-yug73xd88a] {
        padding-left: .5rem !important
    }

    .p-md-3[b-yug73xd88a] {
        padding: 1rem !important
    }

    .pt-md-3[b-yug73xd88a], .py-md-3[b-yug73xd88a] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-yug73xd88a], .px-md-3[b-yug73xd88a] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-yug73xd88a], .py-md-3[b-yug73xd88a] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-yug73xd88a], .px-md-3[b-yug73xd88a] {
        padding-left: 1rem !important
    }

    .p-md-4[b-yug73xd88a] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-yug73xd88a], .py-md-4[b-yug73xd88a] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-yug73xd88a], .px-md-4[b-yug73xd88a] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-yug73xd88a], .py-md-4[b-yug73xd88a] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-yug73xd88a], .px-md-4[b-yug73xd88a] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-yug73xd88a] {
        padding: 3rem !important
    }

    .pt-md-5[b-yug73xd88a], .py-md-5[b-yug73xd88a] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-yug73xd88a], .px-md-5[b-yug73xd88a] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-yug73xd88a], .py-md-5[b-yug73xd88a] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-yug73xd88a], .px-md-5[b-yug73xd88a] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-yug73xd88a] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-yug73xd88a], .my-md-n1[b-yug73xd88a] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-yug73xd88a], .mx-md-n1[b-yug73xd88a] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-yug73xd88a], .my-md-n1[b-yug73xd88a] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-yug73xd88a], .mx-md-n1[b-yug73xd88a] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-yug73xd88a] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-yug73xd88a], .my-md-n2[b-yug73xd88a] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-yug73xd88a], .mx-md-n2[b-yug73xd88a] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-yug73xd88a], .my-md-n2[b-yug73xd88a] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-yug73xd88a], .mx-md-n2[b-yug73xd88a] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-yug73xd88a] {
        margin: -1rem !important
    }

    .mt-md-n3[b-yug73xd88a], .my-md-n3[b-yug73xd88a] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-yug73xd88a], .mx-md-n3[b-yug73xd88a] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-yug73xd88a], .my-md-n3[b-yug73xd88a] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-yug73xd88a], .mx-md-n3[b-yug73xd88a] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-yug73xd88a] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-yug73xd88a], .my-md-n4[b-yug73xd88a] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-yug73xd88a], .mx-md-n4[b-yug73xd88a] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-yug73xd88a], .my-md-n4[b-yug73xd88a] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-yug73xd88a], .mx-md-n4[b-yug73xd88a] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-yug73xd88a] {
        margin: -3rem !important
    }

    .mt-md-n5[b-yug73xd88a], .my-md-n5[b-yug73xd88a] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-yug73xd88a], .mx-md-n5[b-yug73xd88a] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-yug73xd88a], .my-md-n5[b-yug73xd88a] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-yug73xd88a], .mx-md-n5[b-yug73xd88a] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-yug73xd88a] {
        margin: auto !important
    }

    .mt-md-auto[b-yug73xd88a], .my-md-auto[b-yug73xd88a] {
        margin-top: auto !important
    }

    .mr-md-auto[b-yug73xd88a], .mx-md-auto[b-yug73xd88a] {
        margin-right: auto !important
    }

    .mb-md-auto[b-yug73xd88a], .my-md-auto[b-yug73xd88a] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-yug73xd88a], .mx-md-auto[b-yug73xd88a] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-yug73xd88a] {
        margin: 0 !important
    }

    .mt-lg-0[b-yug73xd88a], .my-lg-0[b-yug73xd88a] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-yug73xd88a], .mx-lg-0[b-yug73xd88a] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-yug73xd88a], .my-lg-0[b-yug73xd88a] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-yug73xd88a], .mx-lg-0[b-yug73xd88a] {
        margin-left: 0 !important
    }

    .m-lg-1[b-yug73xd88a] {
        margin: .25rem !important
    }

    .mt-lg-1[b-yug73xd88a], .my-lg-1[b-yug73xd88a] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-yug73xd88a], .mx-lg-1[b-yug73xd88a] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-yug73xd88a], .my-lg-1[b-yug73xd88a] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-yug73xd88a], .mx-lg-1[b-yug73xd88a] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-yug73xd88a] {
        margin: .5rem !important
    }

    .mt-lg-2[b-yug73xd88a], .my-lg-2[b-yug73xd88a] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-yug73xd88a], .mx-lg-2[b-yug73xd88a] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-yug73xd88a], .my-lg-2[b-yug73xd88a] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-yug73xd88a], .mx-lg-2[b-yug73xd88a] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-yug73xd88a] {
        margin: 1rem !important
    }

    .mt-lg-3[b-yug73xd88a], .my-lg-3[b-yug73xd88a] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-yug73xd88a], .mx-lg-3[b-yug73xd88a] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-yug73xd88a], .my-lg-3[b-yug73xd88a] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-yug73xd88a], .mx-lg-3[b-yug73xd88a] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-yug73xd88a] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-yug73xd88a], .my-lg-4[b-yug73xd88a] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-yug73xd88a], .mx-lg-4[b-yug73xd88a] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-yug73xd88a], .my-lg-4[b-yug73xd88a] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-yug73xd88a], .mx-lg-4[b-yug73xd88a] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-yug73xd88a] {
        margin: 3rem !important
    }

    .mt-lg-5[b-yug73xd88a], .my-lg-5[b-yug73xd88a] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-yug73xd88a], .mx-lg-5[b-yug73xd88a] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-yug73xd88a], .my-lg-5[b-yug73xd88a] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-yug73xd88a], .mx-lg-5[b-yug73xd88a] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-yug73xd88a] {
        padding: 0 !important
    }

    .pt-lg-0[b-yug73xd88a], .py-lg-0[b-yug73xd88a] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-yug73xd88a], .px-lg-0[b-yug73xd88a] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-yug73xd88a], .py-lg-0[b-yug73xd88a] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-yug73xd88a], .px-lg-0[b-yug73xd88a] {
        padding-left: 0 !important
    }

    .p-lg-1[b-yug73xd88a] {
        padding: .25rem !important
    }

    .pt-lg-1[b-yug73xd88a], .py-lg-1[b-yug73xd88a] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-yug73xd88a], .px-lg-1[b-yug73xd88a] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-yug73xd88a], .py-lg-1[b-yug73xd88a] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-yug73xd88a], .px-lg-1[b-yug73xd88a] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-yug73xd88a] {
        padding: .5rem !important
    }

    .pt-lg-2[b-yug73xd88a], .py-lg-2[b-yug73xd88a] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-yug73xd88a], .px-lg-2[b-yug73xd88a] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-yug73xd88a], .py-lg-2[b-yug73xd88a] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-yug73xd88a], .px-lg-2[b-yug73xd88a] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-yug73xd88a] {
        padding: 1rem !important
    }

    .pt-lg-3[b-yug73xd88a], .py-lg-3[b-yug73xd88a] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-yug73xd88a], .px-lg-3[b-yug73xd88a] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-yug73xd88a], .py-lg-3[b-yug73xd88a] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-yug73xd88a], .px-lg-3[b-yug73xd88a] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-yug73xd88a] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-yug73xd88a], .py-lg-4[b-yug73xd88a] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-yug73xd88a], .px-lg-4[b-yug73xd88a] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-yug73xd88a], .py-lg-4[b-yug73xd88a] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-yug73xd88a], .px-lg-4[b-yug73xd88a] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-yug73xd88a] {
        padding: 3rem !important
    }

    .pt-lg-5[b-yug73xd88a], .py-lg-5[b-yug73xd88a] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-yug73xd88a], .px-lg-5[b-yug73xd88a] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-yug73xd88a], .py-lg-5[b-yug73xd88a] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-yug73xd88a], .px-lg-5[b-yug73xd88a] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-yug73xd88a] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-yug73xd88a], .my-lg-n1[b-yug73xd88a] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-yug73xd88a], .mx-lg-n1[b-yug73xd88a] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-yug73xd88a], .my-lg-n1[b-yug73xd88a] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-yug73xd88a], .mx-lg-n1[b-yug73xd88a] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-yug73xd88a] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-yug73xd88a], .my-lg-n2[b-yug73xd88a] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-yug73xd88a], .mx-lg-n2[b-yug73xd88a] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-yug73xd88a], .my-lg-n2[b-yug73xd88a] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-yug73xd88a], .mx-lg-n2[b-yug73xd88a] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-yug73xd88a] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-yug73xd88a], .my-lg-n3[b-yug73xd88a] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-yug73xd88a], .mx-lg-n3[b-yug73xd88a] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-yug73xd88a], .my-lg-n3[b-yug73xd88a] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-yug73xd88a], .mx-lg-n3[b-yug73xd88a] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-yug73xd88a] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-yug73xd88a], .my-lg-n4[b-yug73xd88a] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-yug73xd88a], .mx-lg-n4[b-yug73xd88a] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-yug73xd88a], .my-lg-n4[b-yug73xd88a] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-yug73xd88a], .mx-lg-n4[b-yug73xd88a] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-yug73xd88a] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-yug73xd88a], .my-lg-n5[b-yug73xd88a] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-yug73xd88a], .mx-lg-n5[b-yug73xd88a] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-yug73xd88a], .my-lg-n5[b-yug73xd88a] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-yug73xd88a], .mx-lg-n5[b-yug73xd88a] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-yug73xd88a] {
        margin: auto !important
    }

    .mt-lg-auto[b-yug73xd88a], .my-lg-auto[b-yug73xd88a] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-yug73xd88a], .mx-lg-auto[b-yug73xd88a] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-yug73xd88a], .my-lg-auto[b-yug73xd88a] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-yug73xd88a], .mx-lg-auto[b-yug73xd88a] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-yug73xd88a] {
        margin: 0 !important
    }

    .mt-xl-0[b-yug73xd88a], .my-xl-0[b-yug73xd88a] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-yug73xd88a], .mx-xl-0[b-yug73xd88a] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-yug73xd88a], .my-xl-0[b-yug73xd88a] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-yug73xd88a], .mx-xl-0[b-yug73xd88a] {
        margin-left: 0 !important
    }

    .m-xl-1[b-yug73xd88a] {
        margin: .25rem !important
    }

    .mt-xl-1[b-yug73xd88a], .my-xl-1[b-yug73xd88a] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-yug73xd88a], .mx-xl-1[b-yug73xd88a] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-yug73xd88a], .my-xl-1[b-yug73xd88a] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-yug73xd88a], .mx-xl-1[b-yug73xd88a] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-yug73xd88a] {
        margin: .5rem !important
    }

    .mt-xl-2[b-yug73xd88a], .my-xl-2[b-yug73xd88a] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-yug73xd88a], .mx-xl-2[b-yug73xd88a] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-yug73xd88a], .my-xl-2[b-yug73xd88a] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-yug73xd88a], .mx-xl-2[b-yug73xd88a] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-yug73xd88a] {
        margin: 1rem !important
    }

    .mt-xl-3[b-yug73xd88a], .my-xl-3[b-yug73xd88a] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-yug73xd88a], .mx-xl-3[b-yug73xd88a] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-yug73xd88a], .my-xl-3[b-yug73xd88a] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-yug73xd88a], .mx-xl-3[b-yug73xd88a] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-yug73xd88a] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-yug73xd88a], .my-xl-4[b-yug73xd88a] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-yug73xd88a], .mx-xl-4[b-yug73xd88a] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-yug73xd88a], .my-xl-4[b-yug73xd88a] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-yug73xd88a], .mx-xl-4[b-yug73xd88a] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-yug73xd88a] {
        margin: 3rem !important
    }

    .mt-xl-5[b-yug73xd88a], .my-xl-5[b-yug73xd88a] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-yug73xd88a], .mx-xl-5[b-yug73xd88a] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-yug73xd88a], .my-xl-5[b-yug73xd88a] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-yug73xd88a], .mx-xl-5[b-yug73xd88a] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-yug73xd88a] {
        padding: 0 !important
    }

    .pt-xl-0[b-yug73xd88a], .py-xl-0[b-yug73xd88a] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-yug73xd88a], .px-xl-0[b-yug73xd88a] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-yug73xd88a], .py-xl-0[b-yug73xd88a] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-yug73xd88a], .px-xl-0[b-yug73xd88a] {
        padding-left: 0 !important
    }

    .p-xl-1[b-yug73xd88a] {
        padding: .25rem !important
    }

    .pt-xl-1[b-yug73xd88a], .py-xl-1[b-yug73xd88a] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-yug73xd88a], .px-xl-1[b-yug73xd88a] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-yug73xd88a], .py-xl-1[b-yug73xd88a] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-yug73xd88a], .px-xl-1[b-yug73xd88a] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-yug73xd88a] {
        padding: .5rem !important
    }

    .pt-xl-2[b-yug73xd88a], .py-xl-2[b-yug73xd88a] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-yug73xd88a], .px-xl-2[b-yug73xd88a] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-yug73xd88a], .py-xl-2[b-yug73xd88a] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-yug73xd88a], .px-xl-2[b-yug73xd88a] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-yug73xd88a] {
        padding: 1rem !important
    }

    .pt-xl-3[b-yug73xd88a], .py-xl-3[b-yug73xd88a] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-yug73xd88a], .px-xl-3[b-yug73xd88a] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-yug73xd88a], .py-xl-3[b-yug73xd88a] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-yug73xd88a], .px-xl-3[b-yug73xd88a] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-yug73xd88a] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-yug73xd88a], .py-xl-4[b-yug73xd88a] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-yug73xd88a], .px-xl-4[b-yug73xd88a] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-yug73xd88a], .py-xl-4[b-yug73xd88a] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-yug73xd88a], .px-xl-4[b-yug73xd88a] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-yug73xd88a] {
        padding: 3rem !important
    }

    .pt-xl-5[b-yug73xd88a], .py-xl-5[b-yug73xd88a] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-yug73xd88a], .px-xl-5[b-yug73xd88a] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-yug73xd88a], .py-xl-5[b-yug73xd88a] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-yug73xd88a], .px-xl-5[b-yug73xd88a] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-yug73xd88a] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-yug73xd88a], .my-xl-n1[b-yug73xd88a] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-yug73xd88a], .mx-xl-n1[b-yug73xd88a] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-yug73xd88a], .my-xl-n1[b-yug73xd88a] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-yug73xd88a], .mx-xl-n1[b-yug73xd88a] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-yug73xd88a] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-yug73xd88a], .my-xl-n2[b-yug73xd88a] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-yug73xd88a], .mx-xl-n2[b-yug73xd88a] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-yug73xd88a], .my-xl-n2[b-yug73xd88a] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-yug73xd88a], .mx-xl-n2[b-yug73xd88a] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-yug73xd88a] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-yug73xd88a], .my-xl-n3[b-yug73xd88a] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-yug73xd88a], .mx-xl-n3[b-yug73xd88a] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-yug73xd88a], .my-xl-n3[b-yug73xd88a] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-yug73xd88a], .mx-xl-n3[b-yug73xd88a] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-yug73xd88a] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-yug73xd88a], .my-xl-n4[b-yug73xd88a] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-yug73xd88a], .mx-xl-n4[b-yug73xd88a] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-yug73xd88a], .my-xl-n4[b-yug73xd88a] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-yug73xd88a], .mx-xl-n4[b-yug73xd88a] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-yug73xd88a] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-yug73xd88a], .my-xl-n5[b-yug73xd88a] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-yug73xd88a], .mx-xl-n5[b-yug73xd88a] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-yug73xd88a], .my-xl-n5[b-yug73xd88a] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-yug73xd88a], .mx-xl-n5[b-yug73xd88a] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-yug73xd88a] {
        margin: auto !important
    }

    .mt-xl-auto[b-yug73xd88a], .my-xl-auto[b-yug73xd88a] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-yug73xd88a], .mx-xl-auto[b-yug73xd88a] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-yug73xd88a], .my-xl-auto[b-yug73xd88a] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-yug73xd88a], .mx-xl-auto[b-yug73xd88a] {
        margin-left: auto !important
    }
}

.stretched-link[b-yug73xd88a]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-yug73xd88a] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-yug73xd88a] {
    text-align: justify !important
}

.text-wrap[b-yug73xd88a] {
    white-space: normal !important
}

.text-nowrap[b-yug73xd88a] {
    white-space: nowrap !important
}

.text-truncate[b-yug73xd88a] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-yug73xd88a] {
    text-align: left !important
}

.text-right[b-yug73xd88a] {
    text-align: right !important
}

.text-center[b-yug73xd88a] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-yug73xd88a] {
        text-align: left !important
    }

    .text-sm-right[b-yug73xd88a] {
        text-align: right !important
    }

    .text-sm-center[b-yug73xd88a] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-yug73xd88a] {
        text-align: left !important
    }

    .text-md-right[b-yug73xd88a] {
        text-align: right !important
    }

    .text-md-center[b-yug73xd88a] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-yug73xd88a] {
        text-align: left !important
    }

    .text-lg-right[b-yug73xd88a] {
        text-align: right !important
    }

    .text-lg-center[b-yug73xd88a] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-yug73xd88a] {
        text-align: left !important
    }

    .text-xl-right[b-yug73xd88a] {
        text-align: right !important
    }

    .text-xl-center[b-yug73xd88a] {
        text-align: center !important
    }
}

.text-lowercase[b-yug73xd88a] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-yug73xd88a], .sidebar .sidebar-heading[b-yug73xd88a], .text-uppercase[b-yug73xd88a] {
    text-transform: uppercase !important
}

.text-capitalize[b-yug73xd88a] {
    text-transform: capitalize !important
}

.font-weight-light[b-yug73xd88a] {
    font-weight: 300 !important
}

.font-weight-lighter[b-yug73xd88a] {
    font-weight: lighter !important
}

.font-weight-normal[b-yug73xd88a] {
    font-weight: 400 !important
}

.font-weight-bold[b-yug73xd88a] {
    font-weight: 700 !important
}

.font-weight-bolder[b-yug73xd88a] {
    font-weight: bolder !important
}

.font-italic[b-yug73xd88a] {
    font-style: italic !important
}

.text-white[b-yug73xd88a] {
    color: #fff !important
}

.text-primary[b-yug73xd88a] {
    color: #4e73df !important
}

a.text-primary:focus[b-yug73xd88a], a.text-primary:hover[b-yug73xd88a] {
    color: #224abe !important
}

.text-secondary[b-yug73xd88a] {
    color: #858796 !important
}

a.text-secondary:focus[b-yug73xd88a], a.text-secondary:hover[b-yug73xd88a] {
    color: #60616f !important
}

.text-success[b-yug73xd88a] {
    color: #1cc88a !important
}

a.text-success:focus[b-yug73xd88a], a.text-success:hover[b-yug73xd88a] {
    color: #13855c !important
}

.text-info[b-yug73xd88a] {
    color: #36b9cc !important
}

a.text-info:focus[b-yug73xd88a], a.text-info:hover[b-yug73xd88a] {
    color: #258391 !important
}

.text-warning[b-yug73xd88a] {
    color: #f6c23e !important
}

a.text-warning:focus[b-yug73xd88a], a.text-warning:hover[b-yug73xd88a] {
    color: #dda20a !important
}

.text-danger[b-yug73xd88a] {
    color: #e74a3b !important
}

a.text-danger:focus[b-yug73xd88a], a.text-danger:hover[b-yug73xd88a] {
    color: #be2617 !important
}

.text-light[b-yug73xd88a] {
    color: #f8f9fc !important
}

a.text-light:focus[b-yug73xd88a], a.text-light:hover[b-yug73xd88a] {
    color: #c2cbe5 !important
}

.text-dark[b-yug73xd88a] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-yug73xd88a], a.text-dark:hover[b-yug73xd88a] {
    color: #373840 !important
}

.text-body[b-yug73xd88a] {
    color: #858796 !important
}

.text-muted[b-yug73xd88a] {
    color: #858796 !important
}

.text-black-50[b-yug73xd88a] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-yug73xd88a] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-yug73xd88a] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-yug73xd88a] {
    text-decoration: none !important
}

.text-break[b-yug73xd88a] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-yug73xd88a] {
    color: inherit !important
}

.visible[b-yug73xd88a] {
    visibility: visible !important
}

.invisible[b-yug73xd88a] {
    visibility: hidden !important
}

@media print {
    *[b-yug73xd88a], [b-yug73xd88a]::after, [b-yug73xd88a]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-yug73xd88a] {
        text-decoration: underline
    }

    abbr[title][b-yug73xd88a]::after {
        content: " (" attr(title) ")"
    }

    pre[b-yug73xd88a] {
        white-space: pre-wrap !important
    }

    blockquote[b-yug73xd88a], pre[b-yug73xd88a] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }


    img[b-yug73xd88a], tr[b-yug73xd88a] {
        page-break-inside: avoid
    }

    h2[b-yug73xd88a], h3[b-yug73xd88a], p[b-yug73xd88a] {
        orphans: 3;
        widows: 3
    }

    h2[b-yug73xd88a], h3[b-yug73xd88a] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-yug73xd88a] {
        min-width: 992px !important
    }

    .container[b-yug73xd88a] {
        min-width: 992px !important
    }

    .navbar[b-yug73xd88a] {
        display: none
    }

    .badge[b-yug73xd88a] {
        border: 1px solid #000
    }
}

html[b-yug73xd88a] {
    position: relative;
    min-height: 100%
}

body[b-yug73xd88a] {
    height: 100%
}

a:focus[b-yug73xd88a] {
    outline: 0
}

#wrapper[b-yug73xd88a] {
    display: flex
}

    #wrapper #content-wrapper[b-yug73xd88a] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-yug73xd88a] {
            flex: 1 0 auto
        }

.container[b-yug73xd88a], .container-fluid[b-yug73xd88a], .container-lg[b-yug73xd88a], .container-md[b-yug73xd88a], .container-sm[b-yug73xd88a], .container-xl[b-yug73xd88a] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-yug73xd88a] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-yug73xd88a], .scroll-to-top:hover[b-yug73xd88a] {
        color: #fff
    }

    .scroll-to-top:hover[b-yug73xd88a] {
        background: #5a5c69
    }

    .scroll-to-top i[b-yug73xd88a] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-yug73xd88a {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-yug73xd88a], .sidebar .nav-item .collapse[b-yug73xd88a] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-yug73xd88a;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-yug73xd88a {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-yug73xd88a] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-yug73xd88a;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-yug73xd88a] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-yug73xd88a] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-yug73xd88a] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-yug73xd88a] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-yug73xd88a] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-yug73xd88a] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-yug73xd88a] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-yug73xd88a] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-yug73xd88a] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-yug73xd88a] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-yug73xd88a] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-yug73xd88a] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-yug73xd88a] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-yug73xd88a] {
    background-color: #858796 !important
}

.bg-gray-700[b-yug73xd88a] {
    background-color: #6e707e !important
}

.bg-gray-800[b-yug73xd88a] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-yug73xd88a] {
    background-color: #3a3b45 !important
}

.o-hidden[b-yug73xd88a] {
    overflow: hidden !important
}

.text-xs[b-yug73xd88a] {
    font-size: .7rem
}

.text-lg[b-yug73xd88a] {
    font-size: 1.2rem
}

.text-gray-100[b-yug73xd88a] {
    color: #f8f9fc !important
}

.text-gray-200[b-yug73xd88a] {
    color: #eaecf4 !important
}

.text-gray-300[b-yug73xd88a] {
    color: #dddfeb !important
}

.text-gray-400[b-yug73xd88a] {
    color: #d1d3e2 !important
}

.text-gray-500[b-yug73xd88a] {
    color: #b7b9cc !important
}

.text-gray-600[b-yug73xd88a] {
    color: #858796 !important
}

.text-gray-700[b-yug73xd88a] {
    color: #6e707e !important
}

.text-gray-800[b-yug73xd88a] {
    color: #5a5c69 !important
}

.text-gray-900[b-yug73xd88a] {
    color: #3a3b45 !important
}

.icon-circle[b-yug73xd88a] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-yug73xd88a] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-yug73xd88a] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-yug73xd88a] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-yug73xd88a] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-yug73xd88a] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-yug73xd88a] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-yug73xd88a] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-yug73xd88a] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-yug73xd88a] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-yug73xd88a] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-yug73xd88a] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-yug73xd88a] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-yug73xd88a] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-yug73xd88a] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-yug73xd88a] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-yug73xd88a] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-yug73xd88a] {
    height: .5rem
}

.rotate-15[b-yug73xd88a] {
    transform: rotate(15deg)
}

.rotate-n-15[b-yug73xd88a] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-yug73xd88a] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-yug73xd88a] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-yug73xd88a]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-yug73xd88a]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-yug73xd88a]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-yug73xd88a]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-yug73xd88a]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-yug73xd88a], .topbar .nav-item .nav-link[b-yug73xd88a] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-yug73xd88a], .topbar .nav-item .nav-link .badge-counter[b-yug73xd88a] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-yug73xd88a], .topbar .nav-item .nav-link .img-profile[b-yug73xd88a] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-yug73xd88a] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-yug73xd88a] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-yug73xd88a] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-yug73xd88a] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-yug73xd88a] {
        width: 25rem
    }

        .topbar .navbar-search input[b-yug73xd88a] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-yug73xd88a] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-yug73xd88a] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-yug73xd88a] {
            outline: 0
        }

    .topbar .nav-item:focus[b-yug73xd88a] {
        outline: 0
    }

    .topbar .dropdown[b-yug73xd88a] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-yug73xd88a] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-yug73xd88a] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-yug73xd88a] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-yug73xd88a] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-yug73xd88a] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-yug73xd88a] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-yug73xd88a] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-yug73xd88a] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-yug73xd88a] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-yug73xd88a] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-yug73xd88a] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-yug73xd88a] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-yug73xd88a] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-yug73xd88a] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-yug73xd88a] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-yug73xd88a] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-yug73xd88a] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-yug73xd88a] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-yug73xd88a] {
        color: #858796
    }

.sidebar[b-yug73xd88a] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-yug73xd88a] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-yug73xd88a] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-yug73xd88a] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-yug73xd88a] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-yug73xd88a] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-yug73xd88a] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-yug73xd88a] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-yug73xd88a] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-yug73xd88a], .sidebar .nav-item .collapsing .collapse-inner[b-yug73xd88a] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-yug73xd88a], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-yug73xd88a] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-yug73xd88a], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-yug73xd88a] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-yug73xd88a], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-yug73xd88a] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-yug73xd88a], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-yug73xd88a] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-yug73xd88a], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-yug73xd88a] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-yug73xd88a] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-yug73xd88a]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-yug73xd88a] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-yug73xd88a] {
            outline: 0
        }

    .sidebar.toggled[b-yug73xd88a] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-yug73xd88a]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-yug73xd88a] {
            display: none
        }

    .sidebar .sidebar-brand[b-yug73xd88a] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-yug73xd88a] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-yug73xd88a] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-yug73xd88a] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-yug73xd88a] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-yug73xd88a] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-yug73xd88a] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-yug73xd88a] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-yug73xd88a] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-yug73xd88a] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-yug73xd88a] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-yug73xd88a] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-yug73xd88a] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-yug73xd88a], .sidebar .nav-item .collapsing[b-yug73xd88a] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-yug73xd88a] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-yug73xd88a] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-yug73xd88a] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-yug73xd88a]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-yug73xd88a]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-yug73xd88a] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-yug73xd88a] {
            display: inline
        }

        .sidebar .sidebar-heading[b-yug73xd88a] {
            text-align: left
        }

        .sidebar.toggled[b-yug73xd88a] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-yug73xd88a] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-yug73xd88a;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-yug73xd88a] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-yug73xd88a] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-yug73xd88a], .sidebar.toggled .nav-item .collapsing[b-yug73xd88a] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-yug73xd88a] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-yug73xd88a] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-yug73xd88a] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-yug73xd88a] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-yug73xd88a]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-yug73xd88a] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-yug73xd88a] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-yug73xd88a] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-yug73xd88a] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-yug73xd88a] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-yug73xd88a] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-yug73xd88a] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-yug73xd88a] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-yug73xd88a], .sidebar-light .nav-item .nav-link:focus[b-yug73xd88a], .sidebar-light .nav-item .nav-link:hover[b-yug73xd88a] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-yug73xd88a], .sidebar-light .nav-item .nav-link:focus i[b-yug73xd88a], .sidebar-light .nav-item .nav-link:hover i[b-yug73xd88a] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-yug73xd88a]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-yug73xd88a] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-yug73xd88a] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-yug73xd88a] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-yug73xd88a]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-yug73xd88a] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-yug73xd88a] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-yug73xd88a] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-yug73xd88a] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-yug73xd88a] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-yug73xd88a] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-yug73xd88a], .sidebar-dark .nav-item .nav-link:focus[b-yug73xd88a], .sidebar-dark .nav-item .nav-link:hover[b-yug73xd88a] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-yug73xd88a], .sidebar-dark .nav-item .nav-link:focus i[b-yug73xd88a], .sidebar-dark .nav-item .nav-link:hover i[b-yug73xd88a] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-yug73xd88a]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-yug73xd88a] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-yug73xd88a] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-yug73xd88a] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-yug73xd88a]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-yug73xd88a] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-yug73xd88a]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-yug73xd88a] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-yug73xd88a], .btn-group-sm > .btn-circle.btn[b-yug73xd88a] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-yug73xd88a], .btn-group-lg > .btn-circle.btn[b-yug73xd88a] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-yug73xd88a] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-yug73xd88a] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-yug73xd88a] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-yug73xd88a], .btn-icon-split.btn-sm .icon[b-yug73xd88a] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-yug73xd88a], .btn-icon-split.btn-sm .text[b-yug73xd88a] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-yug73xd88a], .btn-icon-split.btn-lg .icon[b-yug73xd88a] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-yug73xd88a], .btn-icon-split.btn-lg .text[b-yug73xd88a] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-yug73xd88a] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-yug73xd88a] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-yug73xd88a] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-yug73xd88a]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-yug73xd88a] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-yug73xd88a]::after {
            content: '\f105'
        }

.chart-area[b-yug73xd88a] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-yug73xd88a] {
        height: 20rem
    }
}

.chart-bar[b-yug73xd88a] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-yug73xd88a] {
        height: 20rem
    }
}

.chart-pie[b-yug73xd88a] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-yug73xd88a] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-yug73xd88a] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-yug73xd88a] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-yug73xd88a] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-yug73xd88a] {
    line-height: 1.5rem
}

form.user .form-control-user[b-yug73xd88a] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-yug73xd88a] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-yug73xd88a] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-yug73xd88a], .btn-google:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-yug73xd88a], .btn-google:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-google:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-google.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-google:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-google.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-yug73xd88a] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-yug73xd88a] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-yug73xd88a], .btn-facebook:focus[b-yug73xd88a] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-yug73xd88a], .btn-facebook:disabled[b-yug73xd88a] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-yug73xd88a], .btn-facebook:not(:disabled):not(.disabled):active[b-yug73xd88a], .show > .btn-facebook.dropdown-toggle[b-yug73xd88a] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-yug73xd88a], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-yug73xd88a], .show > .btn-facebook.dropdown-toggle:focus[b-yug73xd88a] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-yug73xd88a] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-yug73xd88a {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-yug73xd88a]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-yug73xd88a 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-yug73xd88a {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-yug73xd88a]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-yug73xd88a 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-yug73xd88a] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-yug73xd88a] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-yug73xd88a] {
    width: 100%
}

/* CSS for custom confirm modal */
/* CSS for custom data approval modal */
.data-approval-modal[b-yug73xd88a] {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Higher than other elements */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Black with more opacity */
}

.data-approval-modal-content[b-yug73xd88a] {
    background-color: #fff;
    margin: 10% auto; /* 10% from the top and centered */
    padding: 40px;
    border: 2px solid #ccc;
    border-radius: 5px; /* Rounded corners */
    width: 50%; /* Adjust as per design requirements */
}

/* The Close Button - if you have one */
.data-approval-close-btn[b-yug73xd88a] {
    color: #666;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

    .data-approval-close-btn:hover[b-yug73xd88a],
    .data-approval-close-btn:focus[b-yug73xd88a] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.Show[b-yug73xd88a] {
    display: block; /* Shown */
}

.Hide[b-yug73xd88a] {
    display: none; /* Hidden */
}
/* _content/MalisanyaDashBlazor/Pages/Visualiser/AvancementDRACPN.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-5v8fowb89s], .nav-tabs .nav-link.active[b-5v8fowb89s] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-5v8fowb89s] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.button7[b-5v8fowb89s] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-5v8fowb89s] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-5v8fowb89s] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-5v8fowb89s] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-5v8fowb89s] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-5v8fowb89s] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
/* _content/MalisanyaDashBlazor/Pages/Visualiser/AvancementDRACPNappro.razor.rz.scp.css */
.divgrid[b-5fo3vitori] {
    width: 99%;
    height: 500px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.switch[b-5fo3vitori] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input[b-5fo3vitori] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-5fo3vitori] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-5fo3vitori]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-5fo3vitori] {
    background-color: #1cbd04;
}

input:focus + .slider[b-5fo3vitori] {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider[b-5fo3vitori]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-5fo3vitori] {
    border-radius: 34px;
}

    .slider.round[b-5fo3vitori]:before {
        border-radius: 50%;
    }


body[b-5fo3vitori] {
}

.button5[b-5fo3vitori] {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}

    .button5:hover[b-5fo3vitori] {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active[b-5fo3vitori] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divupdate[b-5fo3vitori] {
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mddfull[b-5fo3vitori] {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: 455px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-5fo3vitori] {
    width: 49%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divRight[b-5fo3vitori] {
    width: 49%;
    float: right;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

#variable[b-5fo3vitori] {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 2px;
}

input[type=text][b-5fo3vitori] {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 94%;
}

select[b-5fo3vitori] {
    background-color: #F8F8F8;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 95%;
}

.footerdiv[b-5fo3vitori] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: whitesmoke;
}

#variable td[b-5fo3vitori], #variable th[b-5fo3vitori] {
    border: 1px solid #ddd;
    padding: 8px;
}

#variable tr:nth-child(even)[b-5fo3vitori] {
    background-color: #f2f2f2;
}

#variable tr:hover[b-5fo3vitori] {
    background-color: #ddd;
}

#variable th[b-5fo3vitori] {
    border: 1px solid white;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5fddfa;
    color: white;
    border-radius: 2px;
}

.bottomdiv[b-5fo3vitori] {
    margin-top: -90px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.topmiddiv[b-5fo3vitori] {
    position: fixed;
    top: 46px;
    width: 99.9%;
    margin-left: 0.1%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */ /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root[b-5fo3vitori] {
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*[b-5fo3vitori], [b-5fo3vitori]::after, [b-5fo3vitori]::before {
    box-sizing: border-box
}

html[b-5fo3vitori] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-5fo3vitori], aside[b-5fo3vitori], figcaption[b-5fo3vitori], figure[b-5fo3vitori], footer[b-5fo3vitori], header[b-5fo3vitori], hgroup[b-5fo3vitori], main[b-5fo3vitori], nav[b-5fo3vitori], section[b-5fo3vitori] {
    display: block
}

body[b-5fo3vitori] {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible)[b-5fo3vitori] {
    outline: 0 !important
}

hr[b-5fo3vitori] {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-5fo3vitori], h2[b-5fo3vitori], h3[b-5fo3vitori], h4[b-5fo3vitori], h5[b-5fo3vitori], h6[b-5fo3vitori] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-5fo3vitori] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title][b-5fo3vitori], abbr[title][b-5fo3vitori] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address[b-5fo3vitori] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl[b-5fo3vitori], ol[b-5fo3vitori], ul[b-5fo3vitori] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-5fo3vitori], ol ul[b-5fo3vitori], ul ol[b-5fo3vitori], ul ul[b-5fo3vitori] {
        margin-bottom: 0
    }

dt[b-5fo3vitori] {
    font-weight: 700
}

dd[b-5fo3vitori] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-5fo3vitori] {
    margin: 0 0 1rem
}

b[b-5fo3vitori], strong[b-5fo3vitori] {
    font-weight: bolder
}

small[b-5fo3vitori] {
    font-size: 80%
}

sub[b-5fo3vitori], sup[b-5fo3vitori] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-5fo3vitori] {
    bottom: -.25em
}

sup[b-5fo3vitori] {
    top: -.5em
}

a[b-5fo3vitori] {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-5fo3vitori] {
        color: #224abe;
        text-decoration: underline
    }

    a:not([href]):not([class])[b-5fo3vitori] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover[b-5fo3vitori] {
            color: inherit;
            text-decoration: none
        }

code[b-5fo3vitori], kbd[b-5fo3vitori], pre[b-5fo3vitori], samp[b-5fo3vitori] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre[b-5fo3vitori] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure[b-5fo3vitori] {
    margin: 0 0 1rem
}

img[b-5fo3vitori] {
    vertical-align: middle;
    border-style: none
}

svg[b-5fo3vitori] {
    overflow: hidden;
    vertical-align: middle
}



caption[b-5fo3vitori] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom
}

th[b-5fo3vitori] {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label[b-5fo3vitori] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-5fo3vitori] {
    border-radius: 0
}

    button:focus:not(:focus-visible)[b-5fo3vitori] {
        outline: 0
    }

button[b-5fo3vitori], input[b-5fo3vitori], optgroup[b-5fo3vitori], select[b-5fo3vitori], textarea[b-5fo3vitori] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-5fo3vitori], input[b-5fo3vitori] {
    overflow: visible
}

button[b-5fo3vitori], select[b-5fo3vitori] {
    text-transform: none
}

[role=button][b-5fo3vitori] {
    cursor: pointer
}

select[b-5fo3vitori] {
    word-wrap: normal
}

[type=button][b-5fo3vitori], [type=reset][b-5fo3vitori], [type=submit][b-5fo3vitori], button[b-5fo3vitori] {
    -webkit-appearance: button
}

    [type=button]:not(:disabled)[b-5fo3vitori], [type=reset]:not(:disabled)[b-5fo3vitori], [type=submit]:not(:disabled)[b-5fo3vitori], button:not(:disabled)[b-5fo3vitori] {
        cursor: pointer
    }

    [type=button][b-5fo3vitori]::-moz-focus-inner, [type=reset][b-5fo3vitori]::-moz-focus-inner, [type=submit][b-5fo3vitori]::-moz-focus-inner, button[b-5fo3vitori]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox][b-5fo3vitori], input[type=radio][b-5fo3vitori] {
    box-sizing: border-box;
    padding: 0
}

textarea[b-5fo3vitori] {
    overflow: auto;
    resize: vertical
}

fieldset[b-5fo3vitori] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-5fo3vitori] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress[b-5fo3vitori] {
    vertical-align: baseline
}

[type=number][b-5fo3vitori]::-webkit-inner-spin-button, [type=number][b-5fo3vitori]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-5fo3vitori] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-5fo3vitori]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-5fo3vitori]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-5fo3vitori] {
    display: inline-block
}

summary[b-5fo3vitori] {
    display: list-item;
    cursor: pointer
}

template[b-5fo3vitori] {
    display: none
}

[hidden][b-5fo3vitori] {
    display: none !important
}

.h1[b-5fo3vitori], .h2[b-5fo3vitori], .h3[b-5fo3vitori], .h4[b-5fo3vitori], .h5[b-5fo3vitori], .h6[b-5fo3vitori], h1[b-5fo3vitori], h2[b-5fo3vitori], h3[b-5fo3vitori], h4[b-5fo3vitori], h5[b-5fo3vitori], h6[b-5fo3vitori] {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1[b-5fo3vitori], h1[b-5fo3vitori] {
    font-size: 2.5rem
}

.h2[b-5fo3vitori], h2[b-5fo3vitori] {
    font-size: 2rem
}

.h3[b-5fo3vitori], h3[b-5fo3vitori] {
    font-size: 1.75rem
}

.h4[b-5fo3vitori], h4[b-5fo3vitori] {
    font-size: 1.5rem
}

.h5[b-5fo3vitori], h5[b-5fo3vitori] {
    font-size: 1.25rem
}

.h6[b-5fo3vitori], h6[b-5fo3vitori] {
    font-size: 1rem
}

.lead[b-5fo3vitori] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-5fo3vitori] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-5fo3vitori] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-5fo3vitori] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-5fo3vitori] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-5fo3vitori] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small[b-5fo3vitori], small[b-5fo3vitori] {
    font-size: 80%;
    font-weight: 400
}

.mark[b-5fo3vitori], mark[b-5fo3vitori] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-5fo3vitori] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-5fo3vitori] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-5fo3vitori] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-5fo3vitori] {
        margin-right: .5rem
    }

.initialism[b-5fo3vitori] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-5fo3vitori] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-5fo3vitori] {
    display: block;
    font-size: 80%;
    color: #858796
}

    .blockquote-footer[b-5fo3vitori]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-5fo3vitori] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-5fo3vitori] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: .35rem;
    max-width: 100%;
    height: auto
}

.figure[b-5fo3vitori] {
    display: inline-block
}

.figure-img[b-5fo3vitori] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-5fo3vitori] {
    font-size: 90%;
    color: #858796
}

code[b-5fo3vitori] {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code[b-5fo3vitori] {
    color: inherit
}

kbd[b-5fo3vitori] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #3a3b45;
    border-radius: .2rem
}

    kbd kbd[b-5fo3vitori] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-5fo3vitori] {
    display: block;
    font-size: 87.5%;
    color: #3a3b45
}

    pre code[b-5fo3vitori] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-5fo3vitori] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-5fo3vitori], .container-fluid[b-5fo3vitori], .container-lg[b-5fo3vitori], .container-md[b-5fo3vitori], .container-sm[b-5fo3vitori], .container-xl[b-5fo3vitori] {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container[b-5fo3vitori], .container-sm[b-5fo3vitori] {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container[b-5fo3vitori], .container-md[b-5fo3vitori], .container-sm[b-5fo3vitori] {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container[b-5fo3vitori], .container-lg[b-5fo3vitori], .container-md[b-5fo3vitori], .container-sm[b-5fo3vitori] {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container[b-5fo3vitori], .container-lg[b-5fo3vitori], .container-md[b-5fo3vitori], .container-sm[b-5fo3vitori], .container-xl[b-5fo3vitori] {
        max-width: 1140px
    }
}

.row[b-5fo3vitori] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.no-gutters[b-5fo3vitori] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-5fo3vitori], .no-gutters > [class*=col-][b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }

.col[b-5fo3vitori], .col-1[b-5fo3vitori], .col-10[b-5fo3vitori], .col-11[b-5fo3vitori], .col-12[b-5fo3vitori], .col-2[b-5fo3vitori], .col-3[b-5fo3vitori], .col-4[b-5fo3vitori], .col-5[b-5fo3vitori], .col-6[b-5fo3vitori], .col-7[b-5fo3vitori], .col-8[b-5fo3vitori], .col-9[b-5fo3vitori], .col-auto[b-5fo3vitori], .col-lg[b-5fo3vitori], .col-lg-1[b-5fo3vitori], .col-lg-10[b-5fo3vitori], .col-lg-11[b-5fo3vitori], .col-lg-12[b-5fo3vitori], .col-lg-2[b-5fo3vitori], .col-lg-3[b-5fo3vitori], .col-lg-4[b-5fo3vitori], .col-lg-5[b-5fo3vitori], .col-lg-6[b-5fo3vitori], .col-lg-7[b-5fo3vitori], .col-lg-8[b-5fo3vitori], .col-lg-9[b-5fo3vitori], .col-lg-auto[b-5fo3vitori], .col-md[b-5fo3vitori], .col-md-1[b-5fo3vitori], .col-md-10[b-5fo3vitori], .col-md-11[b-5fo3vitori], .col-md-12[b-5fo3vitori], .col-md-2[b-5fo3vitori], .col-md-3[b-5fo3vitori], .col-md-4[b-5fo3vitori], .col-md-5[b-5fo3vitori], .col-md-6[b-5fo3vitori], .col-md-7[b-5fo3vitori], .col-md-8[b-5fo3vitori], .col-md-9[b-5fo3vitori], .col-md-auto[b-5fo3vitori], .col-sm[b-5fo3vitori], .col-sm-1[b-5fo3vitori], .col-sm-10[b-5fo3vitori], .col-sm-11[b-5fo3vitori], .col-sm-12[b-5fo3vitori], .col-sm-2[b-5fo3vitori], .col-sm-3[b-5fo3vitori], .col-sm-4[b-5fo3vitori], .col-sm-5[b-5fo3vitori], .col-sm-6[b-5fo3vitori], .col-sm-7[b-5fo3vitori], .col-sm-8[b-5fo3vitori], .col-sm-9[b-5fo3vitori], .col-sm-auto[b-5fo3vitori], .col-xl[b-5fo3vitori], .col-xl-1[b-5fo3vitori], .col-xl-10[b-5fo3vitori], .col-xl-11[b-5fo3vitori], .col-xl-12[b-5fo3vitori], .col-xl-2[b-5fo3vitori], .col-xl-3[b-5fo3vitori], .col-xl-4[b-5fo3vitori], .col-xl-5[b-5fo3vitori], .col-xl-6[b-5fo3vitori], .col-xl-7[b-5fo3vitori], .col-xl-8[b-5fo3vitori], .col-xl-9[b-5fo3vitori], .col-xl-auto[b-5fo3vitori] {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.col[b-5fo3vitori] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > *[b-5fo3vitori] {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > *[b-5fo3vitori] {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > *[b-5fo3vitori] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > *[b-5fo3vitori] {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > *[b-5fo3vitori] {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > *[b-5fo3vitori] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto[b-5fo3vitori] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-5fo3vitori] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-5fo3vitori] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-5fo3vitori] {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-5fo3vitori] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-5fo3vitori] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-5fo3vitori] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-5fo3vitori] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-5fo3vitori] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-5fo3vitori] {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-5fo3vitori] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-5fo3vitori] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-5fo3vitori] {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-5fo3vitori] {
    order: -1
}

.order-last[b-5fo3vitori] {
    order: 13
}

.order-0[b-5fo3vitori] {
    order: 0
}

.order-1[b-5fo3vitori] {
    order: 1
}

.order-2[b-5fo3vitori] {
    order: 2
}

.order-3[b-5fo3vitori] {
    order: 3
}

.order-4[b-5fo3vitori] {
    order: 4
}

.order-5[b-5fo3vitori] {
    order: 5
}

.order-6[b-5fo3vitori] {
    order: 6
}

.order-7[b-5fo3vitori] {
    order: 7
}

.order-8[b-5fo3vitori] {
    order: 8
}

.order-9[b-5fo3vitori] {
    order: 9
}

.order-10[b-5fo3vitori] {
    order: 10
}

.order-11[b-5fo3vitori] {
    order: 11
}

.order-12[b-5fo3vitori] {
    order: 12
}

.offset-1[b-5fo3vitori] {
    margin-left: 8.33333%
}

.offset-2[b-5fo3vitori] {
    margin-left: 16.66667%
}

.offset-3[b-5fo3vitori] {
    margin-left: 25%
}

.offset-4[b-5fo3vitori] {
    margin-left: 33.33333%
}

.offset-5[b-5fo3vitori] {
    margin-left: 41.66667%
}

.offset-6[b-5fo3vitori] {
    margin-left: 50%
}

.offset-7[b-5fo3vitori] {
    margin-left: 58.33333%
}

.offset-8[b-5fo3vitori] {
    margin-left: 66.66667%
}

.offset-9[b-5fo3vitori] {
    margin-left: 75%
}

.offset-10[b-5fo3vitori] {
    margin-left: 83.33333%
}

.offset-11[b-5fo3vitori] {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm[b-5fo3vitori] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > *[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > *[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > *[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > *[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > *[b-5fo3vitori] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > *[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto[b-5fo3vitori] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-5fo3vitori] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-5fo3vitori] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-5fo3vitori] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-5fo3vitori] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-5fo3vitori] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-5fo3vitori] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-5fo3vitori] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-5fo3vitori] {
        order: -1
    }

    .order-sm-last[b-5fo3vitori] {
        order: 13
    }

    .order-sm-0[b-5fo3vitori] {
        order: 0
    }

    .order-sm-1[b-5fo3vitori] {
        order: 1
    }

    .order-sm-2[b-5fo3vitori] {
        order: 2
    }

    .order-sm-3[b-5fo3vitori] {
        order: 3
    }

    .order-sm-4[b-5fo3vitori] {
        order: 4
    }

    .order-sm-5[b-5fo3vitori] {
        order: 5
    }

    .order-sm-6[b-5fo3vitori] {
        order: 6
    }

    .order-sm-7[b-5fo3vitori] {
        order: 7
    }

    .order-sm-8[b-5fo3vitori] {
        order: 8
    }

    .order-sm-9[b-5fo3vitori] {
        order: 9
    }

    .order-sm-10[b-5fo3vitori] {
        order: 10
    }

    .order-sm-11[b-5fo3vitori] {
        order: 11
    }

    .order-sm-12[b-5fo3vitori] {
        order: 12
    }

    .offset-sm-0[b-5fo3vitori] {
        margin-left: 0
    }

    .offset-sm-1[b-5fo3vitori] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-5fo3vitori] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-5fo3vitori] {
        margin-left: 25%
    }

    .offset-sm-4[b-5fo3vitori] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-5fo3vitori] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-5fo3vitori] {
        margin-left: 50%
    }

    .offset-sm-7[b-5fo3vitori] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-5fo3vitori] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-5fo3vitori] {
        margin-left: 75%
    }

    .offset-sm-10[b-5fo3vitori] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-5fo3vitori] {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md[b-5fo3vitori] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > *[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > *[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > *[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > *[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > *[b-5fo3vitori] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > *[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto[b-5fo3vitori] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-5fo3vitori] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-5fo3vitori] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-5fo3vitori] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-5fo3vitori] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-5fo3vitori] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-5fo3vitori] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-5fo3vitori] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-5fo3vitori] {
        order: -1
    }

    .order-md-last[b-5fo3vitori] {
        order: 13
    }

    .order-md-0[b-5fo3vitori] {
        order: 0
    }

    .order-md-1[b-5fo3vitori] {
        order: 1
    }

    .order-md-2[b-5fo3vitori] {
        order: 2
    }

    .order-md-3[b-5fo3vitori] {
        order: 3
    }

    .order-md-4[b-5fo3vitori] {
        order: 4
    }

    .order-md-5[b-5fo3vitori] {
        order: 5
    }

    .order-md-6[b-5fo3vitori] {
        order: 6
    }

    .order-md-7[b-5fo3vitori] {
        order: 7
    }

    .order-md-8[b-5fo3vitori] {
        order: 8
    }

    .order-md-9[b-5fo3vitori] {
        order: 9
    }

    .order-md-10[b-5fo3vitori] {
        order: 10
    }

    .order-md-11[b-5fo3vitori] {
        order: 11
    }

    .order-md-12[b-5fo3vitori] {
        order: 12
    }

    .offset-md-0[b-5fo3vitori] {
        margin-left: 0
    }

    .offset-md-1[b-5fo3vitori] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-5fo3vitori] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-5fo3vitori] {
        margin-left: 25%
    }

    .offset-md-4[b-5fo3vitori] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-5fo3vitori] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-5fo3vitori] {
        margin-left: 50%
    }

    .offset-md-7[b-5fo3vitori] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-5fo3vitori] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-5fo3vitori] {
        margin-left: 75%
    }

    .offset-md-10[b-5fo3vitori] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-5fo3vitori] {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg[b-5fo3vitori] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > *[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > *[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > *[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > *[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > *[b-5fo3vitori] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > *[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto[b-5fo3vitori] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-5fo3vitori] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-5fo3vitori] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-5fo3vitori] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-5fo3vitori] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-5fo3vitori] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-5fo3vitori] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-5fo3vitori] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-5fo3vitori] {
        order: -1
    }

    .order-lg-last[b-5fo3vitori] {
        order: 13
    }

    .order-lg-0[b-5fo3vitori] {
        order: 0
    }

    .order-lg-1[b-5fo3vitori] {
        order: 1
    }

    .order-lg-2[b-5fo3vitori] {
        order: 2
    }

    .order-lg-3[b-5fo3vitori] {
        order: 3
    }

    .order-lg-4[b-5fo3vitori] {
        order: 4
    }

    .order-lg-5[b-5fo3vitori] {
        order: 5
    }

    .order-lg-6[b-5fo3vitori] {
        order: 6
    }

    .order-lg-7[b-5fo3vitori] {
        order: 7
    }

    .order-lg-8[b-5fo3vitori] {
        order: 8
    }

    .order-lg-9[b-5fo3vitori] {
        order: 9
    }

    .order-lg-10[b-5fo3vitori] {
        order: 10
    }

    .order-lg-11[b-5fo3vitori] {
        order: 11
    }

    .order-lg-12[b-5fo3vitori] {
        order: 12
    }

    .offset-lg-0[b-5fo3vitori] {
        margin-left: 0
    }

    .offset-lg-1[b-5fo3vitori] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-5fo3vitori] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-5fo3vitori] {
        margin-left: 25%
    }

    .offset-lg-4[b-5fo3vitori] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-5fo3vitori] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-5fo3vitori] {
        margin-left: 50%
    }

    .offset-lg-7[b-5fo3vitori] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-5fo3vitori] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-5fo3vitori] {
        margin-left: 75%
    }

    .offset-lg-10[b-5fo3vitori] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-5fo3vitori] {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl[b-5fo3vitori] {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > *[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > *[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > *[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > *[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > *[b-5fo3vitori] {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > *[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto[b-5fo3vitori] {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-5fo3vitori] {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-5fo3vitori] {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-5fo3vitori] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-5fo3vitori] {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-5fo3vitori] {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-5fo3vitori] {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-5fo3vitori] {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-5fo3vitori] {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-5fo3vitori] {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-5fo3vitori] {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-5fo3vitori] {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-5fo3vitori] {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-5fo3vitori] {
        order: -1
    }

    .order-xl-last[b-5fo3vitori] {
        order: 13
    }

    .order-xl-0[b-5fo3vitori] {
        order: 0
    }

    .order-xl-1[b-5fo3vitori] {
        order: 1
    }

    .order-xl-2[b-5fo3vitori] {
        order: 2
    }

    .order-xl-3[b-5fo3vitori] {
        order: 3
    }

    .order-xl-4[b-5fo3vitori] {
        order: 4
    }

    .order-xl-5[b-5fo3vitori] {
        order: 5
    }

    .order-xl-6[b-5fo3vitori] {
        order: 6
    }

    .order-xl-7[b-5fo3vitori] {
        order: 7
    }

    .order-xl-8[b-5fo3vitori] {
        order: 8
    }

    .order-xl-9[b-5fo3vitori] {
        order: 9
    }

    .order-xl-10[b-5fo3vitori] {
        order: 10
    }

    .order-xl-11[b-5fo3vitori] {
        order: 11
    }

    .order-xl-12[b-5fo3vitori] {
        order: 12
    }

    .offset-xl-0[b-5fo3vitori] {
        margin-left: 0
    }

    .offset-xl-1[b-5fo3vitori] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-5fo3vitori] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-5fo3vitori] {
        margin-left: 25%
    }

    .offset-xl-4[b-5fo3vitori] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-5fo3vitori] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-5fo3vitori] {
        margin-left: 50%
    }

    .offset-xl-7[b-5fo3vitori] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-5fo3vitori] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-5fo3vitori] {
        margin-left: 75%
    }

    .offset-xl-10[b-5fo3vitori] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-5fo3vitori] {
        margin-left: 91.66667%
    }
}

.selected-row[b-5fo3vitori] {
    background-color: #a6ecff; /* Light blue, for example */
}

.form-control[b-5fo3vitori] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control[b-5fo3vitori] {
        transition: none
    }
}

.form-control[b-5fo3vitori]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring[b-5fo3vitori] {
    color: transparent;
    text-shadow: 0 0 0 #6e707e
}

.form-control:focus[b-5fo3vitori] {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.form-control[b-5fo3vitori]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-5fo3vitori]::-moz-placeholder {
    color: #858796;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-5fo3vitori] {
    color: #858796;
    opacity: 1
}

.form-control[b-5fo3vitori]::-ms-input-placeholder {
    color: #858796;
    opacity: 1
}

.form-control[b-5fo3vitori]::placeholder {
    color: #858796;
    opacity: 1
}

.form-control:disabled[b-5fo3vitori], .form-control[readonly][b-5fo3vitori] {
    background-color: #eaecf4;
    opacity: 1
}

input[type=date].form-control[b-5fo3vitori], input[type=datetime-local].form-control[b-5fo3vitori], input[type=month].form-control[b-5fo3vitori], input[type=time].form-control[b-5fo3vitori] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus[b-5fo3vitori]::-ms-value {
    color: #6e707e;
    background-color: #fff
}

.form-control-file[b-5fo3vitori], .form-control-range[b-5fo3vitori] {
    display: block;
    width: 100%
}

.col-form-label[b-5fo3vitori] {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-5fo3vitori] {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-5fo3vitori] {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-5fo3vitori] {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #858796;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg[b-5fo3vitori], .form-control-plaintext.form-control-sm[b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-5fo3vitori] {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-5fo3vitori] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple][b-5fo3vitori], select.form-control[size][b-5fo3vitori] {
    height: auto
}

textarea.form-control[b-5fo3vitori] {
    height: auto
}

.form-group[b-5fo3vitori] {
    margin-bottom: 1rem
}

.form-text[b-5fo3vitori] {
    display: block;
    margin-top: .25rem
}

.form-row[b-5fo3vitori] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-5fo3vitori], .form-row > [class*=col-][b-5fo3vitori] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-5fo3vitori] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-5fo3vitori] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-5fo3vitori], .form-check-input[disabled] ~ .form-check-label[b-5fo3vitori] {
        color: #858796
    }

.form-check-label[b-5fo3vitori] {
    margin-bottom: 0
}

.form-check-inline[b-5fo3vitori] {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-5fo3vitori] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-5fo3vitori] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #1cc88a
}

.valid-tooltip[b-5fo3vitori] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(28,200,138,.9);
    border-radius: .35rem
}

.form-row > .col > .valid-tooltip[b-5fo3vitori], .form-row > [class*=col-] > .valid-tooltip[b-5fo3vitori] {
    left: 5px
}

.is-valid ~ .valid-feedback[b-5fo3vitori], .is-valid ~ .valid-tooltip[b-5fo3vitori], .was-validated :valid ~ .valid-feedback[b-5fo3vitori], .was-validated :valid ~ .valid-tooltip[b-5fo3vitori] {
    display: block
}

.form-control.is-valid[b-5fo3vitori], .was-validated .form-control:valid[b-5fo3vitori] {
    border-color: #1cc88a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus[b-5fo3vitori], .was-validated .form-control:valid:focus[b-5fo3vitori] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.was-validated textarea.form-control:valid[b-5fo3vitori], textarea.form-control.is-valid[b-5fo3vitori] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid[b-5fo3vitori], .was-validated .custom-select:valid[b-5fo3vitori] {
    border-color: #1cc88a;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus[b-5fo3vitori], .was-validated .custom-select:valid:focus[b-5fo3vitori] {
        border-color: #1cc88a;
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
    }

.form-check-input.is-valid ~ .form-check-label[b-5fo3vitori], .was-validated .form-check-input:valid ~ .form-check-label[b-5fo3vitori] {
    color: #1cc88a
}

.form-check-input.is-valid ~ .valid-feedback[b-5fo3vitori], .form-check-input.is-valid ~ .valid-tooltip[b-5fo3vitori], .was-validated .form-check-input:valid ~ .valid-feedback[b-5fo3vitori], .was-validated .form-check-input:valid ~ .valid-tooltip[b-5fo3vitori] {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label[b-5fo3vitori], .was-validated .custom-control-input:valid ~ .custom-control-label[b-5fo3vitori] {
    color: #1cc88a
}

    .custom-control-input.is-valid ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:valid ~ .custom-control-label[b-5fo3vitori]::before {
        border-color: #1cc88a
    }

.custom-control-input.is-valid:checked ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-5fo3vitori]::before {
    border-color: #34e3a4;
    background-color: #34e3a4
}

.custom-control-input.is-valid:focus ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-5fo3vitori]::before {
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-5fo3vitori]::before {
    border-color: #1cc88a
}

.custom-file-input.is-valid ~ .custom-file-label[b-5fo3vitori], .was-validated .custom-file-input:valid ~ .custom-file-label[b-5fo3vitori] {
    border-color: #1cc88a
}

.custom-file-input.is-valid:focus ~ .custom-file-label[b-5fo3vitori], .was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-5fo3vitori] {
    border-color: #1cc88a;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.25)
}

.invalid-feedback[b-5fo3vitori] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b
}

.invalid-tooltip[b-5fo3vitori] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231,74,59,.9);
    border-radius: .35rem
}

.form-row > .col > .invalid-tooltip[b-5fo3vitori], .form-row > [class*=col-] > .invalid-tooltip[b-5fo3vitori] {
    left: 5px
}

.is-invalid ~ .invalid-feedback[b-5fo3vitori], .is-invalid ~ .invalid-tooltip[b-5fo3vitori], .was-validated :invalid ~ .invalid-feedback[b-5fo3vitori], .was-validated :invalid ~ .invalid-tooltip[b-5fo3vitori] {
    display: block
}

.form-control.is-invalid[b-5fo3vitori], .was-validated .form-control:invalid[b-5fo3vitori] {
    border-color: #e74a3b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus[b-5fo3vitori], .was-validated .form-control:invalid:focus[b-5fo3vitori] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.was-validated textarea.form-control:invalid[b-5fo3vitori], textarea.form-control.is-invalid[b-5fo3vitori] {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid[b-5fo3vitori], .was-validated .custom-select:invalid[b-5fo3vitori] {
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-invalid:focus[b-5fo3vitori], .was-validated .custom-select:invalid:focus[b-5fo3vitori] {
        border-color: #e74a3b;
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
    }

.form-check-input.is-invalid ~ .form-check-label[b-5fo3vitori], .was-validated .form-check-input:invalid ~ .form-check-label[b-5fo3vitori] {
    color: #e74a3b
}

.form-check-input.is-invalid ~ .invalid-feedback[b-5fo3vitori], .form-check-input.is-invalid ~ .invalid-tooltip[b-5fo3vitori], .was-validated .form-check-input:invalid ~ .invalid-feedback[b-5fo3vitori], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-5fo3vitori] {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label[b-5fo3vitori], .was-validated .custom-control-input:invalid ~ .custom-control-label[b-5fo3vitori] {
    color: #e74a3b
}

    .custom-control-input.is-invalid ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:invalid ~ .custom-control-label[b-5fo3vitori]::before {
        border-color: #e74a3b
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-5fo3vitori]::before {
    border-color: #ed7468;
    background-color: #ed7468
}

.custom-control-input.is-invalid:focus ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-5fo3vitori]::before {
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-5fo3vitori]::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-5fo3vitori]::before {
    border-color: #e74a3b
}

.custom-file-input.is-invalid ~ .custom-file-label[b-5fo3vitori], .was-validated .custom-file-input:invalid ~ .custom-file-label[b-5fo3vitori] {
    border-color: #e74a3b
}

.custom-file-input.is-invalid:focus ~ .custom-file-label[b-5fo3vitori], .was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-5fo3vitori] {
    border-color: #e74a3b;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.25)
}

.form-inline[b-5fo3vitori] {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check[b-5fo3vitori] {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label[b-5fo3vitori] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-5fo3vitori] {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-5fo3vitori] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-5fo3vitori] {
        display: inline-block
    }

    .form-inline .custom-select[b-5fo3vitori], .form-inline .input-group[b-5fo3vitori] {
        width: auto
    }

    .form-inline .form-check[b-5fo3vitori] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-5fo3vitori] {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-5fo3vitori] {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-5fo3vitori] {
        margin-bottom: 0
    }
}

.btn[b-5fo3vitori] {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn[b-5fo3vitori] {
        transition: none
    }
}

.btn:hover[b-5fo3vitori] {
    color: #858796;
    text-decoration: none
}

.btn.focus[b-5fo3vitori], .btn:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
}

.btn.disabled[b-5fo3vitori], .btn:disabled[b-5fo3vitori] {
    opacity: .65
}

.btn:not(:disabled):not(.disabled)[b-5fo3vitori] {
    cursor: pointer
}

a.btn.disabled[b-5fo3vitori], fieldset:disabled a.btn[b-5fo3vitori] {
    pointer-events: none
}

.btn-primary[b-5fo3vitori] {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

    .btn-primary:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4
    }

    .btn-primary.focus[b-5fo3vitori], .btn-primary:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-primary.disabled[b-5fo3vitori], .btn-primary:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-primary:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-primary:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-primary.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-primary:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-primary.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

.btn-secondary[b-5fo3vitori] {
    color: #fff;
    background-color: #858796;
    border-color: #858796
}

    .btn-secondary:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d
    }

    .btn-secondary.focus[b-5fo3vitori], .btn-secondary:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #717384;
        border-color: #6b6d7d;
        box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
    }

    .btn-secondary.disabled[b-5fo3vitori], .btn-secondary:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-secondary:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-secondary:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-secondary.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #6b6d7d;
        border-color: #656776
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-secondary:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-secondary.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(151,153,166,.5)
        }

.btn-success[b-5fo3vitori] {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a
}

    .btn-success:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b
    }

    .btn-success.focus[b-5fo3vitori], .btn-success:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #17a673;
        border-color: #169b6b;
        box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
    }

    .btn-success.disabled[b-5fo3vitori], .btn-success:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-success:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-success:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-success.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #169b6b;
        border-color: #149063
    }

        .btn-success:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-success:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-success.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(62,208,156,.5)
        }

.btn-info[b-5fo3vitori] {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc
}

    .btn-info:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5
    }

    .btn-info.focus[b-5fo3vitori], .btn-info:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #2c9faf;
        border-color: #2a96a5;
        box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
    }

    .btn-info.disabled[b-5fo3vitori], .btn-info:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-info:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-info:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-info.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #2a96a5;
        border-color: #278c9b
    }

        .btn-info:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-info:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-info.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(84,196,212,.5)
        }

.btn-warning[b-5fo3vitori] {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e
}

    .btn-warning:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d
    }

    .btn-warning.focus[b-5fo3vitori], .btn-warning:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #f4b619;
        border-color: #f4b30d;
        box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
    }

    .btn-warning.disabled[b-5fo3vitori], .btn-warning:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-warning:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-warning:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-warning.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #f4b30d;
        border-color: #e9aa0b
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-warning:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-warning.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(247,203,91,.5)
        }

.btn-danger[b-5fo3vitori] {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b
}

    .btn-danger:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a
    }

    .btn-danger.focus[b-5fo3vitori], .btn-danger:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
        box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
    }

    .btn-danger.disabled[b-5fo3vitori], .btn-danger:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-danger:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-danger:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-danger.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-danger:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-danger.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(235,101,88,.5)
        }

.btn-light[b-5fo3vitori] {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-light:hover[b-5fo3vitori] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed
    }

    .btn-light.focus[b-5fo3vitori], .btn-light:focus[b-5fo3vitori] {
        color: #3a3b45;
        background-color: #dde2f1;
        border-color: #d4daed;
        box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
    }

    .btn-light.disabled[b-5fo3vitori], .btn-light:disabled[b-5fo3vitori] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-light:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-light:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-light.dropdown-toggle[b-5fo3vitori] {
        color: #3a3b45;
        background-color: #d4daed;
        border-color: #cbd3e9
    }

        .btn-light:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-light:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-light.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(220,221,225,.5)
        }

.btn-dark[b-5fo3vitori] {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69
}

    .btn-dark:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e
    }

    .btn-dark.focus[b-5fo3vitori], .btn-dark:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #484a54;
        border-color: #42444e;
        box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
    }

    .btn-dark.disabled[b-5fo3vitori], .btn-dark:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-dark:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-dark:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-dark.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #42444e;
        border-color: #3d3e47
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-dark:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-dark.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(115,116,128,.5)
        }

.btn-outline-primary[b-5fo3vitori] {
    color: #4e73df;
    border-color: #4e73df
}

    .btn-outline-primary:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-outline-primary.focus[b-5fo3vitori], .btn-outline-primary:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
    }

    .btn-outline-primary.disabled[b-5fo3vitori], .btn-outline-primary:disabled[b-5fo3vitori] {
        color: #4e73df;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-primary:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-primary.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-primary.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
        }

.btn-outline-secondary[b-5fo3vitori] {
    color: #858796;
    border-color: #858796
}

    .btn-outline-secondary:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

    .btn-outline-secondary.focus[b-5fo3vitori], .btn-outline-secondary:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
    }

    .btn-outline-secondary.disabled[b-5fo3vitori], .btn-outline-secondary:disabled[b-5fo3vitori] {
        color: #858796;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-secondary:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-secondary.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #858796;
        border-color: #858796
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-secondary.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
        }

.btn-outline-success[b-5fo3vitori] {
    color: #1cc88a;
    border-color: #1cc88a
}

    .btn-outline-success:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

    .btn-outline-success.focus[b-5fo3vitori], .btn-outline-success:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
    }

    .btn-outline-success.disabled[b-5fo3vitori], .btn-outline-success:disabled[b-5fo3vitori] {
        color: #1cc88a;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-success:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-success.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #1cc88a;
        border-color: #1cc88a
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-success.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
        }

.btn-outline-info[b-5fo3vitori] {
    color: #36b9cc;
    border-color: #36b9cc
}

    .btn-outline-info:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

    .btn-outline-info.focus[b-5fo3vitori], .btn-outline-info:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
    }

    .btn-outline-info.disabled[b-5fo3vitori], .btn-outline-info:disabled[b-5fo3vitori] {
        color: #36b9cc;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-info:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-info.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #36b9cc;
        border-color: #36b9cc
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-info.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
        }

.btn-outline-warning[b-5fo3vitori] {
    color: #f6c23e;
    border-color: #f6c23e
}

    .btn-outline-warning:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

    .btn-outline-warning.focus[b-5fo3vitori], .btn-outline-warning:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
    }

    .btn-outline-warning.disabled[b-5fo3vitori], .btn-outline-warning:disabled[b-5fo3vitori] {
        color: #f6c23e;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-warning:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-warning.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #f6c23e;
        border-color: #f6c23e
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-warning.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
        }

.btn-outline-danger[b-5fo3vitori] {
    color: #e74a3b;
    border-color: #e74a3b
}

    .btn-outline-danger:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

    .btn-outline-danger.focus[b-5fo3vitori], .btn-outline-danger:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
    }

    .btn-outline-danger.disabled[b-5fo3vitori], .btn-outline-danger:disabled[b-5fo3vitori] {
        color: #e74a3b;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-danger:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-danger.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-danger.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
        }

.btn-outline-light[b-5fo3vitori] {
    color: #f8f9fc;
    border-color: #f8f9fc
}

    .btn-outline-light:hover[b-5fo3vitori] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

    .btn-outline-light.focus[b-5fo3vitori], .btn-outline-light:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
    }

    .btn-outline-light.disabled[b-5fo3vitori], .btn-outline-light:disabled[b-5fo3vitori] {
        color: #f8f9fc;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-light:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-light.dropdown-toggle[b-5fo3vitori] {
        color: #3a3b45;
        background-color: #f8f9fc;
        border-color: #f8f9fc
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-light.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
        }

.btn-outline-dark[b-5fo3vitori] {
    color: #5a5c69;
    border-color: #5a5c69
}

    .btn-outline-dark:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

    .btn-outline-dark.focus[b-5fo3vitori], .btn-outline-dark:focus[b-5fo3vitori] {
        box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
    }

    .btn-outline-dark.disabled[b-5fo3vitori], .btn-outline-dark:disabled[b-5fo3vitori] {
        color: #5a5c69;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-outline-dark:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-outline-dark.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #5a5c69;
        border-color: #5a5c69
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-outline-dark.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
        }

.btn-link[b-5fo3vitori] {
    font-weight: 400;
    color: #4e73df;
    text-decoration: none
}

    .btn-link:hover[b-5fo3vitori] {
        color: #224abe;
        text-decoration: underline
    }

    .btn-link.focus[b-5fo3vitori], .btn-link:focus[b-5fo3vitori] {
        text-decoration: underline
    }

    .btn-link.disabled[b-5fo3vitori], .btn-link:disabled[b-5fo3vitori] {
        color: #858796;
        pointer-events: none
    }

.btn-group-lg > .btn[b-5fo3vitori], .btn-lg[b-5fo3vitori] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn[b-5fo3vitori], .btn-sm[b-5fo3vitori] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-5fo3vitori] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-5fo3vitori] {
        margin-top: .5rem
    }

input[type=button].btn-block[b-5fo3vitori], input[type=reset].btn-block[b-5fo3vitori], input[type=submit].btn-block[b-5fo3vitori] {
    width: 100%
}

.fade[b-5fo3vitori] {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade[b-5fo3vitori] {
        transition: none
    }
}

.fade:not(.show)[b-5fo3vitori] {
    opacity: 0
}

.collapse:not(.show)[b-5fo3vitori] {
    display: none
}

.collapsing[b-5fo3vitori] {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing[b-5fo3vitori] {
        transition: none
    }
}

.dropdown[b-5fo3vitori], .dropleft[b-5fo3vitori], .dropright[b-5fo3vitori], .dropup[b-5fo3vitori] {
    position: relative
}

.dropdown-toggle[b-5fo3vitori] {
    white-space: nowrap
}

    .dropdown-toggle[b-5fo3vitori]::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty[b-5fo3vitori]::after {
        margin-left: 0
    }

.dropdown-menu[b-5fo3vitori] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.dropdown-menu-left[b-5fo3vitori] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-5fo3vitori] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left[b-5fo3vitori] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-5fo3vitori] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left[b-5fo3vitori] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-5fo3vitori] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left[b-5fo3vitori] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-5fo3vitori] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left[b-5fo3vitori] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-5fo3vitori] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-5fo3vitori] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-5fo3vitori]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty[b-5fo3vitori]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-5fo3vitori] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-5fo3vitori]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty[b-5fo3vitori]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-5fo3vitori]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-5fo3vitori] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-5fo3vitori]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-5fo3vitori]::after {
    display: none
}

.dropleft .dropdown-toggle[b-5fo3vitori]::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty[b-5fo3vitori]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-5fo3vitori]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom][b-5fo3vitori], .dropdown-menu[x-placement^=left][b-5fo3vitori], .dropdown-menu[x-placement^=right][b-5fo3vitori], .dropdown-menu[x-placement^=top][b-5fo3vitori] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-5fo3vitori] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4
}

.dropdown-item[b-5fo3vitori] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3a3b45;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus[b-5fo3vitori], .dropdown-item:hover[b-5fo3vitori] {
        color: #2e2f37;
        text-decoration: none;
        background-color: #eaecf4
    }

    .dropdown-item.active[b-5fo3vitori], .dropdown-item:active[b-5fo3vitori] {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled[b-5fo3vitori], .dropdown-item:disabled[b-5fo3vitori] {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-5fo3vitori] {
    display: block
}

.dropdown-header[b-5fo3vitori] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #858796;
    white-space: nowrap
}

.dropdown-item-text[b-5fo3vitori] {
    display: block;
    padding: .25rem 1.5rem;
    color: #3a3b45
}

.btn-group[b-5fo3vitori], .btn-group-vertical[b-5fo3vitori] {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn[b-5fo3vitori], .btn-group > .btn[b-5fo3vitori] {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover[b-5fo3vitori], .btn-group > .btn:hover[b-5fo3vitori] {
            z-index: 1
        }

        .btn-group-vertical > .btn.active[b-5fo3vitori], .btn-group-vertical > .btn:active[b-5fo3vitori], .btn-group-vertical > .btn:focus[b-5fo3vitori], .btn-group > .btn.active[b-5fo3vitori], .btn-group > .btn:active[b-5fo3vitori], .btn-group > .btn:focus[b-5fo3vitori] {
            z-index: 1
        }

.btn-toolbar[b-5fo3vitori] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-5fo3vitori] {
        width: auto
    }

.btn-group > .btn-group:not(:first-child)[b-5fo3vitori], .btn-group > .btn:not(:first-child)[b-5fo3vitori] {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn[b-5fo3vitori], .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-5fo3vitori] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn[b-5fo3vitori], .btn-group > .btn:not(:first-child)[b-5fo3vitori] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-5fo3vitori] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-5fo3vitori]::after, .dropright .dropdown-toggle-split[b-5fo3vitori]::after, .dropup .dropdown-toggle-split[b-5fo3vitori]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-5fo3vitori]::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split[b-5fo3vitori], .btn-sm + .dropdown-toggle-split[b-5fo3vitori] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split[b-5fo3vitori], .btn-lg + .dropdown-toggle-split[b-5fo3vitori] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-5fo3vitori] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn[b-5fo3vitori], .btn-group-vertical > .btn-group[b-5fo3vitori] {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child)[b-5fo3vitori], .btn-group-vertical > .btn:not(:first-child)[b-5fo3vitori] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-5fo3vitori], .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-5fo3vitori] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-5fo3vitori], .btn-group-vertical > .btn:not(:first-child)[b-5fo3vitori] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-5fo3vitori], .btn-group-toggle > .btn-group > .btn[b-5fo3vitori] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox][b-5fo3vitori], .btn-group-toggle > .btn input[type=radio][b-5fo3vitori], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-5fo3vitori], .btn-group-toggle > .btn-group > .btn input[type=radio][b-5fo3vitori] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-5fo3vitori] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file[b-5fo3vitori], .input-group > .custom-select[b-5fo3vitori], .input-group > .form-control[b-5fo3vitori], .input-group > .form-control-plaintext[b-5fo3vitori] {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file[b-5fo3vitori], .input-group > .custom-file + .custom-select[b-5fo3vitori], .input-group > .custom-file + .form-control[b-5fo3vitori], .input-group > .custom-select + .custom-file[b-5fo3vitori], .input-group > .custom-select + .custom-select[b-5fo3vitori], .input-group > .custom-select + .form-control[b-5fo3vitori], .input-group > .form-control + .custom-file[b-5fo3vitori], .input-group > .form-control + .custom-select[b-5fo3vitori], .input-group > .form-control + .form-control[b-5fo3vitori], .input-group > .form-control-plaintext + .custom-file[b-5fo3vitori], .input-group > .form-control-plaintext + .custom-select[b-5fo3vitori], .input-group > .form-control-plaintext + .form-control[b-5fo3vitori] {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-5fo3vitori], .input-group > .custom-select:focus[b-5fo3vitori], .input-group > .form-control:focus[b-5fo3vitori] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-5fo3vitori] {
            z-index: 4
        }

        .input-group > .custom-select:not(:first-child)[b-5fo3vitori], .input-group > .form-control:not(:first-child)[b-5fo3vitori] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-5fo3vitori] {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-5fo3vitori], .input-group > .custom-file:not(:last-child) .custom-file-label[b-5fo3vitori] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label[b-5fo3vitori]::after, .input-group:not(.has-validation) > .custom-select:not(:last-child)[b-5fo3vitori], .input-group:not(.has-validation) > .form-control:not(:last-child)[b-5fo3vitori] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label[b-5fo3vitori]::after, .input-group.has-validation > .custom-select:nth-last-child(n+3)[b-5fo3vitori], .input-group.has-validation > .form-control:nth-last-child(n+3)[b-5fo3vitori] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append[b-5fo3vitori], .input-group-prepend[b-5fo3vitori] {
    display: flex
}

    .input-group-append .btn[b-5fo3vitori], .input-group-prepend .btn[b-5fo3vitori] {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus[b-5fo3vitori], .input-group-prepend .btn:focus[b-5fo3vitori] {
            z-index: 3
        }

        .input-group-append .btn + .btn[b-5fo3vitori], .input-group-append .btn + .input-group-text[b-5fo3vitori], .input-group-append .input-group-text + .btn[b-5fo3vitori], .input-group-append .input-group-text + .input-group-text[b-5fo3vitori], .input-group-prepend .btn + .btn[b-5fo3vitori], .input-group-prepend .btn + .input-group-text[b-5fo3vitori], .input-group-prepend .input-group-text + .btn[b-5fo3vitori], .input-group-prepend .input-group-text + .input-group-text[b-5fo3vitori] {
            margin-left: -1px
        }

.input-group-prepend[b-5fo3vitori] {
    margin-right: -1px
}

.input-group-append[b-5fo3vitori] {
    margin-left: -1px
}

.input-group-text[b-5fo3vitori] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    text-align: center;
    white-space: nowrap;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .input-group-text input[type=checkbox][b-5fo3vitori], .input-group-text input[type=radio][b-5fo3vitori] {
        margin-top: 0
    }

.input-group-lg > .custom-select[b-5fo3vitori], .input-group-lg > .form-control:not(textarea)[b-5fo3vitori] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select[b-5fo3vitori], .input-group-lg > .form-control[b-5fo3vitori], .input-group-lg > .input-group-append > .btn[b-5fo3vitori], .input-group-lg > .input-group-append > .input-group-text[b-5fo3vitori], .input-group-lg > .input-group-prepend > .btn[b-5fo3vitori], .input-group-lg > .input-group-prepend > .input-group-text[b-5fo3vitori] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select[b-5fo3vitori], .input-group-sm > .form-control:not(textarea)[b-5fo3vitori] {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select[b-5fo3vitori], .input-group-sm > .form-control[b-5fo3vitori], .input-group-sm > .input-group-append > .btn[b-5fo3vitori], .input-group-sm > .input-group-append > .input-group-text[b-5fo3vitori], .input-group-sm > .input-group-prepend > .btn[b-5fo3vitori], .input-group-sm > .input-group-prepend > .input-group-text[b-5fo3vitori] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-5fo3vitori], .input-group-sm > .custom-select[b-5fo3vitori] {
    padding-right: 1.75rem
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn[b-5fo3vitori], .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text[b-5fo3vitori], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn[b-5fo3vitori], .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text[b-5fo3vitori], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-5fo3vitori], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-5fo3vitori], .input-group > .input-group-prepend > .btn[b-5fo3vitori], .input-group > .input-group-prepend > .input-group-text[b-5fo3vitori] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-5fo3vitori], .input-group > .input-group-append > .input-group-text[b-5fo3vitori], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-5fo3vitori], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-5fo3vitori], .input-group > .input-group-prepend:not(:first-child) > .btn[b-5fo3vitori], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-5fo3vitori] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-5fo3vitori] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline[b-5fo3vitori] {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-5fo3vitori] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-5fo3vitori]::before {
        color: #fff;
        border-color: #4e73df;
        background-color: #4e73df
    }

    .custom-control-input:focus ~ .custom-control-label[b-5fo3vitori]::before {
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-5fo3vitori]::before {
        border-color: #bac8f3
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-5fo3vitori]::before {
        color: #fff;
        background-color: #e5ebfa;
        border-color: #e5ebfa
    }

    .custom-control-input:disabled ~ .custom-control-label[b-5fo3vitori], .custom-control-input[disabled] ~ .custom-control-label[b-5fo3vitori] {
        color: #858796
    }

        .custom-control-input:disabled ~ .custom-control-label[b-5fo3vitori]::before, .custom-control-input[disabled] ~ .custom-control-label[b-5fo3vitori]::before {
            background-color: #eaecf4
        }

.custom-control-label[b-5fo3vitori] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-5fo3vitori]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #b7b9cc solid 1px
    }

    .custom-control-label[b-5fo3vitori]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50%/50% 50% no-repeat
    }

.custom-checkbox .custom-control-label[b-5fo3vitori]::before {
    border-radius: .35rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-5fo3vitori]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-5fo3vitori]::before {
    border-color: #4e73df;
    background-color: #4e73df
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-5fo3vitori]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-5fo3vitori]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-5fo3vitori]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-radio .custom-control-label[b-5fo3vitori]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-5fo3vitori]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-5fo3vitori]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-switch[b-5fo3vitori] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-5fo3vitori]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-5fo3vitori]::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #b7b9cc;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-5fo3vitori]::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-5fo3vitori]::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-5fo3vitori]::before {
    background-color: rgba(78,115,223,.5)
}

.custom-select[b-5fo3vitori] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-5fo3vitori] {
        border-color: #bac8f3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

        .custom-select:focus[b-5fo3vitori]::-ms-value {
            color: #6e707e;
            background-color: #fff
        }

    .custom-select[multiple][b-5fo3vitori], .custom-select[size]:not([size="1"])[b-5fo3vitori] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-5fo3vitori] {
        color: #858796;
        background-color: #eaecf4
    }

    .custom-select[b-5fo3vitori]::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring[b-5fo3vitori] {
        color: transparent;
        text-shadow: 0 0 0 #6e707e
    }

.custom-select-sm[b-5fo3vitori] {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-5fo3vitori] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-5fo3vitori] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-5fo3vitori] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-5fo3vitori] {
        border-color: #bac8f3;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-5fo3vitori], .custom-file-input[disabled] ~ .custom-file-label[b-5fo3vitori] {
        background-color: #eaecf4
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-5fo3vitori]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-5fo3vitori]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-5fo3vitori] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: .35rem
}

    .custom-file-label[b-5fo3vitori]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #6e707e;
        content: "Browse";
        background-color: #eaecf4;
        border-left: inherit;
        border-radius: 0 .35rem .35rem 0
    }

.custom-range[b-5fo3vitori] {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-5fo3vitori] {
        outline: 0
    }

        .custom-range:focus[b-5fo3vitori]::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-5fo3vitori]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

        .custom-range:focus[b-5fo3vitori]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(78,115,223,.25)
        }

    .custom-range[b-5fo3vitori]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-5fo3vitori]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #4e73df;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-5fo3vitori]::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range[b-5fo3vitori]::-webkit-slider-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-5fo3vitori]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-5fo3vitori]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-5fo3vitori]::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range[b-5fo3vitori]::-moz-range-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-5fo3vitori]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dddfeb;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-5fo3vitori]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4e73df;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range[b-5fo3vitori]::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range[b-5fo3vitori]::-ms-thumb:active {
    background-color: #e5ebfa
}

.custom-range[b-5fo3vitori]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-5fo3vitori]::-ms-fill-lower {
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range[b-5fo3vitori]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dddfeb;
    border-radius: 1rem
}

.custom-range:disabled[b-5fo3vitori]::-webkit-slider-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-5fo3vitori]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-5fo3vitori]::-moz-range-thumb {
    background-color: #b7b9cc
}

.custom-range:disabled[b-5fo3vitori]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-5fo3vitori]::-ms-thumb {
    background-color: #b7b9cc
}

.custom-control-label[b-5fo3vitori]::before, .custom-file-label[b-5fo3vitori], .custom-select[b-5fo3vitori] {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label[b-5fo3vitori]::before, .custom-file-label[b-5fo3vitori], .custom-select[b-5fo3vitori] {
        transition: none
    }
}

.nav[b-5fo3vitori] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-5fo3vitori] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus[b-5fo3vitori], .nav-link:hover[b-5fo3vitori] {
        text-decoration: none
    }

    .nav-link.disabled[b-5fo3vitori] {
        color: #858796;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-5fo3vitori] {
    border-bottom: 1px solid #dddfeb
}

    .nav-tabs .nav-link[b-5fo3vitori] {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

        .nav-tabs .nav-link:focus[b-5fo3vitori], .nav-tabs .nav-link:hover[b-5fo3vitori] {
            border-color: #eaecf4 #eaecf4 #dddfeb
        }

        .nav-tabs .nav-link.disabled[b-5fo3vitori] {
            color: #858796;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-5fo3vitori], .nav-tabs .nav-link.active[b-5fo3vitori] {
            color: #6e707e;
            background-color: #fff;
            border-color: #dddfeb #dddfeb #fff
        }

    .nav-tabs .dropdown-menu[b-5fo3vitori] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-5fo3vitori] {
    border-radius: .35rem
}

    .nav-pills .nav-link.active[b-5fo3vitori], .nav-pills .show > .nav-link[b-5fo3vitori] {
        color: #fff;
        background-color: #4e73df
    }

.nav-fill .nav-item[b-5fo3vitori], .nav-fill > .nav-link[b-5fo3vitori] {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-5fo3vitori], .nav-justified > .nav-link[b-5fo3vitori] {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-5fo3vitori] {
    display: none
}

.tab-content > .active[b-5fo3vitori] {
    display: block
}

.navbar[b-5fo3vitori] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container[b-5fo3vitori], .navbar .container-fluid[b-5fo3vitori], .navbar .container-lg[b-5fo3vitori], .navbar .container-md[b-5fo3vitori], .navbar .container-sm[b-5fo3vitori], .navbar .container-xl[b-5fo3vitori] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand[b-5fo3vitori] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus[b-5fo3vitori], .navbar-brand:hover[b-5fo3vitori] {
        text-decoration: none
    }

.navbar-nav[b-5fo3vitori] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-5fo3vitori] {
        position: static;
        float: none
    }

.navbar-text[b-5fo3vitori] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-5fo3vitori] {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler[b-5fo3vitori] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .35rem
}

    .navbar-toggler:focus[b-5fo3vitori], .navbar-toggler:hover[b-5fo3vitori] {
        text-decoration: none
    }

.navbar-toggler-icon[b-5fo3vitori] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll[b-5fo3vitori] {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container[b-5fo3vitori], .navbar-expand-sm > .container-fluid[b-5fo3vitori], .navbar-expand-sm > .container-lg[b-5fo3vitori], .navbar-expand-sm > .container-md[b-5fo3vitori], .navbar-expand-sm > .container-sm[b-5fo3vitori], .navbar-expand-sm > .container-xl[b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm[b-5fo3vitori] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-5fo3vitori] {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-5fo3vitori] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-5fo3vitori] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-5fo3vitori], .navbar-expand-sm > .container-fluid[b-5fo3vitori], .navbar-expand-sm > .container-lg[b-5fo3vitori], .navbar-expand-sm > .container-md[b-5fo3vitori], .navbar-expand-sm > .container-sm[b-5fo3vitori], .navbar-expand-sm > .container-xl[b-5fo3vitori] {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll[b-5fo3vitori] {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse[b-5fo3vitori] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-5fo3vitori] {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container[b-5fo3vitori], .navbar-expand-md > .container-fluid[b-5fo3vitori], .navbar-expand-md > .container-lg[b-5fo3vitori], .navbar-expand-md > .container-md[b-5fo3vitori], .navbar-expand-md > .container-sm[b-5fo3vitori], .navbar-expand-md > .container-xl[b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md[b-5fo3vitori] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-5fo3vitori] {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-5fo3vitori] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-5fo3vitori] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-5fo3vitori], .navbar-expand-md > .container-fluid[b-5fo3vitori], .navbar-expand-md > .container-lg[b-5fo3vitori], .navbar-expand-md > .container-md[b-5fo3vitori], .navbar-expand-md > .container-sm[b-5fo3vitori], .navbar-expand-md > .container-xl[b-5fo3vitori] {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll[b-5fo3vitori] {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse[b-5fo3vitori] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-5fo3vitori] {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container[b-5fo3vitori], .navbar-expand-lg > .container-fluid[b-5fo3vitori], .navbar-expand-lg > .container-lg[b-5fo3vitori], .navbar-expand-lg > .container-md[b-5fo3vitori], .navbar-expand-lg > .container-sm[b-5fo3vitori], .navbar-expand-lg > .container-xl[b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg[b-5fo3vitori] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-5fo3vitori] {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-5fo3vitori] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-5fo3vitori] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-5fo3vitori], .navbar-expand-lg > .container-fluid[b-5fo3vitori], .navbar-expand-lg > .container-lg[b-5fo3vitori], .navbar-expand-lg > .container-md[b-5fo3vitori], .navbar-expand-lg > .container-sm[b-5fo3vitori], .navbar-expand-lg > .container-xl[b-5fo3vitori] {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll[b-5fo3vitori] {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse[b-5fo3vitori] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-5fo3vitori] {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container[b-5fo3vitori], .navbar-expand-xl > .container-fluid[b-5fo3vitori], .navbar-expand-xl > .container-lg[b-5fo3vitori], .navbar-expand-xl > .container-md[b-5fo3vitori], .navbar-expand-xl > .container-sm[b-5fo3vitori], .navbar-expand-xl > .container-xl[b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl[b-5fo3vitori] {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-5fo3vitori] {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-5fo3vitori] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-5fo3vitori] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-5fo3vitori], .navbar-expand-xl > .container-fluid[b-5fo3vitori], .navbar-expand-xl > .container-lg[b-5fo3vitori], .navbar-expand-xl > .container-md[b-5fo3vitori], .navbar-expand-xl > .container-sm[b-5fo3vitori], .navbar-expand-xl > .container-xl[b-5fo3vitori] {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll[b-5fo3vitori] {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse[b-5fo3vitori] {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-5fo3vitori] {
            display: none
        }
}

.navbar-expand[b-5fo3vitori] {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container[b-5fo3vitori], .navbar-expand > .container-fluid[b-5fo3vitori], .navbar-expand > .container-lg[b-5fo3vitori], .navbar-expand > .container-md[b-5fo3vitori], .navbar-expand > .container-sm[b-5fo3vitori], .navbar-expand > .container-xl[b-5fo3vitori] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-5fo3vitori] {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-5fo3vitori] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-5fo3vitori] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-5fo3vitori], .navbar-expand > .container-fluid[b-5fo3vitori], .navbar-expand > .container-lg[b-5fo3vitori], .navbar-expand > .container-md[b-5fo3vitori], .navbar-expand > .container-sm[b-5fo3vitori], .navbar-expand > .container-xl[b-5fo3vitori] {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll[b-5fo3vitori] {
        overflow: visible
    }

    .navbar-expand .navbar-collapse[b-5fo3vitori] {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-5fo3vitori] {
        display: none
    }

.navbar-light .navbar-brand[b-5fo3vitori] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus[b-5fo3vitori], .navbar-light .navbar-brand:hover[b-5fo3vitori] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-5fo3vitori] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus[b-5fo3vitori], .navbar-light .navbar-nav .nav-link:hover[b-5fo3vitori] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-5fo3vitori] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link[b-5fo3vitori], .navbar-light .navbar-nav .nav-link.active[b-5fo3vitori], .navbar-light .navbar-nav .nav-link.show[b-5fo3vitori], .navbar-light .navbar-nav .show > .nav-link[b-5fo3vitori] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-5fo3vitori] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-5fo3vitori] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text[b-5fo3vitori] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-5fo3vitori] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus[b-5fo3vitori], .navbar-light .navbar-text a:hover[b-5fo3vitori] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-5fo3vitori] {
    color: #fff
}

    .navbar-dark .navbar-brand:focus[b-5fo3vitori], .navbar-dark .navbar-brand:hover[b-5fo3vitori] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-5fo3vitori] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus[b-5fo3vitori], .navbar-dark .navbar-nav .nav-link:hover[b-5fo3vitori] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-5fo3vitori] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link[b-5fo3vitori], .navbar-dark .navbar-nav .nav-link.active[b-5fo3vitori], .navbar-dark .navbar-nav .nav-link.show[b-5fo3vitori], .navbar-dark .navbar-nav .show > .nav-link[b-5fo3vitori] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-5fo3vitori] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-5fo3vitori] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text[b-5fo3vitori] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-5fo3vitori] {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus[b-5fo3vitori], .navbar-dark .navbar-text a:hover[b-5fo3vitori] {
            color: #fff
        }

.card[b-5fo3vitori] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr[b-5fo3vitori] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group[b-5fo3vitori] {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child[b-5fo3vitori] {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child[b-5fo3vitori] {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

        .card > .card-header + .list-group[b-5fo3vitori], .card > .list-group + .card-footer[b-5fo3vitori] {
            border-top: 0
        }

.card-body[b-5fo3vitori] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title[b-5fo3vitori] {
    margin-bottom: .75rem
}

.card-subtitle[b-5fo3vitori] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-5fo3vitori] {
    margin-bottom: 0
}

.card-link:hover[b-5fo3vitori] {
    text-decoration: none
}

.card-link + .card-link[b-5fo3vitori] {
    margin-left: 1.25rem
}

.card-header[b-5fo3vitori] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child[b-5fo3vitori] {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

.card-footer[b-5fo3vitori] {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child[b-5fo3vitori] {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs[b-5fo3vitori] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-5fo3vitori] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-5fo3vitori] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.35rem - 1px)
}

.card-img[b-5fo3vitori], .card-img-bottom[b-5fo3vitori], .card-img-top[b-5fo3vitori] {
    flex-shrink: 0;
    width: 100%
}

.card-img[b-5fo3vitori], .card-img-top[b-5fo3vitori] {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img[b-5fo3vitori], .card-img-bottom[b-5fo3vitori] {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card[b-5fo3vitori] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-deck[b-5fo3vitori] {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card[b-5fo3vitori] {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card[b-5fo3vitori] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group[b-5fo3vitori] {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card[b-5fo3vitori] {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-5fo3vitori] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-5fo3vitori] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header[b-5fo3vitori], .card-group > .card:not(:last-child) .card-img-top[b-5fo3vitori] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer[b-5fo3vitori], .card-group > .card:not(:last-child) .card-img-bottom[b-5fo3vitori] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-5fo3vitori] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header[b-5fo3vitori], .card-group > .card:not(:first-child) .card-img-top[b-5fo3vitori] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer[b-5fo3vitori], .card-group > .card:not(:first-child) .card-img-bottom[b-5fo3vitori] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-5fo3vitori] {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns[b-5fo3vitori] {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-5fo3vitori] {
            display: inline-block;
            width: 100%
        }
}

.accordion[b-5fo3vitori] {
    overflow-anchor: none
}

    .accordion > .card[b-5fo3vitori] {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type)[b-5fo3vitori] {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type)[b-5fo3vitori] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header[b-5fo3vitori] {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb[b-5fo3vitori] {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: .35rem
}

.breadcrumb-item + .breadcrumb-item[b-5fo3vitori] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-5fo3vitori]::before {
        float: left;
        padding-right: .5rem;
        color: #858796;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-5fo3vitori]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-5fo3vitori]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-5fo3vitori] {
    color: #858796
}

.pagination[b-5fo3vitori] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .35rem
}

.page-link[b-5fo3vitori] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb
}

    .page-link:hover[b-5fo3vitori] {
        z-index: 2;
        color: #224abe;
        text-decoration: none;
        background-color: #eaecf4;
        border-color: #dddfeb
    }

    .page-link:focus[b-5fo3vitori] {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(78,115,223,.25)
    }

.page-item:first-child .page-link[b-5fo3vitori] {
    margin-left: 0;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem
}

.page-item:last-child .page-link[b-5fo3vitori] {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem
}

.page-item.active .page-link[b-5fo3vitori] {
    z-index: 3;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df
}

.page-item.disabled .page-link[b-5fo3vitori] {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb
}

.pagination-lg .page-link[b-5fo3vitori] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-5fo3vitori] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-5fo3vitori] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-5fo3vitori] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-5fo3vitori] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-5fo3vitori] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-5fo3vitori] {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge[b-5fo3vitori] {
        transition: none
    }
}

a.badge:focus[b-5fo3vitori], a.badge:hover[b-5fo3vitori] {
    text-decoration: none
}

.badge:empty[b-5fo3vitori] {
    display: none
}

.btn .badge[b-5fo3vitori] {
    position: relative;
    top: -1px
}

.badge-pill[b-5fo3vitori] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-5fo3vitori] {
    color: #fff;
    background-color: #4e73df
}

a.badge-primary:focus[b-5fo3vitori], a.badge-primary:hover[b-5fo3vitori] {
    color: #fff;
    background-color: #2653d4
}

a.badge-primary.focus[b-5fo3vitori], a.badge-primary:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78,115,223,.5)
}

.badge-secondary[b-5fo3vitori] {
    color: #fff;
    background-color: #858796
}

a.badge-secondary:focus[b-5fo3vitori], a.badge-secondary:hover[b-5fo3vitori] {
    color: #fff;
    background-color: #6b6d7d
}

a.badge-secondary.focus[b-5fo3vitori], a.badge-secondary:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133,135,150,.5)
}

.badge-success[b-5fo3vitori] {
    color: #fff;
    background-color: #1cc88a
}

a.badge-success:focus[b-5fo3vitori], a.badge-success:hover[b-5fo3vitori] {
    color: #fff;
    background-color: #169b6b
}

a.badge-success.focus[b-5fo3vitori], a.badge-success:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-info[b-5fo3vitori] {
    color: #fff;
    background-color: #36b9cc
}

a.badge-info:focus[b-5fo3vitori], a.badge-info:hover[b-5fo3vitori] {
    color: #fff;
    background-color: #2a96a5
}

a.badge-info.focus[b-5fo3vitori], a.badge-info:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(54,185,204,.5)
}

.badge-warning[b-5fo3vitori] {
    color: #fff;
    background-color: #f6c23e
}

a.badge-warning:focus[b-5fo3vitori], a.badge-warning:hover[b-5fo3vitori] {
    color: #fff;
    background-color: #f4b30d
}

a.badge-warning.focus[b-5fo3vitori], a.badge-warning:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246,194,62,.5)
}

.badge-danger[b-5fo3vitori] {
    color: #fff;
    background-color: #e74a3b
}

a.badge-danger:focus[b-5fo3vitori], a.badge-danger:hover[b-5fo3vitori] {
    color: #fff;
    background-color: #d52a1a
}

a.badge-danger.focus[b-5fo3vitori], a.badge-danger:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(231,74,59,.5)
}

.badge-light[b-5fo3vitori] {
    color: #3a3b45;
    background-color: #f8f9fc
}

a.badge-light:focus[b-5fo3vitori], a.badge-light:hover[b-5fo3vitori] {
    color: #3a3b45;
    background-color: #d4daed
}

a.badge-light.focus[b-5fo3vitori], a.badge-light:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,252,.5)
}

.badge-dark[b-5fo3vitori] {
    color: #fff;
    background-color: #5a5c69
}

a.badge-dark:focus[b-5fo3vitori], a.badge-dark:hover[b-5fo3vitori] {
    color: #fff;
    background-color: #42444e
}

a.badge-dark.focus[b-5fo3vitori], a.badge-dark:focus[b-5fo3vitori] {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(90,92,105,.5)
}

.jumbotron[b-5fo3vitori] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eaecf4;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron[b-5fo3vitori] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-5fo3vitori] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-5fo3vitori] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .35rem
}

.alert-heading[b-5fo3vitori] {
    color: inherit
}

.alert-link[b-5fo3vitori] {
    font-weight: 700
}

.alert-dismissible[b-5fo3vitori] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-5fo3vitori] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-5fo3vitori] {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6
}

    .alert-primary hr[b-5fo3vitori] {
        border-top-color: #b7c7f2
    }

    .alert-primary .alert-link[b-5fo3vitori] {
        color: #1c294e
    }

.alert-secondary[b-5fo3vitori] {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2
}

    .alert-secondary hr[b-5fo3vitori] {
        border-top-color: #cfcfd6
    }

    .alert-secondary .alert-link[b-5fo3vitori] {
        color: #2d2e33
    }

.alert-success[b-5fo3vitori] {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de
}

    .alert-success hr[b-5fo3vitori] {
        border-top-color: #aaebd3
    }

    .alert-success .alert-link[b-5fo3vitori] {
        color: #093b29
    }

.alert-info[b-5fo3vitori] {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1
}

    .alert-info hr[b-5fo3vitori] {
        border-top-color: #b3e4ec
    }

    .alert-info .alert-link[b-5fo3vitori] {
        color: #113b42
    }

.alert-warning[b-5fo3vitori] {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9
}

    .alert-warning hr[b-5fo3vitori] {
        border-top-color: #fbe6b1
    }

    .alert-warning .alert-link[b-5fo3vitori] {
        color: #574516
    }

.alert-danger[b-5fo3vitori] {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8
}

    .alert-danger hr[b-5fo3vitori] {
        border-top-color: #f5b7b1
    }

    .alert-danger .alert-link[b-5fo3vitori] {
        color: #4f1915
    }

.alert-light[b-5fo3vitori] {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-5fo3vitori] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-5fo3vitori] {
        color: #686869
    }

.alert-dark[b-5fo3vitori] {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5
}

    .alert-dark hr[b-5fo3vitori] {
        border-top-color: #c4c4c9
    }

    .alert-dark .alert-link[b-5fo3vitori] {
        color: #18181c
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-5fo3vitori {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-5fo3vitori] {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar[b-5fo3vitori] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar[b-5fo3vitori] {
        transition: none
    }
}

.progress-bar-striped[b-5fo3vitori] {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-5fo3vitori] {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes-b-5fo3vitori
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-5fo3vitori] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-5fo3vitori] {
    display: flex;
    align-items: flex-start
}

.media-body[b-5fo3vitori] {
    flex: 1
}

.list-group[b-5fo3vitori] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .35rem
}

.list-group-item-action[b-5fo3vitori] {
    width: 100%;
    color: #6e707e;
    text-align: inherit
}

    .list-group-item-action:focus[b-5fo3vitori], .list-group-item-action:hover[b-5fo3vitori] {
        z-index: 1;
        color: #6e707e;
        text-decoration: none;
        background-color: #f8f9fc
    }

    .list-group-item-action:active[b-5fo3vitori] {
        color: #858796;
        background-color: #eaecf4
    }

.list-group-item[b-5fo3vitori] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-5fo3vitori] {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child[b-5fo3vitori] {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled[b-5fo3vitori], .list-group-item:disabled[b-5fo3vitori] {
        color: #858796;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-5fo3vitori] {
        z-index: 2;
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .list-group-item + .list-group-item[b-5fo3vitori] {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active[b-5fo3vitori] {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal[b-5fo3vitori] {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child[b-5fo3vitori] {
        border-bottom-left-radius: .35rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child[b-5fo3vitori] {
        border-top-right-radius: .35rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active[b-5fo3vitori] {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item[b-5fo3vitori] {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active[b-5fo3vitori] {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm[b-5fo3vitori] {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child[b-5fo3vitori] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child[b-5fo3vitori] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active[b-5fo3vitori] {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item[b-5fo3vitori] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active[b-5fo3vitori] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md[b-5fo3vitori] {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child[b-5fo3vitori] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child[b-5fo3vitori] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active[b-5fo3vitori] {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item[b-5fo3vitori] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active[b-5fo3vitori] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg[b-5fo3vitori] {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child[b-5fo3vitori] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child[b-5fo3vitori] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active[b-5fo3vitori] {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item[b-5fo3vitori] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active[b-5fo3vitori] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl[b-5fo3vitori] {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child[b-5fo3vitori] {
            border-bottom-left-radius: .35rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child[b-5fo3vitori] {
            border-top-right-radius: .35rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active[b-5fo3vitori] {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item[b-5fo3vitori] {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active[b-5fo3vitori] {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush[b-5fo3vitori] {
    border-radius: 0
}

    .list-group-flush > .list-group-item[b-5fo3vitori] {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child[b-5fo3vitori] {
            border-bottom-width: 0
        }

.list-group-item-primary[b-5fo3vitori] {
    color: #293c74;
    background-color: #cdd8f6
}

    .list-group-item-primary.list-group-item-action:focus[b-5fo3vitori], .list-group-item-primary.list-group-item-action:hover[b-5fo3vitori] {
        color: #293c74;
        background-color: #b7c7f2
    }

    .list-group-item-primary.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #293c74;
        border-color: #293c74
    }

.list-group-item-secondary[b-5fo3vitori] {
    color: #45464e;
    background-color: #dddde2
}

    .list-group-item-secondary.list-group-item-action:focus[b-5fo3vitori], .list-group-item-secondary.list-group-item-action:hover[b-5fo3vitori] {
        color: #45464e;
        background-color: #cfcfd6
    }

    .list-group-item-secondary.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #45464e;
        border-color: #45464e
    }

.list-group-item-success[b-5fo3vitori] {
    color: #0f6848;
    background-color: #bff0de
}

    .list-group-item-success.list-group-item-action:focus[b-5fo3vitori], .list-group-item-success.list-group-item-action:hover[b-5fo3vitori] {
        color: #0f6848;
        background-color: #aaebd3
    }

    .list-group-item-success.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #0f6848;
        border-color: #0f6848
    }

.list-group-item-info[b-5fo3vitori] {
    color: #1c606a;
    background-color: #c7ebf1
}

    .list-group-item-info.list-group-item-action:focus[b-5fo3vitori], .list-group-item-info.list-group-item-action:hover[b-5fo3vitori] {
        color: #1c606a;
        background-color: #b3e4ec
    }

    .list-group-item-info.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #1c606a;
        border-color: #1c606a
    }

.list-group-item-warning[b-5fo3vitori] {
    color: #806520;
    background-color: #fceec9
}

    .list-group-item-warning.list-group-item-action:focus[b-5fo3vitori], .list-group-item-warning.list-group-item-action:hover[b-5fo3vitori] {
        color: #806520;
        background-color: #fbe6b1
    }

    .list-group-item-warning.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #806520;
        border-color: #806520
    }

.list-group-item-danger[b-5fo3vitori] {
    color: #78261f;
    background-color: #f8ccc8
}

    .list-group-item-danger.list-group-item-action:focus[b-5fo3vitori], .list-group-item-danger.list-group-item-action:hover[b-5fo3vitori] {
        color: #78261f;
        background-color: #f5b7b1
    }

    .list-group-item-danger.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #78261f;
        border-color: #78261f
    }

.list-group-item-light[b-5fo3vitori] {
    color: #818183;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus[b-5fo3vitori], .list-group-item-light.list-group-item-action:hover[b-5fo3vitori] {
        color: #818183;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #818183;
        border-color: #818183
    }

.list-group-item-dark[b-5fo3vitori] {
    color: #2f3037;
    background-color: #d1d1d5
}

    .list-group-item-dark.list-group-item-action:focus[b-5fo3vitori], .list-group-item-dark.list-group-item-action:hover[b-5fo3vitori] {
        color: #2f3037;
        background-color: #c4c4c9
    }

    .list-group-item-dark.list-group-item-action.active[b-5fo3vitori] {
        color: #fff;
        background-color: #2f3037;
        border-color: #2f3037
    }

.close[b-5fo3vitori] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover[b-5fo3vitori] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus[b-5fo3vitori], .close:not(:disabled):not(.disabled):hover[b-5fo3vitori] {
        opacity: .75
    }

button.close[b-5fo3vitori] {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled[b-5fo3vitori] {
    pointer-events: none
}

.toast[b-5fo3vitori] {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-5fo3vitori] {
        margin-bottom: .75rem
    }

    .toast.showing[b-5fo3vitori] {
        opacity: 1
    }

    .toast.show[b-5fo3vitori] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-5fo3vitori] {
        display: none
    }

.toast-header[b-5fo3vitori] {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #858796;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body[b-5fo3vitori] {
    padding: .75rem
}

.modal-open[b-5fo3vitori] {
    overflow: hidden
}

    .modal-open .modal[b-5fo3vitori] {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal[b-5fo3vitori] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-5fo3vitori] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-5fo3vitori] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-5fo3vitori] {
        transition: none
    }
}

.modal.show .modal-dialog[b-5fo3vitori] {
    transform: none
}

.modal.modal-static .modal-dialog[b-5fo3vitori] {
    transform: scale(1.02)
}

.modal-dialog-scrollable[b-5fo3vitori] {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-5fo3vitori] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer[b-5fo3vitori], .modal-dialog-scrollable .modal-header[b-5fo3vitori] {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-5fo3vitori] {
        overflow-y: auto
    }

.modal-dialog-centered[b-5fo3vitori] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-5fo3vitori]::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-5fo3vitori] {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-5fo3vitori] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-5fo3vitori]::before {
            content: none
        }

.modal-content[b-5fo3vitori] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop[b-5fo3vitori] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-5fo3vitori] {
        opacity: 0
    }

    .modal-backdrop.show[b-5fo3vitori] {
        opacity: .5
    }

.modal-header[b-5fo3vitori] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close[b-5fo3vitori] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-5fo3vitori] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-5fo3vitori] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-5fo3vitori] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > *[b-5fo3vitori] {
        margin: .25rem
    }

.modal-scrollbar-measure[b-5fo3vitori] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog[b-5fo3vitori] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-5fo3vitori] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-5fo3vitori] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-5fo3vitori] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-5fo3vitori]::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm[b-5fo3vitori] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-5fo3vitori], .modal-xl[b-5fo3vitori] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-5fo3vitori] {
        max-width: 1140px
    }
}

.tooltip[b-5fo3vitori] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show[b-5fo3vitori] {
        opacity: .9
    }

    .tooltip .arrow[b-5fo3vitori] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-5fo3vitori]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top][b-5fo3vitori], .bs-tooltip-top[b-5fo3vitori] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow[b-5fo3vitori], .bs-tooltip-top .arrow[b-5fo3vitori] {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow[b-5fo3vitori]::before, .bs-tooltip-top .arrow[b-5fo3vitori]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right][b-5fo3vitori], .bs-tooltip-right[b-5fo3vitori] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow[b-5fo3vitori], .bs-tooltip-right .arrow[b-5fo3vitori] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow[b-5fo3vitori]::before, .bs-tooltip-right .arrow[b-5fo3vitori]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom][b-5fo3vitori], .bs-tooltip-bottom[b-5fo3vitori] {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow[b-5fo3vitori], .bs-tooltip-bottom .arrow[b-5fo3vitori] {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow[b-5fo3vitori]::before, .bs-tooltip-bottom .arrow[b-5fo3vitori]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left][b-5fo3vitori], .bs-tooltip-left[b-5fo3vitori] {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow[b-5fo3vitori], .bs-tooltip-left .arrow[b-5fo3vitori] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow[b-5fo3vitori]::before, .bs-tooltip-left .arrow[b-5fo3vitori]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-5fo3vitori] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .35rem
}

.popover[b-5fo3vitori] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow[b-5fo3vitori] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-5fo3vitori]::after, .popover .arrow[b-5fo3vitori]::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top][b-5fo3vitori], .bs-popover-top[b-5fo3vitori] {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow[b-5fo3vitori], .bs-popover-top > .arrow[b-5fo3vitori] {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow[b-5fo3vitori]::before, .bs-popover-top > .arrow[b-5fo3vitori]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow[b-5fo3vitori]::after, .bs-popover-top > .arrow[b-5fo3vitori]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right][b-5fo3vitori], .bs-popover-right[b-5fo3vitori] {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow[b-5fo3vitori], .bs-popover-right > .arrow[b-5fo3vitori] {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow[b-5fo3vitori]::before, .bs-popover-right > .arrow[b-5fo3vitori]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow[b-5fo3vitori]::after, .bs-popover-right > .arrow[b-5fo3vitori]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom][b-5fo3vitori], .bs-popover-bottom[b-5fo3vitori] {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow[b-5fo3vitori], .bs-popover-bottom > .arrow[b-5fo3vitori] {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-5fo3vitori]::before, .bs-popover-bottom > .arrow[b-5fo3vitori]::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow[b-5fo3vitori]::after, .bs-popover-bottom > .arrow[b-5fo3vitori]::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header[b-5fo3vitori]::before, .bs-popover-bottom .popover-header[b-5fo3vitori]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left][b-5fo3vitori], .bs-popover-left[b-5fo3vitori] {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow[b-5fo3vitori], .bs-popover-left > .arrow[b-5fo3vitori] {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow[b-5fo3vitori]::before, .bs-popover-left > .arrow[b-5fo3vitori]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow[b-5fo3vitori]::after, .bs-popover-left > .arrow[b-5fo3vitori]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-5fo3vitori] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty[b-5fo3vitori] {
        display: none
    }

.popover-body[b-5fo3vitori] {
    padding: .5rem .75rem;
    color: #858796
}

.carousel[b-5fo3vitori] {
    position: relative
}

    .carousel.pointer-event[b-5fo3vitori] {
        touch-action: pan-y
    }

.carousel-inner[b-5fo3vitori] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-5fo3vitori]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-5fo3vitori] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item[b-5fo3vitori] {
        transition: none
    }
}

.carousel-item-next[b-5fo3vitori], .carousel-item-prev[b-5fo3vitori], .carousel-item.active[b-5fo3vitori] {
    display: block
}

    .active.carousel-item-right[b-5fo3vitori], .carousel-item-next:not(.carousel-item-left)[b-5fo3vitori] {
        transform: translateX(100%)
    }

    .active.carousel-item-left[b-5fo3vitori], .carousel-item-prev:not(.carousel-item-right)[b-5fo3vitori] {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-5fo3vitori] {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left[b-5fo3vitori], .carousel-fade .carousel-item-prev.carousel-item-right[b-5fo3vitori], .carousel-fade .carousel-item.active[b-5fo3vitori] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-5fo3vitori], .carousel-fade .active.carousel-item-right[b-5fo3vitori] {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-5fo3vitori], .carousel-fade .active.carousel-item-right[b-5fo3vitori] {
        transition: none
    }
}

.carousel-control-next[b-5fo3vitori], .carousel-control-prev[b-5fo3vitori] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next[b-5fo3vitori], .carousel-control-prev[b-5fo3vitori] {
        transition: none
    }
}

.carousel-control-next:focus[b-5fo3vitori], .carousel-control-next:hover[b-5fo3vitori], .carousel-control-prev:focus[b-5fo3vitori], .carousel-control-prev:hover[b-5fo3vitori] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-5fo3vitori] {
    left: 0
}

.carousel-control-next[b-5fo3vitori] {
    right: 0
}

.carousel-control-next-icon[b-5fo3vitori], .carousel-control-prev-icon[b-5fo3vitori] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon[b-5fo3vitori] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon[b-5fo3vitori] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators[b-5fo3vitori] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-5fo3vitori] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-5fo3vitori] {
        transition: none
    }
}

.carousel-indicators .active[b-5fo3vitori] {
    opacity: 1
}

.carousel-caption[b-5fo3vitori] {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-5fo3vitori {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border[b-5fo3vitori] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border-b-5fo3vitori
}

.spinner-border-sm[b-5fo3vitori] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow-b-5fo3vitori {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow[b-5fo3vitori] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow-b-5fo3vitori
}

.spinner-grow-sm[b-5fo3vitori] {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border[b-5fo3vitori], .spinner-grow[b-5fo3vitori] {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline[b-5fo3vitori] {
    vertical-align: baseline !important
}

.align-top[b-5fo3vitori] {
    vertical-align: top !important
}

.align-middle[b-5fo3vitori] {
    vertical-align: middle !important
}

.align-bottom[b-5fo3vitori] {
    vertical-align: bottom !important
}

.align-text-bottom[b-5fo3vitori] {
    vertical-align: text-bottom !important
}

.align-text-top[b-5fo3vitori] {
    vertical-align: text-top !important
}

.bg-primary[b-5fo3vitori] {
    background-color: #4e73df !important
}

a.bg-primary:focus[b-5fo3vitori], a.bg-primary:hover[b-5fo3vitori], button.bg-primary:focus[b-5fo3vitori], button.bg-primary:hover[b-5fo3vitori] {
    background-color: #2653d4 !important
}

.bg-secondary[b-5fo3vitori] {
    background-color: #858796 !important
}

a.bg-secondary:focus[b-5fo3vitori], a.bg-secondary:hover[b-5fo3vitori], button.bg-secondary:focus[b-5fo3vitori], button.bg-secondary:hover[b-5fo3vitori] {
    background-color: #6b6d7d !important
}

.bg-success[b-5fo3vitori] {
    background-color: #1cc88a !important
}

a.bg-success:focus[b-5fo3vitori], a.bg-success:hover[b-5fo3vitori], button.bg-success:focus[b-5fo3vitori], button.bg-success:hover[b-5fo3vitori] {
    background-color: #169b6b !important
}

.bg-info[b-5fo3vitori] {
    background-color: #36b9cc !important
}

a.bg-info:focus[b-5fo3vitori], a.bg-info:hover[b-5fo3vitori], button.bg-info:focus[b-5fo3vitori], button.bg-info:hover[b-5fo3vitori] {
    background-color: #2a96a5 !important
}

.bg-warning[b-5fo3vitori] {
    background-color: #f6c23e !important
}

a.bg-warning:focus[b-5fo3vitori], a.bg-warning:hover[b-5fo3vitori], button.bg-warning:focus[b-5fo3vitori], button.bg-warning:hover[b-5fo3vitori] {
    background-color: #f4b30d !important
}

.bg-danger[b-5fo3vitori] {
    background-color: #e74a3b !important
}

a.bg-danger:focus[b-5fo3vitori], a.bg-danger:hover[b-5fo3vitori], button.bg-danger:focus[b-5fo3vitori], button.bg-danger:hover[b-5fo3vitori] {
    background-color: #d52a1a !important
}

.bg-light[b-5fo3vitori] {
    background-color: #f8f9fc !important
}

a.bg-light:focus[b-5fo3vitori], a.bg-light:hover[b-5fo3vitori], button.bg-light:focus[b-5fo3vitori], button.bg-light:hover[b-5fo3vitori] {
    background-color: #d4daed !important
}

.bg-dark[b-5fo3vitori] {
    background-color: #5a5c69 !important
}

a.bg-dark:focus[b-5fo3vitori], a.bg-dark:hover[b-5fo3vitori], button.bg-dark:focus[b-5fo3vitori], button.bg-dark:hover[b-5fo3vitori] {
    background-color: #42444e !important
}

.bg-white[b-5fo3vitori] {
    background-color: #fff !important
}

.bg-transparent[b-5fo3vitori] {
    background-color: transparent !important
}

.border[b-5fo3vitori] {
    border: 1px solid #e3e6f0 !important
}

.border-top[b-5fo3vitori] {
    border-top: 1px solid #e3e6f0 !important
}

.border-right[b-5fo3vitori] {
    border-right: 1px solid #e3e6f0 !important
}

.border-bottom[b-5fo3vitori] {
    border-bottom: 1px solid #e3e6f0 !important
}

.border-left[b-5fo3vitori] {
    border-left: 1px solid #e3e6f0 !important
}

.border-0[b-5fo3vitori] {
    border: 0 !important
}

.border-top-0[b-5fo3vitori] {
    border-top: 0 !important
}

.border-right-0[b-5fo3vitori] {
    border-right: 0 !important
}

.border-bottom-0[b-5fo3vitori] {
    border-bottom: 0 !important
}

.border-left-0[b-5fo3vitori] {
    border-left: 0 !important
}

.border-primary[b-5fo3vitori] {
    border-color: #4e73df !important
}

.border-secondary[b-5fo3vitori] {
    border-color: #858796 !important
}

.border-success[b-5fo3vitori] {
    border-color: #1cc88a !important
}

.border-info[b-5fo3vitori] {
    border-color: #36b9cc !important
}

.border-warning[b-5fo3vitori] {
    border-color: #f6c23e !important
}

.border-danger[b-5fo3vitori] {
    border-color: #e74a3b !important
}

.border-light[b-5fo3vitori] {
    border-color: #f8f9fc !important
}

.border-dark[b-5fo3vitori] {
    border-color: #5a5c69 !important
}

.border-white[b-5fo3vitori] {
    border-color: #fff !important
}

.rounded-sm[b-5fo3vitori] {
    border-radius: .2rem !important
}

.rounded[b-5fo3vitori] {
    border-radius: .35rem !important
}

.rounded-top[b-5fo3vitori] {
    border-top-left-radius: .35rem !important;
    border-top-right-radius: .35rem !important
}

.rounded-right[b-5fo3vitori] {
    border-top-right-radius: .35rem !important;
    border-bottom-right-radius: .35rem !important
}

.rounded-bottom[b-5fo3vitori] {
    border-bottom-right-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-left[b-5fo3vitori] {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.rounded-lg[b-5fo3vitori] {
    border-radius: .3rem !important
}

.rounded-circle[b-5fo3vitori] {
    border-radius: 50% !important
}

.rounded-pill[b-5fo3vitori] {
    border-radius: 50rem !important
}

.rounded-0[b-5fo3vitori] {
    border-radius: 0 !important
}

.clearfix[b-5fo3vitori]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-5fo3vitori] {
    display: none !important
}

.d-inline[b-5fo3vitori] {
    display: inline !important
}

.d-inline-block[b-5fo3vitori] {
    display: inline-block !important
}

.d-block[b-5fo3vitori] {
    display: block !important
}



.d-flex[b-5fo3vitori] {
    display: flex !important
}

.d-inline-flex[b-5fo3vitori] {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none[b-5fo3vitori] {
        display: none !important
    }

    .d-sm-inline[b-5fo3vitori] {
        display: inline !important
    }

    .d-sm-inline-block[b-5fo3vitori] {
        display: inline-block !important
    }

    .d-sm-block[b-5fo3vitori] {
        display: block !important
    }


    .d-sm-flex[b-5fo3vitori] {
        display: flex !important
    }

    .d-sm-inline-flex[b-5fo3vitori] {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none[b-5fo3vitori] {
        display: none !important
    }

    .d-md-inline[b-5fo3vitori] {
        display: inline !important
    }

    .d-md-inline-block[b-5fo3vitori] {
        display: inline-block !important
    }

    .d-md-block[b-5fo3vitori] {
        display: block !important
    }


    .d-md-flex[b-5fo3vitori] {
        display: flex !important
    }

    .d-md-inline-flex[b-5fo3vitori] {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none[b-5fo3vitori] {
        display: none !important
    }

    .d-lg-inline[b-5fo3vitori] {
        display: inline !important
    }

    .d-lg-inline-block[b-5fo3vitori] {
        display: inline-block !important
    }

    .d-lg-block[b-5fo3vitori] {
        display: block !important
    }


    .d-lg-flex[b-5fo3vitori] {
        display: flex !important
    }

    .d-lg-inline-flex[b-5fo3vitori] {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none[b-5fo3vitori] {
        display: none !important
    }

    .d-xl-inline[b-5fo3vitori] {
        display: inline !important
    }

    .d-xl-inline-block[b-5fo3vitori] {
        display: inline-block !important
    }

    .d-xl-block[b-5fo3vitori] {
        display: block !important
    }


    .d-xl-flex[b-5fo3vitori] {
        display: flex !important
    }

    .d-xl-inline-flex[b-5fo3vitori] {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-5fo3vitori] {
        display: none !important
    }

    .d-print-inline[b-5fo3vitori] {
        display: inline !important
    }

    .d-print-inline-block[b-5fo3vitori] {
        display: inline-block !important
    }

    .d-print-block[b-5fo3vitori] {
        display: block !important
    }


    .d-print-flex[b-5fo3vitori] {
        display: flex !important
    }

    .d-print-inline-flex[b-5fo3vitori] {
        display: inline-flex !important
    }
}

.embed-responsive[b-5fo3vitori] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-5fo3vitori]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-5fo3vitori], .embed-responsive embed[b-5fo3vitori], .embed-responsive iframe[b-5fo3vitori], .embed-responsive object[b-5fo3vitori], .embed-responsive video[b-5fo3vitori] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-5fo3vitori]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-5fo3vitori]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-5fo3vitori]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-5fo3vitori]::before {
    padding-top: 100%
}

.flex-row[b-5fo3vitori] {
    flex-direction: row !important
}

.flex-column[b-5fo3vitori] {
    flex-direction: column !important
}

.flex-row-reverse[b-5fo3vitori] {
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-5fo3vitori] {
    flex-direction: column-reverse !important
}

.flex-wrap[b-5fo3vitori] {
    flex-wrap: wrap !important
}

.flex-nowrap[b-5fo3vitori] {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-5fo3vitori] {
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-5fo3vitori] {
    flex: 1 1 auto !important
}

.flex-grow-0[b-5fo3vitori] {
    flex-grow: 0 !important
}

.flex-grow-1[b-5fo3vitori] {
    flex-grow: 1 !important
}

.flex-shrink-0[b-5fo3vitori] {
    flex-shrink: 0 !important
}

.flex-shrink-1[b-5fo3vitori] {
    flex-shrink: 1 !important
}

.justify-content-start[b-5fo3vitori] {
    justify-content: flex-start !important
}

.justify-content-end[b-5fo3vitori] {
    justify-content: flex-end !important
}

.justify-content-center[b-5fo3vitori] {
    justify-content: center !important
}

.justify-content-between[b-5fo3vitori] {
    justify-content: space-between !important
}

.justify-content-around[b-5fo3vitori] {
    justify-content: space-around !important
}

.align-items-start[b-5fo3vitori] {
    align-items: flex-start !important
}

.align-items-end[b-5fo3vitori] {
    align-items: flex-end !important
}

.align-items-center[b-5fo3vitori] {
    align-items: center !important
}

.align-items-baseline[b-5fo3vitori] {
    align-items: baseline !important
}

.align-items-stretch[b-5fo3vitori] {
    align-items: stretch !important
}

.align-content-start[b-5fo3vitori] {
    align-content: flex-start !important
}

.align-content-end[b-5fo3vitori] {
    align-content: flex-end !important
}

.align-content-center[b-5fo3vitori] {
    align-content: center !important
}

.align-content-between[b-5fo3vitori] {
    align-content: space-between !important
}

.align-content-around[b-5fo3vitori] {
    align-content: space-around !important
}

.align-content-stretch[b-5fo3vitori] {
    align-content: stretch !important
}

.align-self-auto[b-5fo3vitori] {
    align-self: auto !important
}

.align-self-start[b-5fo3vitori] {
    align-self: flex-start !important
}

.align-self-end[b-5fo3vitori] {
    align-self: flex-end !important
}

.align-self-center[b-5fo3vitori] {
    align-self: center !important
}

.align-self-baseline[b-5fo3vitori] {
    align-self: baseline !important
}

.align-self-stretch[b-5fo3vitori] {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row[b-5fo3vitori] {
        flex-direction: row !important
    }

    .flex-sm-column[b-5fo3vitori] {
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-5fo3vitori] {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-5fo3vitori] {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-5fo3vitori] {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-5fo3vitori] {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-5fo3vitori] {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-5fo3vitori] {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-5fo3vitori] {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-5fo3vitori] {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-5fo3vitori] {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-5fo3vitori] {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-5fo3vitori] {
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-5fo3vitori] {
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-5fo3vitori] {
        justify-content: center !important
    }

    .justify-content-sm-between[b-5fo3vitori] {
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-5fo3vitori] {
        justify-content: space-around !important
    }

    .align-items-sm-start[b-5fo3vitori] {
        align-items: flex-start !important
    }

    .align-items-sm-end[b-5fo3vitori] {
        align-items: flex-end !important
    }

    .align-items-sm-center[b-5fo3vitori] {
        align-items: center !important
    }

    .align-items-sm-baseline[b-5fo3vitori] {
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-5fo3vitori] {
        align-items: stretch !important
    }

    .align-content-sm-start[b-5fo3vitori] {
        align-content: flex-start !important
    }

    .align-content-sm-end[b-5fo3vitori] {
        align-content: flex-end !important
    }

    .align-content-sm-center[b-5fo3vitori] {
        align-content: center !important
    }

    .align-content-sm-between[b-5fo3vitori] {
        align-content: space-between !important
    }

    .align-content-sm-around[b-5fo3vitori] {
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-5fo3vitori] {
        align-content: stretch !important
    }

    .align-self-sm-auto[b-5fo3vitori] {
        align-self: auto !important
    }

    .align-self-sm-start[b-5fo3vitori] {
        align-self: flex-start !important
    }

    .align-self-sm-end[b-5fo3vitori] {
        align-self: flex-end !important
    }

    .align-self-sm-center[b-5fo3vitori] {
        align-self: center !important
    }

    .align-self-sm-baseline[b-5fo3vitori] {
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-5fo3vitori] {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row[b-5fo3vitori] {
        flex-direction: row !important
    }

    .flex-md-column[b-5fo3vitori] {
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-5fo3vitori] {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-5fo3vitori] {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-5fo3vitori] {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-5fo3vitori] {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-5fo3vitori] {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-5fo3vitori] {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-5fo3vitori] {
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-5fo3vitori] {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-5fo3vitori] {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-5fo3vitori] {
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-5fo3vitori] {
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-5fo3vitori] {
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-5fo3vitori] {
        justify-content: center !important
    }

    .justify-content-md-between[b-5fo3vitori] {
        justify-content: space-between !important
    }

    .justify-content-md-around[b-5fo3vitori] {
        justify-content: space-around !important
    }

    .align-items-md-start[b-5fo3vitori] {
        align-items: flex-start !important
    }

    .align-items-md-end[b-5fo3vitori] {
        align-items: flex-end !important
    }

    .align-items-md-center[b-5fo3vitori] {
        align-items: center !important
    }

    .align-items-md-baseline[b-5fo3vitori] {
        align-items: baseline !important
    }

    .align-items-md-stretch[b-5fo3vitori] {
        align-items: stretch !important
    }

    .align-content-md-start[b-5fo3vitori] {
        align-content: flex-start !important
    }

    .align-content-md-end[b-5fo3vitori] {
        align-content: flex-end !important
    }

    .align-content-md-center[b-5fo3vitori] {
        align-content: center !important
    }

    .align-content-md-between[b-5fo3vitori] {
        align-content: space-between !important
    }

    .align-content-md-around[b-5fo3vitori] {
        align-content: space-around !important
    }

    .align-content-md-stretch[b-5fo3vitori] {
        align-content: stretch !important
    }

    .align-self-md-auto[b-5fo3vitori] {
        align-self: auto !important
    }

    .align-self-md-start[b-5fo3vitori] {
        align-self: flex-start !important
    }

    .align-self-md-end[b-5fo3vitori] {
        align-self: flex-end !important
    }

    .align-self-md-center[b-5fo3vitori] {
        align-self: center !important
    }

    .align-self-md-baseline[b-5fo3vitori] {
        align-self: baseline !important
    }

    .align-self-md-stretch[b-5fo3vitori] {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row[b-5fo3vitori] {
        flex-direction: row !important
    }

    .flex-lg-column[b-5fo3vitori] {
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-5fo3vitori] {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-5fo3vitori] {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-5fo3vitori] {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-5fo3vitori] {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-5fo3vitori] {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-5fo3vitori] {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-5fo3vitori] {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-5fo3vitori] {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-5fo3vitori] {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-5fo3vitori] {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-5fo3vitori] {
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-5fo3vitori] {
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-5fo3vitori] {
        justify-content: center !important
    }

    .justify-content-lg-between[b-5fo3vitori] {
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-5fo3vitori] {
        justify-content: space-around !important
    }

    .align-items-lg-start[b-5fo3vitori] {
        align-items: flex-start !important
    }

    .align-items-lg-end[b-5fo3vitori] {
        align-items: flex-end !important
    }

    .align-items-lg-center[b-5fo3vitori] {
        align-items: center !important
    }

    .align-items-lg-baseline[b-5fo3vitori] {
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-5fo3vitori] {
        align-items: stretch !important
    }

    .align-content-lg-start[b-5fo3vitori] {
        align-content: flex-start !important
    }

    .align-content-lg-end[b-5fo3vitori] {
        align-content: flex-end !important
    }

    .align-content-lg-center[b-5fo3vitori] {
        align-content: center !important
    }

    .align-content-lg-between[b-5fo3vitori] {
        align-content: space-between !important
    }

    .align-content-lg-around[b-5fo3vitori] {
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-5fo3vitori] {
        align-content: stretch !important
    }

    .align-self-lg-auto[b-5fo3vitori] {
        align-self: auto !important
    }

    .align-self-lg-start[b-5fo3vitori] {
        align-self: flex-start !important
    }

    .align-self-lg-end[b-5fo3vitori] {
        align-self: flex-end !important
    }

    .align-self-lg-center[b-5fo3vitori] {
        align-self: center !important
    }

    .align-self-lg-baseline[b-5fo3vitori] {
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-5fo3vitori] {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row[b-5fo3vitori] {
        flex-direction: row !important
    }

    .flex-xl-column[b-5fo3vitori] {
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-5fo3vitori] {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-5fo3vitori] {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-5fo3vitori] {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-5fo3vitori] {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-5fo3vitori] {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-5fo3vitori] {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-5fo3vitori] {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-5fo3vitori] {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-5fo3vitori] {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-5fo3vitori] {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-5fo3vitori] {
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-5fo3vitori] {
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-5fo3vitori] {
        justify-content: center !important
    }

    .justify-content-xl-between[b-5fo3vitori] {
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-5fo3vitori] {
        justify-content: space-around !important
    }

    .align-items-xl-start[b-5fo3vitori] {
        align-items: flex-start !important
    }

    .align-items-xl-end[b-5fo3vitori] {
        align-items: flex-end !important
    }

    .align-items-xl-center[b-5fo3vitori] {
        align-items: center !important
    }

    .align-items-xl-baseline[b-5fo3vitori] {
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-5fo3vitori] {
        align-items: stretch !important
    }

    .align-content-xl-start[b-5fo3vitori] {
        align-content: flex-start !important
    }

    .align-content-xl-end[b-5fo3vitori] {
        align-content: flex-end !important
    }

    .align-content-xl-center[b-5fo3vitori] {
        align-content: center !important
    }

    .align-content-xl-between[b-5fo3vitori] {
        align-content: space-between !important
    }

    .align-content-xl-around[b-5fo3vitori] {
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-5fo3vitori] {
        align-content: stretch !important
    }

    .align-self-xl-auto[b-5fo3vitori] {
        align-self: auto !important
    }

    .align-self-xl-start[b-5fo3vitori] {
        align-self: flex-start !important
    }

    .align-self-xl-end[b-5fo3vitori] {
        align-self: flex-end !important
    }

    .align-self-xl-center[b-5fo3vitori] {
        align-self: center !important
    }

    .align-self-xl-baseline[b-5fo3vitori] {
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-5fo3vitori] {
        align-self: stretch !important
    }
}

.float-left[b-5fo3vitori] {
    float: left !important
}

.float-right[b-5fo3vitori] {
    float: right !important
}

.float-none[b-5fo3vitori] {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left[b-5fo3vitori] {
        float: left !important
    }

    .float-sm-right[b-5fo3vitori] {
        float: right !important
    }

    .float-sm-none[b-5fo3vitori] {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left[b-5fo3vitori] {
        float: left !important
    }

    .float-md-right[b-5fo3vitori] {
        float: right !important
    }

    .float-md-none[b-5fo3vitori] {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left[b-5fo3vitori] {
        float: left !important
    }

    .float-lg-right[b-5fo3vitori] {
        float: right !important
    }

    .float-lg-none[b-5fo3vitori] {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left[b-5fo3vitori] {
        float: left !important
    }

    .float-xl-right[b-5fo3vitori] {
        float: right !important
    }

    .float-xl-none[b-5fo3vitori] {
        float: none !important
    }
}

.user-select-all[b-5fo3vitori] {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto[b-5fo3vitori] {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none[b-5fo3vitori] {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto[b-5fo3vitori] {
    overflow: auto !important
}

.overflow-hidden[b-5fo3vitori] {
    overflow: hidden !important
}

.position-static[b-5fo3vitori] {
    position: static !important
}

.position-relative[b-5fo3vitori] {
    position: relative !important
}

.position-absolute[b-5fo3vitori] {
    position: absolute !important
}

.position-fixed[b-5fo3vitori] {
    position: fixed !important
}

.position-sticky[b-5fo3vitori] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-5fo3vitori] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-5fo3vitori] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-5fo3vitori] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-5fo3vitori] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-5fo3vitori], .sr-only-focusable:focus[b-5fo3vitori] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-5fo3vitori] {
    box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important
}

.shadow[b-5fo3vitori] {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important
}

.shadow-lg[b-5fo3vitori] {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-5fo3vitori] {
    box-shadow: none !important
}

.w-25[b-5fo3vitori] {
    width: 25% !important
}

.w-50[b-5fo3vitori] {
    width: 50% !important
}

.w-75[b-5fo3vitori] {
    width: 75% !important
}

.w-100[b-5fo3vitori] {
    width: 100% !important
}

.w-auto[b-5fo3vitori] {
    width: auto !important
}

.h-25[b-5fo3vitori] {
    height: 25% !important
}

.h-50[b-5fo3vitori] {
    height: 50% !important
}

.h-75[b-5fo3vitori] {
    height: 75% !important
}

.h-100[b-5fo3vitori] {
    height: 100% !important
}

.h-auto[b-5fo3vitori] {
    height: auto !important
}

.mw-100[b-5fo3vitori] {
    max-width: 100% !important
}

.mh-100[b-5fo3vitori] {
    max-height: 100% !important
}

.min-vw-100[b-5fo3vitori] {
    min-width: 100vw !important
}

.min-vh-100[b-5fo3vitori] {
    min-height: 100vh !important
}

.vw-100[b-5fo3vitori] {
    width: 100vw !important
}

.vh-100[b-5fo3vitori] {
    height: 100vh !important
}

.m-0[b-5fo3vitori] {
    margin: 0 !important
}

.mt-0[b-5fo3vitori], .my-0[b-5fo3vitori] {
    margin-top: 0 !important
}

.mr-0[b-5fo3vitori], .mx-0[b-5fo3vitori] {
    margin-right: 0 !important
}

.mb-0[b-5fo3vitori], .my-0[b-5fo3vitori] {
    margin-bottom: 0 !important
}

.ml-0[b-5fo3vitori], .mx-0[b-5fo3vitori] {
    margin-left: 0 !important
}

.m-1[b-5fo3vitori] {
    margin: .25rem !important
}

.mt-1[b-5fo3vitori], .my-1[b-5fo3vitori] {
    margin-top: .25rem !important
}

.mr-1[b-5fo3vitori], .mx-1[b-5fo3vitori] {
    margin-right: .25rem !important
}

.mb-1[b-5fo3vitori], .my-1[b-5fo3vitori] {
    margin-bottom: .25rem !important
}

.ml-1[b-5fo3vitori], .mx-1[b-5fo3vitori] {
    margin-left: .25rem !important
}

.m-2[b-5fo3vitori] {
    margin: .5rem !important
}

.mt-2[b-5fo3vitori], .my-2[b-5fo3vitori] {
    margin-top: .5rem !important
}

.mr-2[b-5fo3vitori], .mx-2[b-5fo3vitori] {
    margin-right: .5rem !important
}

.mb-2[b-5fo3vitori], .my-2[b-5fo3vitori] {
    margin-bottom: .5rem !important
}

.ml-2[b-5fo3vitori], .mx-2[b-5fo3vitori] {
    margin-left: .5rem !important
}

.m-3[b-5fo3vitori] {
    margin: 1rem !important
}

.mt-3[b-5fo3vitori], .my-3[b-5fo3vitori] {
    margin-top: 1rem !important
}

.mr-3[b-5fo3vitori], .mx-3[b-5fo3vitori] {
    margin-right: 1rem !important
}

.mb-3[b-5fo3vitori], .my-3[b-5fo3vitori] {
    margin-bottom: 1rem !important
}

.ml-3[b-5fo3vitori], .mx-3[b-5fo3vitori] {
    margin-left: 1rem !important
}

.m-4[b-5fo3vitori] {
    margin: 1.5rem !important
}

.mt-4[b-5fo3vitori], .my-4[b-5fo3vitori] {
    margin-top: 1.5rem !important
}

.mr-4[b-5fo3vitori], .mx-4[b-5fo3vitori] {
    margin-right: 1.5rem !important
}

.mb-4[b-5fo3vitori], .my-4[b-5fo3vitori] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-5fo3vitori], .mx-4[b-5fo3vitori] {
    margin-left: 1.5rem !important
}

.m-5[b-5fo3vitori] {
    margin: 3rem !important
}

.mt-5[b-5fo3vitori], .my-5[b-5fo3vitori] {
    margin-top: 3rem !important
}

.mr-5[b-5fo3vitori], .mx-5[b-5fo3vitori] {
    margin-right: 3rem !important
}

.mb-5[b-5fo3vitori], .my-5[b-5fo3vitori] {
    margin-bottom: 3rem !important
}

.ml-5[b-5fo3vitori], .mx-5[b-5fo3vitori] {
    margin-left: 3rem !important
}

.p-0[b-5fo3vitori] {
    padding: 0 !important
}

.pt-0[b-5fo3vitori], .py-0[b-5fo3vitori] {
    padding-top: 0 !important
}

.pr-0[b-5fo3vitori], .px-0[b-5fo3vitori] {
    padding-right: 0 !important
}

.pb-0[b-5fo3vitori], .py-0[b-5fo3vitori] {
    padding-bottom: 0 !important
}

.pl-0[b-5fo3vitori], .px-0[b-5fo3vitori] {
    padding-left: 0 !important
}

.p-1[b-5fo3vitori] {
    padding: .25rem !important
}

.pt-1[b-5fo3vitori], .py-1[b-5fo3vitori] {
    padding-top: .25rem !important
}

.pr-1[b-5fo3vitori], .px-1[b-5fo3vitori] {
    padding-right: .25rem !important
}

.pb-1[b-5fo3vitori], .py-1[b-5fo3vitori] {
    padding-bottom: .25rem !important
}

.pl-1[b-5fo3vitori], .px-1[b-5fo3vitori] {
    padding-left: .25rem !important
}

.p-2[b-5fo3vitori] {
    padding: .5rem !important
}

.pt-2[b-5fo3vitori], .py-2[b-5fo3vitori] {
    padding-top: .5rem !important
}

.pr-2[b-5fo3vitori], .px-2[b-5fo3vitori] {
    padding-right: .5rem !important
}

.pb-2[b-5fo3vitori], .py-2[b-5fo3vitori] {
    padding-bottom: .5rem !important
}

.pl-2[b-5fo3vitori], .px-2[b-5fo3vitori] {
    padding-left: .5rem !important
}

.p-3[b-5fo3vitori] {
    padding: 1rem !important
}

.pt-3[b-5fo3vitori], .py-3[b-5fo3vitori] {
    padding-top: 1rem !important
}

.pr-3[b-5fo3vitori], .px-3[b-5fo3vitori] {
    padding-right: 1rem !important
}

.pb-3[b-5fo3vitori], .py-3[b-5fo3vitori] {
    padding-bottom: 1rem !important
}

.pl-3[b-5fo3vitori], .px-3[b-5fo3vitori] {
    padding-left: 1rem !important
}

.p-4[b-5fo3vitori] {
    padding: 1.5rem !important
}

.pt-4[b-5fo3vitori], .py-4[b-5fo3vitori] {
    padding-top: 1.5rem !important
}

.pr-4[b-5fo3vitori], .px-4[b-5fo3vitori] {
    padding-right: 1.5rem !important
}

.pb-4[b-5fo3vitori], .py-4[b-5fo3vitori] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-5fo3vitori], .px-4[b-5fo3vitori] {
    padding-left: 1.5rem !important
}

.p-5[b-5fo3vitori] {
    padding: 3rem !important
}

.pt-5[b-5fo3vitori], .py-5[b-5fo3vitori] {
    padding-top: 3rem !important
}

.pr-5[b-5fo3vitori], .px-5[b-5fo3vitori] {
    padding-right: 3rem !important
}

.pb-5[b-5fo3vitori], .py-5[b-5fo3vitori] {
    padding-bottom: 3rem !important
}

.pl-5[b-5fo3vitori], .px-5[b-5fo3vitori] {
    padding-left: 3rem !important
}

.m-n1[b-5fo3vitori] {
    margin: -.25rem !important
}

.mt-n1[b-5fo3vitori], .my-n1[b-5fo3vitori] {
    margin-top: -.25rem !important
}

.mr-n1[b-5fo3vitori], .mx-n1[b-5fo3vitori] {
    margin-right: -.25rem !important
}

.mb-n1[b-5fo3vitori], .my-n1[b-5fo3vitori] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-5fo3vitori], .mx-n1[b-5fo3vitori] {
    margin-left: -.25rem !important
}

.m-n2[b-5fo3vitori] {
    margin: -.5rem !important
}

.mt-n2[b-5fo3vitori], .my-n2[b-5fo3vitori] {
    margin-top: -.5rem !important
}

.mr-n2[b-5fo3vitori], .mx-n2[b-5fo3vitori] {
    margin-right: -.5rem !important
}

.mb-n2[b-5fo3vitori], .my-n2[b-5fo3vitori] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-5fo3vitori], .mx-n2[b-5fo3vitori] {
    margin-left: -.5rem !important
}

.m-n3[b-5fo3vitori] {
    margin: -1rem !important
}

.mt-n3[b-5fo3vitori], .my-n3[b-5fo3vitori] {
    margin-top: -1rem !important
}

.mr-n3[b-5fo3vitori], .mx-n3[b-5fo3vitori] {
    margin-right: -1rem !important
}

.mb-n3[b-5fo3vitori], .my-n3[b-5fo3vitori] {
    margin-bottom: -1rem !important
}

.ml-n3[b-5fo3vitori], .mx-n3[b-5fo3vitori] {
    margin-left: -1rem !important
}

.m-n4[b-5fo3vitori] {
    margin: -1.5rem !important
}

.mt-n4[b-5fo3vitori], .my-n4[b-5fo3vitori] {
    margin-top: -1.5rem !important
}

.mr-n4[b-5fo3vitori], .mx-n4[b-5fo3vitori] {
    margin-right: -1.5rem !important
}

.mb-n4[b-5fo3vitori], .my-n4[b-5fo3vitori] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-5fo3vitori], .mx-n4[b-5fo3vitori] {
    margin-left: -1.5rem !important
}

.m-n5[b-5fo3vitori] {
    margin: -3rem !important
}

.mt-n5[b-5fo3vitori], .my-n5[b-5fo3vitori] {
    margin-top: -3rem !important
}

.mr-n5[b-5fo3vitori], .mx-n5[b-5fo3vitori] {
    margin-right: -3rem !important
}

.mb-n5[b-5fo3vitori], .my-n5[b-5fo3vitori] {
    margin-bottom: -3rem !important
}

.ml-n5[b-5fo3vitori], .mx-n5[b-5fo3vitori] {
    margin-left: -3rem !important
}

.m-auto[b-5fo3vitori] {
    margin: auto !important
}

.mt-auto[b-5fo3vitori], .my-auto[b-5fo3vitori] {
    margin-top: auto !important
}

.mr-auto[b-5fo3vitori], .mx-auto[b-5fo3vitori] {
    margin-right: auto !important
}

.mb-auto[b-5fo3vitori], .my-auto[b-5fo3vitori] {
    margin-bottom: auto !important
}

.ml-auto[b-5fo3vitori], .mx-auto[b-5fo3vitori] {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0[b-5fo3vitori] {
        margin: 0 !important
    }

    .mt-sm-0[b-5fo3vitori], .my-sm-0[b-5fo3vitori] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-5fo3vitori], .mx-sm-0[b-5fo3vitori] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-5fo3vitori], .my-sm-0[b-5fo3vitori] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-5fo3vitori], .mx-sm-0[b-5fo3vitori] {
        margin-left: 0 !important
    }

    .m-sm-1[b-5fo3vitori] {
        margin: .25rem !important
    }

    .mt-sm-1[b-5fo3vitori], .my-sm-1[b-5fo3vitori] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-5fo3vitori], .mx-sm-1[b-5fo3vitori] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-5fo3vitori], .my-sm-1[b-5fo3vitori] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-5fo3vitori], .mx-sm-1[b-5fo3vitori] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-5fo3vitori] {
        margin: .5rem !important
    }

    .mt-sm-2[b-5fo3vitori], .my-sm-2[b-5fo3vitori] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-5fo3vitori], .mx-sm-2[b-5fo3vitori] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-5fo3vitori], .my-sm-2[b-5fo3vitori] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-5fo3vitori], .mx-sm-2[b-5fo3vitori] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-5fo3vitori] {
        margin: 1rem !important
    }

    .mt-sm-3[b-5fo3vitori], .my-sm-3[b-5fo3vitori] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-5fo3vitori], .mx-sm-3[b-5fo3vitori] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-5fo3vitori], .my-sm-3[b-5fo3vitori] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-5fo3vitori], .mx-sm-3[b-5fo3vitori] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-5fo3vitori] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-5fo3vitori], .my-sm-4[b-5fo3vitori] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-5fo3vitori], .mx-sm-4[b-5fo3vitori] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-5fo3vitori], .my-sm-4[b-5fo3vitori] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-5fo3vitori], .mx-sm-4[b-5fo3vitori] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-5fo3vitori] {
        margin: 3rem !important
    }

    .mt-sm-5[b-5fo3vitori], .my-sm-5[b-5fo3vitori] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-5fo3vitori], .mx-sm-5[b-5fo3vitori] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-5fo3vitori], .my-sm-5[b-5fo3vitori] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-5fo3vitori], .mx-sm-5[b-5fo3vitori] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-5fo3vitori] {
        padding: 0 !important
    }

    .pt-sm-0[b-5fo3vitori], .py-sm-0[b-5fo3vitori] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-5fo3vitori], .px-sm-0[b-5fo3vitori] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-5fo3vitori], .py-sm-0[b-5fo3vitori] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-5fo3vitori], .px-sm-0[b-5fo3vitori] {
        padding-left: 0 !important
    }

    .p-sm-1[b-5fo3vitori] {
        padding: .25rem !important
    }

    .pt-sm-1[b-5fo3vitori], .py-sm-1[b-5fo3vitori] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-5fo3vitori], .px-sm-1[b-5fo3vitori] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-5fo3vitori], .py-sm-1[b-5fo3vitori] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-5fo3vitori], .px-sm-1[b-5fo3vitori] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-5fo3vitori] {
        padding: .5rem !important
    }

    .pt-sm-2[b-5fo3vitori], .py-sm-2[b-5fo3vitori] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-5fo3vitori], .px-sm-2[b-5fo3vitori] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-5fo3vitori], .py-sm-2[b-5fo3vitori] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-5fo3vitori], .px-sm-2[b-5fo3vitori] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-5fo3vitori] {
        padding: 1rem !important
    }

    .pt-sm-3[b-5fo3vitori], .py-sm-3[b-5fo3vitori] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-5fo3vitori], .px-sm-3[b-5fo3vitori] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-5fo3vitori], .py-sm-3[b-5fo3vitori] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-5fo3vitori], .px-sm-3[b-5fo3vitori] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-5fo3vitori] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-5fo3vitori], .py-sm-4[b-5fo3vitori] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-5fo3vitori], .px-sm-4[b-5fo3vitori] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-5fo3vitori], .py-sm-4[b-5fo3vitori] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-5fo3vitori], .px-sm-4[b-5fo3vitori] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-5fo3vitori] {
        padding: 3rem !important
    }

    .pt-sm-5[b-5fo3vitori], .py-sm-5[b-5fo3vitori] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-5fo3vitori], .px-sm-5[b-5fo3vitori] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-5fo3vitori], .py-sm-5[b-5fo3vitori] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-5fo3vitori], .px-sm-5[b-5fo3vitori] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-5fo3vitori] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-5fo3vitori], .my-sm-n1[b-5fo3vitori] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-5fo3vitori], .mx-sm-n1[b-5fo3vitori] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-5fo3vitori], .my-sm-n1[b-5fo3vitori] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-5fo3vitori], .mx-sm-n1[b-5fo3vitori] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-5fo3vitori] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-5fo3vitori], .my-sm-n2[b-5fo3vitori] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-5fo3vitori], .mx-sm-n2[b-5fo3vitori] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-5fo3vitori], .my-sm-n2[b-5fo3vitori] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-5fo3vitori], .mx-sm-n2[b-5fo3vitori] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-5fo3vitori] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-5fo3vitori], .my-sm-n3[b-5fo3vitori] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-5fo3vitori], .mx-sm-n3[b-5fo3vitori] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-5fo3vitori], .my-sm-n3[b-5fo3vitori] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-5fo3vitori], .mx-sm-n3[b-5fo3vitori] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-5fo3vitori] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-5fo3vitori], .my-sm-n4[b-5fo3vitori] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-5fo3vitori], .mx-sm-n4[b-5fo3vitori] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-5fo3vitori], .my-sm-n4[b-5fo3vitori] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-5fo3vitori], .mx-sm-n4[b-5fo3vitori] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-5fo3vitori] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-5fo3vitori], .my-sm-n5[b-5fo3vitori] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-5fo3vitori], .mx-sm-n5[b-5fo3vitori] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-5fo3vitori], .my-sm-n5[b-5fo3vitori] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-5fo3vitori], .mx-sm-n5[b-5fo3vitori] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-5fo3vitori] {
        margin: auto !important
    }

    .mt-sm-auto[b-5fo3vitori], .my-sm-auto[b-5fo3vitori] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-5fo3vitori], .mx-sm-auto[b-5fo3vitori] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-5fo3vitori], .my-sm-auto[b-5fo3vitori] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-5fo3vitori], .mx-sm-auto[b-5fo3vitori] {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0[b-5fo3vitori] {
        margin: 0 !important
    }

    .mt-md-0[b-5fo3vitori], .my-md-0[b-5fo3vitori] {
        margin-top: 0 !important
    }

    .mr-md-0[b-5fo3vitori], .mx-md-0[b-5fo3vitori] {
        margin-right: 0 !important
    }

    .mb-md-0[b-5fo3vitori], .my-md-0[b-5fo3vitori] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-5fo3vitori], .mx-md-0[b-5fo3vitori] {
        margin-left: 0 !important
    }

    .m-md-1[b-5fo3vitori] {
        margin: .25rem !important
    }

    .mt-md-1[b-5fo3vitori], .my-md-1[b-5fo3vitori] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-5fo3vitori], .mx-md-1[b-5fo3vitori] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-5fo3vitori], .my-md-1[b-5fo3vitori] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-5fo3vitori], .mx-md-1[b-5fo3vitori] {
        margin-left: .25rem !important
    }

    .m-md-2[b-5fo3vitori] {
        margin: .5rem !important
    }

    .mt-md-2[b-5fo3vitori], .my-md-2[b-5fo3vitori] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-5fo3vitori], .mx-md-2[b-5fo3vitori] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-5fo3vitori], .my-md-2[b-5fo3vitori] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-5fo3vitori], .mx-md-2[b-5fo3vitori] {
        margin-left: .5rem !important
    }

    .m-md-3[b-5fo3vitori] {
        margin: 1rem !important
    }

    .mt-md-3[b-5fo3vitori], .my-md-3[b-5fo3vitori] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-5fo3vitori], .mx-md-3[b-5fo3vitori] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-5fo3vitori], .my-md-3[b-5fo3vitori] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-5fo3vitori], .mx-md-3[b-5fo3vitori] {
        margin-left: 1rem !important
    }

    .m-md-4[b-5fo3vitori] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-5fo3vitori], .my-md-4[b-5fo3vitori] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-5fo3vitori], .mx-md-4[b-5fo3vitori] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-5fo3vitori], .my-md-4[b-5fo3vitori] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-5fo3vitori], .mx-md-4[b-5fo3vitori] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-5fo3vitori] {
        margin: 3rem !important
    }

    .mt-md-5[b-5fo3vitori], .my-md-5[b-5fo3vitori] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-5fo3vitori], .mx-md-5[b-5fo3vitori] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-5fo3vitori], .my-md-5[b-5fo3vitori] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-5fo3vitori], .mx-md-5[b-5fo3vitori] {
        margin-left: 3rem !important
    }

    .p-md-0[b-5fo3vitori] {
        padding: 0 !important
    }

    .pt-md-0[b-5fo3vitori], .py-md-0[b-5fo3vitori] {
        padding-top: 0 !important
    }

    .pr-md-0[b-5fo3vitori], .px-md-0[b-5fo3vitori] {
        padding-right: 0 !important
    }

    .pb-md-0[b-5fo3vitori], .py-md-0[b-5fo3vitori] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-5fo3vitori], .px-md-0[b-5fo3vitori] {
        padding-left: 0 !important
    }

    .p-md-1[b-5fo3vitori] {
        padding: .25rem !important
    }

    .pt-md-1[b-5fo3vitori], .py-md-1[b-5fo3vitori] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-5fo3vitori], .px-md-1[b-5fo3vitori] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-5fo3vitori], .py-md-1[b-5fo3vitori] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-5fo3vitori], .px-md-1[b-5fo3vitori] {
        padding-left: .25rem !important
    }

    .p-md-2[b-5fo3vitori] {
        padding: .5rem !important
    }

    .pt-md-2[b-5fo3vitori], .py-md-2[b-5fo3vitori] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-5fo3vitori], .px-md-2[b-5fo3vitori] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-5fo3vitori], .py-md-2[b-5fo3vitori] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-5fo3vitori], .px-md-2[b-5fo3vitori] {
        padding-left: .5rem !important
    }

    .p-md-3[b-5fo3vitori] {
        padding: 1rem !important
    }

    .pt-md-3[b-5fo3vitori], .py-md-3[b-5fo3vitori] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-5fo3vitori], .px-md-3[b-5fo3vitori] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-5fo3vitori], .py-md-3[b-5fo3vitori] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-5fo3vitori], .px-md-3[b-5fo3vitori] {
        padding-left: 1rem !important
    }

    .p-md-4[b-5fo3vitori] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-5fo3vitori], .py-md-4[b-5fo3vitori] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-5fo3vitori], .px-md-4[b-5fo3vitori] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-5fo3vitori], .py-md-4[b-5fo3vitori] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-5fo3vitori], .px-md-4[b-5fo3vitori] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-5fo3vitori] {
        padding: 3rem !important
    }

    .pt-md-5[b-5fo3vitori], .py-md-5[b-5fo3vitori] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-5fo3vitori], .px-md-5[b-5fo3vitori] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-5fo3vitori], .py-md-5[b-5fo3vitori] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-5fo3vitori], .px-md-5[b-5fo3vitori] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-5fo3vitori] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-5fo3vitori], .my-md-n1[b-5fo3vitori] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-5fo3vitori], .mx-md-n1[b-5fo3vitori] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-5fo3vitori], .my-md-n1[b-5fo3vitori] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-5fo3vitori], .mx-md-n1[b-5fo3vitori] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-5fo3vitori] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-5fo3vitori], .my-md-n2[b-5fo3vitori] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-5fo3vitori], .mx-md-n2[b-5fo3vitori] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-5fo3vitori], .my-md-n2[b-5fo3vitori] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-5fo3vitori], .mx-md-n2[b-5fo3vitori] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-5fo3vitori] {
        margin: -1rem !important
    }

    .mt-md-n3[b-5fo3vitori], .my-md-n3[b-5fo3vitori] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-5fo3vitori], .mx-md-n3[b-5fo3vitori] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-5fo3vitori], .my-md-n3[b-5fo3vitori] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-5fo3vitori], .mx-md-n3[b-5fo3vitori] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-5fo3vitori] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-5fo3vitori], .my-md-n4[b-5fo3vitori] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-5fo3vitori], .mx-md-n4[b-5fo3vitori] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-5fo3vitori], .my-md-n4[b-5fo3vitori] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-5fo3vitori], .mx-md-n4[b-5fo3vitori] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-5fo3vitori] {
        margin: -3rem !important
    }

    .mt-md-n5[b-5fo3vitori], .my-md-n5[b-5fo3vitori] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-5fo3vitori], .mx-md-n5[b-5fo3vitori] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-5fo3vitori], .my-md-n5[b-5fo3vitori] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-5fo3vitori], .mx-md-n5[b-5fo3vitori] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-5fo3vitori] {
        margin: auto !important
    }

    .mt-md-auto[b-5fo3vitori], .my-md-auto[b-5fo3vitori] {
        margin-top: auto !important
    }

    .mr-md-auto[b-5fo3vitori], .mx-md-auto[b-5fo3vitori] {
        margin-right: auto !important
    }

    .mb-md-auto[b-5fo3vitori], .my-md-auto[b-5fo3vitori] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-5fo3vitori], .mx-md-auto[b-5fo3vitori] {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0[b-5fo3vitori] {
        margin: 0 !important
    }

    .mt-lg-0[b-5fo3vitori], .my-lg-0[b-5fo3vitori] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-5fo3vitori], .mx-lg-0[b-5fo3vitori] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-5fo3vitori], .my-lg-0[b-5fo3vitori] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-5fo3vitori], .mx-lg-0[b-5fo3vitori] {
        margin-left: 0 !important
    }

    .m-lg-1[b-5fo3vitori] {
        margin: .25rem !important
    }

    .mt-lg-1[b-5fo3vitori], .my-lg-1[b-5fo3vitori] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-5fo3vitori], .mx-lg-1[b-5fo3vitori] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-5fo3vitori], .my-lg-1[b-5fo3vitori] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-5fo3vitori], .mx-lg-1[b-5fo3vitori] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-5fo3vitori] {
        margin: .5rem !important
    }

    .mt-lg-2[b-5fo3vitori], .my-lg-2[b-5fo3vitori] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-5fo3vitori], .mx-lg-2[b-5fo3vitori] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-5fo3vitori], .my-lg-2[b-5fo3vitori] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-5fo3vitori], .mx-lg-2[b-5fo3vitori] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-5fo3vitori] {
        margin: 1rem !important
    }

    .mt-lg-3[b-5fo3vitori], .my-lg-3[b-5fo3vitori] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-5fo3vitori], .mx-lg-3[b-5fo3vitori] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-5fo3vitori], .my-lg-3[b-5fo3vitori] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-5fo3vitori], .mx-lg-3[b-5fo3vitori] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-5fo3vitori] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-5fo3vitori], .my-lg-4[b-5fo3vitori] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-5fo3vitori], .mx-lg-4[b-5fo3vitori] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-5fo3vitori], .my-lg-4[b-5fo3vitori] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-5fo3vitori], .mx-lg-4[b-5fo3vitori] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-5fo3vitori] {
        margin: 3rem !important
    }

    .mt-lg-5[b-5fo3vitori], .my-lg-5[b-5fo3vitori] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-5fo3vitori], .mx-lg-5[b-5fo3vitori] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-5fo3vitori], .my-lg-5[b-5fo3vitori] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-5fo3vitori], .mx-lg-5[b-5fo3vitori] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-5fo3vitori] {
        padding: 0 !important
    }

    .pt-lg-0[b-5fo3vitori], .py-lg-0[b-5fo3vitori] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-5fo3vitori], .px-lg-0[b-5fo3vitori] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-5fo3vitori], .py-lg-0[b-5fo3vitori] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-5fo3vitori], .px-lg-0[b-5fo3vitori] {
        padding-left: 0 !important
    }

    .p-lg-1[b-5fo3vitori] {
        padding: .25rem !important
    }

    .pt-lg-1[b-5fo3vitori], .py-lg-1[b-5fo3vitori] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-5fo3vitori], .px-lg-1[b-5fo3vitori] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-5fo3vitori], .py-lg-1[b-5fo3vitori] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-5fo3vitori], .px-lg-1[b-5fo3vitori] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-5fo3vitori] {
        padding: .5rem !important
    }

    .pt-lg-2[b-5fo3vitori], .py-lg-2[b-5fo3vitori] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-5fo3vitori], .px-lg-2[b-5fo3vitori] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-5fo3vitori], .py-lg-2[b-5fo3vitori] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-5fo3vitori], .px-lg-2[b-5fo3vitori] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-5fo3vitori] {
        padding: 1rem !important
    }

    .pt-lg-3[b-5fo3vitori], .py-lg-3[b-5fo3vitori] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-5fo3vitori], .px-lg-3[b-5fo3vitori] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-5fo3vitori], .py-lg-3[b-5fo3vitori] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-5fo3vitori], .px-lg-3[b-5fo3vitori] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-5fo3vitori] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-5fo3vitori], .py-lg-4[b-5fo3vitori] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-5fo3vitori], .px-lg-4[b-5fo3vitori] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-5fo3vitori], .py-lg-4[b-5fo3vitori] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-5fo3vitori], .px-lg-4[b-5fo3vitori] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-5fo3vitori] {
        padding: 3rem !important
    }

    .pt-lg-5[b-5fo3vitori], .py-lg-5[b-5fo3vitori] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-5fo3vitori], .px-lg-5[b-5fo3vitori] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-5fo3vitori], .py-lg-5[b-5fo3vitori] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-5fo3vitori], .px-lg-5[b-5fo3vitori] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-5fo3vitori] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-5fo3vitori], .my-lg-n1[b-5fo3vitori] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-5fo3vitori], .mx-lg-n1[b-5fo3vitori] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-5fo3vitori], .my-lg-n1[b-5fo3vitori] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-5fo3vitori], .mx-lg-n1[b-5fo3vitori] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-5fo3vitori] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-5fo3vitori], .my-lg-n2[b-5fo3vitori] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-5fo3vitori], .mx-lg-n2[b-5fo3vitori] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-5fo3vitori], .my-lg-n2[b-5fo3vitori] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-5fo3vitori], .mx-lg-n2[b-5fo3vitori] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-5fo3vitori] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-5fo3vitori], .my-lg-n3[b-5fo3vitori] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-5fo3vitori], .mx-lg-n3[b-5fo3vitori] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-5fo3vitori], .my-lg-n3[b-5fo3vitori] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-5fo3vitori], .mx-lg-n3[b-5fo3vitori] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-5fo3vitori] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-5fo3vitori], .my-lg-n4[b-5fo3vitori] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-5fo3vitori], .mx-lg-n4[b-5fo3vitori] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-5fo3vitori], .my-lg-n4[b-5fo3vitori] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-5fo3vitori], .mx-lg-n4[b-5fo3vitori] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-5fo3vitori] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-5fo3vitori], .my-lg-n5[b-5fo3vitori] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-5fo3vitori], .mx-lg-n5[b-5fo3vitori] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-5fo3vitori], .my-lg-n5[b-5fo3vitori] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-5fo3vitori], .mx-lg-n5[b-5fo3vitori] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-5fo3vitori] {
        margin: auto !important
    }

    .mt-lg-auto[b-5fo3vitori], .my-lg-auto[b-5fo3vitori] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-5fo3vitori], .mx-lg-auto[b-5fo3vitori] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-5fo3vitori], .my-lg-auto[b-5fo3vitori] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-5fo3vitori], .mx-lg-auto[b-5fo3vitori] {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0[b-5fo3vitori] {
        margin: 0 !important
    }

    .mt-xl-0[b-5fo3vitori], .my-xl-0[b-5fo3vitori] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-5fo3vitori], .mx-xl-0[b-5fo3vitori] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-5fo3vitori], .my-xl-0[b-5fo3vitori] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-5fo3vitori], .mx-xl-0[b-5fo3vitori] {
        margin-left: 0 !important
    }

    .m-xl-1[b-5fo3vitori] {
        margin: .25rem !important
    }

    .mt-xl-1[b-5fo3vitori], .my-xl-1[b-5fo3vitori] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-5fo3vitori], .mx-xl-1[b-5fo3vitori] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-5fo3vitori], .my-xl-1[b-5fo3vitori] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-5fo3vitori], .mx-xl-1[b-5fo3vitori] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-5fo3vitori] {
        margin: .5rem !important
    }

    .mt-xl-2[b-5fo3vitori], .my-xl-2[b-5fo3vitori] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-5fo3vitori], .mx-xl-2[b-5fo3vitori] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-5fo3vitori], .my-xl-2[b-5fo3vitori] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-5fo3vitori], .mx-xl-2[b-5fo3vitori] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-5fo3vitori] {
        margin: 1rem !important
    }

    .mt-xl-3[b-5fo3vitori], .my-xl-3[b-5fo3vitori] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-5fo3vitori], .mx-xl-3[b-5fo3vitori] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-5fo3vitori], .my-xl-3[b-5fo3vitori] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-5fo3vitori], .mx-xl-3[b-5fo3vitori] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-5fo3vitori] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-5fo3vitori], .my-xl-4[b-5fo3vitori] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-5fo3vitori], .mx-xl-4[b-5fo3vitori] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-5fo3vitori], .my-xl-4[b-5fo3vitori] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-5fo3vitori], .mx-xl-4[b-5fo3vitori] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-5fo3vitori] {
        margin: 3rem !important
    }

    .mt-xl-5[b-5fo3vitori], .my-xl-5[b-5fo3vitori] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-5fo3vitori], .mx-xl-5[b-5fo3vitori] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-5fo3vitori], .my-xl-5[b-5fo3vitori] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-5fo3vitori], .mx-xl-5[b-5fo3vitori] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-5fo3vitori] {
        padding: 0 !important
    }

    .pt-xl-0[b-5fo3vitori], .py-xl-0[b-5fo3vitori] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-5fo3vitori], .px-xl-0[b-5fo3vitori] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-5fo3vitori], .py-xl-0[b-5fo3vitori] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-5fo3vitori], .px-xl-0[b-5fo3vitori] {
        padding-left: 0 !important
    }

    .p-xl-1[b-5fo3vitori] {
        padding: .25rem !important
    }

    .pt-xl-1[b-5fo3vitori], .py-xl-1[b-5fo3vitori] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-5fo3vitori], .px-xl-1[b-5fo3vitori] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-5fo3vitori], .py-xl-1[b-5fo3vitori] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-5fo3vitori], .px-xl-1[b-5fo3vitori] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-5fo3vitori] {
        padding: .5rem !important
    }

    .pt-xl-2[b-5fo3vitori], .py-xl-2[b-5fo3vitori] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-5fo3vitori], .px-xl-2[b-5fo3vitori] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-5fo3vitori], .py-xl-2[b-5fo3vitori] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-5fo3vitori], .px-xl-2[b-5fo3vitori] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-5fo3vitori] {
        padding: 1rem !important
    }

    .pt-xl-3[b-5fo3vitori], .py-xl-3[b-5fo3vitori] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-5fo3vitori], .px-xl-3[b-5fo3vitori] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-5fo3vitori], .py-xl-3[b-5fo3vitori] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-5fo3vitori], .px-xl-3[b-5fo3vitori] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-5fo3vitori] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-5fo3vitori], .py-xl-4[b-5fo3vitori] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-5fo3vitori], .px-xl-4[b-5fo3vitori] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-5fo3vitori], .py-xl-4[b-5fo3vitori] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-5fo3vitori], .px-xl-4[b-5fo3vitori] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-5fo3vitori] {
        padding: 3rem !important
    }

    .pt-xl-5[b-5fo3vitori], .py-xl-5[b-5fo3vitori] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-5fo3vitori], .px-xl-5[b-5fo3vitori] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-5fo3vitori], .py-xl-5[b-5fo3vitori] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-5fo3vitori], .px-xl-5[b-5fo3vitori] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-5fo3vitori] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-5fo3vitori], .my-xl-n1[b-5fo3vitori] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-5fo3vitori], .mx-xl-n1[b-5fo3vitori] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-5fo3vitori], .my-xl-n1[b-5fo3vitori] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-5fo3vitori], .mx-xl-n1[b-5fo3vitori] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-5fo3vitori] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-5fo3vitori], .my-xl-n2[b-5fo3vitori] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-5fo3vitori], .mx-xl-n2[b-5fo3vitori] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-5fo3vitori], .my-xl-n2[b-5fo3vitori] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-5fo3vitori], .mx-xl-n2[b-5fo3vitori] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-5fo3vitori] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-5fo3vitori], .my-xl-n3[b-5fo3vitori] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-5fo3vitori], .mx-xl-n3[b-5fo3vitori] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-5fo3vitori], .my-xl-n3[b-5fo3vitori] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-5fo3vitori], .mx-xl-n3[b-5fo3vitori] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-5fo3vitori] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-5fo3vitori], .my-xl-n4[b-5fo3vitori] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-5fo3vitori], .mx-xl-n4[b-5fo3vitori] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-5fo3vitori], .my-xl-n4[b-5fo3vitori] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-5fo3vitori], .mx-xl-n4[b-5fo3vitori] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-5fo3vitori] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-5fo3vitori], .my-xl-n5[b-5fo3vitori] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-5fo3vitori], .mx-xl-n5[b-5fo3vitori] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-5fo3vitori], .my-xl-n5[b-5fo3vitori] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-5fo3vitori], .mx-xl-n5[b-5fo3vitori] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-5fo3vitori] {
        margin: auto !important
    }

    .mt-xl-auto[b-5fo3vitori], .my-xl-auto[b-5fo3vitori] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-5fo3vitori], .mx-xl-auto[b-5fo3vitori] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-5fo3vitori], .my-xl-auto[b-5fo3vitori] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-5fo3vitori], .mx-xl-auto[b-5fo3vitori] {
        margin-left: auto !important
    }
}

.stretched-link[b-5fo3vitori]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace[b-5fo3vitori] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify[b-5fo3vitori] {
    text-align: justify !important
}

.text-wrap[b-5fo3vitori] {
    white-space: normal !important
}

.text-nowrap[b-5fo3vitori] {
    white-space: nowrap !important
}

.text-truncate[b-5fo3vitori] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-5fo3vitori] {
    text-align: left !important
}

.text-right[b-5fo3vitori] {
    text-align: right !important
}

.text-center[b-5fo3vitori] {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left[b-5fo3vitori] {
        text-align: left !important
    }

    .text-sm-right[b-5fo3vitori] {
        text-align: right !important
    }

    .text-sm-center[b-5fo3vitori] {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left[b-5fo3vitori] {
        text-align: left !important
    }

    .text-md-right[b-5fo3vitori] {
        text-align: right !important
    }

    .text-md-center[b-5fo3vitori] {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left[b-5fo3vitori] {
        text-align: left !important
    }

    .text-lg-right[b-5fo3vitori] {
        text-align: right !important
    }

    .text-lg-center[b-5fo3vitori] {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left[b-5fo3vitori] {
        text-align: left !important
    }

    .text-xl-right[b-5fo3vitori] {
        text-align: right !important
    }

    .text-xl-center[b-5fo3vitori] {
        text-align: center !important
    }
}

.text-lowercase[b-5fo3vitori] {
    text-transform: lowercase !important
}

.dropdown .dropdown-menu .dropdown-header[b-5fo3vitori], .sidebar .sidebar-heading[b-5fo3vitori], .text-uppercase[b-5fo3vitori] {
    text-transform: uppercase !important
}

.text-capitalize[b-5fo3vitori] {
    text-transform: capitalize !important
}

.font-weight-light[b-5fo3vitori] {
    font-weight: 300 !important
}

.font-weight-lighter[b-5fo3vitori] {
    font-weight: lighter !important
}

.font-weight-normal[b-5fo3vitori] {
    font-weight: 400 !important
}

.font-weight-bold[b-5fo3vitori] {
    font-weight: 700 !important
}

.font-weight-bolder[b-5fo3vitori] {
    font-weight: bolder !important
}

.font-italic[b-5fo3vitori] {
    font-style: italic !important
}

.text-white[b-5fo3vitori] {
    color: #fff !important
}

.text-primary[b-5fo3vitori] {
    color: #4e73df !important
}

a.text-primary:focus[b-5fo3vitori], a.text-primary:hover[b-5fo3vitori] {
    color: #224abe !important
}

.text-secondary[b-5fo3vitori] {
    color: #858796 !important
}

a.text-secondary:focus[b-5fo3vitori], a.text-secondary:hover[b-5fo3vitori] {
    color: #60616f !important
}

.text-success[b-5fo3vitori] {
    color: #1cc88a !important
}

a.text-success:focus[b-5fo3vitori], a.text-success:hover[b-5fo3vitori] {
    color: #13855c !important
}

.text-info[b-5fo3vitori] {
    color: #36b9cc !important
}

a.text-info:focus[b-5fo3vitori], a.text-info:hover[b-5fo3vitori] {
    color: #258391 !important
}

.text-warning[b-5fo3vitori] {
    color: #f6c23e !important
}

a.text-warning:focus[b-5fo3vitori], a.text-warning:hover[b-5fo3vitori] {
    color: #dda20a !important
}

.text-danger[b-5fo3vitori] {
    color: #e74a3b !important
}

a.text-danger:focus[b-5fo3vitori], a.text-danger:hover[b-5fo3vitori] {
    color: #be2617 !important
}

.text-light[b-5fo3vitori] {
    color: #f8f9fc !important
}

a.text-light:focus[b-5fo3vitori], a.text-light:hover[b-5fo3vitori] {
    color: #c2cbe5 !important
}

.text-dark[b-5fo3vitori] {
    color: #5a5c69 !important
}

a.text-dark:focus[b-5fo3vitori], a.text-dark:hover[b-5fo3vitori] {
    color: #373840 !important
}

.text-body[b-5fo3vitori] {
    color: #858796 !important
}

.text-muted[b-5fo3vitori] {
    color: #858796 !important
}

.text-black-50[b-5fo3vitori] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-5fo3vitori] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-5fo3vitori] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-5fo3vitori] {
    text-decoration: none !important
}

.text-break[b-5fo3vitori] {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset[b-5fo3vitori] {
    color: inherit !important
}

.visible[b-5fo3vitori] {
    visibility: visible !important
}

.invisible[b-5fo3vitori] {
    visibility: hidden !important
}

@media print {
    *[b-5fo3vitori], [b-5fo3vitori]::after, [b-5fo3vitori]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-5fo3vitori] {
        text-decoration: underline
    }

    abbr[title][b-5fo3vitori]::after {
        content: " (" attr(title) ")"
    }

    pre[b-5fo3vitori] {
        white-space: pre-wrap !important
    }

    blockquote[b-5fo3vitori], pre[b-5fo3vitori] {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid
    }


    img[b-5fo3vitori], tr[b-5fo3vitori] {
        page-break-inside: avoid
    }

    h2[b-5fo3vitori], h3[b-5fo3vitori], p[b-5fo3vitori] {
        orphans: 3;
        widows: 3
    }

    h2[b-5fo3vitori], h3[b-5fo3vitori] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-5fo3vitori] {
        min-width: 992px !important
    }

    .container[b-5fo3vitori] {
        min-width: 992px !important
    }

    .navbar[b-5fo3vitori] {
        display: none
    }

    .badge[b-5fo3vitori] {
        border: 1px solid #000
    }
}

html[b-5fo3vitori] {
    position: relative;
    min-height: 100%
}

body[b-5fo3vitori] {
    height: 100%
}

a:focus[b-5fo3vitori] {
    outline: 0
}

#wrapper[b-5fo3vitori] {
    display: flex
}

    #wrapper #content-wrapper[b-5fo3vitori] {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden
    }

        #wrapper #content-wrapper #content[b-5fo3vitori] {
            flex: 1 0 auto
        }

.container[b-5fo3vitori], .container-fluid[b-5fo3vitori], .container-lg[b-5fo3vitori], .container-md[b-5fo3vitori], .container-sm[b-5fo3vitori], .container-xl[b-5fo3vitori] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.scroll-to-top[b-5fo3vitori] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus[b-5fo3vitori], .scroll-to-top:hover[b-5fo3vitori] {
        color: #fff
    }

    .scroll-to-top:hover[b-5fo3vitori] {
        background: #5a5c69
    }

    .scroll-to-top i[b-5fo3vitori] {
        font-weight: 800
    }

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn-b-5fo3vitori {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in[b-5fo3vitori], .sidebar .nav-item .collapse[b-5fo3vitori] {
    -webkit-animation-name: growIn;
    animation-name: growIn-b-5fo3vitori;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn-b-5fo3vitori {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated--fade-in[b-5fo3vitori] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn-b-5fo3vitori;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary[b-5fo3vitori] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover
}

.bg-gradient-secondary[b-5fo3vitori] {
    background-color: #858796;
    background-image: linear-gradient(180deg,#858796 10%,#60616f 100%);
    background-size: cover
}

.bg-gradient-success[b-5fo3vitori] {
    background-color: #1cc88a;
    background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
    background-size: cover
}

.bg-gradient-info[b-5fo3vitori] {
    background-color: #36b9cc;
    background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
    background-size: cover
}

.bg-gradient-warning[b-5fo3vitori] {
    background-color: #f6c23e;
    background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
    background-size: cover
}

.bg-gradient-danger[b-5fo3vitori] {
    background-color: #e74a3b;
    background-image: linear-gradient(180deg,#e74a3b 10%,#be2617 100%);
    background-size: cover
}

.bg-gradient-light[b-5fo3vitori] {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
    background-size: cover
}

.bg-gradient-dark[b-5fo3vitori] {
    background-color: #5a5c69;
    background-image: linear-gradient(180deg,#5a5c69 10%,#373840 100%);
    background-size: cover
}

.bg-gray-100[b-5fo3vitori] {
    background-color: #f8f9fc !important
}

.bg-gray-200[b-5fo3vitori] {
    background-color: #eaecf4 !important
}

.bg-gray-300[b-5fo3vitori] {
    background-color: #dddfeb !important
}

.bg-gray-400[b-5fo3vitori] {
    background-color: #d1d3e2 !important
}

.bg-gray-500[b-5fo3vitori] {
    background-color: #b7b9cc !important
}

.bg-gray-600[b-5fo3vitori] {
    background-color: #858796 !important
}

.bg-gray-700[b-5fo3vitori] {
    background-color: #6e707e !important
}

.bg-gray-800[b-5fo3vitori] {
    background-color: #5a5c69 !important
}

.bg-gray-900[b-5fo3vitori] {
    background-color: #3a3b45 !important
}

.o-hidden[b-5fo3vitori] {
    overflow: hidden !important
}

.text-xs[b-5fo3vitori] {
    font-size: .7rem
}

.text-lg[b-5fo3vitori] {
    font-size: 1.2rem
}

.text-gray-100[b-5fo3vitori] {
    color: #f8f9fc !important
}

.text-gray-200[b-5fo3vitori] {
    color: #eaecf4 !important
}

.text-gray-300[b-5fo3vitori] {
    color: #dddfeb !important
}

.text-gray-400[b-5fo3vitori] {
    color: #d1d3e2 !important
}

.text-gray-500[b-5fo3vitori] {
    color: #b7b9cc !important
}

.text-gray-600[b-5fo3vitori] {
    color: #858796 !important
}

.text-gray-700[b-5fo3vitori] {
    color: #6e707e !important
}

.text-gray-800[b-5fo3vitori] {
    color: #5a5c69 !important
}

.text-gray-900[b-5fo3vitori] {
    color: #3a3b45 !important
}

.icon-circle[b-5fo3vitori] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.border-left-primary[b-5fo3vitori] {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary[b-5fo3vitori] {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary[b-5fo3vitori] {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary[b-5fo3vitori] {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success[b-5fo3vitori] {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success[b-5fo3vitori] {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info[b-5fo3vitori] {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info[b-5fo3vitori] {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning[b-5fo3vitori] {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning[b-5fo3vitori] {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger[b-5fo3vitori] {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger[b-5fo3vitori] {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light[b-5fo3vitori] {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light[b-5fo3vitori] {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark[b-5fo3vitori] {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark[b-5fo3vitori] {
    border-bottom: .25rem solid #5a5c69 !important
}

.progress-sm[b-5fo3vitori] {
    height: .5rem
}

.rotate-15[b-5fo3vitori] {
    transform: rotate(15deg)
}

.rotate-n-15[b-5fo3vitori] {
    transform: rotate(-15deg)
}

.dropdown .dropdown-menu[b-5fo3vitori] {
    font-size: .85rem
}

    .dropdown .dropdown-menu .dropdown-header[b-5fo3vitori] {
        font-weight: 800;
        font-size: .65rem;
        color: #b7b9cc
    }

.dropdown.no-arrow .dropdown-toggle[b-5fo3vitori]::after {
    display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle[b-5fo3vitori]::after, .topbar .nav-item.dropdown .dropdown-toggle[b-5fo3vitori]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle[b-5fo3vitori]::after, .topbar .nav-item.dropdown.show .dropdown-toggle[b-5fo3vitori]::after {
    content: '\f107'
}

.sidebar .nav-item .nav-link[b-5fo3vitori], .topbar .nav-item .nav-link[b-5fo3vitori] {
    position: relative
}

    .sidebar .nav-item .nav-link .badge-counter[b-5fo3vitori], .topbar .nav-item .nav-link .badge-counter[b-5fo3vitori] {
        position: absolute;
        transform: scale(.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem
    }

    .sidebar .nav-item .nav-link .img-profile[b-5fo3vitori], .topbar .nav-item .nav-link .img-profile[b-5fo3vitori] {
        height: 2rem;
        width: 2rem
    }

.topbar[b-5fo3vitori] {
    height: 4.375rem
}

    .topbar #sidebarToggleTop[b-5fo3vitori] {
        height: 2.5rem;
        width: 2.5rem
    }

        .topbar #sidebarToggleTop:hover[b-5fo3vitori] {
            background-color: #eaecf4
        }

        .topbar #sidebarToggleTop:active[b-5fo3vitori] {
            background-color: #dddfeb
        }

    .topbar .navbar-search[b-5fo3vitori] {
        width: 25rem
    }

        .topbar .navbar-search input[b-5fo3vitori] {
            font-size: .85rem;
            height: auto
        }

    .topbar .topbar-divider[b-5fo3vitori] {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem
    }

    .topbar .nav-item .nav-link[b-5fo3vitori] {
        height: 4.375rem;
        display: flex;
        align-items: center;
        padding: 0 .75rem
    }

        .topbar .nav-item .nav-link:focus[b-5fo3vitori] {
            outline: 0
        }

    .topbar .nav-item:focus[b-5fo3vitori] {
        outline: 0
    }

    .topbar .dropdown[b-5fo3vitori] {
        position: static
    }

        .topbar .dropdown .dropdown-menu[b-5fo3vitori] {
            width: calc(100% - 1.5rem);
            right: .75rem
        }

    .topbar .dropdown-list[b-5fo3vitori] {
        padding: 0;
        border: none;
        overflow: hidden
    }

        .topbar .dropdown-list .dropdown-header[b-5fo3vitori] {
            background-color: #4e73df;
            border: 1px solid #4e73df;
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #fff
        }

        .topbar .dropdown-list .dropdown-item[b-5fo3vitori] {
            white-space: normal;
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-left: 1px solid #e3e6f0;
            border-right: 1px solid #e3e6f0;
            border-bottom: 1px solid #e3e6f0;
            line-height: 1.3rem
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image[b-5fo3vitori] {
                position: relative;
                height: 2.5rem;
                width: 2.5rem
            }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image img[b-5fo3vitori] {
                    height: 2.5rem;
                    width: 2.5rem
                }

                .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator[b-5fo3vitori] {
                    background-color: #eaecf4;
                    height: .75rem;
                    width: .75rem;
                    border-radius: 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    border: .125rem solid #fff
                }

            .topbar .dropdown-list .dropdown-item .text-truncate[b-5fo3vitori] {
                max-width: 10rem
            }

            .topbar .dropdown-list .dropdown-item:active[b-5fo3vitori] {
                background-color: #eaecf4;
                color: #3a3b45
            }

@media (min-width:576px) {
    .topbar .dropdown[b-5fo3vitori] {
        position: relative
    }

        .topbar .dropdown .dropdown-menu[b-5fo3vitori] {
            width: auto;
            right: 0
        }

    .topbar .dropdown-list[b-5fo3vitori] {
        width: 20rem !important
    }

        .topbar .dropdown-list .dropdown-item .text-truncate[b-5fo3vitori] {
            max-width: 13.375rem
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link[b-5fo3vitori] {
    color: rgba(255,255,255,.8)
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover[b-5fo3vitori] {
        color: #fff
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active[b-5fo3vitori] {
        color: #fff
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link[b-5fo3vitori] {
    color: #d1d3e2
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover[b-5fo3vitori] {
        color: #b7b9cc
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active[b-5fo3vitori] {
        color: #858796
    }

.sidebar[b-5fo3vitori] {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item[b-5fo3vitori] {
        position: relative
    }

        .sidebar .nav-item:last-child[b-5fo3vitori] {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link[b-5fo3vitori] {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span[b-5fo3vitori] {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link[b-5fo3vitori] {
            font-weight: 700
        }

        .sidebar .nav-item .collapse[b-5fo3vitori] {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner[b-5fo3vitori] {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing[b-5fo3vitori] {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-5fo3vitori], .sidebar .nav-item .collapsing .collapse-inner[b-5fo3vitori] {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header[b-5fo3vitori], .sidebar .nav-item .collapsing .collapse-inner .collapse-header[b-5fo3vitori] {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item[b-5fo3vitori], .sidebar .nav-item .collapsing .collapse-inner .collapse-item[b-5fo3vitori] {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover[b-5fo3vitori], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover[b-5fo3vitori] {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active[b-5fo3vitori], .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active[b-5fo3vitori] {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active[b-5fo3vitori], .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active[b-5fo3vitori] {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle[b-5fo3vitori] {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle[b-5fo3vitori]::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover[b-5fo3vitori] {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus[b-5fo3vitori] {
            outline: 0
        }

    .sidebar.toggled[b-5fo3vitori] {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle[b-5fo3vitori]::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

        .sidebar.toggled .sidebar-card[b-5fo3vitori] {
            display: none
        }

    .sidebar .sidebar-brand[b-5fo3vitori] {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-5fo3vitori] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-5fo3vitori] {
            display: none
        }

    .sidebar hr.sidebar-divider[b-5fo3vitori] {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading[b-5fo3vitori] {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

    .sidebar .sidebar-card[b-5fo3vitori] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
        border-radius: .35rem;
        color: rgba(255,255,255,.8);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background-color: rgba(0,0,0,.1)
    }

        .sidebar .sidebar-card .sidebar-card-illustration[b-5fo3vitori] {
            height: 3rem;
            display: block
        }

        .sidebar .sidebar-card .sidebar-card-title[b-5fo3vitori] {
            font-weight: 700
        }

        .sidebar .sidebar-card p[b-5fo3vitori] {
            font-size: .75rem;
            color: rgba(255,255,255,.5)
        }

@media (min-width:768px) {
    .sidebar[b-5fo3vitori] {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse[b-5fo3vitori] {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner[b-5fo3vitori] {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing[b-5fo3vitori] {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse[b-5fo3vitori], .sidebar .nav-item .collapsing[b-5fo3vitori] {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link[b-5fo3vitori] {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i[b-5fo3vitori] {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span[b-5fo3vitori] {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse][b-5fo3vitori]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed[b-5fo3vitori]::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i[b-5fo3vitori] {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text[b-5fo3vitori] {
            display: inline
        }

        .sidebar .sidebar-heading[b-5fo3vitori] {
            text-align: left
        }

        .sidebar.toggled[b-5fo3vitori] {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse[b-5fo3vitori] {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn-b-5fo3vitori;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner[b-5fo3vitori] {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing[b-5fo3vitori] {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse[b-5fo3vitori], .sidebar.toggled .nav-item .collapsing[b-5fo3vitori] {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child[b-5fo3vitori] {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link[b-5fo3vitori] {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span[b-5fo3vitori] {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i[b-5fo3vitori] {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse][b-5fo3vitori]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i[b-5fo3vitori] {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text[b-5fo3vitori] {
                display: none
            }

            .sidebar.toggled .sidebar-heading[b-5fo3vitori] {
                text-align: center
            }
}

.sidebar-light .sidebar-brand[b-5fo3vitori] {
    color: #6e707e
}

.sidebar-light hr.sidebar-divider[b-5fo3vitori] {
    border-top: 1px solid #eaecf4
}

.sidebar-light .sidebar-heading[b-5fo3vitori] {
    color: #b7b9cc
}

.sidebar-light .nav-item .nav-link[b-5fo3vitori] {
    color: #858796
}

    .sidebar-light .nav-item .nav-link i[b-5fo3vitori] {
        color: #d1d3e2
    }

    .sidebar-light .nav-item .nav-link:active[b-5fo3vitori], .sidebar-light .nav-item .nav-link:focus[b-5fo3vitori], .sidebar-light .nav-item .nav-link:hover[b-5fo3vitori] {
        color: #6e707e
    }

        .sidebar-light .nav-item .nav-link:active i[b-5fo3vitori], .sidebar-light .nav-item .nav-link:focus i[b-5fo3vitori], .sidebar-light .nav-item .nav-link:hover i[b-5fo3vitori] {
            color: #6e707e
        }

    .sidebar-light .nav-item .nav-link[data-toggle=collapse][b-5fo3vitori]::after {
        color: #b7b9cc
    }

.sidebar-light .nav-item.active .nav-link[b-5fo3vitori] {
    color: #6e707e
}

    .sidebar-light .nav-item.active .nav-link i[b-5fo3vitori] {
        color: #6e707e
    }

.sidebar-light #sidebarToggle[b-5fo3vitori] {
    background-color: #eaecf4
}

    .sidebar-light #sidebarToggle[b-5fo3vitori]::after {
        color: #b7b9cc
    }

    .sidebar-light #sidebarToggle:hover[b-5fo3vitori] {
        background-color: #dddfeb
    }

.sidebar-dark .sidebar-brand[b-5fo3vitori] {
    color: #fff
}

.sidebar-dark hr.sidebar-divider[b-5fo3vitori] {
    border-top: 1px solid rgba(255,255,255,.15)
}

.sidebar-dark .sidebar-heading[b-5fo3vitori] {
    color: rgba(255,255,255,.4)
}

.sidebar-dark .nav-item .nav-link[b-5fo3vitori] {
    color: rgba(255,255,255,.8)
}

    .sidebar-dark .nav-item .nav-link i[b-5fo3vitori] {
        color: rgba(255,255,255,.3)
    }

    .sidebar-dark .nav-item .nav-link:active[b-5fo3vitori], .sidebar-dark .nav-item .nav-link:focus[b-5fo3vitori], .sidebar-dark .nav-item .nav-link:hover[b-5fo3vitori] {
        color: #fff
    }

        .sidebar-dark .nav-item .nav-link:active i[b-5fo3vitori], .sidebar-dark .nav-item .nav-link:focus i[b-5fo3vitori], .sidebar-dark .nav-item .nav-link:hover i[b-5fo3vitori] {
            color: #fff
        }

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse][b-5fo3vitori]::after {
        color: rgba(255,255,255,.5)
    }

.sidebar-dark .nav-item.active .nav-link[b-5fo3vitori] {
    color: #fff
}

    .sidebar-dark .nav-item.active .nav-link i[b-5fo3vitori] {
        color: #fff
    }

.sidebar-dark #sidebarToggle[b-5fo3vitori] {
    background-color: rgba(255,255,255,.2)
}

    .sidebar-dark #sidebarToggle[b-5fo3vitori]::after {
        color: rgba(255,255,255,.5)
    }

    .sidebar-dark #sidebarToggle:hover[b-5fo3vitori] {
        background-color: rgba(255,255,255,.25)
    }

.sidebar-dark.toggled #sidebarToggle[b-5fo3vitori]::after {
    color: rgba(255,255,255,.5)
}

.btn-circle[b-5fo3vitori] {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .btn-circle.btn-sm[b-5fo3vitori], .btn-group-sm > .btn-circle.btn[b-5fo3vitori] {
        height: 1.8rem;
        width: 1.8rem;
        font-size: .75rem
    }

    .btn-circle.btn-lg[b-5fo3vitori], .btn-group-lg > .btn-circle.btn[b-5fo3vitori] {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem
    }

.btn-icon-split[b-5fo3vitori] {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center
}

    .btn-icon-split .icon[b-5fo3vitori] {
        background: rgba(0,0,0,.15);
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-icon-split .text[b-5fo3vitori] {
        display: inline-block;
        padding: .375rem .75rem
    }

    .btn-group-sm > .btn-icon-split.btn .icon[b-5fo3vitori], .btn-icon-split.btn-sm .icon[b-5fo3vitori] {
        padding: .25rem .5rem
    }

    .btn-group-sm > .btn-icon-split.btn .text[b-5fo3vitori], .btn-icon-split.btn-sm .text[b-5fo3vitori] {
        padding: .25rem .5rem
    }

    .btn-group-lg > .btn-icon-split.btn .icon[b-5fo3vitori], .btn-icon-split.btn-lg .icon[b-5fo3vitori] {
        padding: .5rem 1rem
    }

    .btn-group-lg > .btn-icon-split.btn .text[b-5fo3vitori], .btn-icon-split.btn-lg .text[b-5fo3vitori] {
        padding: .5rem 1rem
    }

.card .card-header .dropdown[b-5fo3vitori] {
    line-height: 1
}

    .card .card-header .dropdown .dropdown-menu[b-5fo3vitori] {
        line-height: 1.5
    }

.card .card-header[data-toggle=collapse][b-5fo3vitori] {
    text-decoration: none;
    position: relative;
    padding: .75rem 3.25rem .75rem 1.25rem
}

    .card .card-header[data-toggle=collapse][b-5fo3vitori]::after {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 1.725rem;
        line-height: 51px;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        color: #d1d3e2
    }

    .card .card-header[data-toggle=collapse].collapsed[b-5fo3vitori] {
        border-radius: .35rem
    }

        .card .card-header[data-toggle=collapse].collapsed[b-5fo3vitori]::after {
            content: '\f105'
        }

.chart-area[b-5fo3vitori] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area[b-5fo3vitori] {
        height: 20rem
    }
}

.chart-bar[b-5fo3vitori] {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-bar[b-5fo3vitori] {
        height: 20rem
    }
}

.chart-pie[b-5fo3vitori] {
    position: relative;
    height: 15rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-pie[b-5fo3vitori] {
        height: calc(20rem - 43px) !important
    }
}

.bg-login-image[b-5fo3vitori] {
    background: url(https://source.unsplash.com/K4mSJ7kc0As/600x800);
    background-position: center;
    background-size: cover
}

.bg-register-image[b-5fo3vitori] {
    background: url(https://source.unsplash.com/Mv9hjnEUHR4/600x800);
    background-position: center;
    background-size: cover
}

.bg-password-image[b-5fo3vitori] {
    background: url(https://source.unsplash.com/oWTW-jNGl9I/600x800);
    background-position: center;
    background-size: cover
}

form.user .custom-checkbox.small label[b-5fo3vitori] {
    line-height: 1.5rem
}

form.user .form-control-user[b-5fo3vitori] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem
}

form.user .btn-user[b-5fo3vitori] {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem
}

.btn-google[b-5fo3vitori] {
    color: #fff;
    background-color: #ea4335;
    border-color: #fff
}

    .btn-google:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6
    }

    .btn-google.focus[b-5fo3vitori], .btn-google:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #e12717;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-google.disabled[b-5fo3vitori], .btn-google:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #ea4335;
        border-color: #fff
    }

    .btn-google:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-google:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-google.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #d62516;
        border-color: #dfdfdf
    }

        .btn-google:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-google:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-google.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.btn-facebook[b-5fo3vitori] {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff
}

    .btn-facebook:hover[b-5fo3vitori] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6
    }

    .btn-facebook.focus[b-5fo3vitori], .btn-facebook:focus[b-5fo3vitori] {
        color: #fff;
        background-color: #30497c;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }

    .btn-facebook.disabled[b-5fo3vitori], .btn-facebook:disabled[b-5fo3vitori] {
        color: #fff;
        background-color: #3b5998;
        border-color: #fff
    }

    .btn-facebook:not(:disabled):not(.disabled).active[b-5fo3vitori], .btn-facebook:not(:disabled):not(.disabled):active[b-5fo3vitori], .show > .btn-facebook.dropdown-toggle[b-5fo3vitori] {
        color: #fff;
        background-color: #2d4373;
        border-color: #dfdfdf
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus[b-5fo3vitori], .btn-facebook:not(:disabled):not(.disabled):active:focus[b-5fo3vitori], .show > .btn-facebook.dropdown-toggle:focus[b-5fo3vitori] {
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

.error[b-5fo3vitori] {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim-b-5fo3vitori {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error[b-5fo3vitori]:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-b-5fo3vitori 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2-b-5fo3vitori {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error[b-5fo3vitori]:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2-b-5fo3vitori 3s infinite linear alternate-reverse
}

footer.sticky-footer[b-5fo3vitori] {
    padding: 2rem 0;
    flex-shrink: 0
}

    footer.sticky-footer .copyright[b-5fo3vitori] {
        line-height: 1;
        font-size: .8rem
    }

body.sidebar-toggled footer.sticky-footer[b-5fo3vitori] {
    width: 100%
}

/* CSS for custom confirm modal */
/* CSS for custom data approval modal */
.data-approval-modal[b-5fo3vitori] {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Higher than other elements */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Black with more opacity */
}

.data-approval-modal-content[b-5fo3vitori] {
    background-color: #fff;
    margin: 10% auto; /* 10% from the top and centered */
    padding: 40px;
    border: 2px solid #ccc;
    border-radius: 5px; /* Rounded corners */
    width: 50%; /* Adjust as per design requirements */
}

/* The Close Button - if you have one */
.data-approval-close-btn[b-5fo3vitori] {
    color: #666;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

    .data-approval-close-btn:hover[b-5fo3vitori],
    .data-approval-close-btn:focus[b-5fo3vitori] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.Show[b-5fo3vitori] {
    display: block; /* Shown */
}

.Hide[b-5fo3vitori] {
    display: none; /* Hidden */
}
/* _content/MalisanyaDashBlazor/Pages/Visualiser/AvanDNACPNSp.razor.rz.scp.css */
.nav-tabs .nav-item.show .nav-link[b-new49h3o7o], .nav-tabs .nav-link.active[b-new49h3o7o] {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.divgrid[b-new49h3o7o] {
    margin-top: 20px;
    width: 99%;
    float: left;
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.export[b-new49h3o7o] {
    border-block-width: 1px;
    margin-top: 2px;
    background-color: whitesmoke;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)*/
}

.button7[b-new49h3o7o] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover[b-new49h3o7o] {
        background-color: #1fcf04;
        cursor: pointer
    }

    .button7:active[b-new49h3o7o] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.button8[b-new49h3o7o] {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #d44908;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #b53c04;
    border-radius: 3px;
    font-weight: 700
}

    .button8:hover[b-new49h3o7o] {
        background-color: #d44908;
        cursor: pointer
    }

    .button8:active[b-new49h3o7o] {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }

.divgridchartLeft[b-new49h3o7o] {
    margin-top: 20px;
    width: 49%;
    float: left;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}

.divgridcharright[b-new49h3o7o] {
    margin-top: 20px;
    width: 49%;
    float: right;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
/* _content/MalisanyaDashBlazor/Services/ConfirmationPopup.razor.rz.scp.css */
/* Styles for the backdrop */
.confirmation-popup-backdrop[b-n2e7rxdtqs] {
    position: fixed; /* Fixed positioning to cover the whole screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* High z-index to ensure it covers other content */
}

/* Styles for the popup itself */
.confirmation-popup[b-n2e7rxdtqs] {
    background-color: white; /* White background for the popup */
    padding: 20px; /* Padding around the content */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for a little depth */
    z-index: 1001; /* Higher z-index than the backdrop */
}

    /* Optional: Styles for buttons and content inside the popup */
    .confirmation-popup button[b-n2e7rxdtqs] {
        /* Button styles */
    }

    .confirmation-popup p[b-n2e7rxdtqs] {
        /* Paragraph styles */
    }
/* _content/MalisanyaDashBlazor/Shared/AccessDenied.razor.rz.scp.css */
body[b-weeafc8zqo] {
    width: 100%;
    height: 100%;
}
.divaccess[b-weeafc8zqo] {
    background: url(/images/home_acess.png);
    background-size: cover;
    background-position: center;
    opacity: 90%;
    height: 100%;
    width: 100%;
}
.logoimage[b-weeafc8zqo] {

    opacity: 90%;
}

.divheader[b-weeafc8zqo] {
    position: fixed;
    align-content: center;
    width: 100%;
    height: 10%;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #ffffff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLefth[b-weeafc8zqo] {
    width: 30%;
    height: 12%;
    margin-top: .5%;
    font-size: 35px;
    font-weight: bold;
    position: fixed;
    font-family: 'Script MT';
    background-color: transparent;
    text-align: left;
    color: #065e13;
    font-style: oblique;
    margin-left: 1%;
}

.divCenterh[b-weeafc8zqo] {
    width: 47%;
    height: 12%;
    position: fixed;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    left: 52%;
    color: #065e13;
    font-style: oblique;
    font-family: 'Lucida Calligraphy';
    margin-top: 2%;
    text-align: center;
    /*margin-left: -100px;*/
}

.divRighth[b-weeafc8zqo] {
    width: 13%;
    height: 12%;
    margin-top: 1%;
    position: fixed;
    font-weight: bold;
    color: #065e13;
    /*background-color: transparent;*/
    left: 86%;
    text-align: right;
    /*margin-left: -100px;*/
}

.footerdiv[b-weeafc8zqo] {
    position: fixed;
    bottom: 0;
    align-content: center;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #065e13;
    opacity: 100%;
    color: white;
    box-shadow: 10 16px 24px 2px rgba(0, 0, 0, .14), 10 6px 30px 5px rgba(10, 0, 0, .12), 10 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeft[b-weeafc8zqo] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    text-align: left;
    /*left: 2%;*/
    margin-left: 1%;
}

.divCenter[b-weeafc8zqo] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    left: 35%;
    text-align: center;
    /*margin-left: -100px;*/
}

.divRight[b-weeafc8zqo] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    left: 69%;
    text-align: right;
    /*margin-left: -100px;*/
}

.imagecin[b-weeafc8zqo] {
    width: 60px;
    height: 60px;
}

.imagecinlog[b-weeafc8zqo] {
    width: 85px;
    height: 85px;
}

li[b-weeafc8zqo] {
    color: white;
}

.imagecmali[b-weeafc8zqo] {
    width: 15%;
    height: 70%;
    margin-left: .5%;
}

.image[b-weeafc8zqo] {
    width: 20%;
    height: 100%;
    margin-left: .5%;
}

.imageuser[b-weeafc8zqo] {
    width: 100%;
    height: 70%;
    float: right;
    margin-right: .5%;
}

.sysname[b-weeafc8zqo] {
    width: 6%;
    height: 100%;
    align-content: center;
    align-self: center;
}

a[b-weeafc8zqo] {
    text-decoration: none;
}

    a:link[b-weeafc8zqo] {
        text-decoration: none;
    }

    a:visited[b-weeafc8zqo] {
        text-decoration: none;
    }

    a:hover[b-weeafc8zqo] {
        text-decoration: none;
    }

    a:active[b-weeafc8zqo] {
        text-decoration: none;
    }

@media only screen and (max-width: 767px) {
    .hide-on-mobile[b-weeafc8zqo] {
        display: none;
    }
}

.login-box[b-weeafc8zqo] {
    background: url(/images/logi_bg.png);
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin: 50px auto;
    min-height: 700px;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
}

.logo[b-weeafc8zqo] {
    font-family: "Script MT";
    font-size: 54px;
    text-align: center;
    color: #888888;
    margin-bottom: 50px;
}

    .logo .logo-font[b-weeafc8zqo] {
        color: #3BC3FF;
    }

@media only screen and (max-width: 767px) {
    .logo[b-weeafc8zqo] {
        font-size: 34px;
    }
}

.header-title[b-weeafc8zqo] {
    text-align: center;
    margin-bottom: 50px;
}

.login-form[b-weeafc8zqo] {
    max-width: 300px;
    margin: 0 auto;
}

    .login-form .form-control[b-weeafc8zqo] {
        border-radius: 0;
        margin-bottom: 30px;
    }

    .login-form .form-group[b-weeafc8zqo] {
        position: relative;
    }

        .login-form .form-group .forgot-password[b-weeafc8zqo] {
            position: absolute;
            top: 6px;
            right: 15px;
        }

    .login-form .btn[b-weeafc8zqo] {
        border-radius: 0;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .login-form .btn.btn-primary[b-weeafc8zqo] {
            background: #3BC3FF;
            border-color: #31c0ff;
        }

.slider-feature-card[b-weeafc8zqo] {
    background: #fff;
    max-width: 280px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
}

    .slider-feature-card img[b-weeafc8zqo] {
        height: 80px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slider-feature-card h3[b-weeafc8zqo],
    .slider-feature-card p[b-weeafc8zqo] {
        margin-bottom: 30px;
    }

.carousel-indicators[b-weeafc8zqo] {
    bottom: -50px;
}

    .carousel-indicators li[b-weeafc8zqo] {
        cursor: pointer;
    }

/*menu logout dropdown*/
.dropbtn[b-weeafc8zqo] {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: solid;
    border-radius: 50px;
    border-block-color: #065e13;
    width: 70px;
    background-color: whitesmoke;
}

.dropdown[b-weeafc8zqo] {
    position: relative;
    display: inline-block;
    /*margin-top: -40px;*/
}

.divname[b-weeafc8zqo] {
    margin-top: 20px;
    margin-right: 80px;
    float: right;
}

.dropdown-content[b-weeafc8zqo] {
    margin-top: 50px;
    display: none;
    /* position: absolute;*/
    background-color: #f1f1f1;
    min-width: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-weeafc8zqo] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: 100;
    }

        .dropdown-content a:hover[b-weeafc8zqo] {
            background-color: lightgray;
        }

.dropdown:hover .dropdown-content[b-weeafc8zqo] {
    display: block;
}

.dropdown:hover .dropbtn[b-weeafc8zqo] {
    background-color: lightgray;
}
/* _content/MalisanyaDashBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-f6fw0sslzj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f6fw0sslzj] {
    flex: 1;
}

.sidebar[b-f6fw0sslzj] {
    background-color: whitesmoke;
 
   
}
.divLefth[b-f6fw0sslzj] {
    width: 100%;
    float: left;
    margin-top: 2.5%;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: #065e13;

}
.usersection[b-f6fw0sslzj]{
   margin: 40px;
}
.image-text-container[b-f6fw0sslzj] {
    position: fixed; /* Fixes the container relative to the viewport */
    top: 10px; /* Adjust as needed, controls the vertical position */
    left: 10px; /* Adjust as needed, controls the horizontal position */
    z-index: 1000; /* High value to bring it in front of other elements */
    opacity: 0.7; /* 70% opacity */
    text-align: center; /* Center-aligns content */
}

.bell-container[b-f6fw0sslzj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.imagebell[b-f6fw0sslzj] {
    margin-right: 80px;
    width: 50px; /* Adjust as needed */
    height: auto;
}

.text-below-image[b-f6fw0sslzj] {
    font-size: 0.8em;
    margin-top: 0.5rem;
}


.text-below-image[b-f6fw0sslzj] {
     /* Space between the image and the text */
    font-size:0.6em; /* Adjust as needed */
    color: #333; /* Text color, adjust as needed */
}

.container-fluidee[b-f6fw0sslzj] {
    height: 3.6rem;
}

.top-row[b-f6fw0sslzj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    padding: 0 1rem; /* Horizontal padding */
    height: 4.6rem;
}


    .top-row[b-f6fw0sslzj]  a, .top-row .btn-link[b-f6fw0sslzj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-f6fw0sslzj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-f6fw0sslzj] {
        display: none;
    }

    .top-row.auth[b-f6fw0sslzj] {
        justify-content: space-between;
    }

    .top-row a[b-f6fw0sslzj], .top-row .btn-link[b-f6fw0sslzj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f6fw0sslzj] {
        flex-direction: row;
    }

    .sidebar[b-f6fw0sslzj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
   
    .top-row[b-f6fw0sslzj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-f6fw0sslzj], article[b-f6fw0sslzj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.footerdiv[b-f6fw0sslzj] {
    position: fixed;
    bottom: 0;
    align-content: center;
    width: 100%;
    height: 40px;
    box-shadow: 1px 1px 1px 1px whitesmoke;
    background-color: #065e13;
    opacity: 100%;
    color: white;
    box-shadow: 10 16px 24px 2px rgba(0, 0, 0, .14), 10 6px 30px 5px rgba(10, 0, 0, .12), 10 8px 10px -5px rgba(0, 0, 0, .2)
}

.divLeftee[b-f6fw0sslzj] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    text-align: left;
    /*left: 2%;*/
    margin-left: 1%;
}

.divCenteree[b-f6fw0sslzj] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    left: 35%;
    text-align: center;
    /*margin-left: -100px;*/
}
.divCenterh[b-f6fw0sslzj] {
    width: 47%;
    position: fixed;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    left: 52%;
    color: #065e13;
    font-style: oblique;
    font-family: 'Arial, Helvetica, sans-serif';
    text-align: center;
    /*margin-left: -100px;*/
}

.divRighth[b-f6fw0sslzj] {
    width: 30%;
    height: 10%;
    margin-top: -1.2%;
    position: fixed;
    color: #065e13;
    font-weight: bold;
    background-color: transparent;
    left: 69%;
    text-align: right;
    /*margin-left: -100px;*/
}

.imageuser[b-f6fw0sslzj] {
    width: 90%;
    height: 50%;
    float: right;
    margin-right: .5%;
}
.divRightee[b-f6fw0sslzj] {
    width: 30%;
    height: 20px;
    position: fixed;
    background-color: transparent;
    left: 69%;
    text-align: right;
    /*margin-left: -100px;*/
}
a[b-f6fw0sslzj] {
    text-decoration: none;
}

    a:link[b-f6fw0sslzj] {
        text-decoration: none;
    }

    a:visited[b-f6fw0sslzj] {
        text-decoration: none;
    }

    a:hover[b-f6fw0sslzj] {
        text-decoration: none;
    }

    a:active[b-f6fw0sslzj] {
        text-decoration: none;
    }

@media only screen and (max-width: 767px) {
    .hide-on-mobile[b-f6fw0sslzj] {
        display: none;
    }
}



/*menu logout dropdown*/
.dropbtn[b-f6fw0sslzj] {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
    border: solid;
    border-block-color: #065e13;
    width: 50px;
    background-color: whitesmoke;
}

.dropdown[b-f6fw0sslzj] {
    position: relative;
    display: inline-block;
    
}
.role_val[b-f6fw0sslzj] {
    font-size: 12px;
    color: #4183D7;
}

.box[b-f6fw0sslzj] {
    padding: 90px 0px;
}

.box-part[b-f6fw0sslzj] {
    padding: 40px 10px;
    z-index: -1;
    margin: 28px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add your desired shadow properties here */
    transition: box-shadow 0.3s ease-in-out; /* Add transition for a smooth effect */
}

    .box-part:hover[b-f6fw0sslzj] {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adjust the shadow on hover if needed */
    }


.divname[b-f6fw0sslzj] {
    /*margin-top: 20px;*/
    margin-right: 80px;
    float: right;
}

.dropdown-content[b-f6fw0sslzj] {
    margin-top: 30px;
    display: none;
    /* position: absolute;*/
    background-color: #f1f1f1;
    min-width: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-f6fw0sslzj] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: 100;
    }

        .dropdown-content a:hover[b-f6fw0sslzj] {
            background-color: lightgray;
        }

.dropdown:hover .dropdown-content[b-f6fw0sslzj] {
    display: block;
}

.dropdown:hover .dropbtn[b-f6fw0sslzj] {
    background-color: lightgray;
}
.navbar-toggler[b-f6fw0sslzj] {
    background-color: rgba(255, 255, 255, 0.1);
}


.navbar-brand[b-f6fw0sslzj] {
    font-size: 1.1rem;
}

.homeicon[b-f6fw0sslzj] {
    color: #065e13;
    font-family: 'Script MT';
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    margin-top: 1%;
}

.oi[b-f6fw0sslzj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.imagecin[b-f6fw0sslzj] {
    width: 60px;
    height: 40px;
    margin-top: -7%;
    margin-left: -9%;
}

.nav-item[b-f6fw0sslzj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f6fw0sslzj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f6fw0sslzj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f6fw0sslzj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-f6fw0sslzj]  a.active {
            background-color: #5fddfa;
            color: white;
        }

        .nav-item[b-f6fw0sslzj]  a:hover {
            background-color: #5fddfa;
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-f6fw0sslzj] {
        display: none;
    }

    .collapse[b-f6fw0sslzj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.navigation[b-f6fw0sslzj] {
    position: fixed;
    font-weight: lighter;
    top: 12px;
    right: 20px;
    width: 268px;
    height: 55px;
    background: #f7f7f7;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    transition: height 0.5s, width 0.5s;
    transition-delay: 0s, 0.75s;
    overflow: hidden;
}

    .navigation.active[b-f6fw0sslzj] {
        width: 300px;
        height: 250px;
        transition: width 0.5s, height 0.5s;
        transition-delay: 0s, 0.75s;
        z-index: 1;
    }

    .navigation .userBx[b-f6fw0sslzj] {
        position: relative;
        width: calc(100% - 60px);
        height: 70px;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        overflow: hidden;
        transition: 0.5s;
        transition-delay: 0.5s;
    }

    .navigation.active .userBx[b-f6fw0sslzj] {
        width: calc(100% - 60px);
        transition-delay: 0s;
    }

    .navigation .userBx .username[b-f6fw0sslzj] {
        white-space: nowrap;
        color: #555;
        font-size: 1.1em;
    }

    .navigation .userBx .imgBx[b-f6fw0sslzj] {
        z-index: 4;
        position: relative;
        min-width: 60px;
        height: 60px;
        overflow: hidden;
        background: #f7f7f7;
        border-radius: 50%;
        border: 10px solid #f7f7f7;
    }

        .navigation .userBx .imgBx img[b-f6fw0sslzj] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.menu[b-f6fw0sslzj] {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 60px;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .menu li[b-f6fw0sslzj] {
        list-style: none;
    }

        .menu li a[b-f6fw0sslzj] {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 20px 0;
            font-size: 1em;
            text-decoration: none;
            color: #555;
        }

            .menu li a:hover[b-f6fw0sslzj] {
                color: #4e65ff;
            }

            .menu li a ion-icon[b-f6fw0sslzj] {
                font-size: 1.5em;
            }


.navigation .menuToggle[b-f6fw0sslzj] {
    position: relative;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navigation .menuToggle[b-f6fw0sslzj]::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #555;
        transform: translateY(-10px);
        box-shadow: 0 10px #555;
        transition: 0.5s;
    }

    .navigation .menuToggle[b-f6fw0sslzj]::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background: #555;
        transform: translateY(10px);
        transition: 0.5s;
    }

.navigation.active .menuToggle[b-f6fw0sslzj]::before {
    transform: translateY(0px) rotate(45deg);
    box-shadow: 0 0 #555;
}

.navigation.active .menuToggle[b-f6fw0sslzj]::after {
    transform: translateY(0px) rotate(-45deg);
}


/* _content/MalisanyaDashBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sjon363mlr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sjon363mlr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sjon363mlr] {
    font-size: 1.1rem;
}
.homeicon[b-sjon363mlr] {
    color: #065e13;
    font-family: 'Script MT';
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    margin-top: 1%;
}
.oi[b-sjon363mlr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.imagecin[b-sjon363mlr] {
    width: 60px;
    height: 40px;
    margin-top: -7%;
    margin-left: -9%;
}
.nav-item[b-sjon363mlr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sjon363mlr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sjon363mlr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sjon363mlr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-sjon363mlr]  a.active {
            background-color: #5fddfa;
            color: white;
        }

        .nav-item[b-sjon363mlr]  a:hover {
            background-color: #5fddfa;
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-sjon363mlr] {
        display: none;
    }

    .collapse[b-sjon363mlr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/MalisanyaDashBlazor/Shared/SpinnerGraph.razor.rz.scp.css */
/* 
SVG styling
*/
.snapshot__loading[b-bwy67awe3y] {
    position: relative;
   
}
.svg__loading[b-bwy67awe3y] {
    /*height: -50rem;*/
    width: 5rem;
   
}

.svg__loading-won[b-bwy67awe3y] {
    fill: #7fcb9f;
    
}

.svg__loading-lost[b-bwy67awe3y] {
    fill: #ea6d64;
   
}

.svg__loading-new[b-bwy67awe3y] {
    fill: #86c1f4;
  
}

.svg__loading-open[b-bwy67awe3y] {
    fill: #f4ba6f;

}

/* 
"Loading Segments" copy
*/
.snapshot__overlay[b-bwy67awe3y] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.snapshot__loading[b-bwy67awe3y] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}
/*
.svg__loading {
    width: 311px;
    height: 120px;
}

.svg__loading-new,
.svg__loading-open,
.svg__loading-won,
.svg__loading-lost {
    fill: #FAFAFA;
}*/

.snapshot__loading-info[b-bwy67awe3y] {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}


/* 
Ellipsis Animation
*/
@-webkit-keyframes ellipsis {
    0% {
        width: 0.25em;
    }

    50% {
        width: 0.6em;
    }

    100% {
        width: 1em;
    }
}
/* _content/MalisanyaDashBlazor/Shared/SpinnerLoad.razor.rz.scp.css */
.spinner-container[b-2j71x2q91z] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

@keyframes blink-b-2j71x2q91z {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.three-dots span[b-2j71x2q91z] {
    animation-name: blink-b-2j71x2q91z;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

    .three-dots span:nth-child(2)[b-2j71x2q91z] {
        animation-delay: 0.2s;
    }

    .three-dots span:nth-child(3)[b-2j71x2q91z] {
        animation-delay: 0.4s;
    }

.spinner[b-2j71x2q91z] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    z-index: 9999;
}

.spinner-sector[b-2j71x2q91z] {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 15px solid transparent;
    z-index: 9999;
}

.spinner-text[b-2j71x2q91z] {
    font-size: 2em;
    color: #2be80d;
}

.spinner-sector-blue[b-2j71x2q91z] {
    animation: rotate-b-2j71x2q91z 2s ease-out infinite;
    border-top: 15px solid #fffd73;
}

.spinner-sector-red[b-2j71x2q91z] {
    animation: rotate-b-2j71x2q91z 2.5s ease-in infinite;
    border-top: 15px solid #f84f43;
}

.spinner-sector-green[b-2j71x2q91z] {
    animation: rotate-b-2j71x2q91z 1.5s ease-in-out infinite;
    border-top: 15px solid #2be80d;
}

@keyframes rotate-b-2j71x2q91z {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-opacity-b-2j71x2q91z {
    0%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.1;
    }
}
/* _content/MalisanyaDashBlazor/Shared/SpinnerLogin.razor.rz.scp.css */
.spinner-container[b-2xe7woqvsv] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

@keyframes blink-b-2xe7woqvsv {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.three-dots span[b-2xe7woqvsv] {
    animation-name: blink-b-2xe7woqvsv;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

    .three-dots span:nth-child(2)[b-2xe7woqvsv] {
        animation-delay: 0.2s;
    }

    .three-dots span:nth-child(3)[b-2xe7woqvsv] {
        animation-delay: 0.4s;
    }

.spinner[b-2xe7woqvsv] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    z-index: 9999;
}

.spinner-sector[b-2xe7woqvsv] {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 15px solid transparent;
    z-index: 9999;
}

.spinner-text[b-2xe7woqvsv] {
    font-size: 1em;
    color: #048519;
}

.spinner-sector-blue[b-2xe7woqvsv] {
    animation: rotate-b-2xe7woqvsv 2s ease-out infinite;
    border-top: 12px solid #fffd73;
    opacity:0.8;
}

.spinner-sector-red[b-2xe7woqvsv] {
    animation: rotate-b-2xe7woqvsv 2.5s ease-in infinite;
    border-top: 12px solid #f84f43;
    opacity: 0.8;
}

.spinner-sector-green[b-2xe7woqvsv] {
    animation: rotate-b-2xe7woqvsv 1.5s ease-in-out infinite;
    border-top: 12px solid #2be80d;
    opacity: 0.8;
}

@keyframes rotate-b-2xe7woqvsv {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-opacity-b-2xe7woqvsv {
    0%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.1;
    }
}
/* _content/MalisanyaDashBlazor/Shared/Toast.razor.rz.scp.css */
.toast[b-nesxy7hff6] {
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
}

.toast-info[b-nesxy7hff6] {
    background-color: #017BFF;
}
