#diclWrapper :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: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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
}
#diclWrapper *,
#diclWrapper ::after,
#diclWrapper ::before {
    box-sizing: border-box
}
#diclWrapper .img-fluid {
    max-width: 100%;
    height: auto
}
#diclWrapper .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
#diclWrapper .figure {
    display: inline-block
}
#diclWrapper .figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
#diclWrapper .figure-caption {
    font-size: 90%;
    color: #6c757d
}
#diclWrapper .container,
#diclWrapper .container-fluid,
#diclWrapper .container-lg,
#diclWrapper .container-md,
#diclWrapper .container-sm,
#diclWrapper .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
#diclWrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
#diclWrapper .card > hr,
#diclWrapper .no-gutters {
    margin-right: 0;
    margin-left: 0
}
#diclWrapper .form-control-plaintext.form-control-lg,
#diclWrapper .form-control-plaintext.form-control-sm,
#diclWrapper .navbar-nav .nav-link,
#diclWrapper .no-gutters > .col,
#diclWrapper .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}
#diclWrapper .col,
#diclWrapper .col-1,
#diclWrapper .col-10,
#diclWrapper .col-11,
#diclWrapper .col-12,
#diclWrapper .col-2,
#diclWrapper .col-3,
#diclWrapper .col-4,
#diclWrapper .col-5,
#diclWrapper .col-6,
#diclWrapper .col-7,
#diclWrapper .col-8,
#diclWrapper .col-9,
#diclWrapper .col-auto,
#diclWrapper .col-lg,
#diclWrapper .col-lg-1,
#diclWrapper .col-lg-10,
#diclWrapper .col-lg-11,
#diclWrapper .col-lg-12,
#diclWrapper .col-lg-2,
#diclWrapper .col-lg-3,
#diclWrapper .col-lg-4,
#diclWrapper .col-lg-5,
#diclWrapper .col-lg-6,
#diclWrapper .col-lg-7,
#diclWrapper .col-lg-8,
#diclWrapper .col-lg-9,
#diclWrapper .col-lg-auto,
#diclWrapper .col-md,
#diclWrapper .col-md-1,
#diclWrapper .col-md-10,
#diclWrapper .col-md-11,
#diclWrapper .col-md-12,
#diclWrapper .col-md-2,
#diclWrapper .col-md-3,
#diclWrapper .col-md-4,
#diclWrapper .col-md-5,
#diclWrapper .col-md-6,
#diclWrapper .col-md-7,
#diclWrapper .col-md-8,
#diclWrapper .col-md-9,
#diclWrapper .col-md-auto,
#diclWrapper .col-sm,
#diclWrapper .col-sm-1,
#diclWrapper .col-sm-10,
#diclWrapper .col-sm-11,
#diclWrapper .col-sm-12,
#diclWrapper .col-sm-2,
#diclWrapper .col-sm-3,
#diclWrapper .col-sm-4,
#diclWrapper .col-sm-5,
#diclWrapper .col-sm-6,
#diclWrapper .col-sm-7,
#diclWrapper .col-sm-8,
#diclWrapper .col-sm-9,
#diclWrapper .col-sm-auto,
#diclWrapper .col-xl,
#diclWrapper .col-xl-1,
#diclWrapper .col-xl-10,
#diclWrapper .col-xl-11,
#diclWrapper .col-xl-12,
#diclWrapper .col-xl-2,
#diclWrapper .col-xl-3,
#diclWrapper .col-xl-4,
#diclWrapper .col-xl-5,
#diclWrapper .col-xl-6,
#diclWrapper .col-xl-7,
#diclWrapper .col-xl-8,
#diclWrapper .col-xl-9,
#diclWrapper .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
#diclWrapper .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
#diclWrapper .col-12,
#diclWrapper .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}
#diclWrapper .col-6,
#diclWrapper .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}
#diclWrapper .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}
#diclWrapper .col-3,
#diclWrapper .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}
#diclWrapper .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}
#diclWrapper .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}
#diclWrapper .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
#diclWrapper .col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}
#diclWrapper .col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}
#diclWrapper .col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}
#diclWrapper .col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}
#diclWrapper .col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}
#diclWrapper .col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}
#diclWrapper .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
#diclWrapper .col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}
#diclWrapper .col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}
#diclWrapper .order-first {
    order: -1
}
#diclWrapper .order-last {
    order: 13
}
#diclWrapper .order-0 {
    order: 0
}
#diclWrapper .order-1 {
    order: 1
}
#diclWrapper .order-2 {
    order: 2
}
#diclWrapper .order-3 {
    order: 3
}
#diclWrapper .order-4 {
    order: 4
}
#diclWrapper .order-5 {
    order: 5
}
#diclWrapper .order-6 {
    order: 6
}
#diclWrapper .order-7 {
    order: 7
}
#diclWrapper .order-8 {
    order: 8
}
#diclWrapper .order-9 {
    order: 9
}
#diclWrapper .order-10 {
    order: 10
}
#diclWrapper .order-11 {
    order: 11
}
#diclWrapper .order-12 {
    order: 12
}
#diclWrapper .offset-1 {
    margin-left: 8.33333333%
}
#diclWrapper .offset-2 {
    margin-left: 16.66666667%
}
#diclWrapper .offset-3 {
    margin-left: 25%
}
#diclWrapper .offset-4 {
    margin-left: 33.33333333%
}
#diclWrapper .offset-5 {
    margin-left: 41.66666667%
}
#diclWrapper .offset-6 {
    margin-left: 50%
}
#diclWrapper .offset-7 {
    margin-left: 58.33333333%
}
#diclWrapper .offset-8 {
    margin-left: 66.66666667%
}
#diclWrapper .offset-9 {
    margin-left: 75%
}
#diclWrapper .offset-10 {
    margin-left: 83.33333333%
}
#diclWrapper .offset-11 {
    margin-left: 91.66666667%
}
#diclWrapper .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}
#diclWrapper .table td,
#diclWrapper .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}
#diclWrapper .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}
#diclWrapper .table tbody + tbody {
    border-top: 2px solid #dee2e6
}
#diclWrapper .table-sm td,
#diclWrapper .table-sm th {
    padding: .3rem
}
#diclWrapper .table-bordered,
#diclWrapper .table-bordered td,
#diclWrapper .table-bordered th {
    border: 1px solid #dee2e6
}
#diclWrapper .table-bordered thead td,
#diclWrapper .table-bordered thead th {
    border-bottom-width: 2px
}
#diclWrapper .table-borderless tbody + tbody,
#diclWrapper .table-borderless td,
#diclWrapper .table-borderless th,
#diclWrapper .table-borderless thead th,
#diclWrapper .table-dark.table-bordered,
#diclWrapper .table-responsive > .table-bordered {
    border: 0
}
#diclWrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}
#diclWrapper .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}
#diclWrapper .table-primary,
#diclWrapper .table-primary > td,
#diclWrapper .table-primary > th {
    background-color: #b8daff
}
#diclWrapper .table-primary tbody + tbody,
#diclWrapper .table-primary td,
#diclWrapper .table-primary th,
#diclWrapper .table-primary thead th {
    border-color: #7abaff
}
#diclWrapper .table-hover .table-primary:hover,
#diclWrapper .table-hover .table-primary:hover > td,
#diclWrapper .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}
#diclWrapper .table-secondary,
#diclWrapper .table-secondary > td,
#diclWrapper .table-secondary > th {
    background-color: #d6d8db
}
#diclWrapper .table-secondary tbody + tbody,
#diclWrapper .table-secondary td,
#diclWrapper .table-secondary th,
#diclWrapper .table-secondary thead th {
    border-color: #b3b7bb
}
#diclWrapper .table-hover .table-secondary:hover,
#diclWrapper .table-hover .table-secondary:hover > td,
#diclWrapper .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}
#diclWrapper .table-success,
#diclWrapper .table-success > td,
#diclWrapper .table-success > th {
    background-color: #c3e6cb
}
#diclWrapper .table-success tbody + tbody,
#diclWrapper .table-success td,
#diclWrapper .table-success th,
#diclWrapper .table-success thead th {
    border-color: #8fd19e
}
#diclWrapper .table-hover .table-success:hover,
#diclWrapper .table-hover .table-success:hover > td,
#diclWrapper .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}
#diclWrapper .table-info,
#diclWrapper .table-info > td,
#diclWrapper .table-info > th {
    background-color: #bee5eb
}
#diclWrapper .table-info tbody + tbody,
#diclWrapper .table-info td,
#diclWrapper .table-info th,
#diclWrapper .table-info thead th {
    border-color: #86cfda
}
#diclWrapper .table-hover .table-info:hover,
#diclWrapper .table-hover .table-info:hover > td,
#diclWrapper .table-hover .table-info:hover > th {
    background-color: #abdde5
}
#diclWrapper .table-warning,
#diclWrapper .table-warning > td,
#diclWrapper .table-warning > th {
    background-color: #ffeeba
}
#diclWrapper .table-warning tbody + tbody,
#diclWrapper .table-warning td,
#diclWrapper .table-warning th,
#diclWrapper .table-warning thead th {
    border-color: #ffdf7e
}
#diclWrapper .table-hover .table-warning:hover,
#diclWrapper .table-hover .table-warning:hover > td,
#diclWrapper .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}
#diclWrapper .table-danger,
#diclWrapper .table-danger > td,
#diclWrapper .table-danger > th {
    background-color: #f5c6cb
}
#diclWrapper .table-danger tbody + tbody,
#diclWrapper .table-danger td,
#diclWrapper .table-danger th,
#diclWrapper .table-danger thead th {
    border-color: #ed969e
}
#diclWrapper .table-hover .table-danger:hover,
#diclWrapper .table-hover .table-danger:hover > td,
#diclWrapper .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}
#diclWrapper .table-light,
#diclWrapper .table-light > td,
#diclWrapper .table-light > th {
    background-color: #fdfdfe
}
#diclWrapper .table-light tbody + tbody,
#diclWrapper .table-light td,
#diclWrapper .table-light th,
#diclWrapper .table-light thead th {
    border-color: #fbfcfc
}
#diclWrapper .table-hover .table-light:hover,
#diclWrapper .table-hover .table-light:hover > td,
#diclWrapper .table-hover .table-light:hover > th {
    background-color: #ececf6
}
#diclWrapper .table-dark,
#diclWrapper .table-dark > td,
#diclWrapper .table-dark > th {
    background-color: #c6c8ca
}
#diclWrapper .table-dark tbody + tbody,
#diclWrapper .table-dark td,
#diclWrapper .table-dark th,
#diclWrapper .table-dark thead th {
    border-color: #95999c
}
#diclWrapper .table .thead-dark th,
#diclWrapper .table-dark td,
#diclWrapper .table-dark th,
#diclWrapper .table-dark thead th {
    border-color: #454d55
}
#diclWrapper .table-hover .table-dark:hover,
#diclWrapper .table-hover .table-dark:hover > td,
#diclWrapper .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}
#diclWrapper .table-active,
#diclWrapper .table-active > td,
#diclWrapper .table-active > th,
#diclWrapper .table-hover .table-active:hover,
#diclWrapper .table-hover .table-active:hover > td,
#diclWrapper .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}
#diclWrapper .table .thead-dark th,
#diclWrapper .table-dark {
    background-color: #343a40;
    color: #fff
}
#diclWrapper .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}
#diclWrapper .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}
#diclWrapper .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}
#diclWrapper .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
#diclWrapper .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
}
#diclWrapper .form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
#diclWrapper .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
#diclWrapper .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}
#diclWrapper .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
#diclWrapper .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
#diclWrapper .form-control:disabled,
#diclWrapper .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
#diclWrapper input[type=date].form-control,
#diclWrapper input[type=datetime-local].form-control,
#diclWrapper input[type=month].form-control,
#diclWrapper input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
#diclWrapper select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}
#diclWrapper select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}
#diclWrapper .form-control-file,
#diclWrapper .form-control-range {
    display: block;
    width: 100%
}
#diclWrapper .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}
#diclWrapper .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}
#diclWrapper .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}
#diclWrapper .form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
#diclWrapper .form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
#diclWrapper .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
#diclWrapper select.form-control[multiple],
#diclWrapper select.form-control[size],
#diclWrapper textarea.form-control {
    height: auto
}
#diclWrapper .form-group {
    margin-bottom: 1rem
}
#diclWrapper .form-text {
    display: block;
    margin-top: .25rem
}
#diclWrapper .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
#diclWrapper .form-row > .col,
#diclWrapper .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
#diclWrapper .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}
#diclWrapper .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}
#diclWrapper .form-check-input:disabled ~ .form-check-label,
#diclWrapper .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}
#diclWrapper .card-text:last-child,
#diclWrapper .form-check-label {
    margin-bottom: 0
}
#diclWrapper .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}
#diclWrapper .invalid-tooltip,
#diclWrapper .valid-tooltip {
    position: absolute;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .25rem;
    top: 100%;
    left: 0
}
#diclWrapper .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}
#diclWrapper .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}
#diclWrapper .valid-tooltip {
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .9)
}
#diclWrapper .form-row > .col > .invalid-tooltip,
#diclWrapper .form-row > .col > .valid-tooltip,
#diclWrapper .form-row > [class*=col-] > .invalid-tooltip,
#diclWrapper .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}
#diclWrapper .is-valid ~ .valid-feedback,
#diclWrapper .is-valid ~ .valid-tooltip,
#diclWrapper .was-validated :valid ~ .valid-feedback,
#diclWrapper .was-validated :valid ~ .valid-tooltip {
    display: block
}
#diclWrapper .form-control.is-valid,
#diclWrapper .was-validated .form-control: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)
}
#diclWrapper .form-control.is-valid:focus,
#diclWrapper .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
#diclWrapper .was-validated select.form-control:valid,
#diclWrapper select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}
#diclWrapper .was-validated textarea.form-control:valid,
#diclWrapper textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
#diclWrapper .custom-select.is-valid,
#diclWrapper .was-validated .custom-select: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, 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 #fff
}
#diclWrapper .custom-select.is-valid:focus,
#diclWrapper .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
#diclWrapper .form-check-input.is-valid ~ .form-check-label,
#diclWrapper .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}
#diclWrapper .form-check-input.is-valid ~ .valid-feedback,
#diclWrapper .form-check-input.is-valid ~ .valid-tooltip,
#diclWrapper .was-validated .form-check-input:valid ~ .valid-feedback,
#diclWrapper .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}
#diclWrapper .custom-control-input.is-valid ~ .custom-control-label,
#diclWrapper .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}
#diclWrapper .custom-control-input.is-valid ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}
#diclWrapper .custom-control-input.is-valid:checked ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}
#diclWrapper .custom-control-input.is-valid:focus ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
#diclWrapper .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}
#diclWrapper .custom-file-input.is-valid ~ .custom-file-label,
#diclWrapper .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}
#diclWrapper .custom-file-input.is-valid:focus ~ .custom-file-label,
#diclWrapper .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
#diclWrapper .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}
#diclWrapper .invalid-tooltip {
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}
#diclWrapper .is-invalid ~ .invalid-feedback,
#diclWrapper .is-invalid ~ .invalid-tooltip,
#diclWrapper .was-validated :invalid ~ .invalid-feedback,
#diclWrapper .was-validated :invalid ~ .invalid-tooltip {
    display: block
}
#diclWrapper .form-control.is-invalid,
#diclWrapper .was-validated .form-control: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)
}
#diclWrapper .form-control.is-invalid:focus,
#diclWrapper .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
#diclWrapper .was-validated select.form-control:invalid,
#diclWrapper select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}
#diclWrapper .was-validated textarea.form-control:invalid,
#diclWrapper textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
#diclWrapper .custom-select.is-invalid,
#diclWrapper .was-validated .custom-select: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, 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 #fff
}
#diclWrapper .custom-select.is-invalid:focus,
#diclWrapper .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
#diclWrapper .form-check-input.is-invalid ~ .form-check-label,
#diclWrapper .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}
#diclWrapper .form-check-input.is-invalid ~ .invalid-feedback,
#diclWrapper .form-check-input.is-invalid ~ .invalid-tooltip,
#diclWrapper .was-validated .form-check-input:invalid ~ .invalid-feedback,
#diclWrapper .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}
#diclWrapper .custom-control-input.is-invalid ~ .custom-control-label,
#diclWrapper .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}
#diclWrapper .custom-control-input.is-invalid ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}
#diclWrapper .custom-control-input.is-invalid:checked ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}
#diclWrapper .custom-control-input.is-invalid:focus ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
#diclWrapper .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
#diclWrapper .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}
#diclWrapper .custom-file-input.is-invalid ~ .custom-file-label,
#diclWrapper .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}
#diclWrapper .custom-file-input.is-invalid:focus ~ .custom-file-label,
#diclWrapper .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
#diclWrapper .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}
#diclWrapper .form-inline .form-check {
    width: 100%
}
#diclWrapper .dropdown-toggle::after,
#diclWrapper .dropup .dropdown-toggle::after {
    vertical-align: .255em;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    content: ""
}
#diclWrapper .fade {
    transition: opacity .15s linear
}
#diclWrapper .fade:not(.show) {
    opacity: 0
}
#diclWrapper .collapse:not(.show),
#diclWrapper .navbar-expand .navbar-toggler,
#diclWrapper .popover-header:empty,
#diclWrapper .tab-content > .tab-pane {
    display: none
}
#diclWrapper .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s
}
#diclWrapper .collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s
}
#diclWrapper .carousel,
#diclWrapper .dropdown,
#diclWrapper .dropleft,
#diclWrapper .dropright,
#diclWrapper .dropup {
    position: relative
}
#diclWrapper .dropdown-toggle {
    white-space: nowrap
}
#diclWrapper .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}
#diclWrapper .dropdown-toggle:empty::after,
#diclWrapper .dropleft .dropdown-toggle:empty::after,
#diclWrapper .dropright .dropdown-toggle:empty::after,
#diclWrapper .dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
#diclWrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}
#diclWrapper .dropdown-menu-left {
    right: auto;
    left: 0
}
#diclWrapper .dropdown-menu-right {
    right: 0;
    left: auto
}
#diclWrapper .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
#diclWrapper .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}
#diclWrapper .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
#diclWrapper .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}
#diclWrapper .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
#diclWrapper .dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}
#diclWrapper .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}
#diclWrapper .dropdown-menu[x-placement^=bottom],
#diclWrapper .dropdown-menu[x-placement^=left],
#diclWrapper .dropdown-menu[x-placement^=right],
#diclWrapper .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}
#diclWrapper .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}
#diclWrapper .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}
#diclWrapper .dropdown-item:focus,
#diclWrapper .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}
#diclWrapper .dropdown-item.active,
#diclWrapper .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}
#diclWrapper .dropdown-item.disabled,
#diclWrapper .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}
#diclWrapper .carousel-item-next,
#diclWrapper .carousel-item-prev,
#diclWrapper .carousel-item.active,
#diclWrapper .dropdown-menu.show,
#diclWrapper .tab-content > .active {
    display: block
}
#diclWrapper .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}
#diclWrapper .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}
#diclWrapper .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
#diclWrapper .nav-link {
    display: block;
    padding: .5rem 1rem
}
#diclWrapper .card-link:hover,
#diclWrapper .nav-link:focus,
#diclWrapper .nav-link:hover,
#diclWrapper .navbar-brand:focus,
#diclWrapper .navbar-brand:hover,
#diclWrapper .navbar-toggler:focus,
#diclWrapper .navbar-toggler:hover {
    text-decoration: none
}
#diclWrapper .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}
#diclWrapper .nav-tabs {
    border-bottom: 1px solid #dee2e6
}
#diclWrapper .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
#diclWrapper .nav-tabs .nav-link:focus,
#diclWrapper .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}
#diclWrapper .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
#diclWrapper .nav-tabs .nav-item.show .nav-link,
#diclWrapper .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
#diclWrapper .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
#diclWrapper .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}
#diclWrapper .nav-pills .nav-link.active,
#diclWrapper .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}
#diclWrapper .nav-fill .nav-item,
#diclWrapper .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}
#diclWrapper .nav-justified .nav-item,
#diclWrapper .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}
#diclWrapper .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}
#diclWrapper .navbar .container,
#diclWrapper .navbar .container-fluid,
#diclWrapper .navbar .container-lg,
#diclWrapper .navbar .container-md,
#diclWrapper .navbar .container-sm,
#diclWrapper .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
#diclWrapper .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
#diclWrapper .card-header-pills,
#diclWrapper .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}
#diclWrapper .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
#diclWrapper .navbar-nav .dropdown-menu {
    position: static;
    float: none
}
#diclWrapper .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
#diclWrapper .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}
#diclWrapper .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
#diclWrapper .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}
#diclWrapper .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}
@media (max-width:575.98px) {
    #diclWrapper .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    #diclWrapper .table-responsive-sm > .table-bordered {
        border: 0
    }
    #diclWrapper .navbar-expand-sm > .container,
    #diclWrapper .navbar-expand-sm > .container-fluid,
    #diclWrapper .navbar-expand-sm > .container-lg,
    #diclWrapper .navbar-expand-sm > .container-md,
    #diclWrapper .navbar-expand-sm > .container-sm,
    #diclWrapper .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}
@media (max-width:767.98px) {
    #diclWrapper .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    #diclWrapper .table-responsive-md > .table-bordered {
        border: 0
    }
    #diclWrapper .navbar-expand-md > .container,
    #diclWrapper .navbar-expand-md > .container-fluid,
    #diclWrapper .navbar-expand-md > .container-lg,
    #diclWrapper .navbar-expand-md > .container-md,
    #diclWrapper .navbar-expand-md > .container-sm,
    #diclWrapper .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}
@media (max-width:991.98px) {
    #diclWrapper .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    #diclWrapper .table-responsive-lg > .table-bordered {
        border: 0
    }
    #diclWrapper .navbar-expand-lg > .container,
    #diclWrapper .navbar-expand-lg > .container-fluid,
    #diclWrapper .navbar-expand-lg > .container-lg,
    #diclWrapper .navbar-expand-lg > .container-md,
    #diclWrapper .navbar-expand-lg > .container-sm,
    #diclWrapper .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}
@media (max-width:1199.98px) {
    #diclWrapper .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    #diclWrapper .table-responsive-xl > .table-bordered {
        border: 0
    }
    #diclWrapper .navbar-expand-xl > .container,
    #diclWrapper .navbar-expand-xl > .container-fluid,
    #diclWrapper .navbar-expand-xl > .container-lg,
    #diclWrapper .navbar-expand-xl > .container-md,
    #diclWrapper .navbar-expand-xl > .container-sm,
    #diclWrapper .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}
#diclWrapper .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}
#diclWrapper .navbar-expand .navbar-nav {
    flex-direction: row
}
#diclWrapper .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
#diclWrapper .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
#diclWrapper .navbar-expand > .container,
#diclWrapper .navbar-expand > .container-fluid,
#diclWrapper .navbar-expand > .container-lg,
#diclWrapper .navbar-expand > .container-md,
#diclWrapper .navbar-expand > .container-sm,
#diclWrapper .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: nowrap
}
#diclWrapper .navbar-expand .navbar-nav-scroll {
    overflow: visible
}
#diclWrapper .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}
#diclWrapper .navbar-light .navbar-brand,
#diclWrapper .navbar-light .navbar-brand:focus,
#diclWrapper .navbar-light .navbar-brand:hover,
#diclWrapper .navbar-light .navbar-nav .active > .nav-link,
#diclWrapper .navbar-light .navbar-nav .nav-link.active,
#diclWrapper .navbar-light .navbar-nav .nav-link.show,
#diclWrapper .navbar-light .navbar-nav .show > .nav-link,
#diclWrapper .navbar-light .navbar-text a,
#diclWrapper .navbar-light .navbar-text a:focus,
#diclWrapper .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}
#diclWrapper .navbar-light .navbar-nav .nav-link,
#diclWrapper .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}
#diclWrapper .navbar-light .navbar-nav .nav-link:focus,
#diclWrapper .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}
#diclWrapper .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}
#diclWrapper .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}
#diclWrapper .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
#diclWrapper .navbar-dark .navbar-brand,
#diclWrapper .navbar-dark .navbar-brand:focus,
#diclWrapper .navbar-dark .navbar-brand:hover,
#diclWrapper .navbar-dark .navbar-nav .active > .nav-link,
#diclWrapper .navbar-dark .navbar-nav .nav-link.active,
#diclWrapper .navbar-dark .navbar-nav .nav-link.show,
#diclWrapper .navbar-dark .navbar-nav .show > .nav-link,
#diclWrapper .navbar-dark .navbar-text a,
#diclWrapper .navbar-dark .navbar-text a:focus,
#diclWrapper .navbar-dark .navbar-text a:hover {
    color: #fff
}
#diclWrapper .navbar-dark .navbar-nav .nav-link,
#diclWrapper .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}
#diclWrapper .navbar-dark .navbar-nav .nav-link:focus,
#diclWrapper .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}
#diclWrapper .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}
#diclWrapper .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}
#diclWrapper .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
#diclWrapper .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}
#diclWrapper .card-img,
#diclWrapper .card-img-top,
#diclWrapper .card > .list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}
#diclWrapper .card-img,
#diclWrapper .card-img-bottom,
#diclWrapper .card > .list-group:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}
#diclWrapper .card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}
#diclWrapper .card > .list-group:first-child {
    border-top-width: 0
}
#diclWrapper .card > .list-group:last-child {
    border-bottom-width: 0
}
#diclWrapper .card > .card-header + .list-group,
#diclWrapper .card > .list-group + .card-footer {
    border-top: 0
}
#diclWrapper .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}
#diclWrapper .card-footer,
#diclWrapper .card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03)
}
#diclWrapper .card-columns .card,
#diclWrapper .card-title {
    margin-bottom: .75rem
}
#diclWrapper .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}
#diclWrapper .card-link + .card-link {
    margin-left: 1.25rem
}
#diclWrapper .card-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}
#diclWrapper .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
#diclWrapper .card-footer {
    border-top: 1px solid rgba(0, 0, 0, .125)
}
#diclWrapper .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
#diclWrapper .card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}
#diclWrapper .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}
#diclWrapper .card-img,
#diclWrapper .card-img-bottom,
#diclWrapper .card-img-top {
    flex-shrink: 0;
    width: 100%
}
#diclWrapper .card-deck .card,
#diclWrapper .card-group > .card {
    margin-bottom: 15px
}
#diclWrapper .accordion {
    overflow-anchor: none
}
#diclWrapper .accordion > .card {
    overflow: hidden
}
#diclWrapper .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
#diclWrapper .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
#diclWrapper .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
#diclWrapper .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}
#diclWrapper .popover,
#diclWrapper .tooltip {
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    position: absolute;
    text-decoration: none;
    text-shadow: none
}
#diclWrapper .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s
}
#diclWrapper .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
}
#diclWrapper .progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}
#diclWrapper .tooltip {
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    white-space: normal;
    opacity: 0
}
#diclWrapper .tooltip.show {
    opacity: .9
}
#diclWrapper .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}
#diclWrapper .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}
#diclWrapper .bs-tooltip-auto[x-placement^=bottom],
#diclWrapper .bs-tooltip-auto[x-placement^=top],
#diclWrapper .bs-tooltip-bottom,
#diclWrapper .bs-tooltip-top {
    padding: .4rem 0
}
#diclWrapper .bs-tooltip-auto[x-placement^=top] .arrow,
#diclWrapper .bs-tooltip-top .arrow {
    bottom: 0
}
#diclWrapper .bs-tooltip-auto[x-placement^=top] .arrow::before,
#diclWrapper .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}
#diclWrapper .bs-tooltip-auto[x-placement^=left],
#diclWrapper .bs-tooltip-auto[x-placement^=right],
#diclWrapper .bs-tooltip-left,
#diclWrapper .bs-tooltip-right {
    padding: 0 .4rem
}
#diclWrapper .bs-tooltip-auto[x-placement^=right] .arrow,
#diclWrapper .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}
#diclWrapper .bs-tooltip-auto[x-placement^=right] .arrow::before,
#diclWrapper .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}
#diclWrapper .bs-tooltip-auto[x-placement^=bottom] .arrow,
#diclWrapper .bs-tooltip-bottom .arrow {
    top: 0
}
#diclWrapper .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
#diclWrapper .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}
#diclWrapper .bs-tooltip-auto[x-placement^=left] .arrow,
#diclWrapper .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}
#diclWrapper .bs-tooltip-auto[x-placement^=left] .arrow::before,
#diclWrapper .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}
#diclWrapper .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}
#diclWrapper .popover {
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}
#diclWrapper .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}
#diclWrapper .popover .arrow::after,
#diclWrapper .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}
#diclWrapper .bs-popover-auto[x-placement^=top],
#diclWrapper .bs-popover-top {
    margin-bottom: .5rem
}
#diclWrapper .bs-popover-auto[x-placement^=top] > .arrow,
#diclWrapper .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}
#diclWrapper .bs-popover-auto[x-placement^=top] > .arrow::before,
#diclWrapper .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}
#diclWrapper .bs-popover-auto[x-placement^=top] > .arrow::after,
#diclWrapper .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}
#diclWrapper .bs-popover-auto[x-placement^=right],
#diclWrapper .bs-popover-right {
    margin-left: .5rem
}
#diclWrapper .bs-popover-auto[x-placement^=right] > .arrow,
#diclWrapper .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}
#diclWrapper .bs-popover-auto[x-placement^=right] > .arrow::before,
#diclWrapper .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}
#diclWrapper .bs-popover-auto[x-placement^=right] > .arrow::after,
#diclWrapper .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}
#diclWrapper .bs-popover-auto[x-placement^=bottom],
#diclWrapper .bs-popover-bottom {
    margin-top: .5rem
}
#diclWrapper .bs-popover-auto[x-placement^=bottom] > .arrow,
#diclWrapper .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}
#diclWrapper .bs-popover-auto[x-placement^=bottom] > .arrow::before,
#diclWrapper .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}
#diclWrapper .bs-popover-auto[x-placement^=bottom] > .arrow::after,
#diclWrapper .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}
#diclWrapper .bs-popover-auto[x-placement^=bottom] .popover-header::before,
#diclWrapper .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}
#diclWrapper .bs-popover-auto[x-placement^=left],
#diclWrapper .bs-popover-left {
    margin-right: .5rem
}
#diclWrapper .bs-popover-auto[x-placement^=left] > .arrow,
#diclWrapper .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}
#diclWrapper .bs-popover-auto[x-placement^=left] > .arrow::before,
#diclWrapper .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}
#diclWrapper .bs-popover-auto[x-placement^=left] > .arrow::after,
#diclWrapper .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}
#diclWrapper .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}
#diclWrapper .popover-body {
    padding: .5rem .75rem;
    color: #212529
}
#diclWrapper .carousel.pointer-event {
    touch-action: pan-y
}
#diclWrapper .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
#diclWrapper .carousel-inner::after,
#diclWrapper .clearfix::after {
    display: block;
    clear: both;
    content: ""
}
#diclWrapper .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}
#diclWrapper .active.carousel-item-right,
#diclWrapper .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}
#diclWrapper .active.carousel-item-left,
#diclWrapper .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}
#diclWrapper .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}
#diclWrapper .carousel-fade .carousel-item-next.carousel-item-left,
#diclWrapper .carousel-fade .carousel-item-prev.carousel-item-right,
#diclWrapper .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}
#diclWrapper .carousel-fade .active.carousel-item-left,
#diclWrapper .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}
#diclWrapper .carousel-control-next,
#diclWrapper .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s
}
#diclWrapper .carousel-control-next:focus,
#diclWrapper .carousel-control-next:hover,
#diclWrapper .carousel-control-prev:focus,
#diclWrapper .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}
#diclWrapper .carousel-control-prev {
    left: 0
}
#diclWrapper .carousel-control-next {
    right: 0
}
#diclWrapper .carousel-control-next-icon,
#diclWrapper .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}
#diclWrapper .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
#diclWrapper .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
#diclWrapper .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}
#diclWrapper .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}
#diclWrapper .carousel-indicators .active {
    opacity: 1
}
#diclWrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}
#diclWrapper .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}
#diclWrapper .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}
#diclWrapper .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}
#diclWrapper .spinner-grow-sm {
    width: 1rem;
    height: 1rem
}
@media (prefers-reduced-motion:reduce) {
    #diclWrapper .carousel-control-next,
    #diclWrapper .carousel-control-prev,
    #diclWrapper .carousel-fade .active.carousel-item-left,
    #diclWrapper .carousel-fade .active.carousel-item-right,
    #diclWrapper .carousel-indicators li,
    #diclWrapper .carousel-item,
    #diclWrapper .collapsing,
    #diclWrapper .collapsing.width,
    #diclWrapper .fade,
    #diclWrapper .form-control,
    #diclWrapper .progress-bar {
        transition: none
    }
    #diclWrapper .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
    #diclWrapper .spinner-border,
    #diclWrapper .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}
#diclWrapper .align-baseline {
    vertical-align: baseline !important
}
#diclWrapper .align-top {
    vertical-align: top !important
}
#diclWrapper .align-middle {
    vertical-align: middle !important
}
#diclWrapper .align-bottom {
    vertical-align: bottom !important
}
#diclWrapper .align-text-bottom {
    vertical-align: text-bottom !important
}
#diclWrapper .align-text-top {
    vertical-align: text-top !important
}
#diclWrapper .bg-primary {
    background-color: #007bff !important
}
#diclWrapper a.bg-primary:focus,
#diclWrapper a.bg-primary:hover,
#diclWrapper button.bg-primary:focus,
#diclWrapper button.bg-primary:hover {
    background-color: #0062cc !important
}
#diclWrapper .bg-secondary {
    background-color: #6c757d !important
}
#diclWrapper a.bg-secondary:focus,
#diclWrapper a.bg-secondary:hover,
#diclWrapper button.bg-secondary:focus,
#diclWrapper button.bg-secondary:hover {
    background-color: #545b62 !important
}
#diclWrapper .bg-success {
    background-color: #28a745 !important
}
#diclWrapper a.bg-success:focus,
#diclWrapper a.bg-success:hover,
#diclWrapper button.bg-success:focus,
#diclWrapper button.bg-success:hover {
    background-color: #1e7e34 !important
}
#diclWrapper .bg-info {
    background-color: #17a2b8 !important
}
#diclWrapper a.bg-info:focus,
#diclWrapper a.bg-info:hover,
#diclWrapper button.bg-info:focus,
#diclWrapper button.bg-info:hover {
    background-color: #117a8b !important
}
#diclWrapper .bg-warning {
    background-color: #ffc107 !important
}
#diclWrapper a.bg-warning:focus,
#diclWrapper a.bg-warning:hover,
#diclWrapper button.bg-warning:focus,
#diclWrapper button.bg-warning:hover {
    background-color: #d39e00 !important
}
#diclWrapper .bg-danger {
    background-color: #dc3545 !important
}
#diclWrapper a.bg-danger:focus,
#diclWrapper a.bg-danger:hover,
#diclWrapper button.bg-danger:focus,
#diclWrapper button.bg-danger:hover {
    background-color: #bd2130 !important
}
#diclWrapper .bg-light {
    background-color: #f8f9fa !important
}
#diclWrapper a.bg-light:focus,
#diclWrapper a.bg-light:hover,
#diclWrapper button.bg-light:focus,
#diclWrapper button.bg-light:hover {
    background-color: #dae0e5 !important
}
#diclWrapper .bg-dark {
    background-color: #343a40 !important
}
#diclWrapper a.bg-dark:focus,
#diclWrapper a.bg-dark:hover,
#diclWrapper button.bg-dark:focus,
#diclWrapper button.bg-dark:hover {
    background-color: #1d2124 !important
}
#diclWrapper .bg-white {
    background-color: #fff !important
}
#diclWrapper .bg-transparent {
    background-color: transparent !important
}
#diclWrapper .border {
    border: 1px solid #dee2e6 !important
}
#diclWrapper .border-top {
    border-top: 1px solid #dee2e6 !important
}
#diclWrapper .border-right {
    border-right: 1px solid #dee2e6 !important
}
#diclWrapper .border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}
#diclWrapper .border-left {
    border-left: 1px solid #dee2e6 !important
}
#diclWrapper .border-0 {
    border: 0 !important
}
#diclWrapper .border-top-0 {
    border-top: 0 !important
}
#diclWrapper .border-right-0 {
    border-right: 0 !important
}
#diclWrapper .border-bottom-0 {
    border-bottom: 0 !important
}
#diclWrapper .border-left-0 {
    border-left: 0 !important
}
#diclWrapper .border-primary {
    border-color: #007bff !important
}
#diclWrapper .border-secondary {
    border-color: #6c757d !important
}
#diclWrapper .border-success {
    border-color: #28a745 !important
}
#diclWrapper .border-info {
    border-color: #17a2b8 !important
}
#diclWrapper .border-warning {
    border-color: #ffc107 !important
}
#diclWrapper .border-danger {
    border-color: #dc3545 !important
}
#diclWrapper .border-light {
    border-color: #f8f9fa !important
}
#diclWrapper .border-dark {
    border-color: #343a40 !important
}
#diclWrapper .border-white {
    border-color: #fff !important
}
#diclWrapper .rounded-sm {
    border-radius: .2rem !important
}
#diclWrapper .rounded {
    border-radius: .25rem !important
}
#diclWrapper .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}
#diclWrapper .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}
#diclWrapper .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
#diclWrapper .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
#diclWrapper .rounded-lg {
    border-radius: .3rem !important
}
#diclWrapper .rounded-circle {
    border-radius: 50% !important
}
#diclWrapper .rounded-pill {
    border-radius: 50rem !important
}
#diclWrapper .rounded-0 {
    border-radius: 0 !important
}
#diclWrapper .d-none {
    display: none !important
}
#diclWrapper .d-inline {
    display: inline !important
}
#diclWrapper .d-inline-block {
    display: inline-block !important
}
#diclWrapper .d-block {
    display: block !important
}
#diclWrapper .d-table {
    display: table !important
}
#diclWrapper .d-table-row {
    display: table-row !important
}
#diclWrapper .d-table-cell {
    display: table-cell !important
}
#diclWrapper .d-flex {
    display: flex !important
}
#diclWrapper .d-inline-flex {
    display: inline-flex !important
}
#diclWrapper .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
#diclWrapper .embed-responsive::before {
    display: block;
    content: ""
}
#diclWrapper .embed-responsive .embed-responsive-item,
#diclWrapper .embed-responsive embed,
#diclWrapper .embed-responsive iframe,
#diclWrapper .embed-responsive object,
#diclWrapper .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
#diclWrapper .embed-responsive-21by9::before {
    padding-top: 42.85714286%
}
#diclWrapper .embed-responsive-16by9::before {
    padding-top: 56.25%
}
#diclWrapper .embed-responsive-4by3::before {
    padding-top: 75%
}
#diclWrapper .embed-responsive-1by1::before {
    padding-top: 100%
}
#diclWrapper .flex-row {
    flex-direction: row !important
}
#diclWrapper .flex-column {
    flex-direction: column !important
}
#diclWrapper .flex-row-reverse {
    flex-direction: row-reverse !important
}
#diclWrapper .flex-column-reverse {
    flex-direction: column-reverse !important
}
#diclWrapper .flex-wrap {
    flex-wrap: wrap !important
}
#diclWrapper .flex-nowrap {
    flex-wrap: nowrap !important
}
#diclWrapper .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}
#diclWrapper .flex-fill {
    flex: 1 1 auto !important
}
#diclWrapper .flex-grow-0 {
    flex-grow: 0 !important
}
#diclWrapper .flex-grow-1 {
    flex-grow: 1 !important
}
#diclWrapper .flex-shrink-0 {
    flex-shrink: 0 !important
}
#diclWrapper .flex-shrink-1 {
    flex-shrink: 1 !important
}
#diclWrapper .justify-content-start {
    justify-content: flex-start !important
}
#diclWrapper .justify-content-end {
    justify-content: flex-end !important
}
#diclWrapper .justify-content-center {
    justify-content: center !important
}
#diclWrapper .justify-content-between {
    justify-content: space-between !important
}
#diclWrapper .justify-content-around {
    justify-content: space-around !important
}
#diclWrapper .align-items-start {
    align-items: flex-start !important
}
#diclWrapper .align-items-end {
    align-items: flex-end !important
}
#diclWrapper .align-items-center {
    align-items: center !important
}
#diclWrapper .align-items-baseline {
    align-items: baseline !important
}
#diclWrapper .align-items-stretch {
    align-items: stretch !important
}
#diclWrapper .align-content-start {
    align-content: flex-start !important
}
#diclWrapper .align-content-end {
    align-content: flex-end !important
}
#diclWrapper .align-content-center {
    align-content: center !important
}
#diclWrapper .align-content-between {
    align-content: space-between !important
}
#diclWrapper .align-content-around {
    align-content: space-around !important
}
#diclWrapper .align-content-stretch {
    align-content: stretch !important
}
#diclWrapper .align-self-auto {
    align-self: auto !important
}
#diclWrapper .align-self-start {
    align-self: flex-start !important
}
#diclWrapper .align-self-end {
    align-self: flex-end !important
}
#diclWrapper .align-self-center {
    align-self: center !important
}
#diclWrapper .align-self-baseline {
    align-self: baseline !important
}
#diclWrapper .align-self-stretch {
    align-self: stretch !important
}
#diclWrapper .float-left {
    float: left !important
}
#diclWrapper .float-right {
    float: right !important
}
#diclWrapper .float-none {
    float: none !important
}
#diclWrapper .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}
#diclWrapper .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}
#diclWrapper .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}
#diclWrapper .overflow-auto {
    overflow: auto !important
}
#diclWrapper .overflow-hidden {
    overflow: hidden !important
}
#diclWrapper .position-static {
    position: static !important
}
#diclWrapper .position-relative {
    position: relative !important
}
#diclWrapper .position-absolute {
    position: absolute !important
}
#diclWrapper .position-fixed {
    position: fixed !important
}
#diclWrapper .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}
#diclWrapper .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
#diclWrapper .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    #diclWrapper .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}
#diclWrapper .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
}
#diclWrapper .sr-only-focusable:active,
#diclWrapper .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}
#diclWrapper .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
#diclWrapper .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
#diclWrapper .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}
#diclWrapper .shadow-none {
    box-shadow: none !important
}
#diclWrapper .w-25 {
    width: 25% !important
}
#diclWrapper .w-50 {
    width: 50% !important
}
#diclWrapper .w-75 {
    width: 75% !important
}
#diclWrapper .w-100 {
    width: 100% !important
}
#diclWrapper .w-auto {
    width: auto !important
}
#diclWrapper .h-25 {
    height: 25% !important
}
#diclWrapper .h-50 {
    height: 50% !important
}
#diclWrapper .h-75 {
    height: 75% !important
}
#diclWrapper .h-100 {
    height: 100% !important
}
#diclWrapper .h-auto {
    height: auto !important
}
#diclWrapper .mw-100 {
    max-width: 100% !important
}
#diclWrapper .mh-100 {
    max-height: 100% !important
}
#diclWrapper .min-vw-100 {
    min-width: 100vw !important
}
#diclWrapper .min-vh-100 {
    min-height: 100vh !important
}
#diclWrapper .vw-100 {
    width: 100vw !important
}
#diclWrapper .vh-100 {
    height: 100vh !important
}
#diclWrapper .m-0 {
    margin: 0 !important
}
#diclWrapper .mt-0,
#diclWrapper .my-0 {
    margin-top: 0 !important
}
#diclWrapper .mr-0,
#diclWrapper .mx-0 {
    margin-right: 0 !important
}
#diclWrapper .mb-0,
#diclWrapper .my-0 {
    margin-bottom: 0 !important
}
#diclWrapper .ml-0,
#diclWrapper .mx-0 {
    margin-left: 0 !important
}
#diclWrapper .m-1 {
    margin: .25rem !important
}
#diclWrapper .mt-1,
#diclWrapper .my-1 {
    margin-top: .25rem !important
}
#diclWrapper .mr-1,
#diclWrapper .mx-1 {
    margin-right: .25rem !important
}
#diclWrapper .mb-1,
#diclWrapper .my-1 {
    margin-bottom: .25rem !important
}
#diclWrapper .ml-1,
#diclWrapper .mx-1 {
    margin-left: .25rem !important
}
#diclWrapper .m-2 {
    margin: .5rem !important
}
#diclWrapper .mt-2,
#diclWrapper .my-2 {
    margin-top: .5rem !important
}
#diclWrapper .mr-2,
#diclWrapper .mx-2 {
    margin-right: .5rem !important
}
#diclWrapper .mb-2,
#diclWrapper .my-2 {
    margin-bottom: .5rem !important
}
#diclWrapper .ml-2,
#diclWrapper .mx-2 {
    margin-left: .5rem !important
}
#diclWrapper .m-3 {
    margin: 1rem !important
}
#diclWrapper .mt-3,
#diclWrapper .my-3 {
    margin-top: 1rem !important
}
#diclWrapper .mr-3,
#diclWrapper .mx-3 {
    margin-right: 1rem !important
}
#diclWrapper .mb-3,
#diclWrapper .my-3 {
    margin-bottom: 1rem !important
}
#diclWrapper .ml-3,
#diclWrapper .mx-3 {
    margin-left: 1rem !important
}
#diclWrapper .m-4 {
    margin: 1.5rem !important
}
#diclWrapper .mt-4,
#diclWrapper .my-4 {
    margin-top: 1.5rem !important
}
#diclWrapper .mr-4,
#diclWrapper .mx-4 {
    margin-right: 1.5rem !important
}
#diclWrapper .mb-4,
#diclWrapper .my-4 {
    margin-bottom: 1.5rem !important
}
#diclWrapper .ml-4,
#diclWrapper .mx-4 {
    margin-left: 1.5rem !important
}
#diclWrapper .m-5 {
    margin: 3rem !important
}
#diclWrapper .mt-5,
#diclWrapper .my-5 {
    margin-top: 3rem !important
}
#diclWrapper .mr-5,
#diclWrapper .mx-5 {
    margin-right: 3rem !important
}
#diclWrapper .mb-5,
#diclWrapper .my-5 {
    margin-bottom: 3rem !important
}
#diclWrapper .ml-5,
#diclWrapper .mx-5 {
    margin-left: 3rem !important
}
#diclWrapper .p-0 {
    padding: 0 !important
}
#diclWrapper .pt-0,
#diclWrapper .py-0 {
    padding-top: 0 !important
}
#diclWrapper .pr-0,
#diclWrapper .px-0 {
    padding-right: 0 !important
}
#diclWrapper .pb-0,
#diclWrapper .py-0 {
    padding-bottom: 0 !important
}
#diclWrapper .pl-0,
#diclWrapper .px-0 {
    padding-left: 0 !important
}
#diclWrapper .p-1 {
    padding: .25rem !important
}
#diclWrapper .pt-1,
#diclWrapper .py-1 {
    padding-top: .25rem !important
}
#diclWrapper .pr-1,
#diclWrapper .px-1 {
    padding-right: .25rem !important
}
#diclWrapper .pb-1,
#diclWrapper .py-1 {
    padding-bottom: .25rem !important
}
#diclWrapper .pl-1,
#diclWrapper .px-1 {
    padding-left: .25rem !important
}
#diclWrapper .p-2 {
    padding: .5rem !important
}
#diclWrapper .pt-2,
#diclWrapper .py-2 {
    padding-top: .5rem !important
}
#diclWrapper .pr-2,
#diclWrapper .px-2 {
    padding-right: .5rem !important
}
#diclWrapper .pb-2,
#diclWrapper .py-2 {
    padding-bottom: .5rem !important
}
#diclWrapper .pl-2,
#diclWrapper .px-2 {
    padding-left: .5rem !important
}
#diclWrapper .p-3 {
    padding: 1rem !important
}
#diclWrapper .pt-3,
#diclWrapper .py-3 {
    padding-top: 1rem !important
}
#diclWrapper .pr-3,
#diclWrapper .px-3 {
    padding-right: 1rem !important
}
#diclWrapper .pb-3,
#diclWrapper .py-3 {
    padding-bottom: 1rem !important
}
#diclWrapper .pl-3,
#diclWrapper .px-3 {
    padding-left: 1rem !important
}
#diclWrapper .p-4 {
    padding: 1.5rem !important
}
#diclWrapper .pt-4,
#diclWrapper .py-4 {
    padding-top: 1.5rem !important
}
#diclWrapper .pr-4,
#diclWrapper .px-4 {
    padding-right: 1.5rem !important
}
#diclWrapper .pb-4,
#diclWrapper .py-4 {
    padding-bottom: 1.5rem !important
}
#diclWrapper .pl-4,
#diclWrapper .px-4 {
    padding-left: 1.5rem !important
}
#diclWrapper .p-5 {
    padding: 3rem !important
}
#diclWrapper .pt-5,
#diclWrapper .py-5 {
    padding-top: 3rem !important
}
#diclWrapper .pr-5,
#diclWrapper .px-5 {
    padding-right: 3rem !important
}
#diclWrapper .pb-5,
#diclWrapper .py-5 {
    padding-bottom: 3rem !important
}
#diclWrapper .pl-5,
#diclWrapper .px-5 {
    padding-left: 3rem !important
}
#diclWrapper .m-n1 {
    margin: -.25rem !important
}
#diclWrapper .mt-n1,
#diclWrapper .my-n1 {
    margin-top: -.25rem !important
}
#diclWrapper .mr-n1,
#diclWrapper .mx-n1 {
    margin-right: -.25rem !important
}
#diclWrapper .mb-n1,
#diclWrapper .my-n1 {
    margin-bottom: -.25rem !important
}
#diclWrapper .ml-n1,
#diclWrapper .mx-n1 {
    margin-left: -.25rem !important
}
#diclWrapper .m-n2 {
    margin: -.5rem !important
}
#diclWrapper .mt-n2,
#diclWrapper .my-n2 {
    margin-top: -.5rem !important
}
#diclWrapper .mr-n2,
#diclWrapper .mx-n2 {
    margin-right: -.5rem !important
}
#diclWrapper .mb-n2,
#diclWrapper .my-n2 {
    margin-bottom: -.5rem !important
}
#diclWrapper .ml-n2,
#diclWrapper .mx-n2 {
    margin-left: -.5rem !important
}
#diclWrapper .m-n3 {
    margin: -1rem !important
}
#diclWrapper .mt-n3,
#diclWrapper .my-n3 {
    margin-top: -1rem !important
}
#diclWrapper .mr-n3,
#diclWrapper .mx-n3 {
    margin-right: -1rem !important
}
#diclWrapper .mb-n3,
#diclWrapper .my-n3 {
    margin-bottom: -1rem !important
}
#diclWrapper .ml-n3,
#diclWrapper .mx-n3 {
    margin-left: -1rem !important
}
#diclWrapper .m-n4 {
    margin: -1.5rem !important
}
#diclWrapper .mt-n4,
#diclWrapper .my-n4 {
    margin-top: -1.5rem !important
}
#diclWrapper .mr-n4,
#diclWrapper .mx-n4 {
    margin-right: -1.5rem !important
}
#diclWrapper .mb-n4,
#diclWrapper .my-n4 {
    margin-bottom: -1.5rem !important
}
#diclWrapper .ml-n4,
#diclWrapper .mx-n4 {
    margin-left: -1.5rem !important
}
#diclWrapper .m-n5 {
    margin: -3rem !important
}
#diclWrapper .mt-n5,
#diclWrapper .my-n5 {
    margin-top: -3rem !important
}
#diclWrapper .mr-n5,
#diclWrapper .mx-n5 {
    margin-right: -3rem !important
}
#diclWrapper .mb-n5,
#diclWrapper .my-n5 {
    margin-bottom: -3rem !important
}
#diclWrapper .ml-n5,
#diclWrapper .mx-n5 {
    margin-left: -3rem !important
}
#diclWrapper .m-auto {
    margin: auto !important
}
#diclWrapper .mt-auto,
#diclWrapper .my-auto {
    margin-top: auto !important
}
#diclWrapper .mr-auto,
#diclWrapper .mx-auto {
    margin-right: auto !important
}
#diclWrapper .mb-auto,
#diclWrapper .my-auto {
    margin-bottom: auto !important
}
#diclWrapper .ml-auto,
#diclWrapper .mx-auto {
    margin-left: auto !important
}
#diclWrapper .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)
}
#diclWrapper .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
#diclWrapper .text-justify {
    text-align: justify !important
}
#diclWrapper .text-wrap {
    white-space: normal !important
}
#diclWrapper .text-nowrap {
    white-space: nowrap !important
}
#diclWrapper .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
#diclWrapper .text-left {
    text-align: left !important
}
#diclWrapper .text-right {
    text-align: right !important
}
#diclWrapper .text-center {
    text-align: center !important
}
@media (min-width:576px) {
    #diclWrapper .container,
    #diclWrapper .container-sm {
        max-width: 540px
    }
    #diclWrapper .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    #diclWrapper .col-sm-12,
    #diclWrapper .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }
    #diclWrapper .col-sm-6,
    #diclWrapper .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }
    #diclWrapper .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    #diclWrapper .col-sm-3,
    #diclWrapper .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }
    #diclWrapper .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }
    #diclWrapper .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    #diclWrapper .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    #diclWrapper .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    #diclWrapper .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    #diclWrapper .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    #diclWrapper .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    #diclWrapper .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    #diclWrapper .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    #diclWrapper .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    #diclWrapper .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    #diclWrapper .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    #diclWrapper .order-sm-first {
        order: -1
    }
    #diclWrapper .order-sm-last {
        order: 13
    }
    #diclWrapper .order-sm-0 {
        order: 0
    }
    #diclWrapper .order-sm-1 {
        order: 1
    }
    #diclWrapper .order-sm-2 {
        order: 2
    }
    #diclWrapper .order-sm-3 {
        order: 3
    }
    #diclWrapper .order-sm-4 {
        order: 4
    }
    #diclWrapper .order-sm-5 {
        order: 5
    }
    #diclWrapper .order-sm-6 {
        order: 6
    }
    #diclWrapper .order-sm-7 {
        order: 7
    }
    #diclWrapper .order-sm-8 {
        order: 8
    }
    #diclWrapper .order-sm-9 {
        order: 9
    }
    #diclWrapper .order-sm-10 {
        order: 10
    }
    #diclWrapper .order-sm-11 {
        order: 11
    }
    #diclWrapper .order-sm-12 {
        order: 12
    }
    #diclWrapper .offset-sm-0 {
        margin-left: 0
    }
    #diclWrapper .offset-sm-1 {
        margin-left: 8.33333333%
    }
    #diclWrapper .offset-sm-2 {
        margin-left: 16.66666667%
    }
    #diclWrapper .offset-sm-3 {
        margin-left: 25%
    }
    #diclWrapper .offset-sm-4 {
        margin-left: 33.33333333%
    }
    #diclWrapper .offset-sm-5 {
        margin-left: 41.66666667%
    }
    #diclWrapper .offset-sm-6 {
        margin-left: 50%
    }
    #diclWrapper .offset-sm-7 {
        margin-left: 58.33333333%
    }
    #diclWrapper .offset-sm-8 {
        margin-left: 66.66666667%
    }
    #diclWrapper .offset-sm-9 {
        margin-left: 75%
    }
    #diclWrapper .offset-sm-10 {
        margin-left: 83.33333333%
    }
    #diclWrapper .offset-sm-11 {
        margin-left: 91.66666667%
    }
    #diclWrapper .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    #diclWrapper .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    #diclWrapper .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    #diclWrapper .form-inline .form-control-plaintext {
        display: inline-block
    }
    #diclWrapper .form-inline .custom-select,
    #diclWrapper .form-inline .input-group {
        width: auto
    }
    #diclWrapper .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    #diclWrapper .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    #diclWrapper .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    #diclWrapper .form-inline .custom-control-label {
        margin-bottom: 0
    }
    #diclWrapper .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    #diclWrapper .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
    #diclWrapper .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    #diclWrapper .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    #diclWrapper .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    #diclWrapper .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    #diclWrapper .navbar-expand-sm > .container,
    #diclWrapper .navbar-expand-sm > .container-fluid,
    #diclWrapper .navbar-expand-sm > .container-lg,
    #diclWrapper .navbar-expand-sm > .container-md,
    #diclWrapper .navbar-expand-sm > .container-sm,
    #diclWrapper .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap
    }
    #diclWrapper .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    #diclWrapper .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    #diclWrapper .navbar-expand-sm .navbar-toggler {
        display: none
    }
    #diclWrapper .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    #diclWrapper .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
    #diclWrapper .card-group {
        display: flex;
        flex-flow: row wrap
    }
    #diclWrapper .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    #diclWrapper .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }
    #diclWrapper .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    #diclWrapper .card-group > .card:not(:last-child) .card-header,
    #diclWrapper .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    #diclWrapper .card-group > .card:not(:last-child) .card-footer,
    #diclWrapper .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    #diclWrapper .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    #diclWrapper .card-group > .card:not(:first-child) .card-header,
    #diclWrapper .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    #diclWrapper .card-group > .card:not(:first-child) .card-footer,
    #diclWrapper .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
    #diclWrapper .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    #diclWrapper .card-columns .card {
        display: inline-block;
        width: 100%
    }
    #diclWrapper .d-sm-none {
        display: none !important
    }
    #diclWrapper .d-sm-inline {
        display: inline !important
    }
    #diclWrapper .d-sm-inline-block {
        display: inline-block !important
    }
    #diclWrapper .d-sm-block {
        display: block !important
    }
    #diclWrapper .d-sm-table {
        display: table !important
    }
    #diclWrapper .d-sm-table-row {
        display: table-row !important
    }
    #diclWrapper .d-sm-table-cell {
        display: table-cell !important
    }
    #diclWrapper .d-sm-flex {
        display: flex !important
    }
    #diclWrapper .d-sm-inline-flex {
        display: inline-flex !important
    }
    #diclWrapper .flex-sm-row {
        flex-direction: row !important
    }
    #diclWrapper .flex-sm-column {
        flex-direction: column !important
    }
    #diclWrapper .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    #diclWrapper .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    #diclWrapper .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    #diclWrapper .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    #diclWrapper .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    #diclWrapper .flex-sm-fill {
        flex: 1 1 auto !important
    }
    #diclWrapper .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    #diclWrapper .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    #diclWrapper .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    #diclWrapper .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    #diclWrapper .justify-content-sm-start {
        justify-content: flex-start !important
    }
    #diclWrapper .justify-content-sm-end {
        justify-content: flex-end !important
    }
    #diclWrapper .justify-content-sm-center {
        justify-content: center !important
    }
    #diclWrapper .justify-content-sm-between {
        justify-content: space-between !important
    }
    #diclWrapper .justify-content-sm-around {
        justify-content: space-around !important
    }
    #diclWrapper .align-items-sm-start {
        align-items: flex-start !important
    }
    #diclWrapper .align-items-sm-end {
        align-items: flex-end !important
    }
    #diclWrapper .align-items-sm-center {
        align-items: center !important
    }
    #diclWrapper .align-items-sm-baseline {
        align-items: baseline !important
    }
    #diclWrapper .align-items-sm-stretch {
        align-items: stretch !important
    }
    #diclWrapper .align-content-sm-start {
        align-content: flex-start !important
    }
    #diclWrapper .align-content-sm-end {
        align-content: flex-end !important
    }
    #diclWrapper .align-content-sm-center {
        align-content: center !important
    }
    #diclWrapper .align-content-sm-between {
        align-content: space-between !important
    }
    #diclWrapper .align-content-sm-around {
        align-content: space-around !important
    }
    #diclWrapper .align-content-sm-stretch {
        align-content: stretch !important
    }
    #diclWrapper .align-self-sm-auto {
        align-self: auto !important
    }
    #diclWrapper .align-self-sm-start {
        align-self: flex-start !important
    }
    #diclWrapper .align-self-sm-end {
        align-self: flex-end !important
    }
    #diclWrapper .align-self-sm-center {
        align-self: center !important
    }
    #diclWrapper .align-self-sm-baseline {
        align-self: baseline !important
    }
    #diclWrapper .align-self-sm-stretch {
        align-self: stretch !important
    }
    #diclWrapper .float-sm-left {
        float: left !important
    }
    #diclWrapper .float-sm-right {
        float: right !important
    }
    #diclWrapper .float-sm-none {
        float: none !important
    }
    #diclWrapper .m-sm-0 {
        margin: 0 !important
    }
    #diclWrapper .mt-sm-0,
    #diclWrapper .my-sm-0 {
        margin-top: 0 !important
    }
    #diclWrapper .mr-sm-0,
    #diclWrapper .mx-sm-0 {
        margin-right: 0 !important
    }
    #diclWrapper .mb-sm-0,
    #diclWrapper .my-sm-0 {
        margin-bottom: 0 !important
    }
    #diclWrapper .ml-sm-0,
    #diclWrapper .mx-sm-0 {
        margin-left: 0 !important
    }
    #diclWrapper .m-sm-1 {
        margin: .25rem !important
    }
    #diclWrapper .mt-sm-1,
    #diclWrapper .my-sm-1 {
        margin-top: .25rem !important
    }
    #diclWrapper .mr-sm-1,
    #diclWrapper .mx-sm-1 {
        margin-right: .25rem !important
    }
    #diclWrapper .mb-sm-1,
    #diclWrapper .my-sm-1 {
        margin-bottom: .25rem !important
    }
    #diclWrapper .ml-sm-1,
    #diclWrapper .mx-sm-1 {
        margin-left: .25rem !important
    }
    #diclWrapper .m-sm-2 {
        margin: .5rem !important
    }
    #diclWrapper .mt-sm-2,
    #diclWrapper .my-sm-2 {
        margin-top: .5rem !important
    }
    #diclWrapper .mr-sm-2,
    #diclWrapper .mx-sm-2 {
        margin-right: .5rem !important
    }
    #diclWrapper .mb-sm-2,
    #diclWrapper .my-sm-2 {
        margin-bottom: .5rem !important
    }
    #diclWrapper .ml-sm-2,
    #diclWrapper .mx-sm-2 {
        margin-left: .5rem !important
    }
    #diclWrapper .m-sm-3 {
        margin: 1rem !important
    }
    #diclWrapper .mt-sm-3,
    #diclWrapper .my-sm-3 {
        margin-top: 1rem !important
    }
    #diclWrapper .mr-sm-3,
    #diclWrapper .mx-sm-3 {
        margin-right: 1rem !important
    }
    #diclWrapper .mb-sm-3,
    #diclWrapper .my-sm-3 {
        margin-bottom: 1rem !important
    }
    #diclWrapper .ml-sm-3,
    #diclWrapper .mx-sm-3 {
        margin-left: 1rem !important
    }
    #diclWrapper .m-sm-4 {
        margin: 1.5rem !important
    }
    #diclWrapper .mt-sm-4,
    #diclWrapper .my-sm-4 {
        margin-top: 1.5rem !important
    }
    #diclWrapper .mr-sm-4,
    #diclWrapper .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    #diclWrapper .mb-sm-4,
    #diclWrapper .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    #diclWrapper .ml-sm-4,
    #diclWrapper .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    #diclWrapper .m-sm-5 {
        margin: 3rem !important
    }
    #diclWrapper .mt-sm-5,
    #diclWrapper .my-sm-5 {
        margin-top: 3rem !important
    }
    #diclWrapper .mr-sm-5,
    #diclWrapper .mx-sm-5 {
        margin-right: 3rem !important
    }
    #diclWrapper .mb-sm-5,
    #diclWrapper .my-sm-5 {
        margin-bottom: 3rem !important
    }
    #diclWrapper .ml-sm-5,
    #diclWrapper .mx-sm-5 {
        margin-left: 3rem !important
    }
    #diclWrapper .p-sm-0 {
        padding: 0 !important
    }
    #diclWrapper .pt-sm-0,
    #diclWrapper .py-sm-0 {
        padding-top: 0 !important
    }
    #diclWrapper .pr-sm-0,
    #diclWrapper .px-sm-0 {
        padding-right: 0 !important
    }
    #diclWrapper .pb-sm-0,
    #diclWrapper .py-sm-0 {
        padding-bottom: 0 !important
    }
    #diclWrapper .pl-sm-0,
    #diclWrapper .px-sm-0 {
        padding-left: 0 !important
    }
    #diclWrapper .p-sm-1 {
        padding: .25rem !important
    }
    #diclWrapper .pt-sm-1,
    #diclWrapper .py-sm-1 {
        padding-top: .25rem !important
    }
    #diclWrapper .pr-sm-1,
    #diclWrapper .px-sm-1 {
        padding-right: .25rem !important
    }
    #diclWrapper .pb-sm-1,
    #diclWrapper .py-sm-1 {
        padding-bottom: .25rem !important
    }
    #diclWrapper .pl-sm-1,
    #diclWrapper .px-sm-1 {
        padding-left: .25rem !important
    }
    #diclWrapper .p-sm-2 {
        padding: .5rem !important
    }
    #diclWrapper .pt-sm-2,
    #diclWrapper .py-sm-2 {
        padding-top: .5rem !important
    }
    #diclWrapper .pr-sm-2,
    #diclWrapper .px-sm-2 {
        padding-right: .5rem !important
    }
    #diclWrapper .pb-sm-2,
    #diclWrapper .py-sm-2 {
        padding-bottom: .5rem !important
    }
    #diclWrapper .pl-sm-2,
    #diclWrapper .px-sm-2 {
        padding-left: .5rem !important
    }
    #diclWrapper .p-sm-3 {
        padding: 1rem !important
    }
    #diclWrapper .pt-sm-3,
    #diclWrapper .py-sm-3 {
        padding-top: 1rem !important
    }
    #diclWrapper .pr-sm-3,
    #diclWrapper .px-sm-3 {
        padding-right: 1rem !important
    }
    #diclWrapper .pb-sm-3,
    #diclWrapper .py-sm-3 {
        padding-bottom: 1rem !important
    }
    #diclWrapper .pl-sm-3,
    #diclWrapper .px-sm-3 {
        padding-left: 1rem !important
    }
    #diclWrapper .p-sm-4 {
        padding: 1.5rem !important
    }
    #diclWrapper .pt-sm-4,
    #diclWrapper .py-sm-4 {
        padding-top: 1.5rem !important
    }
    #diclWrapper .pr-sm-4,
    #diclWrapper .px-sm-4 {
        padding-right: 1.5rem !important
    }
    #diclWrapper .pb-sm-4,
    #diclWrapper .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    #diclWrapper .pl-sm-4,
    #diclWrapper .px-sm-4 {
        padding-left: 1.5rem !important
    }
    #diclWrapper .p-sm-5 {
        padding: 3rem !important
    }
    #diclWrapper .pt-sm-5,
    #diclWrapper .py-sm-5 {
        padding-top: 3rem !important
    }
    #diclWrapper .pr-sm-5,
    #diclWrapper .px-sm-5 {
        padding-right: 3rem !important
    }
    #diclWrapper .pb-sm-5,
    #diclWrapper .py-sm-5 {
        padding-bottom: 3rem !important
    }
    #diclWrapper .pl-sm-5,
    #diclWrapper .px-sm-5 {
        padding-left: 3rem !important
    }
    #diclWrapper .m-sm-n1 {
        margin: -.25rem !important
    }
    #diclWrapper .mt-sm-n1,
    #diclWrapper .my-sm-n1 {
        margin-top: -.25rem !important
    }
    #diclWrapper .mr-sm-n1,
    #diclWrapper .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    #diclWrapper .mb-sm-n1,
    #diclWrapper .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    #diclWrapper .ml-sm-n1,
    #diclWrapper .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    #diclWrapper .m-sm-n2 {
        margin: -.5rem !important
    }
    #diclWrapper .mt-sm-n2,
    #diclWrapper .my-sm-n2 {
        margin-top: -.5rem !important
    }
    #diclWrapper .mr-sm-n2,
    #diclWrapper .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    #diclWrapper .mb-sm-n2,
    #diclWrapper .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    #diclWrapper .ml-sm-n2,
    #diclWrapper .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    #diclWrapper .m-sm-n3 {
        margin: -1rem !important
    }
    #diclWrapper .mt-sm-n3,
    #diclWrapper .my-sm-n3 {
        margin-top: -1rem !important
    }
    #diclWrapper .mr-sm-n3,
    #diclWrapper .mx-sm-n3 {
        margin-right: -1rem !important
    }
    #diclWrapper .mb-sm-n3,
    #diclWrapper .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    #diclWrapper .ml-sm-n3,
    #diclWrapper .mx-sm-n3 {
        margin-left: -1rem !important
    }
    #diclWrapper .m-sm-n4 {
        margin: -1.5rem !important
    }
    #diclWrapper .mt-sm-n4,
    #diclWrapper .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    #diclWrapper .mr-sm-n4,
    #diclWrapper .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    #diclWrapper .mb-sm-n4,
    #diclWrapper .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    #diclWrapper .ml-sm-n4,
    #diclWrapper .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    #diclWrapper .m-sm-n5 {
        margin: -3rem !important
    }
    #diclWrapper .mt-sm-n5,
    #diclWrapper .my-sm-n5 {
        margin-top: -3rem !important
    }
    #diclWrapper .mr-sm-n5,
    #diclWrapper .mx-sm-n5 {
        margin-right: -3rem !important
    }
    #diclWrapper .mb-sm-n5,
    #diclWrapper .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    #diclWrapper .ml-sm-n5,
    #diclWrapper .mx-sm-n5 {
        margin-left: -3rem !important
    }
    #diclWrapper .m-sm-auto {
        margin: auto !important
    }
    #diclWrapper .mt-sm-auto,
    #diclWrapper .my-sm-auto {
        margin-top: auto !important
    }
    #diclWrapper .mr-sm-auto,
    #diclWrapper .mx-sm-auto {
        margin-right: auto !important
    }
    #diclWrapper .mb-sm-auto,
    #diclWrapper .my-sm-auto {
        margin-bottom: auto !important
    }
    #diclWrapper .ml-sm-auto,
    #diclWrapper .mx-sm-auto {
        margin-left: auto !important
    }
    #diclWrapper .text-sm-left {
        text-align: left !important
    }
    #diclWrapper .text-sm-right {
        text-align: right !important
    }
    #diclWrapper .text-sm-center {
        text-align: center !important
    }
}
@media (min-width:768px) {
    #diclWrapper .container,
    #diclWrapper .container-md,
    #diclWrapper .container-sm {
        max-width: 720px
    }
    #diclWrapper .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    #diclWrapper .col-md-12,
    #diclWrapper .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }
    #diclWrapper .col-md-6,
    #diclWrapper .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }
    #diclWrapper .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    #diclWrapper .col-md-3,
    #diclWrapper .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }
    #diclWrapper .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }
    #diclWrapper .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    #diclWrapper .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    #diclWrapper .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    #diclWrapper .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    #diclWrapper .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    #diclWrapper .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    #diclWrapper .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    #diclWrapper .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    #diclWrapper .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    #diclWrapper .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    #diclWrapper .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    #diclWrapper .order-md-first {
        order: -1
    }
    #diclWrapper .order-md-last {
        order: 13
    }
    #diclWrapper .order-md-0 {
        order: 0
    }
    #diclWrapper .order-md-1 {
        order: 1
    }
    #diclWrapper .order-md-2 {
        order: 2
    }
    #diclWrapper .order-md-3 {
        order: 3
    }
    #diclWrapper .order-md-4 {
        order: 4
    }
    #diclWrapper .order-md-5 {
        order: 5
    }
    #diclWrapper .order-md-6 {
        order: 6
    }
    #diclWrapper .order-md-7 {
        order: 7
    }
    #diclWrapper .order-md-8 {
        order: 8
    }
    #diclWrapper .order-md-9 {
        order: 9
    }
    #diclWrapper .order-md-10 {
        order: 10
    }
    #diclWrapper .order-md-11 {
        order: 11
    }
    #diclWrapper .order-md-12 {
        order: 12
    }
    #diclWrapper .offset-md-0 {
        margin-left: 0
    }
    #diclWrapper .offset-md-1 {
        margin-left: 8.33333333%
    }
    #diclWrapper .offset-md-2 {
        margin-left: 16.66666667%
    }
    #diclWrapper .offset-md-3 {
        margin-left: 25%
    }
    #diclWrapper .offset-md-4 {
        margin-left: 33.33333333%
    }
    #diclWrapper .offset-md-5 {
        margin-left: 41.66666667%
    }
    #diclWrapper .offset-md-6 {
        margin-left: 50%
    }
    #diclWrapper .offset-md-7 {
        margin-left: 58.33333333%
    }
    #diclWrapper .offset-md-8 {
        margin-left: 66.66666667%
    }
    #diclWrapper .offset-md-9 {
        margin-left: 75%
    }
    #diclWrapper .offset-md-10 {
        margin-left: 83.33333333%
    }
    #diclWrapper .offset-md-11 {
        margin-left: 91.66666667%
    }
    #diclWrapper .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    #diclWrapper .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
    #diclWrapper .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    #diclWrapper .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    #diclWrapper .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    #diclWrapper .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    #diclWrapper .navbar-expand-md > .container,
    #diclWrapper .navbar-expand-md > .container-fluid,
    #diclWrapper .navbar-expand-md > .container-lg,
    #diclWrapper .navbar-expand-md > .container-md,
    #diclWrapper .navbar-expand-md > .container-sm,
    #diclWrapper .navbar-expand-md > .container-xl {
        flex-wrap: nowrap
    }
    #diclWrapper .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    #diclWrapper .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    #diclWrapper .navbar-expand-md .navbar-toggler {
        display: none
    }
    #diclWrapper .d-md-none {
        display: none !important
    }
    #diclWrapper .d-md-inline {
        display: inline !important
    }
    #diclWrapper .d-md-inline-block {
        display: inline-block !important
    }
    #diclWrapper .d-md-block {
        display: block !important
    }
    #diclWrapper .d-md-table {
        display: table !important
    }
    #diclWrapper .d-md-table-row {
        display: table-row !important
    }
    #diclWrapper .d-md-table-cell {
        display: table-cell !important
    }
    #diclWrapper .d-md-flex {
        display: flex !important
    }
    #diclWrapper .d-md-inline-flex {
        display: inline-flex !important
    }
    #diclWrapper .flex-md-row {
        flex-direction: row !important
    }
    #diclWrapper .flex-md-column {
        flex-direction: column !important
    }
    #diclWrapper .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    #diclWrapper .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    #diclWrapper .flex-md-wrap {
        flex-wrap: wrap !important
    }
    #diclWrapper .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    #diclWrapper .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    #diclWrapper .flex-md-fill {
        flex: 1 1 auto !important
    }
    #diclWrapper .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    #diclWrapper .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    #diclWrapper .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    #diclWrapper .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    #diclWrapper .justify-content-md-start {
        justify-content: flex-start !important
    }
    #diclWrapper .justify-content-md-end {
        justify-content: flex-end !important
    }
    #diclWrapper .justify-content-md-center {
        justify-content: center !important
    }
    #diclWrapper .justify-content-md-between {
        justify-content: space-between !important
    }
    #diclWrapper .justify-content-md-around {
        justify-content: space-around !important
    }
    #diclWrapper .align-items-md-start {
        align-items: flex-start !important
    }
    #diclWrapper .align-items-md-end {
        align-items: flex-end !important
    }
    #diclWrapper .align-items-md-center {
        align-items: center !important
    }
    #diclWrapper .align-items-md-baseline {
        align-items: baseline !important
    }
    #diclWrapper .align-items-md-stretch {
        align-items: stretch !important
    }
    #diclWrapper .align-content-md-start {
        align-content: flex-start !important
    }
    #diclWrapper .align-content-md-end {
        align-content: flex-end !important
    }
    #diclWrapper .align-content-md-center {
        align-content: center !important
    }
    #diclWrapper .align-content-md-between {
        align-content: space-between !important
    }
    #diclWrapper .align-content-md-around {
        align-content: space-around !important
    }
    #diclWrapper .align-content-md-stretch {
        align-content: stretch !important
    }
    #diclWrapper .align-self-md-auto {
        align-self: auto !important
    }
    #diclWrapper .align-self-md-start {
        align-self: flex-start !important
    }
    #diclWrapper .align-self-md-end {
        align-self: flex-end !important
    }
    #diclWrapper .align-self-md-center {
        align-self: center !important
    }
    #diclWrapper .align-self-md-baseline {
        align-self: baseline !important
    }
    #diclWrapper .align-self-md-stretch {
        align-self: stretch !important
    }
    #diclWrapper .float-md-left {
        float: left !important
    }
    #diclWrapper .float-md-right {
        float: right !important
    }
    #diclWrapper .float-md-none {
        float: none !important
    }
    #diclWrapper .m-md-0 {
        margin: 0 !important
    }
    #diclWrapper .mt-md-0,
    #diclWrapper .my-md-0 {
        margin-top: 0 !important
    }
    #diclWrapper .mr-md-0,
    #diclWrapper .mx-md-0 {
        margin-right: 0 !important
    }
    #diclWrapper .mb-md-0,
    #diclWrapper .my-md-0 {
        margin-bottom: 0 !important
    }
    #diclWrapper .ml-md-0,
    #diclWrapper .mx-md-0 {
        margin-left: 0 !important
    }
    #diclWrapper .m-md-1 {
        margin: .25rem !important
    }
    #diclWrapper .mt-md-1,
    #diclWrapper .my-md-1 {
        margin-top: .25rem !important
    }
    #diclWrapper .mr-md-1,
    #diclWrapper .mx-md-1 {
        margin-right: .25rem !important
    }
    #diclWrapper .mb-md-1,
    #diclWrapper .my-md-1 {
        margin-bottom: .25rem !important
    }
    #diclWrapper .ml-md-1,
    #diclWrapper .mx-md-1 {
        margin-left: .25rem !important
    }
    #diclWrapper .m-md-2 {
        margin: .5rem !important
    }
    #diclWrapper .mt-md-2,
    #diclWrapper .my-md-2 {
        margin-top: .5rem !important
    }
    #diclWrapper .mr-md-2,
    #diclWrapper .mx-md-2 {
        margin-right: .5rem !important
    }
    #diclWrapper .mb-md-2,
    #diclWrapper .my-md-2 {
        margin-bottom: .5rem !important
    }
    #diclWrapper .ml-md-2,
    #diclWrapper .mx-md-2 {
        margin-left: .5rem !important
    }
    #diclWrapper .m-md-3 {
        margin: 1rem !important
    }
    #diclWrapper .mt-md-3,
    #diclWrapper .my-md-3 {
        margin-top: 1rem !important
    }
    #diclWrapper .mr-md-3,
    #diclWrapper .mx-md-3 {
        margin-right: 1rem !important
    }
    #diclWrapper .mb-md-3,
    #diclWrapper .my-md-3 {
        margin-bottom: 1rem !important
    }
    #diclWrapper .ml-md-3,
    #diclWrapper .mx-md-3 {
        margin-left: 1rem !important
    }
    #diclWrapper .m-md-4 {
        margin: 1.5rem !important
    }
    #diclWrapper .mt-md-4,
    #diclWrapper .my-md-4 {
        margin-top: 1.5rem !important
    }
    #diclWrapper .mr-md-4,
    #diclWrapper .mx-md-4 {
        margin-right: 1.5rem !important
    }
    #diclWrapper .mb-md-4,
    #diclWrapper .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    #diclWrapper .ml-md-4,
    #diclWrapper .mx-md-4 {
        margin-left: 1.5rem !important
    }
    #diclWrapper .m-md-5 {
        margin: 3rem !important
    }
    #diclWrapper .mt-md-5,
    #diclWrapper .my-md-5 {
        margin-top: 3rem !important
    }
    #diclWrapper .mr-md-5,
    #diclWrapper .mx-md-5 {
        margin-right: 3rem !important
    }
    #diclWrapper .mb-md-5,
    #diclWrapper .my-md-5 {
        margin-bottom: 3rem !important
    }
    #diclWrapper .ml-md-5,
    #diclWrapper .mx-md-5 {
        margin-left: 3rem !important
    }
    #diclWrapper .p-md-0 {
        padding: 0 !important
    }
    #diclWrapper .pt-md-0,
    #diclWrapper .py-md-0 {
        padding-top: 0 !important
    }
    #diclWrapper .pr-md-0,
    #diclWrapper .px-md-0 {
        padding-right: 0 !important
    }
    #diclWrapper .pb-md-0,
    #diclWrapper .py-md-0 {
        padding-bottom: 0 !important
    }
    #diclWrapper .pl-md-0,
    #diclWrapper .px-md-0 {
        padding-left: 0 !important
    }
    #diclWrapper .p-md-1 {
        padding: .25rem !important
    }
    #diclWrapper .pt-md-1,
    #diclWrapper .py-md-1 {
        padding-top: .25rem !important
    }
    #diclWrapper .pr-md-1,
    #diclWrapper .px-md-1 {
        padding-right: .25rem !important
    }
    #diclWrapper .pb-md-1,
    #diclWrapper .py-md-1 {
        padding-bottom: .25rem !important
    }
    #diclWrapper .pl-md-1,
    #diclWrapper .px-md-1 {
        padding-left: .25rem !important
    }
    #diclWrapper .p-md-2 {
        padding: .5rem !important
    }
    #diclWrapper .pt-md-2,
    #diclWrapper .py-md-2 {
        padding-top: .5rem !important
    }
    #diclWrapper .pr-md-2,
    #diclWrapper .px-md-2 {
        padding-right: .5rem !important
    }
    #diclWrapper .pb-md-2,
    #diclWrapper .py-md-2 {
        padding-bottom: .5rem !important
    }
    #diclWrapper .pl-md-2,
    #diclWrapper .px-md-2 {
        padding-left: .5rem !important
    }
    #diclWrapper .p-md-3 {
        padding: 1rem !important
    }
    #diclWrapper .pt-md-3,
    #diclWrapper .py-md-3 {
        padding-top: 1rem !important
    }
    #diclWrapper .pr-md-3,
    #diclWrapper .px-md-3 {
        padding-right: 1rem !important
    }
    #diclWrapper .pb-md-3,
    #diclWrapper .py-md-3 {
        padding-bottom: 1rem !important
    }
    #diclWrapper .pl-md-3,
    #diclWrapper .px-md-3 {
        padding-left: 1rem !important
    }
    #diclWrapper .p-md-4 {
        padding: 1.5rem !important
    }
    #diclWrapper .pt-md-4,
    #diclWrapper .py-md-4 {
        padding-top: 1.5rem !important
    }
    #diclWrapper .pr-md-4,
    #diclWrapper .px-md-4 {
        padding-right: 1.5rem !important
    }
    #diclWrapper .pb-md-4,
    #diclWrapper .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    #diclWrapper .pl-md-4,
    #diclWrapper .px-md-4 {
        padding-left: 1.5rem !important
    }
    #diclWrapper .p-md-5 {
        padding: 3rem !important
    }
    #diclWrapper .pt-md-5,
    #diclWrapper .py-md-5 {
        padding-top: 3rem !important
    }
    #diclWrapper .pr-md-5,
    #diclWrapper .px-md-5 {
        padding-right: 3rem !important
    }
    #diclWrapper .pb-md-5,
    #diclWrapper .py-md-5 {
        padding-bottom: 3rem !important
    }
    #diclWrapper .pl-md-5,
    #diclWrapper .px-md-5 {
        padding-left: 3rem !important
    }
    #diclWrapper .m-md-n1 {
        margin: -.25rem !important
    }
    #diclWrapper .mt-md-n1,
    #diclWrapper .my-md-n1 {
        margin-top: -.25rem !important
    }
    #diclWrapper .mr-md-n1,
    #diclWrapper .mx-md-n1 {
        margin-right: -.25rem !important
    }
    #diclWrapper .mb-md-n1,
    #diclWrapper .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    #diclWrapper .ml-md-n1,
    #diclWrapper .mx-md-n1 {
        margin-left: -.25rem !important
    }
    #diclWrapper .m-md-n2 {
        margin: -.5rem !important
    }
    #diclWrapper .mt-md-n2,
    #diclWrapper .my-md-n2 {
        margin-top: -.5rem !important
    }
    #diclWrapper .mr-md-n2,
    #diclWrapper .mx-md-n2 {
        margin-right: -.5rem !important
    }
    #diclWrapper .mb-md-n2,
    #diclWrapper .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    #diclWrapper .ml-md-n2,
    #diclWrapper .mx-md-n2 {
        margin-left: -.5rem !important
    }
    #diclWrapper .m-md-n3 {
        margin: -1rem !important
    }
    #diclWrapper .mt-md-n3,
    #diclWrapper .my-md-n3 {
        margin-top: -1rem !important
    }
    #diclWrapper .mr-md-n3,
    #diclWrapper .mx-md-n3 {
        margin-right: -1rem !important
    }
    #diclWrapper .mb-md-n3,
    #diclWrapper .my-md-n3 {
        margin-bottom: -1rem !important
    }
    #diclWrapper .ml-md-n3,
    #diclWrapper .mx-md-n3 {
        margin-left: -1rem !important
    }
    #diclWrapper .m-md-n4 {
        margin: -1.5rem !important
    }
    #diclWrapper .mt-md-n4,
    #diclWrapper .my-md-n4 {
        margin-top: -1.5rem !important
    }
    #diclWrapper .mr-md-n4,
    #diclWrapper .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    #diclWrapper .mb-md-n4,
    #diclWrapper .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    #diclWrapper .ml-md-n4,
    #diclWrapper .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    #diclWrapper .m-md-n5 {
        margin: -3rem !important
    }
    #diclWrapper .mt-md-n5,
    #diclWrapper .my-md-n5 {
        margin-top: -3rem !important
    }
    #diclWrapper .mr-md-n5,
    #diclWrapper .mx-md-n5 {
        margin-right: -3rem !important
    }
    #diclWrapper .mb-md-n5,
    #diclWrapper .my-md-n5 {
        margin-bottom: -3rem !important
    }
    #diclWrapper .ml-md-n5,
    #diclWrapper .mx-md-n5 {
        margin-left: -3rem !important
    }
    #diclWrapper .m-md-auto {
        margin: auto !important
    }
    #diclWrapper .mt-md-auto,
    #diclWrapper .my-md-auto {
        margin-top: auto !important
    }
    #diclWrapper .mr-md-auto,
    #diclWrapper .mx-md-auto {
        margin-right: auto !important
    }
    #diclWrapper .mb-md-auto,
    #diclWrapper .my-md-auto {
        margin-bottom: auto !important
    }
    #diclWrapper .ml-md-auto,
    #diclWrapper .mx-md-auto {
        margin-left: auto !important
    }
    #diclWrapper .text-md-left {
        text-align: left !important
    }
    #diclWrapper .text-md-right {
        text-align: right !important
    }
    #diclWrapper .text-md-center {
        text-align: center !important
    }
}
@media (min-width:992px) {
    #diclWrapper .container,
    #diclWrapper .container-lg,
    #diclWrapper .container-md,
    #diclWrapper .container-sm {
        max-width: 960px
    }
    #diclWrapper .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    #diclWrapper .col-lg-12,
    #diclWrapper .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }
    #diclWrapper .col-lg-6,
    #diclWrapper .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }
    #diclWrapper .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    #diclWrapper .col-lg-3,
    #diclWrapper .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }
    #diclWrapper .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }
    #diclWrapper .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    #diclWrapper .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    #diclWrapper .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    #diclWrapper .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    #diclWrapper .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    #diclWrapper .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    #diclWrapper .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    #diclWrapper .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    #diclWrapper .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    #diclWrapper .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    #diclWrapper .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    #diclWrapper .order-lg-first {
        order: -1
    }
    #diclWrapper .order-lg-last {
        order: 13
    }
    #diclWrapper .order-lg-0 {
        order: 0
    }
    #diclWrapper .order-lg-1 {
        order: 1
    }
    #diclWrapper .order-lg-2 {
        order: 2
    }
    #diclWrapper .order-lg-3 {
        order: 3
    }
    #diclWrapper .order-lg-4 {
        order: 4
    }
    #diclWrapper .order-lg-5 {
        order: 5
    }
    #diclWrapper .order-lg-6 {
        order: 6
    }
    #diclWrapper .order-lg-7 {
        order: 7
    }
    #diclWrapper .order-lg-8 {
        order: 8
    }
    #diclWrapper .order-lg-9 {
        order: 9
    }
    #diclWrapper .order-lg-10 {
        order: 10
    }
    #diclWrapper .order-lg-11 {
        order: 11
    }
    #diclWrapper .order-lg-12 {
        order: 12
    }
    #diclWrapper .offset-lg-0 {
        margin-left: 0
    }
    #diclWrapper .offset-lg-1 {
        margin-left: 8.33333333%
    }
    #diclWrapper .offset-lg-2 {
        margin-left: 16.66666667%
    }
    #diclWrapper .offset-lg-3 {
        margin-left: 25%
    }
    #diclWrapper .offset-lg-4 {
        margin-left: 33.33333333%
    }
    #diclWrapper .offset-lg-5 {
        margin-left: 41.66666667%
    }
    #diclWrapper .offset-lg-6 {
        margin-left: 50%
    }
    #diclWrapper .offset-lg-7 {
        margin-left: 58.33333333%
    }
    #diclWrapper .offset-lg-8 {
        margin-left: 66.66666667%
    }
    #diclWrapper .offset-lg-9 {
        margin-left: 75%
    }
    #diclWrapper .offset-lg-10 {
        margin-left: 83.33333333%
    }
    #diclWrapper .offset-lg-11 {
        margin-left: 91.66666667%
    }
    #diclWrapper .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    #diclWrapper .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
    #diclWrapper .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    #diclWrapper .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    #diclWrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    #diclWrapper .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    #diclWrapper .navbar-expand-lg > .container,
    #diclWrapper .navbar-expand-lg > .container-fluid,
    #diclWrapper .navbar-expand-lg > .container-lg,
    #diclWrapper .navbar-expand-lg > .container-md,
    #diclWrapper .navbar-expand-lg > .container-sm,
    #diclWrapper .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap
    }
    #diclWrapper .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    #diclWrapper .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    #diclWrapper .navbar-expand-lg .navbar-toggler {
        display: none
    }
    #diclWrapper .d-lg-none {
        display: none !important
    }
    #diclWrapper .d-lg-inline {
        display: inline !important
    }
    #diclWrapper .d-lg-inline-block {
        display: inline-block !important
    }
    #diclWrapper .d-lg-block {
        display: block !important
    }
    #diclWrapper .d-lg-table {
        display: table !important
    }
    #diclWrapper .d-lg-table-row {
        display: table-row !important
    }
    #diclWrapper .d-lg-table-cell {
        display: table-cell !important
    }
    #diclWrapper .d-lg-flex {
        display: flex !important
    }
    #diclWrapper .d-lg-inline-flex {
        display: inline-flex !important
    }
    #diclWrapper .flex-lg-row {
        flex-direction: row !important
    }
    #diclWrapper .flex-lg-column {
        flex-direction: column !important
    }
    #diclWrapper .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    #diclWrapper .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    #diclWrapper .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    #diclWrapper .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    #diclWrapper .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    #diclWrapper .flex-lg-fill {
        flex: 1 1 auto !important
    }
    #diclWrapper .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    #diclWrapper .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    #diclWrapper .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    #diclWrapper .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    #diclWrapper .justify-content-lg-start {
        justify-content: flex-start !important
    }
    #diclWrapper .justify-content-lg-end {
        justify-content: flex-end !important
    }
    #diclWrapper .justify-content-lg-center {
        justify-content: center !important
    }
    #diclWrapper .justify-content-lg-between {
        justify-content: space-between !important
    }
    #diclWrapper .justify-content-lg-around {
        justify-content: space-around !important
    }
    #diclWrapper .align-items-lg-start {
        align-items: flex-start !important
    }
    #diclWrapper .align-items-lg-end {
        align-items: flex-end !important
    }
    #diclWrapper .align-items-lg-center {
        align-items: center !important
    }
    #diclWrapper .align-items-lg-baseline {
        align-items: baseline !important
    }
    #diclWrapper .align-items-lg-stretch {
        align-items: stretch !important
    }
    #diclWrapper .align-content-lg-start {
        align-content: flex-start !important
    }
    #diclWrapper .align-content-lg-end {
        align-content: flex-end !important
    }
    #diclWrapper .align-content-lg-center {
        align-content: center !important
    }
    #diclWrapper .align-content-lg-between {
        align-content: space-between !important
    }
    #diclWrapper .align-content-lg-around {
        align-content: space-around !important
    }
    #diclWrapper .align-content-lg-stretch {
        align-content: stretch !important
    }
    #diclWrapper .align-self-lg-auto {
        align-self: auto !important
    }
    #diclWrapper .align-self-lg-start {
        align-self: flex-start !important
    }
    #diclWrapper .align-self-lg-end {
        align-self: flex-end !important
    }
    #diclWrapper .align-self-lg-center {
        align-self: center !important
    }
    #diclWrapper .align-self-lg-baseline {
        align-self: baseline !important
    }
    #diclWrapper .align-self-lg-stretch {
        align-self: stretch !important
    }
    #diclWrapper .float-lg-left {
        float: left !important
    }
    #diclWrapper .float-lg-right {
        float: right !important
    }
    #diclWrapper .float-lg-none {
        float: none !important
    }
    #diclWrapper .m-lg-0 {
        margin: 0 !important
    }
    #diclWrapper .mt-lg-0,
    #diclWrapper .my-lg-0 {
        margin-top: 0 !important
    }
    #diclWrapper .mr-lg-0,
    #diclWrapper .mx-lg-0 {
        margin-right: 0 !important
    }
    #diclWrapper .mb-lg-0,
    #diclWrapper .my-lg-0 {
        margin-bottom: 0 !important
    }
    #diclWrapper .ml-lg-0,
    #diclWrapper .mx-lg-0 {
        margin-left: 0 !important
    }
    #diclWrapper .m-lg-1 {
        margin: .25rem !important
    }
    #diclWrapper .mt-lg-1,
    #diclWrapper .my-lg-1 {
        margin-top: .25rem !important
    }
    #diclWrapper .mr-lg-1,
    #diclWrapper .mx-lg-1 {
        margin-right: .25rem !important
    }
    #diclWrapper .mb-lg-1,
    #diclWrapper .my-lg-1 {
        margin-bottom: .25rem !important
    }
    #diclWrapper .ml-lg-1,
    #diclWrapper .mx-lg-1 {
        margin-left: .25rem !important
    }
    #diclWrapper .m-lg-2 {
        margin: .5rem !important
    }
    #diclWrapper .mt-lg-2,
    #diclWrapper .my-lg-2 {
        margin-top: .5rem !important
    }
    #diclWrapper .mr-lg-2,
    #diclWrapper .mx-lg-2 {
        margin-right: .5rem !important
    }
    #diclWrapper .mb-lg-2,
    #diclWrapper .my-lg-2 {
        margin-bottom: .5rem !important
    }
    #diclWrapper .ml-lg-2,
    #diclWrapper .mx-lg-2 {
        margin-left: .5rem !important
    }
    #diclWrapper .m-lg-3 {
        margin: 1rem !important
    }
    #diclWrapper .mt-lg-3,
    #diclWrapper .my-lg-3 {
        margin-top: 1rem !important
    }
    #diclWrapper .mr-lg-3,
    #diclWrapper .mx-lg-3 {
        margin-right: 1rem !important
    }
    #diclWrapper .mb-lg-3,
    #diclWrapper .my-lg-3 {
        margin-bottom: 1rem !important
    }
    #diclWrapper .ml-lg-3,
    #diclWrapper .mx-lg-3 {
        margin-left: 1rem !important
    }
    #diclWrapper .m-lg-4 {
        margin: 1.5rem !important
    }
    #diclWrapper .mt-lg-4,
    #diclWrapper .my-lg-4 {
        margin-top: 1.5rem !important
    }
    #diclWrapper .mr-lg-4,
    #diclWrapper .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    #diclWrapper .mb-lg-4,
    #diclWrapper .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    #diclWrapper .ml-lg-4,
    #diclWrapper .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    #diclWrapper .m-lg-5 {
        margin: 3rem !important
    }
    #diclWrapper .mt-lg-5,
    #diclWrapper .my-lg-5 {
        margin-top: 3rem !important
    }
    #diclWrapper .mr-lg-5,
    #diclWrapper .mx-lg-5 {
        margin-right: 3rem !important
    }
    #diclWrapper .mb-lg-5,
    #diclWrapper .my-lg-5 {
        margin-bottom: 3rem !important
    }
    #diclWrapper .ml-lg-5,
    #diclWrapper .mx-lg-5 {
        margin-left: 3rem !important
    }
    #diclWrapper .p-lg-0 {
        padding: 0 !important
    }
    #diclWrapper .pt-lg-0,
    #diclWrapper .py-lg-0 {
        padding-top: 0 !important
    }
    #diclWrapper .pr-lg-0,
    #diclWrapper .px-lg-0 {
        padding-right: 0 !important
    }
    #diclWrapper .pb-lg-0,
    #diclWrapper .py-lg-0 {
        padding-bottom: 0 !important
    }
    #diclWrapper .pl-lg-0,
    #diclWrapper .px-lg-0 {
        padding-left: 0 !important
    }
    #diclWrapper .p-lg-1 {
        padding: .25rem !important
    }
    #diclWrapper .pt-lg-1,
    #diclWrapper .py-lg-1 {
        padding-top: .25rem !important
    }
    #diclWrapper .pr-lg-1,
    #diclWrapper .px-lg-1 {
        padding-right: .25rem !important
    }
    #diclWrapper .pb-lg-1,
    #diclWrapper .py-lg-1 {
        padding-bottom: .25rem !important
    }
    #diclWrapper .pl-lg-1,
    #diclWrapper .px-lg-1 {
        padding-left: .25rem !important
    }
    #diclWrapper .p-lg-2 {
        padding: .5rem !important
    }
    #diclWrapper .pt-lg-2,
    #diclWrapper .py-lg-2 {
        padding-top: .5rem !important
    }
    #diclWrapper .pr-lg-2,
    #diclWrapper .px-lg-2 {
        padding-right: .5rem !important
    }
    #diclWrapper .pb-lg-2,
    #diclWrapper .py-lg-2 {
        padding-bottom: .5rem !important
    }
    #diclWrapper .pl-lg-2,
    #diclWrapper .px-lg-2 {
        padding-left: .5rem !important
    }
    #diclWrapper .p-lg-3 {
        padding: 1rem !important
    }
    #diclWrapper .pt-lg-3,
    #diclWrapper .py-lg-3 {
        padding-top: 1rem !important
    }
    #diclWrapper .pr-lg-3,
    #diclWrapper .px-lg-3 {
        padding-right: 1rem !important
    }
    #diclWrapper .pb-lg-3,
    #diclWrapper .py-lg-3 {
        padding-bottom: 1rem !important
    }
    #diclWrapper .pl-lg-3,
    #diclWrapper .px-lg-3 {
        padding-left: 1rem !important
    }
    #diclWrapper .p-lg-4 {
        padding: 1.5rem !important
    }
    #diclWrapper .pt-lg-4,
    #diclWrapper .py-lg-4 {
        padding-top: 1.5rem !important
    }
    #diclWrapper .pr-lg-4,
    #diclWrapper .px-lg-4 {
        padding-right: 1.5rem !important
    }
    #diclWrapper .pb-lg-4,
    #diclWrapper .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    #diclWrapper .pl-lg-4,
    #diclWrapper .px-lg-4 {
        padding-left: 1.5rem !important
    }
    #diclWrapper .p-lg-5 {
        padding: 3rem !important
    }
    #diclWrapper .pt-lg-5,
    #diclWrapper .py-lg-5 {
        padding-top: 3rem !important
    }
    #diclWrapper .pr-lg-5,
    #diclWrapper .px-lg-5 {
        padding-right: 3rem !important
    }
    #diclWrapper .pb-lg-5,
    #diclWrapper .py-lg-5 {
        padding-bottom: 3rem !important
    }
    #diclWrapper .pl-lg-5,
    #diclWrapper .px-lg-5 {
        padding-left: 3rem !important
    }
    #diclWrapper .m-lg-n1 {
        margin: -.25rem !important
    }
    #diclWrapper .mt-lg-n1,
    #diclWrapper .my-lg-n1 {
        margin-top: -.25rem !important
    }
    #diclWrapper .mr-lg-n1,
    #diclWrapper .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    #diclWrapper .mb-lg-n1,
    #diclWrapper .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    #diclWrapper .ml-lg-n1,
    #diclWrapper .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    #diclWrapper .m-lg-n2 {
        margin: -.5rem !important
    }
    #diclWrapper .mt-lg-n2,
    #diclWrapper .my-lg-n2 {
        margin-top: -.5rem !important
    }
    #diclWrapper .mr-lg-n2,
    #diclWrapper .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    #diclWrapper .mb-lg-n2,
    #diclWrapper .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    #diclWrapper .ml-lg-n2,
    #diclWrapper .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    #diclWrapper .m-lg-n3 {
        margin: -1rem !important
    }
    #diclWrapper .mt-lg-n3,
    #diclWrapper .my-lg-n3 {
        margin-top: -1rem !important
    }
    #diclWrapper .mr-lg-n3,
    #diclWrapper .mx-lg-n3 {
        margin-right: -1rem !important
    }
    #diclWrapper .mb-lg-n3,
    #diclWrapper .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    #diclWrapper .ml-lg-n3,
    #diclWrapper .mx-lg-n3 {
        margin-left: -1rem !important
    }
    #diclWrapper .m-lg-n4 {
        margin: -1.5rem !important
    }
    #diclWrapper .mt-lg-n4,
    #diclWrapper .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    #diclWrapper .mr-lg-n4,
    #diclWrapper .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    #diclWrapper .mb-lg-n4,
    #diclWrapper .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    #diclWrapper .ml-lg-n4,
    #diclWrapper .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    #diclWrapper .m-lg-n5 {
        margin: -3rem !important
    }
    #diclWrapper .mt-lg-n5,
    #diclWrapper .my-lg-n5 {
        margin-top: -3rem !important
    }
    #diclWrapper .mr-lg-n5,
    #diclWrapper .mx-lg-n5 {
        margin-right: -3rem !important
    }
    #diclWrapper .mb-lg-n5,
    #diclWrapper .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    #diclWrapper .ml-lg-n5,
    #diclWrapper .mx-lg-n5 {
        margin-left: -3rem !important
    }
    #diclWrapper .m-lg-auto {
        margin: auto !important
    }
    #diclWrapper .mt-lg-auto,
    #diclWrapper .my-lg-auto {
        margin-top: auto !important
    }
    #diclWrapper .mr-lg-auto,
    #diclWrapper .mx-lg-auto {
        margin-right: auto !important
    }
    #diclWrapper .mb-lg-auto,
    #diclWrapper .my-lg-auto {
        margin-bottom: auto !important
    }
    #diclWrapper .ml-lg-auto,
    #diclWrapper .mx-lg-auto {
        margin-left: auto !important
    }
    #diclWrapper .text-lg-left {
        text-align: left !important
    }
    #diclWrapper .text-lg-right {
        text-align: right !important
    }
    #diclWrapper .text-lg-center {
        text-align: center !important
    }
}
@media (min-width:1200px) {
    #diclWrapper .container,
    #diclWrapper .container-lg,
    #diclWrapper .container-md,
    #diclWrapper .container-sm,
    #diclWrapper .container-xl {
        max-width: 1574px
    }
    #diclWrapper .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    #diclWrapper .col-xl-12,
    #diclWrapper .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }
    #diclWrapper .col-xl-6,
    #diclWrapper .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }
    #diclWrapper .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    #diclWrapper .col-xl-3,
    #diclWrapper .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }
    #diclWrapper .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }
    #diclWrapper .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    #diclWrapper .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    #diclWrapper .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    #diclWrapper .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    #diclWrapper .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    #diclWrapper .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    #diclWrapper .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    #diclWrapper .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    #diclWrapper .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    #diclWrapper .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    #diclWrapper .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    #diclWrapper .order-xl-first {
        order: -1
    }
    #diclWrapper .order-xl-last {
        order: 13
    }
    #diclWrapper .order-xl-0 {
        order: 0
    }
    #diclWrapper .order-xl-1 {
        order: 1
    }
    #diclWrapper .order-xl-2 {
        order: 2
    }
    #diclWrapper .order-xl-3 {
        order: 3
    }
    #diclWrapper .order-xl-4 {
        order: 4
    }
    #diclWrapper .order-xl-5 {
        order: 5
    }
    #diclWrapper .order-xl-6 {
        order: 6
    }
    #diclWrapper .order-xl-7 {
        order: 7
    }
    #diclWrapper .order-xl-8 {
        order: 8
    }
    #diclWrapper .order-xl-9 {
        order: 9
    }
    #diclWrapper .order-xl-10 {
        order: 10
    }
    #diclWrapper .order-xl-11 {
        order: 11
    }
    #diclWrapper .order-xl-12 {
        order: 12
    }
    #diclWrapper .offset-xl-0 {
        margin-left: 0
    }
    #diclWrapper .offset-xl-1 {
        margin-left: 8.33333333%
    }
    #diclWrapper .offset-xl-2 {
        margin-left: 16.66666667%
    }
    #diclWrapper .offset-xl-3 {
        margin-left: 25%
    }
    #diclWrapper .offset-xl-4 {
        margin-left: 33.33333333%
    }
    #diclWrapper .offset-xl-5 {
        margin-left: 41.66666667%
    }
    #diclWrapper .offset-xl-6 {
        margin-left: 50%
    }
    #diclWrapper .offset-xl-7 {
        margin-left: 58.33333333%
    }
    #diclWrapper .offset-xl-8 {
        margin-left: 66.66666667%
    }
    #diclWrapper .offset-xl-9 {
        margin-left: 75%
    }
    #diclWrapper .offset-xl-10 {
        margin-left: 83.33333333%
    }
    #diclWrapper .offset-xl-11 {
        margin-left: 91.66666667%
    }
    #diclWrapper .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    #diclWrapper .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
    #diclWrapper .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    #diclWrapper .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    #diclWrapper .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    #diclWrapper .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    #diclWrapper .navbar-expand-xl > .container,
    #diclWrapper .navbar-expand-xl > .container-fluid,
    #diclWrapper .navbar-expand-xl > .container-lg,
    #diclWrapper .navbar-expand-xl > .container-md,
    #diclWrapper .navbar-expand-xl > .container-sm,
    #diclWrapper .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap
    }
    #diclWrapper .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    #diclWrapper .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    #diclWrapper .navbar-expand-xl .navbar-toggler {
        display: none
    }
    #diclWrapper .d-xl-none {
        display: none !important
    }
    #diclWrapper .d-xl-inline {
        display: inline !important
    }
    #diclWrapper .d-xl-inline-block {
        display: inline-block !important
    }
    #diclWrapper .d-xl-block {
        display: block !important
    }
    #diclWrapper .d-xl-table {
        display: table !important
    }
    #diclWrapper .d-xl-table-row {
        display: table-row !important
    }
    #diclWrapper .d-xl-table-cell {
        display: table-cell !important
    }
    #diclWrapper .d-xl-flex {
        display: flex !important
    }
    #diclWrapper .d-xl-inline-flex {
        display: inline-flex !important
    }
    #diclWrapper .flex-xl-row {
        flex-direction: row !important
    }
    #diclWrapper .flex-xl-column {
        flex-direction: column !important
    }
    #diclWrapper .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    #diclWrapper .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    #diclWrapper .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    #diclWrapper .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    #diclWrapper .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    #diclWrapper .flex-xl-fill {
        flex: 1 1 auto !important
    }
    #diclWrapper .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    #diclWrapper .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    #diclWrapper .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    #diclWrapper .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    #diclWrapper .justify-content-xl-start {
        justify-content: flex-start !important
    }
    #diclWrapper .justify-content-xl-end {
        justify-content: flex-end !important
    }
    #diclWrapper .justify-content-xl-center {
        justify-content: center !important
    }
    #diclWrapper .justify-content-xl-between {
        justify-content: space-between !important
    }
    #diclWrapper .justify-content-xl-around {
        justify-content: space-around !important
    }
    #diclWrapper .align-items-xl-start {
        align-items: flex-start !important
    }
    #diclWrapper .align-items-xl-end {
        align-items: flex-end !important
    }
    #diclWrapper .align-items-xl-center {
        align-items: center !important
    }
    #diclWrapper .align-items-xl-baseline {
        align-items: baseline !important
    }
    #diclWrapper .align-items-xl-stretch {
        align-items: stretch !important
    }
    #diclWrapper .align-content-xl-start {
        align-content: flex-start !important
    }
    #diclWrapper .align-content-xl-end {
        align-content: flex-end !important
    }
    #diclWrapper .align-content-xl-center {
        align-content: center !important
    }
    #diclWrapper .align-content-xl-between {
        align-content: space-between !important
    }
    #diclWrapper .align-content-xl-around {
        align-content: space-around !important
    }
    #diclWrapper .align-content-xl-stretch {
        align-content: stretch !important
    }
    #diclWrapper .align-self-xl-auto {
        align-self: auto !important
    }
    #diclWrapper .align-self-xl-start {
        align-self: flex-start !important
    }
    #diclWrapper .align-self-xl-end {
        align-self: flex-end !important
    }
    #diclWrapper .align-self-xl-center {
        align-self: center !important
    }
    #diclWrapper .align-self-xl-baseline {
        align-self: baseline !important
    }
    #diclWrapper .align-self-xl-stretch {
        align-self: stretch !important
    }
    #diclWrapper .float-xl-left {
        float: left !important
    }
    #diclWrapper .float-xl-right {
        float: right !important
    }
    #diclWrapper .float-xl-none {
        float: none !important
    }
    #diclWrapper .m-xl-0 {
        margin: 0 !important
    }
    #diclWrapper .mt-xl-0,
    #diclWrapper .my-xl-0 {
        margin-top: 0 !important
    }
    #diclWrapper .mr-xl-0,
    #diclWrapper .mx-xl-0 {
        margin-right: 0 !important
    }
    #diclWrapper .mb-xl-0,
    #diclWrapper .my-xl-0 {
        margin-bottom: 0 !important
    }
    #diclWrapper .ml-xl-0,
    #diclWrapper .mx-xl-0 {
        margin-left: 0 !important
    }
    #diclWrapper .m-xl-1 {
        margin: .25rem !important
    }
    #diclWrapper .mt-xl-1,
    #diclWrapper .my-xl-1 {
        margin-top: .25rem !important
    }
    #diclWrapper .mr-xl-1,
    #diclWrapper .mx-xl-1 {
        margin-right: .25rem !important
    }
    #diclWrapper .mb-xl-1,
    #diclWrapper .my-xl-1 {
        margin-bottom: .25rem !important
    }
    #diclWrapper .ml-xl-1,
    #diclWrapper .mx-xl-1 {
        margin-left: .25rem !important
    }
    #diclWrapper .m-xl-2 {
        margin: .5rem !important
    }
    #diclWrapper .mt-xl-2,
    #diclWrapper .my-xl-2 {
        margin-top: .5rem !important
    }
    #diclWrapper .mr-xl-2,
    #diclWrapper .mx-xl-2 {
        margin-right: .5rem !important
    }
    #diclWrapper .mb-xl-2,
    #diclWrapper .my-xl-2 {
        margin-bottom: .5rem !important
    }
    #diclWrapper .ml-xl-2,
    #diclWrapper .mx-xl-2 {
        margin-left: .5rem !important
    }
    #diclWrapper .m-xl-3 {
        margin: 1rem !important
    }
    #diclWrapper .mt-xl-3,
    #diclWrapper .my-xl-3 {
        margin-top: 1rem !important
    }
    #diclWrapper .mr-xl-3,
    #diclWrapper .mx-xl-3 {
        margin-right: 1rem !important
    }
    #diclWrapper .mb-xl-3,
    #diclWrapper .my-xl-3 {
        margin-bottom: 1rem !important
    }
    #diclWrapper .ml-xl-3,
    #diclWrapper .mx-xl-3 {
        margin-left: 1rem !important
    }
    #diclWrapper .m-xl-4 {
        margin: 1.5rem !important
    }
    #diclWrapper .mt-xl-4,
    #diclWrapper .my-xl-4 {
        margin-top: 1.5rem !important
    }
    #diclWrapper .mr-xl-4,
    #diclWrapper .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    #diclWrapper .mb-xl-4,
    #diclWrapper .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    #diclWrapper .ml-xl-4,
    #diclWrapper .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    #diclWrapper .m-xl-5 {
        margin: 3rem !important
    }
    #diclWrapper .mt-xl-5,
    #diclWrapper .my-xl-5 {
        margin-top: 3rem !important
    }
    #diclWrapper .mr-xl-5,
    #diclWrapper .mx-xl-5 {
        margin-right: 3rem !important
    }
    #diclWrapper .mb-xl-5,
    #diclWrapper .my-xl-5 {
        margin-bottom: 3rem !important
    }
    #diclWrapper .ml-xl-5,
    #diclWrapper .mx-xl-5 {
        margin-left: 3rem !important
    }
    #diclWrapper .p-xl-0 {
        padding: 0 !important
    }
    #diclWrapper .pt-xl-0,
    #diclWrapper .py-xl-0 {
        padding-top: 0 !important
    }
    #diclWrapper .pr-xl-0,
    #diclWrapper .px-xl-0 {
        padding-right: 0 !important
    }
    #diclWrapper .pb-xl-0,
    #diclWrapper .py-xl-0 {
        padding-bottom: 0 !important
    }
    #diclWrapper .pl-xl-0,
    #diclWrapper .px-xl-0 {
        padding-left: 0 !important
    }
    #diclWrapper .p-xl-1 {
        padding: .25rem !important
    }
    #diclWrapper .pt-xl-1,
    #diclWrapper .py-xl-1 {
        padding-top: .25rem !important
    }
    #diclWrapper .pr-xl-1,
    #diclWrapper .px-xl-1 {
        padding-right: .25rem !important
    }
    #diclWrapper .pb-xl-1,
    #diclWrapper .py-xl-1 {
        padding-bottom: .25rem !important
    }
    #diclWrapper .pl-xl-1,
    #diclWrapper .px-xl-1 {
        padding-left: .25rem !important
    }
    #diclWrapper .p-xl-2 {
        padding: .5rem !important
    }
    #diclWrapper .pt-xl-2,
    #diclWrapper .py-xl-2 {
        padding-top: .5rem !important
    }
    #diclWrapper .pr-xl-2,
    #diclWrapper .px-xl-2 {
        padding-right: .5rem !important
    }
    #diclWrapper .pb-xl-2,
    #diclWrapper .py-xl-2 {
        padding-bottom: .5rem !important
    }
    #diclWrapper .pl-xl-2,
    #diclWrapper .px-xl-2 {
        padding-left: .5rem !important
    }
    #diclWrapper .p-xl-3 {
        padding: 1rem !important
    }
    #diclWrapper .pt-xl-3,
    #diclWrapper .py-xl-3 {
        padding-top: 1rem !important
    }
    #diclWrapper .pr-xl-3,
    #diclWrapper .px-xl-3 {
        padding-right: 1rem !important
    }
    #diclWrapper .pb-xl-3,
    #diclWrapper .py-xl-3 {
        padding-bottom: 1rem !important
    }
    #diclWrapper .pl-xl-3,
    #diclWrapper .px-xl-3 {
        padding-left: 1rem !important
    }
    #diclWrapper .p-xl-4 {
        padding: 1.5rem !important
    }
    #diclWrapper .pt-xl-4,
    #diclWrapper .py-xl-4 {
        padding-top: 1.5rem !important
    }
    #diclWrapper .pr-xl-4,
    #diclWrapper .px-xl-4 {
        padding-right: 1.5rem !important
    }
    #diclWrapper .pb-xl-4,
    #diclWrapper .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    #diclWrapper .pl-xl-4,
    #diclWrapper .px-xl-4 {
        padding-left: 1.5rem !important
    }
    #diclWrapper .p-xl-5 {
        padding: 3rem !important
    }
    #diclWrapper .pt-xl-5,
    #diclWrapper .py-xl-5 {
        padding-top: 3rem !important
    }
    #diclWrapper .pr-xl-5,
    #diclWrapper .px-xl-5 {
        padding-right: 3rem !important
    }
    #diclWrapper .pb-xl-5,
    #diclWrapper .py-xl-5 {
        padding-bottom: 3rem !important
    }
    #diclWrapper .pl-xl-5,
    #diclWrapper .px-xl-5 {
        padding-left: 3rem !important
    }
    #diclWrapper .m-xl-n1 {
        margin: -.25rem !important
    }
    #diclWrapper .mt-xl-n1,
    #diclWrapper .my-xl-n1 {
        margin-top: -.25rem !important
    }
    #diclWrapper .mr-xl-n1,
    #diclWrapper .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    #diclWrapper .mb-xl-n1,
    #diclWrapper .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    #diclWrapper .ml-xl-n1,
    #diclWrapper .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    #diclWrapper .m-xl-n2 {
        margin: -.5rem !important
    }
    #diclWrapper .mt-xl-n2,
    #diclWrapper .my-xl-n2 {
        margin-top: -.5rem !important
    }
    #diclWrapper .mr-xl-n2,
    #diclWrapper .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    #diclWrapper .mb-xl-n2,
    #diclWrapper .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    #diclWrapper .ml-xl-n2,
    #diclWrapper .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    #diclWrapper .m-xl-n3 {
        margin: -1rem !important
    }
    #diclWrapper .mt-xl-n3,
    #diclWrapper .my-xl-n3 {
        margin-top: -1rem !important
    }
    #diclWrapper .mr-xl-n3,
    #diclWrapper .mx-xl-n3 {
        margin-right: -1rem !important
    }
    #diclWrapper .mb-xl-n3,
    #diclWrapper .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    #diclWrapper .ml-xl-n3,
    #diclWrapper .mx-xl-n3 {
        margin-left: -1rem !important
    }
    #diclWrapper .m-xl-n4 {
        margin: -1.5rem !important
    }
    #diclWrapper .mt-xl-n4,
    #diclWrapper .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    #diclWrapper .mr-xl-n4,
    #diclWrapper .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    #diclWrapper .mb-xl-n4,
    #diclWrapper .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    #diclWrapper .ml-xl-n4,
    #diclWrapper .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    #diclWrapper .m-xl-n5 {
        margin: -3rem !important
    }
    #diclWrapper .mt-xl-n5,
    #diclWrapper .my-xl-n5 {
        margin-top: -3rem !important
    }
    #diclWrapper .mr-xl-n5,
    #diclWrapper .mx-xl-n5 {
        margin-right: -3rem !important
    }
    #diclWrapper .mb-xl-n5,
    #diclWrapper .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    #diclWrapper .ml-xl-n5,
    #diclWrapper .mx-xl-n5 {
        margin-left: -3rem !important
    }
    #diclWrapper .m-xl-auto {
        margin: auto !important
    }
    #diclWrapper .mt-xl-auto,
    #diclWrapper .my-xl-auto {
        margin-top: auto !important
    }
    #diclWrapper .mr-xl-auto,
    #diclWrapper .mx-xl-auto {
        margin-right: auto !important
    }
    #diclWrapper .mb-xl-auto,
    #diclWrapper .my-xl-auto {
        margin-bottom: auto !important
    }
    #diclWrapper .ml-xl-auto,
    #diclWrapper .mx-xl-auto {
        margin-left: auto !important
    }
    #diclWrapper .text-xl-left {
        text-align: left !important
    }
    #diclWrapper .text-xl-right {
        text-align: right !important
    }
    #diclWrapper .text-xl-center {
        text-align: center !important
    }
}
#diclWrapper .text-lowercase {
    text-transform: lowercase !important
}
#diclWrapper .text-uppercase {
    text-transform: uppercase !important
}
#diclWrapper .text-capitalize {
    text-transform: capitalize !important
}
#diclWrapper .font-weight-light {
    font-weight: 300 !important
}
#diclWrapper .font-weight-lighter {
    font-weight: lighter !important
}
#diclWrapper .font-weight-normal {
    font-weight: 400 !important
}
#diclWrapper .font-weight-bold {
    font-weight: 700 !important
}
#diclWrapper .font-weight-bolder {
    font-weight: bolder !important
}
#diclWrapper .font-italic {
    font-style: italic !important
}
#diclWrapper .text-white {
    color: #fff !important
}
#diclWrapper .text-primary {
    color: #007bff !important
}
#diclWrapper a.text-primary:focus,
#diclWrapper a.text-primary:hover {
    color: #0056b3 !important
}
#diclWrapper .text-muted,
#diclWrapper .text-secondary {
    color: #6c757d !important
}
#diclWrapper a.text-secondary:focus,
#diclWrapper a.text-secondary:hover {
    color: #494f54 !important
}
#diclWrapper .text-success {
    color: #28a745 !important
}
#diclWrapper a.text-success:focus,
#diclWrapper a.text-success:hover {
    color: #19692c !important
}
#diclWrapper .text-info {
    color: #17a2b8 !important
}
#diclWrapper a.text-info:focus,
#diclWrapper a.text-info:hover {
    color: #0f6674 !important
}
#diclWrapper .text-warning {
    color: #ffc107 !important
}
#diclWrapper a.text-warning:focus,
#diclWrapper a.text-warning:hover {
    color: #ba8b00 !important
}
#diclWrapper .text-danger {
    color: #dc3545 !important
}
#diclWrapper a.text-danger:focus,
#diclWrapper a.text-danger:hover {
    color: #a71d2a !important
}
#diclWrapper .text-light {
    color: #f8f9fa !important
}
#diclWrapper a.text-light:focus,
#diclWrapper a.text-light:hover {
    color: #cbd3da !important
}
#diclWrapper .text-dark {
    color: #343a40 !important
}
#diclWrapper a.text-dark:focus,
#diclWrapper a.text-dark:hover {
    color: #121416 !important
}
#diclWrapper .text-body {
    color: #212529 !important
}
#diclWrapper .text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}
#diclWrapper .text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}
#diclWrapper .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
#diclWrapper .text-decoration-none {
    text-decoration: none !important
}
#diclWrapper .text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}
#diclWrapper .text-reset {
    color: inherit !important
}
#diclWrapper .visible {
    visibility: visible !important
}
#diclWrapper .invisible {
    visibility: hidden !important
}
@media print {
    #diclWrapper .d-print-none {
        display: none !important
    }
    #diclWrapper .d-print-inline {
        display: inline !important
    }
    #diclWrapper .d-print-inline-block {
        display: inline-block !important
    }
    #diclWrapper .d-print-block {
        display: block !important
    }
    #diclWrapper .d-print-table {
        display: table !important
    }
    #diclWrapper .d-print-table-row {
        display: table-row !important
    }
    #diclWrapper .d-print-table-cell {
        display: table-cell !important
    }
    #diclWrapper .d-print-flex {
        display: flex !important
    }
    #diclWrapper .d-print-inline-flex {
        display: inline-flex !important
    }
    #diclWrapper *,
    #diclWrapper ::after,
    #diclWrapper ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    #diclWrapper a:not(.btn) {
        text-decoration: underline
    }
    #diclWrapper abbr[title]::after {
        content: " (" attr(title) ")"
    }
    #diclWrapper pre {
        white-space: pre-wrap !important
    }
    #diclWrapper blockquote,
    #diclWrapper pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    #diclWrapper img,
    #diclWrapper tr {
        page-break-inside: avoid
    }
    #diclWrapper h2,
    #diclWrapper h3,
    #diclWrapper p {
        orphans: 3;
        widows: 3
    }
    #diclWrapper h2,
    #diclWrapper h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    #diclWrapper .container,
    #diclWrapper body {
        min-width: 992px !important
    }
    #diclWrapper .navbar {
        display: none
    }
    #diclWrapper .badge {
        border: 1px solid #000
    }
    #diclWrapper .table {
        border-collapse: collapse !important
    }
    #diclWrapper .table td,
    #diclWrapper .table th {
        background-color: #fff !important
    }
    #diclWrapper .table-bordered td,
    #diclWrapper .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    #diclWrapper .table-dark {
        color: inherit
    }
    #diclWrapper .table-dark tbody + tbody,
    #diclWrapper .table-dark td,
    #diclWrapper .table-dark th,
    #diclWrapper .table-dark thead th {
        border-color: #dee2e6
    }
    #diclWrapper .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}
.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}
.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}
.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}
.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}
.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}
.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}
.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}
.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/ 2);
    animation-duration: calc(var(--animate-duration)/ 2)
}
.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}
.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}
.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}
@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
    .animate__animated[class*=Out] {
        opacity: 0
    }
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}
.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}
@-webkit-keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}
@keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}
.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}
.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}
@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}
@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}
@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}
@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}
@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}
.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}
@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}
@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}
.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}
@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}
@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}
.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}
@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}
@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}
.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}
.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}
.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}
.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}
.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}
@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}
@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}
@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}
@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}
.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}
@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}
@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}
.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}
@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}
@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}
.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}
@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}
@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}
.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}
.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}
.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}
@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}
.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}
@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}
@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}
.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}
.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}
.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}
:root {
    --swiper-theme-color: #007aff
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}
.swiper-pointer-events {
    touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}
:root {
    --swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet:only-child {
    display: none !important
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-cube {
    overflow: visible
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}
.swiper-flip {
    overflow: visible
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}
.swiper-cards {
    overflow: visible
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
#dicl-leader-container .dicl-leader-modal-content {
    background-color: #ffffff !important;
}