/* /Views/Shared/Components/_TableComponent.cshtml.rz.scp.css */
.cell-element.header[b-lf0d3slxcb] {
    background: #5d975a !important;
    color: white !important;
}

.page-select[b-lf0d3slxcb] {
    margin: 10px;
    padding: 6px;
    border: 1px solid green;
    box-shadow: green;
    color: darkslategray;
    font-weight: 400;
}

.page-select:focus[b-lf0d3slxcb] {
    outline-color: forestgreen;
    box-shadow: 1px forestgreen;
}

#page-button[b-lf0d3slxcb] {
    margin: auto;
}
/* /Views/Shared/_PublicLayout.cshtml.rz.scp.css */
 /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*
    custom styles 
*/
/*#sidebar {
    background-image: url("../../images/GB_Sidebar_BG.jpg");
    background-size: cover;
    background-repeat: round;
}*/

.footer[b-y8781fx4xl] {
    z-index: 2;
    transform: translateY(15px);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(225 224 224) 100%);
}

@media (min-width: 1200px) {
    #container[b-y8781fx4xl] {
        max-width: 98%;
    }
}

.sub-menus[b-y8781fx4xl] {
    font-size: 0.9rem;
    padding: 3px 0 3px 7px !important;
    margin: 5px;
    font-weight: 400;
}

#nav-office-name-btn[b-y8781fx4xl] {
    background-color: transparent;
    border: 0;
    height: 100%;
    color: green;
    margin: 0 !important;
    padding: 8px !important;
    box-sizing: border-box;
    transition: 0.5s;
    border: 1px solid #ffffff00;
    border-radius: 6px;
}

#nav-office-name-btn:hover[b-y8781fx4xl] {
    color: #198754;
    border: 1px solid #198754;
    background: #f5fff8;
}

#office-name-btn-text[b-y8781fx4xl] {
    font-weight: 500;
    text-transform: uppercase;
}

#user-management-logo[b-y8781fx4xl] {
    position: relative;
    top: 20px;
    width: 130px;
}

.user-modal-content[b-y8781fx4xl] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: linear-gradient(180deg, #d1d1d1 0%, rgba(255,255,255,1) 100%) !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: .3rem;
    outline: 0;
}

#user-management-logo-container[b-y8781fx4xl] {
    width: 150px;
    height: 115px;
    overflow: hidden;
}

#userManagementDialog[b-y8781fx4xl] {
    position: fixed;
    top: 42px;
    right: 85px;
    width: 325px;
}

#userManagementDialog .modal-body[b-y8781fx4xl] {
    color: #0a450c;
    font-weight: 500;
}

#changePasswordButton[b-y8781fx4xl],
#logoutButtonInUserModal[b-y8781fx4xl] {
    display: inline-block;
}

#changePasswordButton[b-y8781fx4xl] {
    color: white;
    background: #29895d;
    transition: 0.3s ease;
}

#changePasswordButton:hover[b-y8781fx4xl] {
    color: #caffe7;
    border: 1px solid #caffe7;
    background: none;
}


#userManagementModalFooter[b-y8781fx4xl] {
    display: flex;
    justify-content: space-between;
    border: 0;
    background: #31363b;
}

.dropdown-toggle[b-y8781fx4xl] {
    font-size: 1rem;
    padding: 6px !important;
    margin: 0px;
    font-weight: 600;
}


.hamburger[b-y8781fx4xl] {
    /*display: none;*/
    margin: auto;
    margin-top: 10px;
}

.hamburger:hover[b-y8781fx4xl] {
    cursor: pointer;
}

.bar[b-y8781fx4xl] {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #198754;
}

.nav-right-components[b-y8781fx4xl] {
    display: flex;
}

#nav-office-name-container[b-y8781fx4xl] {
    color: #00711a;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}







a.navbar-brand[b-y8781fx4xl] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-y8781fx4xl] {
    color: #0077cc;
}

.btn-primary[b-y8781fx4xl] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-y8781fx4xl], .nav-pills .show > .nav-link[b-y8781fx4xl] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-y8781fx4xl] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-y8781fx4xl] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-y8781fx4xl] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-y8781fx4xl] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-y8781fx4xl] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


/********css for printing ******************/

@media print {
    /* Styles for the entire page */
    body[b-y8781fx4xl] {
        background: white;
    }

    .print-content[b-y8781fx4xl] {
        display: block;
    }

    .print-exclude[b-y8781fx4xl] {
        display: none;
    }
}

/*******************************************/

.loading-center[b-y8781fx4xl] {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: auto;
    padding-top: 9px;
}

.proccess-loading-ring[b-y8781fx4xl] {
    z-index: 999;
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: white;
    border: 3px solid #00a916;
    border-radius: 10%;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6f6f6f;
    box-shadow: 0 0 20px #00a916;
    animation: borderFlare-b-y8781fx4xl 2.7s infinite;
}

@keyframes borderFlare-b-y8781fx4xl {
    50% {
        border: 3px solid #bd1122;
        box-shadow: 0 0 20px #bd1122;
    }
}

.proccess-loading-ring[b-y8781fx4xl]:before {
    margin: auto;
    content: '';
    position: absolute;
    top: 11px;
    left: 12px;
    width: 85%;
    height: 85%;
    border: 4px solid transparent;
    border-top: 4px solid #dddddd;
    border-right: 4px solid #dc3545;
    border-left: 4px solid #00a927;
    border-bottom: 4px solid #dddddd;
    border-radius: 50%;
    animation: animateC-b-07260d4rdm 2s cubic-bezier(1, -0.3, 0, 1.18) infinite;
}


#proccess-loading-logo[b-y8781fx4xl] {
    width: 150px;
    height: 150px;
}

@keyframes animateC-b-y8781fx4xl {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-b-y8781fx4xl {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

#process-loader-overlay[b-y8781fx4xl] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}


/*******************************************************/


/* 

*/
/*!* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/ :root[b-y8781fx4xl] {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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-y8781fx4xl], *[b-y8781fx4xl]::before, *[b-y8781fx4xl]::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html[b-y8781fx4xl] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article[b-y8781fx4xl], aside[b-y8781fx4xl], figcaption[b-y8781fx4xl], figure[b-y8781fx4xl], footer[b-y8781fx4xl], header[b-y8781fx4xl], hgroup[b-y8781fx4xl], main[b-y8781fx4xl], nav[b-y8781fx4xl], section[b-y8781fx4xl] {
    display: block
}

body[b-y8781fx4xl] {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,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: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus[b-y8781fx4xl] {
    outline: 0 !important
}

hr[b-y8781fx4xl] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1[b-y8781fx4xl], h2[b-y8781fx4xl], h3[b-y8781fx4xl], h4[b-y8781fx4xl], h5[b-y8781fx4xl], h6[b-y8781fx4xl] {
    margin-top: 0;
    margin-bottom: .5rem
}

p[b-y8781fx4xl] {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title][b-y8781fx4xl], abbr[data-original-title][b-y8781fx4xl] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address[b-y8781fx4xl] {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol[b-y8781fx4xl], ul[b-y8781fx4xl], dl[b-y8781fx4xl] {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol[b-y8781fx4xl], ul ul[b-y8781fx4xl], ol ul[b-y8781fx4xl], ul ol[b-y8781fx4xl] {
        margin-bottom: 0
    }

dt[b-y8781fx4xl] {
    font-weight: 700
}

dd[b-y8781fx4xl] {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote[b-y8781fx4xl] {
    margin: 0 0 1rem
}

b[b-y8781fx4xl], strong[b-y8781fx4xl] {
    font-weight: bolder
}

small[b-y8781fx4xl] {
    font-size: 80%
}

sub[b-y8781fx4xl], sup[b-y8781fx4xl] {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub[b-y8781fx4xl] {
    bottom: -.25em
}

sup[b-y8781fx4xl] {
    top: -.5em
}

a[b-y8781fx4xl] {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover[b-y8781fx4xl] {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex])[b-y8781fx4xl] {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover[b-y8781fx4xl], a:not([href]):not([tabindex]):focus[b-y8781fx4xl] {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus[b-y8781fx4xl] {
            outline: 0
        }

pre[b-y8781fx4xl], code[b-y8781fx4xl], kbd[b-y8781fx4xl], samp[b-y8781fx4xl] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;
    font-size: 1em
}

pre[b-y8781fx4xl] {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure[b-y8781fx4xl] {
    margin: 0 0 1rem
}

img[b-y8781fx4xl] {
    vertical-align: middle;
    border-style: none
}

svg[b-y8781fx4xl] {
    overflow: hidden;
    vertical-align: middle
}

table[b-y8781fx4xl] {
    border-collapse: collapse
}

caption[b-y8781fx4xl] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th[b-y8781fx4xl] {
    text-align: inherit
}

label[b-y8781fx4xl] {
    display: inline-block;
    margin-bottom: .5rem
}

button[b-y8781fx4xl] {
    border-radius: 0
}

    button:focus[b-y8781fx4xl] {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

input[b-y8781fx4xl], button[b-y8781fx4xl], select[b-y8781fx4xl], optgroup[b-y8781fx4xl], textarea[b-y8781fx4xl] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button[b-y8781fx4xl], input[b-y8781fx4xl] {
    overflow: visible
}

button[b-y8781fx4xl], select[b-y8781fx4xl] {
    text-transform: none
}

select[b-y8781fx4xl] {
    word-wrap: normal
}

button[b-y8781fx4xl], [type=button][b-y8781fx4xl], [type=reset][b-y8781fx4xl], [type=submit][b-y8781fx4xl] {
    -webkit-appearance: button
}

    button:not(:disabled)[b-y8781fx4xl], [type=button]:not(:disabled)[b-y8781fx4xl], [type=reset]:not(:disabled)[b-y8781fx4xl], [type=submit]:not(:disabled)[b-y8781fx4xl] {
        cursor: pointer
    }

    button[b-y8781fx4xl]::-moz-focus-inner, [type=button][b-y8781fx4xl]::-moz-focus-inner, [type=reset][b-y8781fx4xl]::-moz-focus-inner, [type=submit][b-y8781fx4xl]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=radio][b-y8781fx4xl], input[type=checkbox][b-y8781fx4xl] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date][b-y8781fx4xl], input[type=time][b-y8781fx4xl], input[type=datetime-local][b-y8781fx4xl], input[type=month][b-y8781fx4xl] {
    -webkit-appearance: listbox
}

textarea[b-y8781fx4xl] {
    overflow: auto;
    resize: vertical
}

fieldset[b-y8781fx4xl] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend[b-y8781fx4xl] {
    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-y8781fx4xl] {
    vertical-align: baseline
}

[type=number][b-y8781fx4xl]::-webkit-inner-spin-button, [type=number][b-y8781fx4xl]::-webkit-outer-spin-button {
    height: auto
}

[type=search][b-y8781fx4xl] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search][b-y8781fx4xl]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[b-y8781fx4xl]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output[b-y8781fx4xl] {
    display: inline-block
}

summary[b-y8781fx4xl] {
    display: list-item;
    cursor: pointer
}

template[b-y8781fx4xl] {
    display: none
}

[hidden][b-y8781fx4xl] {
    display: none !important
}

h1[b-y8781fx4xl], h2[b-y8781fx4xl], h3[b-y8781fx4xl], h4[b-y8781fx4xl], h5[b-y8781fx4xl], h6[b-y8781fx4xl], .h1[b-y8781fx4xl], .h2[b-y8781fx4xl], .h3[b-y8781fx4xl], .h4[b-y8781fx4xl], .h5[b-y8781fx4xl], .h6[b-y8781fx4xl] {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1[b-y8781fx4xl], .h1[b-y8781fx4xl] {
    font-size: 2.5rem
}

h2[b-y8781fx4xl], .h2[b-y8781fx4xl] {
    font-size: 2rem
}

h3[b-y8781fx4xl], .h3[b-y8781fx4xl] {
    font-size: 1.75rem
}

h4[b-y8781fx4xl], .h4[b-y8781fx4xl] {
    font-size: 1.5rem
}

h5[b-y8781fx4xl], .h5[b-y8781fx4xl] {
    font-size: 1.25rem
}

h6[b-y8781fx4xl], .h6[b-y8781fx4xl] {
    font-size: 1rem
}

.lead[b-y8781fx4xl] {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1[b-y8781fx4xl] {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2[b-y8781fx4xl] {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3[b-y8781fx4xl] {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4[b-y8781fx4xl] {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr[b-y8781fx4xl] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

small[b-y8781fx4xl], .small[b-y8781fx4xl] {
    font-size: 80%;
    font-weight: 400
}

mark[b-y8781fx4xl], .mark[b-y8781fx4xl] {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled[b-y8781fx4xl] {
    padding-left: 0;
    list-style: none
}

.list-inline[b-y8781fx4xl] {
    padding-left: 0;
    list-style: none
}

.list-inline-item[b-y8781fx4xl] {
    display: inline-block
}

    .list-inline-item:not(:last-child)[b-y8781fx4xl] {
        margin-right: .5rem
    }

.initialism[b-y8781fx4xl] {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote[b-y8781fx4xl] {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer[b-y8781fx4xl] {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer[b-y8781fx4xl]::before {
        content: "\2014\00A0"
    }

.img-fluid[b-y8781fx4xl] {
    max-width: 100%;
    height: auto
}

.img-thumbnail[b-y8781fx4xl] {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure[b-y8781fx4xl] {
    display: inline-block
}

.figure-img[b-y8781fx4xl] {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption[b-y8781fx4xl] {
    font-size: 90%;
    color: #6c757d
}

code[b-y8781fx4xl] {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code[b-y8781fx4xl] {
    color: inherit
}

kbd[b-y8781fx4xl] {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd[b-y8781fx4xl] {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre[b-y8781fx4xl] {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code[b-y8781fx4xl] {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable[b-y8781fx4xl] {
    max-height: 340px;
    overflow-y: scroll
}

.container[b-y8781fx4xl] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container[b-y8781fx4xl] {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container[b-y8781fx4xl] {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container[b-y8781fx4xl] {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container[b-y8781fx4xl] {
        max-width: 1140px
    }
}

.container-fluid[b-y8781fx4xl] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters[b-y8781fx4xl] {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col[b-y8781fx4xl], .no-gutters > [class*=col-][b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }

.col-1[b-y8781fx4xl], .col-2[b-y8781fx4xl], .col-3[b-y8781fx4xl], .col-4[b-y8781fx4xl], .col-5[b-y8781fx4xl], .col-6[b-y8781fx4xl], .col-7[b-y8781fx4xl], .col-8[b-y8781fx4xl], .col-9[b-y8781fx4xl], .col-10[b-y8781fx4xl], .col-11[b-y8781fx4xl], .col-12[b-y8781fx4xl], .col[b-y8781fx4xl], .col-auto[b-y8781fx4xl], .col-sm-1[b-y8781fx4xl], .col-sm-2[b-y8781fx4xl], .col-sm-3[b-y8781fx4xl], .col-sm-4[b-y8781fx4xl], .col-sm-5[b-y8781fx4xl], .col-sm-6[b-y8781fx4xl], .col-sm-7[b-y8781fx4xl], .col-sm-8[b-y8781fx4xl], .col-sm-9[b-y8781fx4xl], .col-sm-10[b-y8781fx4xl], .col-sm-11[b-y8781fx4xl], .col-sm-12[b-y8781fx4xl], .col-sm[b-y8781fx4xl], .col-sm-auto[b-y8781fx4xl], .col-md-1[b-y8781fx4xl], .col-md-2[b-y8781fx4xl], .col-md-3[b-y8781fx4xl], .col-md-4[b-y8781fx4xl], .col-md-5[b-y8781fx4xl], .col-md-6[b-y8781fx4xl], .col-md-7[b-y8781fx4xl], .col-md-8[b-y8781fx4xl], .col-md-9[b-y8781fx4xl], .col-md-10[b-y8781fx4xl], .col-md-11[b-y8781fx4xl], .col-md-12[b-y8781fx4xl], .col-md[b-y8781fx4xl], .col-md-auto[b-y8781fx4xl], .col-lg-1[b-y8781fx4xl], .col-lg-2[b-y8781fx4xl], .col-lg-3[b-y8781fx4xl], .col-lg-4[b-y8781fx4xl], .col-lg-5[b-y8781fx4xl], .col-lg-6[b-y8781fx4xl], .col-lg-7[b-y8781fx4xl], .col-lg-8[b-y8781fx4xl], .col-lg-9[b-y8781fx4xl], .col-lg-10[b-y8781fx4xl], .col-lg-11[b-y8781fx4xl], .col-lg-12[b-y8781fx4xl], .col-lg[b-y8781fx4xl], .col-lg-auto[b-y8781fx4xl], .col-xl-1[b-y8781fx4xl], .col-xl-2[b-y8781fx4xl], .col-xl-3[b-y8781fx4xl], .col-xl-4[b-y8781fx4xl], .col-xl-5[b-y8781fx4xl], .col-xl-6[b-y8781fx4xl], .col-xl-7[b-y8781fx4xl], .col-xl-8[b-y8781fx4xl], .col-xl-9[b-y8781fx4xl], .col-xl-10[b-y8781fx4xl], .col-xl-11[b-y8781fx4xl], .col-xl-12[b-y8781fx4xl], .col-xl[b-y8781fx4xl], .col-xl-auto[b-y8781fx4xl] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col[b-y8781fx4xl] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12[b-y8781fx4xl] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12[b-y8781fx4xl] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1[b-y8781fx4xl] {
    margin-left: 8.33333%
}

.offset-2[b-y8781fx4xl] {
    margin-left: 16.66667%
}

.offset-3[b-y8781fx4xl] {
    margin-left: 25%
}

.offset-4[b-y8781fx4xl] {
    margin-left: 33.33333%
}

.offset-5[b-y8781fx4xl] {
    margin-left: 41.66667%
}

.offset-6[b-y8781fx4xl] {
    margin-left: 50%
}

.offset-7[b-y8781fx4xl] {
    margin-left: 58.33333%
}

.offset-8[b-y8781fx4xl] {
    margin-left: 66.66667%
}

.offset-9[b-y8781fx4xl] {
    margin-left: 75%
}

.offset-10[b-y8781fx4xl] {
    margin-left: 83.33333%
}

.offset-11[b-y8781fx4xl] {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm[b-y8781fx4xl] {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0[b-y8781fx4xl] {
        margin-left: 0
    }

    .offset-sm-1[b-y8781fx4xl] {
        margin-left: 8.33333%
    }

    .offset-sm-2[b-y8781fx4xl] {
        margin-left: 16.66667%
    }

    .offset-sm-3[b-y8781fx4xl] {
        margin-left: 25%
    }

    .offset-sm-4[b-y8781fx4xl] {
        margin-left: 33.33333%
    }

    .offset-sm-5[b-y8781fx4xl] {
        margin-left: 41.66667%
    }

    .offset-sm-6[b-y8781fx4xl] {
        margin-left: 50%
    }

    .offset-sm-7[b-y8781fx4xl] {
        margin-left: 58.33333%
    }

    .offset-sm-8[b-y8781fx4xl] {
        margin-left: 66.66667%
    }

    .offset-sm-9[b-y8781fx4xl] {
        margin-left: 75%
    }

    .offset-sm-10[b-y8781fx4xl] {
        margin-left: 83.33333%
    }

    .offset-sm-11[b-y8781fx4xl] {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md[b-y8781fx4xl] {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0[b-y8781fx4xl] {
        margin-left: 0
    }

    .offset-md-1[b-y8781fx4xl] {
        margin-left: 8.33333%
    }

    .offset-md-2[b-y8781fx4xl] {
        margin-left: 16.66667%
    }

    .offset-md-3[b-y8781fx4xl] {
        margin-left: 25%
    }

    .offset-md-4[b-y8781fx4xl] {
        margin-left: 33.33333%
    }

    .offset-md-5[b-y8781fx4xl] {
        margin-left: 41.66667%
    }

    .offset-md-6[b-y8781fx4xl] {
        margin-left: 50%
    }

    .offset-md-7[b-y8781fx4xl] {
        margin-left: 58.33333%
    }

    .offset-md-8[b-y8781fx4xl] {
        margin-left: 66.66667%
    }

    .offset-md-9[b-y8781fx4xl] {
        margin-left: 75%
    }

    .offset-md-10[b-y8781fx4xl] {
        margin-left: 83.33333%
    }

    .offset-md-11[b-y8781fx4xl] {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg[b-y8781fx4xl] {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0[b-y8781fx4xl] {
        margin-left: 0
    }

    .offset-lg-1[b-y8781fx4xl] {
        margin-left: 8.33333%
    }

    .offset-lg-2[b-y8781fx4xl] {
        margin-left: 16.66667%
    }

    .offset-lg-3[b-y8781fx4xl] {
        margin-left: 25%
    }

    .offset-lg-4[b-y8781fx4xl] {
        margin-left: 33.33333%
    }

    .offset-lg-5[b-y8781fx4xl] {
        margin-left: 41.66667%
    }

    .offset-lg-6[b-y8781fx4xl] {
        margin-left: 50%
    }

    .offset-lg-7[b-y8781fx4xl] {
        margin-left: 58.33333%
    }

    .offset-lg-8[b-y8781fx4xl] {
        margin-left: 66.66667%
    }

    .offset-lg-9[b-y8781fx4xl] {
        margin-left: 75%
    }

    .offset-lg-10[b-y8781fx4xl] {
        margin-left: 83.33333%
    }

    .offset-lg-11[b-y8781fx4xl] {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl[b-y8781fx4xl] {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12[b-y8781fx4xl] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12[b-y8781fx4xl] {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0[b-y8781fx4xl] {
        margin-left: 0
    }

    .offset-xl-1[b-y8781fx4xl] {
        margin-left: 8.33333%
    }

    .offset-xl-2[b-y8781fx4xl] {
        margin-left: 16.66667%
    }

    .offset-xl-3[b-y8781fx4xl] {
        margin-left: 25%
    }

    .offset-xl-4[b-y8781fx4xl] {
        margin-left: 33.33333%
    }

    .offset-xl-5[b-y8781fx4xl] {
        margin-left: 41.66667%
    }

    .offset-xl-6[b-y8781fx4xl] {
        margin-left: 50%
    }

    .offset-xl-7[b-y8781fx4xl] {
        margin-left: 58.33333%
    }

    .offset-xl-8[b-y8781fx4xl] {
        margin-left: 66.66667%
    }

    .offset-xl-9[b-y8781fx4xl] {
        margin-left: 75%
    }

    .offset-xl-10[b-y8781fx4xl] {
        margin-left: 83.33333%
    }

    .offset-xl-11[b-y8781fx4xl] {
        margin-left: 91.66667%
    }
}

.table[b-y8781fx4xl] {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table th[b-y8781fx4xl], .table td[b-y8781fx4xl] {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th[b-y8781fx4xl] {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody[b-y8781fx4xl] {
        border-top: 2px solid #dee2e6
    }

.table-sm th[b-y8781fx4xl], .table-sm td[b-y8781fx4xl] {
    padding: .3rem
}

.table-bordered[b-y8781fx4xl] {
    border: 1px solid #dee2e6
}

    .table-bordered th[b-y8781fx4xl], .table-bordered td[b-y8781fx4xl] {
        border: 1px solid #dee2e6
    }

    .table-bordered thead th[b-y8781fx4xl], .table-bordered thead td[b-y8781fx4xl] {
        border-bottom-width: 2px
    }

.table-borderless th[b-y8781fx4xl], .table-borderless td[b-y8781fx4xl], .table-borderless thead th[b-y8781fx4xl], .table-borderless tbody + tbody[b-y8781fx4xl] {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd)[b-y8781fx4xl] {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover[b-y8781fx4xl] {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary[b-y8781fx4xl], .table-primary > th[b-y8781fx4xl], .table-primary > td[b-y8781fx4xl] {
    background-color: #b8daff
}

    .table-primary th[b-y8781fx4xl], .table-primary td[b-y8781fx4xl], .table-primary thead th[b-y8781fx4xl], .table-primary tbody + tbody[b-y8781fx4xl] {
        border-color: #7abaff
    }

.table-hover .table-primary:hover[b-y8781fx4xl] {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td[b-y8781fx4xl], .table-hover .table-primary:hover > th[b-y8781fx4xl] {
        background-color: #9fcdff
    }

.table-secondary[b-y8781fx4xl], .table-secondary > th[b-y8781fx4xl], .table-secondary > td[b-y8781fx4xl] {
    background-color: #d6d8db
}

    .table-secondary th[b-y8781fx4xl], .table-secondary td[b-y8781fx4xl], .table-secondary thead th[b-y8781fx4xl], .table-secondary tbody + tbody[b-y8781fx4xl] {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover[b-y8781fx4xl] {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td[b-y8781fx4xl], .table-hover .table-secondary:hover > th[b-y8781fx4xl] {
        background-color: #c8cbcf
    }

.table-success[b-y8781fx4xl], .table-success > th[b-y8781fx4xl], .table-success > td[b-y8781fx4xl] {
    background-color: #c3e6cb
}

    .table-success th[b-y8781fx4xl], .table-success td[b-y8781fx4xl], .table-success thead th[b-y8781fx4xl], .table-success tbody + tbody[b-y8781fx4xl] {
        border-color: #8fd19e
    }

.table-hover .table-success:hover[b-y8781fx4xl] {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td[b-y8781fx4xl], .table-hover .table-success:hover > th[b-y8781fx4xl] {
        background-color: #b1dfbb
    }

.table-info[b-y8781fx4xl], .table-info > th[b-y8781fx4xl], .table-info > td[b-y8781fx4xl] {
    background-color: #bee5eb
}

    .table-info th[b-y8781fx4xl], .table-info td[b-y8781fx4xl], .table-info thead th[b-y8781fx4xl], .table-info tbody + tbody[b-y8781fx4xl] {
        border-color: #86cfda
    }

.table-hover .table-info:hover[b-y8781fx4xl] {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td[b-y8781fx4xl], .table-hover .table-info:hover > th[b-y8781fx4xl] {
        background-color: #abdde5
    }

.table-warning[b-y8781fx4xl], .table-warning > th[b-y8781fx4xl], .table-warning > td[b-y8781fx4xl] {
    background-color: #ffeeba
}

    .table-warning th[b-y8781fx4xl], .table-warning td[b-y8781fx4xl], .table-warning thead th[b-y8781fx4xl], .table-warning tbody + tbody[b-y8781fx4xl] {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover[b-y8781fx4xl] {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td[b-y8781fx4xl], .table-hover .table-warning:hover > th[b-y8781fx4xl] {
        background-color: #ffe8a1
    }

.table-danger[b-y8781fx4xl], .table-danger > th[b-y8781fx4xl], .table-danger > td[b-y8781fx4xl] {
    background-color: #f5c6cb
}

    .table-danger th[b-y8781fx4xl], .table-danger td[b-y8781fx4xl], .table-danger thead th[b-y8781fx4xl], .table-danger tbody + tbody[b-y8781fx4xl] {
        border-color: #ed969e
    }

.table-hover .table-danger:hover[b-y8781fx4xl] {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td[b-y8781fx4xl], .table-hover .table-danger:hover > th[b-y8781fx4xl] {
        background-color: #f1b0b7
    }

.table-light[b-y8781fx4xl], .table-light > th[b-y8781fx4xl], .table-light > td[b-y8781fx4xl] {
    background-color: #fdfdfe
}

    .table-light th[b-y8781fx4xl], .table-light td[b-y8781fx4xl], .table-light thead th[b-y8781fx4xl], .table-light tbody + tbody[b-y8781fx4xl] {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover[b-y8781fx4xl] {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td[b-y8781fx4xl], .table-hover .table-light:hover > th[b-y8781fx4xl] {
        background-color: #ececf6
    }

.table-dark[b-y8781fx4xl], .table-dark > th[b-y8781fx4xl], .table-dark > td[b-y8781fx4xl] {
    background-color: #c6c8ca
}

    .table-dark th[b-y8781fx4xl], .table-dark td[b-y8781fx4xl], .table-dark thead th[b-y8781fx4xl], .table-dark tbody + tbody[b-y8781fx4xl] {
        border-color: #95999c
    }

.table-hover .table-dark:hover[b-y8781fx4xl] {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td[b-y8781fx4xl], .table-hover .table-dark:hover > th[b-y8781fx4xl] {
        background-color: #b9bbbe
    }

.table-active[b-y8781fx4xl], .table-active > th[b-y8781fx4xl], .table-active > td[b-y8781fx4xl] {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover[b-y8781fx4xl] {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td[b-y8781fx4xl], .table-hover .table-active:hover > th[b-y8781fx4xl] {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th[b-y8781fx4xl] {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th[b-y8781fx4xl] {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark[b-y8781fx4xl] {
    color: #fff;
    background-color: #343a40
}

    .table-dark th[b-y8781fx4xl], .table-dark td[b-y8781fx4xl], .table-dark thead th[b-y8781fx4xl] {
        border-color: #454d55
    }

    .table-dark.table-bordered[b-y8781fx4xl] {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd)[b-y8781fx4xl] {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media(max-width:575.98px) {
    .table-responsive-sm[b-y8781fx4xl] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered[b-y8781fx4xl] {
            border: 0
        }
}

@media(max-width:767.98px) {
    .table-responsive-md[b-y8781fx4xl] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered[b-y8781fx4xl] {
            border: 0
        }
}

@media(max-width:991.98px) {
    .table-responsive-lg[b-y8781fx4xl] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered[b-y8781fx4xl] {
            border: 0
        }
}

@media(max-width:1199.98px) {
    .table-responsive-xl[b-y8781fx4xl] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered[b-y8781fx4xl] {
            border: 0
        }
}

.table-responsive[b-y8781fx4xl] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered[b-y8781fx4xl] {
        border: 0
    }

.form-control[b-y8781fx4xl] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control[b-y8781fx4xl]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus[b-y8781fx4xl] {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control[b-y8781fx4xl]::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder[b-y8781fx4xl] {
    color: #6c757d;
    opacity: 1
}

.form-control[b-y8781fx4xl]::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control[b-y8781fx4xl]::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled[b-y8781fx4xl], .form-control[readonly][b-y8781fx4xl] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus[b-y8781fx4xl]::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file[b-y8781fx4xl], .form-control-range[b-y8781fx4xl] {
    display: block;
    width: 100%
}

.col-form-label[b-y8781fx4xl] {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg[b-y8781fx4xl] {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm[b-y8781fx4xl] {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext[b-y8781fx4xl] {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm[b-y8781fx4xl], .form-control-plaintext.form-control-lg[b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm[b-y8781fx4xl] {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg[b-y8781fx4xl] {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size][b-y8781fx4xl], select.form-control[multiple][b-y8781fx4xl] {
    height: auto
}

textarea.form-control[b-y8781fx4xl] {
    height: auto
}

.form-group[b-y8781fx4xl] {
    margin-bottom: 1rem
}

.form-text[b-y8781fx4xl] {
    display: block;
    margin-top: .25rem
}

.form-row[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col[b-y8781fx4xl], .form-row > [class*=col-][b-y8781fx4xl] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check[b-y8781fx4xl] {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input[b-y8781fx4xl] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label[b-y8781fx4xl] {
        color: #6c757d
    }

.form-check-label[b-y8781fx4xl] {
    margin-bottom: 0
}

.form-check-inline[b-y8781fx4xl] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input[b-y8781fx4xl] {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback[b-y8781fx4xl] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip[b-y8781fx4xl] {
    position: absolute;
    top: 100%;
    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(40,167,69,.9);
    border-radius: .25rem
}

.was-validated .form-control:valid[b-y8781fx4xl], .form-control.is-valid[b-y8781fx4xl] {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .form-control:valid:focus[b-y8781fx4xl], .form-control.is-valid:focus[b-y8781fx4xl] {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .was-validated .form-control:valid ~ .valid-feedback[b-y8781fx4xl], .was-validated .form-control:valid ~ .valid-tooltip[b-y8781fx4xl], .form-control.is-valid ~ .valid-feedback[b-y8781fx4xl], .form-control.is-valid ~ .valid-tooltip[b-y8781fx4xl] {
        display: block
    }

.was-validated textarea.form-control:valid[b-y8781fx4xl], textarea.form-control.is-valid[b-y8781fx4xl] {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid[b-y8781fx4xl], .custom-select.is-valid[b-y8781fx4xl] {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3/4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .custom-select:valid:focus[b-y8781fx4xl], .custom-select.is-valid:focus[b-y8781fx4xl] {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .was-validated .custom-select:valid ~ .valid-feedback[b-y8781fx4xl], .was-validated .custom-select:valid ~ .valid-tooltip[b-y8781fx4xl], .custom-select.is-valid ~ .valid-feedback[b-y8781fx4xl], .custom-select.is-valid ~ .valid-tooltip[b-y8781fx4xl] {
        display: block
    }

.was-validated .form-control-file:valid ~ .valid-feedback[b-y8781fx4xl], .was-validated .form-control-file:valid ~ .valid-tooltip[b-y8781fx4xl], .form-control-file.is-valid ~ .valid-feedback[b-y8781fx4xl], .form-control-file.is-valid ~ .valid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .form-check-input:valid ~ .form-check-label[b-y8781fx4xl], .form-check-input.is-valid ~ .form-check-label[b-y8781fx4xl] {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback[b-y8781fx4xl], .was-validated .form-check-input:valid ~ .valid-tooltip[b-y8781fx4xl], .form-check-input.is-valid ~ .valid-feedback[b-y8781fx4xl], .form-check-input.is-valid ~ .valid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label[b-y8781fx4xl], .custom-control-input.is-valid ~ .custom-control-label[b-y8781fx4xl] {
    color: #28a745
}

    .was-validated .custom-control-input:valid ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-valid ~ .custom-control-label[b-y8781fx4xl]::before {
        border-color: #28a745
    }

.was-validated .custom-control-input:valid ~ .valid-feedback[b-y8781fx4xl], .was-validated .custom-control-input:valid ~ .valid-tooltip[b-y8781fx4xl], .custom-control-input.is-valid ~ .valid-feedback[b-y8781fx4xl], .custom-control-input.is-valid ~ .valid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-valid:checked ~ .custom-control-label[b-y8781fx4xl]::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-valid:focus ~ .custom-control-label[b-y8781fx4xl]::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label[b-y8781fx4xl]::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label[b-y8781fx4xl], .custom-file-input.is-valid ~ .custom-file-label[b-y8781fx4xl] {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .valid-feedback[b-y8781fx4xl], .was-validated .custom-file-input:valid ~ .valid-tooltip[b-y8781fx4xl], .custom-file-input.is-valid ~ .valid-feedback[b-y8781fx4xl], .custom-file-input.is-valid ~ .valid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label[b-y8781fx4xl], .custom-file-input.is-valid:focus ~ .custom-file-label[b-y8781fx4xl] {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback[b-y8781fx4xl] {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip[b-y8781fx4xl] {
    position: absolute;
    top: 100%;
    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(220,53,69,.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid[b-y8781fx4xl], .form-control.is-invalid[b-y8781fx4xl] {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZGMzNTQ1JyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .form-control:invalid:focus[b-y8781fx4xl], .form-control.is-invalid:focus[b-y8781fx4xl] {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .was-validated .form-control:invalid ~ .invalid-feedback[b-y8781fx4xl], .was-validated .form-control:invalid ~ .invalid-tooltip[b-y8781fx4xl], .form-control.is-invalid ~ .invalid-feedback[b-y8781fx4xl], .form-control.is-invalid ~ .invalid-tooltip[b-y8781fx4xl] {
        display: block
    }

.was-validated textarea.form-control:invalid[b-y8781fx4xl], textarea.form-control.is-invalid[b-y8781fx4xl] {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid[b-y8781fx4xl], .custom-select.is-invalid[b-y8781fx4xl] {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3/4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .custom-select:invalid:focus[b-y8781fx4xl], .custom-select.is-invalid:focus[b-y8781fx4xl] {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback[b-y8781fx4xl], .was-validated .custom-select:invalid ~ .invalid-tooltip[b-y8781fx4xl], .custom-select.is-invalid ~ .invalid-feedback[b-y8781fx4xl], .custom-select.is-invalid ~ .invalid-tooltip[b-y8781fx4xl] {
        display: block
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback[b-y8781fx4xl], .was-validated .form-control-file:invalid ~ .invalid-tooltip[b-y8781fx4xl], .form-control-file.is-invalid ~ .invalid-feedback[b-y8781fx4xl], .form-control-file.is-invalid ~ .invalid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label[b-y8781fx4xl], .form-check-input.is-invalid ~ .form-check-label[b-y8781fx4xl] {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback[b-y8781fx4xl], .was-validated .form-check-input:invalid ~ .invalid-tooltip[b-y8781fx4xl], .form-check-input.is-invalid ~ .invalid-feedback[b-y8781fx4xl], .form-check-input.is-invalid ~ .invalid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label[b-y8781fx4xl], .custom-control-input.is-invalid ~ .custom-control-label[b-y8781fx4xl] {
    color: #dc3545
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-invalid ~ .custom-control-label[b-y8781fx4xl]::before {
        border-color: #dc3545
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback[b-y8781fx4xl], .was-validated .custom-control-input:invalid ~ .invalid-tooltip[b-y8781fx4xl], .custom-control-input.is-invalid ~ .invalid-feedback[b-y8781fx4xl], .custom-control-input.is-invalid ~ .invalid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-invalid:checked ~ .custom-control-label[b-y8781fx4xl]::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-invalid:focus ~ .custom-control-label[b-y8781fx4xl]::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label[b-y8781fx4xl]::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label[b-y8781fx4xl]::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label[b-y8781fx4xl], .custom-file-input.is-invalid ~ .custom-file-label[b-y8781fx4xl] {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback[b-y8781fx4xl], .was-validated .custom-file-input:invalid ~ .invalid-tooltip[b-y8781fx4xl], .custom-file-input.is-invalid ~ .invalid-feedback[b-y8781fx4xl], .custom-file-input.is-invalid ~ .invalid-tooltip[b-y8781fx4xl] {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label[b-y8781fx4xl], .custom-file-input.is-invalid:focus ~ .custom-file-label[b-y8781fx4xl] {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check[b-y8781fx4xl] {
        width: 100%
    }

@media(min-width:576px) {
    .form-inline label[b-y8781fx4xl] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group[b-y8781fx4xl] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control[b-y8781fx4xl] {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext[b-y8781fx4xl] {
        display: inline-block
    }

    .form-inline .input-group[b-y8781fx4xl], .form-inline .custom-select[b-y8781fx4xl] {
        width: auto
    }

    .form-inline .form-check[b-y8781fx4xl] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input[b-y8781fx4xl] {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control[b-y8781fx4xl] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label[b-y8781fx4xl] {
        margin-bottom: 0
    }
}

.btn[b-y8781fx4xl] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover[b-y8781fx4xl] {
    color: #212529;
    text-decoration: none
}

.btn:focus[b-y8781fx4xl], .btn.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled[b-y8781fx4xl], .btn:disabled[b-y8781fx4xl] {
    opacity: .65
}

a.btn.disabled[b-y8781fx4xl], fieldset:disabled a.btn[b-y8781fx4xl] {
    pointer-events: none
}

.btn-primary[b-y8781fx4xl] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary:focus[b-y8781fx4xl], .btn-primary.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary.disabled[b-y8781fx4xl], .btn-primary:disabled[b-y8781fx4xl] {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-primary:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-primary.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-primary:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-primary.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

.btn-secondary[b-y8781fx4xl] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary:focus[b-y8781fx4xl], .btn-secondary.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
        box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
    }

    .btn-secondary.disabled[b-y8781fx4xl], .btn-secondary:disabled[b-y8781fx4xl] {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-secondary:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-secondary.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-secondary:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-secondary.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
            box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
        }

.btn-success[b-y8781fx4xl] {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success:focus[b-y8781fx4xl], .btn-success.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
    }

    .btn-success.disabled[b-y8781fx4xl], .btn-success:disabled[b-y8781fx4xl] {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-success:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-success.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-success:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-success.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
            box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
        }

.btn-info[b-y8781fx4xl] {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info:focus[b-y8781fx4xl], .btn-info.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
    }

    .btn-info.disabled[b-y8781fx4xl], .btn-info:disabled[b-y8781fx4xl] {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-info:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-info.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-info:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-info.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
            box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
        }

.btn-warning[b-y8781fx4xl] {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover[b-y8781fx4xl] {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning:focus[b-y8781fx4xl], .btn-warning.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .btn-warning.disabled[b-y8781fx4xl], .btn-warning:disabled[b-y8781fx4xl] {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-warning:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-warning.dropdown-toggle[b-y8781fx4xl] {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-warning:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-warning.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
            box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
        }

.btn-danger[b-y8781fx4xl] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger:focus[b-y8781fx4xl], .btn-danger.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

    .btn-danger.disabled[b-y8781fx4xl], .btn-danger:disabled[b-y8781fx4xl] {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-danger:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-danger.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-danger:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-danger.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
            box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
        }

.btn-light[b-y8781fx4xl] {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover[b-y8781fx4xl] {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light:focus[b-y8781fx4xl], .btn-light.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
    }

    .btn-light.disabled[b-y8781fx4xl], .btn-light:disabled[b-y8781fx4xl] {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-light:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-light.dropdown-toggle[b-y8781fx4xl] {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-light:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-light.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
            box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
        }

.btn-dark[b-y8781fx4xl] {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark:focus[b-y8781fx4xl], .btn-dark.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
        box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
    }

    .btn-dark.disabled[b-y8781fx4xl], .btn-dark:disabled[b-y8781fx4xl] {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-dark:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-dark.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-dark:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-dark.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
            box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
        }

.btn-outline-primary[b-y8781fx4xl] {
    color: #007bff;
    border-color: #007bff
}

    .btn-outline-primary:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary:focus[b-y8781fx4xl], .btn-outline-primary.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled[b-y8781fx4xl], .btn-outline-primary:disabled[b-y8781fx4xl] {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-primary:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-primary.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-primary:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-primary.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary[b-y8781fx4xl] {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:focus[b-y8781fx4xl], .btn-outline-secondary.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled[b-y8781fx4xl], .btn-outline-secondary:disabled[b-y8781fx4xl] {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-secondary:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-secondary.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-secondary:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-secondary.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success[b-y8781fx4xl] {
    color: #28a745;
    border-color: #28a745
}

    .btn-outline-success:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success:focus[b-y8781fx4xl], .btn-outline-success.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled[b-y8781fx4xl], .btn-outline-success:disabled[b-y8781fx4xl] {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-success:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-success.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-success:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-success.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info[b-y8781fx4xl] {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info:focus[b-y8781fx4xl], .btn-outline-info.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled[b-y8781fx4xl], .btn-outline-info:disabled[b-y8781fx4xl] {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-info:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-info.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-info:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-info.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning[b-y8781fx4xl] {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover[b-y8781fx4xl] {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning:focus[b-y8781fx4xl], .btn-outline-warning.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled[b-y8781fx4xl], .btn-outline-warning:disabled[b-y8781fx4xl] {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-warning:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-warning.dropdown-toggle[b-y8781fx4xl] {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-warning:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-warning.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger[b-y8781fx4xl] {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger:focus[b-y8781fx4xl], .btn-outline-danger.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled[b-y8781fx4xl], .btn-outline-danger:disabled[b-y8781fx4xl] {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-danger:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-danger.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-danger:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-danger.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light[b-y8781fx4xl] {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover[b-y8781fx4xl] {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light:focus[b-y8781fx4xl], .btn-outline-light.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled[b-y8781fx4xl], .btn-outline-light:disabled[b-y8781fx4xl] {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-light:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-light.dropdown-toggle[b-y8781fx4xl] {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-light:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-light.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark[b-y8781fx4xl] {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover[b-y8781fx4xl] {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark:focus[b-y8781fx4xl], .btn-outline-dark.focus[b-y8781fx4xl] {
        -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled[b-y8781fx4xl], .btn-outline-dark:disabled[b-y8781fx4xl] {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active[b-y8781fx4xl], .btn-outline-dark:not(:disabled):not(.disabled).active[b-y8781fx4xl], .show > .btn-outline-dark.dropdown-toggle[b-y8781fx4xl] {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus[b-y8781fx4xl], .btn-outline-dark:not(:disabled):not(.disabled).active:focus[b-y8781fx4xl], .show > .btn-outline-dark.dropdown-toggle:focus[b-y8781fx4xl] {
            -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link[b-y8781fx4xl] {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

    .btn-link:hover[b-y8781fx4xl] {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link:focus[b-y8781fx4xl], .btn-link.focus[b-y8781fx4xl] {
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link:disabled[b-y8781fx4xl], .btn-link.disabled[b-y8781fx4xl] {
        color: #6c757d;
        pointer-events: none
    }

.btn-lg[b-y8781fx4xl], .btn-group-lg > .btn[b-y8781fx4xl] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm[b-y8781fx4xl], .btn-group-sm > .btn[b-y8781fx4xl] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block[b-y8781fx4xl] {
    display: block;
    width: 100%
}

    .btn-block + .btn-block[b-y8781fx4xl] {
        margin-top: .5rem
    }

input[type=submit].btn-block[b-y8781fx4xl], input[type=reset].btn-block[b-y8781fx4xl], input[type=button].btn-block[b-y8781fx4xl] {
    width: 100%
}

.fade[b-y8781fx4xl] {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show)[b-y8781fx4xl] {
    opacity: 0
}

.collapse:not(.show)[b-y8781fx4xl] {
    display: none
}

.collapsing[b-y8781fx4xl] {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropup[b-y8781fx4xl], .dropright[b-y8781fx4xl], .dropdown[b-y8781fx4xl], .dropleft[b-y8781fx4xl] {
    position: relative
}

.dropdown-toggle[b-y8781fx4xl] {
    white-space: nowrap
}

    .dropdown-toggle[b-y8781fx4xl]::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-y8781fx4xl]::after {
        margin-left: 0
    }

.dropdown-menu[b-y8781fx4xl] {
    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: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left[b-y8781fx4xl] {
    right: auto;
    left: 0
}

.dropdown-menu-right[b-y8781fx4xl] {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left[b-y8781fx4xl] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right[b-y8781fx4xl] {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left[b-y8781fx4xl] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right[b-y8781fx4xl] {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left[b-y8781fx4xl] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right[b-y8781fx4xl] {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left[b-y8781fx4xl] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right[b-y8781fx4xl] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[b-y8781fx4xl] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle[b-y8781fx4xl]::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-y8781fx4xl]::after {
    margin-left: 0
}

.dropright .dropdown-menu[b-y8781fx4xl] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle[b-y8781fx4xl]::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-y8781fx4xl]::after {
    margin-left: 0
}

.dropright .dropdown-toggle[b-y8781fx4xl]::after {
    vertical-align: 0
}

.dropleft .dropdown-menu[b-y8781fx4xl] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle[b-y8781fx4xl]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle[b-y8781fx4xl]::after {
    display: none
}

.dropleft .dropdown-toggle[b-y8781fx4xl]::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-y8781fx4xl]::after {
    margin-left: 0
}

.dropleft .dropdown-toggle[b-y8781fx4xl]::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top][b-y8781fx4xl], .dropdown-menu[x-placement^=right][b-y8781fx4xl], .dropdown-menu[x-placement^=bottom][b-y8781fx4xl], .dropdown-menu[x-placement^=left][b-y8781fx4xl] {
    right: auto;
    bottom: auto
}

.dropdown-divider[b-y8781fx4xl] {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item[b-y8781fx4xl] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:hover[b-y8781fx4xl], .dropdown-item:focus[b-y8781fx4xl] {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active[b-y8781fx4xl], .dropdown-item:active[b-y8781fx4xl] {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled[b-y8781fx4xl], .dropdown-item:disabled[b-y8781fx4xl] {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show[b-y8781fx4xl] {
    display: block
}

.dropdown-header[b-y8781fx4xl] {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text[b-y8781fx4xl] {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group[b-y8781fx4xl], .btn-group-vertical[b-y8781fx4xl] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn[b-y8781fx4xl], .btn-group-vertical > .btn[b-y8781fx4xl] {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .btn-group > .btn:hover[b-y8781fx4xl], .btn-group-vertical > .btn:hover[b-y8781fx4xl] {
            z-index: 1
        }

        .btn-group > .btn:focus[b-y8781fx4xl], .btn-group > .btn:active[b-y8781fx4xl], .btn-group > .btn.active[b-y8781fx4xl], .btn-group-vertical > .btn:focus[b-y8781fx4xl], .btn-group-vertical > .btn:active[b-y8781fx4xl], .btn-group-vertical > .btn.active[b-y8781fx4xl] {
            z-index: 1
        }

.btn-toolbar[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group[b-y8781fx4xl] {
        width: auto
    }

.btn-group > .btn:not(:first-child)[b-y8781fx4xl], .btn-group > .btn-group:not(:first-child)[b-y8781fx4xl] {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-y8781fx4xl], .btn-group > .btn-group:not(:last-child) > .btn[b-y8781fx4xl] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child)[b-y8781fx4xl], .btn-group > .btn-group:not(:first-child) > .btn[b-y8781fx4xl] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split[b-y8781fx4xl] {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split[b-y8781fx4xl]::after, .dropup .dropdown-toggle-split[b-y8781fx4xl]::after, .dropright .dropdown-toggle-split[b-y8781fx4xl]::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split[b-y8781fx4xl]::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split[b-y8781fx4xl], .btn-group-sm > .btn + .dropdown-toggle-split[b-y8781fx4xl] {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split[b-y8781fx4xl], .btn-group-lg > .btn + .dropdown-toggle-split[b-y8781fx4xl] {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical[b-y8781fx4xl] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn[b-y8781fx4xl], .btn-group-vertical > .btn-group[b-y8781fx4xl] {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child)[b-y8781fx4xl], .btn-group-vertical > .btn-group:not(:first-child)[b-y8781fx4xl] {
            margin-top: -1px
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle)[b-y8781fx4xl], .btn-group-vertical > .btn-group:not(:last-child) > .btn[b-y8781fx4xl] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn:not(:first-child)[b-y8781fx4xl], .btn-group-vertical > .btn-group:not(:first-child) > .btn[b-y8781fx4xl] {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn[b-y8781fx4xl], .btn-group-toggle > .btn-group > .btn[b-y8781fx4xl] {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=radio][b-y8781fx4xl], .btn-group-toggle > .btn input[type=checkbox][b-y8781fx4xl], .btn-group-toggle > .btn-group > .btn input[type=radio][b-y8781fx4xl], .btn-group-toggle > .btn-group > .btn input[type=checkbox][b-y8781fx4xl] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group[b-y8781fx4xl] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control[b-y8781fx4xl], .input-group > .form-control-plaintext[b-y8781fx4xl], .input-group > .custom-select[b-y8781fx4xl], .input-group > .custom-file[b-y8781fx4xl] {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control[b-y8781fx4xl], .input-group > .form-control + .custom-select[b-y8781fx4xl], .input-group > .form-control + .custom-file[b-y8781fx4xl], .input-group > .form-control-plaintext + .form-control[b-y8781fx4xl], .input-group > .form-control-plaintext + .custom-select[b-y8781fx4xl], .input-group > .form-control-plaintext + .custom-file[b-y8781fx4xl], .input-group > .custom-select + .form-control[b-y8781fx4xl], .input-group > .custom-select + .custom-select[b-y8781fx4xl], .input-group > .custom-select + .custom-file[b-y8781fx4xl], .input-group > .custom-file + .form-control[b-y8781fx4xl], .input-group > .custom-file + .custom-select[b-y8781fx4xl], .input-group > .custom-file + .custom-file[b-y8781fx4xl] {
            margin-left: -1px
        }

        .input-group > .form-control:focus[b-y8781fx4xl], .input-group > .custom-select:focus[b-y8781fx4xl], .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-y8781fx4xl] {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus[b-y8781fx4xl] {
            z-index: 4
        }

        .input-group > .form-control:not(:last-child)[b-y8781fx4xl], .input-group > .custom-select:not(:last-child)[b-y8781fx4xl] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .form-control:not(:first-child)[b-y8781fx4xl], .input-group > .custom-select:not(:first-child)[b-y8781fx4xl] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file[b-y8781fx4xl] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label[b-y8781fx4xl], .input-group > .custom-file:not(:last-child) .custom-file-label[b-y8781fx4xl]::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-y8781fx4xl] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-prepend[b-y8781fx4xl], .input-group-append[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .input-group-prepend .btn[b-y8781fx4xl], .input-group-append .btn[b-y8781fx4xl] {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn:focus[b-y8781fx4xl], .input-group-append .btn:focus[b-y8781fx4xl] {
            z-index: 3
        }

        .input-group-prepend .btn + .btn[b-y8781fx4xl], .input-group-prepend .btn + .input-group-text[b-y8781fx4xl], .input-group-prepend .input-group-text + .input-group-text[b-y8781fx4xl], .input-group-prepend .input-group-text + .btn[b-y8781fx4xl], .input-group-append .btn + .btn[b-y8781fx4xl], .input-group-append .btn + .input-group-text[b-y8781fx4xl], .input-group-append .input-group-text + .input-group-text[b-y8781fx4xl], .input-group-append .input-group-text + .btn[b-y8781fx4xl] {
            margin-left: -1px
        }

.input-group-prepend[b-y8781fx4xl] {
    margin-right: -1px
}

.input-group-append[b-y8781fx4xl] {
    margin-left: -1px
}

.input-group-text[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=radio][b-y8781fx4xl], .input-group-text input[type=checkbox][b-y8781fx4xl] {
        margin-top: 0
    }

.input-group-lg > .form-control:not(textarea)[b-y8781fx4xl], .input-group-lg > .custom-select[b-y8781fx4xl] {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .form-control[b-y8781fx4xl], .input-group-lg > .custom-select[b-y8781fx4xl], .input-group-lg > .input-group-prepend > .input-group-text[b-y8781fx4xl], .input-group-lg > .input-group-append > .input-group-text[b-y8781fx4xl], .input-group-lg > .input-group-prepend > .btn[b-y8781fx4xl], .input-group-lg > .input-group-append > .btn[b-y8781fx4xl] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control:not(textarea)[b-y8781fx4xl], .input-group-sm > .custom-select[b-y8781fx4xl] {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm > .form-control[b-y8781fx4xl], .input-group-sm > .custom-select[b-y8781fx4xl], .input-group-sm > .input-group-prepend > .input-group-text[b-y8781fx4xl], .input-group-sm > .input-group-append > .input-group-text[b-y8781fx4xl], .input-group-sm > .input-group-prepend > .btn[b-y8781fx4xl], .input-group-sm > .input-group-append > .btn[b-y8781fx4xl] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select[b-y8781fx4xl], .input-group-sm > .custom-select[b-y8781fx4xl] {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn[b-y8781fx4xl], .input-group > .input-group-prepend > .input-group-text[b-y8781fx4xl], .input-group > .input-group-append:not(:last-child) > .btn[b-y8781fx4xl], .input-group > .input-group-append:not(:last-child) > .input-group-text[b-y8781fx4xl], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-y8781fx4xl], .input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-y8781fx4xl] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn[b-y8781fx4xl], .input-group > .input-group-append > .input-group-text[b-y8781fx4xl], .input-group > .input-group-prepend:not(:first-child) > .btn[b-y8781fx4xl], .input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-y8781fx4xl], .input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-y8781fx4xl], .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-y8781fx4xl] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control[b-y8781fx4xl] {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline[b-y8781fx4xl] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input[b-y8781fx4xl] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label[b-y8781fx4xl]::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label[b-y8781fx4xl]::before {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label[b-y8781fx4xl]::before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label[b-y8781fx4xl]::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label[b-y8781fx4xl] {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label[b-y8781fx4xl]::before {
            background-color: #e9ecef
        }

.custom-control-label[b-y8781fx4xl] {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label[b-y8781fx4xl]::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label[b-y8781fx4xl]::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%
    }

.custom-checkbox .custom-control-label[b-y8781fx4xl]::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label[b-y8781fx4xl]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-y8781fx4xl]::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label[b-y8781fx4xl]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label[b-y8781fx4xl]::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label[b-y8781fx4xl]::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label[b-y8781fx4xl]::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label[b-y8781fx4xl]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label[b-y8781fx4xl]::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch[b-y8781fx4xl] {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label[b-y8781fx4xl]::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label[b-y8781fx4xl]::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
    }

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label[b-y8781fx4xl]::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label[b-y8781fx4xl]::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label[b-y8781fx4xl]::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select[b-y8781fx4xl] {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus[b-y8781fx4xl] {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-select:focus[b-y8781fx4xl]::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple][b-y8781fx4xl], .custom-select[size]:not([size="1"])[b-y8781fx4xl] {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled[b-y8781fx4xl] {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select[b-y8781fx4xl]::-ms-expand {
        display: none
    }

.custom-select-sm[b-y8781fx4xl] {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg[b-y8781fx4xl] {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file[b-y8781fx4xl] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input[b-y8781fx4xl] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label[b-y8781fx4xl] {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label[b-y8781fx4xl] {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label[b-y8781fx4xl]::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse][b-y8781fx4xl]::after {
        content: attr(data-browse)
    }

.custom-file-label[b-y8781fx4xl] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label[b-y8781fx4xl]::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range[b-y8781fx4xl] {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus[b-y8781fx4xl] {
        outline: none
    }

        .custom-range:focus[b-y8781fx4xl]::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus[b-y8781fx4xl]::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus[b-y8781fx4xl]::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range[b-y8781fx4xl]::-moz-focus-outer {
        border: 0
    }

    .custom-range[b-y8781fx4xl]::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-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;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media(prefers-reduced-motion:reduce) {
    .custom-range[b-y8781fx4xl]::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range[b-y8781fx4xl]::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range[b-y8781fx4xl]::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-y8781fx4xl]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-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;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range[b-y8781fx4xl]::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range[b-y8781fx4xl]::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range[b-y8781fx4xl]::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range[b-y8781fx4xl]::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-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;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range[b-y8781fx4xl]::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range[b-y8781fx4xl]::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range[b-y8781fx4xl]::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range[b-y8781fx4xl]::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range[b-y8781fx4xl]::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled[b-y8781fx4xl]::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled[b-y8781fx4xl]::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled[b-y8781fx4xl]::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled[b-y8781fx4xl]::-moz-range-track {
    cursor: default
}

.custom-range:disabled[b-y8781fx4xl]::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label[b-y8781fx4xl]::before, .custom-file-label[b-y8781fx4xl], .custom-select[b-y8781fx4xl] {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-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;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label[b-y8781fx4xl]::before, .custom-file-label[b-y8781fx4xl], .custom-select[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link[b-y8781fx4xl] {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:hover[b-y8781fx4xl], .nav-link:focus[b-y8781fx4xl] {
        text-decoration: none
    }

    .nav-link.disabled[b-y8781fx4xl] {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs[b-y8781fx4xl] {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item[b-y8781fx4xl] {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link[b-y8781fx4xl] {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover[b-y8781fx4xl], .nav-tabs .nav-link:focus[b-y8781fx4xl] {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled[b-y8781fx4xl] {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active[b-y8781fx4xl], .nav-tabs .nav-item.show .nav-link[b-y8781fx4xl] {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu[b-y8781fx4xl] {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link[b-y8781fx4xl] {
    border-radius: .25rem
}

    .nav-pills .nav-link.active[b-y8781fx4xl], .nav-pills .show > .nav-link[b-y8781fx4xl] {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item[b-y8781fx4xl] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item[b-y8781fx4xl] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane[b-y8781fx4xl] {
    display: none
}

.tab-content > .active[b-y8781fx4xl] {
    display: block
}

.navbar[b-y8781fx4xl] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container[b-y8781fx4xl], .navbar > .container-fluid[b-y8781fx4xl] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand[b-y8781fx4xl] {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:hover[b-y8781fx4xl], .navbar-brand:focus[b-y8781fx4xl] {
        text-decoration: none
    }

.navbar-nav[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link[b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu[b-y8781fx4xl] {
        position: static;
        float: none
    }

.navbar-text[b-y8781fx4xl] {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse[b-y8781fx4xl] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler[b-y8781fx4xl] {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:hover[b-y8781fx4xl], .navbar-toggler:focus[b-y8781fx4xl] {
        text-decoration: none
    }

.navbar-toggler-icon[b-y8781fx4xl] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {
    .navbar-expand-sm > .container[b-y8781fx4xl], .navbar-expand-sm > .container-fluid[b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav[b-y8781fx4xl] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu[b-y8781fx4xl] {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link[b-y8781fx4xl] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container[b-y8781fx4xl], .navbar-expand-sm > .container-fluid[b-y8781fx4xl] {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse[b-y8781fx4xl] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler[b-y8781fx4xl] {
            display: none
        }
}

@media(max-width:767.98px) {
    .navbar-expand-md > .container[b-y8781fx4xl], .navbar-expand-md > .container-fluid[b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav[b-y8781fx4xl] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu[b-y8781fx4xl] {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link[b-y8781fx4xl] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container[b-y8781fx4xl], .navbar-expand-md > .container-fluid[b-y8781fx4xl] {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse[b-y8781fx4xl] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler[b-y8781fx4xl] {
            display: none
        }
}

@media(max-width:991.98px) {
    .navbar-expand-lg > .container[b-y8781fx4xl], .navbar-expand-lg > .container-fluid[b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav[b-y8781fx4xl] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu[b-y8781fx4xl] {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link[b-y8781fx4xl] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container[b-y8781fx4xl], .navbar-expand-lg > .container-fluid[b-y8781fx4xl] {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse[b-y8781fx4xl] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler[b-y8781fx4xl] {
            display: none
        }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl > .container[b-y8781fx4xl], .navbar-expand-xl > .container-fluid[b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav[b-y8781fx4xl] {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu[b-y8781fx4xl] {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link[b-y8781fx4xl] {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container[b-y8781fx4xl], .navbar-expand-xl > .container-fluid[b-y8781fx4xl] {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse[b-y8781fx4xl] {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler[b-y8781fx4xl] {
            display: none
        }
}

.navbar-expand[b-y8781fx4xl] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container[b-y8781fx4xl], .navbar-expand > .container-fluid[b-y8781fx4xl] {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu[b-y8781fx4xl] {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link[b-y8781fx4xl] {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container[b-y8781fx4xl], .navbar-expand > .container-fluid[b-y8781fx4xl] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse[b-y8781fx4xl] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler[b-y8781fx4xl] {
        display: none
    }

.navbar-light .navbar-brand[b-y8781fx4xl] {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:hover[b-y8781fx4xl], .navbar-light .navbar-brand:focus[b-y8781fx4xl] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link[b-y8781fx4xl] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:hover[b-y8781fx4xl], .navbar-light .navbar-nav .nav-link:focus[b-y8781fx4xl] {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled[b-y8781fx4xl] {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .show > .nav-link[b-y8781fx4xl], .navbar-light .navbar-nav .active > .nav-link[b-y8781fx4xl], .navbar-light .navbar-nav .nav-link.show[b-y8781fx4xl], .navbar-light .navbar-nav .nav-link.active[b-y8781fx4xl] {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler[b-y8781fx4xl] {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon[b-y8781fx4xl] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-light .navbar-text[b-y8781fx4xl] {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a[b-y8781fx4xl] {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:hover[b-y8781fx4xl], .navbar-light .navbar-text a:focus[b-y8781fx4xl] {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand[b-y8781fx4xl] {
    color: #fff
}

    .navbar-dark .navbar-brand:hover[b-y8781fx4xl], .navbar-dark .navbar-brand:focus[b-y8781fx4xl] {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link[b-y8781fx4xl] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:hover[b-y8781fx4xl], .navbar-dark .navbar-nav .nav-link:focus[b-y8781fx4xl] {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled[b-y8781fx4xl] {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link[b-y8781fx4xl], .navbar-dark .navbar-nav .active > .nav-link[b-y8781fx4xl], .navbar-dark .navbar-nav .nav-link.show[b-y8781fx4xl], .navbar-dark .navbar-nav .nav-link.active[b-y8781fx4xl] {
        color: #fff
    }

.navbar-dark .navbar-toggler[b-y8781fx4xl] {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon[b-y8781fx4xl] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text[b-y8781fx4xl] {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a[b-y8781fx4xl] {
        color: #fff
    }

        .navbar-dark .navbar-text a:hover[b-y8781fx4xl], .navbar-dark .navbar-text a:focus[b-y8781fx4xl] {
            color: #fff
        }

.card[b-y8781fx4xl] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr[b-y8781fx4xl] {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child[b-y8781fx4xl] {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child[b-y8781fx4xl] {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body[b-y8781fx4xl] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title[b-y8781fx4xl] {
    margin-bottom: .75rem
}

.card-subtitle[b-y8781fx4xl] {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child[b-y8781fx4xl] {
    margin-bottom: 0
}

.card-link:hover[b-y8781fx4xl] {
    text-decoration: none
}

.card-link + .card-link[b-y8781fx4xl] {
    margin-left: 1.25rem
}

.card-header[b-y8781fx4xl] {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child[b-y8781fx4xl] {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child[b-y8781fx4xl] {
        border-top: 0
    }

.card-footer[b-y8781fx4xl] {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child[b-y8781fx4xl] {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
    }

.card-header-tabs[b-y8781fx4xl] {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills[b-y8781fx4xl] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay[b-y8781fx4xl] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img[b-y8781fx4xl] {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top[b-y8781fx4xl] {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom[b-y8781fx4xl] {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card[b-y8781fx4xl] {
        margin-bottom: 15px
    }

@media(min-width:576px) {
    .card-deck[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card[b-y8781fx4xl] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card[b-y8781fx4xl] {
        margin-bottom: 15px
    }

@media(min-width:576px) {
    .card-group[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card[b-y8781fx4xl] {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card[b-y8781fx4xl] {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child)[b-y8781fx4xl] {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top[b-y8781fx4xl], .card-group > .card:not(:last-child) .card-header[b-y8781fx4xl] {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom[b-y8781fx4xl], .card-group > .card:not(:last-child) .card-footer[b-y8781fx4xl] {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child)[b-y8781fx4xl] {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top[b-y8781fx4xl], .card-group > .card:not(:first-child) .card-header[b-y8781fx4xl] {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom[b-y8781fx4xl], .card-group > .card:not(:first-child) .card-footer[b-y8781fx4xl] {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card[b-y8781fx4xl] {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns[b-y8781fx4xl] {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card[b-y8781fx4xl] {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card[b-y8781fx4xl] {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child[b-y8781fx4xl] {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type)[b-y8781fx4xl] {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type[b-y8781fx4xl] {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type[b-y8781fx4xl] {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header[b-y8781fx4xl] {
        margin-bottom: -1px
    }

.breadcrumb[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item[b-y8781fx4xl] {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item[b-y8781fx4xl]::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-y8781fx4xl]::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover[b-y8781fx4xl]::before {
        text-decoration: none
    }

.breadcrumb-item.active[b-y8781fx4xl] {
    color: #6c757d
}

.pagination[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link[b-y8781fx4xl] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover[b-y8781fx4xl] {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus[b-y8781fx4xl] {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

.page-item:first-child .page-link[b-y8781fx4xl] {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link[b-y8781fx4xl] {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link[b-y8781fx4xl] {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link[b-y8781fx4xl] {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link[b-y8781fx4xl] {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link[b-y8781fx4xl] {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link[b-y8781fx4xl] {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link[b-y8781fx4xl] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link[b-y8781fx4xl] {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link[b-y8781fx4xl] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge[b-y8781fx4xl] {
    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: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .badge[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:hover[b-y8781fx4xl], a.badge:focus[b-y8781fx4xl] {
    text-decoration: none
}

.badge:empty[b-y8781fx4xl] {
    display: none
}

.btn .badge[b-y8781fx4xl] {
    position: relative;
    top: -1px
}

.badge-pill[b-y8781fx4xl] {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary[b-y8781fx4xl] {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:hover[b-y8781fx4xl], a.badge-primary:focus[b-y8781fx4xl] {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary:focus[b-y8781fx4xl], a.badge-primary.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary[b-y8781fx4xl] {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover[b-y8781fx4xl], a.badge-secondary:focus[b-y8781fx4xl] {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus[b-y8781fx4xl], a.badge-secondary.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success[b-y8781fx4xl] {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover[b-y8781fx4xl], a.badge-success:focus[b-y8781fx4xl] {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus[b-y8781fx4xl], a.badge-success.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info[b-y8781fx4xl] {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover[b-y8781fx4xl], a.badge-info:focus[b-y8781fx4xl] {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus[b-y8781fx4xl], a.badge-info.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning[b-y8781fx4xl] {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover[b-y8781fx4xl], a.badge-warning:focus[b-y8781fx4xl] {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus[b-y8781fx4xl], a.badge-warning.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger[b-y8781fx4xl] {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover[b-y8781fx4xl], a.badge-danger:focus[b-y8781fx4xl] {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus[b-y8781fx4xl], a.badge-danger.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light[b-y8781fx4xl] {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover[b-y8781fx4xl], a.badge-light:focus[b-y8781fx4xl] {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus[b-y8781fx4xl], a.badge-light.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark[b-y8781fx4xl] {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover[b-y8781fx4xl], a.badge-dark:focus[b-y8781fx4xl] {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus[b-y8781fx4xl], a.badge-dark.focus[b-y8781fx4xl] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron[b-y8781fx4xl] {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron[b-y8781fx4xl] {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid[b-y8781fx4xl] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert[b-y8781fx4xl] {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading[b-y8781fx4xl] {
    color: inherit
}

.alert-link[b-y8781fx4xl] {
    font-weight: 700
}

.alert-dismissible[b-y8781fx4xl] {
    padding-right: 4rem
}

    .alert-dismissible .close[b-y8781fx4xl] {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary[b-y8781fx4xl] {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr[b-y8781fx4xl] {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link[b-y8781fx4xl] {
        color: #002752
    }

.alert-secondary[b-y8781fx4xl] {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr[b-y8781fx4xl] {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link[b-y8781fx4xl] {
        color: #202326
    }

.alert-success[b-y8781fx4xl] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr[b-y8781fx4xl] {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link[b-y8781fx4xl] {
        color: #0b2e13
    }

.alert-info[b-y8781fx4xl] {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr[b-y8781fx4xl] {
        border-top-color: #abdde5
    }

    .alert-info .alert-link[b-y8781fx4xl] {
        color: #062c33
    }

.alert-warning[b-y8781fx4xl] {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr[b-y8781fx4xl] {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link[b-y8781fx4xl] {
        color: #533f03
    }

.alert-danger[b-y8781fx4xl] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr[b-y8781fx4xl] {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link[b-y8781fx4xl] {
        color: #491217
    }

.alert-light[b-y8781fx4xl] {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr[b-y8781fx4xl] {
        border-top-color: #ececf6
    }

    .alert-light .alert-link[b-y8781fx4xl] {
        color: #686868
    }

.alert-dark[b-y8781fx4xl] {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr[b-y8781fx4xl] {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link[b-y8781fx4xl] {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes-b-y8781fx4xl {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped[b-y8781fx4xl] {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated[b-y8781fx4xl] {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes-b-y8781fx4xl 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated[b-y8781fx4xl] {
        -webkit-animation: none;
        animation: none
    }
}

.media[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body[b-y8781fx4xl] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action[b-y8781fx4xl] {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover[b-y8781fx4xl], .list-group-item-action:focus[b-y8781fx4xl] {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active[b-y8781fx4xl] {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item[b-y8781fx4xl] {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child[b-y8781fx4xl] {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child[b-y8781fx4xl] {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled[b-y8781fx4xl], .list-group-item:disabled[b-y8781fx4xl] {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active[b-y8781fx4xl] {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-horizontal[b-y8781fx4xl] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal .list-group-item[b-y8781fx4xl] {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:first-child[b-y8781fx4xl] {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child[b-y8781fx4xl] {
            margin-right: 0;
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

@media(min-width:576px) {
    .list-group-horizontal-sm[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item[b-y8781fx4xl] {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:first-child[b-y8781fx4xl] {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child[b-y8781fx4xl] {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media(min-width:768px) {
    .list-group-horizontal-md[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item[b-y8781fx4xl] {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:first-child[b-y8781fx4xl] {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child[b-y8781fx4xl] {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media(min-width:992px) {
    .list-group-horizontal-lg[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item[b-y8781fx4xl] {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:first-child[b-y8781fx4xl] {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child[b-y8781fx4xl] {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl[b-y8781fx4xl] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item[b-y8781fx4xl] {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:first-child[b-y8781fx4xl] {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child[b-y8781fx4xl] {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

.list-group-flush .list-group-item[b-y8781fx4xl] {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child[b-y8781fx4xl] {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child[b-y8781fx4xl] {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child[b-y8781fx4xl] {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary[b-y8781fx4xl] {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-primary.list-group-item-action:focus[b-y8781fx4xl] {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary[b-y8781fx4xl] {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-secondary.list-group-item-action:focus[b-y8781fx4xl] {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success[b-y8781fx4xl] {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-success.list-group-item-action:focus[b-y8781fx4xl] {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info[b-y8781fx4xl] {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-info.list-group-item-action:focus[b-y8781fx4xl] {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning[b-y8781fx4xl] {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-warning.list-group-item-action:focus[b-y8781fx4xl] {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger[b-y8781fx4xl] {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-danger.list-group-item-action:focus[b-y8781fx4xl] {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light[b-y8781fx4xl] {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-light.list-group-item-action:focus[b-y8781fx4xl] {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark[b-y8781fx4xl] {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:hover[b-y8781fx4xl], .list-group-item-dark.list-group-item-action:focus[b-y8781fx4xl] {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active[b-y8781fx4xl] {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close[b-y8781fx4xl] {
    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-y8781fx4xl] {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):hover[b-y8781fx4xl], .close:not(:disabled):not(.disabled):focus[b-y8781fx4xl] {
        opacity: .75
    }

button.close[b-y8781fx4xl] {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled[b-y8781fx4xl] {
    pointer-events: none
}

.toast[b-y8781fx4xl] {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child)[b-y8781fx4xl] {
        margin-bottom: .75rem
    }

    .toast.showing[b-y8781fx4xl] {
        opacity: 1
    }

    .toast.show[b-y8781fx4xl] {
        display: block;
        opacity: 1
    }

    .toast.hide[b-y8781fx4xl] {
        display: none
    }

.toast-header[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body[b-y8781fx4xl] {
    padding: .75rem
}

.modal-open[b-y8781fx4xl] {
    overflow: hidden
}

.modal-open .modal[b-y8781fx4xl] {
    overflow-x: hidden;
    overflow-y: auto
}

.modal[b-y8781fx4xl] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog[b-y8781fx4xl] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-y8781fx4xl] {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog[b-y8781fx4xl] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-y8781fx4xl] {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-header[b-y8781fx4xl], .modal-dialog-scrollable .modal-footer[b-y8781fx4xl] {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body[b-y8781fx4xl] {
        overflow-y: auto
    }

.modal-dialog-centered[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered[b-y8781fx4xl]::before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-y8781fx4xl] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-y8781fx4xl] {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-y8781fx4xl]::before {
            content: none
        }

.modal-content[b-y8781fx4xl] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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-y8781fx4xl] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade[b-y8781fx4xl] {
        opacity: 0
    }

    .modal-backdrop.show[b-y8781fx4xl] {
        opacity: .5
    }

.modal-header[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close[b-y8781fx4xl] {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title[b-y8781fx4xl] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-y8781fx4xl] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer[b-y8781fx4xl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .modal-footer > :not(:first-child)[b-y8781fx4xl] {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child)[b-y8781fx4xl] {
        margin-right: .25rem
    }

.modal-scrollbar-measure[b-y8781fx4xl] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog[b-y8781fx4xl] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-y8781fx4xl] {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content[b-y8781fx4xl] {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered[b-y8781fx4xl] {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered[b-y8781fx4xl]::before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm[b-y8781fx4xl] {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg[b-y8781fx4xl], .modal-xl[b-y8781fx4xl] {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl[b-y8781fx4xl] {
        max-width: 1140px
    }
}

.tooltip[b-y8781fx4xl] {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,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-y8781fx4xl] {
        opacity: .9
    }

    .tooltip .arrow[b-y8781fx4xl] {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow[b-y8781fx4xl]::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=top][b-y8781fx4xl] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=top] .arrow[b-y8781fx4xl] {
        bottom: 0
    }

        .bs-tooltip-top .arrow[b-y8781fx4xl]::before, .bs-tooltip-auto[x-placement^=top] .arrow[b-y8781fx4xl]::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-right[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=right][b-y8781fx4xl] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=right] .arrow[b-y8781fx4xl] {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow[b-y8781fx4xl]::before, .bs-tooltip-auto[x-placement^=right] .arrow[b-y8781fx4xl]::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=bottom][b-y8781fx4xl] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=bottom] .arrow[b-y8781fx4xl] {
        top: 0
    }

        .bs-tooltip-bottom .arrow[b-y8781fx4xl]::before, .bs-tooltip-auto[x-placement^=bottom] .arrow[b-y8781fx4xl]::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-left[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=left][b-y8781fx4xl] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow[b-y8781fx4xl], .bs-tooltip-auto[x-placement^=left] .arrow[b-y8781fx4xl] {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow[b-y8781fx4xl]::before, .bs-tooltip-auto[x-placement^=left] .arrow[b-y8781fx4xl]::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner[b-y8781fx4xl] {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover[b-y8781fx4xl] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,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-y8781fx4xl] {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow[b-y8781fx4xl]::before, .popover .arrow[b-y8781fx4xl]::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top[b-y8781fx4xl], .bs-popover-auto[x-placement^=top][b-y8781fx4xl] {
    margin-bottom: .5rem
}

    .bs-popover-top > .arrow[b-y8781fx4xl], .bs-popover-auto[x-placement^=top] > .arrow[b-y8781fx4xl] {
        bottom: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-top > .arrow[b-y8781fx4xl]::before, .bs-popover-auto[x-placement^=top] > .arrow[b-y8781fx4xl]::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-top > .arrow[b-y8781fx4xl]::after, .bs-popover-auto[x-placement^=top] > .arrow[b-y8781fx4xl]::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-right[b-y8781fx4xl], .bs-popover-auto[x-placement^=right][b-y8781fx4xl] {
    margin-left: .5rem
}

    .bs-popover-right > .arrow[b-y8781fx4xl], .bs-popover-auto[x-placement^=right] > .arrow[b-y8781fx4xl] {
        left: calc((0.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right > .arrow[b-y8781fx4xl]::before, .bs-popover-auto[x-placement^=right] > .arrow[b-y8781fx4xl]::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-right > .arrow[b-y8781fx4xl]::after, .bs-popover-auto[x-placement^=right] > .arrow[b-y8781fx4xl]::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-bottom[b-y8781fx4xl], .bs-popover-auto[x-placement^=bottom][b-y8781fx4xl] {
    margin-top: .5rem
}

    .bs-popover-bottom > .arrow[b-y8781fx4xl], .bs-popover-auto[x-placement^=bottom] > .arrow[b-y8781fx4xl] {
        top: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-bottom > .arrow[b-y8781fx4xl]::before, .bs-popover-auto[x-placement^=bottom] > .arrow[b-y8781fx4xl]::before {
            top: 0;
            border-width: 0 .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-bottom > .arrow[b-y8781fx4xl]::after, .bs-popover-auto[x-placement^=bottom] > .arrow[b-y8781fx4xl]::after {
            top: 1px;
            border-width: 0 .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header[b-y8781fx4xl]::before, .bs-popover-auto[x-placement^=bottom] .popover-header[b-y8781fx4xl]::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left[b-y8781fx4xl], .bs-popover-auto[x-placement^=left][b-y8781fx4xl] {
    margin-right: .5rem
}

    .bs-popover-left > .arrow[b-y8781fx4xl], .bs-popover-auto[x-placement^=left] > .arrow[b-y8781fx4xl] {
        right: calc((0.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left > .arrow[b-y8781fx4xl]::before, .bs-popover-auto[x-placement^=left] > .arrow[b-y8781fx4xl]::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-left > .arrow[b-y8781fx4xl]::after, .bs-popover-auto[x-placement^=left] > .arrow[b-y8781fx4xl]::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header[b-y8781fx4xl] {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .popover-header:empty[b-y8781fx4xl] {
        display: none
    }

.popover-body[b-y8781fx4xl] {
    padding: .5rem .75rem;
    color: #212529
}

.carousel[b-y8781fx4xl] {
    position: relative
}

    .carousel.pointer-event[b-y8781fx4xl] {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner[b-y8781fx4xl] {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner[b-y8781fx4xl]::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item[b-y8781fx4xl] {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item.active[b-y8781fx4xl], .carousel-item-next[b-y8781fx4xl], .carousel-item-prev[b-y8781fx4xl] {
    display: block
}

    .carousel-item-next:not(.carousel-item-left)[b-y8781fx4xl], .active.carousel-item-right[b-y8781fx4xl] {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-right)[b-y8781fx4xl], .active.carousel-item-left[b-y8781fx4xl] {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item[b-y8781fx4xl] {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

    .carousel-fade .carousel-item.active[b-y8781fx4xl], .carousel-fade .carousel-item-next.carousel-item-left[b-y8781fx4xl], .carousel-fade .carousel-item-prev.carousel-item-right[b-y8781fx4xl] {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left[b-y8781fx4xl], .carousel-fade .active.carousel-item-right[b-y8781fx4xl] {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    -o-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left[b-y8781fx4xl], .carousel-fade .active.carousel-item-right[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-prev[b-y8781fx4xl], .carousel-control-next[b-y8781fx4xl] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-prev[b-y8781fx4xl], .carousel-control-next[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover[b-y8781fx4xl], .carousel-control-prev:focus[b-y8781fx4xl], .carousel-control-next:hover[b-y8781fx4xl], .carousel-control-next:focus[b-y8781fx4xl] {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev[b-y8781fx4xl] {
    left: 0
}

.carousel-control-next[b-y8781fx4xl] {
    right: 0
}

.carousel-control-prev-icon[b-y8781fx4xl], .carousel-control-next-icon[b-y8781fx4xl] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon[b-y8781fx4xl] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

.carousel-control-next-icon[b-y8781fx4xl] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=)
}

.carousel-indicators[b-y8781fx4xl] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li[b-y8781fx4xl] {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        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;
        -webkit-transition: opacity .6s ease;
        -o-transition: opacity .6s ease;
        transition: opacity .6s ease
    }

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active[b-y8781fx4xl] {
    opacity: 1
}

.carousel-caption[b-y8781fx4xl] {
    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 {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border-b-y8781fx4xl {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border[b-y8781fx4xl] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border-b-y8781fx4xl .75s linear infinite
}

.spinner-border-sm[b-y8781fx4xl] {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow-b-y8781fx4xl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow[b-y8781fx4xl] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow-b-y8781fx4xl .75s linear infinite
}

.spinner-grow-sm[b-y8781fx4xl] {
    width: 1rem;
    height: 1rem
}

.align-baseline[b-y8781fx4xl] {
    vertical-align: baseline !important
}

.align-top[b-y8781fx4xl] {
    vertical-align: top !important
}

.align-middle[b-y8781fx4xl] {
    vertical-align: middle !important
}

.align-bottom[b-y8781fx4xl] {
    vertical-align: bottom !important
}

.align-text-bottom[b-y8781fx4xl] {
    vertical-align: text-bottom !important
}

.align-text-top[b-y8781fx4xl] {
    vertical-align: text-top !important
}

.bg-primary[b-y8781fx4xl] {
    background-color: #007bff !important
}

a.bg-primary:hover[b-y8781fx4xl], a.bg-primary:focus[b-y8781fx4xl], button.bg-primary:hover[b-y8781fx4xl], button.bg-primary:focus[b-y8781fx4xl] {
    background-color: #0062cc !important
}

.bg-secondary[b-y8781fx4xl] {
    background-color: #6c757d !important
}

a.bg-secondary:hover[b-y8781fx4xl], a.bg-secondary:focus[b-y8781fx4xl], button.bg-secondary:hover[b-y8781fx4xl], button.bg-secondary:focus[b-y8781fx4xl] {
    background-color: #545b62 !important
}

.bg-success[b-y8781fx4xl] {
    background-color: #28a745 !important
}

a.bg-success:hover[b-y8781fx4xl], a.bg-success:focus[b-y8781fx4xl], button.bg-success:hover[b-y8781fx4xl], button.bg-success:focus[b-y8781fx4xl] {
    background-color: #1e7e34 !important
}

.bg-info[b-y8781fx4xl] {
    background-color: #17a2b8 !important
}

a.bg-info:hover[b-y8781fx4xl], a.bg-info:focus[b-y8781fx4xl], button.bg-info:hover[b-y8781fx4xl], button.bg-info:focus[b-y8781fx4xl] {
    background-color: #117a8b !important
}

.bg-warning[b-y8781fx4xl] {
    background-color: #ffc107 !important
}

a.bg-warning:hover[b-y8781fx4xl], a.bg-warning:focus[b-y8781fx4xl], button.bg-warning:hover[b-y8781fx4xl], button.bg-warning:focus[b-y8781fx4xl] {
    background-color: #d39e00 !important
}

.bg-danger[b-y8781fx4xl] {
    background-color: #dc3545 !important
}

a.bg-danger:hover[b-y8781fx4xl], a.bg-danger:focus[b-y8781fx4xl], button.bg-danger:hover[b-y8781fx4xl], button.bg-danger:focus[b-y8781fx4xl] {
    background-color: #bd2130 !important
}

.bg-light[b-y8781fx4xl] {
    background-color: #f8f9fa !important
}

a.bg-light:hover[b-y8781fx4xl], a.bg-light:focus[b-y8781fx4xl], button.bg-light:hover[b-y8781fx4xl], button.bg-light:focus[b-y8781fx4xl] {
    background-color: #dae0e5 !important
}

.bg-dark[b-y8781fx4xl] {
    background-color: #343a40 !important
}

a.bg-dark:hover[b-y8781fx4xl], a.bg-dark:focus[b-y8781fx4xl], button.bg-dark:hover[b-y8781fx4xl], button.bg-dark:focus[b-y8781fx4xl] {
    background-color: #1d2124 !important
}

.bg-white[b-y8781fx4xl] {
    background-color: #fff !important
}

.bg-transparent[b-y8781fx4xl] {
    background-color: transparent !important
}

.border[b-y8781fx4xl] {
    border: 1px solid #dee2e6 !important
}

.border-top[b-y8781fx4xl] {
    border-top: 1px solid #dee2e6 !important
}

.border-right[b-y8781fx4xl] {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom[b-y8781fx4xl] {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left[b-y8781fx4xl] {
    border-left: 1px solid #dee2e6 !important
}

.border-0[b-y8781fx4xl] {
    border: 0 !important
}

.border-top-0[b-y8781fx4xl] {
    border-top: 0 !important
}

.border-right-0[b-y8781fx4xl] {
    border-right: 0 !important
}

.border-bottom-0[b-y8781fx4xl] {
    border-bottom: 0 !important
}

.border-left-0[b-y8781fx4xl] {
    border-left: 0 !important
}

.border-primary[b-y8781fx4xl] {
    border-color: #007bff !important
}

.border-secondary[b-y8781fx4xl] {
    border-color: #6c757d !important
}

.border-success[b-y8781fx4xl] {
    border-color: #28a745 !important
}

.border-info[b-y8781fx4xl] {
    border-color: #17a2b8 !important
}

.border-warning[b-y8781fx4xl] {
    border-color: #ffc107 !important
}

.border-danger[b-y8781fx4xl] {
    border-color: #dc3545 !important
}

.border-light[b-y8781fx4xl] {
    border-color: #f8f9fa !important
}

.border-dark[b-y8781fx4xl] {
    border-color: #343a40 !important
}

.border-white[b-y8781fx4xl] {
    border-color: #fff !important
}

.rounded-sm[b-y8781fx4xl] {
    border-radius: .2rem !important
}

.rounded[b-y8781fx4xl] {
    border-radius: .25rem !important
}

.rounded-top[b-y8781fx4xl] {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right[b-y8781fx4xl] {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom[b-y8781fx4xl] {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left[b-y8781fx4xl] {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg[b-y8781fx4xl] {
    border-radius: .3rem !important
}

.rounded-circle[b-y8781fx4xl] {
    border-radius: 50% !important
}

.rounded-pill[b-y8781fx4xl] {
    border-radius: 50rem !important
}

.rounded-0[b-y8781fx4xl] {
    border-radius: 0 !important
}

.clearfix[b-y8781fx4xl]::after {
    display: block;
    clear: both;
    content: ""
}

.d-none[b-y8781fx4xl] {
    display: none !important
}

.d-inline[b-y8781fx4xl] {
    display: inline !important
}

.d-inline-block[b-y8781fx4xl] {
    display: inline-block !important
}

.d-block[b-y8781fx4xl] {
    display: block !important
}

.d-table[b-y8781fx4xl] {
    display: table !important
}

.d-table-row[b-y8781fx4xl] {
    display: table-row !important
}

.d-table-cell[b-y8781fx4xl] {
    display: table-cell !important
}

.d-flex[b-y8781fx4xl] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex[b-y8781fx4xl] {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none[b-y8781fx4xl] {
        display: none !important
    }

    .d-sm-inline[b-y8781fx4xl] {
        display: inline !important
    }

    .d-sm-inline-block[b-y8781fx4xl] {
        display: inline-block !important
    }

    .d-sm-block[b-y8781fx4xl] {
        display: block !important
    }

    .d-sm-table[b-y8781fx4xl] {
        display: table !important
    }

    .d-sm-table-row[b-y8781fx4xl] {
        display: table-row !important
    }

    .d-sm-table-cell[b-y8781fx4xl] {
        display: table-cell !important
    }

    .d-sm-flex[b-y8781fx4xl] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex[b-y8781fx4xl] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none[b-y8781fx4xl] {
        display: none !important
    }

    .d-md-inline[b-y8781fx4xl] {
        display: inline !important
    }

    .d-md-inline-block[b-y8781fx4xl] {
        display: inline-block !important
    }

    .d-md-block[b-y8781fx4xl] {
        display: block !important
    }

    .d-md-table[b-y8781fx4xl] {
        display: table !important
    }

    .d-md-table-row[b-y8781fx4xl] {
        display: table-row !important
    }

    .d-md-table-cell[b-y8781fx4xl] {
        display: table-cell !important
    }

    .d-md-flex[b-y8781fx4xl] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex[b-y8781fx4xl] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none[b-y8781fx4xl] {
        display: none !important
    }

    .d-lg-inline[b-y8781fx4xl] {
        display: inline !important
    }

    .d-lg-inline-block[b-y8781fx4xl] {
        display: inline-block !important
    }

    .d-lg-block[b-y8781fx4xl] {
        display: block !important
    }

    .d-lg-table[b-y8781fx4xl] {
        display: table !important
    }

    .d-lg-table-row[b-y8781fx4xl] {
        display: table-row !important
    }

    .d-lg-table-cell[b-y8781fx4xl] {
        display: table-cell !important
    }

    .d-lg-flex[b-y8781fx4xl] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex[b-y8781fx4xl] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none[b-y8781fx4xl] {
        display: none !important
    }

    .d-xl-inline[b-y8781fx4xl] {
        display: inline !important
    }

    .d-xl-inline-block[b-y8781fx4xl] {
        display: inline-block !important
    }

    .d-xl-block[b-y8781fx4xl] {
        display: block !important
    }

    .d-xl-table[b-y8781fx4xl] {
        display: table !important
    }

    .d-xl-table-row[b-y8781fx4xl] {
        display: table-row !important
    }

    .d-xl-table-cell[b-y8781fx4xl] {
        display: table-cell !important
    }

    .d-xl-flex[b-y8781fx4xl] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex[b-y8781fx4xl] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none[b-y8781fx4xl] {
        display: none !important
    }

    .d-print-inline[b-y8781fx4xl] {
        display: inline !important
    }

    .d-print-inline-block[b-y8781fx4xl] {
        display: inline-block !important
    }

    .d-print-block[b-y8781fx4xl] {
        display: block !important
    }

    .d-print-table[b-y8781fx4xl] {
        display: table !important
    }

    .d-print-table-row[b-y8781fx4xl] {
        display: table-row !important
    }

    .d-print-table-cell[b-y8781fx4xl] {
        display: table-cell !important
    }

    .d-print-flex[b-y8781fx4xl] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex[b-y8781fx4xl] {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive[b-y8781fx4xl] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive[b-y8781fx4xl]::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item[b-y8781fx4xl], .embed-responsive iframe[b-y8781fx4xl], .embed-responsive embed[b-y8781fx4xl], .embed-responsive object[b-y8781fx4xl], .embed-responsive video[b-y8781fx4xl] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9[b-y8781fx4xl]::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9[b-y8781fx4xl]::before {
    padding-top: 56.25%
}

.embed-responsive-4by3[b-y8781fx4xl]::before {
    padding-top: 75%
}

.embed-responsive-1by1[b-y8781fx4xl]::before {
    padding-top: 100%
}

.flex-row[b-y8781fx4xl] {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column[b-y8781fx4xl] {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse[b-y8781fx4xl] {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse[b-y8781fx4xl] {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap[b-y8781fx4xl] {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap[b-y8781fx4xl] {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse[b-y8781fx4xl] {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill[b-y8781fx4xl] {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0[b-y8781fx4xl] {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1[b-y8781fx4xl] {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0[b-y8781fx4xl] {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1[b-y8781fx4xl] {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start[b-y8781fx4xl] {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end[b-y8781fx4xl] {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center[b-y8781fx4xl] {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between[b-y8781fx4xl] {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around[b-y8781fx4xl] {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start[b-y8781fx4xl] {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end[b-y8781fx4xl] {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center[b-y8781fx4xl] {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline[b-y8781fx4xl] {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch[b-y8781fx4xl] {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start[b-y8781fx4xl] {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end[b-y8781fx4xl] {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center[b-y8781fx4xl] {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between[b-y8781fx4xl] {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around[b-y8781fx4xl] {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch[b-y8781fx4xl] {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto[b-y8781fx4xl] {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start[b-y8781fx4xl] {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end[b-y8781fx4xl] {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center[b-y8781fx4xl] {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline[b-y8781fx4xl] {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch[b-y8781fx4xl] {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap[b-y8781fx4xl] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap[b-y8781fx4xl] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse[b-y8781fx4xl] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0[b-y8781fx4xl] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0[b-y8781fx4xl] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1[b-y8781fx4xl] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start[b-y8781fx4xl] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end[b-y8781fx4xl] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center[b-y8781fx4xl] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between[b-y8781fx4xl] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around[b-y8781fx4xl] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start[b-y8781fx4xl] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end[b-y8781fx4xl] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center[b-y8781fx4xl] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline[b-y8781fx4xl] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch[b-y8781fx4xl] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start[b-y8781fx4xl] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end[b-y8781fx4xl] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center[b-y8781fx4xl] {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between[b-y8781fx4xl] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around[b-y8781fx4xl] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch[b-y8781fx4xl] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto[b-y8781fx4xl] {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start[b-y8781fx4xl] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end[b-y8781fx4xl] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center[b-y8781fx4xl] {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline[b-y8781fx4xl] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch[b-y8781fx4xl] {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap[b-y8781fx4xl] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap[b-y8781fx4xl] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse[b-y8781fx4xl] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0[b-y8781fx4xl] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0[b-y8781fx4xl] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1[b-y8781fx4xl] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start[b-y8781fx4xl] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end[b-y8781fx4xl] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center[b-y8781fx4xl] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between[b-y8781fx4xl] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around[b-y8781fx4xl] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start[b-y8781fx4xl] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end[b-y8781fx4xl] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center[b-y8781fx4xl] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline[b-y8781fx4xl] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch[b-y8781fx4xl] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start[b-y8781fx4xl] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end[b-y8781fx4xl] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center[b-y8781fx4xl] {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between[b-y8781fx4xl] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around[b-y8781fx4xl] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch[b-y8781fx4xl] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto[b-y8781fx4xl] {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start[b-y8781fx4xl] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end[b-y8781fx4xl] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center[b-y8781fx4xl] {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline[b-y8781fx4xl] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch[b-y8781fx4xl] {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap[b-y8781fx4xl] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap[b-y8781fx4xl] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse[b-y8781fx4xl] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0[b-y8781fx4xl] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0[b-y8781fx4xl] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1[b-y8781fx4xl] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start[b-y8781fx4xl] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end[b-y8781fx4xl] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center[b-y8781fx4xl] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between[b-y8781fx4xl] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around[b-y8781fx4xl] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start[b-y8781fx4xl] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end[b-y8781fx4xl] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center[b-y8781fx4xl] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline[b-y8781fx4xl] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch[b-y8781fx4xl] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start[b-y8781fx4xl] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end[b-y8781fx4xl] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center[b-y8781fx4xl] {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between[b-y8781fx4xl] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around[b-y8781fx4xl] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch[b-y8781fx4xl] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto[b-y8781fx4xl] {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start[b-y8781fx4xl] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end[b-y8781fx4xl] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center[b-y8781fx4xl] {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline[b-y8781fx4xl] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch[b-y8781fx4xl] {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse[b-y8781fx4xl] {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse[b-y8781fx4xl] {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap[b-y8781fx4xl] {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap[b-y8781fx4xl] {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse[b-y8781fx4xl] {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0[b-y8781fx4xl] {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1[b-y8781fx4xl] {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0[b-y8781fx4xl] {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1[b-y8781fx4xl] {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start[b-y8781fx4xl] {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end[b-y8781fx4xl] {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center[b-y8781fx4xl] {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between[b-y8781fx4xl] {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around[b-y8781fx4xl] {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start[b-y8781fx4xl] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end[b-y8781fx4xl] {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center[b-y8781fx4xl] {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline[b-y8781fx4xl] {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch[b-y8781fx4xl] {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start[b-y8781fx4xl] {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end[b-y8781fx4xl] {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center[b-y8781fx4xl] {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between[b-y8781fx4xl] {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around[b-y8781fx4xl] {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch[b-y8781fx4xl] {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto[b-y8781fx4xl] {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start[b-y8781fx4xl] {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end[b-y8781fx4xl] {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center[b-y8781fx4xl] {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline[b-y8781fx4xl] {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch[b-y8781fx4xl] {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left[b-y8781fx4xl] {
    float: left !important
}

.float-right[b-y8781fx4xl] {
    float: right !important
}

.float-none[b-y8781fx4xl] {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left[b-y8781fx4xl] {
        float: left !important
    }

    .float-sm-right[b-y8781fx4xl] {
        float: right !important
    }

    .float-sm-none[b-y8781fx4xl] {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left[b-y8781fx4xl] {
        float: left !important
    }

    .float-md-right[b-y8781fx4xl] {
        float: right !important
    }

    .float-md-none[b-y8781fx4xl] {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left[b-y8781fx4xl] {
        float: left !important
    }

    .float-lg-right[b-y8781fx4xl] {
        float: right !important
    }

    .float-lg-none[b-y8781fx4xl] {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left[b-y8781fx4xl] {
        float: left !important
    }

    .float-xl-right[b-y8781fx4xl] {
        float: right !important
    }

    .float-xl-none[b-y8781fx4xl] {
        float: none !important
    }
}

.overflow-auto[b-y8781fx4xl] {
    overflow: auto !important
}

.overflow-hidden[b-y8781fx4xl] {
    overflow: hidden !important
}

.position-static[b-y8781fx4xl] {
    position: static !important
}

.position-relative[b-y8781fx4xl] {
    position: relative !important
}

.position-absolute[b-y8781fx4xl] {
    position: absolute !important
}

.position-fixed[b-y8781fx4xl] {
    position: fixed !important
}

.position-sticky[b-y8781fx4xl] {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top[b-y8781fx4xl] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom[b-y8781fx4xl] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top[b-y8781fx4xl] {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only[b-y8781fx4xl] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active[b-y8781fx4xl], .sr-only-focusable:focus[b-y8781fx4xl] {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm[b-y8781fx4xl] {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow[b-y8781fx4xl] {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg[b-y8781fx4xl] {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none[b-y8781fx4xl] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25[b-y8781fx4xl] {
    width: 25% !important
}

.w-50[b-y8781fx4xl] {
    width: 50% !important
}

.w-75[b-y8781fx4xl] {
    width: 75% !important
}

.w-100[b-y8781fx4xl] {
    width: 100% !important
}

.w-auto[b-y8781fx4xl] {
    width: auto !important
}

.h-25[b-y8781fx4xl] {
    height: 25% !important
}

.h-50[b-y8781fx4xl] {
    height: 50% !important
}

.h-75[b-y8781fx4xl] {
    height: 75% !important
}

.h-100[b-y8781fx4xl] {
    height: 100% !important
}

.h-auto[b-y8781fx4xl] {
    height: auto !important
}

.mw-100[b-y8781fx4xl] {
    max-width: 100% !important
}

.mh-100[b-y8781fx4xl] {
    max-height: 100% !important
}

.min-vw-100[b-y8781fx4xl] {
    min-width: 100vw !important
}

.min-vh-100[b-y8781fx4xl] {
    min-height: 100vh !important
}

.vw-100[b-y8781fx4xl] {
    width: 100vw !important
}

.vh-100[b-y8781fx4xl] {
    height: 100vh !important
}

.stretched-link[b-y8781fx4xl]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0[b-y8781fx4xl] {
    margin: 0 !important
}

.mt-0[b-y8781fx4xl], .my-0[b-y8781fx4xl] {
    margin-top: 0 !important
}

.mr-0[b-y8781fx4xl], .mx-0[b-y8781fx4xl] {
    margin-right: 0 !important
}

.mb-0[b-y8781fx4xl], .my-0[b-y8781fx4xl] {
    margin-bottom: 0 !important
}

.ml-0[b-y8781fx4xl], .mx-0[b-y8781fx4xl] {
    margin-left: 0 !important
}

.m-1[b-y8781fx4xl] {
    margin: .25rem !important
}

.mt-1[b-y8781fx4xl], .my-1[b-y8781fx4xl] {
    margin-top: .25rem !important
}

.mr-1[b-y8781fx4xl], .mx-1[b-y8781fx4xl] {
    margin-right: .25rem !important
}

.mb-1[b-y8781fx4xl], .my-1[b-y8781fx4xl] {
    margin-bottom: .25rem !important
}

.ml-1[b-y8781fx4xl], .mx-1[b-y8781fx4xl] {
    margin-left: .25rem !important
}

.m-2[b-y8781fx4xl] {
    margin: .5rem !important
}

.mt-2[b-y8781fx4xl], .my-2[b-y8781fx4xl] {
    margin-top: .5rem !important
}

.mr-2[b-y8781fx4xl], .mx-2[b-y8781fx4xl] {
    margin-right: .5rem !important
}

.mb-2[b-y8781fx4xl], .my-2[b-y8781fx4xl] {
    margin-bottom: .5rem !important
}

.ml-2[b-y8781fx4xl], .mx-2[b-y8781fx4xl] {
    margin-left: .5rem !important
}

.m-3[b-y8781fx4xl] {
    margin: 1rem !important
}

.mt-3[b-y8781fx4xl], .my-3[b-y8781fx4xl] {
    margin-top: 1rem !important
}

.mr-3[b-y8781fx4xl], .mx-3[b-y8781fx4xl] {
    margin-right: 1rem !important
}

.mb-3[b-y8781fx4xl], .my-3[b-y8781fx4xl] {
    margin-bottom: 1rem !important
}

.ml-3[b-y8781fx4xl], .mx-3[b-y8781fx4xl] {
    margin-left: 1rem !important
}

.m-4[b-y8781fx4xl] {
    margin: 1.5rem !important
}

.mt-4[b-y8781fx4xl], .my-4[b-y8781fx4xl] {
    margin-top: 1.5rem !important
}

.mr-4[b-y8781fx4xl], .mx-4[b-y8781fx4xl] {
    margin-right: 1.5rem !important
}

.mb-4[b-y8781fx4xl], .my-4[b-y8781fx4xl] {
    margin-bottom: 1.5rem !important
}

.ml-4[b-y8781fx4xl], .mx-4[b-y8781fx4xl] {
    margin-left: 1.5rem !important
}

.m-5[b-y8781fx4xl] {
    margin: 3rem !important
}

.mt-5[b-y8781fx4xl], .my-5[b-y8781fx4xl] {
    margin-top: 3rem !important
}

.mr-5[b-y8781fx4xl], .mx-5[b-y8781fx4xl] {
    margin-right: 3rem !important
}

.mb-5[b-y8781fx4xl], .my-5[b-y8781fx4xl] {
    margin-bottom: 3rem !important
}

.ml-5[b-y8781fx4xl], .mx-5[b-y8781fx4xl] {
    margin-left: 3rem !important
}

.p-0[b-y8781fx4xl] {
    padding: 0 !important
}

.pt-0[b-y8781fx4xl], .py-0[b-y8781fx4xl] {
    padding-top: 0 !important
}

.pr-0[b-y8781fx4xl], .px-0[b-y8781fx4xl] {
    padding-right: 0 !important
}

.pb-0[b-y8781fx4xl], .py-0[b-y8781fx4xl] {
    padding-bottom: 0 !important
}

.pl-0[b-y8781fx4xl], .px-0[b-y8781fx4xl] {
    padding-left: 0 !important
}

.p-1[b-y8781fx4xl] {
    padding: .25rem !important
}

.pt-1[b-y8781fx4xl], .py-1[b-y8781fx4xl] {
    padding-top: .25rem !important
}

.pr-1[b-y8781fx4xl], .px-1[b-y8781fx4xl] {
    padding-right: .25rem !important
}

.pb-1[b-y8781fx4xl], .py-1[b-y8781fx4xl] {
    padding-bottom: .25rem !important
}

.pl-1[b-y8781fx4xl], .px-1[b-y8781fx4xl] {
    padding-left: .25rem !important
}

.p-2[b-y8781fx4xl] {
    padding: .5rem !important
}

.pt-2[b-y8781fx4xl], .py-2[b-y8781fx4xl] {
    padding-top: .5rem !important
}

.pr-2[b-y8781fx4xl], .px-2[b-y8781fx4xl] {
    padding-right: .5rem !important
}

.pb-2[b-y8781fx4xl], .py-2[b-y8781fx4xl] {
    padding-bottom: .5rem !important
}

.pl-2[b-y8781fx4xl], .px-2[b-y8781fx4xl] {
    padding-left: .5rem !important
}

.p-3[b-y8781fx4xl] {
    padding: 1rem !important
}

.pt-3[b-y8781fx4xl], .py-3[b-y8781fx4xl] {
    padding-top: 1rem !important
}

.pr-3[b-y8781fx4xl], .px-3[b-y8781fx4xl] {
    padding-right: 1rem !important
}

.pb-3[b-y8781fx4xl], .py-3[b-y8781fx4xl] {
    padding-bottom: 1rem !important
}

.pl-3[b-y8781fx4xl], .px-3[b-y8781fx4xl] {
    padding-left: 1rem !important
}

.p-4[b-y8781fx4xl] {
    padding: 1.5rem !important
}

.pt-4[b-y8781fx4xl], .py-4[b-y8781fx4xl] {
    padding-top: 1.5rem !important
}

.pr-4[b-y8781fx4xl], .px-4[b-y8781fx4xl] {
    padding-right: 1.5rem !important
}

.pb-4[b-y8781fx4xl], .py-4[b-y8781fx4xl] {
    padding-bottom: 1.5rem !important
}

.pl-4[b-y8781fx4xl], .px-4[b-y8781fx4xl] {
    padding-left: 1.5rem !important
}

.p-5[b-y8781fx4xl] {
    padding: 3rem !important
}

.pt-5[b-y8781fx4xl], .py-5[b-y8781fx4xl] {
    padding-top: 3rem !important
}

.pr-5[b-y8781fx4xl], .px-5[b-y8781fx4xl] {
    padding-right: 3rem !important
}

.pb-5[b-y8781fx4xl], .py-5[b-y8781fx4xl] {
    padding-bottom: 3rem !important
}

.pl-5[b-y8781fx4xl], .px-5[b-y8781fx4xl] {
    padding-left: 3rem !important
}

.m-n1[b-y8781fx4xl] {
    margin: -.25rem !important
}

.mt-n1[b-y8781fx4xl], .my-n1[b-y8781fx4xl] {
    margin-top: -.25rem !important
}

.mr-n1[b-y8781fx4xl], .mx-n1[b-y8781fx4xl] {
    margin-right: -.25rem !important
}

.mb-n1[b-y8781fx4xl], .my-n1[b-y8781fx4xl] {
    margin-bottom: -.25rem !important
}

.ml-n1[b-y8781fx4xl], .mx-n1[b-y8781fx4xl] {
    margin-left: -.25rem !important
}

.m-n2[b-y8781fx4xl] {
    margin: -.5rem !important
}

.mt-n2[b-y8781fx4xl], .my-n2[b-y8781fx4xl] {
    margin-top: -.5rem !important
}

.mr-n2[b-y8781fx4xl], .mx-n2[b-y8781fx4xl] {
    margin-right: -.5rem !important
}

.mb-n2[b-y8781fx4xl], .my-n2[b-y8781fx4xl] {
    margin-bottom: -.5rem !important
}

.ml-n2[b-y8781fx4xl], .mx-n2[b-y8781fx4xl] {
    margin-left: -.5rem !important
}

.m-n3[b-y8781fx4xl] {
    margin: -1rem !important
}

.mt-n3[b-y8781fx4xl], .my-n3[b-y8781fx4xl] {
    margin-top: -1rem !important
}

.mr-n3[b-y8781fx4xl], .mx-n3[b-y8781fx4xl] {
    margin-right: -1rem !important
}

.mb-n3[b-y8781fx4xl], .my-n3[b-y8781fx4xl] {
    margin-bottom: -1rem !important
}

.ml-n3[b-y8781fx4xl], .mx-n3[b-y8781fx4xl] {
    margin-left: -1rem !important
}

.m-n4[b-y8781fx4xl] {
    margin: -1.5rem !important
}

.mt-n4[b-y8781fx4xl], .my-n4[b-y8781fx4xl] {
    margin-top: -1.5rem !important
}

.mr-n4[b-y8781fx4xl], .mx-n4[b-y8781fx4xl] {
    margin-right: -1.5rem !important
}

.mb-n4[b-y8781fx4xl], .my-n4[b-y8781fx4xl] {
    margin-bottom: -1.5rem !important
}

.ml-n4[b-y8781fx4xl], .mx-n4[b-y8781fx4xl] {
    margin-left: -1.5rem !important
}

.m-n5[b-y8781fx4xl] {
    margin: -3rem !important
}

.mt-n5[b-y8781fx4xl], .my-n5[b-y8781fx4xl] {
    margin-top: -3rem !important
}

.mr-n5[b-y8781fx4xl], .mx-n5[b-y8781fx4xl] {
    margin-right: -3rem !important
}

.mb-n5[b-y8781fx4xl], .my-n5[b-y8781fx4xl] {
    margin-bottom: -3rem !important
}

.ml-n5[b-y8781fx4xl], .mx-n5[b-y8781fx4xl] {
    margin-left: -3rem !important
}

.m-auto[b-y8781fx4xl] {
    margin: auto !important
}

.mt-auto[b-y8781fx4xl], .my-auto[b-y8781fx4xl] {
    margin-top: auto !important
}

.mr-auto[b-y8781fx4xl], .mx-auto[b-y8781fx4xl] {
    margin-right: auto !important
}

.mb-auto[b-y8781fx4xl], .my-auto[b-y8781fx4xl] {
    margin-bottom: auto !important
}

.ml-auto[b-y8781fx4xl], .mx-auto[b-y8781fx4xl] {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0[b-y8781fx4xl] {
        margin: 0 !important
    }

    .mt-sm-0[b-y8781fx4xl], .my-sm-0[b-y8781fx4xl] {
        margin-top: 0 !important
    }

    .mr-sm-0[b-y8781fx4xl], .mx-sm-0[b-y8781fx4xl] {
        margin-right: 0 !important
    }

    .mb-sm-0[b-y8781fx4xl], .my-sm-0[b-y8781fx4xl] {
        margin-bottom: 0 !important
    }

    .ml-sm-0[b-y8781fx4xl], .mx-sm-0[b-y8781fx4xl] {
        margin-left: 0 !important
    }

    .m-sm-1[b-y8781fx4xl] {
        margin: .25rem !important
    }

    .mt-sm-1[b-y8781fx4xl], .my-sm-1[b-y8781fx4xl] {
        margin-top: .25rem !important
    }

    .mr-sm-1[b-y8781fx4xl], .mx-sm-1[b-y8781fx4xl] {
        margin-right: .25rem !important
    }

    .mb-sm-1[b-y8781fx4xl], .my-sm-1[b-y8781fx4xl] {
        margin-bottom: .25rem !important
    }

    .ml-sm-1[b-y8781fx4xl], .mx-sm-1[b-y8781fx4xl] {
        margin-left: .25rem !important
    }

    .m-sm-2[b-y8781fx4xl] {
        margin: .5rem !important
    }

    .mt-sm-2[b-y8781fx4xl], .my-sm-2[b-y8781fx4xl] {
        margin-top: .5rem !important
    }

    .mr-sm-2[b-y8781fx4xl], .mx-sm-2[b-y8781fx4xl] {
        margin-right: .5rem !important
    }

    .mb-sm-2[b-y8781fx4xl], .my-sm-2[b-y8781fx4xl] {
        margin-bottom: .5rem !important
    }

    .ml-sm-2[b-y8781fx4xl], .mx-sm-2[b-y8781fx4xl] {
        margin-left: .5rem !important
    }

    .m-sm-3[b-y8781fx4xl] {
        margin: 1rem !important
    }

    .mt-sm-3[b-y8781fx4xl], .my-sm-3[b-y8781fx4xl] {
        margin-top: 1rem !important
    }

    .mr-sm-3[b-y8781fx4xl], .mx-sm-3[b-y8781fx4xl] {
        margin-right: 1rem !important
    }

    .mb-sm-3[b-y8781fx4xl], .my-sm-3[b-y8781fx4xl] {
        margin-bottom: 1rem !important
    }

    .ml-sm-3[b-y8781fx4xl], .mx-sm-3[b-y8781fx4xl] {
        margin-left: 1rem !important
    }

    .m-sm-4[b-y8781fx4xl] {
        margin: 1.5rem !important
    }

    .mt-sm-4[b-y8781fx4xl], .my-sm-4[b-y8781fx4xl] {
        margin-top: 1.5rem !important
    }

    .mr-sm-4[b-y8781fx4xl], .mx-sm-4[b-y8781fx4xl] {
        margin-right: 1.5rem !important
    }

    .mb-sm-4[b-y8781fx4xl], .my-sm-4[b-y8781fx4xl] {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4[b-y8781fx4xl], .mx-sm-4[b-y8781fx4xl] {
        margin-left: 1.5rem !important
    }

    .m-sm-5[b-y8781fx4xl] {
        margin: 3rem !important
    }

    .mt-sm-5[b-y8781fx4xl], .my-sm-5[b-y8781fx4xl] {
        margin-top: 3rem !important
    }

    .mr-sm-5[b-y8781fx4xl], .mx-sm-5[b-y8781fx4xl] {
        margin-right: 3rem !important
    }

    .mb-sm-5[b-y8781fx4xl], .my-sm-5[b-y8781fx4xl] {
        margin-bottom: 3rem !important
    }

    .ml-sm-5[b-y8781fx4xl], .mx-sm-5[b-y8781fx4xl] {
        margin-left: 3rem !important
    }

    .p-sm-0[b-y8781fx4xl] {
        padding: 0 !important
    }

    .pt-sm-0[b-y8781fx4xl], .py-sm-0[b-y8781fx4xl] {
        padding-top: 0 !important
    }

    .pr-sm-0[b-y8781fx4xl], .px-sm-0[b-y8781fx4xl] {
        padding-right: 0 !important
    }

    .pb-sm-0[b-y8781fx4xl], .py-sm-0[b-y8781fx4xl] {
        padding-bottom: 0 !important
    }

    .pl-sm-0[b-y8781fx4xl], .px-sm-0[b-y8781fx4xl] {
        padding-left: 0 !important
    }

    .p-sm-1[b-y8781fx4xl] {
        padding: .25rem !important
    }

    .pt-sm-1[b-y8781fx4xl], .py-sm-1[b-y8781fx4xl] {
        padding-top: .25rem !important
    }

    .pr-sm-1[b-y8781fx4xl], .px-sm-1[b-y8781fx4xl] {
        padding-right: .25rem !important
    }

    .pb-sm-1[b-y8781fx4xl], .py-sm-1[b-y8781fx4xl] {
        padding-bottom: .25rem !important
    }

    .pl-sm-1[b-y8781fx4xl], .px-sm-1[b-y8781fx4xl] {
        padding-left: .25rem !important
    }

    .p-sm-2[b-y8781fx4xl] {
        padding: .5rem !important
    }

    .pt-sm-2[b-y8781fx4xl], .py-sm-2[b-y8781fx4xl] {
        padding-top: .5rem !important
    }

    .pr-sm-2[b-y8781fx4xl], .px-sm-2[b-y8781fx4xl] {
        padding-right: .5rem !important
    }

    .pb-sm-2[b-y8781fx4xl], .py-sm-2[b-y8781fx4xl] {
        padding-bottom: .5rem !important
    }

    .pl-sm-2[b-y8781fx4xl], .px-sm-2[b-y8781fx4xl] {
        padding-left: .5rem !important
    }

    .p-sm-3[b-y8781fx4xl] {
        padding: 1rem !important
    }

    .pt-sm-3[b-y8781fx4xl], .py-sm-3[b-y8781fx4xl] {
        padding-top: 1rem !important
    }

    .pr-sm-3[b-y8781fx4xl], .px-sm-3[b-y8781fx4xl] {
        padding-right: 1rem !important
    }

    .pb-sm-3[b-y8781fx4xl], .py-sm-3[b-y8781fx4xl] {
        padding-bottom: 1rem !important
    }

    .pl-sm-3[b-y8781fx4xl], .px-sm-3[b-y8781fx4xl] {
        padding-left: 1rem !important
    }

    .p-sm-4[b-y8781fx4xl] {
        padding: 1.5rem !important
    }

    .pt-sm-4[b-y8781fx4xl], .py-sm-4[b-y8781fx4xl] {
        padding-top: 1.5rem !important
    }

    .pr-sm-4[b-y8781fx4xl], .px-sm-4[b-y8781fx4xl] {
        padding-right: 1.5rem !important
    }

    .pb-sm-4[b-y8781fx4xl], .py-sm-4[b-y8781fx4xl] {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4[b-y8781fx4xl], .px-sm-4[b-y8781fx4xl] {
        padding-left: 1.5rem !important
    }

    .p-sm-5[b-y8781fx4xl] {
        padding: 3rem !important
    }

    .pt-sm-5[b-y8781fx4xl], .py-sm-5[b-y8781fx4xl] {
        padding-top: 3rem !important
    }

    .pr-sm-5[b-y8781fx4xl], .px-sm-5[b-y8781fx4xl] {
        padding-right: 3rem !important
    }

    .pb-sm-5[b-y8781fx4xl], .py-sm-5[b-y8781fx4xl] {
        padding-bottom: 3rem !important
    }

    .pl-sm-5[b-y8781fx4xl], .px-sm-5[b-y8781fx4xl] {
        padding-left: 3rem !important
    }

    .m-sm-n1[b-y8781fx4xl] {
        margin: -.25rem !important
    }

    .mt-sm-n1[b-y8781fx4xl], .my-sm-n1[b-y8781fx4xl] {
        margin-top: -.25rem !important
    }

    .mr-sm-n1[b-y8781fx4xl], .mx-sm-n1[b-y8781fx4xl] {
        margin-right: -.25rem !important
    }

    .mb-sm-n1[b-y8781fx4xl], .my-sm-n1[b-y8781fx4xl] {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1[b-y8781fx4xl], .mx-sm-n1[b-y8781fx4xl] {
        margin-left: -.25rem !important
    }

    .m-sm-n2[b-y8781fx4xl] {
        margin: -.5rem !important
    }

    .mt-sm-n2[b-y8781fx4xl], .my-sm-n2[b-y8781fx4xl] {
        margin-top: -.5rem !important
    }

    .mr-sm-n2[b-y8781fx4xl], .mx-sm-n2[b-y8781fx4xl] {
        margin-right: -.5rem !important
    }

    .mb-sm-n2[b-y8781fx4xl], .my-sm-n2[b-y8781fx4xl] {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2[b-y8781fx4xl], .mx-sm-n2[b-y8781fx4xl] {
        margin-left: -.5rem !important
    }

    .m-sm-n3[b-y8781fx4xl] {
        margin: -1rem !important
    }

    .mt-sm-n3[b-y8781fx4xl], .my-sm-n3[b-y8781fx4xl] {
        margin-top: -1rem !important
    }

    .mr-sm-n3[b-y8781fx4xl], .mx-sm-n3[b-y8781fx4xl] {
        margin-right: -1rem !important
    }

    .mb-sm-n3[b-y8781fx4xl], .my-sm-n3[b-y8781fx4xl] {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3[b-y8781fx4xl], .mx-sm-n3[b-y8781fx4xl] {
        margin-left: -1rem !important
    }

    .m-sm-n4[b-y8781fx4xl] {
        margin: -1.5rem !important
    }

    .mt-sm-n4[b-y8781fx4xl], .my-sm-n4[b-y8781fx4xl] {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4[b-y8781fx4xl], .mx-sm-n4[b-y8781fx4xl] {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4[b-y8781fx4xl], .my-sm-n4[b-y8781fx4xl] {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4[b-y8781fx4xl], .mx-sm-n4[b-y8781fx4xl] {
        margin-left: -1.5rem !important
    }

    .m-sm-n5[b-y8781fx4xl] {
        margin: -3rem !important
    }

    .mt-sm-n5[b-y8781fx4xl], .my-sm-n5[b-y8781fx4xl] {
        margin-top: -3rem !important
    }

    .mr-sm-n5[b-y8781fx4xl], .mx-sm-n5[b-y8781fx4xl] {
        margin-right: -3rem !important
    }

    .mb-sm-n5[b-y8781fx4xl], .my-sm-n5[b-y8781fx4xl] {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5[b-y8781fx4xl], .mx-sm-n5[b-y8781fx4xl] {
        margin-left: -3rem !important
    }

    .m-sm-auto[b-y8781fx4xl] {
        margin: auto !important
    }

    .mt-sm-auto[b-y8781fx4xl], .my-sm-auto[b-y8781fx4xl] {
        margin-top: auto !important
    }

    .mr-sm-auto[b-y8781fx4xl], .mx-sm-auto[b-y8781fx4xl] {
        margin-right: auto !important
    }

    .mb-sm-auto[b-y8781fx4xl], .my-sm-auto[b-y8781fx4xl] {
        margin-bottom: auto !important
    }

    .ml-sm-auto[b-y8781fx4xl], .mx-sm-auto[b-y8781fx4xl] {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0[b-y8781fx4xl] {
        margin: 0 !important
    }

    .mt-md-0[b-y8781fx4xl], .my-md-0[b-y8781fx4xl] {
        margin-top: 0 !important
    }

    .mr-md-0[b-y8781fx4xl], .mx-md-0[b-y8781fx4xl] {
        margin-right: 0 !important
    }

    .mb-md-0[b-y8781fx4xl], .my-md-0[b-y8781fx4xl] {
        margin-bottom: 0 !important
    }

    .ml-md-0[b-y8781fx4xl], .mx-md-0[b-y8781fx4xl] {
        margin-left: 0 !important
    }

    .m-md-1[b-y8781fx4xl] {
        margin: .25rem !important
    }

    .mt-md-1[b-y8781fx4xl], .my-md-1[b-y8781fx4xl] {
        margin-top: .25rem !important
    }

    .mr-md-1[b-y8781fx4xl], .mx-md-1[b-y8781fx4xl] {
        margin-right: .25rem !important
    }

    .mb-md-1[b-y8781fx4xl], .my-md-1[b-y8781fx4xl] {
        margin-bottom: .25rem !important
    }

    .ml-md-1[b-y8781fx4xl], .mx-md-1[b-y8781fx4xl] {
        margin-left: .25rem !important
    }

    .m-md-2[b-y8781fx4xl] {
        margin: .5rem !important
    }

    .mt-md-2[b-y8781fx4xl], .my-md-2[b-y8781fx4xl] {
        margin-top: .5rem !important
    }

    .mr-md-2[b-y8781fx4xl], .mx-md-2[b-y8781fx4xl] {
        margin-right: .5rem !important
    }

    .mb-md-2[b-y8781fx4xl], .my-md-2[b-y8781fx4xl] {
        margin-bottom: .5rem !important
    }

    .ml-md-2[b-y8781fx4xl], .mx-md-2[b-y8781fx4xl] {
        margin-left: .5rem !important
    }

    .m-md-3[b-y8781fx4xl] {
        margin: 1rem !important
    }

    .mt-md-3[b-y8781fx4xl], .my-md-3[b-y8781fx4xl] {
        margin-top: 1rem !important
    }

    .mr-md-3[b-y8781fx4xl], .mx-md-3[b-y8781fx4xl] {
        margin-right: 1rem !important
    }

    .mb-md-3[b-y8781fx4xl], .my-md-3[b-y8781fx4xl] {
        margin-bottom: 1rem !important
    }

    .ml-md-3[b-y8781fx4xl], .mx-md-3[b-y8781fx4xl] {
        margin-left: 1rem !important
    }

    .m-md-4[b-y8781fx4xl] {
        margin: 1.5rem !important
    }

    .mt-md-4[b-y8781fx4xl], .my-md-4[b-y8781fx4xl] {
        margin-top: 1.5rem !important
    }

    .mr-md-4[b-y8781fx4xl], .mx-md-4[b-y8781fx4xl] {
        margin-right: 1.5rem !important
    }

    .mb-md-4[b-y8781fx4xl], .my-md-4[b-y8781fx4xl] {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4[b-y8781fx4xl], .mx-md-4[b-y8781fx4xl] {
        margin-left: 1.5rem !important
    }

    .m-md-5[b-y8781fx4xl] {
        margin: 3rem !important
    }

    .mt-md-5[b-y8781fx4xl], .my-md-5[b-y8781fx4xl] {
        margin-top: 3rem !important
    }

    .mr-md-5[b-y8781fx4xl], .mx-md-5[b-y8781fx4xl] {
        margin-right: 3rem !important
    }

    .mb-md-5[b-y8781fx4xl], .my-md-5[b-y8781fx4xl] {
        margin-bottom: 3rem !important
    }

    .ml-md-5[b-y8781fx4xl], .mx-md-5[b-y8781fx4xl] {
        margin-left: 3rem !important
    }

    .p-md-0[b-y8781fx4xl] {
        padding: 0 !important
    }

    .pt-md-0[b-y8781fx4xl], .py-md-0[b-y8781fx4xl] {
        padding-top: 0 !important
    }

    .pr-md-0[b-y8781fx4xl], .px-md-0[b-y8781fx4xl] {
        padding-right: 0 !important
    }

    .pb-md-0[b-y8781fx4xl], .py-md-0[b-y8781fx4xl] {
        padding-bottom: 0 !important
    }

    .pl-md-0[b-y8781fx4xl], .px-md-0[b-y8781fx4xl] {
        padding-left: 0 !important
    }

    .p-md-1[b-y8781fx4xl] {
        padding: .25rem !important
    }

    .pt-md-1[b-y8781fx4xl], .py-md-1[b-y8781fx4xl] {
        padding-top: .25rem !important
    }

    .pr-md-1[b-y8781fx4xl], .px-md-1[b-y8781fx4xl] {
        padding-right: .25rem !important
    }

    .pb-md-1[b-y8781fx4xl], .py-md-1[b-y8781fx4xl] {
        padding-bottom: .25rem !important
    }

    .pl-md-1[b-y8781fx4xl], .px-md-1[b-y8781fx4xl] {
        padding-left: .25rem !important
    }

    .p-md-2[b-y8781fx4xl] {
        padding: .5rem !important
    }

    .pt-md-2[b-y8781fx4xl], .py-md-2[b-y8781fx4xl] {
        padding-top: .5rem !important
    }

    .pr-md-2[b-y8781fx4xl], .px-md-2[b-y8781fx4xl] {
        padding-right: .5rem !important
    }

    .pb-md-2[b-y8781fx4xl], .py-md-2[b-y8781fx4xl] {
        padding-bottom: .5rem !important
    }

    .pl-md-2[b-y8781fx4xl], .px-md-2[b-y8781fx4xl] {
        padding-left: .5rem !important
    }

    .p-md-3[b-y8781fx4xl] {
        padding: 1rem !important
    }

    .pt-md-3[b-y8781fx4xl], .py-md-3[b-y8781fx4xl] {
        padding-top: 1rem !important
    }

    .pr-md-3[b-y8781fx4xl], .px-md-3[b-y8781fx4xl] {
        padding-right: 1rem !important
    }

    .pb-md-3[b-y8781fx4xl], .py-md-3[b-y8781fx4xl] {
        padding-bottom: 1rem !important
    }

    .pl-md-3[b-y8781fx4xl], .px-md-3[b-y8781fx4xl] {
        padding-left: 1rem !important
    }

    .p-md-4[b-y8781fx4xl] {
        padding: 1.5rem !important
    }

    .pt-md-4[b-y8781fx4xl], .py-md-4[b-y8781fx4xl] {
        padding-top: 1.5rem !important
    }

    .pr-md-4[b-y8781fx4xl], .px-md-4[b-y8781fx4xl] {
        padding-right: 1.5rem !important
    }

    .pb-md-4[b-y8781fx4xl], .py-md-4[b-y8781fx4xl] {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4[b-y8781fx4xl], .px-md-4[b-y8781fx4xl] {
        padding-left: 1.5rem !important
    }

    .p-md-5[b-y8781fx4xl] {
        padding: 3rem !important
    }

    .pt-md-5[b-y8781fx4xl], .py-md-5[b-y8781fx4xl] {
        padding-top: 3rem !important
    }

    .pr-md-5[b-y8781fx4xl], .px-md-5[b-y8781fx4xl] {
        padding-right: 3rem !important
    }

    .pb-md-5[b-y8781fx4xl], .py-md-5[b-y8781fx4xl] {
        padding-bottom: 3rem !important
    }

    .pl-md-5[b-y8781fx4xl], .px-md-5[b-y8781fx4xl] {
        padding-left: 3rem !important
    }

    .m-md-n1[b-y8781fx4xl] {
        margin: -.25rem !important
    }

    .mt-md-n1[b-y8781fx4xl], .my-md-n1[b-y8781fx4xl] {
        margin-top: -.25rem !important
    }

    .mr-md-n1[b-y8781fx4xl], .mx-md-n1[b-y8781fx4xl] {
        margin-right: -.25rem !important
    }

    .mb-md-n1[b-y8781fx4xl], .my-md-n1[b-y8781fx4xl] {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1[b-y8781fx4xl], .mx-md-n1[b-y8781fx4xl] {
        margin-left: -.25rem !important
    }

    .m-md-n2[b-y8781fx4xl] {
        margin: -.5rem !important
    }

    .mt-md-n2[b-y8781fx4xl], .my-md-n2[b-y8781fx4xl] {
        margin-top: -.5rem !important
    }

    .mr-md-n2[b-y8781fx4xl], .mx-md-n2[b-y8781fx4xl] {
        margin-right: -.5rem !important
    }

    .mb-md-n2[b-y8781fx4xl], .my-md-n2[b-y8781fx4xl] {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2[b-y8781fx4xl], .mx-md-n2[b-y8781fx4xl] {
        margin-left: -.5rem !important
    }

    .m-md-n3[b-y8781fx4xl] {
        margin: -1rem !important
    }

    .mt-md-n3[b-y8781fx4xl], .my-md-n3[b-y8781fx4xl] {
        margin-top: -1rem !important
    }

    .mr-md-n3[b-y8781fx4xl], .mx-md-n3[b-y8781fx4xl] {
        margin-right: -1rem !important
    }

    .mb-md-n3[b-y8781fx4xl], .my-md-n3[b-y8781fx4xl] {
        margin-bottom: -1rem !important
    }

    .ml-md-n3[b-y8781fx4xl], .mx-md-n3[b-y8781fx4xl] {
        margin-left: -1rem !important
    }

    .m-md-n4[b-y8781fx4xl] {
        margin: -1.5rem !important
    }

    .mt-md-n4[b-y8781fx4xl], .my-md-n4[b-y8781fx4xl] {
        margin-top: -1.5rem !important
    }

    .mr-md-n4[b-y8781fx4xl], .mx-md-n4[b-y8781fx4xl] {
        margin-right: -1.5rem !important
    }

    .mb-md-n4[b-y8781fx4xl], .my-md-n4[b-y8781fx4xl] {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4[b-y8781fx4xl], .mx-md-n4[b-y8781fx4xl] {
        margin-left: -1.5rem !important
    }

    .m-md-n5[b-y8781fx4xl] {
        margin: -3rem !important
    }

    .mt-md-n5[b-y8781fx4xl], .my-md-n5[b-y8781fx4xl] {
        margin-top: -3rem !important
    }

    .mr-md-n5[b-y8781fx4xl], .mx-md-n5[b-y8781fx4xl] {
        margin-right: -3rem !important
    }

    .mb-md-n5[b-y8781fx4xl], .my-md-n5[b-y8781fx4xl] {
        margin-bottom: -3rem !important
    }

    .ml-md-n5[b-y8781fx4xl], .mx-md-n5[b-y8781fx4xl] {
        margin-left: -3rem !important
    }

    .m-md-auto[b-y8781fx4xl] {
        margin: auto !important
    }

    .mt-md-auto[b-y8781fx4xl], .my-md-auto[b-y8781fx4xl] {
        margin-top: auto !important
    }

    .mr-md-auto[b-y8781fx4xl], .mx-md-auto[b-y8781fx4xl] {
        margin-right: auto !important
    }

    .mb-md-auto[b-y8781fx4xl], .my-md-auto[b-y8781fx4xl] {
        margin-bottom: auto !important
    }

    .ml-md-auto[b-y8781fx4xl], .mx-md-auto[b-y8781fx4xl] {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0[b-y8781fx4xl] {
        margin: 0 !important
    }

    .mt-lg-0[b-y8781fx4xl], .my-lg-0[b-y8781fx4xl] {
        margin-top: 0 !important
    }

    .mr-lg-0[b-y8781fx4xl], .mx-lg-0[b-y8781fx4xl] {
        margin-right: 0 !important
    }

    .mb-lg-0[b-y8781fx4xl], .my-lg-0[b-y8781fx4xl] {
        margin-bottom: 0 !important
    }

    .ml-lg-0[b-y8781fx4xl], .mx-lg-0[b-y8781fx4xl] {
        margin-left: 0 !important
    }

    .m-lg-1[b-y8781fx4xl] {
        margin: .25rem !important
    }

    .mt-lg-1[b-y8781fx4xl], .my-lg-1[b-y8781fx4xl] {
        margin-top: .25rem !important
    }

    .mr-lg-1[b-y8781fx4xl], .mx-lg-1[b-y8781fx4xl] {
        margin-right: .25rem !important
    }

    .mb-lg-1[b-y8781fx4xl], .my-lg-1[b-y8781fx4xl] {
        margin-bottom: .25rem !important
    }

    .ml-lg-1[b-y8781fx4xl], .mx-lg-1[b-y8781fx4xl] {
        margin-left: .25rem !important
    }

    .m-lg-2[b-y8781fx4xl] {
        margin: .5rem !important
    }

    .mt-lg-2[b-y8781fx4xl], .my-lg-2[b-y8781fx4xl] {
        margin-top: .5rem !important
    }

    .mr-lg-2[b-y8781fx4xl], .mx-lg-2[b-y8781fx4xl] {
        margin-right: .5rem !important
    }

    .mb-lg-2[b-y8781fx4xl], .my-lg-2[b-y8781fx4xl] {
        margin-bottom: .5rem !important
    }

    .ml-lg-2[b-y8781fx4xl], .mx-lg-2[b-y8781fx4xl] {
        margin-left: .5rem !important
    }

    .m-lg-3[b-y8781fx4xl] {
        margin: 1rem !important
    }

    .mt-lg-3[b-y8781fx4xl], .my-lg-3[b-y8781fx4xl] {
        margin-top: 1rem !important
    }

    .mr-lg-3[b-y8781fx4xl], .mx-lg-3[b-y8781fx4xl] {
        margin-right: 1rem !important
    }

    .mb-lg-3[b-y8781fx4xl], .my-lg-3[b-y8781fx4xl] {
        margin-bottom: 1rem !important
    }

    .ml-lg-3[b-y8781fx4xl], .mx-lg-3[b-y8781fx4xl] {
        margin-left: 1rem !important
    }

    .m-lg-4[b-y8781fx4xl] {
        margin: 1.5rem !important
    }

    .mt-lg-4[b-y8781fx4xl], .my-lg-4[b-y8781fx4xl] {
        margin-top: 1.5rem !important
    }

    .mr-lg-4[b-y8781fx4xl], .mx-lg-4[b-y8781fx4xl] {
        margin-right: 1.5rem !important
    }

    .mb-lg-4[b-y8781fx4xl], .my-lg-4[b-y8781fx4xl] {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4[b-y8781fx4xl], .mx-lg-4[b-y8781fx4xl] {
        margin-left: 1.5rem !important
    }

    .m-lg-5[b-y8781fx4xl] {
        margin: 3rem !important
    }

    .mt-lg-5[b-y8781fx4xl], .my-lg-5[b-y8781fx4xl] {
        margin-top: 3rem !important
    }

    .mr-lg-5[b-y8781fx4xl], .mx-lg-5[b-y8781fx4xl] {
        margin-right: 3rem !important
    }

    .mb-lg-5[b-y8781fx4xl], .my-lg-5[b-y8781fx4xl] {
        margin-bottom: 3rem !important
    }

    .ml-lg-5[b-y8781fx4xl], .mx-lg-5[b-y8781fx4xl] {
        margin-left: 3rem !important
    }

    .p-lg-0[b-y8781fx4xl] {
        padding: 0 !important
    }

    .pt-lg-0[b-y8781fx4xl], .py-lg-0[b-y8781fx4xl] {
        padding-top: 0 !important
    }

    .pr-lg-0[b-y8781fx4xl], .px-lg-0[b-y8781fx4xl] {
        padding-right: 0 !important
    }

    .pb-lg-0[b-y8781fx4xl], .py-lg-0[b-y8781fx4xl] {
        padding-bottom: 0 !important
    }

    .pl-lg-0[b-y8781fx4xl], .px-lg-0[b-y8781fx4xl] {
        padding-left: 0 !important
    }

    .p-lg-1[b-y8781fx4xl] {
        padding: .25rem !important
    }

    .pt-lg-1[b-y8781fx4xl], .py-lg-1[b-y8781fx4xl] {
        padding-top: .25rem !important
    }

    .pr-lg-1[b-y8781fx4xl], .px-lg-1[b-y8781fx4xl] {
        padding-right: .25rem !important
    }

    .pb-lg-1[b-y8781fx4xl], .py-lg-1[b-y8781fx4xl] {
        padding-bottom: .25rem !important
    }

    .pl-lg-1[b-y8781fx4xl], .px-lg-1[b-y8781fx4xl] {
        padding-left: .25rem !important
    }

    .p-lg-2[b-y8781fx4xl] {
        padding: .5rem !important
    }

    .pt-lg-2[b-y8781fx4xl], .py-lg-2[b-y8781fx4xl] {
        padding-top: .5rem !important
    }

    .pr-lg-2[b-y8781fx4xl], .px-lg-2[b-y8781fx4xl] {
        padding-right: .5rem !important
    }

    .pb-lg-2[b-y8781fx4xl], .py-lg-2[b-y8781fx4xl] {
        padding-bottom: .5rem !important
    }

    .pl-lg-2[b-y8781fx4xl], .px-lg-2[b-y8781fx4xl] {
        padding-left: .5rem !important
    }

    .p-lg-3[b-y8781fx4xl] {
        padding: 1rem !important
    }

    .pt-lg-3[b-y8781fx4xl], .py-lg-3[b-y8781fx4xl] {
        padding-top: 1rem !important
    }

    .pr-lg-3[b-y8781fx4xl], .px-lg-3[b-y8781fx4xl] {
        padding-right: 1rem !important
    }

    .pb-lg-3[b-y8781fx4xl], .py-lg-3[b-y8781fx4xl] {
        padding-bottom: 1rem !important
    }

    .pl-lg-3[b-y8781fx4xl], .px-lg-3[b-y8781fx4xl] {
        padding-left: 1rem !important
    }

    .p-lg-4[b-y8781fx4xl] {
        padding: 1.5rem !important
    }

    .pt-lg-4[b-y8781fx4xl], .py-lg-4[b-y8781fx4xl] {
        padding-top: 1.5rem !important
    }

    .pr-lg-4[b-y8781fx4xl], .px-lg-4[b-y8781fx4xl] {
        padding-right: 1.5rem !important
    }

    .pb-lg-4[b-y8781fx4xl], .py-lg-4[b-y8781fx4xl] {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4[b-y8781fx4xl], .px-lg-4[b-y8781fx4xl] {
        padding-left: 1.5rem !important
    }

    .p-lg-5[b-y8781fx4xl] {
        padding: 3rem !important
    }

    .pt-lg-5[b-y8781fx4xl], .py-lg-5[b-y8781fx4xl] {
        padding-top: 3rem !important
    }

    .pr-lg-5[b-y8781fx4xl], .px-lg-5[b-y8781fx4xl] {
        padding-right: 3rem !important
    }

    .pb-lg-5[b-y8781fx4xl], .py-lg-5[b-y8781fx4xl] {
        padding-bottom: 3rem !important
    }

    .pl-lg-5[b-y8781fx4xl], .px-lg-5[b-y8781fx4xl] {
        padding-left: 3rem !important
    }

    .m-lg-n1[b-y8781fx4xl] {
        margin: -.25rem !important
    }

    .mt-lg-n1[b-y8781fx4xl], .my-lg-n1[b-y8781fx4xl] {
        margin-top: -.25rem !important
    }

    .mr-lg-n1[b-y8781fx4xl], .mx-lg-n1[b-y8781fx4xl] {
        margin-right: -.25rem !important
    }

    .mb-lg-n1[b-y8781fx4xl], .my-lg-n1[b-y8781fx4xl] {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1[b-y8781fx4xl], .mx-lg-n1[b-y8781fx4xl] {
        margin-left: -.25rem !important
    }

    .m-lg-n2[b-y8781fx4xl] {
        margin: -.5rem !important
    }

    .mt-lg-n2[b-y8781fx4xl], .my-lg-n2[b-y8781fx4xl] {
        margin-top: -.5rem !important
    }

    .mr-lg-n2[b-y8781fx4xl], .mx-lg-n2[b-y8781fx4xl] {
        margin-right: -.5rem !important
    }

    .mb-lg-n2[b-y8781fx4xl], .my-lg-n2[b-y8781fx4xl] {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2[b-y8781fx4xl], .mx-lg-n2[b-y8781fx4xl] {
        margin-left: -.5rem !important
    }

    .m-lg-n3[b-y8781fx4xl] {
        margin: -1rem !important
    }

    .mt-lg-n3[b-y8781fx4xl], .my-lg-n3[b-y8781fx4xl] {
        margin-top: -1rem !important
    }

    .mr-lg-n3[b-y8781fx4xl], .mx-lg-n3[b-y8781fx4xl] {
        margin-right: -1rem !important
    }

    .mb-lg-n3[b-y8781fx4xl], .my-lg-n3[b-y8781fx4xl] {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3[b-y8781fx4xl], .mx-lg-n3[b-y8781fx4xl] {
        margin-left: -1rem !important
    }

    .m-lg-n4[b-y8781fx4xl] {
        margin: -1.5rem !important
    }

    .mt-lg-n4[b-y8781fx4xl], .my-lg-n4[b-y8781fx4xl] {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4[b-y8781fx4xl], .mx-lg-n4[b-y8781fx4xl] {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4[b-y8781fx4xl], .my-lg-n4[b-y8781fx4xl] {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4[b-y8781fx4xl], .mx-lg-n4[b-y8781fx4xl] {
        margin-left: -1.5rem !important
    }

    .m-lg-n5[b-y8781fx4xl] {
        margin: -3rem !important
    }

    .mt-lg-n5[b-y8781fx4xl], .my-lg-n5[b-y8781fx4xl] {
        margin-top: -3rem !important
    }

    .mr-lg-n5[b-y8781fx4xl], .mx-lg-n5[b-y8781fx4xl] {
        margin-right: -3rem !important
    }

    .mb-lg-n5[b-y8781fx4xl], .my-lg-n5[b-y8781fx4xl] {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5[b-y8781fx4xl], .mx-lg-n5[b-y8781fx4xl] {
        margin-left: -3rem !important
    }

    .m-lg-auto[b-y8781fx4xl] {
        margin: auto !important
    }

    .mt-lg-auto[b-y8781fx4xl], .my-lg-auto[b-y8781fx4xl] {
        margin-top: auto !important
    }

    .mr-lg-auto[b-y8781fx4xl], .mx-lg-auto[b-y8781fx4xl] {
        margin-right: auto !important
    }

    .mb-lg-auto[b-y8781fx4xl], .my-lg-auto[b-y8781fx4xl] {
        margin-bottom: auto !important
    }

    .ml-lg-auto[b-y8781fx4xl], .mx-lg-auto[b-y8781fx4xl] {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0[b-y8781fx4xl] {
        margin: 0 !important
    }

    .mt-xl-0[b-y8781fx4xl], .my-xl-0[b-y8781fx4xl] {
        margin-top: 0 !important
    }

    .mr-xl-0[b-y8781fx4xl], .mx-xl-0[b-y8781fx4xl] {
        margin-right: 0 !important
    }

    .mb-xl-0[b-y8781fx4xl], .my-xl-0[b-y8781fx4xl] {
        margin-bottom: 0 !important
    }

    .ml-xl-0[b-y8781fx4xl], .mx-xl-0[b-y8781fx4xl] {
        margin-left: 0 !important
    }

    .m-xl-1[b-y8781fx4xl] {
        margin: .25rem !important
    }

    .mt-xl-1[b-y8781fx4xl], .my-xl-1[b-y8781fx4xl] {
        margin-top: .25rem !important
    }

    .mr-xl-1[b-y8781fx4xl], .mx-xl-1[b-y8781fx4xl] {
        margin-right: .25rem !important
    }

    .mb-xl-1[b-y8781fx4xl], .my-xl-1[b-y8781fx4xl] {
        margin-bottom: .25rem !important
    }

    .ml-xl-1[b-y8781fx4xl], .mx-xl-1[b-y8781fx4xl] {
        margin-left: .25rem !important
    }

    .m-xl-2[b-y8781fx4xl] {
        margin: .5rem !important
    }

    .mt-xl-2[b-y8781fx4xl], .my-xl-2[b-y8781fx4xl] {
        margin-top: .5rem !important
    }

    .mr-xl-2[b-y8781fx4xl], .mx-xl-2[b-y8781fx4xl] {
        margin-right: .5rem !important
    }

    .mb-xl-2[b-y8781fx4xl], .my-xl-2[b-y8781fx4xl] {
        margin-bottom: .5rem !important
    }

    .ml-xl-2[b-y8781fx4xl], .mx-xl-2[b-y8781fx4xl] {
        margin-left: .5rem !important
    }

    .m-xl-3[b-y8781fx4xl] {
        margin: 1rem !important
    }

    .mt-xl-3[b-y8781fx4xl], .my-xl-3[b-y8781fx4xl] {
        margin-top: 1rem !important
    }

    .mr-xl-3[b-y8781fx4xl], .mx-xl-3[b-y8781fx4xl] {
        margin-right: 1rem !important
    }

    .mb-xl-3[b-y8781fx4xl], .my-xl-3[b-y8781fx4xl] {
        margin-bottom: 1rem !important
    }

    .ml-xl-3[b-y8781fx4xl], .mx-xl-3[b-y8781fx4xl] {
        margin-left: 1rem !important
    }

    .m-xl-4[b-y8781fx4xl] {
        margin: 1.5rem !important
    }

    .mt-xl-4[b-y8781fx4xl], .my-xl-4[b-y8781fx4xl] {
        margin-top: 1.5rem !important
    }

    .mr-xl-4[b-y8781fx4xl], .mx-xl-4[b-y8781fx4xl] {
        margin-right: 1.5rem !important
    }

    .mb-xl-4[b-y8781fx4xl], .my-xl-4[b-y8781fx4xl] {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4[b-y8781fx4xl], .mx-xl-4[b-y8781fx4xl] {
        margin-left: 1.5rem !important
    }

    .m-xl-5[b-y8781fx4xl] {
        margin: 3rem !important
    }

    .mt-xl-5[b-y8781fx4xl], .my-xl-5[b-y8781fx4xl] {
        margin-top: 3rem !important
    }

    .mr-xl-5[b-y8781fx4xl], .mx-xl-5[b-y8781fx4xl] {
        margin-right: 3rem !important
    }

    .mb-xl-5[b-y8781fx4xl], .my-xl-5[b-y8781fx4xl] {
        margin-bottom: 3rem !important
    }

    .ml-xl-5[b-y8781fx4xl], .mx-xl-5[b-y8781fx4xl] {
        margin-left: 3rem !important
    }

    .p-xl-0[b-y8781fx4xl] {
        padding: 0 !important
    }

    .pt-xl-0[b-y8781fx4xl], .py-xl-0[b-y8781fx4xl] {
        padding-top: 0 !important
    }

    .pr-xl-0[b-y8781fx4xl], .px-xl-0[b-y8781fx4xl] {
        padding-right: 0 !important
    }

    .pb-xl-0[b-y8781fx4xl], .py-xl-0[b-y8781fx4xl] {
        padding-bottom: 0 !important
    }

    .pl-xl-0[b-y8781fx4xl], .px-xl-0[b-y8781fx4xl] {
        padding-left: 0 !important
    }

    .p-xl-1[b-y8781fx4xl] {
        padding: .25rem !important
    }

    .pt-xl-1[b-y8781fx4xl], .py-xl-1[b-y8781fx4xl] {
        padding-top: .25rem !important
    }

    .pr-xl-1[b-y8781fx4xl], .px-xl-1[b-y8781fx4xl] {
        padding-right: .25rem !important
    }

    .pb-xl-1[b-y8781fx4xl], .py-xl-1[b-y8781fx4xl] {
        padding-bottom: .25rem !important
    }

    .pl-xl-1[b-y8781fx4xl], .px-xl-1[b-y8781fx4xl] {
        padding-left: .25rem !important
    }

    .p-xl-2[b-y8781fx4xl] {
        padding: .5rem !important
    }

    .pt-xl-2[b-y8781fx4xl], .py-xl-2[b-y8781fx4xl] {
        padding-top: .5rem !important
    }

    .pr-xl-2[b-y8781fx4xl], .px-xl-2[b-y8781fx4xl] {
        padding-right: .5rem !important
    }

    .pb-xl-2[b-y8781fx4xl], .py-xl-2[b-y8781fx4xl] {
        padding-bottom: .5rem !important
    }

    .pl-xl-2[b-y8781fx4xl], .px-xl-2[b-y8781fx4xl] {
        padding-left: .5rem !important
    }

    .p-xl-3[b-y8781fx4xl] {
        padding: 1rem !important
    }

    .pt-xl-3[b-y8781fx4xl], .py-xl-3[b-y8781fx4xl] {
        padding-top: 1rem !important
    }

    .pr-xl-3[b-y8781fx4xl], .px-xl-3[b-y8781fx4xl] {
        padding-right: 1rem !important
    }

    .pb-xl-3[b-y8781fx4xl], .py-xl-3[b-y8781fx4xl] {
        padding-bottom: 1rem !important
    }

    .pl-xl-3[b-y8781fx4xl], .px-xl-3[b-y8781fx4xl] {
        padding-left: 1rem !important
    }

    .p-xl-4[b-y8781fx4xl] {
        padding: 1.5rem !important
    }

    .pt-xl-4[b-y8781fx4xl], .py-xl-4[b-y8781fx4xl] {
        padding-top: 1.5rem !important
    }

    .pr-xl-4[b-y8781fx4xl], .px-xl-4[b-y8781fx4xl] {
        padding-right: 1.5rem !important
    }

    .pb-xl-4[b-y8781fx4xl], .py-xl-4[b-y8781fx4xl] {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4[b-y8781fx4xl], .px-xl-4[b-y8781fx4xl] {
        padding-left: 1.5rem !important
    }

    .p-xl-5[b-y8781fx4xl] {
        padding: 3rem !important
    }

    .pt-xl-5[b-y8781fx4xl], .py-xl-5[b-y8781fx4xl] {
        padding-top: 3rem !important
    }

    .pr-xl-5[b-y8781fx4xl], .px-xl-5[b-y8781fx4xl] {
        padding-right: 3rem !important
    }

    .pb-xl-5[b-y8781fx4xl], .py-xl-5[b-y8781fx4xl] {
        padding-bottom: 3rem !important
    }

    .pl-xl-5[b-y8781fx4xl], .px-xl-5[b-y8781fx4xl] {
        padding-left: 3rem !important
    }

    .m-xl-n1[b-y8781fx4xl] {
        margin: -.25rem !important
    }

    .mt-xl-n1[b-y8781fx4xl], .my-xl-n1[b-y8781fx4xl] {
        margin-top: -.25rem !important
    }

    .mr-xl-n1[b-y8781fx4xl], .mx-xl-n1[b-y8781fx4xl] {
        margin-right: -.25rem !important
    }

    .mb-xl-n1[b-y8781fx4xl], .my-xl-n1[b-y8781fx4xl] {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1[b-y8781fx4xl], .mx-xl-n1[b-y8781fx4xl] {
        margin-left: -.25rem !important
    }

    .m-xl-n2[b-y8781fx4xl] {
        margin: -.5rem !important
    }

    .mt-xl-n2[b-y8781fx4xl], .my-xl-n2[b-y8781fx4xl] {
        margin-top: -.5rem !important
    }

    .mr-xl-n2[b-y8781fx4xl], .mx-xl-n2[b-y8781fx4xl] {
        margin-right: -.5rem !important
    }

    .mb-xl-n2[b-y8781fx4xl], .my-xl-n2[b-y8781fx4xl] {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2[b-y8781fx4xl], .mx-xl-n2[b-y8781fx4xl] {
        margin-left: -.5rem !important
    }

    .m-xl-n3[b-y8781fx4xl] {
        margin: -1rem !important
    }

    .mt-xl-n3[b-y8781fx4xl], .my-xl-n3[b-y8781fx4xl] {
        margin-top: -1rem !important
    }

    .mr-xl-n3[b-y8781fx4xl], .mx-xl-n3[b-y8781fx4xl] {
        margin-right: -1rem !important
    }

    .mb-xl-n3[b-y8781fx4xl], .my-xl-n3[b-y8781fx4xl] {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3[b-y8781fx4xl], .mx-xl-n3[b-y8781fx4xl] {
        margin-left: -1rem !important
    }

    .m-xl-n4[b-y8781fx4xl] {
        margin: -1.5rem !important
    }

    .mt-xl-n4[b-y8781fx4xl], .my-xl-n4[b-y8781fx4xl] {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4[b-y8781fx4xl], .mx-xl-n4[b-y8781fx4xl] {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4[b-y8781fx4xl], .my-xl-n4[b-y8781fx4xl] {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4[b-y8781fx4xl], .mx-xl-n4[b-y8781fx4xl] {
        margin-left: -1.5rem !important
    }

    .m-xl-n5[b-y8781fx4xl] {
        margin: -3rem !important
    }

    .mt-xl-n5[b-y8781fx4xl], .my-xl-n5[b-y8781fx4xl] {
        margin-top: -3rem !important
    }

    .mr-xl-n5[b-y8781fx4xl], .mx-xl-n5[b-y8781fx4xl] {
        margin-right: -3rem !important
    }

    .mb-xl-n5[b-y8781fx4xl], .my-xl-n5[b-y8781fx4xl] {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5[b-y8781fx4xl], .mx-xl-n5[b-y8781fx4xl] {
        margin-left: -3rem !important
    }

    .m-xl-auto[b-y8781fx4xl] {
        margin: auto !important
    }

    .mt-xl-auto[b-y8781fx4xl], .my-xl-auto[b-y8781fx4xl] {
        margin-top: auto !important
    }

    .mr-xl-auto[b-y8781fx4xl], .mx-xl-auto[b-y8781fx4xl] {
        margin-right: auto !important
    }

    .mb-xl-auto[b-y8781fx4xl], .my-xl-auto[b-y8781fx4xl] {
        margin-bottom: auto !important
    }

    .ml-xl-auto[b-y8781fx4xl], .mx-xl-auto[b-y8781fx4xl] {
        margin-left: auto !important
    }
}

.text-monospace[b-y8781fx4xl] {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace !important
}

.text-justify[b-y8781fx4xl] {
    text-align: justify !important
}

.text-wrap[b-y8781fx4xl] {
    white-space: normal !important
}

.text-nowrap[b-y8781fx4xl] {
    white-space: nowrap !important
}

.text-truncate[b-y8781fx4xl] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left[b-y8781fx4xl] {
    text-align: left !important
}

.text-right[b-y8781fx4xl] {
    text-align: right !important
}

.text-center[b-y8781fx4xl] {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left[b-y8781fx4xl] {
        text-align: left !important
    }

    .text-sm-right[b-y8781fx4xl] {
        text-align: right !important
    }

    .text-sm-center[b-y8781fx4xl] {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left[b-y8781fx4xl] {
        text-align: left !important
    }

    .text-md-right[b-y8781fx4xl] {
        text-align: right !important
    }

    .text-md-center[b-y8781fx4xl] {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left[b-y8781fx4xl] {
        text-align: left !important
    }

    .text-lg-right[b-y8781fx4xl] {
        text-align: right !important
    }

    .text-lg-center[b-y8781fx4xl] {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left[b-y8781fx4xl] {
        text-align: left !important
    }

    .text-xl-right[b-y8781fx4xl] {
        text-align: right !important
    }

    .text-xl-center[b-y8781fx4xl] {
        text-align: center !important
    }
}

.text-lowercase[b-y8781fx4xl] {
    text-transform: lowercase !important
}

.text-uppercase[b-y8781fx4xl] {
    text-transform: uppercase !important
}

.text-capitalize[b-y8781fx4xl] {
    text-transform: capitalize !important
}

.font-weight-light[b-y8781fx4xl] {
    font-weight: 300 !important
}

.font-weight-lighter[b-y8781fx4xl] {
    font-weight: lighter !important
}

.font-weight-normal[b-y8781fx4xl] {
    font-weight: 400 !important
}

.font-weight-bold[b-y8781fx4xl] {
    font-weight: 700 !important
}

.font-weight-bolder[b-y8781fx4xl] {
    font-weight: bolder !important
}

.font-italic[b-y8781fx4xl] {
    font-style: italic !important
}

.text-white[b-y8781fx4xl] {
    color: #fff !important
}

.text-primary[b-y8781fx4xl] {
    color: #007bff !important
}

a.text-primary:hover[b-y8781fx4xl], a.text-primary:focus[b-y8781fx4xl] {
    color: #0056b3 !important
}

.text-secondary[b-y8781fx4xl] {
    color: #6c757d !important
}

a.text-secondary:hover[b-y8781fx4xl], a.text-secondary:focus[b-y8781fx4xl] {
    color: #494f54 !important
}

.text-success[b-y8781fx4xl] {
    color: #28a745 !important
}

a.text-success:hover[b-y8781fx4xl], a.text-success:focus[b-y8781fx4xl] {
    color: #19692c !important
}

.text-info[b-y8781fx4xl] {
    color: #17a2b8 !important
}

a.text-info:hover[b-y8781fx4xl], a.text-info:focus[b-y8781fx4xl] {
    color: #0f6674 !important
}

.text-warning[b-y8781fx4xl] {
    color: #ffc107 !important
}

a.text-warning:hover[b-y8781fx4xl], a.text-warning:focus[b-y8781fx4xl] {
    color: #ba8b00 !important
}

.text-danger[b-y8781fx4xl] {
    color: #dc3545 !important
}

a.text-danger:hover[b-y8781fx4xl], a.text-danger:focus[b-y8781fx4xl] {
    color: #a71d2a !important
}

.text-light[b-y8781fx4xl] {
    color: #f8f9fa !important
}

a.text-light:hover[b-y8781fx4xl], a.text-light:focus[b-y8781fx4xl] {
    color: #cbd3da !important
}

.text-dark[b-y8781fx4xl] {
    color: #343a40 !important
}

a.text-dark:hover[b-y8781fx4xl], a.text-dark:focus[b-y8781fx4xl] {
    color: #121416 !important
}

.text-body[b-y8781fx4xl] {
    color: #212529 !important
}

.text-muted[b-y8781fx4xl] {
    color: #6c757d !important
}

.text-black-50[b-y8781fx4xl] {
    color: rgba(0,0,0,.5) !important
}

.text-white-50[b-y8781fx4xl] {
    color: rgba(255,255,255,.5) !important
}

.text-hide[b-y8781fx4xl] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none[b-y8781fx4xl] {
    text-decoration: none !important
}

.text-break[b-y8781fx4xl] {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset[b-y8781fx4xl] {
    color: inherit !important
}

.visible[b-y8781fx4xl] {
    visibility: visible !important
}

.invisible[b-y8781fx4xl] {
    visibility: hidden !important
}

@media print {
    *[b-y8781fx4xl], *[b-y8781fx4xl]::before, *[b-y8781fx4xl]::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn)[b-y8781fx4xl] {
        text-decoration: underline
    }

    abbr[title][b-y8781fx4xl]::after {
        content: " (" attr(title) ")"
    }

    pre[b-y8781fx4xl] {
        white-space: pre-wrap !important
    }

    pre[b-y8781fx4xl], blockquote[b-y8781fx4xl] {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead[b-y8781fx4xl] {
        display: table-header-group
    }

    tr[b-y8781fx4xl], img[b-y8781fx4xl] {
        page-break-inside: avoid
    }

    p[b-y8781fx4xl], h2[b-y8781fx4xl], h3[b-y8781fx4xl] {
        orphans: 3;
        widows: 3
    }

    h2[b-y8781fx4xl], h3[b-y8781fx4xl] {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body[b-y8781fx4xl] {
        min-width: 992px !important
    }

    .container[b-y8781fx4xl] {
        min-width: 992px !important
    }

    .navbar[b-y8781fx4xl] {
        display: none
    }

    .badge[b-y8781fx4xl] {
        border: 1px solid #000
    }

    .table[b-y8781fx4xl] {
        border-collapse: collapse !important
    }

        .table td[b-y8781fx4xl], .table th[b-y8781fx4xl] {
            background-color: #fff !important
        }

    .table-bordered th[b-y8781fx4xl], .table-bordered td[b-y8781fx4xl] {
        border: 1px solid #dee2e6 !important
    }

    .table-dark[b-y8781fx4xl] {
        color: inherit
    }

        .table-dark th[b-y8781fx4xl], .table-dark td[b-y8781fx4xl], .table-dark thead th[b-y8781fx4xl], .table-dark tbody + tbody[b-y8781fx4xl] {
            border-color: #dee2e6
        }

    .table .thead-dark th[b-y8781fx4xl] {
        color: inherit;
        border-color: #dee2e6
    }
}

body[b-y8781fx4xl] {
    font-family: poppins,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    background: #fafafa;
    color: gray
}

a[b-y8781fx4xl] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #866ec7
}

    a:hover[b-y8781fx4xl], a:focus[b-y8781fx4xl] {
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

button[b-y8781fx4xl] {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

    button:hover[b-y8781fx4xl], button:focus[b-y8781fx4xl] {
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

h1[b-y8781fx4xl], h2[b-y8781fx4xl], h3[b-y8781fx4xl], h4[b-y8781fx4xl], h5[b-y8781fx4xl], .h1[b-y8781fx4xl], .h2[b-y8781fx4xl], .h3[b-y8781fx4xl], .h4[b-y8781fx4xl], .h5[b-y8781fx4xl] {
    line-height: 1.5;
    font-weight: 400;
    font-family: poppins,Arial,sans-serif;
    color: #000
}

.ftco-section[b-y8781fx4xl] {
    padding: 7em 0
}

.ftco-no-pt[b-y8781fx4xl] {
    padding-top: 0
}

.ftco-no-pb[b-y8781fx4xl] {
    padding-bottom: 0
}

.heading-section[b-y8781fx4xl] {
    font-size: 28px;
    color: #000
}

    .heading-section small[b-y8781fx4xl] {
        font-size: 18px
    }

.img[b-y8781fx4xl] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.navbar[b-y8781fx4xl] {
    padding: 15px 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,.1)
}

.navbar-btn[b-y8781fx4xl] {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    border: none
}

.wrapper[b-y8781fx4xl] {
    width: 100%
}

#sidebar[b-y8781fx4xl] {
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed;
    overflow: scroll;
    height: calc(100% - 80px);
    z-index: 1;
    transform: translateY(76px);
}

    #sidebar .h6[b-y8781fx4xl] {
        color: #fff
    }

    #sidebar.active[b-y8781fx4xl] {
        margin-left: -250px
    }

        #sidebar.active .custom-menu[b-y8781fx4xl] {
            margin-right: -50px
        }

    #sidebar h1[b-y8781fx4xl] {
        margin-bottom: 20px;
        font-weight: 700
    }

        #sidebar h1 .logo[b-y8781fx4xl] {
            color: #fff
        }

    #sidebar ul.components[b-y8781fx4xl] {
        padding: 0
    }

    #sidebar ul li[b-y8781fx4xl] {
        font-size: 16px
    }

        #sidebar ul li > ul[b-y8781fx4xl] {
            margin-left: 10px
        }

            #sidebar ul li > ul li[b-y8781fx4xl] {
                font-size: 14px
            }

        #sidebar ul li a[b-y8781fx4xl] {
            padding: 10px 0;
            display: block;
            color: rgba(255,255,255);
            border-bottom: 1px solid rgba(255,255,255,.1)
        }

            #sidebar ul li a:hover[b-y8781fx4xl] {
                transform: translateX(2px);
            }

        #sidebar ul li.active > a[b-y8781fx4xl] {
            background: 0 0;
            color: #fff
        }

@media(max-width:991.98px) {
    #sidebar[b-y8781fx4xl] {
        margin-left: -250px
    }

    #content[b-y8781fx4xl] {
        padding: 16px !important;
        width: 100% !important;
        margin-left: 0;
    }

        #sidebar.active[b-y8781fx4xl] {
            margin-left: 0
        }

        #sidebar .custom-menu[b-y8781fx4xl] {
            margin-right: -50px !important;
            top: 10px !important
        }

    .hamburger[b-y8781fx4xl] {
        display: block;
        cursor: pointer;
    }
}

#sidebar .custom-menu[b-y8781fx4xl] {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(prefers-reduced-motion:reduce) {
    #sidebar .custom-menu[b-y8781fx4xl] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

#sidebar .custom-menu .btn[b-y8781fx4xl] {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

    #sidebar .custom-menu .btn.btn-primary[b-y8781fx4xl] {
        background: #6749b9;
        border-color: #6749b9
    }

        #sidebar .custom-menu .btn.btn-primary:hover[b-y8781fx4xl], #sidebar .custom-menu .btn.btn-primary:focus[b-y8781fx4xl] {
            background: #6749b9 !important;
            border-color: #6749b9 !important
        }

a[data-toggle=collapse][b-y8781fx4xl] {
    position: relative
}

.dropdown-toggle[b-y8781fx4xl]::after {
    display: block;
    position: absolute;
    margin-right: 6px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:991.98px) {
    #sidebarCollapse span[b-y8781fx4xl] {
        display: none
    }
}

#content[b-y8781fx4xl] {
    width: calc(100% - 250px);
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 250px;
    margin-top: 76px;
}

.btn.btn-primary[b-y8781fx4xl] {
    background: #866ec7;
    border-color: #866ec7
}

    .btn.btn-primary:hover[b-y8781fx4xl], .btn.btn-primary:focus[b-y8781fx4xl] {
        background: #866ec7 !important;
        border-color: #866ec7 !important
    }

.footer p[b-y8781fx4xl] {
    color: rgba(255,255,255,.5)
}

.form-control[b-y8781fx4xl] {
    height: 40px !important;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: transparent
}

    .form-control:focus[b-y8781fx4xl], .form-control:active[b-y8781fx4xl] {
        border-color: #000
    }

    .form-control[b-y8781fx4xl]::-webkit-input-placeholder {
        color: rgba(0,0,0,.3)
    }

    .form-control[b-y8781fx4xl]::-moz-placeholder {
        color: rgba(0,0,0,.3)
    }

    .form-control:-ms-input-placeholder[b-y8781fx4xl] {
        color: rgba(0,0,0,.3)
    }

    .form-control:-moz-placeholder[b-y8781fx4xl] {
        color: rgba(0,0,0,.3)
    }



/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
