﻿/*! * Bootstrap v4.6.1 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter,Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root
{
    --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: #0c5adb;
    --secondary: #3498db;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --white: #fff;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-mxl: 1380px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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;
    --bbc-ratio-w: 100;
    --bbc-ratio-h: 100;
    --bbc-row-gutter: 30px;
}
*, *::before, *::after
{
    box-sizing: border-box;
}
html
{
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(37,37,37,0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section
{
    display: block;
}
body
{
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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: #495057;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible)
{
    outline: 0!important;
}
hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6
{
    margin-top: 0;
    margin-bottom: .5rem;
}
p
{
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title]
{
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address
{
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol
{
    margin-bottom: 0;
}
dt
{
    font-weight: 700;
}
dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote
{
    margin: 0 0 1rem;
}
b, strong
{
    font-weight: bolder;
}
small
{
    font-size: 80%;
}
sub, sup
{
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
a
{
    color: #0c5adb;
    text-decoration: none;
    background-color: transparent;
}
a:hover
{
    color: #083c92;
    text-decoration: underline;
}
a:not([href]):not([class])
{
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover
{
    color: inherit;
    text-decoration: none;
}
pre, code, kbd, samp
{
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}
pre
{
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure
{
    margin: 0 0 1rem;
}
img
{
    vertical-align: middle;
    border-style: none;
}
svg
{
    overflow: hidden;
    vertical-align: middle;
}
table
{
    border-collapse: collapse;
}
caption
{
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th
{
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label
{
    display: inline-block;
    margin-bottom: .5rem;
}
button
{
    border-radius: 0;
}
button:focus:not(:focus-visible)
{
    outline: 0;
}
input, button, select, optgroup, textarea
{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
[role="button"]
{
    cursor: pointer;
}
select
{
    word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"]
{
    -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled)
{
    cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner
{
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"]
{
    box-sizing: border-box;
    padding: 0;
}
textarea
{
    overflow: auto;
    resize: vertical;
}
fieldset
{
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend
{
    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
{
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button
{
    height: auto;
}
[type="search"]
{
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-file-upload-button
{
    font: inherit;
    -webkit-appearance: button;
}
output
{
    display: inline-block;
}
summary
{
    display: list-item;
    cursor: pointer;
}
template
{
    display: none;
}
[hidden]
{
    display: none!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}
h1, .h1
{
    font-size: 2.5rem;
}
h2, .h2
{
    font-size: 2rem;
}
h3, .h3
{
    font-size: 1.75rem;
}
h4, .h4
{
    font-size: 1.5rem;
}
h5, .h5
{
    font-size: 1.25rem;
}
h6, .h6
{
    font-size: 1rem;
}
.lead
{
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1
{
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2
{
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3
{
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4
{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(37,37,37,.1);
}
small, .small
{
    font-size: 80%;
    font-weight: 400;
}
mark, .mark
{
    padding: .2em;
    background-color: #fcf8e3;
}
.list-unstyled
{
    padding-left: 0;
    list-style: none;
}
.list-inline
{
    padding-left: 0;
    list-style: none;
}
.list-inline-item
{
    display: inline-block;
}
.list-inline-item:not(:last-child)
{
    margin-right: .5rem;
}
.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote
{
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer
{
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before
{
    content: "— ";
}
.img-fluid
{
    max-width: 100%;
    height: auto;
}
.img-cover
{
    object-fit: cover;
}
.img-contain
{
    object-fit: contain;
}
.img-thumbnail
{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.figure
{
    display: inline-block;
}
.figure-img
{
    margin-bottom: .5rem;
    line-height: 1;
}
.figure-caption
{
    font-size: 90%;
    color: #6c757d;
}
code
{
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a>code
{
    color: inherit;
}
kbd
{
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
kbd kbd
{
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre
{
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code
{
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable
{
    max-height: 340px;
    overflow-y: scroll;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-mxl
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 576px)
{
    .container, .container-sm
    {
        max-width: 540px;
    }
}
@media(min-width: 768px)
{
    .container, .container-sm, .container-md
    {
        max-width: 720px;
    }
}
@media(min-width: 992px)
{
    .container, .container-sm, .container-md, .container-lg
    {
        max-width: 960px;
    }
}
@media(min-width: 1200px)
{
    .container, .container-sm, .container-md, .container-lg, .container-xl
    {
        max-width: 1140px;
    }
}
@media(min-width: 1380px)
{
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-mxl
    {
        max-width: 1320px;
    }
}
.row
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*="col-"]
{
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-mxl-1, .col-mxl-2, .col-mxl-3, .col-mxl-4, .col-mxl-5, .col-mxl-6, .col-mxl-7, .col-mxl-8, .col-mxl-9, .col-mxl-10, .col-mxl-11, .col-mxl-12, .col-mxl, .col-mxl-auto
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col
{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
}
.row-cols-1>*
{
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2>*
{
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3>*
{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4>*
{
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5>*
{
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6>*
{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto
{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1
{
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2
{
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3
{
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4
{
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5
{
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6
{
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7
{
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8
{
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9
{
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10
{
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11
{
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12
{
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first
{
    order: -1;
}
.order-last
{
    order: 13;
}
.order-0
{
    order: 0;
}
.order-1
{
    order: 1;
}
.order-2
{
    order: 2;
}
.order-3
{
    order: 3;
}
.order-4
{
    order: 4;
}
.order-5
{
    order: 5;
}
.order-6
{
    order: 6;
}
.order-7
{
    order: 7;
}
.order-8
{
    order: 8;
}
.order-9
{
    order: 9;
}
.order-10
{
    order: 10;
}
.order-11
{
    order: 11;
}
.order-12
{
    order: 12;
}
.offset-1
{
    margin-left: 8.33333333%;
}
.offset-2
{
    margin-left: 16.66666667%;
}
.offset-3
{
    margin-left: 25%;
}
.offset-4
{
    margin-left: 33.33333333%;
}
.offset-5
{
    margin-left: 41.66666667%;
}
.offset-6
{
    margin-left: 50%;
}
.offset-7
{
    margin-left: 58.33333333%;
}
.offset-8
{
    margin-left: 66.66666667%;
}
.offset-9
{
    margin-left: 75%;
}
.offset-10
{
    margin-left: 83.33333333%;
}
.offset-11
{
    margin-left: 91.66666667%;
}
@media(min-width: 576px)
{
    .col-sm
    {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }
    .row-cols-sm-1>*
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>*
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>*
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4>*
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>*
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>*
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto
    {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1
    {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2
    {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4
    {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5
    {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7
    {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8
    {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9
    {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10
    {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11
    {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first
    {
        order: -1;
    }
    .order-sm-last
    {
        order: 13;
    }
    .order-sm-0
    {
        order: 0;
    }
    .order-sm-1
    {
        order: 1;
    }
    .order-sm-2
    {
        order: 2;
    }
    .order-sm-3
    {
        order: 3;
    }
    .order-sm-4
    {
        order: 4;
    }
    .order-sm-5
    {
        order: 5;
    }
    .order-sm-6
    {
        order: 6;
    }
    .order-sm-7
    {
        order: 7;
    }
    .order-sm-8
    {
        order: 8;
    }
    .order-sm-9
    {
        order: 9;
    }
    .order-sm-10
    {
        order: 10;
    }
    .order-sm-11
    {
        order: 11;
    }
    .order-sm-12
    {
        order: 12;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.33333333%;
    }
    .offset-sm-2
    {
        margin-left: 16.66666667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.33333333%;
    }
    .offset-sm-5
    {
        margin-left: 41.66666667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.33333333%;
    }
    .offset-sm-8
    {
        margin-left: 66.66666667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.33333333%;
    }
    .offset-sm-11
    {
        margin-left: 91.66666667%;
    }
}
@media(min-width: 768px)
{
    .col-md
    {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }
    .row-cols-md-1>*
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>*
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>*
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4>*
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>*
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>*
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto
    {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1
    {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2
    {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4
    {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5
    {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7
    {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8
    {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9
    {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10
    {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11
    {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first
    {
        order: -1;
    }
    .order-md-last
    {
        order: 13;
    }
    .order-md-0
    {
        order: 0;
    }
    .order-md-1
    {
        order: 1;
    }
    .order-md-2
    {
        order: 2;
    }
    .order-md-3
    {
        order: 3;
    }
    .order-md-4
    {
        order: 4;
    }
    .order-md-5
    {
        order: 5;
    }
    .order-md-6
    {
        order: 6;
    }
    .order-md-7
    {
        order: 7;
    }
    .order-md-8
    {
        order: 8;
    }
    .order-md-9
    {
        order: 9;
    }
    .order-md-10
    {
        order: 10;
    }
    .order-md-11
    {
        order: 11;
    }
    .order-md-12
    {
        order: 12;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.33333333%;
    }
    .offset-md-2
    {
        margin-left: 16.66666667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.33333333%;
    }
    .offset-md-5
    {
        margin-left: 41.66666667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.33333333%;
    }
    .offset-md-8
    {
        margin-left: 66.66666667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.33333333%;
    }
    .offset-md-11
    {
        margin-left: 91.66666667%;
    }
}
@media(min-width: 992px)
{
    .col-lg
    {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }
    .row-cols-lg-1>*
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>*
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>*
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4>*
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>*
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>*
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto
    {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1
    {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2
    {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4
    {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5
    {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7
    {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8
    {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9
    {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10
    {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11
    {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first
    {
        order: -1;
    }
    .order-lg-last
    {
        order: 13;
    }
    .order-lg-0
    {
        order: 0;
    }
    .order-lg-1
    {
        order: 1;
    }
    .order-lg-2
    {
        order: 2;
    }
    .order-lg-3
    {
        order: 3;
    }
    .order-lg-4
    {
        order: 4;
    }
    .order-lg-5
    {
        order: 5;
    }
    .order-lg-6
    {
        order: 6;
    }
    .order-lg-7
    {
        order: 7;
    }
    .order-lg-8
    {
        order: 8;
    }
    .order-lg-9
    {
        order: 9;
    }
    .order-lg-10
    {
        order: 10;
    }
    .order-lg-11
    {
        order: 11;
    }
    .order-lg-12
    {
        order: 12;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.33333333%;
    }
    .offset-lg-2
    {
        margin-left: 16.66666667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.33333333%;
    }
    .offset-lg-5
    {
        margin-left: 41.66666667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.33333333%;
    }
    .offset-lg-8
    {
        margin-left: 66.66666667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.33333333%;
    }
    .offset-lg-11
    {
        margin-left: 91.66666667%;
    }
}
@media(min-width: 1200px)
{
    .col-xl
    {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }
    .row-cols-xl-1>*
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>*
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>*
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4>*
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>*
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>*
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto
    {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1
    {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2
    {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4
    {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5
    {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7
    {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8
    {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9
    {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10
    {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11
    {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first
    {
        order: -1;
    }
    .order-xl-last
    {
        order: 13;
    }
    .order-xl-0
    {
        order: 0;
    }
    .order-xl-1
    {
        order: 1;
    }
    .order-xl-2
    {
        order: 2;
    }
    .order-xl-3
    {
        order: 3;
    }
    .order-xl-4
    {
        order: 4;
    }
    .order-xl-5
    {
        order: 5;
    }
    .order-xl-6
    {
        order: 6;
    }
    .order-xl-7
    {
        order: 7;
    }
    .order-xl-8
    {
        order: 8;
    }
    .order-xl-9
    {
        order: 9;
    }
    .order-xl-10
    {
        order: 10;
    }
    .order-xl-11
    {
        order: 11;
    }
    .order-xl-12
    {
        order: 12;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.33333333%;
    }
    .offset-xl-2
    {
        margin-left: 16.66666667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.33333333%;
    }
    .offset-xl-5
    {
        margin-left: 41.66666667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.33333333%;
    }
    .offset-xl-8
    {
        margin-left: 66.66666667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.33333333%;
    }
    .offset-xl-11
    {
        margin-left: 91.66666667%;
    }
}
@media(min-width: 1380px)
{
    .col-mxl
    {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }
    .row-cols-mxl-1>*
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-mxl-2>*
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-mxl-3>*
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-mxl-4>*
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-mxl-5>*
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-mxl-6>*
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-mxl-auto
    {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-mxl-1
    {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-mxl-2
    {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-mxl-3
    {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-mxl-4
    {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-mxl-5
    {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-mxl-6
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-mxl-7
    {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-mxl-8
    {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-mxl-9
    {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-mxl-10
    {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-mxl-11
    {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-mxl-12
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-mxl-first
    {
        order: -1;
    }
    .order-mxl-last
    {
        order: 13;
    }
    .order-mxl-0
    {
        order: 0;
    }
    .order-mxl-1
    {
        order: 1;
    }
    .order-mxl-2
    {
        order: 2;
    }
    .order-mxl-3
    {
        order: 3;
    }
    .order-mxl-4
    {
        order: 4;
    }
    .order-mxl-5
    {
        order: 5;
    }
    .order-mxl-6
    {
        order: 6;
    }
    .order-mxl-7
    {
        order: 7;
    }
    .order-mxl-8
    {
        order: 8;
    }
    .order-mxl-9
    {
        order: 9;
    }
    .order-mxl-10
    {
        order: 10;
    }
    .order-mxl-11
    {
        order: 11;
    }
    .order-mxl-12
    {
        order: 12;
    }
    .offset-mxl-0
    {
        margin-left: 0;
    }
    .offset-mxl-1
    {
        margin-left: 8.33333333%;
    }
    .offset-mxl-2
    {
        margin-left: 16.66666667%;
    }
    .offset-mxl-3
    {
        margin-left: 25%;
    }
    .offset-mxl-4
    {
        margin-left: 33.33333333%;
    }
    .offset-mxl-5
    {
        margin-left: 41.66666667%;
    }
    .offset-mxl-6
    {
        margin-left: 50%;
    }
    .offset-mxl-7
    {
        margin-left: 58.33333333%;
    }
    .offset-mxl-8
    {
        margin-left: 66.66666667%;
    }
    .offset-mxl-9
    {
        margin-left: 75%;
    }
    .offset-mxl-10
    {
        margin-left: 83.33333333%;
    }
    .offset-mxl-11
    {
        margin-left: 91.66666667%;
    }
}
.row-gutter, .row-grid
{
    margin-left: calc(0px - var(--bbc-row-gutter) / 2);
    margin-right: calc(0px - var(--bbc-row-gutter) / 2);
}
.row-gutter>*, .row-grid>*
{
    padding-left: calc(var(--bbc-row-gutter) / 2);
    padding-right: calc(var(--bbc-row-gutter) / 2);
}
.row-grid
{
    margin-bottom: calc(0px - var(--bbc-row-gutter));
}
.row-grid>*
{
    margin-bottom: var(--bbc-row-gutter);
}
.table
{
    width: 100%;
    margin-bottom: 1rem;
    color: #495057;
}
.table th, .table td
{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th
{
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody
{
    border-top: 2px solid #dee2e6;
}
.table-sm th, .table-sm td
{
    padding: .3rem;
}
.table-bordered
{
    border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td
{
    border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td
{
    border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody
{
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(37,37,37,.05);
}
.table-hover tbody tr:hover
{
    color: #495057;
    background-color: rgba(37,37,37,.075);
}
.table-primary, .table-primary>th, .table-primary>td
{
    background-color: #bbd1f5;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody+tbody
{
    border-color: #81a9ec;
}
.table-hover .table-primary:hover
{
    background-color: #a5c2f2;
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th
{
    background-color: #a5c2f2;
}
.table-secondary, .table-secondary>th, .table-secondary>td
{
    background-color: #c6e2f5;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody
{
    border-color: #95c9ec;
}
.table-hover .table-secondary:hover
{
    background-color: #b0d7f1;
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th
{
    background-color: #b0d7f1;
}
.table-success, .table-success>th, .table-success>td
{
    background-color: #c3e6cb;
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody+tbody
{
    border-color: #8fd19e;
}
.table-hover .table-success:hover
{
    background-color: #b1dfbb;
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th
{
    background-color: #b1dfbb;
}
.table-info, .table-info>th, .table-info>td
{
    background-color: #bee5eb;
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody
{
    border-color: #86cfda;
}
.table-hover .table-info:hover
{
    background-color: #abdde5;
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th
{
    background-color: #abdde5;
}
.table-warning, .table-warning>th, .table-warning>td
{
    background-color: #ffeeba;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody
{
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover
{
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th
{
    background-color: #ffe8a1;
}
.table-danger, .table-danger>th, .table-danger>td
{
    background-color: #f5c6cb;
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody
{
    border-color: #ed969e;
}
.table-hover .table-danger:hover
{
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th
{
    background-color: #f1b0b7;
}
.table-light, .table-light>th, .table-light>td
{
    background-color: #fdfdfe;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody
{
    border-color: #fbfcfc;
}
.table-hover .table-light:hover
{
    background-color: #ececf6;
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th
{
    background-color: #ececf6;
}
.table-white, .table-white>th, .table-white>td
{
    background-color: #fff;
}
.table-white th, .table-white td, .table-white thead th, .table-white tbody+tbody
{
    border-color: #fff;
}
.table-hover .table-white:hover
{
    background-color: #f2f2f2;
}
.table-hover .table-white:hover>td, .table-hover .table-white:hover>th
{
    background-color: #f2f2f2;
}
.table-dark, .table-dark>th, .table-dark>td
{
    background-color: #c6c8ca;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody
{
    border-color: #95999c;
}
.table-hover .table-dark:hover
{
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th
{
    background-color: #b9bbbe;
}
.table-active, .table-active>th, .table-active>td
{
    background-color: rgba(37,37,37,.075);
}
.table-hover .table-active:hover
{
    background-color: rgba(24,24,24,.075);
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th
{
    background-color: rgba(24,24,24,.075);
}
.table .thead-dark th
{
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th
{
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark
{
    color: #fff;
    background-color: #343a40;
}
.table-dark th, .table-dark td, .table-dark thead th
{
    border-color: #454d55;
}
.table-dark.table-bordered
{
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(255,255,255,.05);
}
.table-dark.table-hover tbody tr:hover
{
    color: #fff;
    background-color: rgba(255,255,255,.075);
}
@media(max-width: 575.98px)
{
    .table-responsive-sm
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered
    {
        border: 0;
    }
}
@media(max-width: 767.98px)
{
    .table-responsive-md
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered
    {
        border: 0;
    }
}
@media(max-width: 991.98px)
{
    .table-responsive-lg
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered
    {
        border: 0;
    }
}
@media(max-width: 1199.98px)
{
    .table-responsive-xl
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered
    {
        border: 0;
    }
}
@media(max-width: 1379.98px)
{
    .table-responsive-mxl
    {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-mxl>.table-bordered
    {
        border: 0;
    }
}
.table-responsive
{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive>.table-bordered
{
    border: 0;
}
.form-control
{
    display: block;
    width: 100%;
    height: calc(1.5em + .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;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .form-control
    {
        transition: none;
    }
}
.form-control::-ms-expand
{
    background-color: transparent;
    border: 0;
}
.form-control:focus
{
    color: #495057;
    background-color: #fff;
    border-color: #6fa3f7;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.25);
}
.form-control::placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly]
{
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control
{
    appearance: none;
}
select.form-control:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value
{
    color: #495057;
    background-color: #fff;
}
.form-control-file, .form-control-range
{
    display: block;
    width: 100%;
}
.col-form-label
{
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg
{
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm
{
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}
.form-control-plaintext
{
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg
{
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm
{
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control-lg
{
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
select.form-control[size], select.form-control[multiple]
{
    height: auto;
}
textarea.form-control
{
    height: auto;
}
.form-group
{
    margin-bottom: 1rem;
}
.form-text
{
    display: block;
    margin-top: .25rem;
}
.form-row
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*="col-"]
{
    padding-right: 5px;
    padding-left: 5px;
}
.form-check
{
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input
{
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label
{
    color: #6c757d;
}
.form-check-label
{
    margin-bottom: 0;
}
.form-check-inline
{
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input
{
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.valid-feedback
{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem;
}
.form-row>.col>.valid-tooltip, .form-row>[class*="col-"]>.valid-tooltip
{
    left: 5px;
}
.was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip
{
    display: block;
}
.was-validated .form-control:valid, .form-control.is-valid
{
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus
{
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid
{
    padding-right: 3rem!important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid
{
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid
{
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus
{
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label
{
    color: #28a745;
}
.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip
{
    display: block;
}
.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label
{
    color: #28a745;
}
.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before
{
    border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before
{
    border-color: #34ce57;
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before
{
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before
{
    border-color: #28a745;
}
.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label
{
    border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label
{
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.invalid-feedback
{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
}
.form-row>.col>.invalid-tooltip, .form-row>[class*="col-"]>.invalid-tooltip
{
    left: 5px;
}
.was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip
{
    display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid
{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus
{
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid
{
    padding-right: 3rem!important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid
{
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid
{
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem)!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus
{
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label
{
    color: #dc3545;
}
.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip
{
    display: block;
}
.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label
{
    color: #dc3545;
}
.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before
{
    border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before
{
    border-color: #e4606d;
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before
{
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before
{
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label
{
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label
{
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.form-inline
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check
{
    width: 100%;
}
@media(min-width: 576px)
{
    .form-inline label
    {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group
    {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext
    {
        display: inline-block;
    }
    .form-inline .input-group, .form-inline .custom-select
    {
        width: auto;
    }
    .form-inline .form-check
    {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input
    {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }
    .form-inline .custom-control
    {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label
    {
        margin-bottom: 0;
    }
}
.contact-form-row
{
    --form-gutter: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(0px - var(--form-gutter));
}
.contact-form-row .form-group
{
    -ms-flex: 0 0 calc(100% - var(--form-gutter));
    flex: 0 0 calc(100% - var(--form-gutter));
    max-width: calc(100% - var(--form-gutter));
    width: 100%;
}
.contact-form-row [class*="form-col-"]
{
    width: calc(100% - var(--form-gutter));
    flex: 0 0 calc(100% - var(--form-gutter));
    margin-right: var(--form-gutter);
    margin-bottom: var(--form-gutter);
}
.contact-form-row .form-col-1-2
{
    width: calc(50% - var(--form-gutter));
    flex: 0 0 calc(50% - var(--form-gutter));
}
@media(min-width: 768px)
{
    .contact-form-row .form-col-1-3
    {
        width: calc(33.33% - var(--form-gutter));
        flex: 0 0 calc(33.33% - var(--form-gutter));
    }
    .contact-form-row .form-col-1-4
    {
        width: calc(25% - var(--form-gutter));
        flex: 0 0 calc(25% - var(--form-gutter));
    }
}
@media(max-width: 767.98px)
{
    .contact-form-row .form-col-1-4
    {
        width: calc(50% - var(--form-gutter));
        flex: 0 0 calc(50% - var(--form-gutter));
    }
}
.btn
{
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .btn
    {
        transition: none;
    }
}
.btn:hover
{
    color: #495057;
    text-decoration: none;
}
.btn:focus, .btn.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.25);
}
.btn.disabled, .btn:disabled
{
    opacity: .65;
}
.btn:not(:disabled):not(.disabled)
{
    cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn
{
    pointer-events: none;
}
.btn-primary
{
    color: #fff;
    background-color: #0c5adb;
    border-color: #0c5adb;
}
.btn-primary:hover
{
    color: #fff;
    background-color: #0a4bb7;
    border-color: #0946ab;
}
.btn-primary:focus, .btn-primary.focus
{
    color: #fff;
    background-color: #0a4bb7;
    border-color: #0946ab;
    box-shadow: 0 0 0 .2rem rgba(48,115,224,.5);
}
.btn-primary.disabled, .btn-primary:disabled
{
    color: #fff;
    background-color: #0c5adb;
    border-color: #0c5adb;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle
{
    color: #fff;
    background-color: #0946ab;
    border-color: #09419f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(48,115,224,.5);
}
.btn-secondary
{
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-secondary:hover
{
    color: #fff;
    background-color: #2384c6;
    border-color: #217dbb;
}
.btn-secondary:focus, .btn-secondary.focus
{
    color: #fff;
    background-color: #2384c6;
    border-color: #217dbb;
    box-shadow: 0 0 0 .2rem rgba(82,167,224,.5);
}
.btn-secondary.disabled, .btn-secondary:disabled
{
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle
{
    color: #fff;
    background-color: #217dbb;
    border-color: #1f76b0;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(82,167,224,.5);
}
.btn-success
{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover
{
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus
{
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}
.btn-success.disabled, .btn-success:disabled
{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle
{
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}
.btn-info
{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover
{
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus
{
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}
.btn-info.disabled, .btn-info:disabled
{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle
{
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}
.btn-warning
{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover
{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus
{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}
.btn-warning.disabled, .btn-warning:disabled
{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle
{
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
}
.btn-danger
{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover
{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus
{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}
.btn-danger.disabled, .btn-danger:disabled
{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle
{
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}
.btn-light
{
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover
{
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus
{
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}
.btn-light.disabled, .btn-light:disabled
{
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle
{
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}
.btn-white
{
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover
{
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus
{
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 .2rem rgba(222,222,223,.5);
}
.btn-white.disabled, .btn-white:disabled
{
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle
{
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show>.btn-white.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(222,222,223,.5);
}
.btn-dark
{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover
{
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus
{
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}
.btn-dark.disabled, .btn-dark:disabled
{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle
{
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}
.btn-outline-primary
{
    color: #0c5adb;
    border-color: #0c5adb;
}
.btn-outline-primary:hover
{
    color: #fff;
    background-color: #0c5adb;
    border-color: #0c5adb;
}
.btn-outline-primary:focus, .btn-outline-primary.focus
{
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled
{
    color: #0c5adb;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle
{
    color: #fff;
    background-color: #0c5adb;
    border-color: #0c5adb;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.5);
}
.btn-outline-secondary
{
    color: #3498db;
    border-color: #3498db;
}
.btn-outline-secondary:hover
{
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus
{
    box-shadow: 0 0 0 .2rem rgba(52,152,219,.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled
{
    color: #3498db;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle
{
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(52,152,219,.5);
}
.btn-outline-success
{
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover
{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus
{
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled
{
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle
{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}
.btn-outline-info
{
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover
{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus
{
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled
{
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle
{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.btn-outline-warning
{
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover
{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus
{
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled
{
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle
{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}
.btn-outline-danger
{
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover
{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus
{
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled
{
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle
{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}
.btn-outline-light
{
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover
{
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus
{
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled
{
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle
{
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}
.btn-outline-white
{
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover
{
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus
{
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled
{
    color: #fff;
    background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle
{
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-white.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
}
.btn-outline-dark
{
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover
{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus
{
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled
{
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle
{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.btn-link
{
    font-weight: 400;
    color: #0c5adb;
    text-decoration: none;
}
.btn-link:hover
{
    color: #083c92;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus
{
    text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled
{
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .btn-group-lg>.btn
{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-sm, .btn-group-sm>.btn
{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-block
{
    display: block;
    width: 100%;
}
.btn-block+.btn-block
{
    margin-top: .5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block
{
    width: 100%;
}
.fade
{
    transition: opacity .15s linear;
}
.fade:not(.show)
{
    opacity: 0;
}
.collapse:not(.show)
{
    display: none;
}
.collapsing
{
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
/*! -- Stack Animations -- */
@keyframes fadeInUp
{
    from
    {
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    to
    {
        opacity: 1;
        transform: translate3d(0,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@-webkit-keyframes fadeInUp
{
    from
    {
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    to
    {
        opacity: 1;
        transform: translate3d(0,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@keyframes fadeInDown
{
    from
    {
        opacity: 0;
        transform: translate3d(0,-100px,0);
    }
    to
    {
        opacity: 1;
        transform: translate3d(0,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@-webkit-keyframes fadeInDown
{
    from
    {
        opacity: 0;
        transform: translate3d(0,-100px,0);
    }
    to
    {
        opacity: 1;
        transform: translate3d(0,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@keyframes fadeOutUp
{
    from
    {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(0,-50px,0);
        -webkit-font-smoothing: antialiased;
    }
}
@-webkit-keyframes fadeOutUp
{
    from
    {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(0,-50px,0);
        -webkit-font-smoothing: antialiased;
    }
}
@keyframes fadeOutRight
{
    from
    {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(50px,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@-webkit-keyframes fadeOutRight
{
    from
    {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(50px,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        transform: translate3d(-50px,0,0);
    }
    to
    {
        opacity: 1;
        transform: translate3d(0,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@-webkit-keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        transform: translate3d(-50px,0,0);
    }
    to
    {
        opacity: 1;
        transform: translate3d(0,0,0);
        -webkit-font-smoothing: antialiased;
    }
}
@keyframes pulse
{
    0%
    {
        opacity: 0;
        transform: scale(1);
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        transform: scale(2);
    }
}
@-webkit-keyframes pulse
{
    0%
    {
        opacity: 0;
        transform: scale(1);
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        transform: scale(2);
    }
}
@keyframes kenBurns
{
    0%
    {
        transform: scale(1);
    }
    100%
    {
        transform: scale(1.1);
    }
}
@-webkit-keyframes kenBurns
{
    0%
    {
        transform: scale(1);
    }
    100%
    {
        transform: scale(1.1);
    }
}
.btn-group, .btn-group-vertical
{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group>.btn, .btn-group-vertical>.btn
{
    position: relative;
    flex: 1 1 auto;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover
{
    z-index: 1;
}
.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active
{
    z-index: 1;
}
.btn-toolbar
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group
{
    width: auto;
}
.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)
{
    margin-left: -1px;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split
{
    padding-right: .5625rem;
    padding-left: .5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after
{
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before
{
    margin-right: 0;
}
.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split
{
    padding-right: .375rem;
    padding-left: .375rem;
}
.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split
{
    padding-right: .75rem;
    padding-left: .75rem;
}
.btn-group-vertical
{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group
{
    width: 100%;
}
.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)
{
    margin-top: -1px;
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn
{
    margin-bottom: 0;
}
.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"]
{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.input-group
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file
{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .input-group>.form-control+.custom-file, .input-group>.form-control-plaintext+.form-control, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.custom-file, .input-group>.custom-select+.form-control, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file
{
    margin-left: -1px;
}
.input-group>.form-control:focus, .input-group>.custom-select:focus, .input-group>.custom-file .custom-file-input:focus~.custom-file-label
{
    z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus
{
    z-index: 4;
}
.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file
{
    display: flex;
    align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation)>.form-control:not(:last-child), .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation>.form-control:nth-last-child(n+3), .input-group.has-validation>.custom-select:nth-last-child(n+3), .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend, .input-group-append
{
    display: flex;
}
.input-group-prepend .btn, .input-group-append .btn
{
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus
{
    z-index: 3;
}
.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn
{
    margin-left: -1px;
}
.input-group-prepend
{
    margin-right: -1px;
}
.input-group-append
{
    margin-left: -1px;
}
.input-group-text
{
    display: flex;
    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"], .input-group-text input[type="checkbox"]
{
    margin-top: 0;
}
.input-group-lg>.form-control:not(textarea), .input-group-lg>.custom-select
{
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.form-control, .input-group-lg>.custom-select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn
{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.input-group-sm>.form-control:not(textarea), .input-group-sm>.custom-select
{
    height: calc(1.5em + .5rem + 2px);
}
.input-group-sm>.form-control, .input-group-sm>.custom-select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn
{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select
{
    padding-right: 1.75rem;
}
.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control
{
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}
.custom-control-inline
{
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input
{
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked~.custom-control-label::before
{
    color: #fff;
    border-color: #0c5adb;
    background-color: #0c5adb;
}
.custom-control-input:focus~.custom-control-label::before
{
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.25);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before
{
    border-color: #6fa3f7;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before
{
    color: #fff;
    background-color: #a0c2fa;
    border-color: #a0c2fa;
}
.custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label
{
    color: #6c757d;
}
.custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before
{
    background-color: #e9ecef;
}
.custom-control-label
{
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::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::after
{
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before
{
    border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before
{
    border-color: #0c5adb;
    background-color: #0c5adb;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before
{
    background-color: rgba(12,90,219,.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before
{
    background-color: rgba(12,90,219,.5);
}
.custom-radio .custom-control-label::before
{
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before
{
    background-color: rgba(12,90,219,.5);
}
.custom-switch
{
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before
{
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-switch .custom-control-label::after
{
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .custom-switch .custom-control-label::after
    {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked~.custom-control-label::after
{
    background-color: #fff;
    transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before
{
    background-color: rgba(12,90,219,.5);
}
.custom-select
{
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none;
}
.custom-select:focus
{
    border-color: #6fa3f7;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.25);
}
.custom-select:focus::-ms-value
{
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"])
{
    height: auto;
    padding-right: .75rem;
    background-image: none;
}
.custom-select:disabled
{
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand
{
    display: none;
}
.custom-select:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm
{
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}
.custom-select-lg
{
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input
{
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus~.custom-file-label
{
    border-color: #6fa3f7;
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.25);
}
.custom-file-input[disabled]~.custom-file-label, .custom-file-input:disabled~.custom-file-label
{
    background-color: #e9ecef;
}
.custom-file-input:lang(en)~.custom-file-label::after
{
    content: "Browse";
}
.custom-file-input~.custom-file-label[data-browse]::after
{
    content: attr(data-browse);
}
.custom-file-label
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.custom-range
{
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus
{
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb
{
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(12,90,219,.25);
}
.custom-range:focus::-moz-range-thumb
{
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(12,90,219,.25);
}
.custom-range:focus::-ms-thumb
{
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(12,90,219,.25);
}
.custom-range::-moz-focus-outer
{
    border: 0;
}
.custom-range::-webkit-slider-thumb
{
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0c5adb;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}
@media(prefers-reduced-motion: reduce)
{
    .custom-range::-webkit-slider-thumb
    {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active
{
    background-color: #a0c2fa;
}
.custom-range::-webkit-slider-runnable-track
{
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb
{
    width: 1rem;
    height: 1rem;
    background-color: #0c5adb;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}
@media(prefers-reduced-motion: reduce)
{
    .custom-range::-moz-range-thumb
    {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active
{
    background-color: #a0c2fa;
}
.custom-range::-moz-range-track
{
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb
{
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #0c5adb;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}
@media(prefers-reduced-motion: reduce)
{
    .custom-range::-ms-thumb
    {
        transition: none;
    }
}
.custom-range::-ms-thumb:active
{
    background-color: #a0c2fa;
}
.custom-range::-ms-track
{
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}
.custom-range::-ms-fill-lower
{
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper
{
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb
{
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track
{
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb
{
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track
{
    cursor: default;
}
.custom-range:disabled::-ms-thumb
{
    background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select
{
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .custom-control-label::before, .custom-file-label, .custom-select
    {
        transition: none;
    }
}
.badge
{
    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;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .badge
    {
        transition: none;
    }
}
a.badge:hover, a.badge:focus
{
    text-decoration: none;
}
.badge:empty
{
    display: none;
}
.btn .badge
{
    position: relative;
    top: -1px;
}
.badge-pill
{
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge-primary
{
    color: #fff;
    background-color: #0c5adb;
}
a.badge-primary:hover, a.badge-primary:focus
{
    color: #fff;
    background-color: #0946ab;
}
a.badge-primary:focus, a.badge-primary.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(12,90,219,.5);
}
.badge-secondary
{
    color: #fff;
    background-color: #3498db;
}
a.badge-secondary:hover, a.badge-secondary:focus
{
    color: #fff;
    background-color: #217dbb;
}
a.badge-secondary:focus, a.badge-secondary.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,152,219,.5);
}
.badge-success
{
    color: #fff;
    background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus
{
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}
.badge-info
{
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus
{
    color: #fff;
    background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.badge-warning
{
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus
{
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}
.badge-danger
{
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus
{
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}
.badge-light
{
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus
{
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}
.badge-white
{
    color: #212529;
    background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus
{
    color: #212529;
    background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
}
.badge-dark
{
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus
{
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.alert
{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-heading
{
    color: inherit;
}
.alert-link
{
    font-weight: 700;
}
.alert-dismissible
{
    padding-right: 4rem;
}
.alert-dismissible .close
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert-primary
{
    color: #184184;
    background-color: #cedef8;
    border-color: #bbd1f5;
}
.alert-primary hr
{
    border-top-color: #a5c2f2;
}
.alert-primary .alert-link
{
    color: #102c59;
}
.alert-secondary
{
    color: #2d6184;
    background-color: #d6eaf8;
    border-color: #c6e2f5;
}
.alert-secondary hr
{
    border-top-color: #b0d7f1;
}
.alert-secondary .alert-link
{
    color: #20455e;
}
.alert-success
{
    color: #276936;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr
{
    border-top-color: #b1dfbb;
}
.alert-success .alert-link
{
    color: #194423;
}
.alert-info
{
    color: #1e6671;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr
{
    border-top-color: #abdde5;
}
.alert-info .alert-link
{
    color: #134249;
}
.alert-warning
{
    color: #967615;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr
{
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link
{
    color: #69530f;
}
.alert-danger
{
    color: #842d36;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr
{
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link
{
    color: #5e2026;
}
.alert-light
{
    color: #939394;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr
{
    border-top-color: #ececf6;
}
.alert-light .alert-link
{
    color: #79797b;
}
.alert-white
{
    color: #969696;
    background-color: #fff;
    border-color: #fff;
}
.alert-white hr
{
    border-top-color: #f2f2f2;
}
.alert-white .alert-link
{
    color: #7d7d7d;
}
.alert-dark
{
    color: #2d3033;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr
{
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link
{
    color: #151718;
}
@keyframes progress-bar-stripes
{
    from
    {
        background-position: 1rem 0;
    }
    to
    {
        background-position: 0 0;
    }
}
.progress
{
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0c5adb;
    transition: width .6s ease;
}
@media(prefers-reduced-motion: reduce)
{
    .progress-bar
    {
        transition: none;
    }
}
.progress-bar-striped
{
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated
{
    animation: 1s linear infinite progress-bar-stripes;
}
@media(prefers-reduced-motion: reduce)
{
    .progress-bar-animated
    {
        animation: none;
    }
}
.media
{
    display: flex;
    align-items: flex-start;
}
.media-body
{
    flex: 1;
}
.close
{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #252525;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover
{
    color: #252525;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus
{
    opacity: .75;
}
button.close
{
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled
{
    pointer-events: none;
}
.modal-open
{
    overflow: hidden;
}
.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}
.modal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog
{
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog
{
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}
@media(prefers-reduced-motion: reduce)
{
    .modal.fade .modal-dialog
    {
        transition: none;
    }
}
.modal.show .modal-dialog
{
    transform: none;
}
.modal.modal-static .modal-dialog
{
    transform: scale(1.02);
}
.modal-dialog-scrollable
{
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content
{
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer
{
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body
{
    overflow-y: auto;
}
.modal-dialog-centered
{
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before
{
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable
{
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content
{
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before
{
    content: none;
}
.modal-content
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(37,37,37,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-backdrop
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #252525;
}
.modal-backdrop.fade
{
    opacity: 0;
}
.modal-backdrop.show
{
    opacity: .5;
}
.modal-header
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .close
{
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title
{
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body
{
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer>*
{
    margin: .25rem;
}
.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media(min-width: 576px)
{
    .modal-dialog
    {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable
    {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content
    {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered
    {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before
    {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
    .modal-sm
    {
        max-width: 300px;
    }
}
@media(min-width: 992px)
{
    .modal-lg, .modal-xl
    {
        max-width: 800px;
    }
}
@media(min-width: 1200px)
{
    .modal-xl
    {
        max-width: 1140px;
    }
}
@keyframes spinner-border
{
    to
    {
        transform: rotate(360deg);
    }
}
.spinner-border
{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}
.spinner-border-sm
{
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
@keyframes spinner-grow
{
    0%
    {
        transform: scale(0);
    }
    50%
    {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow
{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm
{
    width: 1rem;
    height: 1rem;
}
@media(prefers-reduced-motion: reduce)
{
    .spinner-border, .spinner-grow
    {
        animation-duration: 1.5s;
    }
}
.align-baseline
{
    vertical-align: baseline!important;
}
.align-top
{
    vertical-align: top!important;
}
.align-middle
{
    vertical-align: middle!important;
}
.align-bottom
{
    vertical-align: bottom!important;
}
.align-text-bottom
{
    vertical-align: text-bottom!important;
}
.align-text-top
{
    vertical-align: text-top!important;
}
.bg-primary
{
    background-color: #0c5adb!important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus
{
    background-color: #0946ab!important;
}
.bg-secondary
{
    background-color: #3498db!important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus
{
    background-color: #217dbb!important;
}
.bg-success
{
    background-color: #28a745!important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus
{
    background-color: #1e7e34!important;
}
.bg-info
{
    background-color: #17a2b8!important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus
{
    background-color: #117a8b!important;
}
.bg-warning
{
    background-color: #ffc107!important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus
{
    background-color: #d39e00!important;
}
.bg-danger
{
    background-color: #dc3545!important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus
{
    background-color: #bd2130!important;
}
.bg-light
{
    background-color: #f8f9fa!important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus
{
    background-color: #dae0e5!important;
}
.bg-white
{
    background-color: #fff!important;
}
a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus
{
    background-color: #e6e6e6!important;
}
.bg-dark
{
    background-color: #343a40!important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus
{
    background-color: #1d2124!important;
}
.bg-white
{
    background-color: #fff!important;
}
.bg-transparent
{
    background-color: transparent!important;
}
.border
{
    border: 1px solid #dee2e6!important;
}
.border-top
{
    border-top: 1px solid #dee2e6!important;
}
.border-right
{
    border-right: 1px solid #dee2e6!important;
}
.border-bottom
{
    border-bottom: 1px solid #dee2e6!important;
}
.border-left
{
    border-left: 1px solid #dee2e6!important;
}
.border-0
{
    border: 0!important;
}
.border-top-0
{
    border-top: 0!important;
}
.border-right-0
{
    border-right: 0!important;
}
.border-bottom-0
{
    border-bottom: 0!important;
}
.border-left-0
{
    border-left: 0!important;
}
.border-primary
{
    border-color: #0c5adb!important;
}
.border-secondary
{
    border-color: #3498db!important;
}
.border-success
{
    border-color: #28a745!important;
}
.border-info
{
    border-color: #17a2b8!important;
}
.border-warning
{
    border-color: #ffc107!important;
}
.border-danger
{
    border-color: #dc3545!important;
}
.border-light
{
    border-color: #f8f9fa!important;
}
.border-white
{
    border-color: #fff!important;
}
.border-dark
{
    border-color: #343a40!important;
}
.border-white
{
    border-color: #fff!important;
}
.rounded-sm
{
    border-radius: .2rem!important;
}
.rounded
{
    border-radius: .25rem!important;
}
.rounded-top
{
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}
.rounded-right
{
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.rounded-bottom
{
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.rounded-left
{
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.rounded-lg
{
    border-radius: .3rem!important;
}
.rounded-circle
{
    border-radius: 50%!important;
}
.rounded-pill
{
    border-radius: 50rem!important;
}
.rounded-0
{
    border-radius: 0!important;
}
.clearfix::after
{
    display: block;
    clear: both;
    content: "";
}
.d-none
{
    display: none!important;
}
.d-inline
{
    display: inline!important;
}
.d-inline-block
{
    display: inline-block!important;
}
.d-block
{
    display: block!important;
}
.d-table
{
    display: table!important;
}
.d-table-row
{
    display: table-row!important;
}
.d-table-cell
{
    display: table-cell!important;
}
.d-flex
{
    display: flex!important;
}
.d-inline-flex
{
    display: inline-flex!important;
}
@media(min-width: 576px)
{
    .d-sm-none
    {
        display: none!important;
    }
    .d-sm-inline
    {
        display: inline!important;
    }
    .d-sm-inline-block
    {
        display: inline-block!important;
    }
    .d-sm-block
    {
        display: block!important;
    }
    .d-sm-table
    {
        display: table!important;
    }
    .d-sm-table-row
    {
        display: table-row!important;
    }
    .d-sm-table-cell
    {
        display: table-cell!important;
    }
    .d-sm-flex
    {
        display: flex!important;
    }
    .d-sm-inline-flex
    {
        display: inline-flex!important;
    }
}
@media(min-width: 768px)
{
    .d-md-none
    {
        display: none!important;
    }
    .d-md-inline
    {
        display: inline!important;
    }
    .d-md-inline-block
    {
        display: inline-block!important;
    }
    .d-md-block
    {
        display: block!important;
    }
    .d-md-table
    {
        display: table!important;
    }
    .d-md-table-row
    {
        display: table-row!important;
    }
    .d-md-table-cell
    {
        display: table-cell!important;
    }
    .d-md-flex
    {
        display: flex!important;
    }
    .d-md-inline-flex
    {
        display: inline-flex!important;
    }
}
@media(min-width: 992px)
{
    .d-lg-none
    {
        display: none!important;
    }
    .d-lg-inline
    {
        display: inline!important;
    }
    .d-lg-inline-block
    {
        display: inline-block!important;
    }
    .d-lg-block
    {
        display: block!important;
    }
    .d-lg-table
    {
        display: table!important;
    }
    .d-lg-table-row
    {
        display: table-row!important;
    }
    .d-lg-table-cell
    {
        display: table-cell!important;
    }
    .d-lg-flex
    {
        display: flex!important;
    }
    .d-lg-inline-flex
    {
        display: inline-flex!important;
    }
}
@media(min-width: 1200px)
{
    .d-xl-none
    {
        display: none!important;
    }
    .d-xl-inline
    {
        display: inline!important;
    }
    .d-xl-inline-block
    {
        display: inline-block!important;
    }
    .d-xl-block
    {
        display: block!important;
    }
    .d-xl-table
    {
        display: table!important;
    }
    .d-xl-table-row
    {
        display: table-row!important;
    }
    .d-xl-table-cell
    {
        display: table-cell!important;
    }
    .d-xl-flex
    {
        display: flex!important;
    }
    .d-xl-inline-flex
    {
        display: inline-flex!important;
    }
}
@media(min-width: 1380px)
{
    .d-mxl-none
    {
        display: none!important;
    }
    .d-mxl-inline
    {
        display: inline!important;
    }
    .d-mxl-inline-block
    {
        display: inline-block!important;
    }
    .d-mxl-block
    {
        display: block!important;
    }
    .d-mxl-table
    {
        display: table!important;
    }
    .d-mxl-table-row
    {
        display: table-row!important;
    }
    .d-mxl-table-cell
    {
        display: table-cell!important;
    }
    .d-mxl-flex
    {
        display: flex!important;
    }
    .d-mxl-inline-flex
    {
        display: inline-flex!important;
    }
}
@media print
{
    .d-print-none
    {
        display: none!important;
    }
    .d-print-inline
    {
        display: inline!important;
    }
    .d-print-inline-block
    {
        display: inline-block!important;
    }
    .d-print-block
    {
        display: block!important;
    }
    .d-print-table
    {
        display: table!important;
    }
    .d-print-table-row
    {
        display: table-row!important;
    }
    .d-print-table-cell
    {
        display: table-cell!important;
    }
    .d-print-flex
    {
        display: flex!important;
    }
    .d-print-inline-flex
    {
        display: inline-flex!important;
    }
}
.ratio
{
    --bbc-ratio: calc((var(--bbc-ratio-h) / var(--bbc-ratio-w)) * 100%);
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.ratio::before
{
    display: block;
    content: "";
    padding-top: var(--bbc-ratio);
}
.ratio .ratio-item, .ratio iframe, .ratio embed, .ratio object, .ratio video
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.ratio-21x9
{
    --bbc-ratio: 42.8571428571%;
}
.ratio-16x10
{
    --bbc-ratio: 62.5%;
}
.ratio-16x9
{
    --bbc-ratio: 56.25%;
}
.ratio-4x3
{
    --bbc-ratio: 75%;
}
.ratio-3x4
{
    --bbc-ratio: 133.3333333333%;
}
.ratio-3x2
{
    --bbc-ratio: 66.6666666667%;
}
.ratio-2x1
{
    --bbc-ratio: 50%;
}
.ratio-1x2
{
    --bbc-ratio: 200%;
}
.ratio-1x1
{
    --bbc-ratio: 100%;
}
.flex-row
{
    flex-direction: row!important;
}
.flex-column
{
    flex-direction: column!important;
}
.flex-row-reverse
{
    flex-direction: row-reverse!important;
}
.flex-column-reverse
{
    flex-direction: column-reverse!important;
}
.flex-wrap
{
    flex-wrap: wrap!important;
}
.flex-nowrap
{
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse
{
    flex-wrap: wrap-reverse!important;
}
.flex-fill
{
    flex: 1 1 auto!important;
}
.flex-grow-0
{
    flex-grow: 0!important;
}
.flex-grow-1
{
    flex-grow: 1!important;
}
.flex-shrink-0
{
    flex-shrink: 0!important;
}
.flex-shrink-1
{
    flex-shrink: 1!important;
}
.justify-content-start
{
    justify-content: flex-start!important;
}
.justify-content-end
{
    justify-content: flex-end!important;
}
.justify-content-center
{
    justify-content: center!important;
}
.justify-content-between
{
    justify-content: space-between!important;
}
.justify-content-around
{
    justify-content: space-around!important;
}
.align-items-start
{
    align-items: flex-start!important;
}
.align-items-end
{
    align-items: flex-end!important;
}
.align-items-center
{
    align-items: center!important;
}
.align-items-baseline
{
    align-items: baseline!important;
}
.align-items-stretch
{
    align-items: stretch!important;
}
.align-content-start
{
    align-content: flex-start!important;
}
.align-content-end
{
    align-content: flex-end!important;
}
.align-content-center
{
    align-content: center!important;
}
.align-content-between
{
    align-content: space-between!important;
}
.align-content-around
{
    align-content: space-around!important;
}
.align-content-stretch
{
    align-content: stretch!important;
}
.align-self-auto
{
    align-self: auto!important;
}
.align-self-start
{
    align-self: flex-start!important;
}
.align-self-end
{
    align-self: flex-end!important;
}
.align-self-center
{
    align-self: center!important;
}
.align-self-baseline
{
    align-self: baseline!important;
}
.align-self-stretch
{
    align-self: stretch!important;
}
@media(min-width: 576px)
{
    .flex-sm-row
    {
        flex-direction: row!important;
    }
    .flex-sm-column
    {
        flex-direction: column!important;
    }
    .flex-sm-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-sm-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-sm-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-sm-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-sm-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .flex-sm-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-sm-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-sm-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-sm-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-sm-shrink-1
    {
        flex-shrink: 1!important;
    }
    .justify-content-sm-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-sm-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-sm-center
    {
        justify-content: center!important;
    }
    .justify-content-sm-between
    {
        justify-content: space-between!important;
    }
    .justify-content-sm-around
    {
        justify-content: space-around!important;
    }
    .align-items-sm-start
    {
        align-items: flex-start!important;
    }
    .align-items-sm-end
    {
        align-items: flex-end!important;
    }
    .align-items-sm-center
    {
        align-items: center!important;
    }
    .align-items-sm-baseline
    {
        align-items: baseline!important;
    }
    .align-items-sm-stretch
    {
        align-items: stretch!important;
    }
    .align-content-sm-start
    {
        align-content: flex-start!important;
    }
    .align-content-sm-end
    {
        align-content: flex-end!important;
    }
    .align-content-sm-center
    {
        align-content: center!important;
    }
    .align-content-sm-between
    {
        align-content: space-between!important;
    }
    .align-content-sm-around
    {
        align-content: space-around!important;
    }
    .align-content-sm-stretch
    {
        align-content: stretch!important;
    }
    .align-self-sm-auto
    {
        align-self: auto!important;
    }
    .align-self-sm-start
    {
        align-self: flex-start!important;
    }
    .align-self-sm-end
    {
        align-self: flex-end!important;
    }
    .align-self-sm-center
    {
        align-self: center!important;
    }
    .align-self-sm-baseline
    {
        align-self: baseline!important;
    }
    .align-self-sm-stretch
    {
        align-self: stretch!important;
    }
}
@media(min-width: 768px)
{
    .flex-md-row
    {
        flex-direction: row!important;
    }
    .flex-md-column
    {
        flex-direction: column!important;
    }
    .flex-md-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-md-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-md-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-md-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-md-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .flex-md-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-md-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-md-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-md-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-md-shrink-1
    {
        flex-shrink: 1!important;
    }
    .justify-content-md-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-md-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-md-center
    {
        justify-content: center!important;
    }
    .justify-content-md-between
    {
        justify-content: space-between!important;
    }
    .justify-content-md-around
    {
        justify-content: space-around!important;
    }
    .align-items-md-start
    {
        align-items: flex-start!important;
    }
    .align-items-md-end
    {
        align-items: flex-end!important;
    }
    .align-items-md-center
    {
        align-items: center!important;
    }
    .align-items-md-baseline
    {
        align-items: baseline!important;
    }
    .align-items-md-stretch
    {
        align-items: stretch!important;
    }
    .align-content-md-start
    {
        align-content: flex-start!important;
    }
    .align-content-md-end
    {
        align-content: flex-end!important;
    }
    .align-content-md-center
    {
        align-content: center!important;
    }
    .align-content-md-between
    {
        align-content: space-between!important;
    }
    .align-content-md-around
    {
        align-content: space-around!important;
    }
    .align-content-md-stretch
    {
        align-content: stretch!important;
    }
    .align-self-md-auto
    {
        align-self: auto!important;
    }
    .align-self-md-start
    {
        align-self: flex-start!important;
    }
    .align-self-md-end
    {
        align-self: flex-end!important;
    }
    .align-self-md-center
    {
        align-self: center!important;
    }
    .align-self-md-baseline
    {
        align-self: baseline!important;
    }
    .align-self-md-stretch
    {
        align-self: stretch!important;
    }
}
@media(min-width: 992px)
{
    .flex-lg-row
    {
        flex-direction: row!important;
    }
    .flex-lg-column
    {
        flex-direction: column!important;
    }
    .flex-lg-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-lg-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-lg-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-lg-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-lg-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .flex-lg-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-lg-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-lg-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-lg-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-lg-shrink-1
    {
        flex-shrink: 1!important;
    }
    .justify-content-lg-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-lg-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-lg-center
    {
        justify-content: center!important;
    }
    .justify-content-lg-between
    {
        justify-content: space-between!important;
    }
    .justify-content-lg-around
    {
        justify-content: space-around!important;
    }
    .align-items-lg-start
    {
        align-items: flex-start!important;
    }
    .align-items-lg-end
    {
        align-items: flex-end!important;
    }
    .align-items-lg-center
    {
        align-items: center!important;
    }
    .align-items-lg-baseline
    {
        align-items: baseline!important;
    }
    .align-items-lg-stretch
    {
        align-items: stretch!important;
    }
    .align-content-lg-start
    {
        align-content: flex-start!important;
    }
    .align-content-lg-end
    {
        align-content: flex-end!important;
    }
    .align-content-lg-center
    {
        align-content: center!important;
    }
    .align-content-lg-between
    {
        align-content: space-between!important;
    }
    .align-content-lg-around
    {
        align-content: space-around!important;
    }
    .align-content-lg-stretch
    {
        align-content: stretch!important;
    }
    .align-self-lg-auto
    {
        align-self: auto!important;
    }
    .align-self-lg-start
    {
        align-self: flex-start!important;
    }
    .align-self-lg-end
    {
        align-self: flex-end!important;
    }
    .align-self-lg-center
    {
        align-self: center!important;
    }
    .align-self-lg-baseline
    {
        align-self: baseline!important;
    }
    .align-self-lg-stretch
    {
        align-self: stretch!important;
    }
}
@media(min-width: 1200px)
{
    .flex-xl-row
    {
        flex-direction: row!important;
    }
    .flex-xl-column
    {
        flex-direction: column!important;
    }
    .flex-xl-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-xl-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-xl-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-xl-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-xl-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .flex-xl-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-xl-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-xl-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-xl-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-xl-shrink-1
    {
        flex-shrink: 1!important;
    }
    .justify-content-xl-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-xl-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-xl-center
    {
        justify-content: center!important;
    }
    .justify-content-xl-between
    {
        justify-content: space-between!important;
    }
    .justify-content-xl-around
    {
        justify-content: space-around!important;
    }
    .align-items-xl-start
    {
        align-items: flex-start!important;
    }
    .align-items-xl-end
    {
        align-items: flex-end!important;
    }
    .align-items-xl-center
    {
        align-items: center!important;
    }
    .align-items-xl-baseline
    {
        align-items: baseline!important;
    }
    .align-items-xl-stretch
    {
        align-items: stretch!important;
    }
    .align-content-xl-start
    {
        align-content: flex-start!important;
    }
    .align-content-xl-end
    {
        align-content: flex-end!important;
    }
    .align-content-xl-center
    {
        align-content: center!important;
    }
    .align-content-xl-between
    {
        align-content: space-between!important;
    }
    .align-content-xl-around
    {
        align-content: space-around!important;
    }
    .align-content-xl-stretch
    {
        align-content: stretch!important;
    }
    .align-self-xl-auto
    {
        align-self: auto!important;
    }
    .align-self-xl-start
    {
        align-self: flex-start!important;
    }
    .align-self-xl-end
    {
        align-self: flex-end!important;
    }
    .align-self-xl-center
    {
        align-self: center!important;
    }
    .align-self-xl-baseline
    {
        align-self: baseline!important;
    }
    .align-self-xl-stretch
    {
        align-self: stretch!important;
    }
}
@media(min-width: 1380px)
{
    .flex-mxl-row
    {
        flex-direction: row!important;
    }
    .flex-mxl-column
    {
        flex-direction: column!important;
    }
    .flex-mxl-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-mxl-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-mxl-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-mxl-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-mxl-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .flex-mxl-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-mxl-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-mxl-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-mxl-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-mxl-shrink-1
    {
        flex-shrink: 1!important;
    }
    .justify-content-mxl-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-mxl-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-mxl-center
    {
        justify-content: center!important;
    }
    .justify-content-mxl-between
    {
        justify-content: space-between!important;
    }
    .justify-content-mxl-around
    {
        justify-content: space-around!important;
    }
    .align-items-mxl-start
    {
        align-items: flex-start!important;
    }
    .align-items-mxl-end
    {
        align-items: flex-end!important;
    }
    .align-items-mxl-center
    {
        align-items: center!important;
    }
    .align-items-mxl-baseline
    {
        align-items: baseline!important;
    }
    .align-items-mxl-stretch
    {
        align-items: stretch!important;
    }
    .align-content-mxl-start
    {
        align-content: flex-start!important;
    }
    .align-content-mxl-end
    {
        align-content: flex-end!important;
    }
    .align-content-mxl-center
    {
        align-content: center!important;
    }
    .align-content-mxl-between
    {
        align-content: space-between!important;
    }
    .align-content-mxl-around
    {
        align-content: space-around!important;
    }
    .align-content-mxl-stretch
    {
        align-content: stretch!important;
    }
    .align-self-mxl-auto
    {
        align-self: auto!important;
    }
    .align-self-mxl-start
    {
        align-self: flex-start!important;
    }
    .align-self-mxl-end
    {
        align-self: flex-end!important;
    }
    .align-self-mxl-center
    {
        align-self: center!important;
    }
    .align-self-mxl-baseline
    {
        align-self: baseline!important;
    }
    .align-self-mxl-stretch
    {
        align-self: stretch!important;
    }
}
.float-left
{
    float: left!important;
}
.float-right
{
    float: right!important;
}
.float-none
{
    float: none!important;
}
@media(min-width: 576px)
{
    .float-sm-left
    {
        float: left!important;
    }
    .float-sm-right
    {
        float: right!important;
    }
    .float-sm-none
    {
        float: none!important;
    }
}
@media(min-width: 768px)
{
    .float-md-left
    {
        float: left!important;
    }
    .float-md-right
    {
        float: right!important;
    }
    .float-md-none
    {
        float: none!important;
    }
}
@media(min-width: 992px)
{
    .float-lg-left
    {
        float: left!important;
    }
    .float-lg-right
    {
        float: right!important;
    }
    .float-lg-none
    {
        float: none!important;
    }
}
@media(min-width: 1200px)
{
    .float-xl-left
    {
        float: left!important;
    }
    .float-xl-right
    {
        float: right!important;
    }
    .float-xl-none
    {
        float: none!important;
    }
}
@media(min-width: 1380px)
{
    .float-mxl-left
    {
        float: left!important;
    }
    .float-mxl-right
    {
        float: right!important;
    }
    .float-mxl-none
    {
        float: none!important;
    }
}
.user-select-all
{
    user-select: all!important;
}
.user-select-auto
{
    user-select: auto!important;
}
.user-select-none
{
    user-select: none!important;
}
.overflow-auto
{
    overflow: auto!important;
}
.overflow-hidden
{
    overflow: hidden!important;
}
.position-static, .static
{
    position: static!important;
}
.position-relative, .relative
{
    position: relative!important;
}
.position-absolute, .absolute
{
    position: absolute!important;
}
.position-fixed, .fixed
{
    position: fixed!important;
}
.position-sticky, .sticky
{
    position: sticky!important;
}
.fixed-top
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports(
position: sticky)
{
.sticky-top
{
    position: sticky;
    top: 0;
    z-index: 1020;
}
}
.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus
{
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm
{
    box-shadow: 0 .125rem .25rem rgba(37,37,37,.075)!important;
}
.shadow
{
    box-shadow: 0 .5rem 1rem rgba(37,37,37,.15)!important;
}
.shadow-lg
{
    box-shadow: 0 1rem 3rem rgba(37,37,37,.175)!important;
}
.shadow-none
{
    box-shadow: none!important;
}
.w-25
{
    width: 25%!important;
}
.w-50
{
    width: 50%!important;
}
.w-75
{
    width: 75%!important;
}
.w-100
{
    width: 100%!important;
}
.w-auto
{
    width: auto!important;
}
.h-25
{
    height: 25%!important;
}
.h-50
{
    height: 50%!important;
}
.h-75
{
    height: 75%!important;
}
.h-100
{
    height: 100%!important;
}
.h-auto
{
    height: auto!important;
}
.mw-100
{
    max-width: 100%!important;
}
.mh-100
{
    max-height: 100%!important;
}
.min-vw-100
{
    min-width: 100vw!important;
}
.min-vh-100
{
    min-height: 100vh!important;
}
.vw-100
{
    width: 100vw!important;
}
.vh-100
{
    height: 100vh!important;
}
.m-0
{
    margin: 0!important;
}
.mt-0, .my-0
{
    margin-top: 0!important;
}
.mr-0, .mx-0
{
    margin-right: 0!important;
}
.mb-0, .my-0
{
    margin-bottom: 0!important;
}
.ml-0, .mx-0
{
    margin-left: 0!important;
}
.m-1
{
    margin: .25rem!important;
}
.mt-1, .my-1
{
    margin-top: .25rem!important;
}
.mr-1, .mx-1
{
    margin-right: .25rem!important;
}
.mb-1, .my-1
{
    margin-bottom: .25rem!important;
}
.ml-1, .mx-1
{
    margin-left: .25rem!important;
}
.m-2
{
    margin: .5rem!important;
}
.mt-2, .my-2
{
    margin-top: .5rem!important;
}
.mr-2, .mx-2
{
    margin-right: .5rem!important;
}
.mb-2, .my-2
{
    margin-bottom: .5rem!important;
}
.ml-2, .mx-2
{
    margin-left: .5rem!important;
}
.m-3
{
    margin: 1rem!important;
}
.mt-3, .my-3
{
    margin-top: 1rem!important;
}
.mr-3, .mx-3
{
    margin-right: 1rem!important;
}
.mb-3, .my-3
{
    margin-bottom: 1rem!important;
}
.ml-3, .mx-3
{
    margin-left: 1rem!important;
}
.m-4
{
    margin: 1.5rem!important;
}
.mt-4, .my-4
{
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4
{
    margin-right: 1.5rem!important;
}
.mb-4, .my-4
{
    margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4
{
    margin-left: 1.5rem!important;
}
.m-5
{
    margin: 3rem!important;
}
.mt-5, .my-5
{
    margin-top: 3rem!important;
}
.mr-5, .mx-5
{
    margin-right: 3rem!important;
}
.mb-5, .my-5
{
    margin-bottom: 3rem!important;
}
.ml-5, .mx-5
{
    margin-left: 3rem!important;
}
.m-6
{
    margin: 4.5rem!important;
}
.mt-6, .my-6
{
    margin-top: 4.5rem!important;
}
.mr-6, .mx-6
{
    margin-right: 4.5rem!important;
}
.mb-6, .my-6
{
    margin-bottom: 4.5rem!important;
}
.ml-6, .mx-6
{
    margin-left: 4.5rem!important;
}
.m-7
{
    margin: 6rem!important;
}
.mt-7, .my-7
{
    margin-top: 6rem!important;
}
.mr-7, .mx-7
{
    margin-right: 6rem!important;
}
.mb-7, .my-7
{
    margin-bottom: 6rem!important;
}
.ml-7, .mx-7
{
    margin-left: 6rem!important;
}
.p-0
{
    padding: 0!important;
}
.pt-0, .py-0
{
    padding-top: 0!important;
}
.pr-0, .px-0
{
    padding-right: 0!important;
}
.pb-0, .py-0
{
    padding-bottom: 0!important;
}
.pl-0, .px-0
{
    padding-left: 0!important;
}
.p-1
{
    padding: .25rem!important;
}
.pt-1, .py-1
{
    padding-top: .25rem!important;
}
.pr-1, .px-1
{
    padding-right: .25rem!important;
}
.pb-1, .py-1
{
    padding-bottom: .25rem!important;
}
.pl-1, .px-1
{
    padding-left: .25rem!important;
}
.p-2
{
    padding: .5rem!important;
}
.pt-2, .py-2
{
    padding-top: .5rem!important;
}
.pr-2, .px-2
{
    padding-right: .5rem!important;
}
.pb-2, .py-2
{
    padding-bottom: .5rem!important;
}
.pl-2, .px-2
{
    padding-left: .5rem!important;
}
.p-3
{
    padding: 1rem!important;
}
.pt-3, .py-3
{
    padding-top: 1rem!important;
}
.pr-3, .px-3
{
    padding-right: 1rem!important;
}
.pb-3, .py-3
{
    padding-bottom: 1rem!important;
}
.pl-3, .px-3
{
    padding-left: 1rem!important;
}
.p-4
{
    padding: 1.5rem!important;
}
.pt-4, .py-4
{
    padding-top: 1.5rem!important;
}
.pr-4, .px-4
{
    padding-right: 1.5rem!important;
}
.pb-4, .py-4
{
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4
{
    padding-left: 1.5rem!important;
}
.p-5
{
    padding: 3rem!important;
}
.pt-5, .py-5
{
    padding-top: 3rem!important;
}
.pr-5, .px-5
{
    padding-right: 3rem!important;
}
.pb-5, .py-5
{
    padding-bottom: 3rem!important;
}
.pl-5, .px-5
{
    padding-left: 3rem!important;
}
.p-6
{
    padding: 4.5rem!important;
}
.pt-6, .py-6
{
    padding-top: 4.5rem!important;
}
.pr-6, .px-6
{
    padding-right: 4.5rem!important;
}
.pb-6, .py-6
{
    padding-bottom: 4.5rem!important;
}
.pl-6, .px-6
{
    padding-left: 4.5rem!important;
}
.p-7
{
    padding: 6rem!important;
}
.pt-7, .py-7
{
    padding-top: 6rem!important;
}
.pr-7, .px-7
{
    padding-right: 6rem!important;
}
.pb-7, .py-7
{
    padding-bottom: 6rem!important;
}
.pl-7, .px-7
{
    padding-left: 6rem!important;
}
.m-n1
{
    margin: -.25rem!important;
}
.mt-n1, .my-n1
{
    margin-top: -.25rem!important;
}
.mr-n1, .mx-n1
{
    margin-right: -.25rem!important;
}
.mb-n1, .my-n1
{
    margin-bottom: -.25rem!important;
}
.ml-n1, .mx-n1
{
    margin-left: -.25rem!important;
}
.m-n2
{
    margin: -.5rem!important;
}
.mt-n2, .my-n2
{
    margin-top: -.5rem!important;
}
.mr-n2, .mx-n2
{
    margin-right: -.5rem!important;
}
.mb-n2, .my-n2
{
    margin-bottom: -.5rem!important;
}
.ml-n2, .mx-n2
{
    margin-left: -.5rem!important;
}
.m-n3
{
    margin: -1rem!important;
}
.mt-n3, .my-n3
{
    margin-top: -1rem!important;
}
.mr-n3, .mx-n3
{
    margin-right: -1rem!important;
}
.mb-n3, .my-n3
{
    margin-bottom: -1rem!important;
}
.ml-n3, .mx-n3
{
    margin-left: -1rem!important;
}
.m-n4
{
    margin: -1.5rem!important;
}
.mt-n4, .my-n4
{
    margin-top: -1.5rem!important;
}
.mr-n4, .mx-n4
{
    margin-right: -1.5rem!important;
}
.mb-n4, .my-n4
{
    margin-bottom: -1.5rem!important;
}
.ml-n4, .mx-n4
{
    margin-left: -1.5rem!important;
}
.m-n5
{
    margin: -3rem!important;
}
.mt-n5, .my-n5
{
    margin-top: -3rem!important;
}
.mr-n5, .mx-n5
{
    margin-right: -3rem!important;
}
.mb-n5, .my-n5
{
    margin-bottom: -3rem!important;
}
.ml-n5, .mx-n5
{
    margin-left: -3rem!important;
}
.m-n6
{
    margin: -4.5rem!important;
}
.mt-n6, .my-n6
{
    margin-top: -4.5rem!important;
}
.mr-n6, .mx-n6
{
    margin-right: -4.5rem!important;
}
.mb-n6, .my-n6
{
    margin-bottom: -4.5rem!important;
}
.ml-n6, .mx-n6
{
    margin-left: -4.5rem!important;
}
.m-n7
{
    margin: -6rem!important;
}
.mt-n7, .my-n7
{
    margin-top: -6rem!important;
}
.mr-n7, .mx-n7
{
    margin-right: -6rem!important;
}
.mb-n7, .my-n7
{
    margin-bottom: -6rem!important;
}
.ml-n7, .mx-n7
{
    margin-left: -6rem!important;
}
.m-auto
{
    margin: auto!important;
}
.mt-auto, .my-auto
{
    margin-top: auto!important;
}
.mr-auto, .mx-auto
{
    margin-right: auto!important;
}
.mb-auto, .my-auto
{
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto
{
    margin-left: auto!important;
}
@media(min-width: 576px)
{
    .m-sm-0
    {
        margin: 0!important;
    }
    .mt-sm-0, .my-sm-0
    {
        margin-top: 0!important;
    }
    .mr-sm-0, .mx-sm-0
    {
        margin-right: 0!important;
    }
    .mb-sm-0, .my-sm-0
    {
        margin-bottom: 0!important;
    }
    .ml-sm-0, .mx-sm-0
    {
        margin-left: 0!important;
    }
    .m-sm-1
    {
        margin: .25rem!important;
    }
    .mt-sm-1, .my-sm-1
    {
        margin-top: .25rem!important;
    }
    .mr-sm-1, .mx-sm-1
    {
        margin-right: .25rem!important;
    }
    .mb-sm-1, .my-sm-1
    {
        margin-bottom: .25rem!important;
    }
    .ml-sm-1, .mx-sm-1
    {
        margin-left: .25rem!important;
    }
    .m-sm-2
    {
        margin: .5rem!important;
    }
    .mt-sm-2, .my-sm-2
    {
        margin-top: .5rem!important;
    }
    .mr-sm-2, .mx-sm-2
    {
        margin-right: .5rem!important;
    }
    .mb-sm-2, .my-sm-2
    {
        margin-bottom: .5rem!important;
    }
    .ml-sm-2, .mx-sm-2
    {
        margin-left: .5rem!important;
    }
    .m-sm-3
    {
        margin: 1rem!important;
    }
    .mt-sm-3, .my-sm-3
    {
        margin-top: 1rem!important;
    }
    .mr-sm-3, .mx-sm-3
    {
        margin-right: 1rem!important;
    }
    .mb-sm-3, .my-sm-3
    {
        margin-bottom: 1rem!important;
    }
    .ml-sm-3, .mx-sm-3
    {
        margin-left: 1rem!important;
    }
    .m-sm-4
    {
        margin: 1.5rem!important;
    }
    .mt-sm-4, .my-sm-4
    {
        margin-top: 1.5rem!important;
    }
    .mr-sm-4, .mx-sm-4
    {
        margin-right: 1.5rem!important;
    }
    .mb-sm-4, .my-sm-4
    {
        margin-bottom: 1.5rem!important;
    }
    .ml-sm-4, .mx-sm-4
    {
        margin-left: 1.5rem!important;
    }
    .m-sm-5
    {
        margin: 3rem!important;
    }
    .mt-sm-5, .my-sm-5
    {
        margin-top: 3rem!important;
    }
    .mr-sm-5, .mx-sm-5
    {
        margin-right: 3rem!important;
    }
    .mb-sm-5, .my-sm-5
    {
        margin-bottom: 3rem!important;
    }
    .ml-sm-5, .mx-sm-5
    {
        margin-left: 3rem!important;
    }
    .m-sm-6
    {
        margin: 4.5rem!important;
    }
    .mt-sm-6, .my-sm-6
    {
        margin-top: 4.5rem!important;
    }
    .mr-sm-6, .mx-sm-6
    {
        margin-right: 4.5rem!important;
    }
    .mb-sm-6, .my-sm-6
    {
        margin-bottom: 4.5rem!important;
    }
    .ml-sm-6, .mx-sm-6
    {
        margin-left: 4.5rem!important;
    }
    .m-sm-7
    {
        margin: 6rem!important;
    }
    .mt-sm-7, .my-sm-7
    {
        margin-top: 6rem!important;
    }
    .mr-sm-7, .mx-sm-7
    {
        margin-right: 6rem!important;
    }
    .mb-sm-7, .my-sm-7
    {
        margin-bottom: 6rem!important;
    }
    .ml-sm-7, .mx-sm-7
    {
        margin-left: 6rem!important;
    }
    .p-sm-0
    {
        padding: 0!important;
    }
    .pt-sm-0, .py-sm-0
    {
        padding-top: 0!important;
    }
    .pr-sm-0, .px-sm-0
    {
        padding-right: 0!important;
    }
    .pb-sm-0, .py-sm-0
    {
        padding-bottom: 0!important;
    }
    .pl-sm-0, .px-sm-0
    {
        padding-left: 0!important;
    }
    .p-sm-1
    {
        padding: .25rem!important;
    }
    .pt-sm-1, .py-sm-1
    {
        padding-top: .25rem!important;
    }
    .pr-sm-1, .px-sm-1
    {
        padding-right: .25rem!important;
    }
    .pb-sm-1, .py-sm-1
    {
        padding-bottom: .25rem!important;
    }
    .pl-sm-1, .px-sm-1
    {
        padding-left: .25rem!important;
    }
    .p-sm-2
    {
        padding: .5rem!important;
    }
    .pt-sm-2, .py-sm-2
    {
        padding-top: .5rem!important;
    }
    .pr-sm-2, .px-sm-2
    {
        padding-right: .5rem!important;
    }
    .pb-sm-2, .py-sm-2
    {
        padding-bottom: .5rem!important;
    }
    .pl-sm-2, .px-sm-2
    {
        padding-left: .5rem!important;
    }
    .p-sm-3
    {
        padding: 1rem!important;
    }
    .pt-sm-3, .py-sm-3
    {
        padding-top: 1rem!important;
    }
    .pr-sm-3, .px-sm-3
    {
        padding-right: 1rem!important;
    }
    .pb-sm-3, .py-sm-3
    {
        padding-bottom: 1rem!important;
    }
    .pl-sm-3, .px-sm-3
    {
        padding-left: 1rem!important;
    }
    .p-sm-4
    {
        padding: 1.5rem!important;
    }
    .pt-sm-4, .py-sm-4
    {
        padding-top: 1.5rem!important;
    }
    .pr-sm-4, .px-sm-4
    {
        padding-right: 1.5rem!important;
    }
    .pb-sm-4, .py-sm-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pl-sm-4, .px-sm-4
    {
        padding-left: 1.5rem!important;
    }
    .p-sm-5
    {
        padding: 3rem!important;
    }
    .pt-sm-5, .py-sm-5
    {
        padding-top: 3rem!important;
    }
    .pr-sm-5, .px-sm-5
    {
        padding-right: 3rem!important;
    }
    .pb-sm-5, .py-sm-5
    {
        padding-bottom: 3rem!important;
    }
    .pl-sm-5, .px-sm-5
    {
        padding-left: 3rem!important;
    }
    .p-sm-6
    {
        padding: 4.5rem!important;
    }
    .pt-sm-6, .py-sm-6
    {
        padding-top: 4.5rem!important;
    }
    .pr-sm-6, .px-sm-6
    {
        padding-right: 4.5rem!important;
    }
    .pb-sm-6, .py-sm-6
    {
        padding-bottom: 4.5rem!important;
    }
    .pl-sm-6, .px-sm-6
    {
        padding-left: 4.5rem!important;
    }
    .p-sm-7
    {
        padding: 6rem!important;
    }
    .pt-sm-7, .py-sm-7
    {
        padding-top: 6rem!important;
    }
    .pr-sm-7, .px-sm-7
    {
        padding-right: 6rem!important;
    }
    .pb-sm-7, .py-sm-7
    {
        padding-bottom: 6rem!important;
    }
    .pl-sm-7, .px-sm-7
    {
        padding-left: 6rem!important;
    }
    .m-sm-n1
    {
        margin: -.25rem!important;
    }
    .mt-sm-n1, .my-sm-n1
    {
        margin-top: -.25rem!important;
    }
    .mr-sm-n1, .mx-sm-n1
    {
        margin-right: -.25rem!important;
    }
    .mb-sm-n1, .my-sm-n1
    {
        margin-bottom: -.25rem!important;
    }
    .ml-sm-n1, .mx-sm-n1
    {
        margin-left: -.25rem!important;
    }
    .m-sm-n2
    {
        margin: -.5rem!important;
    }
    .mt-sm-n2, .my-sm-n2
    {
        margin-top: -.5rem!important;
    }
    .mr-sm-n2, .mx-sm-n2
    {
        margin-right: -.5rem!important;
    }
    .mb-sm-n2, .my-sm-n2
    {
        margin-bottom: -.5rem!important;
    }
    .ml-sm-n2, .mx-sm-n2
    {
        margin-left: -.5rem!important;
    }
    .m-sm-n3
    {
        margin: -1rem!important;
    }
    .mt-sm-n3, .my-sm-n3
    {
        margin-top: -1rem!important;
    }
    .mr-sm-n3, .mx-sm-n3
    {
        margin-right: -1rem!important;
    }
    .mb-sm-n3, .my-sm-n3
    {
        margin-bottom: -1rem!important;
    }
    .ml-sm-n3, .mx-sm-n3
    {
        margin-left: -1rem!important;
    }
    .m-sm-n4
    {
        margin: -1.5rem!important;
    }
    .mt-sm-n4, .my-sm-n4
    {
        margin-top: -1.5rem!important;
    }
    .mr-sm-n4, .mx-sm-n4
    {
        margin-right: -1.5rem!important;
    }
    .mb-sm-n4, .my-sm-n4
    {
        margin-bottom: -1.5rem!important;
    }
    .ml-sm-n4, .mx-sm-n4
    {
        margin-left: -1.5rem!important;
    }
    .m-sm-n5
    {
        margin: -3rem!important;
    }
    .mt-sm-n5, .my-sm-n5
    {
        margin-top: -3rem!important;
    }
    .mr-sm-n5, .mx-sm-n5
    {
        margin-right: -3rem!important;
    }
    .mb-sm-n5, .my-sm-n5
    {
        margin-bottom: -3rem!important;
    }
    .ml-sm-n5, .mx-sm-n5
    {
        margin-left: -3rem!important;
    }
    .m-sm-n6
    {
        margin: -4.5rem!important;
    }
    .mt-sm-n6, .my-sm-n6
    {
        margin-top: -4.5rem!important;
    }
    .mr-sm-n6, .mx-sm-n6
    {
        margin-right: -4.5rem!important;
    }
    .mb-sm-n6, .my-sm-n6
    {
        margin-bottom: -4.5rem!important;
    }
    .ml-sm-n6, .mx-sm-n6
    {
        margin-left: -4.5rem!important;
    }
    .m-sm-n7
    {
        margin: -6rem!important;
    }
    .mt-sm-n7, .my-sm-n7
    {
        margin-top: -6rem!important;
    }
    .mr-sm-n7, .mx-sm-n7
    {
        margin-right: -6rem!important;
    }
    .mb-sm-n7, .my-sm-n7
    {
        margin-bottom: -6rem!important;
    }
    .ml-sm-n7, .mx-sm-n7
    {
        margin-left: -6rem!important;
    }
    .m-sm-auto
    {
        margin: auto!important;
    }
    .mt-sm-auto, .my-sm-auto
    {
        margin-top: auto!important;
    }
    .mr-sm-auto, .mx-sm-auto
    {
        margin-right: auto!important;
    }
    .mb-sm-auto, .my-sm-auto
    {
        margin-bottom: auto!important;
    }
    .ml-sm-auto, .mx-sm-auto
    {
        margin-left: auto!important;
    }
}
@media(min-width: 768px)
{
    .m-md-0
    {
        margin: 0!important;
    }
    .mt-md-0, .my-md-0
    {
        margin-top: 0!important;
    }
    .mr-md-0, .mx-md-0
    {
        margin-right: 0!important;
    }
    .mb-md-0, .my-md-0
    {
        margin-bottom: 0!important;
    }
    .ml-md-0, .mx-md-0
    {
        margin-left: 0!important;
    }
    .m-md-1
    {
        margin: .25rem!important;
    }
    .mt-md-1, .my-md-1
    {
        margin-top: .25rem!important;
    }
    .mr-md-1, .mx-md-1
    {
        margin-right: .25rem!important;
    }
    .mb-md-1, .my-md-1
    {
        margin-bottom: .25rem!important;
    }
    .ml-md-1, .mx-md-1
    {
        margin-left: .25rem!important;
    }
    .m-md-2
    {
        margin: .5rem!important;
    }
    .mt-md-2, .my-md-2
    {
        margin-top: .5rem!important;
    }
    .mr-md-2, .mx-md-2
    {
        margin-right: .5rem!important;
    }
    .mb-md-2, .my-md-2
    {
        margin-bottom: .5rem!important;
    }
    .ml-md-2, .mx-md-2
    {
        margin-left: .5rem!important;
    }
    .m-md-3
    {
        margin: 1rem!important;
    }
    .mt-md-3, .my-md-3
    {
        margin-top: 1rem!important;
    }
    .mr-md-3, .mx-md-3
    {
        margin-right: 1rem!important;
    }
    .mb-md-3, .my-md-3
    {
        margin-bottom: 1rem!important;
    }
    .ml-md-3, .mx-md-3
    {
        margin-left: 1rem!important;
    }
    .m-md-4
    {
        margin: 1.5rem!important;
    }
    .mt-md-4, .my-md-4
    {
        margin-top: 1.5rem!important;
    }
    .mr-md-4, .mx-md-4
    {
        margin-right: 1.5rem!important;
    }
    .mb-md-4, .my-md-4
    {
        margin-bottom: 1.5rem!important;
    }
    .ml-md-4, .mx-md-4
    {
        margin-left: 1.5rem!important;
    }
    .m-md-5
    {
        margin: 3rem!important;
    }
    .mt-md-5, .my-md-5
    {
        margin-top: 3rem!important;
    }
    .mr-md-5, .mx-md-5
    {
        margin-right: 3rem!important;
    }
    .mb-md-5, .my-md-5
    {
        margin-bottom: 3rem!important;
    }
    .ml-md-5, .mx-md-5
    {
        margin-left: 3rem!important;
    }
    .m-md-6
    {
        margin: 4.5rem!important;
    }
    .mt-md-6, .my-md-6
    {
        margin-top: 4.5rem!important;
    }
    .mr-md-6, .mx-md-6
    {
        margin-right: 4.5rem!important;
    }
    .mb-md-6, .my-md-6
    {
        margin-bottom: 4.5rem!important;
    }
    .ml-md-6, .mx-md-6
    {
        margin-left: 4.5rem!important;
    }
    .m-md-7
    {
        margin: 6rem!important;
    }
    .mt-md-7, .my-md-7
    {
        margin-top: 6rem!important;
    }
    .mr-md-7, .mx-md-7
    {
        margin-right: 6rem!important;
    }
    .mb-md-7, .my-md-7
    {
        margin-bottom: 6rem!important;
    }
    .ml-md-7, .mx-md-7
    {
        margin-left: 6rem!important;
    }
    .p-md-0
    {
        padding: 0!important;
    }
    .pt-md-0, .py-md-0
    {
        padding-top: 0!important;
    }
    .pr-md-0, .px-md-0
    {
        padding-right: 0!important;
    }
    .pb-md-0, .py-md-0
    {
        padding-bottom: 0!important;
    }
    .pl-md-0, .px-md-0
    {
        padding-left: 0!important;
    }
    .p-md-1
    {
        padding: .25rem!important;
    }
    .pt-md-1, .py-md-1
    {
        padding-top: .25rem!important;
    }
    .pr-md-1, .px-md-1
    {
        padding-right: .25rem!important;
    }
    .pb-md-1, .py-md-1
    {
        padding-bottom: .25rem!important;
    }
    .pl-md-1, .px-md-1
    {
        padding-left: .25rem!important;
    }
    .p-md-2
    {
        padding: .5rem!important;
    }
    .pt-md-2, .py-md-2
    {
        padding-top: .5rem!important;
    }
    .pr-md-2, .px-md-2
    {
        padding-right: .5rem!important;
    }
    .pb-md-2, .py-md-2
    {
        padding-bottom: .5rem!important;
    }
    .pl-md-2, .px-md-2
    {
        padding-left: .5rem!important;
    }
    .p-md-3
    {
        padding: 1rem!important;
    }
    .pt-md-3, .py-md-3
    {
        padding-top: 1rem!important;
    }
    .pr-md-3, .px-md-3
    {
        padding-right: 1rem!important;
    }
    .pb-md-3, .py-md-3
    {
        padding-bottom: 1rem!important;
    }
    .pl-md-3, .px-md-3
    {
        padding-left: 1rem!important;
    }
    .p-md-4
    {
        padding: 1.5rem!important;
    }
    .pt-md-4, .py-md-4
    {
        padding-top: 1.5rem!important;
    }
    .pr-md-4, .px-md-4
    {
        padding-right: 1.5rem!important;
    }
    .pb-md-4, .py-md-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pl-md-4, .px-md-4
    {
        padding-left: 1.5rem!important;
    }
    .p-md-5
    {
        padding: 3rem!important;
    }
    .pt-md-5, .py-md-5
    {
        padding-top: 3rem!important;
    }
    .pr-md-5, .px-md-5
    {
        padding-right: 3rem!important;
    }
    .pb-md-5, .py-md-5
    {
        padding-bottom: 3rem!important;
    }
    .pl-md-5, .px-md-5
    {
        padding-left: 3rem!important;
    }
    .p-md-6
    {
        padding: 4.5rem!important;
    }
    .pt-md-6, .py-md-6
    {
        padding-top: 4.5rem!important;
    }
    .pr-md-6, .px-md-6
    {
        padding-right: 4.5rem!important;
    }
    .pb-md-6, .py-md-6
    {
        padding-bottom: 4.5rem!important;
    }
    .pl-md-6, .px-md-6
    {
        padding-left: 4.5rem!important;
    }
    .p-md-7
    {
        padding: 6rem!important;
    }
    .pt-md-7, .py-md-7
    {
        padding-top: 6rem!important;
    }
    .pr-md-7, .px-md-7
    {
        padding-right: 6rem!important;
    }
    .pb-md-7, .py-md-7
    {
        padding-bottom: 6rem!important;
    }
    .pl-md-7, .px-md-7
    {
        padding-left: 6rem!important;
    }
    .m-md-n1
    {
        margin: -.25rem!important;
    }
    .mt-md-n1, .my-md-n1
    {
        margin-top: -.25rem!important;
    }
    .mr-md-n1, .mx-md-n1
    {
        margin-right: -.25rem!important;
    }
    .mb-md-n1, .my-md-n1
    {
        margin-bottom: -.25rem!important;
    }
    .ml-md-n1, .mx-md-n1
    {
        margin-left: -.25rem!important;
    }
    .m-md-n2
    {
        margin: -.5rem!important;
    }
    .mt-md-n2, .my-md-n2
    {
        margin-top: -.5rem!important;
    }
    .mr-md-n2, .mx-md-n2
    {
        margin-right: -.5rem!important;
    }
    .mb-md-n2, .my-md-n2
    {
        margin-bottom: -.5rem!important;
    }
    .ml-md-n2, .mx-md-n2
    {
        margin-left: -.5rem!important;
    }
    .m-md-n3
    {
        margin: -1rem!important;
    }
    .mt-md-n3, .my-md-n3
    {
        margin-top: -1rem!important;
    }
    .mr-md-n3, .mx-md-n3
    {
        margin-right: -1rem!important;
    }
    .mb-md-n3, .my-md-n3
    {
        margin-bottom: -1rem!important;
    }
    .ml-md-n3, .mx-md-n3
    {
        margin-left: -1rem!important;
    }
    .m-md-n4
    {
        margin: -1.5rem!important;
    }
    .mt-md-n4, .my-md-n4
    {
        margin-top: -1.5rem!important;
    }
    .mr-md-n4, .mx-md-n4
    {
        margin-right: -1.5rem!important;
    }
    .mb-md-n4, .my-md-n4
    {
        margin-bottom: -1.5rem!important;
    }
    .ml-md-n4, .mx-md-n4
    {
        margin-left: -1.5rem!important;
    }
    .m-md-n5
    {
        margin: -3rem!important;
    }
    .mt-md-n5, .my-md-n5
    {
        margin-top: -3rem!important;
    }
    .mr-md-n5, .mx-md-n5
    {
        margin-right: -3rem!important;
    }
    .mb-md-n5, .my-md-n5
    {
        margin-bottom: -3rem!important;
    }
    .ml-md-n5, .mx-md-n5
    {
        margin-left: -3rem!important;
    }
    .m-md-n6
    {
        margin: -4.5rem!important;
    }
    .mt-md-n6, .my-md-n6
    {
        margin-top: -4.5rem!important;
    }
    .mr-md-n6, .mx-md-n6
    {
        margin-right: -4.5rem!important;
    }
    .mb-md-n6, .my-md-n6
    {
        margin-bottom: -4.5rem!important;
    }
    .ml-md-n6, .mx-md-n6
    {
        margin-left: -4.5rem!important;
    }
    .m-md-n7
    {
        margin: -6rem!important;
    }
    .mt-md-n7, .my-md-n7
    {
        margin-top: -6rem!important;
    }
    .mr-md-n7, .mx-md-n7
    {
        margin-right: -6rem!important;
    }
    .mb-md-n7, .my-md-n7
    {
        margin-bottom: -6rem!important;
    }
    .ml-md-n7, .mx-md-n7
    {
        margin-left: -6rem!important;
    }
    .m-md-auto
    {
        margin: auto!important;
    }
    .mt-md-auto, .my-md-auto
    {
        margin-top: auto!important;
    }
    .mr-md-auto, .mx-md-auto
    {
        margin-right: auto!important;
    }
    .mb-md-auto, .my-md-auto
    {
        margin-bottom: auto!important;
    }
    .ml-md-auto, .mx-md-auto
    {
        margin-left: auto!important;
    }
}
@media(min-width: 992px)
{
    .m-lg-0
    {
        margin: 0!important;
    }
    .mt-lg-0, .my-lg-0
    {
        margin-top: 0!important;
    }
    .mr-lg-0, .mx-lg-0
    {
        margin-right: 0!important;
    }
    .mb-lg-0, .my-lg-0
    {
        margin-bottom: 0!important;
    }
    .ml-lg-0, .mx-lg-0
    {
        margin-left: 0!important;
    }
    .m-lg-1
    {
        margin: .25rem!important;
    }
    .mt-lg-1, .my-lg-1
    {
        margin-top: .25rem!important;
    }
    .mr-lg-1, .mx-lg-1
    {
        margin-right: .25rem!important;
    }
    .mb-lg-1, .my-lg-1
    {
        margin-bottom: .25rem!important;
    }
    .ml-lg-1, .mx-lg-1
    {
        margin-left: .25rem!important;
    }
    .m-lg-2
    {
        margin: .5rem!important;
    }
    .mt-lg-2, .my-lg-2
    {
        margin-top: .5rem!important;
    }
    .mr-lg-2, .mx-lg-2
    {
        margin-right: .5rem!important;
    }
    .mb-lg-2, .my-lg-2
    {
        margin-bottom: .5rem!important;
    }
    .ml-lg-2, .mx-lg-2
    {
        margin-left: .5rem!important;
    }
    .m-lg-3
    {
        margin: 1rem!important;
    }
    .mt-lg-3, .my-lg-3
    {
        margin-top: 1rem!important;
    }
    .mr-lg-3, .mx-lg-3
    {
        margin-right: 1rem!important;
    }
    .mb-lg-3, .my-lg-3
    {
        margin-bottom: 1rem!important;
    }
    .ml-lg-3, .mx-lg-3
    {
        margin-left: 1rem!important;
    }
    .m-lg-4
    {
        margin: 1.5rem!important;
    }
    .mt-lg-4, .my-lg-4
    {
        margin-top: 1.5rem!important;
    }
    .mr-lg-4, .mx-lg-4
    {
        margin-right: 1.5rem!important;
    }
    .mb-lg-4, .my-lg-4
    {
        margin-bottom: 1.5rem!important;
    }
    .ml-lg-4, .mx-lg-4
    {
        margin-left: 1.5rem!important;
    }
    .m-lg-5
    {
        margin: 3rem!important;
    }
    .mt-lg-5, .my-lg-5
    {
        margin-top: 3rem!important;
    }
    .mr-lg-5, .mx-lg-5
    {
        margin-right: 3rem!important;
    }
    .mb-lg-5, .my-lg-5
    {
        margin-bottom: 3rem!important;
    }
    .ml-lg-5, .mx-lg-5
    {
        margin-left: 3rem!important;
    }
    .m-lg-6
    {
        margin: 4.5rem!important;
    }
    .mt-lg-6, .my-lg-6
    {
        margin-top: 4.5rem!important;
    }
    .mr-lg-6, .mx-lg-6
    {
        margin-right: 4.5rem!important;
    }
    .mb-lg-6, .my-lg-6
    {
        margin-bottom: 4.5rem!important;
    }
    .ml-lg-6, .mx-lg-6
    {
        margin-left: 4.5rem!important;
    }
    .m-lg-7
    {
        margin: 6rem!important;
    }
    .mt-lg-7, .my-lg-7
    {
        margin-top: 6rem!important;
    }
    .mr-lg-7, .mx-lg-7
    {
        margin-right: 6rem!important;
    }
    .mb-lg-7, .my-lg-7
    {
        margin-bottom: 6rem!important;
    }
    .ml-lg-7, .mx-lg-7
    {
        margin-left: 6rem!important;
    }
    .p-lg-0
    {
        padding: 0!important;
    }
    .pt-lg-0, .py-lg-0
    {
        padding-top: 0!important;
    }
    .pr-lg-0, .px-lg-0
    {
        padding-right: 0!important;
    }
    .pb-lg-0, .py-lg-0
    {
        padding-bottom: 0!important;
    }
    .pl-lg-0, .px-lg-0
    {
        padding-left: 0!important;
    }
    .p-lg-1
    {
        padding: .25rem!important;
    }
    .pt-lg-1, .py-lg-1
    {
        padding-top: .25rem!important;
    }
    .pr-lg-1, .px-lg-1
    {
        padding-right: .25rem!important;
    }
    .pb-lg-1, .py-lg-1
    {
        padding-bottom: .25rem!important;
    }
    .pl-lg-1, .px-lg-1
    {
        padding-left: .25rem!important;
    }
    .p-lg-2
    {
        padding: .5rem!important;
    }
    .pt-lg-2, .py-lg-2
    {
        padding-top: .5rem!important;
    }
    .pr-lg-2, .px-lg-2
    {
        padding-right: .5rem!important;
    }
    .pb-lg-2, .py-lg-2
    {
        padding-bottom: .5rem!important;
    }
    .pl-lg-2, .px-lg-2
    {
        padding-left: .5rem!important;
    }
    .p-lg-3
    {
        padding: 1rem!important;
    }
    .pt-lg-3, .py-lg-3
    {
        padding-top: 1rem!important;
    }
    .pr-lg-3, .px-lg-3
    {
        padding-right: 1rem!important;
    }
    .pb-lg-3, .py-lg-3
    {
        padding-bottom: 1rem!important;
    }
    .pl-lg-3, .px-lg-3
    {
        padding-left: 1rem!important;
    }
    .p-lg-4
    {
        padding: 1.5rem!important;
    }
    .pt-lg-4, .py-lg-4
    {
        padding-top: 1.5rem!important;
    }
    .pr-lg-4, .px-lg-4
    {
        padding-right: 1.5rem!important;
    }
    .pb-lg-4, .py-lg-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pl-lg-4, .px-lg-4
    {
        padding-left: 1.5rem!important;
    }
    .p-lg-5
    {
        padding: 3rem!important;
    }
    .pt-lg-5, .py-lg-5
    {
        padding-top: 3rem!important;
    }
    .pr-lg-5, .px-lg-5
    {
        padding-right: 3rem!important;
    }
    .pb-lg-5, .py-lg-5
    {
        padding-bottom: 3rem!important;
    }
    .pl-lg-5, .px-lg-5
    {
        padding-left: 3rem!important;
    }
    .p-lg-6
    {
        padding: 4.5rem!important;
    }
    .pt-lg-6, .py-lg-6
    {
        padding-top: 4.5rem!important;
    }
    .pr-lg-6, .px-lg-6
    {
        padding-right: 4.5rem!important;
    }
    .pb-lg-6, .py-lg-6
    {
        padding-bottom: 4.5rem!important;
    }
    .pl-lg-6, .px-lg-6
    {
        padding-left: 4.5rem!important;
    }
    .p-lg-7
    {
        padding: 6rem!important;
    }
    .pt-lg-7, .py-lg-7
    {
        padding-top: 6rem!important;
    }
    .pr-lg-7, .px-lg-7
    {
        padding-right: 6rem!important;
    }
    .pb-lg-7, .py-lg-7
    {
        padding-bottom: 6rem!important;
    }
    .pl-lg-7, .px-lg-7
    {
        padding-left: 6rem!important;
    }
    .m-lg-n1
    {
        margin: -.25rem!important;
    }
    .mt-lg-n1, .my-lg-n1
    {
        margin-top: -.25rem!important;
    }
    .mr-lg-n1, .mx-lg-n1
    {
        margin-right: -.25rem!important;
    }
    .mb-lg-n1, .my-lg-n1
    {
        margin-bottom: -.25rem!important;
    }
    .ml-lg-n1, .mx-lg-n1
    {
        margin-left: -.25rem!important;
    }
    .m-lg-n2
    {
        margin: -.5rem!important;
    }
    .mt-lg-n2, .my-lg-n2
    {
        margin-top: -.5rem!important;
    }
    .mr-lg-n2, .mx-lg-n2
    {
        margin-right: -.5rem!important;
    }
    .mb-lg-n2, .my-lg-n2
    {
        margin-bottom: -.5rem!important;
    }
    .ml-lg-n2, .mx-lg-n2
    {
        margin-left: -.5rem!important;
    }
    .m-lg-n3
    {
        margin: -1rem!important;
    }
    .mt-lg-n3, .my-lg-n3
    {
        margin-top: -1rem!important;
    }
    .mr-lg-n3, .mx-lg-n3
    {
        margin-right: -1rem!important;
    }
    .mb-lg-n3, .my-lg-n3
    {
        margin-bottom: -1rem!important;
    }
    .ml-lg-n3, .mx-lg-n3
    {
        margin-left: -1rem!important;
    }
    .m-lg-n4
    {
        margin: -1.5rem!important;
    }
    .mt-lg-n4, .my-lg-n4
    {
        margin-top: -1.5rem!important;
    }
    .mr-lg-n4, .mx-lg-n4
    {
        margin-right: -1.5rem!important;
    }
    .mb-lg-n4, .my-lg-n4
    {
        margin-bottom: -1.5rem!important;
    }
    .ml-lg-n4, .mx-lg-n4
    {
        margin-left: -1.5rem!important;
    }
    .m-lg-n5
    {
        margin: -3rem!important;
    }
    .mt-lg-n5, .my-lg-n5
    {
        margin-top: -3rem!important;
    }
    .mr-lg-n5, .mx-lg-n5
    {
        margin-right: -3rem!important;
    }
    .mb-lg-n5, .my-lg-n5
    {
        margin-bottom: -3rem!important;
    }
    .ml-lg-n5, .mx-lg-n5
    {
        margin-left: -3rem!important;
    }
    .m-lg-n6
    {
        margin: -4.5rem!important;
    }
    .mt-lg-n6, .my-lg-n6
    {
        margin-top: -4.5rem!important;
    }
    .mr-lg-n6, .mx-lg-n6
    {
        margin-right: -4.5rem!important;
    }
    .mb-lg-n6, .my-lg-n6
    {
        margin-bottom: -4.5rem!important;
    }
    .ml-lg-n6, .mx-lg-n6
    {
        margin-left: -4.5rem!important;
    }
    .m-lg-n7
    {
        margin: -6rem!important;
    }
    .mt-lg-n7, .my-lg-n7
    {
        margin-top: -6rem!important;
    }
    .mr-lg-n7, .mx-lg-n7
    {
        margin-right: -6rem!important;
    }
    .mb-lg-n7, .my-lg-n7
    {
        margin-bottom: -6rem!important;
    }
    .ml-lg-n7, .mx-lg-n7
    {
        margin-left: -6rem!important;
    }
    .m-lg-auto
    {
        margin: auto!important;
    }
    .mt-lg-auto, .my-lg-auto
    {
        margin-top: auto!important;
    }
    .mr-lg-auto, .mx-lg-auto
    {
        margin-right: auto!important;
    }
    .mb-lg-auto, .my-lg-auto
    {
        margin-bottom: auto!important;
    }
    .ml-lg-auto, .mx-lg-auto
    {
        margin-left: auto!important;
    }
}
@media(min-width: 1200px)
{
    .m-xl-0
    {
        margin: 0!important;
    }
    .mt-xl-0, .my-xl-0
    {
        margin-top: 0!important;
    }
    .mr-xl-0, .mx-xl-0
    {
        margin-right: 0!important;
    }
    .mb-xl-0, .my-xl-0
    {
        margin-bottom: 0!important;
    }
    .ml-xl-0, .mx-xl-0
    {
        margin-left: 0!important;
    }
    .m-xl-1
    {
        margin: .25rem!important;
    }
    .mt-xl-1, .my-xl-1
    {
        margin-top: .25rem!important;
    }
    .mr-xl-1, .mx-xl-1
    {
        margin-right: .25rem!important;
    }
    .mb-xl-1, .my-xl-1
    {
        margin-bottom: .25rem!important;
    }
    .ml-xl-1, .mx-xl-1
    {
        margin-left: .25rem!important;
    }
    .m-xl-2
    {
        margin: .5rem!important;
    }
    .mt-xl-2, .my-xl-2
    {
        margin-top: .5rem!important;
    }
    .mr-xl-2, .mx-xl-2
    {
        margin-right: .5rem!important;
    }
    .mb-xl-2, .my-xl-2
    {
        margin-bottom: .5rem!important;
    }
    .ml-xl-2, .mx-xl-2
    {
        margin-left: .5rem!important;
    }
    .m-xl-3
    {
        margin: 1rem!important;
    }
    .mt-xl-3, .my-xl-3
    {
        margin-top: 1rem!important;
    }
    .mr-xl-3, .mx-xl-3
    {
        margin-right: 1rem!important;
    }
    .mb-xl-3, .my-xl-3
    {
        margin-bottom: 1rem!important;
    }
    .ml-xl-3, .mx-xl-3
    {
        margin-left: 1rem!important;
    }
    .m-xl-4
    {
        margin: 1.5rem!important;
    }
    .mt-xl-4, .my-xl-4
    {
        margin-top: 1.5rem!important;
    }
    .mr-xl-4, .mx-xl-4
    {
        margin-right: 1.5rem!important;
    }
    .mb-xl-4, .my-xl-4
    {
        margin-bottom: 1.5rem!important;
    }
    .ml-xl-4, .mx-xl-4
    {
        margin-left: 1.5rem!important;
    }
    .m-xl-5
    {
        margin: 3rem!important;
    }
    .mt-xl-5, .my-xl-5
    {
        margin-top: 3rem!important;
    }
    .mr-xl-5, .mx-xl-5
    {
        margin-right: 3rem!important;
    }
    .mb-xl-5, .my-xl-5
    {
        margin-bottom: 3rem!important;
    }
    .ml-xl-5, .mx-xl-5
    {
        margin-left: 3rem!important;
    }
    .m-xl-6
    {
        margin: 4.5rem!important;
    }
    .mt-xl-6, .my-xl-6
    {
        margin-top: 4.5rem!important;
    }
    .mr-xl-6, .mx-xl-6
    {
        margin-right: 4.5rem!important;
    }
    .mb-xl-6, .my-xl-6
    {
        margin-bottom: 4.5rem!important;
    }
    .ml-xl-6, .mx-xl-6
    {
        margin-left: 4.5rem!important;
    }
    .m-xl-7
    {
        margin: 6rem!important;
    }
    .mt-xl-7, .my-xl-7
    {
        margin-top: 6rem!important;
    }
    .mr-xl-7, .mx-xl-7
    {
        margin-right: 6rem!important;
    }
    .mb-xl-7, .my-xl-7
    {
        margin-bottom: 6rem!important;
    }
    .ml-xl-7, .mx-xl-7
    {
        margin-left: 6rem!important;
    }
    .p-xl-0
    {
        padding: 0!important;
    }
    .pt-xl-0, .py-xl-0
    {
        padding-top: 0!important;
    }
    .pr-xl-0, .px-xl-0
    {
        padding-right: 0!important;
    }
    .pb-xl-0, .py-xl-0
    {
        padding-bottom: 0!important;
    }
    .pl-xl-0, .px-xl-0
    {
        padding-left: 0!important;
    }
    .p-xl-1
    {
        padding: .25rem!important;
    }
    .pt-xl-1, .py-xl-1
    {
        padding-top: .25rem!important;
    }
    .pr-xl-1, .px-xl-1
    {
        padding-right: .25rem!important;
    }
    .pb-xl-1, .py-xl-1
    {
        padding-bottom: .25rem!important;
    }
    .pl-xl-1, .px-xl-1
    {
        padding-left: .25rem!important;
    }
    .p-xl-2
    {
        padding: .5rem!important;
    }
    .pt-xl-2, .py-xl-2
    {
        padding-top: .5rem!important;
    }
    .pr-xl-2, .px-xl-2
    {
        padding-right: .5rem!important;
    }
    .pb-xl-2, .py-xl-2
    {
        padding-bottom: .5rem!important;
    }
    .pl-xl-2, .px-xl-2
    {
        padding-left: .5rem!important;
    }
    .p-xl-3
    {
        padding: 1rem!important;
    }
    .pt-xl-3, .py-xl-3
    {
        padding-top: 1rem!important;
    }
    .pr-xl-3, .px-xl-3
    {
        padding-right: 1rem!important;
    }
    .pb-xl-3, .py-xl-3
    {
        padding-bottom: 1rem!important;
    }
    .pl-xl-3, .px-xl-3
    {
        padding-left: 1rem!important;
    }
    .p-xl-4
    {
        padding: 1.5rem!important;
    }
    .pt-xl-4, .py-xl-4
    {
        padding-top: 1.5rem!important;
    }
    .pr-xl-4, .px-xl-4
    {
        padding-right: 1.5rem!important;
    }
    .pb-xl-4, .py-xl-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pl-xl-4, .px-xl-4
    {
        padding-left: 1.5rem!important;
    }
    .p-xl-5
    {
        padding: 3rem!important;
    }
    .pt-xl-5, .py-xl-5
    {
        padding-top: 3rem!important;
    }
    .pr-xl-5, .px-xl-5
    {
        padding-right: 3rem!important;
    }
    .pb-xl-5, .py-xl-5
    {
        padding-bottom: 3rem!important;
    }
    .pl-xl-5, .px-xl-5
    {
        padding-left: 3rem!important;
    }
    .p-xl-6
    {
        padding: 4.5rem!important;
    }
    .pt-xl-6, .py-xl-6
    {
        padding-top: 4.5rem!important;
    }
    .pr-xl-6, .px-xl-6
    {
        padding-right: 4.5rem!important;
    }
    .pb-xl-6, .py-xl-6
    {
        padding-bottom: 4.5rem!important;
    }
    .pl-xl-6, .px-xl-6
    {
        padding-left: 4.5rem!important;
    }
    .p-xl-7
    {
        padding: 6rem!important;
    }
    .pt-xl-7, .py-xl-7
    {
        padding-top: 6rem!important;
    }
    .pr-xl-7, .px-xl-7
    {
        padding-right: 6rem!important;
    }
    .pb-xl-7, .py-xl-7
    {
        padding-bottom: 6rem!important;
    }
    .pl-xl-7, .px-xl-7
    {
        padding-left: 6rem!important;
    }
    .m-xl-n1
    {
        margin: -.25rem!important;
    }
    .mt-xl-n1, .my-xl-n1
    {
        margin-top: -.25rem!important;
    }
    .mr-xl-n1, .mx-xl-n1
    {
        margin-right: -.25rem!important;
    }
    .mb-xl-n1, .my-xl-n1
    {
        margin-bottom: -.25rem!important;
    }
    .ml-xl-n1, .mx-xl-n1
    {
        margin-left: -.25rem!important;
    }
    .m-xl-n2
    {
        margin: -.5rem!important;
    }
    .mt-xl-n2, .my-xl-n2
    {
        margin-top: -.5rem!important;
    }
    .mr-xl-n2, .mx-xl-n2
    {
        margin-right: -.5rem!important;
    }
    .mb-xl-n2, .my-xl-n2
    {
        margin-bottom: -.5rem!important;
    }
    .ml-xl-n2, .mx-xl-n2
    {
        margin-left: -.5rem!important;
    }
    .m-xl-n3
    {
        margin: -1rem!important;
    }
    .mt-xl-n3, .my-xl-n3
    {
        margin-top: -1rem!important;
    }
    .mr-xl-n3, .mx-xl-n3
    {
        margin-right: -1rem!important;
    }
    .mb-xl-n3, .my-xl-n3
    {
        margin-bottom: -1rem!important;
    }
    .ml-xl-n3, .mx-xl-n3
    {
        margin-left: -1rem!important;
    }
    .m-xl-n4
    {
        margin: -1.5rem!important;
    }
    .mt-xl-n4, .my-xl-n4
    {
        margin-top: -1.5rem!important;
    }
    .mr-xl-n4, .mx-xl-n4
    {
        margin-right: -1.5rem!important;
    }
    .mb-xl-n4, .my-xl-n4
    {
        margin-bottom: -1.5rem!important;
    }
    .ml-xl-n4, .mx-xl-n4
    {
        margin-left: -1.5rem!important;
    }
    .m-xl-n5
    {
        margin: -3rem!important;
    }
    .mt-xl-n5, .my-xl-n5
    {
        margin-top: -3rem!important;
    }
    .mr-xl-n5, .mx-xl-n5
    {
        margin-right: -3rem!important;
    }
    .mb-xl-n5, .my-xl-n5
    {
        margin-bottom: -3rem!important;
    }
    .ml-xl-n5, .mx-xl-n5
    {
        margin-left: -3rem!important;
    }
    .m-xl-n6
    {
        margin: -4.5rem!important;
    }
    .mt-xl-n6, .my-xl-n6
    {
        margin-top: -4.5rem!important;
    }
    .mr-xl-n6, .mx-xl-n6
    {
        margin-right: -4.5rem!important;
    }
    .mb-xl-n6, .my-xl-n6
    {
        margin-bottom: -4.5rem!important;
    }
    .ml-xl-n6, .mx-xl-n6
    {
        margin-left: -4.5rem!important;
    }
    .m-xl-n7
    {
        margin: -6rem!important;
    }
    .mt-xl-n7, .my-xl-n7
    {
        margin-top: -6rem!important;
    }
    .mr-xl-n7, .mx-xl-n7
    {
        margin-right: -6rem!important;
    }
    .mb-xl-n7, .my-xl-n7
    {
        margin-bottom: -6rem!important;
    }
    .ml-xl-n7, .mx-xl-n7
    {
        margin-left: -6rem!important;
    }
    .m-xl-auto
    {
        margin: auto!important;
    }
    .mt-xl-auto, .my-xl-auto
    {
        margin-top: auto!important;
    }
    .mr-xl-auto, .mx-xl-auto
    {
        margin-right: auto!important;
    }
    .mb-xl-auto, .my-xl-auto
    {
        margin-bottom: auto!important;
    }
    .ml-xl-auto, .mx-xl-auto
    {
        margin-left: auto!important;
    }
}
@media(min-width: 1380px)
{
    .m-mxl-0
    {
        margin: 0!important;
    }
    .mt-mxl-0, .my-mxl-0
    {
        margin-top: 0!important;
    }
    .mr-mxl-0, .mx-mxl-0
    {
        margin-right: 0!important;
    }
    .mb-mxl-0, .my-mxl-0
    {
        margin-bottom: 0!important;
    }
    .ml-mxl-0, .mx-mxl-0
    {
        margin-left: 0!important;
    }
    .m-mxl-1
    {
        margin: .25rem!important;
    }
    .mt-mxl-1, .my-mxl-1
    {
        margin-top: .25rem!important;
    }
    .mr-mxl-1, .mx-mxl-1
    {
        margin-right: .25rem!important;
    }
    .mb-mxl-1, .my-mxl-1
    {
        margin-bottom: .25rem!important;
    }
    .ml-mxl-1, .mx-mxl-1
    {
        margin-left: .25rem!important;
    }
    .m-mxl-2
    {
        margin: .5rem!important;
    }
    .mt-mxl-2, .my-mxl-2
    {
        margin-top: .5rem!important;
    }
    .mr-mxl-2, .mx-mxl-2
    {
        margin-right: .5rem!important;
    }
    .mb-mxl-2, .my-mxl-2
    {
        margin-bottom: .5rem!important;
    }
    .ml-mxl-2, .mx-mxl-2
    {
        margin-left: .5rem!important;
    }
    .m-mxl-3
    {
        margin: 1rem!important;
    }
    .mt-mxl-3, .my-mxl-3
    {
        margin-top: 1rem!important;
    }
    .mr-mxl-3, .mx-mxl-3
    {
        margin-right: 1rem!important;
    }
    .mb-mxl-3, .my-mxl-3
    {
        margin-bottom: 1rem!important;
    }
    .ml-mxl-3, .mx-mxl-3
    {
        margin-left: 1rem!important;
    }
    .m-mxl-4
    {
        margin: 1.5rem!important;
    }
    .mt-mxl-4, .my-mxl-4
    {
        margin-top: 1.5rem!important;
    }
    .mr-mxl-4, .mx-mxl-4
    {
        margin-right: 1.5rem!important;
    }
    .mb-mxl-4, .my-mxl-4
    {
        margin-bottom: 1.5rem!important;
    }
    .ml-mxl-4, .mx-mxl-4
    {
        margin-left: 1.5rem!important;
    }
    .m-mxl-5
    {
        margin: 3rem!important;
    }
    .mt-mxl-5, .my-mxl-5
    {
        margin-top: 3rem!important;
    }
    .mr-mxl-5, .mx-mxl-5
    {
        margin-right: 3rem!important;
    }
    .mb-mxl-5, .my-mxl-5
    {
        margin-bottom: 3rem!important;
    }
    .ml-mxl-5, .mx-mxl-5
    {
        margin-left: 3rem!important;
    }
    .m-mxl-6
    {
        margin: 4.5rem!important;
    }
    .mt-mxl-6, .my-mxl-6
    {
        margin-top: 4.5rem!important;
    }
    .mr-mxl-6, .mx-mxl-6
    {
        margin-right: 4.5rem!important;
    }
    .mb-mxl-6, .my-mxl-6
    {
        margin-bottom: 4.5rem!important;
    }
    .ml-mxl-6, .mx-mxl-6
    {
        margin-left: 4.5rem!important;
    }
    .m-mxl-7
    {
        margin: 6rem!important;
    }
    .mt-mxl-7, .my-mxl-7
    {
        margin-top: 6rem!important;
    }
    .mr-mxl-7, .mx-mxl-7
    {
        margin-right: 6rem!important;
    }
    .mb-mxl-7, .my-mxl-7
    {
        margin-bottom: 6rem!important;
    }
    .ml-mxl-7, .mx-mxl-7
    {
        margin-left: 6rem!important;
    }
    .p-mxl-0
    {
        padding: 0!important;
    }
    .pt-mxl-0, .py-mxl-0
    {
        padding-top: 0!important;
    }
    .pr-mxl-0, .px-mxl-0
    {
        padding-right: 0!important;
    }
    .pb-mxl-0, .py-mxl-0
    {
        padding-bottom: 0!important;
    }
    .pl-mxl-0, .px-mxl-0
    {
        padding-left: 0!important;
    }
    .p-mxl-1
    {
        padding: .25rem!important;
    }
    .pt-mxl-1, .py-mxl-1
    {
        padding-top: .25rem!important;
    }
    .pr-mxl-1, .px-mxl-1
    {
        padding-right: .25rem!important;
    }
    .pb-mxl-1, .py-mxl-1
    {
        padding-bottom: .25rem!important;
    }
    .pl-mxl-1, .px-mxl-1
    {
        padding-left: .25rem!important;
    }
    .p-mxl-2
    {
        padding: .5rem!important;
    }
    .pt-mxl-2, .py-mxl-2
    {
        padding-top: .5rem!important;
    }
    .pr-mxl-2, .px-mxl-2
    {
        padding-right: .5rem!important;
    }
    .pb-mxl-2, .py-mxl-2
    {
        padding-bottom: .5rem!important;
    }
    .pl-mxl-2, .px-mxl-2
    {
        padding-left: .5rem!important;
    }
    .p-mxl-3
    {
        padding: 1rem!important;
    }
    .pt-mxl-3, .py-mxl-3
    {
        padding-top: 1rem!important;
    }
    .pr-mxl-3, .px-mxl-3
    {
        padding-right: 1rem!important;
    }
    .pb-mxl-3, .py-mxl-3
    {
        padding-bottom: 1rem!important;
    }
    .pl-mxl-3, .px-mxl-3
    {
        padding-left: 1rem!important;
    }
    .p-mxl-4
    {
        padding: 1.5rem!important;
    }
    .pt-mxl-4, .py-mxl-4
    {
        padding-top: 1.5rem!important;
    }
    .pr-mxl-4, .px-mxl-4
    {
        padding-right: 1.5rem!important;
    }
    .pb-mxl-4, .py-mxl-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pl-mxl-4, .px-mxl-4
    {
        padding-left: 1.5rem!important;
    }
    .p-mxl-5
    {
        padding: 3rem!important;
    }
    .pt-mxl-5, .py-mxl-5
    {
        padding-top: 3rem!important;
    }
    .pr-mxl-5, .px-mxl-5
    {
        padding-right: 3rem!important;
    }
    .pb-mxl-5, .py-mxl-5
    {
        padding-bottom: 3rem!important;
    }
    .pl-mxl-5, .px-mxl-5
    {
        padding-left: 3rem!important;
    }
    .p-mxl-6
    {
        padding: 4.5rem!important;
    }
    .pt-mxl-6, .py-mxl-6
    {
        padding-top: 4.5rem!important;
    }
    .pr-mxl-6, .px-mxl-6
    {
        padding-right: 4.5rem!important;
    }
    .pb-mxl-6, .py-mxl-6
    {
        padding-bottom: 4.5rem!important;
    }
    .pl-mxl-6, .px-mxl-6
    {
        padding-left: 4.5rem!important;
    }
    .p-mxl-7
    {
        padding: 6rem!important;
    }
    .pt-mxl-7, .py-mxl-7
    {
        padding-top: 6rem!important;
    }
    .pr-mxl-7, .px-mxl-7
    {
        padding-right: 6rem!important;
    }
    .pb-mxl-7, .py-mxl-7
    {
        padding-bottom: 6rem!important;
    }
    .pl-mxl-7, .px-mxl-7
    {
        padding-left: 6rem!important;
    }
    .m-mxl-n1
    {
        margin: -.25rem!important;
    }
    .mt-mxl-n1, .my-mxl-n1
    {
        margin-top: -.25rem!important;
    }
    .mr-mxl-n1, .mx-mxl-n1
    {
        margin-right: -.25rem!important;
    }
    .mb-mxl-n1, .my-mxl-n1
    {
        margin-bottom: -.25rem!important;
    }
    .ml-mxl-n1, .mx-mxl-n1
    {
        margin-left: -.25rem!important;
    }
    .m-mxl-n2
    {
        margin: -.5rem!important;
    }
    .mt-mxl-n2, .my-mxl-n2
    {
        margin-top: -.5rem!important;
    }
    .mr-mxl-n2, .mx-mxl-n2
    {
        margin-right: -.5rem!important;
    }
    .mb-mxl-n2, .my-mxl-n2
    {
        margin-bottom: -.5rem!important;
    }
    .ml-mxl-n2, .mx-mxl-n2
    {
        margin-left: -.5rem!important;
    }
    .m-mxl-n3
    {
        margin: -1rem!important;
    }
    .mt-mxl-n3, .my-mxl-n3
    {
        margin-top: -1rem!important;
    }
    .mr-mxl-n3, .mx-mxl-n3
    {
        margin-right: -1rem!important;
    }
    .mb-mxl-n3, .my-mxl-n3
    {
        margin-bottom: -1rem!important;
    }
    .ml-mxl-n3, .mx-mxl-n3
    {
        margin-left: -1rem!important;
    }
    .m-mxl-n4
    {
        margin: -1.5rem!important;
    }
    .mt-mxl-n4, .my-mxl-n4
    {
        margin-top: -1.5rem!important;
    }
    .mr-mxl-n4, .mx-mxl-n4
    {
        margin-right: -1.5rem!important;
    }
    .mb-mxl-n4, .my-mxl-n4
    {
        margin-bottom: -1.5rem!important;
    }
    .ml-mxl-n4, .mx-mxl-n4
    {
        margin-left: -1.5rem!important;
    }
    .m-mxl-n5
    {
        margin: -3rem!important;
    }
    .mt-mxl-n5, .my-mxl-n5
    {
        margin-top: -3rem!important;
    }
    .mr-mxl-n5, .mx-mxl-n5
    {
        margin-right: -3rem!important;
    }
    .mb-mxl-n5, .my-mxl-n5
    {
        margin-bottom: -3rem!important;
    }
    .ml-mxl-n5, .mx-mxl-n5
    {
        margin-left: -3rem!important;
    }
    .m-mxl-n6
    {
        margin: -4.5rem!important;
    }
    .mt-mxl-n6, .my-mxl-n6
    {
        margin-top: -4.5rem!important;
    }
    .mr-mxl-n6, .mx-mxl-n6
    {
        margin-right: -4.5rem!important;
    }
    .mb-mxl-n6, .my-mxl-n6
    {
        margin-bottom: -4.5rem!important;
    }
    .ml-mxl-n6, .mx-mxl-n6
    {
        margin-left: -4.5rem!important;
    }
    .m-mxl-n7
    {
        margin: -6rem!important;
    }
    .mt-mxl-n7, .my-mxl-n7
    {
        margin-top: -6rem!important;
    }
    .mr-mxl-n7, .mx-mxl-n7
    {
        margin-right: -6rem!important;
    }
    .mb-mxl-n7, .my-mxl-n7
    {
        margin-bottom: -6rem!important;
    }
    .ml-mxl-n7, .mx-mxl-n7
    {
        margin-left: -6rem!important;
    }
    .m-mxl-auto
    {
        margin: auto!important;
    }
    .mt-mxl-auto, .my-mxl-auto
    {
        margin-top: auto!important;
    }
    .mr-mxl-auto, .mx-mxl-auto
    {
        margin-right: auto!important;
    }
    .mb-mxl-auto, .my-mxl-auto
    {
        margin-bottom: auto!important;
    }
    .ml-mxl-auto, .mx-mxl-auto
    {
        margin-left: auto!important;
    }
}
.stretched-link::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.text-monospace
{
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important;
}
.text-justify
{
    text-align: justify!important;
}
.text-wrap
{
    white-space: normal!important;
}
.text-nowrap
{
    white-space: nowrap!important;
}
.text-truncate
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left
{
    text-align: left!important;
}
.text-right
{
    text-align: right!important;
}
.text-center
{
    text-align: center!important;
}
@media(min-width: 576px)
{
    .text-sm-left
    {
        text-align: left!important;
    }
    .text-sm-right
    {
        text-align: right!important;
    }
    .text-sm-center
    {
        text-align: center!important;
    }
}
@media(min-width: 768px)
{
    .text-md-left
    {
        text-align: left!important;
    }
    .text-md-right
    {
        text-align: right!important;
    }
    .text-md-center
    {
        text-align: center!important;
    }
}
@media(min-width: 992px)
{
    .text-lg-left
    {
        text-align: left!important;
    }
    .text-lg-right
    {
        text-align: right!important;
    }
    .text-lg-center
    {
        text-align: center!important;
    }
}
@media(min-width: 1200px)
{
    .text-xl-left
    {
        text-align: left!important;
    }
    .text-xl-right
    {
        text-align: right!important;
    }
    .text-xl-center
    {
        text-align: center!important;
    }
}
@media(min-width: 1380px)
{
    .text-mxl-left
    {
        text-align: left!important;
    }
    .text-mxl-right
    {
        text-align: right!important;
    }
    .text-mxl-center
    {
        text-align: center!important;
    }
}
.text-lowercase
{
    text-transform: lowercase!important;
}
.text-uppercase
{
    text-transform: uppercase!important;
}
.text-capitalize
{
    text-transform: capitalize!important;
}
.font-light
{
    font-weight: 300!important;
}
.font-lighter
{
    font-weight: lighter!important;
}
.font-normal
{
    font-weight: 400!important;
}
.font-bold
{
    font-weight: 700!important;
}
.font-bolder
{
    font-weight: bolder!important;
}
.font-italic
{
    font-style: italic!important;
}
.text-white
{
    color: #fff!important;
}
.text-primary
{
    color: #0c5adb!important;
}
a.text-primary:hover, a.text-primary:focus
{
    color: #083c92!important;
}
.text-secondary
{
    color: #3498db!important;
}
a.text-secondary:hover, a.text-secondary:focus
{
    color: #1d6fa5!important;
}
.text-success
{
    color: #28a745!important;
}
a.text-success:hover, a.text-success:focus
{
    color: #19692c!important;
}
.text-info
{
    color: #17a2b8!important;
}
a.text-info:hover, a.text-info:focus
{
    color: #0f6674!important;
}
.text-warning
{
    color: #ffc107!important;
}
a.text-warning:hover, a.text-warning:focus
{
    color: #ba8b00!important;
}
.text-danger
{
    color: #dc3545!important;
}
a.text-danger:hover, a.text-danger:focus
{
    color: #a71d2a!important;
}
.text-light
{
    color: #f8f9fa!important;
}
a.text-light:hover, a.text-light:focus
{
    color: #cbd3da!important;
}
.text-white
{
    color: #fff!important;
}
a.text-white:hover, a.text-white:focus
{
    color: #d9d9d9!important;
}
.text-dark
{
    color: #343a40!important;
}
a.text-dark:hover, a.text-dark:focus
{
    color: #121416!important;
}
.text-body
{
    color: #495057!important;
}
.text-muted
{
    color: #6c757d!important;
}
.text-black-50
{
    color: rgba(37,37,37,.5)!important;
}
.text-white-50
{
    color: rgba(255,255,255,.5)!important;
}
.text-hide
{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none
{
    text-decoration: none!important;
}
.text-break
{
    word-break: break-word!important;
    word-wrap: break-word!important;
}
.text-reset
{
    color: inherit!important;
}
.lm-2
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lm-3
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lm-4
{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lm-5
{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media(min-width: 576px)
{
    .lm-sm-2
    {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-sm-3
    {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-sm-4
    {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-sm-5
    {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media(min-width: 768px)
{
    .lm-md-2
    {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-md-3
    {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-md-4
    {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-md-5
    {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media(min-width: 992px)
{
    .lm-lg-2
    {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-lg-3
    {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-lg-4
    {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-lg-5
    {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media(min-width: 1200px)
{
    .lm-xl-2
    {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-xl-3
    {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-xl-4
    {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-xl-5
    {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media(min-width: 1380px)
{
    .lm-mxl-2
    {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-mxl-3
    {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-mxl-4
    {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lm-mxl-5
    {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.lh-1
{
    line-height: 1;
}
.lh-12
{
    line-height: 1.2;
}
.lh-15
{
    line-height: 1.5;
}
.lh-18
{
    line-height: 1.8;
}
.lh-2
{
    line-height: 2;
}
.visible
{
    visibility: visible!important;
}
.invisible
{
    visibility: hidden!important;
}
.video-background>video
{
    object-fit: cover;
}
.fr-view strong
{
    font-weight: 700;
}
.fr-view table
{
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}
.fr-view table td, .fr-view table th
{
    border: 1px solid #ddd;
}
.fr-view table td:empty, .fr-view table th:empty
{
    height: 20px;
}
.fr-view table th
{
    background: #e6e6e6;
}
.fr-view hr
{
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
}
.fr-view .fr-file
{
    position: relative;
}
.fr-view .fr-file::after
{
    position: relative;
    content: "📎";
    font-weight: normal;
}
.fr-view pre
{
    white-space: pre-wrap;
    word-wrap: break-word;
}
.fr-view blockquote
{
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
    font-size: inherit;
}
.fr-view blockquote blockquote
{
    border-color: #00bcd4;
    color: #00bcd4;
}
.fr-view blockquote blockquote blockquote
{
    border-color: #43a047;
    color: #43a047;
}
.fr-view span.fr-emoticon
{
    font-weight: normal;
    font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
    display: inline;
    line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img
{
    background-repeat: no-repeat!important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}
.fr-view video, .fr-view img
{
    position: relative;
    max-width: 100%;
}
.fr-view video
{
    width: 800px;
}
.fr-view img.fr-dib
{
    margin: 5px auto;
    display: block;
    float: none;
}
.fr-view img.fr-dib.fr-fil
{
    margin-left: 0;
}
.fr-view img.fr-dib.fr-fir
{
    margin-right: 0;
}
.fr-view img.fr-dii
{
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(90%);
}
.fr-view img.fr-dii.fr-fil
{
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(95%);
}
.fr-view img.fr-dii.fr-fir
{
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(95%);
}
.fr-view .fr-video
{
    text-align: center;
    position: relative;
}
.fr-view .fr-video>*
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none;
}
.fr-view .fr-video.fr-dvb
{
    display: block;
    clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl
{
    text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr
{
    text-align: right;
}
.fr-view .fr-video.fr-dvi
{
    display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl
{
    float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr
{
    float: right;
}
:root
{
    --primary-dark: #0a4ab4;
    --primary-light: #ecf2fc;
    --secondary-dark: #2383c4;
    --secondary-light: #eff7fc;
}
@-moz-document url-prefix(){html,body{scrollbar-width:thin;scrollbar-color:#0c5adb #fff}}
::-webkit-scrollbar
{
    width: 6px;
}
::-webkit-scrollbar-track
{
    background-color: transparent;
}
::-webkit-scrollbar-thumb
{
    background-color: #0c5adb;
    border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover
{
    background-color: #0a4ab4;
}
a
{
    text-decoration: none!important;
}
img
{
    max-width: 100%;
}
ul
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bg-cover, .bg-contain
{
    background-position: center;
    background-repeat: no-repeat;
}
.bg-cover
{
    background-size: cover;
}
.bg-contain
{
    background-size: contain;
}
.obj-contain
{
    object-fit: contain;
}
.obj-cover
{
    object-fit: cover;
}
.zoom .zoom-item
{
    transform: scale(1.001);
    transition: transform .35s;
}
.zoom:hover .zoom-item
{
    transform: scale(1.1);
}
.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded
{
    background: #0c5adb;
    height: 3px;
}
.bbc-icon
{
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -.125em;
}
[data-rellax]
{
    transition: transform .15s;
}
.bbc-loader
{
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.bbc-loader:before, .bbc-loader:after
{
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.bbc-loader:before
{
    animation: ball1 1s infinite;
    background-color: #558ce6;
    box-shadow: 30px 0 0 #558ce6;
    margin-bottom: 10px;
}
.bbc-loader:after
{
    animation: ball2 1s infinite;
    background-color: #0c5adb;
    box-shadow: 30px 0 0 #0c5adb;
}
ul.nolist
{
    padding: 0;
    list-style: none;
}
@keyframes rotate
{
    0%
    {
        -webkit-transform: rotate(0deg) scale(.8);
        -moz-transform: rotate(0deg) scale(.8);
    }
    50%
    {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }
    100%
    {
        -webkit-transform: rotate(720deg) scale(.8);
        -moz-transform: rotate(720deg) scale(.8);
    }
}
@keyframes ball1
{
    0%
    {
        box-shadow: 30px 0 0 #0c5adb;
    }
    50%
    {
        box-shadow: 0 0 0 #0c5adb;
        margin-bottom: 0;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px,15px);
    }
    100%
    {
        box-shadow: 30px 0 0 #0c5adb;
        margin-bottom: 10px;
    }
}
@keyframes ball2
{
    0%
    {
        box-shadow: 30px 0 0 #558ce6;
    }
    50%
    {
        box-shadow: 0 0 0 #558ce6;
        margin-top: -20px;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px,15px);
    }
    100%
    {
        box-shadow: 30px 0 0 #558ce6;
        margin-top: 0;
    }
}
.bbc-loader-overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 99;
    transition: opacity .4s;
}
.bbc-loader-overlay.loaded
{
    opacity: 0;
}
.video-background video
{
    object-fit: cover;
}
.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.o-0
{
    opacity: 0;
}
.o-1
{
    opacity: .1;
}
.o-2
{
    opacity: .2;
}
.o-3
{
    opacity: .3;
}
.o-4
{
    opacity: .4;
}
.o-5
{
    opacity: .5;
}
.o-6
{
    opacity: .6;
}
.o-7
{
    opacity: .7;
}
.o-8
{
    opacity: .8;
}
.o-9
{
    opacity: .9;
}
.bar
{
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bar-line
{
    fill: none;
    transition: stroke-dasharray 400ms,stroke-dashoffset 400ms;
    stroke: #0c5adb;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.bar-rotate.active
{
    transform: rotate(45deg);
}
.bar-rotate180.active
{
    transform: rotate(180deg);
}
.bar1 .bar-top
{
    stroke-dasharray: 40 139;
}
.bar1 .bar-bottom
{
    stroke-dasharray: 40 180;
}
.bar1.active .bar-top
{
    stroke-dashoffset: -98px;
}
.bar1.active .bar-bottom
{
    stroke-dashoffset: -138px;
}
:root
{
    --header-hotline-font-size: 24px;
    --header-hotline-icon-size: 24px;
}
.header-logo, .header-nav
{
    vertical-align: middle;
}
.bbc-header a
{
    text-decoration: none;
}
.header-hotline>a
{
    font-size: 18px;
    display: block;
}
.header-logo>img
{
    height: 36px;
}
@media(min-width: 768px)
{
    .header-logo>img
    {
        height: 40px;
    }
}
@media(min-width: 992px)
{
    .header-logo>img
    {
        height: 46px;
    }
}
.header-wrap
{
    height: 60px;
}
.header-wrap>div
{
    padding: 10px 0;
}
.header-right
{
    width: 1px;
    text-align: right;
    white-space: nowrap;
}
.header-right>:not(div)
{
    margin-left: 10px;
}
@media(max-width: 767.98px)
{
    .header-right>:not(div)
    {
        margin-left: 5px;
    }
}
@media(min-width: 768px)
{
    .header-right
    {
        width: 1px;
        text-align: right;
    }
}
.nav-toggle
{
    display: inline-block;
    color: #0c5adb;
}
@media(-ms-high-contrast: none)
{
    .header-logo
    {
        vertical-align: top;
        padding-top: 13px;
    }
    .text-truncate
    {
        white-space: normal!important;
    }
}
.header-container
{
    padding: 0 15px;
    margin: auto;
}
ul.nolist
{
    padding: 0;
    list-style: none;
}
.bbc-header
{
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    transition: background-color .35s,box-shadow .35s;
    z-index: 999;
}
.bbc-header a:hover
{
    text-decoration: none;
}
.bbc-header.header-active
{
    position: fixed;
    top: 0!important;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    background-color: #083c92;
}
.bbc-header .header-left, .bbc-header .header-center, .bbc-header .header-right
{
    display: table-cell;
    vertical-align: middle;
}
.bbc-header h1
{
    line-height: 1;
    margin: 0 -30px;
}
@media(max-width: 1379.98px)
{
    .bbc-header h1
    {
        margin: 0 -20px;
    }
}
@media(max-width: 1199.98px)
{
    .bbc-header h1
    {
        margin: 0 -15px;
    }
}
.bbc-header .logo
{
    padding: 0 30px;
    display: block;
}
@media(max-width: 1379.98px)
{
    .bbc-header .logo
    {
        padding: 0 20px;
    }
}
@media(max-width: 1199.98px)
{
    .bbc-header .logo
    {
        padding: 0 15px;
    }
}
.bbc-header-hotline, .bbc-header-search-btn, .bbc-header-language
{
    font-size: 18px;
    width: 2em;
    border-radius: 50rem;
    display: inline-block;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    color: #0c5adb;
    transition: all .35s!important;
}
.bbc-header-hotline:hover, .bbc-header-search-btn:hover, .bbc-header-language:hover
{
    background-color: #0c5adb;
    color: #fff;
}
.nav-header
{
    display: none;
}
.header-hotline
{
    position: relative;
}
.header-hotline:hover .hotline-dropdown
{
    opacity: 1;
    visibility: visible;
}
a.hotline-item
{
    display: flex;
    align-items: center;
    text-decoration: none!important;
    background-color: #fff;
    padding: 8px 10px;
}
a.hotline-item small, a.hotline-item strong
{
    line-height: 1.25;
}
a.hotline-item strong, a.hotline-item span, a.hotline-item small
{
    display: block;
    color: #343a40;
}
a.hotline-item:hover
{
    background-color: rgba(0,0,0,.05);
}
@media(min-width: 768px)
{
    a.hotline-item
    {
        background-color: transparent;
    }
}
.hotline-icon
{
    font-size: var(--header-hotline-icon-size);
    margin-right: 7px;
}
.hotline-icon svg
{
    color: #0c5adb;
}
.hotline-text
{
    font-size: var(--header-hotline-font-size);
    white-space: nowrap;
    text-align: left;
}
.hotline-text small
{
    font-size: 12px;
}
.hotline-dropdown
{
    position: absolute;
    right: -8px;
    top: 100%;
    visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.hotline-hide-title .hotline-icon
{
    font-size: 22px;
}
.btn-icon
{
    line-height: 2.5em;
    width: 2.5em!important;
    height: 2.5em;
    text-align: center;
    border-radius: 50%;
}
.btn-icon .bar
{
    width: 2.5em!important;
    height: 2.5em;
    display: block;
}
.hotline-icon
{
    background-image: linear-gradient(to right,#0c5adb 0%,#3498db 100%);
    background-repeat: repeat-x;
    border-radius: 50rem;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: var(--header-hotline-icon-size);
    text-align: center;
    color: #fff;
}
.hotline-icon svg, .hotline-icon i
{
    color: #fff;
}
@media(min-width: 768px)
{
    .header-hotline--show-all
    {
        width: auto;
        height: auto;
    }
    .header-hotline--show-all:hover
    {
        background-color: transparent;
    }
    .header-hotline--show-all .hotline-dropdown
    {
        display: flex;
        align-items: center;
    }
    .header-hotline--show-all>a
    {
        display: none;
    }
    .header-hotline--show-all .hotline-item
    {
        border-radius: 8px;
    }
    .header-hotline--show-all .hotline-dropdown
    {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
    }
    .nav-header .drop-menu a
    {
        white-space: nowrap;
    }
}
.ss-search-form__results
{
    max-height: 300px!important;
    word-break: break-word;
    white-space: normal;
}
.ss-search-form__results--visible
{
    visibility: visible;
    opacity: 1;
}
@media(min-width: 768px)
{
    .nav-toggle
    {
        display: none;
    }
}
.modal.modal-mobile-nav
{
    width: 100%;
    max-width: 240px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
}
.modal.modal-mobile-nav .nav
{
    display: block;
}
.modal.modal-mobile-nav .btn-close
{
    position: absolute;
    opacity: 0;
}
.modal.modal-mobile-nav .header-nav-search
{
    position: relative;
    display: inline-block;
    padding-right: 100px;
    white-space: nowrap;
}
.modal.modal-mobile-nav .header-top--text
{
    display: none;
}
.modal.modal-mobile-nav .block-search
{
    display: block;
    position: relative;
}
.search-focus .modal.modal-mobile-nav .block-search
{
    width: 100%;
}
.modal.modal-mobile-nav .block-search .btn-search
{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    color: #444;
}
.modal.modal-mobile-nav .input-search
{
    border: 0;
    height: 30px;
    border: 1px solid #ddd;
    transition: border .35s ease;
    outline: 0;
    width: 100%;
    border-radius: 3px;
    padding: 0 35px 0 10px;
}
.modal.modal-mobile-nav .input-search:focus
{
    outline: 0;
}
.search-focus .modal.modal-mobile-nav .input-search
{
    border: 1px solid #0c5adb;
}
.modal.modal-mobile-nav .modal-content
{
    background: transparent;
    border: 0;
    border-radius: 0;
}
.modal.modal-mobile-nav.fade
{
    transition: opacity .35s ease;
}
.modal.modal-mobile-nav.fade .modal-dialog
{
    width: 100%;
    background: #fff;
    margin: 0;
    min-height: 100%;
    transform: translate(100%,0);
    transition: all .35s;
}
.modal.modal-mobile-nav.show .modal-dialog
{
    transform: translate(0,0);
}
.modal.modal-mobile-nav.show .nav>li
{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.modal.modal-mobile-nav .mobile-search
{
    width: 90%;
    margin: 10px auto;
}
.modal.modal-mobile-nav .mobile-search .search-form .form-control
{
    padding: 7px 15px;
    padding-right: 35px;
    font-size: 12px;
}
.modal.modal-mobile-nav .mobile-logo a
{
    padding: 5px;
    margin-bottom: 10px;
}
.modal.modal-mobile-nav .nav
{
    background-color: #fff;
}
.modal.modal-mobile-nav .nav ul
{
    will-change: height;
    padding: 0;
    list-style: none;
}
.modal.modal-mobile-nav .nav li
{
    will-change: transform,opacity;
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-out;
}
.modal.modal-mobile-nav .nav li::after
{
    display: block;
    clear: both;
    content: "";
}
.modal.modal-mobile-nav .nav li:nth-child(1)
{
    transition-delay: .15s;
}
.modal.modal-mobile-nav .nav li:nth-child(2)
{
    transition-delay: .3s;
}
.modal.modal-mobile-nav .nav li:nth-child(3)
{
    transition-delay: .45s;
}
.modal.modal-mobile-nav .nav li:nth-child(4)
{
    transition-delay: .6s;
}
.modal.modal-mobile-nav .nav li:nth-child(5)
{
    transition-delay: .75s;
}
.modal.modal-mobile-nav .nav li:nth-child(6)
{
    transition-delay: .9s;
}
.modal.modal-mobile-nav .nav li:nth-child(7)
{
    transition-delay: 1.05s;
}
.modal.modal-mobile-nav .nav li:nth-child(8)
{
    transition-delay: 1.2s;
}
.modal.modal-mobile-nav .nav li:nth-child(9)
{
    transition-delay: 1.35s;
}
.modal.modal-mobile-nav .nav li:nth-child(10)
{
    transition-delay: 1.5s;
}
.modal.modal-mobile-nav .nav li:nth-child(11)
{
    transition-delay: 1.65s;
}
.modal.modal-mobile-nav .nav li:nth-child(12)
{
    transition-delay: 1.8s;
}
.modal.modal-mobile-nav .nav li:nth-child(13)
{
    transition-delay: 1.95s;
}
.modal.modal-mobile-nav .nav li:nth-child(14)
{
    transition-delay: 2.1s;
}
.modal.modal-mobile-nav .nav li:nth-child(15)
{
    transition-delay: 2.25s;
}
.modal.modal-mobile-nav .nav li:nth-child(16)
{
    transition-delay: 2.4s;
}
.modal.modal-mobile-nav .nav li:nth-child(17)
{
    transition-delay: 2.55s;
}
.modal.modal-mobile-nav .nav li:nth-child(18)
{
    transition-delay: 2.7s;
}
.modal.modal-mobile-nav .nav li:nth-child(19)
{
    transition-delay: 2.85s;
}
.modal.modal-mobile-nav .nav li:nth-child(20)
{
    transition-delay: 3s;
}
.modal.modal-mobile-nav .nav li a
{
    width: 100%;
    margin-bottom: 1px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
    text-align: left;
    color: #666;
    transition: all .35s;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal.modal-mobile-nav .nav li a i
{
    display: none;
}
.modal.modal-mobile-nav .nav .drop.active>a
{
    color: #0c5adb;
}
.modal.modal-mobile-nav .nav .drop>a
{
    width: calc(100% - 40px);
}
.modal.modal-mobile-nav .nav .drop .btn-drop
{
    float: right;
    width: 40px;
    height: 46px;
    padding: 0;
}
.modal.modal-mobile-nav .nav .drop .btn-drop.active
{
    color: #0c5adb;
}
.modal.modal-mobile-nav .nav .drop .btn-drop.active:after
{
    transform: translate(-50%,-50%) rotate(-135deg);
}
.modal.modal-mobile-nav .nav .drop .btn-drop.active~a
{
    color: #0c5adb;
}
.modal.modal-mobile-nav .nav .drop .btn-drop:after
{
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all .35s;
}
.modal.modal-mobile-nav .nav .drop-menu
{
    width: 100%;
    height: 0;
    margin-top: 1px;
    overflow: hidden;
    transition: all .35s;
    position: relative;
}
.modal.modal-mobile-nav .nav .drop-menu.active>li
{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-0 li a:not(.btn-drop)
{
    padding-left: 25px;
}
.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-1 li a:not(.btn-drop)
{
    padding-left: 40px;
}
.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-2 li a:not(.btn-drop)
{
    padding-left: 55px;
}
.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-3 li a:not(.btn-drop)
{
    padding-left: 70px;
}
.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-4 li a:not(.btn-drop)
{
    padding-left: 85px;
}
:root
{
    --header-v2-nav-color: #fff;
    --header-v2-nav-bg: #0c5adb;
    --header-v2-nav-hover-bg: #0946ab;
    --header-v2-nav-font-size: 18px;
    --header-v2-nav-border: 1px solid #0a4ebe;
    --header-v2-dropmenu-radius: 0;
    --header-v2-dropmenu-font-size: 16px;
    --header-v2-dropmenu-border: 1px solid rgba(0,0,0,.05);
}
.navbar-main
{
    display: none;
}
.btn-icon
{
    font-size: 18px;
    margin-left: 10px;
    color: var(--header-v2-nav-color);
    transition: all .25s ease;
    background: var(--header-v2-nav-bg);
}
.btn-icon .bar-line
{
    stroke: var(--header-v2-nav-color);
}
.btn-icon:hover
{
    color: var(--header-v2-nav-color);
    background: var(--header-v2-nav-hover-bg);
}
.header-wrap>div
{
    padding: 14px 0;
    vertical-align: middle;
}
.search-block
{
    display: none;
    width: 100%;
    position: relative;
}
.search-block .form-control
{
    border-radius: 50rem;
    height: 44px;
    font-size: 14px;
    padding-left: 1.25em;
    padding-right: 50px;
    border: 1px solid #ccc;
}
.search-block .btn-search
{
    position: absolute;
    top: 3px;
    right: 3px;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #0c5adb;
    border-radius: 50%;
    width: 38px!important;
    height: 38px!important;
    line-height: 38px;
    color: #fff;
}
.search-keywords
{
    font-size: 14px;
    text-align: left;
}
.search-keywords a
{
    color: #666;
    margin-right: 10px;
}
.search-keywords a:hover
{
    color: #0c5adb;
}
@media(min-width: 768px)
{
    .header-wrap-bottom
    {
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .header-right>.d-flex
    {
        justify-content: flex-end;
    }
    .header-right .search-block
    {
        display: block;
    }
    .search-block
    {
        width: 280px;
        margin-right: 20px;
    }
    .header-left
    {
        width: 40%;
        height: 90px;
    }
    .header-right
    {
        width: 60%;
        padding-left: 5%!important;
    }
    .navbar-main
    {
        display: block;
        background-color: var(--header-v2-nav-bg);
    }
    .search-focus .nav-header a
    {
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
    }
    .header-nav-search
    {
        position: relative;
        display: inline-block;
        padding-right: 100px;
        white-space: nowrap;
    }
    .nav-header
    {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        justify-content: flex-end;
        width: 100%;
    }
    .nav-header>li
    {
        flex-grow: 1;
        border-right: var(--header-v2-nav-border);
    }
    .nav-header>li:first-child
    {
        border-left: var(--header-v2-nav-border);
    }
    .nav-header>li>a
    {
        font-size: var(--header-v2-nav-font-size);
        line-height: 1.5;
        display: block;
        padding: .75em 1em;
        color: var(--header-v2-nav-color);
        text-align: center;
        position: relative;
        transition: border-bottom .35s,color .35s;
    }
    .nav-header>li>a:hover
    {
        color: var(--header-v2-nav-color);
        background-color: var(--header-v2-nav-hover-bg);
    }
    .nav-header>li.active>a
    {
        color: var(--header-v2-nav-color);
        background-color: var(--header-v2-nav-hover-bg);
    }
    .nav-header i
    {
        font-size: 14px;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
    }
    .nav-header .drop-menu-level-0
    {
        transition: all .25s ease-out!important;
        transform-origin: top center;
        transform: scale(.5);
    }
    .nav-header .drop-level-0:hover .drop-menu-level-0
    {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .nav-header .drop-menu
    {
        position: absolute;
        background-color: #fff;
        border-radius: var(--header-v2-dropmenu-radius);
        font-size: var(--header-v2-dropmenu-font-size);
        top: 100%;
        min-width: 100%;
        text-align: center;
        left: 0;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s ease,visibility .35s ease;
    }
    .nav-header .drop-menu li
    {
        border-bottom: var(--header-v2-dropmenu-border);
    }
    .nav-header .drop-menu a
    {
        color: #444;
        padding: .75em 1em;
        display: block;
    }
    .nav-header .drop-menu a:hover
    {
        color: #0c5adb;
        background-color: #f5f5f5;
    }
    .nav-header .drop
    {
        position: relative;
    }
    .nav-header .drop>a:after
    {
        content: "";
        display: inline-block;
        margin-left: 4px;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        transform: translate(0,-33.33%) rotate(45deg);
        vertical-align: middle;
    }
    .nav-header .drop:hover>.drop-menu
    {
        opacity: 1;
        visibility: visible;
    }
    .nav-header .drop-menu-level-0 .drop>a
    {
        position: relative;
    }
    .nav-header .drop-menu-level-0 .drop>a::after
    {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translate(0,-50.33%) rotate(-45deg);
    }
    .nav-header .drop-menu-level-1, .nav-header .drop-menu-level-1 .drop-menu
    {
        left: 100%!important;
        top: 0;
    }
}
@media(max-width: 767.98px)
{
    .bbc-header
    {
        position: sticky;
        top: 0;
        z-index: 99;
        border: 1px solid #eee;
    }
}
:root
{
    --header-top-font-size: 12px;
    --header-top-height: 3em;
}
.header-top
{
    display: none;
    font-size: var(--header-top-font-size);
}
.search-block-top
{
    width: 180px;
    position: relative;
    margin: 8px 0;
}
.search-block-top .form-control
{
    border-radius: 50rem;
    height: 24px;
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
}
.search-block-top .btn-search
{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 12px;
    background-color: #0c5adb;
    border-radius: 50%;
    width: 24px!important;
    height: 24px!important;
    line-height: 24px;
    color: #fff;
}
.header-top-left, .header-top-right
{
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.header-top-left>li, .header-top-right>li
{
    padding: 0 15px;
    position: relative;
}
.header-top-left>li:not(:first-child):before, .header-top-right>li:not(:first-child):before
{
    content: "";
    display: block;
    left: 0;
    position: absolute;
    height: 33.333%;
    top: 33.333%;
    border-left: 1px solid rgba(255,255,255,.5);
}
.header-top-left a, .header-top-left .li-item, .header-top-right a, .header-top-right .li-item
{
    color: #fff;
    display: block;
    padding: 8px 0;
}
.header-top-left a:hover, .header-top-right a:hover
{
    color: #0c5adb;
    text-decoration: none;
}
.header-top-right
{
    justify-content: flex-end;
}
.header-top-mobile
{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.header-top-mobile>li
{
    order: 2;
}
.header-top-mobile .header-top--dropdown-qrcode
{
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}
.header-top-mobile .header-top--dropdown-qrcode>li
{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
}
.header-top-mobile .header-top--search
{
    order: 1;
    padding: 0 15px;
}
.header-top-mobile .search-block-top
{
    width: 100%;
}
.header-top-mobile .search-block-top .form-control
{
    height: 30px;
    line-height: 28px;
}
.header-top-mobile .search-block-top .btn-search
{
    width: 30px!important;
    height: 30px!important;
    line-height: 30px;
}
.header-top--dropdown-qrcode img
{
    margin-bottom: 0;
}
.header-top--dropdown-qrcode span
{
    font-size: 12px;
    display: block;
    text-align: center;
}
@media(min-width: 768px)
{
    .header-top
    {
        display: block;
        background-color: #343a40;
        height: var(--header-top-height);
    }
    .header-top .drop:hover>.drop-menu
    {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }
    .header-top--dropdown
    {
        position: relative;
    }
    .header-top--dropdown>a:after
    {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        margin-left: 4px;
        transform: translate(0,-3px) rotate(45deg);
    }
    .header-top--dropdown:hover .header-top--dropdown-menu
    {
        opacity: 1;
        z-index: 9999;
        visibility: visible;
    }
    .header-top--dropdown-menu
    {
        visibility: hidden;
        position: absolute;
        padding: 5px 0;
        background-color: #343a40;
        opacity: 0;
        z-index: -1;
        transition: all .35s ease;
        top: 100%;
        left: 0;
        min-width: 130px;
        color: rgba(255,255,255,.6);
    }
    .header-top--dropdown-qrcode
    {
        display: flex;
        padding: 0 8px;
    }
    .header-top--dropdown-qrcode li
    {
        padding: 8px;
        min-width: 100px;
    }
    .header-top-right .header-top--dropdown-menu
    {
        left: auto;
        right: 0;
    }
}
.friend-link
{
    padding: 15px 45px;
    background-color: #303132;
}
@media(max-width: 1379.98px)
{
    .friend-link
    {
        padding: 15px;
    }
}
.friend-link__list
{
    flex-wrap: wrap;
}
.friend-link h6
{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}
.friend-link a
{
    display: block;
    padding: 5px;
    font-size: 16px;
    line-height: 1.4;
    color: #ccc;
}
.friend-link a:hover
{
    color: #fff;
}
.copyright
{
    text-align: center;
    padding: 10px 0;
}
.copyright span
{
    display: block;
    padding: 0 5px;
}
.copyright span, .copyright a
{
    font-size: 12px;
    line-height: 1.5;
    color: #9fa3a6;
    transition: all .35s;
}
.copyright a:hover
{
    color: #fff;
}
.copyright img
{
    display: inline-block;
    vertical-align: middle;
}
.footer
{
    color: #999;
}
.footer-title
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
}
.footer-qr
{
    width: 130px;
    font-size: 12px;
}
.footer-link
{
    font-size: 16px;
}
.footer-link a
{
    color: #999;
}
.footer-link a:hover
{
    color: #fff;
}
@media(max-width: 767.98px)
{
    .footer-link
    {
        font-size: 14px;
    }
    .footer-link li
    {
        display: inline-block;
        margin-right: 20px;
        min-width: 6em;
    }
}
.page-banner__content h2
{
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 1.3333333333;
    font-weight: bold;
}
.page-banner__content h3
{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
}
@media(max-width: 1199.98px)
{
    .page-banner__content h2
    {
        margin-bottom: 16px;
        font-size: 32px;
    }
}
@media(max-width: 767.98px)
{
    .page-banner__content h2
    {
        margin-bottom: 8px;
        font-size: 24px;
    }
}
@media(max-width: 1199.98px)
{
    .page-banner__content h3
    {
        font-size: 16px;
    }
}
@media(max-width: 767.98px)
{
    .page-banner__content h3
    {
        font-size: 12px;
    }
}
.search-page-banner
{
    padding-top: 0;
}
.search-page-banner::before
{
    padding-top: 26%;
}
@media(max-width: 991.98px)
{
    .search-page-banner::before
    {
        padding-top: 300px;
    }
}
.search-page
{
    top: 60%;
}
.search-page form
{
    max-width: 500px;
    margin: 0 auto;
}
.search-page .form-control
{
    font-size: 20px;
}
.search-page h3
{
    text-align: center;
}
.news-section
{
    padding: 60px 0 100px;
}
@media(max-width: 1199.98px)
{
    .news-section
    {
        padding: 40px 0;
    }
}
@media(max-width: 767.98px)
{
    .news-section
    {
        padding: 20px 0;
    }
}
.news-section__link
{
    margin-bottom: 20px;
}
.news-section__item
{
    padding: 60px 0;
}
.news-section__item:nth-child(even)
{
    background-color: #f8f8f8;
}
.news-section__item .wrapper
{
    display: flex;
    align-items: center;
}
.news-section__item .wrapper:hover h4
{
    color: #0c5adb;
}
.news-section__item .img
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: 60px;
}
.news-section__item .content
{
    flex: 1 0 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}
.news-section__item h4
{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3333333333;
    color: #333;
    transition: color .35s;
}
.news-section__item span
{
    display: block;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.125;
    color: #ccc;
}
.news-section__item p
{
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.625;
    text-align: justify;
    color: #666;
}
@media(max-width: 1199.98px)
{
    .news-section__item
    {
        padding: 40px 0;
    }
}
@media(max-width: 991.98px)
{
    .news-section__item
    {
        padding: 30px 0;
    }
}
@media(max-width: 767.98px)
{
    .news-section__item .wrapper
    {
        flex-wrap: wrap;
    }
}
@media(max-width: 1379.98px)
{
    .news-section__item .img
    {
        margin-right: 40px;
    }
}
@media(max-width: 1199.98px)
{
    .news-section__item .img
    {
        margin-right: 30px;
    }
}
@media(max-width: 991.98px)
{
    .news-section__item .img
    {
        margin-right: 15px;
    }
}
@media(max-width: 767.98px)
{
    .news-section__item .img
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media(max-width: 767.98px)
{
    .news-section__item .content
    {
        flex: 0 0 100%;
        min-width: auto;
    }
}
@media(max-width: 1199.98px)
{
    .news-section__item h4
    {
        margin-bottom: 8px;
        font-size: 18px;
    }
}
@media(max-width: 1379.98px)
{
    .news-section__item span
    {
        margin-bottom: 20px;
    }
}
@media(max-width: 1199.98px)
{
    .news-section__item span
    {
        margin-bottom: 15px;
        font-size: 14px;
    }
}
@media(max-width: 991.98px)
{
    .news-section__item span
    {
        display: none;
    }
}
@media(max-width: 1379.98px)
{
    .news-section__item p
    {
        margin-bottom: 30px;
    }
}
@media(max-width: 1199.98px)
{
    .news-section__item p
    {
        margin-bottom: 15px;
        font-size: 14px;
    }
}
@media(max-width: 991.98px)
{
    .news-section__item p
    {
        margin-bottom: 10px;
        font-size: 12px;
    }
}
.bbctools-item-qrcode
{
    max-width: none;
}
.ss-search-form__results
{
    padding: 5px;
}
.ss-autocomplete-result
{
    padding: 8px;
    position: relative;
    border-radius: 5px;
}
.ss-autocomplete-result:hover
{
    background-color: rgba(0,0,0,.04);
}
.dropdown-box
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pages-v2 .next a:before, .pages-v2 .end a:before, .pages-v2 .first a:before, .pages-v2 .prev a:before
{
    speak: none;
    font-style: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.banner
{
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #eee;
    overflow: hidden;
    display: block;
    background-size: cover;
}
.banner:before
{
    display: block;
    content: "";
    position: relative;
    z-index: 1;
}
.banner-index:before
{
    padding-top: 31.25%;
}
@media(max-width: 767.98px)
{
    .banner-index:before
    {
        padding-top: 0;
    }
}
.banner-page img
{
    width: 100%;
}
.banner-page-2:before
{
    padding-top: 56.40625%;
}
.notify~.notify
{
    z-index: 1051;
}
.modal-backdrop~.modal-backdrop
{
    z-index: 1050;
}
@media(min-width: 768px)
{
    .notify
    {
        padding-right: 17px;
    }
}
.notify .notify-desc
{
    color: #999;
}
.notify .modal-dialog
{
    max-width: 420px;
}
.notify .modal-content
{
    border-radius: 10px;
}
.notify .modal-footer
{
    padding: 0;
    display: flex;
}
.notify .modal-footer>.btn
{
    margin: 0;
    flex-basis: 0;
    border-color: transparent!important;
    -ms-flex-positive: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: #444;
    border-left: 1px solid #e9ecef!important;
}
.notify .modal-footer>.btn:hover
{
    background-color: #f6f6f6;
}
.notify .modal-footer>.btn:active
{
    background-color: #e8e8e8;
}
.notify .modal-footer>.btn.btn-ok, .notify .modal-footer>.btn.btn-primary
{
    color: #0c5adb;
}
.notify .modal-footer>.btn:first-child
{
    border-left: 0!important;
    border-bottom-left-radius: 10px;
}
.notify .modal-footer>.btn:last-child
{
    border-bottom-right-radius: 10px;
}
.ie9 .notify .notify .modal-footer
{
    display: table;
}
.ie9 .notify .notify .modal-footer>.btn
{
    display: table-cell;
}
.notify-alert .modal-dialog
{
    max-width: 360px;
}
.notify-auto
{
    color: #999;
    font-size: 12px;
    text-align: center;
}
.row-list
{
    margin: 0 -15px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.row-list>li
{
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.row-1>li, .row-1>div
{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.row-2>li, .row-2>div
{
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.row-3>li, .row-3>div
{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
}
.row-4>li, .row-4>div
{
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}
.row-5>li, .row-5>div
{
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
}
.row-6>li, .row-6>div
{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
}
.row-7>li, .row-7>div
{
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
    width: 14.2857142857%;
}
.row-8>li, .row-8>div
{
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
}
.row-1>li, .row-1>div
{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.row-2>li, .row-2>div
{
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.row-3>li, .row-3>div
{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
}
.row-4>li, .row-4>div
{
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}
.row-5>li, .row-5>div
{
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
}
.row-6>li, .row-6>div
{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
}
.row-7>li, .row-7>div
{
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
    width: 14.2857142857%;
}
.row-8>li, .row-8>div
{
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
}
@media(min-width: 576px)
{
    .row-sm-1>li, .row-sm-1>div
    {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .row-sm-2>li, .row-sm-2>div
    {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .row-sm-3>li, .row-sm-3>div
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        width: 33.3333333333%;
    }
    .row-sm-4>li, .row-sm-4>div
    {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .row-sm-5>li, .row-sm-5>div
    {
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .row-sm-6>li, .row-sm-6>div
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        width: 16.6666666667%;
    }
    .row-sm-7>li, .row-sm-7>div
    {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        width: 14.2857142857%;
    }
    .row-sm-8>li, .row-sm-8>div
    {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%;
    }
}
@media(min-width: 768px)
{
    .row-md-1>li, .row-md-1>div
    {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .row-md-2>li, .row-md-2>div
    {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .row-md-3>li, .row-md-3>div
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        width: 33.3333333333%;
    }
    .row-md-4>li, .row-md-4>div
    {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .row-md-5>li, .row-md-5>div
    {
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .row-md-6>li, .row-md-6>div
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        width: 16.6666666667%;
    }
    .row-md-7>li, .row-md-7>div
    {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        width: 14.2857142857%;
    }
    .row-md-8>li, .row-md-8>div
    {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%;
    }
}
@media(min-width: 992px)
{
    .row-lg-1>li, .row-lg-1>div
    {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .row-lg-2>li, .row-lg-2>div
    {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .row-lg-3>li, .row-lg-3>div
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        width: 33.3333333333%;
    }
    .row-lg-4>li, .row-lg-4>div
    {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .row-lg-5>li, .row-lg-5>div
    {
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .row-lg-6>li, .row-lg-6>div
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        width: 16.6666666667%;
    }
    .row-lg-7>li, .row-lg-7>div
    {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        width: 14.2857142857%;
    }
    .row-lg-8>li, .row-lg-8>div
    {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%;
    }
}
@media(min-width: 1140px)
{
    .row-xl-1>li, .row-xl-1>div
    {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .row-xl-2>li, .row-xl-2>div
    {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .row-xl-3>li, .row-xl-3>div
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        width: 33.3333333333%;
    }
    .row-xl-4>li, .row-xl-4>div
    {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .row-xl-5>li, .row-xl-5>div
    {
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .row-xl-6>li, .row-xl-6>div
    {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        width: 16.6666666667%;
    }
    .row-xl-7>li, .row-xl-7>div
    {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        width: 14.2857142857%;
    }
    .row-xl-8>li, .row-xl-8>div
    {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%;
    }
}
.pagination
{
    margin-bottom: 40px;
}
.pagination .pages
{
    margin: 0 -5px;
}
.pagination li
{
    display: inline-block;
    vertical-align: middle;
}
.pagination li.active a, .pagination li:hover a
{
    background-color: #0c5adb;
    border-color: #0c5adb;
    color: #fff;
}
.pagination a
{
    height: 36px;
    line-height: 34px;
    min-width: 36px;
    padding: 0 7px;
    text-align: center;
    transition: all .35s;
    border: 1px solid #ddd;
    color: #333;
    display: block;
}
@media(max-width: 991.98px)
{
    .pagination
    {
        margin-bottom: 30px;
    }
}
@media(max-width: 767.98px)
{
    .pagination
    {
        margin-bottom: 20px;
    }
}
.pages-v1 .next a:before
{
    content: "下一页";
}
.pages-v1 .prev a:before
{
    content: "上一页";
}
.pages-v2 .next a:before, .pages-v2 .end a:before, .pages-v2 .first a:before, .pages-v2 .prev a:before
{
    display: inline-block;
}
.pages-v2 .next a:before
{
    content: "";
}
.pages-v2 .prev a:before
{
    content: "";
}
.pages-v2 .first a:before
{
    content: "";
}
.pages-v2 .end a:before
{
    content: "";
}
[class*=shadow--hover]
{
    transition: box-shadow .35s ease;
}
.shadow-none, .shadow-none--focus:focus, .g-parent:hover .shadow-none--parent-hover
{
    box-shadow: none!important;
}
.shadow-v1, .shadow--hover-v1:hover, .shadow-v1-1, .shadow--hover-v1-1:hover
{
    box-shadow: 0 0 5px rgba(37,37,37,.1);
}
.shadow-v1-2, .shadow--hover-v1-2:hover
{
    box-shadow: 0 0 10px rgba(37,37,37,.1);
}
.shadow-v1-3, .shadow--hover-v1-3:hover
{
    box-shadow: 0 0 15px rgba(37,37,37,.1);
}
.shadow-v1-4, .shadow--hover-v1-4:hover
{
    box-shadow: 0 0 20px rgba(37,37,37,.1);
}
.shadow-v2
{
    box-shadow: 0 12px 12px -8px rgba(37,37,37,.2);
}
.shadow-v2-1, .shadow--hover-v2-1:hover
{
    box-shadow: 0 6px 6px -4px rgba(37,37,37,.2);
}
.shadow-v2-2, .shadow--hover-v2-2:hover
{
    box-shadow: 0 12px 12px -8px rgba(37,37,37,.2);
}
.shadow-v2-3, .shadow--hover-v2-3:hover
{
    box-shadow: 0 18px 18px -12px rgba(37,37,37,.2);
}
.shadow-v2-4, .shadow--hover-v2-4:hover
{
    box-shadow: 0 24px 24px -16px rgba(37,37,37,.2);
}
[class*=shadow--hover-v3]:after, [class*=shadow--hover-v3]:before
{
    box-shadow: none!important;
    transition: box-shadow .35s ease;
}
.shadow-v3
{
    position: relative;
}
.shadow-v3:after, .shadow-v3:before
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
}
.shadow-v3:after
{
    display: block;
    right: 10px;
    transform: rotate(3deg);
}
.shadow-v3:before
{
    display: block;
    left: 10px;
    transform: rotate(-3deg);
}
.shadow-v3:hover:after, .shadow-v3:hover:before
{
    box-shadow: 0 30px 20px rgba(37,37,37,.2)!important;
}
.shadow-v3-left
{
    position: relative;
}
.shadow-v3-left:after
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
}
.shadow-v3-left:before
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
    display: block;
    left: 10px;
    transform: rotate(-3deg);
}
.shadow-v3-left:hover:after, .shadow-v3-left:hover:before
{
    box-shadow: 0 30px 20px rgba(37,37,37,.2)!important;
}
.shadow-v3-right
{
    position: relative;
}
.shadow-v3-right:after, .shadow-v3-right:before
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
}
.shadow-v3-right:after
{
    display: block;
    right: 10px;
    transform: rotate(3deg);
}
.shadow-v3-right:hover:after, .shadow-v3-right:hover:before
{
    box-shadow: 0 30px 20px rgba(37,37,37,.2)!important;
}
.shadow--hover-v3-left
{
    position: relative;
}
.shadow--hover-v3-left:after
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
}
.shadow--hover-v3-left:before
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
    display: block;
    left: 10px;
    transform: rotate(-3deg);
}
.shadow--hover-v3-left:hover:after, .shadow--hover-v3-left:hover:before
{
    box-shadow: 0 30px 20px rgba(37,37,37,.2)!important;
}
.shadow--hover-v3-right
{
    position: relative;
}
.shadow--hover-v3-right:after
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
}
.shadow--hover-v3-right:before
{
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(37,37,37,.2);
    z-index: -1;
    bottom: 30px;
    box-shadow: 0 30px 20px rgba(37,37,37,.2);
    display: block;
    left: 10px;
    transform: rotate(-3deg);
}
.shadow--hover-v3-right:hover:after, .shadow--hover-v3-right:hover:before
{
    box-shadow: 0 30px 20px rgba(37,37,37,.2)!important;
}
.shadow-v4-left
{
    box-shadow: -10px 10px 20px -10px rgba(37,37,37,.075);
}
.shadow-v4-right
{
    box-shadow: 10px 10px 20px -10px rgba(37,37,37,.075);
}
.shadow-v4-left-1, .shadow--hover-v4-left-1:hover
{
    box-shadow: -5px 5px 10px -5px rgba(37,37,37,.075);
}
.shadow-v4-right-1, .shadow--hover-v4-right-1:hover
{
    box-shadow: 5px 5px 10px -5px rgba(37,37,37,.075);
}
.shadow-v4-left-2, .shadow--hover-v4-left-2:hover
{
    box-shadow: -10px 10px 20px -10px rgba(37,37,37,.1125);
}
.shadow-v4-right-2, .shadow--hover-v4-right-2:hover
{
    box-shadow: 10px 10px 20px -10px rgba(37,37,37,.1125);
}
.shadow-v4-left-3, .shadow--hover-v4-left-3:hover
{
    box-shadow: -15px 15px 30px -15px rgba(37,37,37,.15);
}
.shadow-v4-right-3, .shadow--hover-v4-right-3:hover
{
    box-shadow: 15px 15px 30px -15px rgba(37,37,37,.15);
}
.shadow-v4-left-4, .shadow--hover-v4-left-4:hover
{
    box-shadow: -20px 20px 40px -20px rgba(37,37,37,.1875);
}
.shadow-v4-right-4, .shadow--hover-v4-right-4:hover
{
    box-shadow: 20px 20px 40px -20px rgba(37,37,37,.1875);
}
.label-required
{
    position: relative;
}
.label-required:before
{
    content: "*";
    color: #dc3545;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: .75em;
    margin-left: -.75em;
}
.help-block
{
    display: none;
}
.has-error .form-control
{
    border-color: #dc3545;
}
.has-error .help-block
{
    margin-top: 5px;
    display: block;
    color: #dc3545;
}
.has-error label
{
    color: #dc3545!important;
}
.has-error .checker .checker-radio:before, .has-error .checker .checker-checkbox:before
{
    border-color: #dc3545;
}
.form-v1 .col-form-label
{
    margin-left: 15px;
    width: calc(100% - 30px);
}
.form-label-3 .col-form-label
{
    flex: 0 0 3em;
    max-width: 3em;
}
.form-label-3 .col-js-select
{
    max-width: calc(100% - 3em - 15px);
}
.form-label-4 .col-form-label
{
    flex: 0 0 4em;
    max-width: 4em;
}
.form-label-4 .col-js-select
{
    max-width: calc(100% - 4em - 15px);
}
.form-label-5 .col-form-label
{
    flex: 0 0 5em;
    max-width: 5em;
}
.form-label-5 .col-js-select
{
    max-width: calc(100% - 5em - 15px);
}
.form-label-6 .col-form-label
{
    flex: 0 0 6em;
    max-width: 6em;
}
.form-label-6 .col-js-select
{
    max-width: calc(100% - 6em - 15px);
}
.form-label-7 .col-form-label
{
    flex: 0 0 7em;
    max-width: 7em;
}
.form-label-7 .col-js-select
{
    max-width: calc(100% - 7em - 15px);
}
@media(min-width: 576px)
{
    .form-sm-label-3 .col-form-label
    {
        flex: 0 0 3em;
        max-width: 3em;
    }
    .form-sm-label-3 .col-js-select
    {
        max-width: calc(100% - 3em - 15px);
    }
}
@media(min-width: 576px)
{
    .form-sm-label-4 .col-form-label
    {
        flex: 0 0 4em;
        max-width: 4em;
    }
    .form-sm-label-4 .col-js-select
    {
        max-width: calc(100% - 4em - 15px);
    }
}
@media(min-width: 576px)
{
    .form-sm-label-5 .col-form-label
    {
        flex: 0 0 5em;
        max-width: 5em;
    }
    .form-sm-label-5 .col-js-select
    {
        max-width: calc(100% - 5em - 15px);
    }
}
@media(min-width: 576px)
{
    .form-sm-label-6 .col-form-label
    {
        flex: 0 0 6em;
        max-width: 6em;
    }
    .form-sm-label-6 .col-js-select
    {
        max-width: calc(100% - 6em - 15px);
    }
}
@media(min-width: 576px)
{
    .form-sm-label-7 .col-form-label
    {
        flex: 0 0 7em;
        max-width: 7em;
    }
    .form-sm-label-7 .col-js-select
    {
        max-width: calc(100% - 7em - 15px);
    }
}
@media(min-width: 768px)
{
    .form-md-label-3 .col-form-label
    {
        flex: 0 0 3em;
        max-width: 3em;
    }
    .form-md-label-3 .col-js-select
    {
        max-width: calc(100% - 3em - 15px);
    }
}
@media(min-width: 768px)
{
    .form-md-label-4 .col-form-label
    {
        flex: 0 0 4em;
        max-width: 4em;
    }
    .form-md-label-4 .col-js-select
    {
        max-width: calc(100% - 4em - 15px);
    }
}
@media(min-width: 768px)
{
    .form-md-label-5 .col-form-label
    {
        flex: 0 0 5em;
        max-width: 5em;
    }
    .form-md-label-5 .col-js-select
    {
        max-width: calc(100% - 5em - 15px);
    }
}
@media(min-width: 768px)
{
    .form-md-label-6 .col-form-label
    {
        flex: 0 0 6em;
        max-width: 6em;
    }
    .form-md-label-6 .col-js-select
    {
        max-width: calc(100% - 6em - 15px);
    }
}
@media(min-width: 768px)
{
    .form-md-label-7 .col-form-label
    {
        flex: 0 0 7em;
        max-width: 7em;
    }
    .form-md-label-7 .col-js-select
    {
        max-width: calc(100% - 7em - 15px);
    }
}
@media(min-width: 992px)
{
    .form-lg-label-3 .col-form-label
    {
        flex: 0 0 3em;
        max-width: 3em;
    }
    .form-lg-label-3 .col-js-select
    {
        max-width: calc(100% - 3em - 15px);
    }
}
@media(min-width: 992px)
{
    .form-lg-label-4 .col-form-label
    {
        flex: 0 0 4em;
        max-width: 4em;
    }
    .form-lg-label-4 .col-js-select
    {
        max-width: calc(100% - 4em - 15px);
    }
}
@media(min-width: 992px)
{
    .form-lg-label-5 .col-form-label
    {
        flex: 0 0 5em;
        max-width: 5em;
    }
    .form-lg-label-5 .col-js-select
    {
        max-width: calc(100% - 5em - 15px);
    }
}
@media(min-width: 992px)
{
    .form-lg-label-6 .col-form-label
    {
        flex: 0 0 6em;
        max-width: 6em;
    }
    .form-lg-label-6 .col-js-select
    {
        max-width: calc(100% - 6em - 15px);
    }
}
@media(min-width: 992px)
{
    .form-lg-label-7 .col-form-label
    {
        flex: 0 0 7em;
        max-width: 7em;
    }
    .form-lg-label-7 .col-js-select
    {
        max-width: calc(100% - 7em - 15px);
    }
}
@media(min-width: 1140px)
{
    .form-xl-label-3 .col-form-label
    {
        flex: 0 0 3em;
        max-width: 3em;
    }
    .form-xl-label-3 .col-js-select
    {
        max-width: calc(100% - 3em - 15px);
    }
}
@media(min-width: 1140px)
{
    .form-xl-label-4 .col-form-label
    {
        flex: 0 0 4em;
        max-width: 4em;
    }
    .form-xl-label-4 .col-js-select
    {
        max-width: calc(100% - 4em - 15px);
    }
}
@media(min-width: 1140px)
{
    .form-xl-label-5 .col-form-label
    {
        flex: 0 0 5em;
        max-width: 5em;
    }
    .form-xl-label-5 .col-js-select
    {
        max-width: calc(100% - 5em - 15px);
    }
}
@media(min-width: 1140px)
{
    .form-xl-label-6 .col-form-label
    {
        flex: 0 0 6em;
        max-width: 6em;
    }
    .form-xl-label-6 .col-js-select
    {
        max-width: calc(100% - 6em - 15px);
    }
}
@media(min-width: 1140px)
{
    .form-xl-label-7 .col-form-label
    {
        flex: 0 0 7em;
        max-width: 7em;
    }
    .form-xl-label-7 .col-js-select
    {
        max-width: calc(100% - 7em - 15px);
    }
}
.checker
{
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    display: inline-block;
    font-size: inherit;
    line-height: 1.5;
    margin-right: 15px;
    cursor: pointer;
}
.checker .checker-radio, .checker .checker-checkbox
{
    position: relative;
    padding-left: 1.5em;
    display: block;
}
.checker .checker-radio:before, .checker .checker-radio:after
{
    color: #aaa;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: block;
    font-size: 16px;
}
.checker .checker-checkbox:before, .checker .checker-checkbox:after
{
    color: #aaa;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: block;
    font-size: 16px;
}
.checker .checker-radio:before, .checker .checker-checkbox:before
{
    width: 1em;
    height: 1em;
    border: 1px solid;
}
.checker .checker-radio:hover:before, .checker .checker-checkbox:hover:before
{
    color: #0c5adb;
}
.checker .checker-radio:before
{
    border-radius: 50%;
}
.checker .checker-radio:after
{
    border-radius: 50%;
    opacity: 0;
    border: .25em solid;
    top: 7px;
    left: .25em;
}
.checker .checker-checkbox:before
{
    border-radius: 3px;
}
.checker .checker-checkbox:after
{
    opacity: 0;
    border-radius: 1px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    width: .4em;
    height: .6em;
    top: 5px;
    left: .325em;
    transform: rotate(45deg);
}
.checker input:checked+.checker-radio:after, .checker input:checked+.checker-radio:before
{
    color: #0c5adb;
}
.checker input:checked+.checker-checkbox:after, .checker input:checked+.checker-checkbox:before
{
    color: #0c5adb;
}
.checker input:checked+.checker-radio:after, .checker input:checked+.checker-checkbox:after
{
    opacity: 1;
}
.checker-sm
{
    font-size: .875rem;
}
.select-v1
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 1rem 1rem;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 1.75rem;
}
.spinner
{
    border: 5px solid #eee;
    border-top: 5px solid #0c5adb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    animation: spin 1.2s linear infinite;
}
@keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
.spinner-sm
{
    width: 1em;
    height: 1em;
    border: 2px solid rgba(37,37,37,.5);
    border-top: 2px solid #eee;
    margin-right: 5px;
}
.is-sticky
{
    z-index: 999;
}
.sticky
{
    width: 100%;
}
@media(max-width: 767.98px)
{
    .nav.nav-color>li
    {
        border: 0!important;
    }
    .nav.nav-color>li:nth-child(1)>a
    {
        background-color: #0c5adb;
    }
    .nav.nav-color>li:nth-child(1)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(2)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(2)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(3)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(3)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(4)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(4)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(5)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(5)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(6)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(6)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(7)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(7)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(8)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(8)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(9)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(9)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(10)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(10)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(11)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(11)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(12)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(12)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(13)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(13)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(14)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(14)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(15)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(15)>a:hover
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(16)>a
    {
        background-color: #0946ab;
    }
    .nav.nav-color>li:nth-child(16)>a:hover
    {
        background-color: #0946ab;
    }
}
#footer
{
    background-color: #191919;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.copyright
{
    background-color: #202020;
    text-align: center;
    color: #ccc;
    padding: 15px;
    font-size: 12px;
    line-height: 20px;
}
.copyright span, .copyright a
{
    display: inline-block;
    padding: 0 7px;
    color: #ccc;
}
.copyright span a
{
    padding: 0 3px;
}
.copyright a:hover
{
    color: #fff;
}
.copyright .beian img
{
    width: 20px;
    height: 20px;
    max-width: 20px;
    margin-right: 5px;
}
.footer-menu
{
    padding-top: 20px;
    text-align: center;
}
.footer-menu li
{
    display: inline-block;
}
.footer-menu li a
{
    padding: 0 10px;
    color: #fff;
    display: inline-block;
}
.footer-menu li a:hover
{
    color: #bbb;
}
.footer-menu li:last-of-type a
{
    border-right: 0;
}
@media(max-width: 767.98px)
{
    .footer-menu
    {
        border-bottom: 0;
        padding-bottom: 0;
    }
}
@media(max-width: 767.98px)
{
    .footer-menu li a
    {
        padding: 8px 10px;
    }
}
.foot-tool
{
    display: none;
}
@media(max-width: 767.98px)
{
    .foot-tool
    {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        flex-wrap: wrap;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 5px 0 10px rgba(37,37,37,.05);
        z-index: 998;
    }
    .foot-tool[data-foot="1"] li
    {
        width: 100%;
    }
    .foot-tool[data-foot="2"] li
    {
        width: 50%;
    }
    .foot-tool[data-foot="3"] li
    {
        width: 33.3333333333%;
    }
    .foot-tool[data-foot="4"] li
    {
        width: 25%;
    }
    .foot-tool li
    {
        width: 25%;
    }
    .foot-tool li a
    {
        display: block;
        text-align: center;
        padding: 10px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.5;
        transition: all .35s;
    }
    .foot-tool li a i
    {
        margin-bottom: 3px;
        display: block;
        font-size: 18px;
        line-height: 1;
    }
    .foot-tool li a:hover
    {
        color: #0c5adb;
    }
    .foot-tool .popup_more
    {
        position: relative;
    }
    .foot-tool .popup_more:before
    {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: "";
        display: block;
    }
}
.owl-carousel
{
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage
{
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer
{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img
{
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled
{
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next
{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    user-select: none;
}
.owl-carousel .owl-dot
{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded
{
    display: block;
}
.owl-carousel.owl-loading
{
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden
{
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item
{
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item
{
    -webkit-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab
{
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl
{
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item
{
    float: right;
}
.no-js .owl-carousel
{
    display: block;
}
.owl-carousel .animated
{
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in
{
    z-index: 0;
}
.owl-carousel .owl-animated-out
{
    z-index: 1;
}
.owl-carousel .fadeOut
{
    animation-name: fadeOut;
}
@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
.owl-height
{
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy
{
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy
{
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper
{
    position: relative;
    height: 100%;
    background: #252525;
}
.owl-carousel .owl-video-play-icon
{
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/themes/m5321/assets/scss/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover
{
    transform: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon
{
    display: none;
}
.owl-carousel .owl-video-tn
{
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame
{
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
select.bs-select-hidden, select.selectpicker
{
    display: none!important;
}
.btn-js-select, .js-select.form-control:not(.btn-group)
{
    background-color: inherit;
    color: inherit;
    border: 1px solid #ccc;
    width: 100%;
    text-align: left;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 1rem 1rem;
    padding-right: 1.75rem;
    -webkit-appearance: none;
    appearance: none;
}
.btn-js-select:focus
{
    box-shadow: none;
    outline: 0;
}
.js-select
{
    position: relative;
}
.js-select.form-control:not(.btn-group):focus
{
    box-shadow: none;
    outline: 0;
}
.js-select>.dropdown-toggle
{
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.js-select>.dropdown-toggle.bs-placeholder
{
    color: #999;
}
.js-select>.dropdown-toggle.bs-placeholder:hover, .js-select>.dropdown-toggle.bs-placeholder:focus, .js-select>.dropdown-toggle.bs-placeholder:active
{
    color: #999;
}
.js-select>select
{
    display: none;
}
.js-select.mobile-false>select
{
    position: absolute!important;
    top: 0;
    left: 0;
    opacity: 0;
    display: block!important;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.has-error .js-select .dropdown-toggle, .error .js-select .dropdown-toggle
{
    border-color: #dc3545;
}
.js-select.fit-width
{
    width: auto!important;
}
.js-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
{
    width: 220px;
}
.js-select.form-control.btn-group
{
    margin-bottom: 0;
    padding: 0;
    border: 0;
}
.js-select.form-control.btn-group:not([class*=col-])
{
    width: 100%;
}
.js-select.form-control.btn-group.input-group-btn
{
    z-index: auto;
}
.js-select.form-control.btn-group.input-group-btn:not(:first-child):not(:last-child)>.btn
{
    border-radius: 0;
}
.js-select.btn-group:not(.input-group-btn), .js-select.btn-group[class*=col-]
{
    float: none;
    display: inline-block;
    margin-left: 0;
}
.js-select.btn-group.dropdown-menu-right, .js-select.btn-group[class*=col-].dropdown-menu-right
{
    float: right;
}
.row .js-select.btn-group[class*=col-].dropdown-menu-right
{
    float: right;
}
.form-inline .js-select.btn-group, .form-horizontal .js-select.btn-group, .form-group .js-select.btn-group
{
    margin-bottom: 0;
}
.form-group-lg .js-select.btn-group.form-control, .form-group-sm .js-select.btn-group.form-control
{
    padding: 0;
}
.form-group-lg .js-select.btn-group.form-control .dropdown-toggle, .form-group-sm .js-select.btn-group.form-control .dropdown-toggle
{
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.form-inline .js-select.btn-group .form-control
{
    width: 100%;
}
.js-select .dropdown-toggle:after
{
    display: none;
}
.js-select.btn-group.disabled, .js-select.btn-group>.disabled
{
    cursor: not-allowed;
}
.js-select.btn-group.disabled:focus, .js-select.btn-group>.disabled:focus
{
    outline: none!important;
}
.js-select.btn-group.bs-container
{
    position: absolute;
    height: 0!important;
    padding: 0!important;
}
.js-select.btn-group.bs-container .dropdown-menu
{
    z-index: 1060;
}
.js-select.btn-group .dropdown-toggle .filter-option
{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
}
.js-select.btn-group[class*=col-] .dropdown-toggle
{
    width: 100%;
}
.js-select.btn-group .dropdown-menu
{
    min-width: 100%;
    box-sizing: border-box;
}
.js-select.btn-group .dropdown-menu.inner
{
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.js-select.btn-group .dropdown-menu li
{
    position: relative;
}
.js-select.btn-group .dropdown-menu li.active small
{
    color: #fff;
}
.js-select.btn-group .dropdown-menu li.disabled a
{
    cursor: not-allowed;
}
.js-select.btn-group .dropdown-menu li a
{
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.js-select.btn-group .dropdown-menu li a.opt
{
    position: relative;
    padding-left: 2.25em;
}
.js-select.btn-group .dropdown-menu li a span.check-mark
{
    display: none;
}
.js-select.btn-group .dropdown-menu li a span.text
{
    display: inline-block;
}
.js-select.btn-group .dropdown-menu li small
{
    padding-left: .5em;
}
.js-select.btn-group .dropdown-menu .notify
{
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(37,37,37,.05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box;
}
.js-select.btn-group .no-results
{
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.js-select.btn-group.fit-width .dropdown-toggle .filter-option
{
    position: static;
}
.js-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark
{
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.js-select.btn-group.show-tick .dropdown-menu li a span.text
{
    margin-right: 34px;
}
.js-select.show-menu-arrow.open>.dropdown-toggle
{
    z-index: 1061;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton
{
    padding: 4px 8px;
}
.bs-actionsbox
{
    width: 100%;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button
{
    width: 50%;
}
.bs-donebutton
{
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button
{
    width: 100%;
}
.bs-searchbox+.bs-actionsbox
{
    padding: 0 8px 4px;
}
.dropdown-menu.inner
{
    display: block;
}
.dropdown-menu.inner a
{
    display: block;
    padding: .25em .75em;
    color: #444;
    outline: 0;
}
.dropdown-menu.inner a:hover
{
    background-color: #f5f5f5;
}
.dropdown-menu.inner .selected a
{
    background-color: #f5f5f5;
    color: #0c5adb;
}
.js-select-searching li a
{
    display: none!important;
}
.js-select-searching li.no-results a
{
    display: block;
}
.js-select-loader
{
    position: relative;
}
.js-select-loader .spinner
{
    position: absolute;
    bottom: .375rem;
    right: .5rem;
    background-color: #fff;
    z-index: 99;
}
.ajax-load-container
{
    text-align: center;
    display: none;
}
.ajax-loading .ajax-load-container, .ajax-complete .ajax-load-container
{
    display: block;
}
.ajax-loading .ajax-load-btn-txt, .ajax-complete .ajax-load-btn-txt
{
    display: none;
}
.ajax-spinner
{
    border: 3px solid #0946ab;
    border-top: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    animation: loader-spin 1.2s linear infinite;
}
@keyframes loader-spin
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
.masonry-item img
{
    transition: all .35s ease!important;
    opacity: 1;
}
.masonry-lazy-error
{
    height: 120px;
    position: relative;
    background-color: #ddd;
}
.masonry-lazy-error:before
{
    width: 30px;
    height: 30px;
    content: "×";
    display: block;
    border: 2px solid;
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #dc3545;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    opacity: .5;
}
.masonry-lazy-error img
{
    opacity: 0;
}
.masonry-lazy-loading
{
    position: relative;
    height: 120px;
    overflow: hidden;
}
.masonry-lazy-loading:before
{
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    border: 3px solid transparent;
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-color: #0c5adb;
    border-radius: 50%;
    animation: spinner 1s infinite ease;
}
.masonry-lazy-loading:after
{
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    border: 3px solid transparent;
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-color: #0c5adb;
    border-radius: 50%;
    animation: spinner 1s infinite ease;
    border-left-color: #0c5adb;
    animation: spinner2 1s infinite linear;
    transform: rotate(20deg);
}
.masonry-lazy-loading img
{
    opacity: 0;
}
@keyframes spinner
{
    from
    {
        transform: rotate(0);
    }
    to
    {
        transform: rotate(360deg);
    }
}
@keyframes spinner2
{
    from
    {
        transform: rotate(20deg);
    }
    to
    {
        transform: rotate(380deg);
    }
}
[data-toggle=img]
{
    position: relative;
}
[data-toggle=img] img
{
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
[data-toggle=img]:after
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    opacity: 1;
    transition: opacity .35s;
    z-index: 2;
    background-color: #eee;
}
.img-cover, .img-contain
{
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.img-cover
{
    background-size: cover;
}
.img-contain
{
    background-size: contain;
}
.img-loaded:after
{
    opacity: 0;
}
.img-parallax
{
    overflow: hidden;
    position: relative;
}
.parallax-bg
{
    position: absolute;
    top: 0;
    min-height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}
.z-index-3
{
    position: relative;
    z-index: 3;
}
/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    filter: grayscale(1);
    filter: gray;
}
.grayscale.grayscale-fade
{
    transition: filter .5s;
}
.grayscale.grayscale-fade:hover
{
    filter: grayscale(0);
}
.grayscale.grayscale-off
{
    filter: grayscale(0);
}
.grayscale.grayscale-replaced
{
    filter: none;
}
.grayscale.grayscale-replaced>svg
{
    transition: opacity .5s ease;
    opacity: 1;
}
.grayscale.grayscale-replaced.grayscale-fade:hover>svg, .grayscale.grayscale-replaced.grayscale-off>svg
{
    opacity: 0;
}
.lightbox-modal .modal-dialog
{
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.lightbox-modal .modal-content
{
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: rgba(37,37,37,.75);
}
.lightbox-control
{
    position: absolute;
    top: 50%;
    height: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}
.lightbox-control>button
{
    position: relative;
    z-index: 99;
}
.lightbox-next
{
    float: right;
}
.lightbox-prev
{
    float: left;
}
.lightbox-close
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.lightbox-container
{
    width: 300px;
    height: 300px;
    position: relative;
    transition: width .35s,height .35s;
}
.lightbox-item
{
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    margin: auto;
    opacity: 0;
    transition: all .5s ease;
}
.lightbox-item:not(.active)
{
    width: 100px!important;
    height: 100px!important;
}
.lightbox-item.active
{
    opacity: 1;
    z-index: 200;
}
.lightbox-item>img
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.lightbox-item.prev-1, .lightbox-item.next-1
{
    width: 250px!important;
    height: 300px!important;
    opacity: .85;
    z-index: 80;
}
.lightbox-item.prev-2, .lightbox-item.next-2
{
    width: 200px!important;
    height: 250px!important;
    opacity: .85;
    z-index: 40;
}
.lightbox-count
{
    position: absolute;
    top: 90%;
    font-size: 22px;
    color: #fff;
    width: 100%;
    z-index: 99;
    text-align: center;
}
.section
{
    padding: 80px 0 40px;
}
.heading
{
    text-align: center;
}
.heading p
{
    font-size: 45px;
    font-family: "AvantGarde Bk BT","Times New Roman","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 8px;
}
.heading h3
{
    font-size: 30px;
    color: #0c5adb;
    font-weight: bold;
}
.heading h3:before, .heading h3:after
{
    display: inline-block;
    height: 2px;
    border: 1px solid #ccc;
    width: 2em;
    content: "";
    vertical-align: middle;
    margin: 0 1em;
}
a
{
    transition: all .35s ease;
}
.nav-tab-v1
{
    text-align: center;
    margin: 45px -15px;
}
.nav-tab-v1 a
{
    display: inline-block;
    padding: 8px 15px;
    background-color: #0c5adb;
    color: #fff;
    margin: 0 15px 20px;
    font-size: 16px;
    position: relative;
}
.nav-tab-v1 a:before
{
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #0c5adb;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    transform: translate(0,-8px);
    transition: all .35s ease;
}
.nav-tab-v1 a:hover
{
    background-color: #2774f3;
}
.nav-tab-v1 a:hover:before
{
    border-top: 8px solid #2774f3;
}
.nav-tab-v1 a.active:before
{
    transform: translate(0,0);
    opacity: 1;
}
.btn-half-arrow
{
    padding: 12px 20px;
    width: 90px;
    border-radius: 13px;
    float: right;
    margin-left: 15px;
}
.btn-half-arrow i
{
    display: block;
    position: relative;
    border-top: 1px solid;
}
.btn-half-arrow i:before
{
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 8px;
    border-top: 1px solid;
    transform: rotate(-135deg);
    transform-origin: 0 0;
}
.block-v1
{
    padding: 30px;
    background-color: #f6f6f6;
    margin-bottom: 40px;
    transition: background-color .35s ease;
    color: #444;
}
.block-v1 .ratio
{
    transition: transform .35s,box-shadow .35s;
}
.block-v1:hover .ratio
{
    box-shadow: 3px 3px 10px rgba(37,37,37,.1);
    transform: scale(.9);
}
.block-v1 .title
{
    margin-top: 20px;
}
.block-v1 h4
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 20px;
}
.block-v1 .btn-half-arrow
{
    background-color: #0c5adb;
    color: #fff;
}
.block-v1:hover
{
    background-color: #0c5adb;
    color: #fff;
}
.block-v1:hover .btn-half-arrow
{
    background-color: #fff;
    color: #0c5adb;
}
.more-bottom
{
    position: relative;
    margin-bottom: 20px;
}
.more-bottom:before
{
    content: "";
    display: block;
    width: 100%;
    top: 50%;
    left: 0;
    border-top: 1px solid #ccc;
    position: absolute;
}
.btn-more
{
    position: relative;
    z-index: 2;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px 35px;
    color: #444;
    background-color: #fff;
}
.btn-more:hover
{
    background-color: #0c5adb;
    color: #fff;
}
.btn-more i
{
    display: inline-block;
    vertical-align: middle;
}
.section-call-action
{
    background-color: #0c5adb;
    background-position: center center;
    color: #fff;
    padding: 50px 0;
    background-size: cover;
}
.section-call-action h3
{
    font-size: 32px;
    font-weight: bold;
    color: #3498db;
}
.section-call-action p
{
    font-size: 24px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.section-call-action p span
{
    display: inline-block;
    padding: 2px 15px;
}
.btn-consultant
{
    font-size: 20px;
    color: #0c5adb;
    padding: 12px 40px;
    font-weight: bold;
    margin-right: 80px;
    position: relative;
    z-index: 2;
}
.btn-consultant:before
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3498db;
    z-index: -1;
    transform: skewX(-20deg);
    transition: transform .35s ease;
}
.btn-consultant:hover:before
{
    transform: skew(-32deg,-2deg);
}
.list-v2
{
    color: #666;
    margin-bottom: 20px;
}
.list-v2 li
{
    margin-top: 50px;
}
.block-v2
{
    text-align: center;
}
.block-v2:hover
{
    transform: translate(0,-15px);
}
.block-v2 img
{
    max-width: 135px;
    margin: 0 auto 30px;
}
.block-v2 h4
{
    margin-bottom: 20px;
    font-size: 24px;
    color: #0c5adb;
}
@media(max-width: 767.98px)
{
    .block-v2 img
    {
        margin-bottom: 0;
    }
}
.btn i
{
    vertical-align: middle;
    display: inline-block;
}
.bg-gray
{
    background-color: #f6f6f6;
}
.block-case
{
    margin: 0 10px;
    padding: 30px;
    border: 1px solid #ccc;
    color: #444;
    background-color: #fff;
}
.block-case .ratio
{
    transition: transform .35s,box-shadow .35s;
}
.block-case:hover
{
    color: #fff;
    background-color: #0c5adb;
    border-color: #0c5adb;
}
.block-case:hover .ratio
{
    box-shadow: 3px 3px 10px rgba(37,37,37,.1);
    transform: scale(.9);
}
.block-case:hover .btn
{
    background-color: #fff;
    color: #0c5adb;
}
.block-case h4
{
    margin-top: 20px;
    margin-bottom: .5rem;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-case p
{
    margin-bottom: 1rem;
    height: 3em;
    overflow: hidden;
}
.block-case .btn
{
    background-color: #0c5adb;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
@media(max-width: 767.98px)
{
    .block-case
    {
        margin: 0 5px;
    }
}
.case-carousel-wrap
{
    padding: 50px 0 30px;
}
.case-carousel-wrap .tns-nav
{
    text-align: center;
    margin-top: 10px;
}
.case-carousel-wrap .tns-nav button
{
    border: 0;
    padding: 0;
    background-color: #cacaca;
    width: 4px;
    height: 4px;
    margin: 0 4px;
    border-radius: 50%;
}
.case-carousel-wrap .tns-nav button.tns-nav-active
{
    background-color: #0c5adb;
}
.about
{
    padding: 30px;
    background-color: #fff;
}
.about h3
{
    color: #0c5adb;
    margin-bottom: 20px;
    font-weight: bold;
}
.about p
{
    line-height: 2em;
    color: #666;
    margin-bottom: .5em;
}
.section-about
{
    position: relative;
}
.section-about .bg-white
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
}
.section-about .row
{
    position: relative;
    z-index: 3;
}
.block-news
{
    padding: 30px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    box-shadow: 3px 3px 6px rgba(37,37,37,.1);
    margin-bottom: 40px;
    color: #333;
}
.block-news::after
{
    display: block;
    clear: both;
    content: "";
}
.block-news:hover
{
    background-color: #0c5adb;
    color: #fff;
    border-color: #0c5adb;
}
.block-news h3
{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-news p
{
    opacity: .6;
}
.block-news .date
{
    float: left;
}
.block-news .title
{
    overflow: hidden;
}
.block-news .title p
{
    line-height: 1.9em;
    margin-bottom: 0;
    height: 3.8em;
    overflow: hidden;
}
.block-news .date
{
    font-size: 60px;
    text-align: center;
    margin-right: 25px;
}
.block-news .date p
{
    margin-bottom: 0;
    line-height: 1;
}
.block-news .date .day
{
    font-size: 1em;
    margin-bottom: 4px;
}
.block-news .date .year
{
    font-size: .25em;
}
@media(max-width: 1139.98px)
{
    .btn-consultant
    {
        margin-right: 0;
    }
    .list-v1
    {
        margin-left: -6px;
        margin-right: -6px;
    }
    .list-v1>li
    {
        padding-left: 6px;
        padding-right: 6px;
    }
    .block-v1
    {
        margin-bottom: 20px;
    }
}
@media(max-width: 991.98px)
{
    .section-call-action
    {
        text-align: center;
    }
    .section-call-action h3
    {
        font-size: 28px;
    }
    .section-call-action p
    {
        font-size: 18px;
    }
    .section-call-action .btn
    {
        margin-top: 20px;
    }
    .section-about .bg-white
    {
        height: 20%;
    }
}
@media(max-width: 767.98px)
{
    .list-v2 li
    {
        margin-top: 30px;
    }
    .block-v2::after
    {
        display: block;
        clear: both;
        content: "";
    }
    .block-v2 img
    {
        float: left;
        width: 70px;
        margin-right: 25px;
        margin-left: 10px;
    }
    .block-v2 .title
    {
        overflow: hidden;
        text-align: left;
    }
    .block-v2 .title h4
    {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .case-carousel-wrap
    {
        padding-top: 25px;
    }
    .section-call-action
    {
        text-align: center;
        padding: 40px 0!important;
    }
    .section-call-action h3
    {
        font-size: 18px;
    }
    .section-call-action p
    {
        font-size: 14px;
    }
    .section-call-action .btn
    {
        margin-top: 15px;
    }
    .block-news
    {
        padding: 20px;
        margin-bottom: 20px;
    }
    .btn-consultant
    {
        padding: 9px 25px;
        font-size: 14px;
    }
    .section
    {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .heading p
    {
        font-size: 24px;
    }
    .heading h3
    {
        font-size: 18px;
    }
    .nav-tab-v1
    {
        margin: 20px -15px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 1px;
    }
    .nav-tab-v1 a
    {
        margin: 0 1px 10px;
        font-size: 12px;
    }
    .btn-more
    {
        font-size: 14px;
        padding: 8px 25px;
    }
    .block-v1
    {
        padding: 15px;
    }
    .block-v1 h4
    {
        font-size: 16px;
    }
    .block-v1 .title
    {
        margin-top: 10px;
    }
    .btn-half-arrow
    {
        display: none;
    }
    .block-case
    {
        padding: 15px;
    }
    .block-case h4
    {
        margin-top: 10px;
    }
}
body
{
    min-height: 100vh;
    position: relative;
}
#footer
{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.zoom [class*=-img]
{
    overflow: hidden;
}
.zoom .ratio-item
{
    transition: transform .35s;
}
.zoom:hover .ratio-item
{
    transform: scale(1.1);
}
.breadcrumb
{
    line-height: 50px;
}
.breadcrumb .bbc-icon
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    color: #0c5adb;
    margin-right: 10px;
}
.breadcrumb span
{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 40px;
    color: #2f2f2f;
}
.breadcrumb .nav-breadcrumbs
{
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb .nav-breadcrumbs::after
{
    display: block;
    clear: both;
    content: "";
}
.breadcrumb .nav-breadcrumbs li
{
    float: left;
    position: relative;
}
.breadcrumb .nav-breadcrumbs li:not(:last-child)
{
    padding-right: 16px;
}
.breadcrumb .nav-breadcrumbs li:not(:last-child):after
{
    content: ">";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0,-50%);
}
.breadcrumb .nav-breadcrumbs a
{
    display: block;
    font-size: 12px;
    line-height: 40px;
    color: #2f2f2f;
    transition: all .35s;
}
.breadcrumb .nav-breadcrumbs a:hover
{
    color: #0c5adb;
}
.page-title
{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2.2;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.page-title:after
{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #0c5adb;
    position: absolute;
    left: 0;
    bottom: -1px;
}
@media(max-width: 991.98px)
{
    .page-title
    {
        font-size: 18px;
    }
}
.menu-left-top
{
    margin-bottom: 10px;
    border-bottom: 9px solid #eaeaea;
}
.menu-left-top .title
{
    margin-bottom: 0;
    background: url(../image/bg5.jpg) no-repeat left/cover;
    color: #fff;
    font-size: 20px;
    line-height: 102px;
    font-weight: bold;
    text-align: center;
}
.menu-left-list
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}
.menu-left-list li
{
    border-bottom: 1px solid #ddd;
}
.menu-left-list li.active>a, .menu-left-list li.active>a i
{
    color: #0c5adb;
}
.menu-left-list li>a[aria-expanded=true]
{
    color: #0c5adb;
}
.menu-left-list a
{
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 2;
    color: #444;
    position: relative;
    transition: all .35s;
}
.menu-left-list a:before
{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    height: 14px;
    width: 3px;
    background-color: #0c5adb;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .35s;
}
.menu-left-list li.active>a:before, .menu-left-list li>a[aria-expanded=true]:before
{
    opacity: 1;
}
.menu-left-list a[aria-expanded=true] i
{
    transform: translate(0,-50%) rotate(90deg);
}
.menu-left-list a i
{
    color: #444;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    transition: all .35s;
}
.menu-left-list a:hover
{
    color: #0c5adb;
}
.menu-left-list a:hover i
{
    color: #0c5adb;
}
.menu-left-list .menu-left-submenu
{
    padding: 0 10px;
}
.menu-left-list .menu-left-submenu li
{
    border-bottom: 0;
    background-color: #fff;
    border-top: 1px dashed #ddd;
}
.menu-left-list .menu-left-submenu a:before
{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #ddd;
    opacity: 1;
}
.menu-left-list .menu-left-submenu li.active a:before, .menu-left-list .menu-left-submenu a:hover:before
{
    background-color: #0c5adb;
}
.menu-left-mid
{
    margin-bottom: 10px;
    border-bottom: 9px solid #eaeaea;
}
.menu-left-mid .title
{
    margin-bottom: 0;
    background: url(../image/bg5.jpg) no-repeat left/cover;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.menu-left-product
{
    padding-top: 10px;
}
.menu-left-product .row
{
    margin-left: -5px;
    margin-right: -5px;
}
.menu-left-product .row>div
{
    padding-left: 5px;
    padding-right: 5px;
}
.menu-left-product a
{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #444;
    text-align: center;
    transition: all .3s ease-in-out 0s;
}
.menu-left-product a:hover
{
    color: #0c5adb;
}
.menu-left-product a span
{
    display: block;
}
.menu-left-bot
{
    margin-bottom: 10px;
    border-bottom: 9px solid #eaeaea;
}
.menu-left-bot .title
{
    margin-bottom: 0;
    background: url(../image/bg5.jpg) no-repeat left/cover;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.menu-left-contact
{
    background: #fff;
    padding: 10px 5px;
}
.menu-left-contact h5
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    color: #0c5adb;
}
.menu-left-contact a, .menu-left-contact p
{
    display: block;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
@media(max-width: 991.98px)
{
    .menu-left-contact a, .menu-left-contact p
    {
        font-size: 14px;
        padding-top: 0;
    }
}
.page-padding
{
    padding: 20px 0;
}
.aboutus-page-content
{
    padding-top: 20px;
    font-size: 14px;
    line-height: 2;
}
.aboutus-page-content p
{
    margin-bottom: 0;
}
@media(max-width: 991.98px)
{
    .aboutus-page-content
    {
        font-size: 14px;
        padding-bottom: 20px;
    }
}
.recommend-grp .recommened-title
{
    font-size: 14px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}
.recommend-grp .recommened-title h4
{
    margin-bottom: 0;
    border-left: 5px solid #0c5adb;
    line-height: 38px;
    padding-left: 22px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #0c5adb;
}
.recommend-grp .recommened-list
{
    border: 1px solid #e4e4e4;
    border-top: none;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
}
.recommend-grp .recommened-list::after
{
    display: block;
    clear: both;
    content: "";
}
.recommend-grp .recommened-list li
{
    float: left;
    width: 50%;
    padding: 0 15px;
}
.recommend-grp .recommened-list a
{
    display: block;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    transition: all .35s;
}
.recommend-grp .recommened-list a::after
{
    display: block;
    clear: both;
    content: "";
}
.recommend-grp .recommened-list a:hover
{
    color: #0c5adb;
}
.recommend-grp .recommened-list a h5
{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend-grp .recommened-list .date
{
    float: right;
    color: #666;
    margin-left: 10px;
}
@media(max-width: 991.98px)
{
    .recommend-grp .recommened-list li
    {
        width: 100%;
        padding: 0;
    }
    .recommend-grp .recommened-list .date
    {
        font-size: 12px;
    }
}
.recommened-pro
{
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 0 20px;
}
.recommened-pro .product-item
{
    font-size: 14px;
    line-height: 2.5;
}
@media(max-width: 767px)
{
    .recommened-pro
    {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}
.product-list
{
    padding: 20px 0;
    margin-left: -10px;
    margin-right: -10px;
}
.product-list>div
{
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width: 767.98px)
{
    .product-list
    {
        padding: 10px 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-list>div
    {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.product-item
{
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 3.125;
    text-align: center;
    color: #666;
    transition: all .35s;
}
.product-item:hover
{
    color: #fff;
    background-color: #0c5adb;
}
.product-item p
{
    margin-bottom: 0;
}
.product-item .item-img
{
    position: relative;
}
.product-item .item-img:after
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(37,37,37,.3);
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
}
.product-item .item-img .icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
    z-index: 2;
}
.product-item .item-img:hover:after, .product-item .item-img:hover .icon
{
    opacity: 1;
    visibility: visible;
}
@media(max-width: 767.98px)
{
    .product-item
    {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
.product-detail-top
{
    padding-bottom: 25px;
    border-bottom: 1px dotted #a9a9a9;
}
.product-detail-top h5
{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px dotted #a9a9a9;
}
.product-detail-top .tit-txt
{
    font-size: 14px;
    line-height: 2;
    color: #2f2f2f;
    margin-right: 10%;
}
.product-detail-top .tit-txt p
{
    margin-bottom: 10px;
}
@media(max-width: 767.98px)
{
    .product-detail-top
    {
        padding-bottom: 15px;
    }
}
.product-detail-content
{
    padding-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 2.8;
}
.product-detail-content p
{
    margin-bottom: 0;
}
.detail-pagination
{
    display: inline-block;
    margin: 20px 0;
}
.detail-pagination ul li
{
    margin: 5px 0;
}
.detail-pagination ul li a
{
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    transition: all .35s;
    padding: 5px 10px;
}
.detail-pagination ul li a:hover
{
    color: #fff;
    background-color: #0c5adb;
    text-decoration: none;
}
#slider-product-preview
{
    position: relative;
}
#slider-product-preview .count
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(37,37,37,.5);
    border-radius: 100px;
    z-index: 10;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
}
#slider-product-preview .item
{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.slider-product-thumb
{
    margin-top: 10px;
    padding: 0 20px;
    position: relative;
}
.slider-product-thumb .thumbnails-it
{
    outline: 0;
}
.slider-product-thumb .thumbnails-it .wrap-it
{
    padding: 3px;
    border: 1px solid #ddd;
    transition: all .35s;
}
.slider-product-thumb .thumbnails-it.tns-nav-active .wrap-it
{
    border-color: #0c5adb;
}
.slider-product-thumb .controls
{
    list-style: none;
    padding-left: 0;
}
.slider-product-thumb .controls li
{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.slider-product-thumb .controls li i
{
    font-size: 25px;
}
.slider-product-thumb .controls li.prev
{
    left: 0;
}
.slider-product-thumb .controls li.next
{
    right: 0;
}
.news-list
{
    padding-bottom: 40px;
}
@media(max-width: 767.98px)
{
    .news-list
    {
        padding: 10px 0 20px;
    }
}
.news-item
{
    display: block;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s;
}
.news-item::after
{
    display: block;
    clear: both;
    content: "";
}
.news-item:hover
{
    box-shadow: 0 0 15px rgba(37,37,37,.2);
}
.news-item .item-img
{
    float: left;
    width: 180px;
    margin-right: 20px;
}
.news-item .item-content
{
    overflow: hidden;
}
.news-item .item-content h4
{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease-in-out 0s;
}
.news-item .item-content .info
{
    color: #999;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
}
.news-item .item-content .info span
{
    display: inline-block;
    padding-right: 18px;
}
.news-item .item-content .txt
{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    height: 75px;
    overflow: hidden;
}
.news-item .item-content .txt p
{
    margin-bottom: 0;
}
@media(max-width: 767.98px)
{
    .news-item
    {
        padding: 15px 0;
    }
}
@media(max-width: 767.98px)
{
    .news-item .item-content .info
    {
        display: none;
    }
}
@media(max-width: 767.98px)
{
    .news-item .item-content .txt
    {
        height: 50px;
    }
}
.news-detail-top .top-tit
{
    padding-top: 20px;
    padding-bottom: 15px;
}
.news-detail-top h5
{
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
    color: #434343;
}
.news-detail-top .info
{
    font-size: 14px;
}
.news-detail-top .info span
{
    display: inline-block;
    margin: 0 10px;
}
.news-detail-top .top-content
{
    border-top: 1px dashed #dedede;
    padding: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: #2f2f2f;
}
.news-detail-top .top-content img
{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.news-detail-top .top-content p
{
    margin-bottom: 0;
}
.news-detail-mid .news-list
{
    padding-bottom: 20px;
}
.news-detail-mid .news-list::after
{
    display: block;
    clear: both;
    content: "";
}
.news-detail-mid .news-item
{
    float: left;
    width: 50%;
}
.news-detail-mid .news-item h5
{
    max-width: 65%;
}
@media(max-width: 767.98px)
{
    .news-detail-mid .news-item
    {
        float: none;
        width: 100%;
    }
}
@media(min-width: 992px)
{
    .detail-video
    {
        width: 65%;
        margin: 0 auto;
    }
}
.feedback-page-content
{
    padding-top: 40px;
}
@media(max-width: 991.98px)
{
    .feedback-page-content
    {
        padding-top: 20px;
    }
}
@media(max-width: 767.98px)
{
    .feedback-page-content
    {
        padding: 20px 0;
    }
}
@media(min-width: 992px)
{
    .feedback-page .form-group label
    {
        text-align: right;
    }
}
@media(max-width: 991.98px)
{
    .feedback-page .form-group label.label-required
    {
        margin-left: 30px;
    }
}
.feedback-page .form-control[name=captcha]
{
    height: 38px;
}
@media(min-width: 768px)
{
    .feedback-page-content form
    {
        max-width: 90%;
        margin: 0 auto;
    }
}
@media(min-width: 992px)
{
    .feedback-page-content form
    {
        max-width: 60%;
        margin: 0 auto;
    }
}
.contact-page-content
{
    padding: 20px 0;
}
.contact-page-content a, .contact-page-content p
{
    font-size: 16px;
    line-height: 2;
    color: #2f2f22;
}
.contact-page-content a
{
    display: block;
    transition: all .35s;
}
.contact-page-content a:hover
{
    color: #0c5adb;
}
.contact-page-content p
{
    margin-bottom: 0;
}
@media(max-width: 991.98px)
{
    .contact-page-content a, .contact-page-content p
    {
        font-size: 14px;
    }
}
@media(max-width: 767.98px)
{
    #map
    {
        margin-bottom: 20px;
    }
}
.friend-link
{
    padding: 30px 0;
    background-color: #191919;
    color: #fff;
    border-bottom: 1px solid #434343;
}
.friend-link::after
{
    display: block;
    clear: both;
    content: "";
}
.friend-link p
{
    float: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    margin-right: 18px;
    font-weight: 700;
}
@media(max-width: 767.98px)
{
    .friend-link
    {
        padding: 15px 0;
    }
}
@media(max-width: 767.98px)
{
    .friend-link p
    {
        font-size: 14px;
        margin-right: 15px;
    }
}
.friend-link-list::after
{
    display: block;
    clear: both;
    content: "";
}
.friend-link-list li
{
    float: left;
}
.friend-link-list li:not(:last-child) a
{
    margin-right: 20px;
}
.friend-link-list a
{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
@media(max-width: 767.98px)
{
    .friend-link-list li:not(:last-child) a
    {
        margin-right: 15px;
    }
}
@media(max-width: 767.98px)
{
    .friend-link-list a
    {
        font-size: 12px;
    }
}
.footer-content
{
    padding: 30px 0 20px;
    background-color: #191919;
}
.footer-content .contact::after
{
    display: block;
    clear: both;
    content: "";
}
.footer-content .ewm
{
    float: left;
    width: 100px;
    height: 100px;
    background: #ddd;
    padding: 6px;
    margin-right: 15px;
}
.footer-content .ewm img
{
    disply: block;
}
.footer-content .contact_info
{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.footer-content .contact_info a
{
    display: block;
    color: #fff;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}
.footer-content .contact_info a:hover
{
    color: #2774f3;
}
.footer-content .contact_info p
{
    margin-bottom: 0;
}
.footer-content .contact_info p.p2
{
    margin-bottom: 5px;
}
.footer-content .contact_info .tel
{
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 26px;
    color: #2774f3;
    line-height: 1;
}
.footer-content .content-list::after
{
    display: block;
    clear: both;
    content: "";
}
.footer-content .content-list-item
{
    float: left;
    width: 16.6666%;
}
.footer-content .content-list-item:last-child h4
{
    border-right: 1px solid #2774f3;
}
.footer-content .content-list-item h4
{
    margin-bottom: 24px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border-left: 1px solid #2774f3;
}
.footer-content .content-list .link-list a
{
    display: block;
    padding: 0 15px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #ccc;
}
@media(max-width: 767.98px)
{
    .footer-content
    {
        padding: 15px 0;
    }
}
@media(max-width: 767.98px)
{
    .footer-content .contact
    {
        margin-bottom: 20px;
    }
}
@media(max-width: 767.98px)
{
    .footer-content .contact_info .tel
    {
        font-size: 22px;
    }
    .footer-content .content-list
    {
        display: none;
    }
}
@media(max-width: 991.98px)
{
    .footer-content .content-list-item
    {
        width: 33.3333%;
        margin-bottom: 20px;
    }
    .footer-content .content-list-item:nth-child(3n) h4
    {
        border-right: 1px solid #2774f3;
    }
}
@media(max-width: 767.98px)
{
    .footer-content .content-list-item h4
    {
        margin-bottom: 0;
        font-size: 14px;
    }
}
@media(max-width: 767.98px)
{
    .footer-content .content-list .link-list
    {
        display: none;
    }
}
.contact-right
{
    position: fixed;
    top: 80px;
    right: -210px;
    z-index: 999;
}
.contact-right .control-grp
{
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(0,-50%);
    padding: 10px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #0c5adb;
    cursor: pointer;
}
.contact-right .control-grp.active i
{
    transform: translate(-50%,0) rotate(180deg);
}
.contact-right .control-grp i
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 18px;
    line-height: 1;
    transition: all .35s;
}
.contact-right .main-content
{
    width: 208px;
    box-shadow: 0 0 3px rgba(37,37,37,.3);
}
@media(max-width: 767.98px)
{
    .contact-right
    {
        display: none;
    }
}
.right-top
{
    background-color: #0c5adb;
    position: relative;
}
.right-top h5
{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding-left: 12px;
    padding-right: 30px;
}
.right-top h5 img
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.right-top .close
{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    cursor: pointer;
    transition: all .35s;
}
.right-top .close:hover
{
    transform: translate(0,-50%) rotate(90deg);
}
.right-top .close span
{
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.right-top .close span:first-child
{
    transform: rotate(45deg);
}
.right-top .close span:last-child
{
    transform: rotate(-45deg);
}
.right-mid
{
    padding-bottom: 15px;
    background-color: #fff;
}
.right-mid .qq-grp
{
    display: block;
    padding-left: 16px;
    font-size: 12px;
    line-height: 3;
    color: #666;
    border-bottom: #f5f5f5 solid 1px;
}
.right-mid .qq-grp img, .right-mid .qq-grp span
{
    display: inline-block;
    vertical-align: middle;
}
.right-mid .qq-grp img
{
    margin-right: 5px;
}
.right-mid .contact-grp h6
{
    margin-bottom: 0;
    margin-top: 12px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.right-mid .contact-grp h6 img
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 22px;
}
.right-mid .contact-grp p
{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding-left: 16px;
}
.right-mid .contact-grp p a, .right-mid .contact-grp p span
{
    display: block;
    padding-left: 10px;
}
.right-mid .contact-grp p a
{
    color: inherit;
    transition: all .35s;
}
.right-mid .contact-grp p a:hover
{
    color: #0c5adb;
}
.right-mid .qr-grp h6
{
    margin-bottom: 0;
    margin-top: 12px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.right-mid .qr-grp h6 img
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 22px;
}
.right-mid .qr-grp .qr-item
{
    margin-top: 10px;
    text-align: center;
}
.right-mid .qr-grp .qr-item img
{
    display: block;
    width: 110px;
    height: 110px;
    padding: 0;
    margin: 0 auto;
}
.goTop-btn
{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url("/themes/m5321/assets/img/huidaodingbu.png") center center no-repeat #0c5adb;
    background-size: 18px auto;
    box-shadow: 0 0 3px rgba(37,37,37,.3);
    cursor: pointer;
    transition: all .35s;
}
.goTop-btn:hover
{
    background-color: #0946ab;
}
.header-v1 .header-left::after
{
    display: block;
    clear: both;
    content: "";
}
.header-v1 .header-logo
{
    display: inline-block;
    vertical-align: middle;
}
.header-v1 .left-text
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 14px;
    position: relative;
}
.header-v1 .left-text:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    background: url(/storage/app/media/logo_line_03.png) no-repeat;
    width: 1px;
    height: 53px;
}
.header-v1 .left-text p
{
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #666;
}
.header-v1 .left-text p span
{
    color: #0c5adb;
}
@media(max-width: 1199.98px)
{
    .header-v1 .left-text
    {
        display: none;
    }
}
@media(max-width: 1139.98px)
{
    .header-v1 .left-text p
    {
        font-size: 20px;
        line-height: 1.5;
    }
}
.index-banner
{
    position: relative;
}
.index-banner .tns-nav
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
}
.index-banner .tns-nav button
{
    background-color: rgba(37,37,37,.5);
    padding: 0;
    border: 0;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    transition: all .35s;
}
.index-banner .tns-nav button.tns-nav-active
{
    background-color: #fff;
}
.index-banner .tns-controls button
{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 52px;
    line-height: 1;
    color: rgba(37,37,37,.3);
    transition: all .35s;
    z-index: 2;
}
.index-banner .tns-controls button:hover
{
    color: #252525;
}
.index-banner .tns-controls button[data-controls=prev]
{
    left: 10px;
}
.index-banner .tns-controls button[data-controls=next]
{
    right: 10px;
}
@media(max-width: 767.98px)
{
    .index-banner .tns-nav button
    {
        width: 8px;
        height: 8px;
    }
}
.banner-bottom-action
{
    background-color: #0c5adb;
}
.banner-bottom-action .ul-link01
{
    float: left;
    border-left: 1px solid #ee808e;
}
.banner-bottom-action .ul-link01::after
{
    display: block;
    clear: both;
    content: "";
}
.banner-bottom-action .ul-link01 li
{
    float: left;
    border-right: 1px solid #ee808e;
}
.banner-bottom-action .ul-link01 a
{
    display: block;
    min-width: 220px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.banner-bottom-action .ul-link01 .pic
{
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
.banner-bottom-action .m-so01
{
    float: right;
    margin-top: 25px;
}
.banner-bottom-action .banner-form .input-group
{
    position: relative;
    min-width: 400px;
}
.banner-bottom-action .banner-form .form-control
{
    border: 1px solid #ee808e;
    border-radius: 30px;
    background-color: transparent;
    font-size: 12px;
    line-height: 42px;
    padding: 0 22px;
    padding-right: 75px;
    color: #fff;
}
.banner-bottom-action .banner-form .form-control::placeholder
{
    color: inherit;
}
.banner-bottom-action .banner-form #index-search
{
    padding: 0 25px;
    border: 0;
    background-color: #fff;
    color: #0c5adb;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 30px;
}
.banner-bottom-action .banner-form #index-search i
{
    font-size: 18px;
    line-height: 44px;
}
@media(max-width: 767.98px)
{
    .banner-bottom-action
    {
        display: none;
    }
}
@media(max-width: 991.98px)
{
    .banner-bottom-action .ul-link01 a
    {
        min-width: 150px;
    }
}
@media(max-width: 991.98px)
{
    .banner-bottom-action .ul-link01 .pic
    {
        width: 34px;
        height: 34px;
    }
}
@media(max-width: 991.98px)
{
    .banner-bottom-action .m-so01
    {
        margin-top: 20px;
    }
}
@media(max-width: 991.98px)
{
    .banner-bottom-action .banner-form .input-group
    {
        min-width: 300px;
    }
}
.section-index
{
    padding: 60px 0;
}
@media(max-width: 991.98px)
{
    .section-index
    {
        padding: 25px 0;
    }
}
.sec-idx-1
{
    padding: 55px 0;
}
.sec-idx-1 .g-tit01
{
    text-align: center;
}
.sec-idx-1 .g-tit01 p
{
    margin-bottom: 0;
    font-size: 16px;
    color: #414141;
}
.sec-idx-1 .g-tit01 span
{
    display: block;
    font-size: 12px;
    color: #e6e6e6;
}
.sec-idx-1 .g-more01 a
{
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0c5adb;
    transition: .6s;
}
.sec-idx-1 .g-more01 a:hover
{
    background-color: transparent;
    color: #0c5adb;
    border: 1px solid #0c5adb;
}
.sec-idx-1 .tit
{
    margin-bottom: 5px;
    font-size: 30px;
    color: #0c5adb;
    text-align: center;
}
.sec-idx-1 .tit-sj a
{
    display: inline-block;
    padding: 0 10px;
    color: #0c5adb;
    position: relative;
}
.sec-idx-1 .tit-sj a:before, .sec-idx-1 .tit-sj a:after
{
    content: "";
    position: absolute;
    top: 50%;
    width: 48px;
    height: 1px;
    background-color: #ebebeb;
}
.sec-idx-1 .tit-sj a:before
{
    right: 100%;
}
.sec-idx-1 .tit-sj a:after
{
    left: 100%;
}
.sec-idx-1 #myS1Tab
{
    margin: 50px 0;
    text-align: center;
}
.sec-idx-1 #myS1Tab::after
{
    display: block;
    clear: both;
    content: "";
}
.sec-idx-1 #myS1Tab li
{
    display: inline-block;
    padding: 0 8px;
}
.sec-idx-1 #myS1Tab a
{
    display: block;
    width: 165px;
    max-width: 100%;
    font-size: 16px;
    line-height: 42px;
    color: #333;
    text-align: center;
    border: 1px solid #b9b9b9;
    transition: all .35s;
}
.sec-idx-1 #myS1Tab a.active, .sec-idx-1 #myS1Tab a:hover
{
    background-color: #d93649;
    border-color: #d93649;
    color: #fff;
}
.sec-idx-1 #myS1Tab a.active span, .sec-idx-1 #myS1Tab a:hover span
{
    background-image: url(/storage/app/media/icon15-on.png);
}
.sec-idx-1 #myS1Tab span
{
    display: inline-block;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/storage/app/media/icon15.png);
}
.sec-idx-1 .index-product
{
    display: block;
    border: 1px solid #e4e4e4;
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 30px;
    transition: .6s;
}
.sec-idx-1 .index-product .txt::after
{
    display: block;
    clear: both;
    content: "";
}
.sec-idx-1 .index-product .txt .more
{
    float: right;
    margin-left: 10px;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #0c5adb;
}
.sec-idx-1 .index-product .txt .more i
{
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 14px;
    line-height: 1;
}
.sec-idx-1 .index-product .txt .tit
{
    display: block;
    color: #0c5adb;
    font-size: 14px;
    line-height: 42px;
    margin-bottom: 0;
    text-align: center;
}
@media(max-width: 991.98px)
{
    .sec-idx-1
    {
        padding: 40px 0;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1
    {
        padding: 25px 0;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 .g-tit01 p
    {
        display: none;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 .g-tit01 span
    {
        display: none;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 .g-more01 a
    {
        width: 250px;
        line-height: 42px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 .g-more01 a
    {
        width: 200px;
        line-height: 34px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 .tit
    {
        font-size: 24px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 .tit
    {
        font-size: 18px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 #myS1Tab
    {
        margin: 30px 0;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 #myS1Tab
    {
        margin: 25px -10px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 #myS1Tab li
    {
        display: block;
        float: left;
        max-width: 25%;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 #myS1Tab li
    {
        max-width: 33.3333%;
        margin-bottom: 10px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 #myS1Tab a
    {
        font-size: 14px;
        line-height: 35px;
        background-color: #eee;
        border: 0;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 #myS1Tab a.active span, .sec-idx-1 #myS1Tab a:hover span
    {
        background-image: none;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 #myS1Tab span
    {
        background-image: none;
        padding-left: 0;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-1 #myS1TabContent .row
    {
        margin-left: -5px;
        margin-right: -5px;
    }
    .sec-idx-1 #myS1TabContent .row>div
    {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 #myS1TabContent .row
    {
        margin-left: -5px;
        margin-right: -5px;
    }
    .sec-idx-1 #myS1TabContent .row>div
    {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 .index-product
    {
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }
}
@media(min-width: 768px)
{
    .sec-idx-1 .index-product .txt .more
    {
        display: none;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-1 .index-product .txt .tit
    {
        text-align: left;
        line-height: 40px;
        color: #8e8e8e;
    }
}
.sec-idx-2
{
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-idx-2 .g-tit01
{
    text-align: center;
}
.sec-idx-2 .g-tit01 .tit
{
    margin-bottom: 5px;
    font-size: 30px;
    color: #fff;
}
.sec-idx-2 .g-tit01 p
{
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.sec-idx-2 .ul-imgtxt02
{
    margin: 35px -50px;
    background-image: url("/themes/m5321/assets/img/icon23.png");
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.sec-idx-2 .ul-imgtxt02::after
{
    display: block;
    clear: both;
    content: "";
}
.sec-idx-2 .ul-imgtxt02 li
{
    float: left;
    width: 25%;
}
.sec-idx-2 .ul-imgtxt02 li:hover .con
{
    background-image: url(/storage/app/media/bj2-h.png);
}
.sec-idx-2 .ul-imgtxt02 li:hover .pic .img1
{
    display: none;
}
.sec-idx-2 .ul-imgtxt02 li:hover .pic .img2
{
    display: inline-block;
}
.sec-idx-2 .ul-imgtxt02 li:hover .txt
{
    color: #fff;
}
.sec-idx-2 .ul-imgtxt02 .con
{
    display: block;
    padding: 60px 0;
    margin: 0 34px;
    background-image: url(/storage/app/media/bj2.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .6s;
}
.sec-idx-2 .ul-imgtxt02 .pic
{
    width: 48px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
}
.sec-idx-2 .ul-imgtxt02 .pic img
{
    display: inline-block;
    vertical-align: middle;
    transition: .6s;
}
.sec-idx-2 .ul-imgtxt02 .pic .img2
{
    display: none;
}
.sec-idx-2 .ul-imgtxt02 .txt
{
    margin: 10px 0;
    color: #999;
    text-align: center;
}
.sec-idx-2 .ul-imgtxt02 .txt .tit
{
    font-size: 16px;
}
.sec-idx-2 .ul-imgtxt02 .txt p
{
    margin-bottom: 0;
    font-size: 12px;
}
.sec-idx-2 .g-more02 a
{
    display: block;
    width: 200px;
    margin: 0 auto;
    border-radius: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0c5adb;
    border: 1px solid #0c5adb;
    transition: .6s;
}
.sec-idx-2 .g-more02 a:hover
{
    background-color: transparent;
    color: #0c5adb;
}
.sec-idx-2 .m-txt03
{
    display: none;
}
.sec-idx-2 .m-txt03::after
{
    display: block;
    clear: both;
    content: "";
}
.sec-idx-2 .m-txt03 .more
{
    float: right;
    display: block;
    width: 72px;
    height: 72px;
    padding: 14px 20px;
    border-radius: 50%;
    font-size: 16px;
    color: #dc001d;
    background-color: #fff;
}
.sec-idx-2 .m-txt03 .txt
{
    float: left;
}
.sec-idx-2 .m-txt03 .txt .tit
{
    font-size: 24px;
    color: #fff;
}
.sec-idx-2 .m-txt03 .txt .tel
{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.sec-idx-2 .m-txt03 .txt .tel a
{
    display: inline-block;
    font-size: 24px;
    color: inherit;
}
@media(max-width: 1199.98px)
{
    .sec-idx-2
    {
        background-image: none;
        background-color: #0c5adb;
        padding: 20px;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-2 .g-tit01
    {
        display: none;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-2 .ul-imgtxt02
    {
        display: none;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-2 .g-more02
    {
        display: none;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-2 .m-txt03
    {
        display: block;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-2 .m-txt03 .more
    {
        width: 65px;
        height: 65px;
        padding: 12px 15px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-2 .m-txt03 .more
    {
        float: none;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
        width: 120px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-2 .m-txt03 .txt
    {
        float: none;
        margin-bottom: 10px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-2 .m-txt03 .txt .tit
    {
        font-size: 14px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-2 .m-txt03 .txt .tel
    {
        font-size: 14px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-2 .m-txt03 .txt .tel a
    {
        font-size: 16px;
    }
}
.sec-idx-3 .g-tit01
{
    text-align: center;
}
.sec-idx-3 .g-tit01 .tit
{
    font-size: 44px;
    line-height: 90px;
    font-weight: 700;
    color: #333;
    background-image: url(/storage/app/media/tit-bj1.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.sec-idx-3 .g-tit01 p
{
    margin-bottom: 0;
    font-size: 20px;
    color: #999;
}
.sec-idx-3 .slider-s3
{
    padding-top: 75px;
}
.sec-idx-3 .slider-s3 .tns-nav
{
    padding-top: 20px;
    text-align: center;
}
.sec-idx-3 .slider-s3 .tns-nav button
{
    padding: 0;
    border: 0;
    display: inline-block;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(37,37,37,.2);
    transition: all .35s;
}
.sec-idx-3 .slider-s3 .tns-nav button.tns-nav-active
{
    background-color: #0c5adb;
}
.sec-idx-3 .slider-s3 .con
{
    background-color: #f3f5f6;
}
.sec-idx-3 .slider-s3 .item-content
{
    padding: 30px 42px 50px;
    color: #666;
    position: relative;
}
.sec-idx-3 .slider-s3 .item-content .tit
{
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #bababa;
}
.sec-idx-3 .slider-s3 .item-content .txt
{
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    margin: 20px 0;
}
.sec-idx-3 .slider-s3 .item-content .txt p
{
    margin-bottom: 0;
}
.sec-idx-3 .slider-s3 .item-content span.btn
{
    display: none;
    padding: 0 10px;
    width: 150px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background-color: #0c5adb;
}
.sec-idx-3 .ratio-idx-3:before
{
    padding-top: 89%;
}
@media(max-width: 1199.98px)
{
    .sec-idx-3 .g-tit01 .tit
    {
        font-size: 36px;
        line-height: 80px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-3 .g-tit01 .tit
    {
        background-image: none;
        font-size: 28px;
        line-height: 1.5;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-3 .g-tit01 .tit
    {
        font-size: 18px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-3 .g-tit01 p
    {
        font-size: 14px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-3 .slider-s3
    {
        padding: 20px 0;
        margin: 0 -15px;
    }
}
@media(min-width: 768px)
{
    .sec-idx-3 .slider-s3 .tns-nav
    {
        display: none;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-3 .slider-s3 .con
    {
        border-radius: 18px;
        box-shadow: 0 0 10px rgba(220,0,28,.2);
        margin-bottom: 15px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-3 .slider-s3 .item-img
    {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-3 .slider-s3 .item-content
    {
        padding: 15px;
        padding-bottom: 30px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-3 .slider-s3 .item-content .tit
    {
        font-size: 16px;
        line-height: 34px;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-3 .slider-s3 .item-content .txt
    {
        margin: 10px 0;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-3 .slider-s3 .item-content .txt
    {
        margin: 5px 0;
        font-size: 12px;
        line-height: 22px;
        height: 110px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-3 .slider-s3 .item-content span.btn
    {
        display: block;
        width: 100px;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%,0);
    }
}
.sec-idx-4
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-idx-4 .g-tit01
{
    text-align: center;
}
.sec-idx-4 .g-tit01 .tit
{
    margin-bottom: 5px;
    font-size: 30px;
    color: #fff;
}
.sec-idx-4 .g-tit01 .tit-sj
{
    font-size: 18px;
}
.sec-idx-4 .g-tit01 .tit-sj a
{
    display: inline-block;
    padding: 0 10px;
    color: #0c5adb;
    position: relative;
}
.sec-idx-4 .g-tit01 .tit-sj a:before, .sec-idx-4 .g-tit01 .tit-sj a:after
{
    content: "";
    position: absolute;
    top: 50%;
    width: 48px;
    height: 1px;
    background-color: #ebebeb;
}
.sec-idx-4 .g-tit01 .tit-sj a:before
{
    right: 100%;
}
.sec-idx-4 .g-tit01 .tit-sj a:after
{
    left: 100%;
}
.sec-idx-4 .g-tit01 p
{
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.sec-idx-4 .slider-s4
{
    margin: 60px 0;
}
.sec-idx-4 .slider-s4-item
{
    background-color: #fff;
    transition: all .35s;
}
.sec-idx-4 .slider-s4-item:hover
{
    background-color: #0c5adb;
}
.sec-idx-4 .slider-s4-item:hover .item-content
{
    color: #fff;
}
.sec-idx-4 .slider-s4-item .item-content
{
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: #222;
    transition: .6s;
}
.sec-idx-4 .slider-s4-item .item-content p
{
    margin-bottom: 0;
}
.sec-idx-4 .g-more01 a
{
    display: block;
    width: 300px;
    margin: 0 auto;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #0c5adb;
    transition: .6s;
}
@media(max-width: 767.98px)
{
    .sec-idx-4
    {
        background-image: none!important;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-4 .g-tit01 p
    {
        display: none;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-4 .slider-s4
    {
        margin: 25px 0;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-4 .slider-s4
    {
        margin: 25px -15px;
    }
    .sec-idx-4 .slider-s4 .tns-slide-active+.tns-slide-active .slider-s4-item
    {
        position: relative;
        transform: scale(1.4);
        transition: all .35s;
        z-index: 10;
    }
    .sec-idx-4 .slider-s4 .tns-slide-active+.tns-slide-active+.tns-slide-active .slider-s4-item
    {
        transform: scale(1);
        z-index: 1;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-4 .slider-s4 .tns-ovh
    {
        padding: 35px 0;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-4 .slider-s4-item
    {
        border-radius: 18px;
        overflow: hidden;
        background-color: #0c5adb;
        box-shadow: 0 0 5px rgba(37,37,37,.3);
    }
    .sec-idx-4 .slider-s4-item .item-img
    {
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
    }
    .sec-idx-4 .slider-s4-item .item-content
    {
        color: #fff;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-4 .slider-s4-item .item-content
    {
        color: #fff;
        font-size: 14px;
        line-height: 40px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-4 .g-more01 a
    {
        display: none;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5
    {
        background-color: #0c5adb;
    }
}
.sec-idx-5 .g-tit01
{
    text-align: center;
}
.sec-idx-5 .g-tit01 .tit-sj
{
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff;
}
.sec-idx-5 .g-tit01 .tit-sj a
{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.sec-idx-5 .m-imgtxt03
{
    padding-right: 10px;
    position: relative;
}
.sec-idx-5 .m-imgtxt03::after
{
    display: block;
    clear: both;
    content: "";
}
.sec-idx-5 .m-imgtxt03:before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 196px;
    height: 100%;
    background-color: #f3f4f8;
    z-index: -1;
}
.sec-idx-5 .m-imgtxt03>.pic
{
    float: right;
    overflow: hidden;
    width: 430px;
    height: 390px;
    margin-top: 66px;
}
.sec-idx-5 .m-imgtxt03>.pic img
{
    display: block;
}
.sec-idx-5 .m-imgtxt03 .box
{
    float: left;
    width: 53%;
}
.sec-idx-5 .m-imgtxt03 .desc
{
    display: block;
}
.sec-idx-5 .m-imgtxt03 .desc .tit
{
    padding-top: 22px;
    padding-left: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #666;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.sec-idx-5 .m-imgtxt03 .desc .txt
{
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0;
    max-height: 130px;
    overflow: hidden;
    color: #666;
}
.sec-idx-5 .m-imgtxt03 .desc .txt p
{
    margin-bottom: 0;
}
.sec-idx-5 .m-imgtxt03 .g-more01
{
    display: none;
    border-radius: 30px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    background-color: #0c5adb;
    transition: .6s;
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04
{
    padding: 50px 0;
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04::after
{
    display: block;
    clear: both;
    content: "";
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04 li
{
    float: left;
    width: 50%;
    margin-bottom: 50px;
    cursor: pointer;
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04 .con
{
    display: block;
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04 .con::after
{
    display: block;
    clear: both;
    content: "";
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04 .pic
{
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04 .txt
{
    padding-left: 16px;
    overflow: hidden;
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04 .txt p
{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #b2b2b2;
}
.sec-idx-5 .m-imgtxt03 .ul-imgtxt04 .tit
{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
@media(max-width: 767.98px)
{
    .sec-idx-5 .g-tit01 .tit-sj
    {
        font-size: 18px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03
    {
        margin-top: 25px;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03:before
    {
        display: none;
    }
}
@media(max-width: 1199px)
{
    .sec-idx-5 .m-imgtxt03>.pic
    {
        width: 380px;
        height: 330px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03>.pic
    {
        float: none;
        width: 430px;
        height: 390px;
        margin: 0 auto;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-5 .m-imgtxt03>.pic
    {
        width: 100%;
        height: auto;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03 .box
    {
        float: none;
        width: 100%;
    }
}
@media(max-width: 1199px)
{
    .sec-idx-5 .m-imgtxt03 .desc .tit
    {
        padding-left: 9px;
        font-size: 22px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03 .desc .tit
    {
        display: none;
    }
}
@media(max-width: 1199px)
{
    .sec-idx-5 .m-imgtxt03 .desc .txt
    {
        margin: 15px 0;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03 .desc .txt
    {
        text-align: center;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-5 .m-imgtxt03 .desc .txt
    {
        line-height: 22px;
        max-height: 110px;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03 .g-more01
    {
        display: block;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-5 .m-imgtxt03 .g-more01
    {
        width: 200px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width: 1199px)
{
    .sec-idx-5 .m-imgtxt03 .ul-imgtxt04
    {
        padding: 25px 0;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-5 .m-imgtxt03 .ul-imgtxt04
    {
        display: none;
    }
}
.sec-idx-6
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-idx-6 .g-tit01
{
    text-align: center;
}
.sec-idx-6 .g-tit01 .tit
{
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.sec-idx-6 .g-tit01 p
{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.sec-idx-6 .m-txt01
{
    margin: 200px 130px 0;
}
.sec-idx-6 .m-txt01 .g-more01
{
    float: right;
    display: block;
    width: 172px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 47px;
    text-align: center;
    color: #666;
    background-color: #fff;
    transition: .6s;
}
.sec-idx-6 .m-txt01 .g-more01:hover
{
    color: #fff;
    background-color: #0c5adb;
}
.sec-idx-6 .m-txt01 .tel
{
    font-size: 20px;
    line-height: 47px;
    font-weight: 600;
    color: #fff;
}
.sec-idx-6 .m-txt01 .tel i
{
    width: 32px;
    height: 32px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
@media(max-width: 991.98px)
{
    .sec-idx-6
    {
        display: none;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-6 .g-tit01 .tit
    {
        font-size: 32px;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-6 .g-tit01 p
    {
        font-size: 16px;
    }
}
@media(max-width: 1199.98px)
{
    .sec-idx-6 .m-txt01
    {
        margin: 200px 50px 0;
    }
}
.info-share
{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.toolbar
{
    width: 50px;
    position: fixed;
    right: 1%;
    top: 44%;
    z-index: 999;
}
.toolbar li
{
    width: 50px;
    height: 50px;
    margin: 2px 0;
    background-color: rgba(37,37,37,.3);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: all .35s;
}
.toolbar li:hover
{
    background-color: #2774f3;
}
.toolbar .tel:hover .hover-grp
{
    right: 0;
}
.toolbar .tel .hover-grp
{
    display: block;
    min-width: 220px;
    font-size: 24px;
    line-height: 48px;
    border: 0;
    background-color: #2774f3;
    color: #fff;
    position: absolute;
    top: 0;
    right: -300px;
    overflow: hidden;
    border-radius: 50px;
    transition: all .35s;
}
.toolbar .tel .hover-grp img, .toolbar .tel .hover-grp span
{
    display: inline-block;
    vertical-align: middle;
}
.toolbar .tel .hover-grp img
{
    margin-right: 5px;
}
.toolbar .qr:hover .hover-grp
{
    opacity: 1;
    visibility: visible;
}
.toolbar .qr .hover-grp
{
    width: 160px;
    position: absolute;
    right: 65px;
    top: -51px;
    background: #2774f3;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
    z-index: 99;
}
.toolbar .qr .hover-grp img
{
    display: block;
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}
.toolbar .qr .hover-grp h3
{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
@media(max-width: 767.98px)
{
    .toolbar
    {
        display: none;
    }
}
.section-index
{
    padding: 60px 0;
}
@media(max-width: 991.98px)
{
    .section-index
    {
        padding: 25px 0;
    }
}
.sec-idx-7 .g-tit01
{
    text-align: center;
}
.sec-idx-7 .g-tit01 p
{
    margin-bottom: 0;
    font-size: 16px;
    color: #414141;
}
.sec-idx-7 .g-tit01 span
{
    display: block;
    font-size: 12px;
    color: #e6e6e6;
}
.sec-idx-7 .tit
{
    margin-bottom: 5px;
    font-size: 30px;
    color: #0c5adb;
    text-align: center;
}
.sec-idx-7 .tit-sj a
{
    display: inline-block;
    padding: 0 10px;
    color: #0c5adb;
    position: relative;
}
.sec-idx-7 .tit-sj a:before, .sec-idx-7 .tit-sj a:after
{
    content: "";
    position: absolute;
    top: 50%;
    width: 48px;
    height: 1px;
    background-color: #ebebeb;
}
.sec-idx-7 .tit-sj a:before
{
    right: 100%;
}
.sec-idx-7 .tit-sj a:after
{
    left: 100%;
}
.sec-idx-7 .m-list02
{
    padding-top: 50px;
}
.sec-idx-7 .m-list02 .tit
{
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}
.sec-idx-7 .m-list02 .for
{
    font-size: 26px;
    color: #0c5adb;
    font-weight: 400;
}
.sec-idx-7 .m-list02 p
{
    font-size: 12px;
    color: #5b5b5b;
}
.sec-idx-7 .m-list01
{
    padding-top: 50px;
}
.sec-idx-7 .m-list01 .m-news01
{
    width: 52%;
    float: left;
    background-color: #f7f7f7;
}
.sec-idx-7 .m-list01 .m-news01 .pic a
{
    padding-top: 40%;
    display: block;
}
.sec-idx-7 .m-list01 .m-news01 .txt
{
    padding: 15px 20px;
}
.sec-idx-7 .m-list01 .m-news01 .txt h4 a
{
    position: relative;
    display: block;
    font-size: 16px;
    color: #666;
    height: 46px;
    line-height: 46px;
    font-weight: 400;
    border-bottom: 1px dashed #b5b5b5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .6s;
}
.sec-idx-7 .m-list01 .m-news01 .txt h4 a:after
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #0c5adb;
    transition: .8s;
}
.sec-idx-7 .m-list01 .m-news01 .txt h4 a:hover
{
    color: #0c5adb;
}
.sec-idx-7 .m-list01 .m-news01 .txt h4 a:hover:after
{
    width: 100%;
}
.sec-idx-7 .m-list01 .m-news01 .txt>p
{
    font-size: 14px;
    color: #aeaeae;
    margin-top: 16px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 0;
}
.sec-idx-7 .ul-news01
{
    float: right;
    width: 42%;
}
.sec-idx-7 .ul-news01 li
{
    overflow: hidden;
    border-bottom: 1px dashed #b5b5b5;
    color: #333;
    position: relative;
}
.sec-idx-7 .ul-news01 li:after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0c5adb;
    transition: .8s;
}
.sec-idx-7 .ul-news01 li:hover:after
{
    width: 100%;
}
.sec-idx-7 .ul-news01 li .time
{
    position: absolute;
    top: 15px;
    right: 0;
}
.sec-idx-7 .ul-news01 li .tit
{
    padding: 15px 80px 15px 20px;
    position: relative;
    color: #333;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}
.sec-idx-7 .ul-news01 li .tit:hover
{
    color: #0c5adb;
}
.sec-idx-7 .ul-news01 li .tit span
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.sec-idx-7 .ul-news01 li .tit:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #7f7f81;
    transition: .6s;
}
.sec-idx-7 .ul-news01 li>a p
{
    font-size: 12px;
    color: #afafaf;
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .g-tit01 p
    {
        display: none;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .g-tit01 span
    {
        display: none;
    }
}
@media(max-width: 991.98px)
{
    .sec-idx-7 .tit
    {
        font-size: 24px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .tit
    {
        font-size: 18px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .m-list02
    {
        padding-top: 25px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .m-list02 .tit
    {
        float: none;
        margin-right: 0;
        text-align: center;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .m-list01
    {
        padding-top: 25px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .m-list01 .m-news01
    {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .m-list01 .m-news01 .txt h4 a
    {
        line-height: 2;
        height: auto;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .ul-news01
    {
        width: 100%;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .ul-news01 li .tit
    {
        padding-bottom: 10px;
    }
}
@media(max-width: 767.98px)
{
    .sec-idx-7 .ul-news01 li .tit:before
    {
        margin-top: -2px;
    }
}
.slider-s7
{
    overflow: hidden;
}
.slider-s7 .wp
{
    padding: 20px 30px;
    border: 1px solid #c4c4c4;
}
.slider-s7 .wen
{
    display: block;
    padding-left: 35px;
    font-size: 14px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(/storage/app/media/icon17.png) left center no-repeat;
    background-size: 21px 21px;
    transition: .6s;
}
.slider-s7 .wen span
{
    display: block;
    border-bottom: 1px dashed #b5b5b5;
    height: 28px;
    line-height: 28px;
}
.slider-s7 .da
{
    font-size: 14px;
    padding-left: 35px;
    height: 28px;
    line-height: 28px;
    color: #999;
    background: url(/storage/app/media/icon18.png) left center no-repeat;
    background-size: 21px 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}
.slider-s7 .tns-nav
{
    text-align: center;
}
.slider-s7 .tns-nav button
{
    border: 0;
    background-color: #cacaca;
    width: 3px;
    height: 3px;
    margin: 0 2px;
}
.slider-s7 .tns-nav button.tns-nav-active
{
    background-color: #0c5adb;
}
@media(max-width: 767.98px)
{
    .slider-s7 .wp
    {
        padding: 20px 15px;
    }
}
@media(max-width: 767.98px)
{
    #slider-controls-s7
    {
        display: none;
    }
}
#slider-controls-s7 .btn
{
    height: 23px;
    width: 50%;
    background-color: #333;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: block;
    float: left;
}
#slider-controls-s7 .btn:hover
{
    background-color: #0c5adb;
}
#slider-controls-s7 .prev
{
    background-image: url(/storage/app/media/arrow-l.png);
}
#slider-controls-s7 .next
{
    background-image: url(/storage/app/media/arrow-r.png);
}
.search-list
{
    padding-bottom: 40px;
}
@media(max-width: 767.98px)
{
    .search-list
    {
        padding: 10px 0 20px;
    }
}
.search-item
{
    display: block;
    padding: 20px 0;
    border-bottom: #ddd 1px dotted;
}
.search-item:hover h5
{
    color: #0c5adb;
}
.search-item h5
{
    float: left;
    padding-left: 20px;
    margin-bottom: 0;
    max-width: 75%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #444;
    position: relative;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.search-item h5 i
{
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 12px;
    line-height: 1;
    color: #9fc1ee;
}
.search-item .time
{
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #444;
}
.search-item .des
{
    font-size: 14px;
    line-height: 24px;
    color: #444;
    margin-top: 10px;
}
.search-item .des p
{
    margin-bottom: 0;
}
@media(max-width: 991.98px)
{
    .search-item
    {
        padding: 15px 0;
    }
}
@media(max-width: 767.98px)
{
    .search-item
    {
        padding: 10px 0;
    }
}
@media(max-width: 767.98px)
{
    .search-item h5
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 767.98px)
{
    .search-item .time
    {
        font-size: 12px;
        line-height: 24px;
    }
}
@media(max-width: 767.98px)
{
    .search-item .des
    {
        font-size: 12px;
        margin-top: 5px;
    }
}
.section-breadcrumb
{
    background-color: #f3f3f3;
}
.news-more-v2-list
{
    border: 1px solid #e4e4e4;
    border-top: none;
    padding-bottom: 15px;
    margin: 0;
    margin-left: 1px;
    background-color: #fff;
}
.index-case-slider
{
    position: relative;
}
.index-case-slider .slick-dots
{
    width: 100%;
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.index-case-slider .slick-dots li
{
    display: inline-block;
    padding: 0 5px;
}
.index-case-slider .slick-dots li.slick-active button
{
    background-color: rgba(12,90,219,.75);
}
.index-case-slider .slick-dots button
{
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: transparent;
    background-color: rgba(37,37,37,.75);
    outline: none;
    cursor: pointer;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.top-title
{
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.top-title h4
{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    border-left: 4px solid #0c5adb;
    padding-left: 10px;
}
.ratio-news-v2:before
{
    padding-top: 76.4150943396%;
}
.news-more-v2
{
    padding: 20px 15px;
    background-color: #fff;
}
.news-more-v2-item
{
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.news-more-v2-item:after
{
    content: "";
    display: block;
    clear: both;
}
.news-more-v2-item:hover h4
{
    color: #0c5adb;
}
.news-more-v2-item .item-img
{
    float: left;
    width: 106px;
    margin-right: 15px;
}
.news-more-v2-item .item-content
{
    overflow: hidden;
}
.news-more-v2-item h4
{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.news-more-v2-item .txt
{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    max-height: 44px;
    overflow: hidden;
}
.news-more-v2-item .txt p
{
    margin-bottom: 0;
}
.slider-product .swiper-thumbs .swiper-slide a
{
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    transition: all .35s;
}
@media(max-width: 767.98px)
{
    .slider-product .swiper-thumbs .swiper-slide a
    {
        padding: 2px;
    }
}
.slider-product .swiper-thumbs .swiper-slide-thumb-active a
{
    border-color: #0c5adb;
}
.slider-product .thumbs-wrapper
{
    margin-top: 20px;
    padding: 0 30px;
    position: relative;
}
@media(max-width: 767.98px)
{
    .slider-product .thumbs-wrapper
    {
        padding: 0 20px;
    }
}
.slider-product .swiper-btn
{
    font-size: 26px;
    line-height: 1;
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width: 767.98px)
{
    .slider-product .swiper-btn
    {
        font-size: 18px;
    }
}
.slider-product .swiper-btn:hover
{
    color: #0c5adb;
}
.slider-product .btn-prev
{
    left: 0;
}
.slider-product .btn-next
{
    right: 0;
}
.slider-product .swiper-pagination
{
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.3;
    left: auto;
    right: 10px;
    bottom: 10px;
    border-radius: 20px;
    background-color: rgba(37,37,37,.5);
    color: #fff;
}
.swiper-case .swiper-pagination
{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: static;
}
.swiper-case .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
}
h1, h2, h3, h4, h5, h6, p
{
    margin-bottom: 0;
}
.fr-view p
{
    line-height: 1.5;
    margin-bottom: 1em;
}
.swiper-pagination
{
    width: auto;
}
.share-grp
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.share-grp h4
{
    margin-right: 5px;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
}
.pagination-custom
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-custom li
{
    margin: 0 5px;
}
@media(max-width: 767.98px)
{
    .pagination-custom li
    {
        margin: 0 2px;
    }
}
.pagination-custom li.next a, .pagination-custom li.prev a
{
    border-color: #bbb;
    color: #fff;
    background-color: #bbb;
}
.pagination-custom li.active a, .pagination-custom li:hover a
{
    color: #fff;
    background-color: #0c5adb;
    border-color: #0c5adb;
}
.pagination-custom a
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    color: #888;
    border: 1px solid #ccc;
    transition: color .35s ease 0s,background-color .35s ease 0s,border-color .35s ease 0s;
}
@media(max-width: 767.98px)
{
    .pagination-custom a
    {
        width: 30px;
        height: 30px;
        font-size: 12px;
        border-radius: 4px;
    }
}