/* Minification failed. Returning unminified contents.
(946,19): run-time error CSS1038: Expected hex color, found '#60b4b7a'
 */
/* Bootstrap v4.3.1 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;

}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

[hidden] {
    display: none !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0b4b7a;
    border-color: #60b4b7a;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b4b7a;
        border-color: #0b4b7a;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f107";
        color: #5d5d5d;
        padding-left: 4px;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20rem;
    /*  min-width: 10rem;*/
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #131313;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }


        .btn-group > .btn:not(:first-child),
        .btn-group > .btn-group:not(:first-child) {
            margin-left: -1px;
        }

        .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group > .btn-group:not(:last-child) > .btn {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .btn-group > .btn:not(:first-child),
        .btn-group > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #6eaee7;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: #565657;
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    background-size: cover !important;
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion > .card {
    overflow: hidden;
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0;
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion > .card .card-header {
        margin-bottom: -1px;
    }

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-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;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}


.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0;
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0;
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0;
            }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden !important;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }


        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /*  border: 1px solid rgba(0, 0, 0, 0.2);*/
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    /*  border-bottom: 1px solid #dee2e6;*/
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1400px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }


.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.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 {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #6eaee7 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #6eaee7 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}


.h-50 {
    height: 50% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*.slider-module .owl-thumbs {
    width: 100%;
    float: left;
    text-align: center;
}

    .slider-module .owl-thumbs a {
        width: 70px;
        height: 40px;
        display: inline-block;
        border: 2px solid #b5d7f5;
        overflow: hidden;
        margin-right: 8px;
        border-radius: 5px;
    }

        .slider-module .owl-thumbs a img {
            max-width: 100%;
            object-fit: cover;
            width: 100%;
            height: 100%;
            transform: scale(1);
            transition: 300ms;
            border-radius: 5px;
        }

        .slider-module .owl-thumbs a.active {
            border: 2px solid #6eaee7;
        }

        .slider-module .owl-thumbs a:last-child {
            margin-right: 0;
        }

        .slider-module .owl-thumbs a:hover img {
            opacity: 0.7;
            transform: scale(1.2);
        }

.dots-numbered .slider .owl-dot:before {
    counter-increment: dots;
    content: "0" counter(dots);
    font-size: 18px;
    color: #4a4949;
}

.dots-numbered .slider .owl-dots .owl-dot.active span {
    background: #1ac981;
}

.dots-numbered .slider .owl-dots .owl-dot span {
    height: 4px !important;
    width: 30px !important;
}

.controls-disabled .slider .owl-nav {
    display: none !important;
}

.slider-button-disabled .slider-description .satin-al {
    display: none;
}

.slider-pager-disabled .owl-dots {
    display: none !important;
}

.slider-text-right .slider-description {
    left: auto;
    right: 42px;
}


.slider-description {
    position: absolute;
    top: 50%;
    left: 42px;
    max-width: 52%;
    transform: translateY(-50%);
}

    .slider-description span.sli-item-title {
        display: block;
        font-weight: 700;
        color: #3b3b3b;
        margin: 0;
        font-size: 2.5rem;
    }

    .slider-description .sli-item-text {
        font-size: 15px;
        line-height: 28px;
        margin: 30px 0px;
        color: #565657;
    }

        .slider-description .sli-item-text p {
            text-indent: 0;
            color: inherit;
            font-size: inherit;
            line-height: inherit;
        }

    .slider-description .indirim {
        font-size: 35px;
        color: #6eaee7;
        font-weight: 600;
    }

    .slider-description .satin-al {
        display: inline-block;
        padding: 10px 29px;
        border-radius: 4px;
        color: #232323;
        font-size: 14px;
        border: 1px solid #7b7b7c;
        font-weight: 500;
        letter-spacing: 1px;
    }

        .slider-description .satin-al:hover {
            background: #6eaee7;
            color: white;
            border: 1px solid #6eaee7;
        }

.product-slider-title {
    margin-bottom: 30px;
    border-bottom: 2px solid #6eaee7;
}

    .product-slider-title h3 {
        background: #6eaee7;
        padding: 0px 30px;
        line-height: 55px;
        height: 55px;
        color: white;
        display: inline-block;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }

.product-slider-title {
    margin-bottom: 30px;
    border-bottom: 2px solid #6eaee7;
}

    .product-slider-title h3 {
        background: #6eaee7;
        padding: 0px 30px;
        line-height: 55px;
        height: 55px;
        color: white;
        display: inline-block;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }


.product-slider .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
    margin: 0 !important;
}

    .product-slider .owl-nav .owl-next:before {
        content: "";
        border-left: 1px solid #e5e3e3;
        position: relative;
        left: -12px;
    }

    .product-slider .owl-nav div {
        background: #ffffff !important;
        padding: 5px 10px !important;
        color: black !important;
        font-size: 15px !important;
        margin: 0 0 0 5px !important;
    }

.product-slider .module-title {
    border-bottom: 2px solid #6eaee7;
    position: relative;
}

.image-module img {
    max-width: 100%;
}

.paragraph-advanced a {
    display: block;
}

.paragraph-text:hover {
    color: #565657 !important;
}

@media (max-width: 1199.98px) {
    .slider-description span.sli-item-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .slider-description .sli-item-text {
        font-size: 14px;
        line-height: 1.7;
        margin: 10px 0px;
    }
}

@media (max-width: 991.98px) {
    .image-module figure {
        display: flex;
        justify-content: center;
        flex-flow: wrap row;
    }
}

@media (max-width: 575.98px) {
    .slider-description {
        top: 30px;
        left: 22px;
        max-width: 56%;
    }

        .slider-description span.sli-item-title {
            font-size: 20px;
        }

        .slider-description h2 {
            font-size: 12px;
        }

        .slider-description .sli-item-text {
            font-size: 10px;
            line-height: 18px;
            margin: 4px 0px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 80%;
        }

        .slider-description .indirim {
            font-size: 14px;
        }

        .slider-description .satin-al {
            padding: 8px 18px;
            margin-top: 6px;
            font-size: 9px;
            border-radius: 3px;
        }
}*/

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
    /*  border-radius: 30px; */}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
   display: none; 
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; 
     }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
  .owl-carousel .owl-item.active .owl-lazy {
    opacity: 1;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!========================================================================
* File: bootstrap-iconpicker.min.css v1.10.0 by @victor-valencia
* https://victor-valencia.github.com/bootstrap-iconpicker
* ========================================================================
* Copyright 2013-2017 Victor Valencia Rico.
* Licensed under MIT license.
* https://github.com/victor-valencia/bootstrap-iconpicker/blob/master/LICENSE
* ========================================================================
*/

.iconpicker .caret{margin-left:10px!important}.iconpicker{min-width:60px}.iconpicker input.search-control{margin-bottom:6px;margin-top:6px}div.iconpicker.left .table-icons{margin-right:auto}div.iconpicker.center .table-icons{margin-left:auto;margin-right:auto}div.iconpicker.right .table-icons{margin-left:auto}.table-icons .btn{min-height:30px;min-width:35px;text-align:center;padding:0;margin:2px}.table-icons td{min-width:39px}.iconpicker-popover{z-index:1050!important}.iconpicker-popover .search-control{margin-bottom:6px;margin-top:6px}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.animated.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }
}

.animated.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-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);
  }
}

.animated.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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.animated.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animated.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);
  }
}

.animated.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animated.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}


@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.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 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.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);
  }
}

.animated.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animated.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animated.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animated.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animated.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animated.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .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;
  }
}

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../images/rangeSlider/sprite-skin-nice.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 8px; top: 19px;
}
    .irs-line-left {
        height: 8px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 8px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 8px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 8px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 8px; width: 11px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    width: 22px; height: 22px;
    top: 17px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    /*background: rgba(0,0,0,0.1);*/
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff !important;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0,0,0,0.3);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}

 .irs {
     position: relative;
     display: inline-block;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     width:100%;
}
 .irs-line {
     position: relative;
     display: block;
     overflow: hidden;
     outline: none !important;
     width:100%;
}
 .irs-line-left, .irs-line-mid, .irs-line-right {
     position: absolute;
     display: block;
     top: 0;
}
 .irs-line-left {
     left: 5px;
     width: 11%;
}
 .irs-line-mid {
     left: 9%;
     width: 82%;
}
 .irs-line-right {
     right: 5px;
     width: 11%;
}
 .irs-bar {
     position: absolute;
     display: block;
     left: 0;
     width: 0;
     background: #6eaee7;
}
 .irs-bar-edge {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
}
 .irs-shadow {
     position: absolute;
     display: none;
     left: 0;
     width: 0;
}
 .irs-slider {
     position: absolute;
     display: block;
     cursor: default;
     z-index: 1;
}
 .irs-slider.single {
}
 .irs-slider.from {
}
 .irs-slider.to {
}
 .irs-slider.type_last {
     z-index: 2;
}
 .irs-min {
     position: absolute;
     display: block;
     left: 0;
     cursor: default;
}
 .irs-max {
     position: absolute;
     display: block;
     right: 0;
     cursor: default;
}
 .irs-from, .irs-to, .irs-single {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
     cursor: default;
     white-space: nowrap;
     background: rgb(110, 174, 231);
}
 .irs-grid {
     position: absolute;
     display: none;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 20px;
}
 .irs-with-grid .irs-grid {
     display: block;
}
 .irs-grid-pol {
     position: absolute;
     top: 0;
     left: 0;
     width: 1px;
     height: 8px;
     background: #000;
}
 .irs-grid-pol.small {
     height: 4px;
}
 .irs-grid-text {
     position: absolute;
     bottom: 0;
     left: 0;
     white-space: nowrap;
     text-align: center;
     font-size: 9px;
     line-height: 9px;
     padding: 0 3px;
     color: #000;
}
 .irs-disable-mask {
     position: absolute;
     display: block;
     top: 0;
     left: -1%;
     width: 102%;
     height: 100%;
     cursor: default;
     background: rgba(0,0,0,0.0);
     z-index: 2;
}
 .irs-disabled {
     opacity: 0.4;
}
 .lt-ie9 .irs-disabled {
     filter: alpha(opacity=40);
}
 .irs-hidden-input {
     position: absolute !important;
     display: block !important;
     top: 0 !important;
     left: 0 !important;
     width: 0 !important;
     height: 0 !important;
     font-size: 0 !important;
     line-height: 0 !important;
     padding: 0 !important;
     margin: 0 !important;
     outline: none !important;
     z-index: -9999 !important;
     background: none !important;
     border-style: solid !important;
     border-color: transparent !important;
}
 
@charset "UTF-8";

body {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: left;
    margin: 0;
    padding:0;
    color: #666666;
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
    font-display: swap;
    -webkit-font-smoothing: antialiased; /* Daha net yazı tipi gösterimi */
    -moz-osx-font-smoothing: grayscale; /* MacOS için font optimizasyonu */
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body.modal-open header {
  z-index: auto;
}
body.body-fixed {
  z-index: auto;
  height: 100vh;
  overflow-y: hidden !important;
}

#pageBody {
  min-height: 350px;
}
h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.50rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}
a {
  text-decoration: none;
  color: #565657;
  display: inline-block;
  transition: 300ms;
}
a:hover {
  color: #4ac4f3;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

tr input {
  margin-right: 5px;
}

tr label {
  margin-right: 15px;
}

a.help {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #2c2929;
  padding: 8px 0px;
  line-height: 22px;
}
a.help i {
  float: left;
  font-size: 21px;
  display: inline-block;
  margin-right: 5px;
  color: #303030;
}

.theme-edit .modal-footer {
  position: relative;
}

.postModule.flipInY {
  animation-name: flipInY;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.fancybox-content {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.clearFix:after {
  clear: both;
}

.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}

li {
  list-style: none;
}

span a {
  display: inline-block;
}

.none, .hide {
  display: none;
}

.btn:focus {
  outline: none !important;
}

.module {
  min-height: 45px;
  position: relative;
}

.custom-heading.module {
  min-height: 25px;
}

.image-module img {
  max-width: 100%;
}

.caption-absolute {
  font-size: 18px;
  background: #444342;
  opacity: 0.85;
  padding: 10px 22px;
  text-align: center;
  position: absolute;
  top: 70%;
  font-weight: 500;
  right: 0;
  left: 0;
  color: #ffffff;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.lazy {
  display: block;
}
.lazy:before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0px auto !important;
  z-index: 1;
}

img.lazy {
  min-height: 150px;
  min-width: 80px;
  background-position: center;
}

.btn-primary:hover {
  background-color: #5881a5;
  border-color: #5881a5;
}

.irs-bar,
.irs-from,
.irs-to,
.irs-single {
  background: #4ac4f3;
}

a.add-slide, a.add-tab, a.add-product-slider-tab {
  color: white !important;
}

.remove-tab, .remove-slide, .remove-product-slider-tab {
  float: right;
  color: white !important;
  margin-top: 25px;
}

.tabs-box, .accordion-box, .slider-box, .product-slider-box {
  position: relative;
  margin-bottom: 90px;
}

.accordion .card .card-header button {
  padding-left: 0;
  padding-right: 0;
}

.slide-box, .product-slider-box {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 50px;
}

.slide-order, .product-slide-order {
  background: #f3f3f3;
  padding: 12px 0px;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 30px;
}
.slide-order input, .product-slide-order input {
  float: right;
  width: 50px;
  border: 1px solid white;
  height: 30px;
  border-radius: 4px;
  margin-left: 8px;
  text-align: center;
}
.slide-order h5, .product-slide-order h5 {
  margin: 0;
  line-height: 30px;
}

.module-check-list {
  line-height: 26px;
}
.module-check-list label {
  font-size: 13px;
}

a.remove-image {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(44, 41, 41, 0.839);
  padding: 4px 8px;
  border-radius: 3px;
  color: white;
}
a.remove-image:before {
  content: "\f2ed";
  font-family: "font awesome 5 free";
  font-display:swap;
  margin-right: 5px;
}

.paragraph-advanced a {
  display: block;
}

.paragraph-text:hover {
  color: #565657 !important;
}

.html p, .html ul li {
  line-height: 28px;
}

.html ul {
  margin-top: 15px;
}

/** STATIC TYPE **/
.alert[style*=inline] {
  display: flex !important;
  align-items: center;
}

.alert[style*=inline]:before {
  content: "\f12a";
  font-family: "Font Awesome 5 Free";
  font-display:swap;
  font-weight: 700;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
}

.bordered-1 {
  border: 1px solid #f3f3f3;
}

.bordered-2 {
  border: 1px solid #e7e7e7;
}

.border-bottom-0 {
  border-top: none !important;
}

.tipografi h2 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #171717;
}

.tipografi p {
  font-size: 13px;
  line-height: 28px;
  margin: 15px 0px 25px 0px;
}

.static-type b {
  font-weight: 600;
}

.static-type h5 {
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.border-1 {
  border: 1px solid #efebeb;
  border-radius: 4px;
}

/** STATIC TYPE END **/
#up {
  bottom: 70px;
  right: 30px;
  position: fixed;
  width: 40px;
  height: 40px;
  font: bold 10pt verdana;
  display: none;
  padding: 5px;
  cursor: pointer;
  border: none;
  z-index: 999999;
  text-align: center;
  color: white;
  background: #4ac4f3;
  padding: 10px 0px;
  font-size: 18px;
  border-radius: 4px;
}
#up i {
  color: white;
}
#up:hover {
  background-color: #1c1d1d;
}
#up:hover i {
  color: white;
}

/* FILTER MODULE */
.filter-module input, .filter-module select {
  line-height: 64px !important;
  padding: 0px 20px;
  font-weight: 600;
  color: #1d1c1c;
  font-size: 17px;
  height: 64px;
}

.form-control.location {
  min-width: 370px;
}

.filter-module select {
  min-width: 210px;
}
.filter-module ul li {
  padding: 0px 6px;
}
.filter-module input::placeholder {
  color: #1d1c1c;
}

.filter-button {
  background: #ff9803;
  border: 0;
  border-radius: 4px;
  color: white;
  line-height: 64px;
  padding: 0px 26px;
  font-size: 18px;
  font-weight: 700;
}

/* FILTER MODULE */
#htmlmodule .moduleContent p {
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 13px;
}

#htmlmodule .moduleContent {
  padding: 15px;
  border: 1px solid #efeded;
  border-top: 0;
}

.title a {
    display: block;
}

.title h1 {
    background: #f6f6f6;
    padding: 14px 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: left !important;
    margin: 0;
}

.title-type-1 {
    margin-bottom: 25px;
    border-radius: 6px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    line-height: 45px;
}

    .title-type-1 h1, .title-type-1 h2, .title-type-1 h3, .title-type-1 h4, .title-type-1 h5, .title-type-1 h6 {
        margin-bottom: 0;
    }

    .title-type-1 i {
        width: 45px;
        background: #f6f6f6;
        text-align: center;
        margin-right: 15px;
        line-height: 45px;
        color: #2e2c2c;
    }

.title-type-2 {
    border: 1px solid #e7e7e7;
    font-size: 13px;
    padding: 0px 15px;
    background-color: #f7f7f7 !important;
    margin-bottom: 0;
}

    .title-type-2 h1, .title-type-2 h2, .title-type-2 h3, .title-type-2 h4, .title-type-2 h5, .title-type-2 h6 {
        margin-bottom: 0;
    }

    .title-type-2 span {
        line-height: 45px;
    }

.title-type-3 {
    font-size:16px;	
    margin-bottom: 30px;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 1px solid #ebebeb;
}

    .title-type-3 h1, .title-type-3 h2, .title-type-3 h3, .title-type-3 h4, .title-type-3 h5, .title-type-3 h6 {
        margin-bottom: 0;
    }

    .title-type-3 i {
        height: 42px;
        line-height: 42px;
        width: 62px;
        text-align: center;
        background: #f9f9f9;
        border-top-left-radius: 6px;
        position: relative;
        top: -1px;
        left: -1px;
        margin-right: 10px;
        border: 1px solid #ebebeb;
        border-bottom: 0;
    }

.title-type-4 {
    margin-bottom: 20px;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #ebebeb;
    line-height: 42px;
    border-radius: 6px;
    font-size:16px;
}

    .title-type-4 h1, .title-type-4 h2, .title-type-4 h3, .title-type-4 h4, .title-type-4 h5, .title-type-4 h6 {
        margin-bottom: 0;
    }

    .title-type-4 i {
        display: inline-block;
        background: #f9f9f9;
        line-height: 42px;
        width: 60px;
        text-align: center;
        margin-right: 15px;
        border-right: 1px solid #f1f1f1;
	
	
    }

.failed {
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #d84444;
}

.admin-edit-button {
  position: fixed;
  right: 0;
  background: #545659;
  border: none;
  padding: 14px 16px;
  color: white;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  cursor: pointer;
  z-index: 999;
}

#admin-edit-layout .modal-body {
  padding: 0 !important;
}

.custom-header {
  text-decoration: none !important;
  color: black !important;
}
.custom-header h1, .custom-header h2, .custom-header h3, .custom-header h4, .custom-header h5, .custom-header h6 {
  margin-bottom: 0;
}

.edit-button {
  position: absolute;
  z-index: 98;
  right: 30px;
  background: #f6f6f6;
  box-shadow: none;
  color: black;
  padding: 8px 10px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  top: 0;
  border-radius: 9px;
}
.edit-button:hover {
  opacity: 1;
}

.modal-header {
  background: #2c2929;
  color: white;
}
.modal-header .close {
  color: #e9e9e9 !important;
  text-shadow: none;
  opacity: 1;
}

.theme-edit .modal-header {
  background: #2c2929;
  color: white;
}

.theme-edit .form-control {
  font-size: 13px;
}
.theme-edit h3 {
  margin-bottom: 17px;
  display: block;
  border-bottom: 1px solid #e9e8e8;
  padding-bottom: 15px;
}

.theme-edit-tabs {
  border: none;
}
.theme-edit-tabs li {
  width: 25% !important;
  text-align: center;
}
.theme-edit-tabs li a {
  color: #363636;
  border: transparent !important;
  border-radius: 0 !important;
  background: #efefef;
  margin-right: 2px;
}
.theme-edit-tabs li a.active {
  background: #2c2929 !important;
  border: none !important;
  color: white !important;
  /* border-radius: 0 !important; */
}
.theme-edit-tabs li:first-child a {
  border-top-left-radius: 9px !important;
}
.theme-edit-tabs li:last-child a {
  border-top-right-radius: 9px !important;
}

.module:hover a.edit-button {
  display: block;
}

.custom-menu ul li a i {
  color: white !important;
  margin-right: 0px !important;
  text-shadow: none !important;
}

.topbar {
  position: relative;
  background: #f6f6f6;
  padding: 0;
  box-shadow: 1px 1px 1px #ededed;
  font-display:swap;
}

#nav-menu-topbar {
  margin: 0 !important;
  padding: 0 !important;
  float: right;
  position: unset;
}
/*
#nav-menu-topbar button.navbar-toggler {
  padding: 10px 0;
}
*/
#menu-topbar > ul {
  text-align: right;
  width: 100%;
}
#menu-topbar > ul > li {
  display: inline-block;
}

.vertical {
  border: 1px solid #ebebeb;
}
.vertical ul {
  display: block;
  width: 100%;
}
.vertical ul li a {
  border-bottom: 1px solid #e3e3e3;
  line-height: 54px;
  padding: 0px 20px !important;
  display: block;
  color: #5b5959;
}
.vertical ul li a:before {
  content: "\f35a";
  font-family: "font awesome 5 free";
  font-display:swap;
  font-size: 22px;
  float: left;
  margin-right: 8px;
  color: #e7e7e7;
}
.vertical ul li:last-child a {
  border-bottom: 0;
}
.vertical ul li:hover a {
  background: #4ac4f3;
  color: white;
}
/*
.currency ul,
.language ul {
  max-width: 200px;
  width: 150px;
  min-width: 0;
  padding: 0;
  margin-top: 0;
  background-color: white;
}
.currency ul li a,
.language ul li a {
  padding: 8px 20px;
  font-size: 13px;
  border-bottom: 1px solid #f1efef;
  display: block;
}
.currency .btn,
.language .btn {
  background: none;
  font-size: 13px;
  color: #514f4f;
  padding: 11px 0px;
}

.language img {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.currency span {
  text-align: center;
  border-radius: 50%;
}

.currency ul li,
.language ul li:last-child a {
  border-bottom: 0;
}

.language ul li a img {
  margin-right: 5px;
}



.my-cart > .btn {
  background: none;
  border: none;
  color: black;
  padding: 0;
}
.my-cart > .btn:hover {
  background: none;
  color: black;
}
.my-cart #cart-count {
    color: #393b3c;
    font-size: 13px;
    line-height: 39px;
    font-weight: 500;
    display: inline-block;
    font-display:swap;
}

.my-cart-info span {
  display: block;
  text-align: left;
}

span.my-cart-title {
    font-size: 13px;
    line-height: 40px;
    float: left;
    padding-right: 4px;
}

.my-cart-item {
  margin-right: 5px;
}

.my-cart .dropdown-toggle::after {
  display: none;
}
*/
.dropdown-menu {
  min-width: 18rem;
}

.cart-button-group {
  padding: 0;
  float: left;
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.cart-button-group a {
  font-size: 13px;
}
.cart-button-group a:first-child {
  max-width: 40%;
  width: 100%;
}
.cart-button-group a:last-child {
  max-width: calc(60% - 0.25rem);
  width: 100%;
}

.dis-grp {
  padding: 10px 0;
}
.dis-grp .title3 {
  font-weight: 500;
  margin: 4px 0;
}
.dis-grp ul li {
  display: table-row;
  float: left;
  width: 33.3333333333%;
  padding-right: 2%;
  text-align: center;
  margin-bottom: 5%;
}
.dis-grp ul li .dis-box {
  background-color: #f1f1f1;
  font-size: 12px;
  font-weight: bold;
  color: #313131;
  padding: 10px 0;
}

.dis-grp ul li .dis-grp-active {
  background-color: rgba(109, 190, 20, 0.83);
  color: #f5f5f5;
}

.total-price {
  font-weight: 600;
  /*font-family: "rubik";*/
  color: #4ac4f3;
  max-width: 90px;
  margin-right: 10px;
  font-display:swap;
}

.cart-title {
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.cart-product-image {
  background-color: white;
  width: 25%;
  float: left;
}

.cart-product-image img {
  max-width: 100%;
}

.cart-product-title {
  width: 75%;
  float: left;
  padding: 0px 10px;
  font-size: 13px;
}

.cart-product-name {
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.my-cart .dropdown-menu {
  width: 320px;
  right: 0;
  left: inherit !important;
  padding: 10px 15px;
  top: 20px !important;
  transform: translate3d(0px, 40px, 0px) !important;
}
.my-cart .dropdown-menu:before {
  right: 35px !important;
  left: inherit;
}

.cart-product-price {
  float: left;
  width: 100%;
}

.cart-total-products .remove {
  position: absolute;
  right: -15px;
  float: right !important;
  left: inherit;
  width: 35px !important;
  top: 35px;
  color: red;
}
.cart-total-products > ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  max-height: 475px;
  overflow-y: auto;
}
.cart-total-products > ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.cart-total-products > ul::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
    .cart-total-products > ul::-webkit-scrollbar-thumb {
        background-color: #4ac4f3;
        border-radius: 3px;
    }
.cart-total-products > ul > .cart-product {
  display: block;
  float: left;
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1px solid #e3e1e1;
  position: relative;
}
.cart-total-products > ul > .cart-product img {
  border: 1px solid #e1dede;
}
.cart-total-products > ul > .cart-product > a {
  display: block;
  float: left;
  width: 100%;
}

.total-cart-price {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: right;
}
.total-cart-price span {
  font-weight: 500;
}

.header-middle-search {
  position: relative;
}
    .header-middle-search input {
        color: #717070;
        font-size: 12px;
       /* font-family: 'rubik';*/
        border: 2px solid #e4e0e0;
        height: 48px;
        border-radius: 0px;
        overflow: hidden;
        border-top-right-radius: 9px;
        margin-bottom: 22px;
	font-display:swap;
    }
        .header-middle-search input:focus {
            border-color: #4ac4f3;
        }
    .header-middle-search .search-button {
        background: #4ac4f3;
        height: 48px;
        border-radius: 0;
        border-top-right-radius: 9px;
        padding: 0px 22px;
        position: absolute;
        right: 0;
        top: 0;
    }
        .header-middle-search .search-button i {
            line-height: 48px;
        }

.header-contact {
  float: left;
  width: 100%;
}

.search-button i {
  color: white;
}

.twitter-typeahead {
  display: block !important;
  width: 100%;
}

.tt-menu {
  background-color: white;
  width: 90%;
  padding: 15px;
  border: 2px solid #efefef;
  border-radius: 9px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tt-suggestion.tt-selectable {
  cursor: pointer;
}

.tt-dataset.tt-dataset-marka {
  margin-bottom: 15px;
}

h3.league-name {
    color: #48b7e2;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}

.account-title.mobile {
  width: unset !important;
  float: none !important;
  margin-left: 5px;
}

#user-login-modal input {
  height: 42px;
}

.user-menu > button {
  background: none;
  border: none;
  padding: 0;
  color: #565657;
  transition: 300ms;
}
    .user-menu > button > span {
        display: inline-block;
        float: right;
        line-height: 40px;
        padding-right: 15px;
    }
    .user-menu > button:hover {
        color: #4ac4f3;
    }

#user-menu-modal ul li {
  float: left;
  width: 25%;
  padding: 8px 5px;
}
#user-menu-modal ul li a {
  color: #5d5b5b;
  font-size: 13px;
  display: block;
  border: 1px solid #f3f3f3;
  border-left: 0;
  line-height: 46px;
}
    #user-menu-modal ul li:hover a {
        background: #28a8d9;
        color: white;
    }
#user-menu-modal ul li:hover a i {
  background: #1782ab;
  color: white;
}

.rotate:hover i {
  transform: rotateX(360deg);
  transition: all 0.5s;
}

#user-menu-modal ul li a i {
  background: #f3f3f3;
  width: 35px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  text-shadow: none;
  color: #424242;
  margin-right: 6px;
}

.favorite-list {
  margin-top: 8px;
  margin-bottom: 5px;
  display: block;
}
.favorite-list a span {
  font-size: 13px;
  float: right;
  line-height: 15px;
}

.favorite-list > a i,
.user-menu > button i {
  margin-right: 5px;
  color: #e4e4e4;
  width: 15px;
  text-align: center;
  line-height: 15px;
}

.header-bottom .navbar {
  padding: 0;
  margin: 0;
}
.header-bottom .navbar .navbar-brand {
  margin: 0;
}

.productbookmark-popup .product-item,
.overview-product .product-item {
  min-height: inherit;
}
.productbookmark-popup .product-item a,
.overview-product .product-item a {
  cursor: pointer;
  z-index: 98;
}

/* Proticaret Kategori */

.categories-title {
    background: #4ac4f3;
    border-radius: 5px 5px 0 0;
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
   /* font-family: 'rubik';*/
    font-weight: 500;
    font-display:swap;
}
.categories-title i {
  color: white;
}
    .categories-title .navbar-toggler {
        background: #48b7e2;
        padding: 0px 12px !important;
        display: block;
        float: left;
        margin: 0px 15px 0px 0px;
        height: 55px;
        border-radius: 0;
        border: none;
    }

.proticaret-categories #navbarNav {
  float: left;
  width: 100%;
}
.proticaret-categories .mega-left ul > li > ul > li a {
  position: relative;
  padding: 0;
  line-height: 42px;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
.proticaret-categories nav > ul > li:hover a {
  padding-left: 25px !important;
  color: #4ac4f3 !important;
}
.proticaret-categories nav ul li:last-child {
  border-bottom: 0;
}
.proticaret-categories .navbar {
  border-top: 0;
  flex-flow: column;
  padding: 0;
  margin: 0;
}
.proticaret-categories .n-category {
  display: block;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}
.proticaret-categories .navbar-nav > li > a {
  line-height: 46px;
  padding: 0 10px !important;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #efefef;
  text-transform: uppercase;
}
    .proticaret-categories .navbar-nav > li > a:hover {
        color: #4ac4f3 !important;
    }
.proticaret-categories ul > li > a i {
  margin-right: 5px;
  width: 25px;
  text-align: center;
}
.proticaret-categories .navbar-brand {
  width: 100%;
  padding: 0;
  margin: 0;
}
.proticaret-categories .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 25%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  content: "\f105";
  font-family: "font awesome 5 free";
  font-display:swap;
  font-weight: 900;
}

.categories-title .navbar-toggler span {
  height: 24px;
  background: none;
}
/*
.all-cats .expand-category-link,
.expand-category-left-link {
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 13px 10px;
  border-top: 0;
  cursor: pointer;
  font-weight: 500;
}
.all-cats .expand-category-link i,
.expand-category-left-link i {
  width: 25px;
  text-align: center;
  color: #4ac4f3;
  margin-right: 5px;
  font-size: 12px;
}
*/
.proticaret-slider .pro-slider:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background: url(../images/slider-bottom-2.png) no-repeat 0 0;
    background-size: cover;
    display: inline-block;
    position: absolute;
    z-index: 7;
}
/* MARKA SLIDER BAŞLANGIÇ */
.brand-image a {
  padding: 8px 30px;
}

/* MARKA SLIDER SON */
/* TOP10 FULLWIDTH BAŞLANGICI */

.product-slider-title {
    margin-bottom: 30px;
    border-bottom: 2px solid #4ac4f3;
}

    .product-slider-title h3 {
        background: #4ac4f3;
        padding: 0px 30px;
        line-height: 55px;
        height: 55px;
        color: white;
        display: inline-block;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-weight: 500;
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }

.product-slider .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0 !important;
}

    .product-slider .owl-nav .owl-next:before {
        content: "";
        border-left: 1px solid #e5e3e3;
        position: relative;
        left: -12px;
    }

    .product-slider .owl-nav div {
        background: #ffffff !important;
        padding: 5px 10px !important;
        color: black !important;
        font-size: 15px !important;
        margin: 0 0 0 5px !important;
    }

.product-slider .module-title {
    border-bottom: 2px solid #4ac4f3;
    position: relative;
}

.product-container {
    z-index: 0;
}

    .product-container:hover {
        z-index: 1;
    }

.product-item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    z-index: 99;
    background-color: white;
    position: relative;
    margin-bottom: 35px;
    box-shadow: 0px 7px 22px 0px transparent;
    transition: 300ms;
}

    .product-item:hover {
        box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.31);
    }

.product-image {
    position: relative;
    margin: 0;
    text-align: center;
    overflow: hidden;
    min-height: 100px;
    padding: 10px 10px 30px 10px;
}

.product-item .user-visit {
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    background: #f0f3f7;
    height: 34px;
    border-radius: 3px;
    left: 0;
    width: 34px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    z-index: 11;
}

    .product-item .user-visit i {
        line-height: 34px;
    }

    .product-item .user-visit i {
        line-height: 34px;
    }

.product-multi-image .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-image img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

.discount-rate, .new-product {
    width: 60px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
}

    .discount-rate:after, .new-product:after {
        position: absolute;
        font-size: 22px;
        top: 18px;
        content: "\f0d7";
        font-family: "font awesome 5 free";
	font-display:swap;
        font-weight: 900;
    }

.new-product {
    top: 36px;
    left: 40px;
    color: black;
    background: #f9f9f9;
}

    .new-product:after {
        right: 10px;
        color: #f9f9f9;
    }

.discount-rate {
    color: white;
    background: #4ac4f3;
    top: 36px;
    right: 40px;
}

    .discount-rate:after {
        left: 10px;
        color: #4ac4f3;
    }

.firsat-inline {
    padding: 2px 6px;
    background: red;
    color: white;
    font-size: 12px;
    display: inline-block;
}

.product-name {
    height: 43px;
    overflow: hidden;
}

    .product-name a {
        font-size: 17px;
    }

.product-info {
    padding: 10px 15px;
    text-align: center;
}

    .product-info .product-mark-image img {
        max-width: 75px;
    }

.product-code-compare {
    overflow: hidden;
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    color: #3c3a3a;
    border-top: 1px solid #e3e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    text-align: center;
}

.product-price > div {
    display: inline-block;
    padding: 0px 5px;
}

.product-price .user-price {
    font-size: 18px;
    color: #484848;
    letter-spacing: -0.3px;
    display: inline-block !important;
    font-weight: 500;
}

.old-price {
    text-decoration: line-through;
    color: #9b9b9b;
}

.cart-content .product-price > div {
    display: block;
}

.cart-content td.product-name {
    max-width: 390px;
    text-align: left;
}
.product-item:hover .product-image .action-hover {
    opacity: 1;
    right: 15px;
    transition: all 0.2s ease !important;
}

.product-item:hover .action-hover ul li div {
    display: inline-block;
    position: absolute;
}

.product-image .action-hover ul li div {
    /* display: none;*/
}

    .product-image .action-hover ul li div span {
        border-radius: 0px;
        padding: 7px 13px 5px 13px;
    }

.product-image .action-hover li {
    display: inline-block;
    width: 100%;
    border: 0;
    border-right: 0;
    background: rgba(37, 36, 36, 0.85);
    border-bottom: 1px solid #6b6767;
}

    .product-image .action-hover li a {
        padding: 0px 8px;
        position: relative;
        font-size: 13px;
        color: #fffcfc;
        line-height: 43px;
        cursor: pointer;
        height: 43px;
        display: block;
    }

        .product-image .action-hover li a i {
            line-height: 43px;
            font-size: 13px;
            color: #f3ebeb;
        }

    .product-image .action-hover li .alert-error {
        line-height: 43px;
        cursor: move;
    }

        .product-image .action-hover li .alert-error i {
            margin-right: 5px;
            background-color: white;
            color: #f94646;
            width: 23px;
            height: 23px;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            font-size: 11px;
        }

    .product-image .action-hover li div:hover,
    .product-image .action-hover li a:hover {
        background-color: white;
    }

    .product-image .action-hover li:last-child {
        border-right: 0;
        border-bottom: 0;
    }

    .product-image .action-hover ul li div span span,
    .product-image .action-hover li a span {
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 0.50px;
        padding: 0px 20px;
        position: absolute;
        bottom: 100%;
        color: transparent;
        background-color: rgba(255, 194, 41, 0);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        right: 0;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
        display: none;
    }

.product-image .action-hover ul li div span:hover span,
.product-image .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;
    background-color: #2d2c2d;
}

    .product-image .action-hover ul li div span:hover span:before,
    .product-image .action-hover ul li a:hover > span:before {
        color: #ff7e00;
    }

.product-image .action-hover ul li div span i {
    padding-right: 0;
}

.product-image .action-hover li a:hover i {
    color: #4d4d4d !important;
}



/*BEST SELLER PRODUCTS end*/
.collapse-pd-list {
  width: 45px;
  background: #f6f6f6;
  text-align: center;
  margin-left: 15px;
  line-height: 45px;
  color: #2e2c2c;
  float: right;
}
.collapse-pd-list:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-display:swap;
  font-weight: 700;
}
.collapse-pd-list.collapsed:after {
  content: "\f067";
}

/* POSTER ICONS BAŞLANGICI */
.partner-section .tabs-stage {
    overflow: visible !important;
    max-height: inherit !important;
}

.heading-title {
    margin-bottom: 30px;
    text-align: center;
}

    .heading-title .title {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 25px;
        font-size: 36px;
        text-align: center;
    }

        .heading-title .title:after {
            content: "";
            position: absolute;
            bottom: 0;
            border-radius: 4px;
            left: 46%;
            margin-left: -40px;
            width: 80px;
            height: 4px;
            background: #4ac4f3;
        }

    .heading-title p {
        padding: 0 80px;
        display: block;
        margin-bottom: 10px;
        line-height: 26px;
    }

.customer .heading-title p {
    /* margin-bottom:0 !important; */
}

.icon-box.round-icon {
    padding: 10px 20px 0;
    border: none;
    box-shadow: none;
}

    .icon-box.round-icon .icon-bg {
        background: none;
        height: 100px;
        width: 100px;
        display: inline-block;
        border-radius: 100px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        line-height: 100px;
        font-size: 32px;
        color: #4ac4f3;
        margin-bottom: 35px;
    }

.icon-bg-squared {
    background: none;
    display: inline-block;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    line-height: 100px;
    font-size: 32px;
    color: #4ac4f3;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    /* padding: 45px 25px; */
    height: 150px;
}

.partner-img {
    display: table !important;
}

    .partner-img span {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
    }

.icon-bg-squared img {
    max-width: 100%;
}

.icon-box.round-icon .icon-bg i {
    font-size: 50px;
    line-height: 100px;
    color: #4ac4f3;
}

.icon-box p {
    line-height: 26px;
}

.how-works {
    position: relative;
    overflow: hidden;
}

img.pr-works-img {
    max-width: 100%;
    z-index: 90;
    position: relative;
    height: auto;
}

.pr-objects .pr-objects-04 {
    position: absolute;
    top: 0%;
    right: -13%;
    border: 56px solid #4ac4f3;
    border-radius: 900px;
    height: 600px;
    width: 600px;
}

.pr-fadebounce {
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pr-objects .pr-objects-01 {
    position: absolute;
    bottom: 10%;
    left: 0;
}

.pr-objects .pr-objects-02 {
    position: absolute;
    top: 0%;
    right: 35%;
    z-index: -1;
}

.pr-objects .pr-objects-03 {
    position: absolute;
    top: 30%;
    right: 0;
}

.how-works p {
    line-height: 28px;
    margin-bottom: 15px;
}

p.sub-title.date:before {
    font-family: "Font Awesome 5 Free";
    font-display:swap;
    content: "\f133";
    margin-right: 5px;
}

p.sub-title.date {
    font-weight: 500;
    font-size: 12px;
}

.pr-software-demo {
    position: absolute;
    top: 50px;
    height: 100%;
    width: 50%;
    left: 0;
}

.pr-objects-software .pr-objects-01 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.pr-objects-software .pr-objects-03 {
    position: absolute;
    top: 0%;
    left: 10%;
    border: 40px solid #4ac4f3;
    border-radius: 900px;
    height: 600px;
    width: 600px;
    z-index: -1;
}

.pr-list li {
    margin-bottom: 15px;
    line-height: 26px;
}

.pr-font-15 {
    margin-bottom: 35px;
}

.pr-font-black{
    font-size:14px;
}
.software h2 {
    font-size: 34px;
    margin-bottom: 25px;
}

.pr-list li:before {
    margin-right: 10px;
    font-size: 22px;
    float: left;
    color: #48bfec;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-display:swap;
    font-weight: 900;
}

.grey-bg {
    background: #f5f7fb;
}

.dark-grey-bg {
    background: #eeedeb;
}

.pr-fancy-box {
    padding: 40px 15px 25px 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

    .pr-fancy-box .pr-icon {
        border-radius: 90px;
        display: inline-block;
        height: 86px;
        width: 86px;
        margin-bottom: 15px;
        line-height: 86px;
        text-align: center;
        color: #4ac4f3;
        background: #f4f4f4;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        font-size: 26px;
    }

.fancy-content p {
    line-height: 28px;
}
/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */
.banner-container img {
  max-width: 100%;
  height: auto;
}

/* BANNER MODÜLÜ SON */
/* VİTRİN MODÜLÜ */
.sidebar {
    background: white;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}

.sidebar-categories {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
}

.sidebar-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    font-display:swap;
}
.sidebar-item #sidebar-category-name {
	font-size:1.0rem;
}
.categories ul li {
    line-height: 32px;
}

.check-list ul > li label, .radio-list ul > li label {
    margin: 0px;
    padding: 7px 0 7px 20px;
    font-size: 13px;
    color: #444444;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}

.cat-price {
    padding: 0px 20px;
}

.check-list ul > li > label input, .check-list ul > li > span input, .radio-list ul > li > label input {
    display: none;
}

.check-list ul > li > label:before, .radio-list ul > li > label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 7px;
    left: 0px;
    content: "";
}

.check-list ul > li > label.select:after, .check-list ul > li > span input[type=checkbox]:checked + label:after {
    display: inline-block;
    content: "\f00c";
    color: #6eaee7;
    position: absolute;
    top: 7px;
    left: 2px;
    font-family: 'font awesome 5 free';
    font-display:swap;
    font-weight: 900;
}

.tabs-navigation ul {
    margin: 0;
    position: relative;
    margin-bottom: -2px;
}

.view-options li {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}

    .view-options li i {
        background: #fbfbfb;
        padding: 10px;
        color: #515151;
        border: 1px solid #dcd7d7;
        border-radius: 3px;
    }

    .view-options li:hover i, .view-options li.tab-active i {
        background: #4ac4f3;
        color: white;
        border: 1px solid transparent;
    }

.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.short-description {
    margin-top: 12px;
    margin-bottom: 10px;
}

.one-content .product-image {
    width: 35%;
    float: left;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 15px;
}

.one-content .product-info {
    width: 65%;
    float: left;
    position: relative;
    margin-top: 0;
    padding: 15px;
    text-align: left;
}

.one-content .product-container, .two-content .product-container {
    float: left;
    flex: inherit !important;
    max-width: none !important;
}

.one-content .product-container {
    width: 100% !important;
}

.one-content .product-item .action-hover {
    max-width: 50%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    border: 1px solid #f1eeee;
    border-bottom: 0;
    border-right: 0;
    background: #f5f7fb;
    border-top-left-radius: 12px;
    opacity: 1;
}

    .one-content .product-item .action-hover li:first-child {
    }

    .one-content .product-item .action-hover li {
        border: none;
        float: right;
    }

.one-content .product-price {
    display: inline-block;
    margin-top: 5px;
}

.two-content .product-container {
    width: 50% !important;
}

.user-cart {
    position: absolute;
    top: 50%;
    text-align: center;
    background: #f9f9f9;
    display: inline-block;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
}

.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
}

.product-container .product-image a img:last-child {
    display: none;
}

.product-container .product-image:hover .product-second-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

.product-item:hover .product-hover {
    display: none;
}

.product-label ul li {
    text-align: center;
    font-size: 12px;
    color: #7e7d7d;
    margin-bottom: 8px;
    padding: 8px 4px;
    text-shadow: 1px 1px white;
}

    .product-label ul li i {
        margin-bottom: 5px;
    }

    .product-label ul li img {
        max-width: 100%;
    }

.product-item .action-hover {
    z-index: 99;
    width: 100%;
    text-align: center;
}

    .product-item .action-hover ul li div {
        /*     display: none; */
    }

.product-item:hover .action-hover ul li div {
    display: inline-block;
    position: absolute;
}

.product-item .action-hover ul li div span {
    border-radius: 0px;
    padding: 7px 13px 5px 13px;
}

.product-item .action-hover li {
    display: inline-block;
    width: 50px;
    float: left;
    border: 1px solid #e9e9e9;
}

    .product-item .action-hover li:first-child {
        /* width: 55%; */
        border-left: 0;
    }

    .product-item .action-hover li a {
        padding: 0px 18px;
        position: relative;
        font-size: 13px;
        color: #444444;
        line-height: 43px;
        cursor: pointer;
        border-right: 1px solid #e3e6ec;
        border-bottom-right-radius: 5px;
    }

    .product-item .action-hover li:last-child a {
        border-right: 0 !important;
    }

    .product-item .action-hover li:last-child {
        border-right: 0;
    }

    .product-item .action-hover li .alert-error {
        line-height: 43px;
        cursor: move;
    }

        .product-item .action-hover li .alert-error i {
            margin-right: 5px;
            background: white;
            color: #f94646;
            width: 23px;
            height: 23px;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            font-size: 11px;
        }

    .product-item .action-hover ul li div span span, .product-item .action-hover li a span {
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 0.50px;
        padding: 0px 20px;
        position: absolute;
        bottom: 100%;
        color: rgba(0,0,0,0);
        background-color: rgba(255, 194, 41,0);
        -webkit-transition: all 0.4s ease 0.1s;
        transition: all 0.4s ease 0.1s;
        right: 0;
        border-radius: 3px;
        height: 35px;
        line-height: 35px;
    }

.product-item:hover .action-hover ul li div span span, .product-item:hover .action-hover ul li a span {
}

.product-item .action-hover ul li div span:hover span, .product-item .action-hover ul li a:hover > span {
    display: inline-block;
    color: white;
    background-color: #2d2c2d;
}

    .product-item .action-hover ul li div span:hover span:before, .product-item .action-hover ul li a:hover > span:before {
        color: rgb(255, 126, 0);
    }

.product-item .action-hover ul li div span i {
    padding-right: 0px;
}

.product-item .action-hover li div:hover, .product-item .action-hover li a:hover {
    color: white;
    background: #6eaee7;
}

.false {
    display: none !important;
}

.product-hover {
    z-index: 98;
    position: absolute;
    right: 15px;
    top: 60px;
}

.total-stock {
    text-align: center;
    background: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}

a.demo-link {
    display: inline-block;
    padding: 9px 20px;
    background: #4ac4f3;
    color: white;
    border-radius: 3px;
    margin-top: 10px;
    float: left;
}


.two-content a.demo-link {
    width: 100%;
}


.two-content .action-hover li {
    float: none;
    border: none;
    background: #f5f7fb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .two-content .action-hover li a {
        border: none;
    }

.four-list, .two-list {
    display: none !important;
}

#categories {
    max-height: 250px;
    overflow-y: scroll;
}

.sidebar ::-webkit-scrollbar {
    width: 14px;
}

.sidebar ::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

.sidebar-search input {
    background: #ffffff !important;
    width: 100% !important;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ebeef3;
    border-right: 0;
}

.sidebar-search .col {
    width: 100%;
    float: left;
    display: block;
    /* flex: auto; */
}

.search-button {
    background: #4ac4f3;
    border-radius: 0;
    height: 48px;
    padding: 18px 22px;
    border: 0;
    border-top-right-radius: 9px;
    /* border-bottom-right-radius: 9px; */
}

.tt-menu {
    padding: 12px;
    background: #f5f7fb;
    width: 100%;
    margin-bottom: 12px;
}

    .tt-menu h3 {
        color: #4ac4f3;
        margin-bottom: 12px;
    }

.tt-dataset-urun {
    margin-bottom: 15px;
}

.tt-suggestion .tt-hightlight {
    font-weight: 500 !important;
}

strong.tt-highlight {
    padding: 7px 0px;
    line-height: 28px;
    cursor: pointer;
}

.tt-suggestion {
    cursor: pointer;
}
/* VİTRİN MODÜLÜ SONU */

.product-container .product-image .product-second-image {
    /* opacity:0;
     */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-container .product-image:hover .product-first-image {
    /*opacity:0*/
}

.product-container .product-image:hover .product-second-image {
    opacity: 1;
}

.product-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.product-label ul li {
    text-align: center;
    font-size: 12px;
    color: #3c3a3a;
    margin-bottom: 8px;
    padding: 8px 4px;
    background: #f3f3f3;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 85px;
}

    .product-label ul li i {
        margin-bottom: 5px;
    }

    .product-label ul li img {
        max-width: 100%;
    }

.false {
    display: none !important;
}

ul.pagination li span {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    cursor: pointer;
}

    ul.pagination li span.select {
        background: #f9f9f9;
        color: #2a2828;
    }

    ul.pagination li span:hover {
        background: #f1f1f1;
    }

ul.pagination li:first-child span {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination .quantity {
    margin-top: 25px;
}

.dataPager span,
.dataPager a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* VİTRİN MODÜLÜ SONU */
/* ÜRÜN DETAYI BAŞLANGICI */

/*
.product-media-view {
  margin-bottom: 8px;
}
.product-media-view ul li {
  margin-right: 4px;
}
.product-media-view ul li a {
  font-weight: 500;
  padding: 8px 12px;
  display: inline-block;
  max-width: 33.3333%;
  border: 2px solid #565657;
  border-radius: 6px;
  background: transparent;
  transition: 350ms;
}
.product-media-view ul li a i {
  margin-right: 6px;
}
.product-media-view ul li a:hover {
  background: #4ac4f3;
  border-color: #4ac4f3;
  color: white;
}
*/
/* Product Detail Count Down */
.product-page .countdown-wrapper {
  float: left;
  width: 100%;
  padding: 8px 0px;
  border-bottom: 1px solid #e8e7e7;
}
.product-page .countdown-wrapper .countdown-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #4ac4f3;
  font-weight: 600;
}
.product-page .countdown-wrapper #pd-countdown {
  float: left;
  width: 100%;
}
.product-page .countdown-wrapper #pd-countdown .time {
  float: left;
  width: 100%;
  text-align: center;
}
.product-page .countdown-wrapper #pd-countdown .time-item {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  margin: 12px 6px;
  border-radius: 50%;
  font-weight: 500;
  background: #4ac4f3;
  color: white;
}
.product-page .countdown-wrapper #pd-countdown .time-item span {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1;
}
/* Product Detail Count Down End */
.prd-images-thumbs {
  width: 100%;
  float: left;
  text-align: left;
  margin: 20px 0;
}
.prd-images-thumbs a {
  display: inline-block;
  margin-bottom: 8px;
}

.prd-images img {
    width:100%;
    object-fit: contain;
}

.product-page-center {
  background-color: #f9f9f9;
  padding: 30px 30px 30px 30px;
  border-radius: 8px;
  color: #7b7b7b;
  float: left;
}

.product-name-detail {
  font-size: 18px;
  color: #4d4d4d;
}
.product-name-detail .pd-firsat {
  background: red;
  border-radius: 5px;
  color: white;
  padding: 3px 10px;
  position: relative;
  top: -1px;
}

.product-title {
  padding-top: 6px;
  padding-bottom: 14px;
}

ol.breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
  padding: 0;
}
ol.breadcrumb li a:after {
  content: "/";
  display: inline-block;
  margin: 0px 8px;
}
ol.breadcrumb li:last-child a:after {
  display: none;
}

.product-detail-edit {
  text-align: right;
}

.product-navigation {
  text-align: right;
}
.product-navigation .next, .product-navigation .prev {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
  font-size: 13px;
}

.description {
  padding: 15px;
  background-color: white;
}

.overview-list .alert-success,
.overview-list-cont {
  padding: 8px 25px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 32px;
  background: #3e3e3e;
  color: white;
  font-size: 12px;
}

.product-social {
  padding: 10px 10px;
  background-color: white;
  font-size: 13px;
}

.product-social ul {
  margin-bottom: 0;
}

.product-social ul li {
  display: inline-block;
  font-family: "poppins";
  width: 25%;
  float: left;
  font-display:swap;
}
.product-social ul li a {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.product-social ul li i {
  width: 35px;
  text-align: center;
  font-size: 22px;
}

.product-label-detail ul li {
  padding-right: 5px;
  margin-top: 15px;
}
.product-label-detail a {
    background-color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
    .product-label-detail a i {
        line-height: 35px;
    }

ul.product-price-list {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #616060;
  padding: 15px;
}
ul.product-price-list li {
  line-height: 32px;
  float: left;
  width: 100%;
}
ul.product-price-list li > div {
  display: inline-block;
  float: left;
}
ul.product-price-list li .bold {
  font-weight: 700;
  width: 30%;
  display: inline-block;
  float: left;
  position: relative;
}
ul.product-price-list li .bold:after {
  content: ":";
  position: absolute;
  right: 0;
  padding-right: 6px;
}

li.featured-price {
  font-weight: 700 !important;
  font-size: 22px;
  color: #3a3b3c;
}

.price-title {
  width: 30%;
  min-width: 120px;
}
.price-title:after {
  content: ":";
  float: right;
  padding-right: 6px;
}

.price-label {
  position: relative;
}

.price-discount {
  display: inline-block;
  position: absolute;
  left: 120%;
  top: 0;
}

ul.product-price-list > li span.discount div {
  float: left;
  margin-right: 5px;
  background-color: #f9f9f9;
  padding: 0px 10px;
  line-height: 32px;
  font-size: 11px;
  border-radius: 3px;
  color: #545353;
  letter-spacing: 1px;
  min-width: 100px;
  text-align: center;
}

ul.product-code {
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  color: #5f5e5e;
}
ul.product-code li {
  display: inline-block;
  padding-right: 10px;
}
ul.product-code li span:first-child {
  font-weight: 600;
}

.product-add {
  padding: 20px 0px;
  border-top: 1px solid #efefef;

}
.product-add li {
  float: left;
}

    .product-add .quantity-minus, .quantity-plus {
        width: 38px;
        text-align: center;
        font-size: 11px;
        padding: 1px 0px 0px 0px;
        cursor: pointer;
        display: block;
    }

li.quantity-piece {
  position: relative;
  width:100%;
  
}

.quantity-control {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 0px;
}

li.quantity-piece input {
  width: 100%;
  text-align: center;
  box-shadow: none;
  height: 45px;
  border: 1px solid #dddddd;
  border-radius: 32px;
}

.quantity-plus {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.quantity-minus {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.add-to-cart-detail {
  line-height: 45px;
  background: #4ac4f3;
  color: white !important;
  border-radius: 36px;
  cursor: pointer;
  border: none;
  width: 100%;
  font-size: 17px;
  text-align: center;
  transition: 350ms;
}
.add-to-cart-detail i {
  margin-right: 10px;
}
.add-to-cart-detail:hover {
  background: #3e3e3e;
}

.overview-list {
  padding: 20px 0px;
  border: 1px solid #e8e7e7;
  float: left;
  width: 100%;
  margin-top: 25px;
  border-left: 0;
  border-right: 0;
}
.overview-list li {
  display: inline-block;
}
.overview-list li a {
  position: relative;
  color: #3e3e3e !important;
  transition: 300ms;
}
.overview-list li a span {
  display: none;
}
.overview-list li a i {
  margin-right: 16px;
  width: 32px;
  text-align: center;
  background-color: white;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;

}

.overview-list li a:hover i {
  transform: scale(1.2);
}
.overview-list li a:hover span {
  display: block;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  min-width: 144px;
  background: #3e3e3e;
  text-align: center;
  color: white;
  border-radius: 22px;
  padding: 5px 8px;
  font-size: 10px;
  margin: 0 auto;
}
.overview-list .btn-danger {
  font-size: 11px;
}

.product-tabs .product-detail-tabs .tab-box {
  display: none;
  padding: 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #e8e8e8;
}
.product-tabs .product-detail-tabs .tab-box h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.product-tabs .product-detail-tabs .tab-box h3 {
  font-size: 20px;
}
.product-tabs .product-detail-tabs .tab-box ul li {
  display: block;
  line-height: 2;
  color: grey;
  
}
.product-tabs .product-detail-tabs .tab-box ul.customer li {
  padding-right: 0;
}
.product-tabs .product-detail-tabs .tab-box ul.customer li i {
  display: inline-block;
  margin-right: 6px;
  min-width: 16px;
}
.product-tabs .product-detail-tabs .tab-box ul.customer li:last-child {
  margin-top: 4px;
}
.product-tabs .product-detail-tabs .tab-box p {
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 5px;
  color: #7a7676;
 
}
.product-tabs .product-detail-tabs .tab-box:first-child {
  display: block;
}

.product-tabs .tabs-navigation ul li {
  display: inline-block;
}
.product-tabs .tabs-navigation ul li a {
  padding: 12px 20px;
  color: #2d2d2d;
  width: 100%;
}
.product-tabs .tabs-navigation ul .tab-active a {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  background-color: white;
}

.variant-control dl {
  margin-bottom: 15px;
}
.variant-control dl label {
  font-weight: 600;
  color: #5d5d5d;
  font-size: 13px;
}
.variant-control dl label img {
  width: auto;
  display: none;
}

.checklist-container li label {
  margin-right: 20px;
  padding-bottom: 0;
}
.checklist-container li input {
  margin-right: 2px;
}

.variant-upload label {
  margin: 0px 5px;
  font-weight: 400 !important;
}

.product-tabs {
  margin-top: 35px;
  width: 100%;
}

.degree-bar-container {
  background: #f3f3f3;
  border-radius: 8px;
  width: 90%;
}

.shop-degree-bar-cont li {
  position: relative;
  height: 25px;
}
.shop-degree-bar-cont li span {
  position: absolute;
  right: 0;
  top: -5px;
  font-weight: 300;
  color: #1b1a1a;
}

.shop-degree-bar {
  position: relative;
  background: #4ac4f3;
  height: 10px;
  border-radius: 8px;
}

.taksit-list-container tbody {
  width: 100%;
}

td.taksit-list {
  border-top: 0;
}

.taksit-list-container td {
  border-bottom: 0;
  border-top: 0;
}
.taksit-list-container td:empty {
  display: none;
}
.taksit-list-container td img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.productTags {
  border: 1px dashed rgba(0, 0, 0, 0.188);
  padding: 10px;
  border-radius: 15px;
  float: left;
  width: 100%;
}

#ulProductTags li {
  float: left;
  margin: 5px 5px 0 0;
  padding: 2px 14px;
  background: #afafaf;
  border-radius: 10px;
}
#ulProductTags li a {
  color: white;
}

.fast-cart-button {
  width: 100%;
  color: #fff !important;
  font-size: 17px;
  letter-spacing: 1px;
  background: #3fcb30;
  border: 1px solid #2db91e;
  border-radius: 36px;
  line-height: 31px;
  transition: 350ms;
}
.fast-cart-button i {
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.fast-cart-button:hover {
  background: #65e657;
  border: 1px solid #1f8115;
}

/* ÜRÜN DETAYI SONU */

/* HESABIM SAYFALARI */
.static-content {
  border: 1px solid #efeeee;
  border-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
  margin-top: 0 !important;
}
.static-content p {
  line-height: 24px;
}
.static-content.border-top-allow {
  border-top: 1px solid #efeeee;
}

.account-menu ul > li {
  position: relative;
}
.account-menu ul > li ul.dropdown-menu {
  padding: 10px !important;
}
.account-menu ul > li ul.dropdown-menu li {
  margin-bottom: 6px;
}

.user-address-box {
  padding: 15px;
  background: #f7f7f7;
  min-height: 200px;
  border: 1px dashed #dad7d7;
}

.new-address-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 36%;
}

.address-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.address-button {
  position: absolute;
  bottom: 12px;
  text-align: right;
  font-size: 12px;
}
.address-button a {
  font-size: 13px;
  color: white !important;
}

.address .tab-box {
  display: none;
}
.address .tab-box:first-child {
  display: block;
}

.address-tab-container {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding: 20px;
}

.date {
  position: relative;
}

.input-group div {
  right: 0 !important;
  left: inherit !important;
  top: 35px !important;
}

.input-group.date span {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.input-group.date span input {
  border: 1px solid #d6d6d6;
  padding: 8px;
  border-radius: 4px;
}
.input-group.date span input + input {
  position: absolute;
  right: -4px;
  top: 0;
}

tr.group.shopTitle {
  background: #f7f7f7;
}

.compareTable h5 {
  font-size: 14px;
  margin: 0;
}

.compareHeader {
  position: relative;
  height: 234px;
}

td.compareTd table.compareTable .compareHeader {
  height: 210px;
}

.compareEraseButton {
  position: absolute;
  right: 15px;
  top: 10px;
}

.TablePoints {
  position: relative;
}

.compareHeader h4 {
  margin-bottom: 55px;
  margin-top: 38px;
}

td.compareTd {
  vertical-align: top;
}

tr.compareProductShipping {
  height: 150px;
}

tr.compareListAddCart, tr.compareProductPoint, tr.otherPropertyTitle, tr.breifDescription {
  height: 63px;
}

tr.compareListAddCart {
  height: 61px;
}

td.compareTable-priceCell {
  min-width: 100px;
}

.comparePrdTitle {
  overflow: hidden;
  margin-bottom: 0;
  height: 45px;
}

.comparePrdImg {
  height: 150px;
  width: 100%;
  object-fit: contain;
}

tr.otherProperty {
  height: 67px;
}

ul.shop-degree {
  user-select: none;
}
ul.shop-degree img {
  width: auto;
  padding-right: 10px;
}
ul.shop-degree li strong {
  font-weight: 500;
  padding-right: 5px;
  font-size: 13px;
  /*font-family: "rubik";*/
  font-display:swap;
}

ul.customer {
  border: 1px solid #efeeee;
  padding: 6px 20px;
  background: #fdfdfd;
  font-size: 13px;
  border-bottom: 0;
  display: inline-block;
}
ul.customer li {
  display: inline-block;
  padding-right: 15px;
  line-height: 35px;
}

.comment-box {
  padding: 20px;
  border: 1px solid #efefef;
}
.comment-box p {
  color: #252525 !important;
  font-size: 14px !important;
  margin: 10px 0px !important;
}
.comment-box li span {
  padding: 8px 0px;
  float: left;
  width: 100%;
  font-size: 12px;
}

.alternative-product-number {
  background: #f6f6f6;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.alternative-product-name a {
  font-size: 13px;
  color: #4d4d4d;
  padding-bottom: 10px;
}

.alternative-product-price, .alternative-product-old-price {
  display: inline-block;
  padding-right: 10px;
}

.alternative-product-old-price {
  text-decoration: line-through;
  color: #a3a2a2;
}

.alternative-product-price {
  font-weight: 500;
}

.alternative-product-price .discount {
  background: #28a745;
  border-radius: 4px;
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  margin-left: 4px;
}

.alternative-product-price .discount:after {
  line-height: 5px;
  font-family: "font awesome 5 free";
  font-display:swap;
  content: "\f0dd";
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-weight: 600;
}

.form-control-file {
  border: 1px solid #ced4da;
  padding: 10px;
}

#account-menu {
  border: 1px solid #ece9e9;
  padding: 10px;
  border-radius: 6px;
}
#account-menu > ul > li > a {
  font-weight: 500;
}

#account-menu > ul > li {
  margin-bottom: 15px;
}
#account-menu > ul > li > ul {
  padding: 12px;
  border: 1px solid #eaeaea;
  margin-top: 10px;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-display:swap;
  border-collapse: collapse;
  width: 100%;
}
#customers td,
#customers th {
  border: 1px solid #efefef;
  padding: 8px;
}
#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}
#customers tr:hover {
  background-color: #ddd;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4ac4f3;
  color: white;
}

.balance_back {
  width: 50%;
}

.key_back {
  width: 50%;
}

.pbx_extensions {
  width: 50px;
  height: 50px;
  margin: 5px;
}

.pbx_extensions_td {
  text-align: center;
  font-size: 24px;
  padding: 10px;
}

.pbxstyle1 {
  padding: 10px;
  width: 25%;
}

.pbxstyle2 {
  height: 150px;
  display: block;
  margin: 10px 0;
  background-color: #fbfbfb;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pbxstyle2 tbody {
  height: 150px;
  width: 100%;
}
.pbxstyle2 tr {
  height: 75px;
  width: 100%;
}

.pbxstyle5 {
  align: center;
}

/* HESABIM SAYFALARI SONU */
/* ÜYE GİRİŞ VE KAYIT OL SAYFA BAŞLANGICI */
.login-form .btn-link {
  padding: 0px 8px;
  font-size: 13px;
}

.register-page, .login-page {
  border: 1px solid #f1f1f1;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.register-page h1 {
	font-weight:400;
	font-size:1.5rem;
}

.register-form ul li {
  position: relative;
}

.register-form ul .form-group > label {
  display: none;
}

.login-page .form-group {
  margin-bottom: 1rem;
  position: relative;
}

.user-type tr {
  float: left;
  padding: 5px 0px;
  position: relative;
  font-size: 16px;
}

.user-type {
  padding: 8px 15px;
}

.user-type tr input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  opacity: 0;
}
.user-type label {
  margin-bottom: 0;
}

.captcha label {
  display: block;
  font-size: 12.5px;
}

.user-type tr:last-child label {
  margin-right: 0;
}

.captha, .captha-2 {
  position: relative;
}
.captha img, .captha-2 img {
  position: absolute;
  right: 0px;
  top: 0;
  height: 33px;
  width: auto;
  border-radius: 4px;
  z-index: 97;
}

.captha-2 img {
  top: auto;
  bottom: 0;
}

.register-btn {
  min-width: 160px;
  padding: 0;
  line-height: 42px;
  background: #4ac4f3;
  color: white;
  border: 2px solid #6aa9e1;
  border-left: 0;
}
.register-btn:before {
  content: "\f234";
  font-family: "font awesome 5 free";
  font-display:swap;
  float: left;
  line-height: 42px;
  width: 56px;
  color: white;
  border-right: 1px solid rgba(0, 0, 0, 0.109);
  font-weight: 900;
}
.register-btn:hover {
  background: #5c99d0;
  color: white;
}

.privacy-popover {
  padding: 0px 5px;
  margin-top: -3px;
}

.facebook-register label {
  float: left;
}

.facebook-register label a,
.captcha label a {
  color: #307bbe;
  font-size: 13px;
  font-family: "poppins";
  font-display:swap;
  font-weight: 500;
}

.facebook-register > p {
  margin-bottom: 20px;
  border: 1px solid #efebeb;
  padding: 20px;
}

.register-icons li span {
  font-size: 32px;
  float: left;
  text-align: center;
  line-height: 50px;
}

.register-icons .icon-item {
  margin-bottom: 20px;
}

.register-icons .icon-content {
  padding-top: 5px;
}
.register-icons .icon-content p {
  font-size: 13px;
  color: #404040;
  font-weight: 300;
}

ul.register-icons {
  border: 1px solid #f3f3f3;
  border-top: 0;
  padding: 25px 0px;
}

.title-type-4.mb-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 4px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */
/* İLETİŞİM SAYFASI */
.contact ul li {
  margin-bottom: 22px;
  display: block;
  width: 100%;
  float: left;
}
.contact ul li i {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background: #f6f6f6;
  line-height: 55px;
  font-size: 18px;
  border-radius: 50%;
  color: #4ac4f3;
  text-align: center;
  float: left;
  margin-right: 15px;
  -webkit-column-break-before: 45px;
}
.contact ul li .inner-table {
  display: table;
}
.contact ul li .inner-table span {
  display: table-cell;
  vertical-align: middle;
}

.dynamic-form input[type=radio], .dynamic-form input[type=checkbox] {
  width: 18px;
  display: inline-block;
  height: 18px;
  float: left;
  margin-right: 5px;
}

/* İLETİŞİM SAYFASI SON */
/* FOOTER BAŞLANGICI */
footer {
    background-color: #f6f6f6;
    color: #131313;
    padding-top: 55px;
}

#newsletter-content h3 {
    font-size: 24px;
    margin: 4px 0px;
    color: #606061;
}

#newsletter-content p {
    font-size:14px;
    font-display:swap;
}

.news-inputs {
    position: relative;
}

.add-button {
    right: 0 !important;
    height: 55px;
    background: #0b4b7a;
    color: #fff;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    width: 20%;
    font-family: 'Dosis', sans-serif;
    position: absolute;
    cursor: pointer;
}

    .add-button:hover {
        background: #464646;
    }

.newsletter-input {
    height: 55px;
    line-height: 48px;
    border: 1px solid #e1e1e1 !important;
    border-width: 2px 0 2px 2px;
    text-align: left;
    width: 85% !important;
    text-indent: 25px;
    color: #131313;
}

#nav-menu-social {
    padding: 0;
}

.footer-social .navbar-nav {
    text-align: left;
    width: 100%;
    display: block;
}

.footer-social .nav-social-menu {
    padding: 0;
    margin-top: 15px;
}

.footer-social h3 {
    font-weight: 600;
    padding: 0;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.footer-social li {
    display: inline-block;
}

    .footer-social li a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        background-color: white;
        padding: 0;
    }

        .footer-social li a i {
            line-height: 40px;
            color: #343333;
        }

        .footer-social li a:hover {
            background: #303030;
        }

            .footer-social li a:hover i {
                color: white;
            }

.footer-cards {
    font-size: 30px;
}

.footerBottom {
    background-color: #f1f1f1;
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
}

    .footerBottom a {
        font-size: 14px;
    }

.footer_ref {
    text-align: right;
}

/* FOOTER SONU */
/* CALENDAR */
div[id*=calendar],
div[id*=calendar] table tbody tr:nth-child(1),
div[id*=calendar] table tbody tr:nth-child(1) td {
  background: #354052 !important;
  font-size: 12px !important;
  top: 37px !important;
  left: 35px !important;
}

div[id*=calendar] table td {
  font-size: 12px !important;
  padding: 3px;
}

/* CALENDAR */
.select-content select {
  height: 65px;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  border: none;
  outline: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #4d4d4d;
  border-radius: 0;
  margin: 0;
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/right-arrow.png) no-repeat scroll top right white;
  -webkit-filter: brightness(1.02);
  padding: 0 20px 0 0;
  font-family: "Rubik", sans-serif;
  min-width: 160px;
  font-display:swap;
}

.spare-search {
  position: relative;
}
.spare-search input {
  width: 100%;
  margin: 0px !important;
  box-shadow: none !important;
  padding: 0px !important;
  background: #ffffff !important;
  border: none !important;
  height: 65px !important;
  border-radius: 0 !important;
  text-indent: 25px;
  font-size: 14px !important;
  color: #4d4d4d !important;
}

.filterButton {
  position: absolute;
  right: 0;
  top: 0;
  background: #4ac4f3;
  width: 50px;
  height: 65px;
  padding: 25px 0px;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
}


/*ARAMA YAPMA AutoCompleteExtender TASARIMI*/
.autocomplete_completionListElement {
  visibility: hidden;
  background-color: #223e66;
  color: windowtext;
  border: buttonshadow;
  cursor: default;
  overflow: auto;
  /*height: 200px;*/
  text-align: left;
  list-style-type: none;
  border-style: solid;
  border-width: 1px;
  margin: 0;
}

.autocomplete_highlightedListItem {
  background-color: #ff9;
  color: #4d4d4d;
  padding: 1px;
}

.autocomplete_listItem {
  background-color: #223e66;
  color: white;
  padding: 1px;
}

/* Fiyat Sorunuz Stil */

.ask-price-lbl {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 3px 1.25rem;
  text-align:center;
}
.ask-price-lbl:before {
  font-family: "font awesome 5 free";
  font-display:swap;
  font-weight: 900;
  content: "\f12a";
  margin-right: 5px;
}

.product-page .ask-price-lbl {
  margin: 15px 0;
  padding: 0.5rem 1.25rem;
  width:100%;
  
}

#categorydetails2 img,
#categorydetails1 img,
#categorydetails3 img {
  max-width: 100%;
  height: auto;
}

#categoryslider .owl-dots {
  position: relative;
  margin-top: -25px;
}

.center-middle-center {
  padding: 0 0;
}

#whatsapp {
  position: fixed;
  bottom: 50%;
  right: 0px;
  margin: 4px;
  z-index: 998;
}

.billing-popup .title-type-2 span {
  line-height: 36px;
  margin-bottom: 0;
}

.overview-list-cont {
  position: relative;
  border: 0;
}

.overview-button-toggle {
  cursor: pointer;
}

.overview-list-dropdown {
  position: absolute;
  z-index: 999;
  border: 1px solid #e9e9e9;
  top: 39px;
  left: -10px;
  width: 160px;
  padding-top: 10px;
  background-color: #fff;
  display: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.overview-list-dropdown .overview-list-ul {
  background-color: #fff;
  overflow-y: auto;
  max-height: 155px;
  width: 100%;
  padding: 0px 10px;
}
.overview-list-dropdown .overview-list-ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 3px;
  color: #3e3e3e;
  text-align: left;
}
.overview-list-dropdown .overview-list-ul li input[type=checkbox] {
  margin-right: 5px;
  float: left;
  margin-top: 0px;
  width: 13px;
  margin: 4px 0 0;
  line-height: normal;
}
.overview-list-dropdown .overview-list-ul li span {
  width: calc(100% - 13px);
  padding-left: 6px;
}
.overview-list-dropdown .overview-list-ul li.bBorder {
  border-bottom: 1px solid #e9e9e9;
}
.overview-list-dropdown #productFavoriteList > li {
  display: inline-block;
  width: 100%;
}
.overview-list-dropdown #productFavoriteList > li > input {
  float: left;
}
.overview-list-dropdown #productFavoriteList > li > span {
  float: left;
}
.overview-list-dropdown #productFavoriteList > li > span > a {
  width: 100%;
  margin-left: 3px;
}
.overview-list-dropdown .new-wish-list {
  padding: 10px;
}
.overview-list-dropdown .new-wish-list a i {
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 5px;
  margin-left: 3px;
  padding-right: 3px !important;
  color: inherit;
}
.overview-list-dropdown .new-wish-list a div {
  display: inline;
  color: inherit;
}
.overview-list-dropdown .new-wish-list-box {
  display: none;
}
.overview-list-dropdown .new-wish-list-box > input {
  width: 94%;
  margin: 0px 4px;
  border: 1px solid #ddd;
  outline: none;
  padding: 3px 0px 3px 3px;
  -webkit-transition: all 0.3s ease-in-out;
}
.overview-list-dropdown .new-wish-list-box .new-wish-list-btn {
  margin-bottom: 5px;
  text-align: center;
}
.overview-list-dropdown .new-wish-list-box .new-wish-list-btn > a {
  padding: 7px 14px;
  background-color: #f21822;
  color: #fff !important;
  font-size: 12px;
  width: 45%;
  margin: 0px auto;
  margin-top: 7px;
  cursor: pointer;
  border-radius: 3px;
  float: none;
}

.allNotifyContainer {
  background-color: #FFF;
}
.allNotifyContainer ul li {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
  padding: 10px;
}
.allNotifyContainer ul li a {
  float: left;
  width: 100%;
  display: block;
  color: #666;
}
.allNotifyContainer .allNotify {
  width: 100%;
}
.allNotifyContainer .allNotify > div {
  float: left;
}
.allNotifyContainer .allNotify > div > .mesageDate {
  color: #999;
  font-size: 11px;
  text-align: right;
  float: right;
}
.allNotifyContainer .allNotify > div:nth-child(2) {
  width: 95%;
  margin-top: 6px;
}
.allNotifyContainer .allNotify > div:nth-child(2) > div:nth-child(1) {
  float: left;
}
.allNotifyContainer .notifyline {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  font-weight: bold;
  background: #eee;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.allNotifyContainer .notifyline.nOrder {
  background: #6e6e30;
}
.allNotifyContainer .notifyline.nSupport {
  background: #e5b33a;
}
.allNotifyContainer .notifyline.nDispatch {
  background: #ffc229;
}
.allNotifyContainer .notifyline.nCampaign {
  background: #9a9acc;
}
.allNotifyContainer .notifyline.nStockAlarm {
  background: #d3d278;
}
.allNotifyContainer .notifyline.nPriceAlarm {
  background: #ce4453;
}

.bg-black {
  background-color: #4d4d4d;
}


.footer-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.footer-notice.hidden {
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
}
.notice-buttons .btn {
    padding: 5px 10px;
}
.notice-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.notice-text,
.notice-buttons {
  margin-top:8px;
}

.notice-text {
  width: calc(100% - 85px);
}
.notice-text a {
  text-decoration: underline;
  color: #fff;
}

a.notice-close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  outline: none;
}
a.notice-close:before, a.notice-close:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
a.notice-close:before {
  transform: rotate(45deg);
}
a.notice-close:after {
  transform: rotate(-45deg);
}

.iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payment-page .form-group {
  position: relative;
}
.payment-page .payment-table {
  border: none;
}
.payment-page .payment-table td {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  padding: 10px;
}
.payment-page .payment-table td img {
  width: 100%;
  height: 45px;
  object-fit: contain;
  margin: 8px 0;
}
.payment-page .absolute-validator {
  font-size: 16px !important;
  color: red;
  height: 32px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: -10px;
  flex-flow: row wrap;
  line-height: 1;
}
.payment-page select + .absolute-validator {
  right: 5px;
}
.payment-page input[type=text] + .absolute-validator {
  right: -10px;
}
.payment-page ul > li.form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.whatsapp-icon-button {
  position: fixed;
  right: 30px;
  bottom: 50px;
  transform: rotate(0deg);
  z-index: 99;
}

.whatsapp-icon-button a {
  background: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
}

.whatsapp-icon-button i {
  color: #fff;
  font-size: 34px;
}

/*Aktif Filtre (Ürün Vitrin)*/
.categoryFilterList .src-result2 {
  display: inline;
}

.categoryFilterList > div > span {
  float: left;
  background-color: #fff;
  padding: 8px 15px;
  margin: 0px 5px 5px 0px;
}

.filter-all-clear {
  color: #0066c0;
  cursor: pointer;
  padding: 10px 15px;
  box-shadow: none !important;
}

.categoryFilterList .src-result2 > span {
  padding: 8px 25px;
  display: inline-block;
  position: relative;
  border-right: 1px solid #d6d5d5;
  /* border-radius: 4px; */
  margin: 0px 5px 5px 0px;
  background: #ececec;
}

.categoryFilterList .src-result2 i {
  position: absolute;
  right: -1px;
  top: 0px;
  background: #ef5454;
  padding: 4px 6px;
  color: white;
  /* border-radius: 3px; */
  font-size: 12px;
  cursor: pointer;
}

.sellerPoint {
  font-size: 11px;
  color: #999;
  line-height: 12px;
}

/*Aktif Filtre (Ürün Vitrin) SON*/
.input-group.date span input[type=text] {
  width: 100%;
}

.bulk-upload #imgProduct {
  max-width: 100%;
}

.widget-products.campaign .tabs-navigation ol li {
  float: left;
}

.widget-products.campaign .tabs-navigation ol li input {
  position: absolute;
  opacity: 0;
}

.widget-products.campaign .tabs-navigation ol li label {
  width: auto;
  height: 30px;
  background: white;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0 14px;
  cursor: pointer;
}

.widget-products.campaign .tabs-navigation ol li input[type=radio]:checked + label {
  background: #4ac4f3;
  color: #fff;
}
/*
.currency-module-title {
  margin-bottom: 4px;
  border-bottom: 2px solid #4ac4f3;
}

.currency-module-title span {
  display: inline-block;
  background: #4ac4f3;
  padding: 0px 30px;
  line-height: 55px;
  height: 55px;
  color: white;
  display: inline-block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.currency-module .dataTable table {
  margin: 12px 0;
  display: inline-block;
}

.currency-module .dataTable tr {
  line-height: 24px;
  font-weight: 600;
}
*/
.static-content2 {
  border: 1px solid #efeeee;
  border: 1px solid;
  margin: 0px;
  padding: 20px 0;
}

.sale-page .title-type-2 {
  padding: 13px;
}

.sale-page .static-content {
  padding-right: 10px;
  padding-left: 10px;
}

.sale-page label {
  width: 100%;
  margin-top: 15px;
}

.sale-info .form-control {
  width: 50%;
  float: left;
}

.sale-label {
  margin-top: 6px !important;
}

.sale-label label {
  margin-top: 3px !important;
  width: 50% !important;
}

.all-categories2 {
  border: 1px solid #efefef;
  padding-bottom: 30px;
}
.all-categories2 > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.all-categories2 > ul > li {
  width: calc(20% - 15px);
  display: inline-block;
  float: left;
}
.all-categories2 > ul > li > a {
  font-weight: 600;
  border-bottom: 1px solid #868686;
}
.all-categories2 > ul > li > ul {
  overflow-y: auto !important;
  overflow: scroll;
  max-height: 150px;
}
.all-categories2 > ul > li > ul > li {
  width: 100%;
  display: inline-block;
}
.all-categories2 > ul > li > ul > li a, .all-categories2 > ul > li > ul > li li {
  line-height: 20px;
}
.all-categories2 > ul > li > ul > li li {
  padding-left: 8px;
}
.all-categories2 > ul > li > ul::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.all-categories2 > ul > li > ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.all-categories2 > ul > li > ul::-webkit-scrollbar-thumb {
  background-color: #4ac4f3;
}

.calenderpopup-class input[type=text].form-control {
  background: #fff !important;
}

.calenderpopup-class input[type=button] {
  height: 33.5px !important;
}

.account-title {
  background: #4ac4f3 !important;
  border-radius: 5px 5px 0 0;
  min-height: 55px;
  line-height: 55px;
  color: white;
  font-size: 17px;
  /*font-family: "rubik";*/
  font-weight: 500;
  font-display:swap;
}

.account-title .title-type4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}

.account-info ul li ul li, .account-user {
  display: block;
  width: 100%;
  border: 1px solid #efefef;
  padding-left: 14px;
  height: 40px;
  line-height: 40px;
}

.account-user {
  font-weight: 600;
}

.account-user i {
  padding-right: 10px;
}

.title-type-6 {
  font-size: 20px;
  padding: 10px;
  background: #ededed;
}

#brands li a img {
  height: 145px;
  object-fit: contain;
}

#brands li .store-name-logo {
  font-size: 75px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.shopNameFirstLetterColor,
.store-name-logo.shopNameFirstLetterColor {
  color: orange !important;
}

.shopNameFirstLetterColor1,
.store-name-logo.shopNameFirstLetterColor1 {
  color: red !important;
}

.shopNameFirstLetterColor2,
.store-name-logo.shopNameFirstLetterColor2 {
  color: blue !important;
}

.shopNameFirstLetterColor3,
.store-name-logo.shopNameFirstLetterColor3 {
  color: green !important;
}

.brand-list-page li {
  margin: 15px 0 0 0 !important;
  float: none !important;
  border: none !important;
}
.brand-list-page li:hover {
  background: transparent !important;
}

.brand-list-page li .brand-container {
  border: 1px solid #ebeaea;
  float: left;
  width: 100%;
}


.partner-login {
    float: left;
    line-height: 40px;
    padding-right: 20px;
}

    .partner-login i {
        font-size: 22px;
        float: left;
        line-height: 40px;
        margin-right: 5px;
    }

.favorite-list a i, .user-menu button i {
    margin-right: 8px;
    color: #777a7c;
    width: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.mail-address span {
    font-size: 13px;
    line-height: 40px;
}

.mail-address i {
    font-size: 18px;
    line-height: 38px;
    float: left;
    margin-right: 8px;
}

.phone span {
    line-height: 40px;
}

.phone i,.whatsapp i,.mail i {
    font-size: 20px;
    float: left;
    line-height: 32px;
    margin-right: 8px;
    margin-top:4px;
    transform: rotate(360deg);
    color: #4ac4f3;   
}


    .my-cart-item i {
        font-size: 21px;
        color: #8c8c8c;
        line-height: 40px;
    }

.button {
    color: #fff;
    cursor: pointer;
    padding: 10px 10px;
    font-weight: 500;
    border: none;
    position: relative;
    background: #0b4b7a;
    font-display:swap;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 99;
    letter-spacing:1px;	
    opacity:1;
    width: auto;	
	
}

    .button.button-white {
        color: #333;
        background: #fff;
    }

.dark-button {
    background: #2c2d2e;
}

    .dark-button:hover {
        background: white !important;
        color: black !important;
    }

.button-white:hover {
    background: white;
    color: #2c2d2e;
}

.button:hover, .button:focus {
    color: #ffffff;
    background: #333333;
}

.header-menu .navbar-nav .nav-item a {
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: sans-serif;
    font-display:swap;
    color: #333;
    /* padding: 6px 15px; */
}

.header-menu .navbar-nav .dropdown-menu a:hover {
    /* background: #4ac4f3; */
    /* color: white; */
    text-decoration: underline;
}

.header-menu .navbar-nav .dropdown-menu a {
    font-size: 0.85em;
    padding: 6px 15px;
    line-height: 27px;
    background: none;
    border-bottom: 1px solid #f7f7f7;
}

    .header-menu .navbar-nav .dropdown-menu a:last-child {
        border-bottom: 0;
    }
/* TAB POSTER MODÜLÜ */
.partner-section .heading-title .title, .heading-title p {
    text-align: center;
}

.explain-section .owl-nav.disabled + .owl-dots {
}

.tabs-stage {
    overflow: hidden;
}

ul.tabs-nav {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}

    ul.tabs-nav li {
        display: inline-block;
    }

        ul.tabs-nav li a {
            padding: 0px 30px;
            border-bottom: 2px solid transparent;
            line-height: 75px;
        }

            ul.tabs-nav li a:before {
                font-size: 40px;
                float: left;
                padding-right: 10px;
                color: #505051;
            }

    ul.tabs-nav .tab-active a:before {
        color: #4ac4f3;
    }

    ul.tabs-nav li.tab-active a {
        background-color: #f5f7fb !important;
        border-bottom: 2px solid #4ac4f3;
    }

.explain-section h1 {
    font-family: 'raleway';
    font-display:swap;
    margin-bottom: 25px;
}

.explain-section p {
    line-height: 28px;
    margin-bottom: 20px;
}

    .explain-section p a {
        display: inline-block;
        font-weight: 300;
        font-family: 'raleway';
	font-display:swap;
    }

.verticalBlock {
    margin-top: 55px;
}

/* TAB POSTER MODÜLÜ */
/* İSTATİSTİKLER BAŞLANGICI */
.istatistik {
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-origin: initial;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-image: url(../images/07.webp);
    background-attachment: fixed;
    z-index: 0;
    color: white;
}

    .istatistik h3 {
        float: left;
        vertical-align: middle;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .istatistik:after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        background: rgba(74, 196, 243, 0.9);
    }

.counter-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    position: relative;
    color: white;
}

.istatistik h1, .istatistik h2 {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.counter-info p {
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.counter-info-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

img.center-block {
    margin-top: -15px;
    margin-bottom: -100px;
}

@media (max-width: 1366px) {
    img.center-block {
        max-width: 100%;
    }
}

h3.flaticon-user {
    float: left;
    line-height: 80px;
    padding-right: 15px;
    color: white;
    font-size: 55px;
    margin: 0;
}

.count-outer {
    float: left;
}

    .count-outer .count {
        font-size: 32px;
        font-weight: 600;
        float: left;
        width: 100%;
    }

.istatistik .text {
    font-weight: 300;
}
/* İSTATİSTİKLER SONU */
/* PAKETLER BAŞLANGICI */
.package-section ul.tabs-nav {
    background: #f7f7f7;
    margin-top: 0;
}

    .package-section ul.tabs-nav li {
        position: relative;
    }

     .package-section ul.tabs-nav li.tab-active:after {
            content: "\f0dd";
            font-family: "Font Awesome 5 Free";
	    font-display:swap;
            font-weight: 900;
            position: absolute;
            bottom: -11px;
            left: 0;
            right: 0;
            font-size: 24px;
            color: #4ac4f3;
	    font-display:swap;
        }

     .package-section ul.tabs-nav li a:before {
            content: "01";
            background: #ffffff;
            width: 40px;
            height: 40px;
            float: left;
            line-height: 40px;
            margin: 18px 8px;
            text-align: center;
            padding: 0;
            border-radius: 100%;
            color: #4a4747;
            font-size: 24px;
        }

    .package-section ul.tabs-nav .tab-active a:before {
        background: #4ac4f3;
        color: white;
    }

    .package-section ul.tabs-nav li:first-child a:before {
        content: "01";
    }

    .package-section ul.tabs-nav li:nth-child(2) a:before {
        content: "02";
    }

    .package-section ul.tabs-nav li:nth-child(3) a:before {
        content: "03";
    }

    .package-section ul.tabs-nav li:last-child a:before {
        content: "04";
    }


/* ----PAKETLER KARŞILAŞTIRMA TABLOSU*/

ul.proticaret-price {
    padding: 40px 15px;
}

    ul.proticaret-price li {
        padding: 0;
    }

    ul.proticaret-price ul li {
        border-bottom: 1px solid #ddd;
        padding: 10px 5px;
        text-align: center;
        font-size: 14px;
        height: 45px;
        background: #ecf0f161;
        border-top: 1px solid #fff;
    }

        ul.proticaret-price ul li:nth-of-type(odd) {
            /* background: #ecf0f1; */
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #fff;
        }

    ul.proticaret-price li:nth-child(5) .package-title {
        height: 265px;
    }

    ul.proticaret-price > li:nth-child(5) {
        margin-top: -45px;
    }

.package {
    /* border-left: 0; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 2px;
}

.package-1:before {
}

.package-title {
    position: relative;
    padding: 0;
    text-align: center;
    height: 220px;
    background: #4ac4f3;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

a.paket-satin-al {
    position: absolute;
    line-height: 28px;
    bottom: 0;
    padding: 5px 5px;
    border-radius: 0;
    width: 120px;
    color: white;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: inline-block;
    float: none;
}

.package-title.heading {
    background: none;
    border: none;
}

strike {
    color: #ffffff;
    font-weight: 300;
}

.package-price {
    font-size: 16px;
    font-weight: 500;
}


.features ul span {
    background: #f3f5f6;
    color: #2e2e2e;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #fff;
    padding: 15px 12px;
    height: 50px;
    display: block;
    font-weight: 600;
    position: relative;
}

.features ul li {
    text-align: left !important;
}

.features ul.proticaret-price li:first-child .package-title {
    background: #f5f7fb;
    border: none;
}

.package-title.heading h2, .package-title.heading h3, .package-title.heading p {
    display: none;
}

ul.proticaret-price li:first-child ul li {
    /* background: #ecf0f1; */
    color: #383737;
    border-bottom: 1px solid #ede5e5;
    border-top: 1px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-display:swap;
    font-size: 13px;
}

    ul.proticaret-price li:first-child ul li:nth-of-type(odd) {
    }

ul.proticaret-price > li:nth-child(3) ul li:nth-of-type(odd) {
    /* background: #ecf0f1; */
}

ul.proticaret-price > li:nth-child(5) ul li {
    background: #ecf0f18a;
    border-bottom: 1px solid #e7e3e3;
    font-weight: 600;
}

ul.proticaret-price li ul {
}

h2.package-name {
    padding: 12px 0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
}

h2.package-list {
    padding-top:13px;
}

.package-title h2 {
    font-size: 20px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.package-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: white;
}
.package-price-lease > span {
    font-size: 16px;
    letter-spacing:0.5px;
    
}
.package-price-lease {
    font-size: 14px;
}


.package-title p {
    font-size: 13px;
}

p.package-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px 10px;
    background: #3eb8e7;
    display: none;
}

.features ul span:before {
    content: "+";
    width: 32px;
    height: 30px;
    color: #363636;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -32px;
    background: #dedede;
    top: 20%;
}

.features ul span.minus:before {
    content: "-" !important;
}

.equals ul span {
    background: #ecf0f1a3 !important;
    height: 50px;
    display: block;
    padding: 15px 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dadada;
}

ul.proticaret-price li ul li:last-child {
    border-bottom: 1px solid #e7e4e4 !important;
}

.features ul.feature-group-1 span {
    /* border-top-left-radius: 14px; */
}

.proticaret-price li:nth-child(2) .package-title {
    background: #54cabe;
    /* background: linear-gradient(-45deg, #41b163 16%, #10b9b8 90%); */
}

.package-1 h2.package-price {
    border-top: 1px solid #4c9a92;
}

.package-2 h2.package-price {
    border-top: 1px solid #fbad19;
}

.package-3 h2.package-price {
    border-top: 1px solid #72a0b7;
}

.package-4 h2.package-price {
    border-top: 1px solid #a56763;
}

.proticaret-price li:nth-child(2) .package-title .package-name {
    background: #4ab9ae;
    border-bottom: 1px solid #41bdb0;
    margin-bottom: 0;
}

.proticaret-price li:nth-child(3) .package-title {
    background: #f3a209;
}

    .proticaret-price li:nth-child(3) .package-title .package-name {
        background: #e69906;
        border-bottom: 1px solid #ca8c1b;
        margin-bottom: 0;
    }

.proticaret-price li:nth-child(4) .package-title {
    background: #82b5ce;
}

    .proticaret-price li:nth-child(4) .package-title .package-name {
        background: #7aadc6;
        border-bottom: 1px solid #8cb3c8;
        margin-bottom: 0;
    }

.proticaret-price li:nth-child(5) .package-title {
    background: #e07169;
}

    .proticaret-price li:nth-child(5) .package-title .package-name {
        background: #d06b63;
        border-bottom: 1px solid #d06b63;
        margin-bottom: 0;
    }
    
    .proticaret-price li:nth-child(6) .package-title .package-name {
    background: #51bce5;
    border-bottom: 1px solid #4ac4f3;
    margin-bottom: 0;
}

.package-compare li i.fas.fa-check-circle {
    color: #28a745;
    font-size: 22px;
    position: relative;
    top: -2px;
}
.package-compare li i.fas.fa-gift {
    color: orange;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.package-compare li i.fas.fa-times-circle {
    color: #dc3545;
    font-size: 22px;
    position: relative;
    top: -2px;
}

.package-favorite {
    font-size: 11px !important;
    background: #d06b63;
    margin-bottom: 0;
    padding: 31px 0 0px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 300 !important;
    letter-spacing: 1px;
}

    .package-favorite:before {
        font-family: "Font Awesome 5 Free";
	font-display:swap;
        font-weight: 900;
        content: "\f0d7";
        position: absolute;
        top: -16px;
        font-size: 30px;
        color: #ffffff;
        left: 45%;
    }

.package-title:after {
    font-family: "Font Awesome 5 Free";
    font-display:swap;
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    bottom: -17px;
    font-size: 30px;
    color: #54cabe;
    left: 45%;
}

ul.proticaret-price li:nth-child(3) .package-title:after {
    color: #f3a209;
}

ul.proticaret-price li:nth-child(4) .package-title:after {
    color: #82b5ce;
}

ul.proticaret-price li:nth-child(5) .package-title:after {
    color: #e07169;
}

ul.proticaret-price li:nth-child(1) .package-title:after {
    display: none;
}

.proticaret-price li:nth-child(6) .package-title {
    background: #4ac4f3;
}

.features ul.feature-group-1 span:before {
    content: "-" !important;
}

.features ul.feature-group-1 span.minus:before {
    content: "+" !important;
}

.icon-question {
    position: absolute;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    color: #9a9a9a;
}

    .icon-question:focus {
        outline: 0;
    }

.addtocart-button a {
    background: #54cabe;
}

.addtocart-button2 a {
    background: #f3a209;
}

.addtocart-button3 a {
    background: #82b5ce;
}

.addtocart-button4 a {
    background: #e07169;
}

    .addtocart-button a:hover, .addtocart-button2 a:hover, .addtocart-button3 a:hover, .addtocart-button4 a:hover {
        background: #444;
    }

.addtocart-button a, .addtocart-button2 a, .addtocart-button3 a, .addtocart-button4 a {
    /* margin: 5px 0px; */
    padding: 21px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-top: -2px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    width: 100%;
}

.addtocart-button, .addtocart-button2, .addtocart-button3, .addtocart-button4 {
    padding: 0 2px;
}

h2.package-price {
    padding-top: 20px;
}

/*PAKETLER BİTİŞ*/
/*PAKETLER MOBİL*/
ul.table-detail li {
    border-bottom: 1px solid #ededed;
    line-height: 30px;
}

.table-header, .table-body, .table-footer {
    padding: 30px 15px;
}

.table-header-section {
    background: #363636;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 24px;
    display: none;
}

.table-header-title {
    padding: 1.5rem 0;
    font-family: 'Raleway';
    font-display:swap;
    text-align: center;
}

.table-package-1 .table-header {
    background: #54cabe;
}

.table-package-2 .table-header {
    background: #f3a209;
}

.table-package-3 .table-header {
    background: #82b5ce;
}

.table-package-4 .table-header {
    background: #e07169;
}

.table-package-5 .table-header {
    background: #4ac4f3;
}

.table-title {
    color: #fff;
    font-family: 'Raleway';
    font-display:swap;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

.content-type h2 {
    font-size: 34px;
    margin: 10px 0px 20px 0px;
    color: #1d1d1d;
    font-weight: 500;
    position: relative;
    line-height: 1.2;
}

.bg-animate .rect1, .bg-animate .rect5 {
    position: absolute;
    top: 40%;
    left: 20px;
    -webkit-animation: mover 15s infinite linear;
    animation: mover 15s infinite linear;
}

.bg-animate .rect2 {
    position: absolute;
    left: 25%;
    top: 15%;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .4;
}

.content-type h4 {
    margin-bottom: 15px;
    margin-top: 30px;
}


.table-detail li:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-display:swap;
    font-weight: 900;
    color: #54cabe;
    margin-right: 5px;
}

.table-subtitle {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 10px;
}

.table-body {
    background: #fafafa;
}

.table-detail li:last-child {
    border-bottom: 0;
}

.table-prices {
    font-size: 26px;
    font-weight: 600;
    color: #444;
}

.table-footer {
  /*  font-family: 'Montserrat', sans-serif;
    font-display:swap;*/
    text-align: center;
    background: #fafafa;
}

.table-prices-order {
    display: inline-block;
    background: #54cabe;
    padding: 10px 30px;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.table-package-2 .table-prices-order {
    background: #f3a209;
}

.table-prices-order a {
    color: white;
}

.table-package-3 .table-prices-order {
    background: #e07169;
}

.table-package-4 .table-prices-order {
    background: #82b5ce;
}

.table-detail li:nth-child(odd) {
    font-weight: 600;
}

.table-package-1 .table-detail li:nth-child(2):before, .table-package-1 .table-detail li:nth-child(3):before, .table-package-1 .table-detail li:nth-child(4):before, .table-package-2 .table-detail li:nth-child(2):before {
    content: "\f00d";
    color: #F44336;
}

.table-body-section > div {
    border: 1px solid #efefef;
    margin-bottom: 30px;
}
/*PAKETLER MOBİL END*/
/*ÖZEL TEKLİF SAYFASI*/
.teklif li ul {
    padding: 20px;
    border: 1px solid #e8dede;
    border-top: 0;
    float: left;
    width: 100%;
}

    .teklif li ul li {
        float: left;
        width: 50%;
    }

.teklif li:nth-child(1) {
    flex: 100% !important;
    max-width: 100%;
}

.teklif li .title-type-2:before {
    content: "1";
    width: 19px;
    height: 19px;
    background: #4ac4f3;
    text-align: center;
    display: inline-block;
    line-height: 19px;
    border-radius: 50%;
    margin-right: 6px;
    color: white;
    font-family: 'Dosis';
    font-display:swap;
    font-weight: bold;
}

.teklif li:nth-child(1) {
    order: 1;
}

.teklif li:nth-child(12) {
    order: 2;
}

.teklif li:nth-child(2) {
    order: 3;
}

.teklif li:nth-child(3) {
    order: 4;
}

.teklif li:nth-child(4) {
    order: 5;
}

.teklif li:nth-child(5) {
    order: 6;
}

.teklif li:nth-child(6) {
    order: 7;
}

.teklif li:nth-child(7) {
    order: 8;
}

.teklif li:nth-child(8) {
    order: 9;
}

.teklif li:nth-child(9) {
    order: 10;
}

.teklif li:nth-child(10) {
    order: 11;
}

.teklif li:nth-child(11) {
    order: 12;
}

.teklif li:nth-child(13) {
    order: 13;
}

.teklif li:nth-child(14) {
    order: 14;
}

.teklif li:nth-child(13) textarea {
    height: 175px;
    border-radius: 0px;
}

.teklif li:nth-child(2) .title-type-2:before {
    content: "3";
}

.teklif li:nth-child(3) .title-type-2:before {
    content: "4";
}

.teklif li:nth-child(4) .title-type-2:before {
    content: "5";
}

.teklif li:nth-child(5) .title-type-2:before {
    content: "6";
}

.teklif li:nth-child(6) .title-type-2:before {
    content: "7";
}

.teklif li:nth-child(7) .title-type-2:before {
    content: "8";
}

.teklif li:nth-child(8) .title-type-2:before {
    content: "9";
}

.teklif li:nth-child(9) .title-type-2:before {
    content: "10";
}

.teklif li:nth-child(10) .title-type-2:before {
    content: "11";
}

.teklif li:nth-child(11) .title-type-2:before {
    content: "12";
}

.teklif li:nth-child(12) .title-type-2:before {
    content: "2";
}

.teklif li:nth-child(13) .title-type-2:before {
    content: "13";
}

.teklif li:nth-child(14) .title-type-2:before {
    content: "14";
}

.teklif .captha-2 {
    order: 20;
    position: relative;
    width: 100%;
}

.teklif li:first-child ul li {
    width: 25%;
}

li.captha-2 {
    position: relative;
}

.captha-2 img {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 15px;
    margin: 0;
    height: 37px;
    width: auto;
}

.dynamic-form .captha-2 img {
    right: 4px !important;
    width: 100px;
    height: auto !important;
    top: 4px;
}

li.captha-2 label {
    display: none;
}

/*ÖZEL TEKLİF SAYFASI BİTİŞ*/
#pagecountdiv {
    display: block;
}

ul.pagination li span {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    cursor: pointer;
    background: #fff;
}

    ul.pagination li span:hover {
        background: #f1f1f1;
    }

ul.pagination li:first-child span {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

ul.pagination li span.select {
    background: #f9f9f9;
    color: #2a2828;
}

.pagination .quantity {
    margin-top: 25px;
}

.askprice {
    float: left;
    width: 100%;
    margin-top: 25px;
}

    .askprice a {
        background-color: #4ac4f3;
        width: 30%;
        text-align: center;
        font-weight: 500;
        color: #fff;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.download a:not([href]):not([tabindex]) {
    color: white;
}

.kb-menu-title {
    background: #4ac4f3;
    padding: 14px 20px;
    color: white;
    font-size: 18px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.kb-categories {
    border: 1px solid #ebebeb;
    /* padding: 15px; */
    border-top: 0;
}

    .kb-categories > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999;
        background: white;
        min-width: 600px;
    }

    .kb-categories > ul > li > a {
        line-height: 44px;
        font-size: 14px;
        font-family: sans-serif;
	font-display:swap;
        border-bottom: 1px solid #e7e7e7;
        color: #343333;
        /* padding: 15px; */
    }

    .kb-categories > ul > li:hover ul {
        display: block;
    }

    .kb-categories > ul > li {
        position: relative;
        padding: 0px 15px;
    }

        .kb-categories > ul > li > ul > li > ul > li {
            width: 50%;
            float: left;
            padding: 5px;
        }

            .kb-categories > ul > li > ul > li > ul > li > a {
                border-bottom: 1px solid gray;
                padding-bottom: 12px;
                margin-bottom: 12px;
                font-size: 14px;
            }

.kb-search-content a {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

.kb-search-content {
    position: relative;
}

#kbcontent p {
    margin: 8px 0px;
    padding-bottom: 15px;
}

.review div, .review a {
    display: inline-block;
}

.review {
    text-align: center;
    /* margin-bottom: 50px; */
    opacity: 0;
}

    .review.package-review {
        text-align: left;
        margin-top: 20px;
        background: #f3f3f3;
        padding: 10px 20px;
    }

.product-detail-tabs #features-products ul > li {
    list-style: disc;
    list-style-position: inside;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.page-title h1 {
    text-align: center;
    margin-top: 20px;
    top: 5%;
}

.main-sub-title p {
    text-align: center;
    top: 63%;
}

.button-text {
    background: url(../images/right-arrow.png) no-repeat right center;
    padding-right: 40px;
}

.demo-buttons {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-around;
    padding: 25px 0;
}

    .demo-buttons a {
        background-color: #fff;
        padding: 40px 20px;
        line-height: normal;
        font-size: 36px;
        border-radius: 0;
        text-decoration: none;
        text-transform: none;
        color: #363e4e;
        letter-spacing: .03rem;
        box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 10px 20px 5px rgba(0,0,0,.1);
        display: inline-block;
        line-height: 20px;
        width: 350px;
        transition: .5s;
        text-align: center;
    }

        .demo-buttons a:hover {
            box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }


    .demo-buttons .admin-button {
        left: 150px;
    }

    .demo-buttons .frontend-button {
        right: 150px;
    }

.demo-image-wrapper {
    margin: 0px auto;
    position: relative;
}

    .demo-image-wrapper img {
        max-width: 100%;
    }

.demo-page {
    margin-bottom: 150px;
}

.feature-opener {
    display: none;
}
.feature-opener .fa-tag{
    color: green;
    font-size:16px;
    
}
.feature-opener strong{
    color: red;
    font-size:14px;
    
}

.feature-group-1 .feature-opener {
    display: block;
}



/* Sayfa Başlıkları */

.inner-banner {
  /*  background: url(../images/07_2.webp) no-repeat 1170px 266px;
    position: relative;
    background-attachment: fixed;
    background-position: center !important;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;*/
     text-align: center;
}

    .inner-banner:after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        background: rgba(36, 107, 173, 0.9);
        background: -moz-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(36, 107, 173, 0.9)), color-stop(100%, rgba(0, 200, 200, 0.9)));
        background: -webkit-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: -o-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: -ms-linear-gradient(-45deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        background: linear-gradient(135deg, rgba(36, 107, 173, 0.9) 0%, rgba(0, 200, 200, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad', endColorstr='#00c8c8', GradientType=1);
    }

    .inner-banner .container {
        position: relative;
        z-index: 2;
    }

    .inner-banner .contents {
        padding: 40px 0px;
    }

    .inner-banner h1 {
        color: #fff;
        font-size: 46px;
        margin-bottom: 20px;
        font-family: 'raleway';
	font-display:swap;
        font-weight: 300 !important;
    }

    .inner-banner p, .inner-banner p a {
        color: #f7f7f7;
        line-height: 28px;
        margin: 0;
        font-weight: 300;
    }

        .inner-banner p span {
            display: block;
        }
/*


/* HAKKIMIZDA - İÇERİK SAYFASI */

.sidebar .list {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .sidebar .list li {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding: 11px 0px 11px 29px;
    }

        .sidebar .list li:before {
            position: absolute;
            content: '';
            background: #60c5e4;
            width: 3px;
            height: 25px;
            left: 10px;
            top: 12px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .sidebar .list li.active:before {
            opacity: 1;
        }

        .sidebar .list li:hover:before {
            opacity: 1;
        }

        .sidebar .list li:last-child {
            border-bottom: none;
        }

        .sidebar .list li a {
            font-family: 'Titillium Web',sans-serif;
	    font-display:swap;
            color: #222;
            display: block;
            transition: all 500ms ease;
        }

        .sidebar .list li.active a {
            font-weight: 600;
        }

        .sidebar .list li:hover a {
            color: #60c5e4;
            transition: all 500ms ease;
        }

.sidebar-pro {
    border-radius: 0;
    margin-top: 100px;
    margin-bottom: 70px;
}

.service-detail {
    position: relative;
    padding: 0px 0px 0px 20px;
}

    .service-detail h3 {
        margin-bottom: 15px;
    }

    .service-detail .img-box img {
        width: 100%;
        height: auto;
    }

    .service-detail .service-detail-content .title {
        font-size: 30px;
        font-family: 'Titillium Web',sans-serif;
        line-height: 37px;
        color: #222;
        font-weight: 600;
        padding: 0px 10px 0px 0px;
        margin-bottom: 18px;
    }

.partner-content h5.title {
    font-size: 16px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 8px !important;
}

    .partner-content h5.title:after {
        content: "";
        width: 60px;
        background: #4ac4f3;
        position: absolute;
        height: 4px;
        left: 0;
        bottom: -2px;
    }

.sidebar-title {
    margin-top: 100px !important;
    margin-bottom: 20px !important;
}

    .sidebar-title a h1 {
        height: 40px;
        padding: 12px 0px 0px 22px;
    }

.service-detail .nav-tabs .nav-item .nav-link.active {
    background: #4ac4f3;
    color: #fff;
    border-color: transparent;
}

.service-detail .nav-tabs .nav-item .nav-link {
    background: #f9f9f9;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}

.service-detail .nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #ddd;
}

.service-detail .service-detail-content ul li {
    font-family: 'Open Sans',sans-serif;
    line-height: 28px;
    color: #848484;
    /* margin-bottom: 10px; */
}

.service-detail .service-detail-content ul {
    margin-bottom: 18px;
}


.service-detail .img-box {
    margin-bottom: 42px;
}

.service-detail .service-detail-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 26px;
    padding: 0px 0px 0px 0px;
}

    .service-detail .service-detail-content p a {
        display: inline-block;
    }

.service-detail .service-detail-content {
    position: relative;
    padding: 0px 0px 11px 0px;
}

.service-detail .lower-content .title {
    font-size: 22px;
    font-family: 'Titillium Web',sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin-bottom: 16px;
    margin-top: 25px;
}

.service-detail .lower-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

a.devam-et {
    background: #302e2e;
    margin: 0px auto;
    width: 130px;
    line-height: 34px;
    border-radius: 3px;
    color: white;
}

    a.devam-et:hover {
        background: #42d79e;
    }
/* HAKKIMIZDA - İÇERİK SAYFASI SONU */
ul.proticaret-price > li {
    width: 15%;
    position: relative;
}

    ul.proticaret-price > li.features {
        width: 24% !important;
    }

.package-compare .container-fluid {
    width: 90%;
    max-width: 1680px;
}

.html .package-compare ul {
    margin-top: 0px;
}
/* AÇIKLAMA TABLARI BAŞLANGIÇ*/
.soft-gray {
    background: #f9f9f9;
    padding: 90px 0px;
}

.explain-tab {
}

    .explain-tab .nav {
        padding-left: 15px;
    }

    .explain-tab .nav-pills {
        /* background: blue; */
    }

        .explain-tab .nav-pills .nav-link.active, .explain-tab .nav-pills .show > .nav-link {
            background: #4ac4f3;
            border-radius: 0;
            border-bottom: 1px solid transparent;
        }

        .explain-tab .nav-pills .nav-link {
            line-height: 40px;
            border-bottom: 1px dashed #ededed;
            border-radius: 0;
            background: #fdfdfd;
        }

    .explain-tab .tab-pane {
        line-height: 29px;
    }

        .explain-tab .tab-pane p {
            margin-bottom: 25px;
        }

        .explain-tab .tab-pane h2 {
            margin-bottom: 22px;
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 8px;
            line-height: 51px;
            font-size: 24px;
        }

        .explain-tab .tab-pane p a {
            display: inline-block;
            font-weight: 500;
            color: black;
        }

        .explain-tab .tab-pane p strong {
	    font-weight:700;
        }
/* AÇIKLAMA TABLARI SON*/
.special-offer .form-group .form-group-title:before {
    /* Increment "my-sec-counter" by 1 */
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    width: 19px;
    height: 19px;
    background: #4ac4f3;
    text-align: center;
    display: inline-block;
    line-height: 19px;
    border-radius: 50%;
    margin-right: 6px;
    color: white;
    font-family: 'Dosis';
    font-weight: bold;
}

.special-offer ul > li > ul {
    padding: 20px;
    border: 1px solid #e8dede;
    border-top: 0;
    float: left;
    width: 100%;
}

.special-offer > .static-content > ul > li > ul > li {
    width: 50%;
    float: left;
}

.special-offer > .static-content > ul > li:nth-child(3) > ul > li {
    width: 25%;
}

.special-offer .captha-2 img {
    right: 15px !important;
    top: 2px;
}

.special-offer > .static-content > ul > li textarea {
    height: 175px;
}

/* HAKKIMIZDA - İÇERİK SAYFASI */
.sidebar-page-container {
    position: relative;
    padding: 100px 0px;
}

.sidebar-page-container {
    position: relative;
    padding: 100px 0px;
}

.pb10 {
    padding-bottom: 10px !important;
}
.py-6 {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.sidebar-page-container .sidebar .list {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #e5e5e5;
    margin-bottom: 42px;
}

    .sidebar-page-container .sidebar .list li {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding: 11px 0px 11px 29px;
    }

        .sidebar-page-container .sidebar .list li:before {
            position: absolute;
            content: '';
            background: #60c5e4;
            width: 3px;
            height: 25px;
            left: 10px;
            top: 12px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .sidebar-page-container .sidebar .list li.active:before {
            opacity: 1;
        }

        .sidebar-page-container .sidebar .list li:hover:before {
            opacity: 1;
        }

        .sidebar-page-container .sidebar .list li:last-child {
            border-bottom: none;
        }

        .sidebar-page-container .sidebar .list li a {
            font-family: 'Titillium Web',sans-serif;
            color: #222;
            display: block;
            transition: all 500ms ease;
        }

        .sidebar-page-container .sidebar .list li.active a {
            font-weight: 600;
        }

        .sidebar-page-container .sidebar .list li:hover a {
            color: #60c5e4;
            transition: all 500ms ease;
        }

.sidebar-page-container .service-detail {
    position: relative;
    padding: 0px 0px 0px 20px;
}

.service-detail h3 {
    margin-bottom: 15px;
}

.sidebar-page-container .service-detail .img-box img {
    width: 100%;
    height: auto;
}

.sidebar-page-container .service-detail .service-detail-content .title {
    font-size: 30px;
    font-family: 'Titillium Web',sans-serif;
    line-height: 37px;
    color: #222;
    font-weight: 600;
    padding: 0px 10px 0px 0px;
    margin-bottom: 18px;
}

.partner-content h5.title {
    font-size: 16px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 8px !important;
}

    .partner-content h5.title:after {
        content: "";
        width: 60px;
        background: #4ac4f3;
        position: absolute;
        height: 4px;
        left: 0;
        bottom: -2px;
    }

.service-detail .nav-tabs .nav-item .nav-link.active {
    background: #4ac4f3;
    color: #fff;
    border-color: transparent;
}

.service-detail .nav-tabs .nav-item .nav-link {
    background: #f9f9f9;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}

.service-detail .nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #ddd;
}

.sidebar-page-container .service-detail .service-detail-content ul li {
    font-family: 'Open Sans',sans-serif;
    line-height: 28px;
    color: #848484;
    /* margin-bottom: 10px; */
}

.sidebar-page-container .service-detail .service-detail-content ul {
    margin-bottom: 18px;
}

    .sidebar-page-container .service-detail .service-detail-content ul li:before {
        /* content: "\f105"; */
        /* font-family: 'fontawesome'; */
        /* margin-right: 10px; */
    }

.sidebar-page-container .service-detail .img-box {
    margin-bottom: 42px;
}

.sidebar-page-container .service-detail .service-detail-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 26px;
    padding: 0px 0px 0px 0px;
}

    .sidebar-page-container .service-detail .service-detail-content p a {
        display: inline-block;
    }

.sidebar-page-container .service-detail .service-detail-content {
    position: relative;
    padding: 0px 0px 11px 0px;
}

.sidebar-page-container .service-detail .lower-content .title {
    font-size: 22px;
    font-family: 'Titillium Web',sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin-bottom: 16px;
    margin-top: 25px;
}

.sidebar-page-container .service-detail .lower-content p {
    font-family: 'Open Sans',sans-serif;
    color: #848484;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

a.devam-et {
    background: #302e2e;
    margin: 0px auto;
    width: 130px;
    line-height: 34px;
    border-radius: 3px;
    color: white;
}

    a.devam-et:hover {
        background: #42d79e;
    }
/* HAKKIMIZDA - İÇERİK SAYFASI SONU */
.accordion-pro .card {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin-bottom: 16px;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.accordion-pro .card-header {
    padding: 0 0 0 18px;
}

.accordion-pro h2 button {
    color: #444;
    font-weight: 600 !important;
    white-space: unset;
    text-align: left;
    font-size: 13px;
    padding: 13px 10px;
    border-bottom: 0;
}

.accordion-pro h2 i {
    color: #4ac4f3;
    margin-right: 10px;
}

/* Referanslar - Portfolyo
------------------------------------*/
.poster .container.lg {
    max-width: 1470px;
    margin: 50px auto 0;
}

.demo-wrapper {
    padding: 130px 0;
    background: #fbfbfb url(../images/landing-CTA-top.png) no-repeat bottom center;
    background-size: 100%;
}

    .demo-wrapper.white-bg {
        padding: 90px 0;
    }

    .demo-wrapper h2 {
        padding: 0 0 15px;
    }

    .demo-wrapper .container.lg {
        max-width: 1470px;
        margin: 50px auto 0;
    }

.theme-demo-listing {
    margin: 40px auto 0;
}

    .theme-demo-listing li {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

        .theme-demo-listing li h3 {
            text-align: center;
            font-size: 18px;
            margin: 15px 0px;
            font-weight: 500;
        }

        .theme-demo-listing li p {
            text-align: center;
            padding: 0px 20px;
        }

ul.ozellikList {
    margin-bottom: 25px;
}

    ul.ozellikList li {
        font-size: 13.5px;
        line-height: 36px;
        text-align: left;
        color: #687377;
        border-right: 0;
        text-indent: 5px;
    }

a.satinAl {
    background: #3e93c4;
    color: white;
    padding: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 15px;
}

.fiyat {
    margin: 15px auto;
    background: #2cacd2;
    font-size: 18px;
    width: 100%;
    padding: 12px 10px;
    color: #ffffff;
    position: relative;
    border-radius: 5px;
}

ul.ozellikList li:first-child {
    font-weight: 600;
}

ul.ozellikList li:before {
    content: "\f05d";
    font-family: 'fontawesome';
    color: #3bde1e;
    margin-right: 5px;
    font-size: 22px;
    float: left;
    font-weight: 300;
}

p.ozet {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0dcdc;
    margin-bottom: 18px;
}

ul.ozellikList li:after {
    display: none;
}

a.ozellikler {
    display: inline-block;
    background: #363f4e;
    padding: 12px 12px;
    color: white;
    width: 40%;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

a.demo {
    display: inline-block;
    background: #57bce2;
    padding: 12px 12px;
    color: white;
    width: 40%;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

a.ozellikler:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    left: -10px;
    border-radius: 100%;
    font-family: 'fontawesome';
    color: #363f4e;
    content: "\f103";
}

.theme-demo-listing li img {
    width: 100%;
    display: block;
}

.theme-demo-listing li .top-bar {
    display: block;
}

.thumbnail-holder {
    box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .thumbnail-holder .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0px;
        text-align: center;
        opacity: 0;
        transition: all 0.3s ease 0s;
        z-index: 1;
    }

    .thumbnail-holder:hover .mask {
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        opacity: 1;
        transition: all 0.5s ease 0s;
    }

    .thumbnail-holder .inner {
        position: absolute;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

a.satin-al {
    background: #404442;
    display: inline-block;
    color: white;
    padding: 8px 0px;
    margin: 15px 5px;
    border-radius: 3px;
    width: 100px;
}

a.canli-demo {
    background: #42d79e;
    display: inline-block;
    color: white;
    padding: 8px 0px;
    margin: 15px 5px;
    border-radius: 3px;
    width: 100px;
}

    a.canli-demo:hover, a.satin-al:hover {
        background: #d64949;
    }


.thumbnail-holder .inner h3 {
    display: block;
    padding-bottom: 25px;
    font-size: 22px;
    color: #fff;
    position: relative;
    top: -20px;
    transition: all 0.3s ease 0s;
}

.thumbnail-holder .inner a.ovelay-icon {
    position: relative;
    transform: none;
}

.thumbnail-holder:hover .inner h3 {
    top: 0;
}

a.ovelay-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #f29a32;
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 17px;
}

.thumbnail-holder a.ovelay-icon:hover {
    background: #fff;
    color: #f29a32;
}

.icon-go:before {
    content: "\f06e";
    font-family: 'font awesome 5 free';
    font-weight: 900;
}
/*BASINDA BİZ BAŞLANGIÇ*/
.newspaper-content {
    background: #f8f7f266;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ececec;
}

    .newspaper-content .partner-img {
        background: #fff;
        border-color: #ececec;
    }

.newspaper-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
}

    .newspaper-title:after {
        content: "";
        position: absolute;
        width: 70px;
        height: 4px;
        bottom: -2px;
        background: #4ac4f3;
        left: 0;
    }
/*BASINDA BİZ BİTİŞ*/
/*SEMİNER GÖRÜNTÜLERİ BAŞLANGIÇ*/
.seminar-photos img {
    height: 300px;
    width: 100%;
}
/*SEMİNER GÖRÜNTÜLERİ BİTİŞ*/
/*SSS SAYFASI BAŞLANGIÇ*/
#faq .card-header {
    padding: 0px;
}

#faq .card {
    margin-bottom: 1em !important;
}

#faq .card-header .btn-link {
    color: #444;
    font-weight: 600 !important;
    white-space: unset;
    text-align: left;
    font-size: 13px;
    padding: 13px 10px;
    border-bottom: 0;
}

    #faq .card-header .btn-link i {
        color: #4ac4f3;
        margin-right: 10px;
    }

#faq .edit-button {
    top: 0;
}
/*SSS SAYFASI BİTİŞ*/

.header-menu .dropdown-menu:before {
    left: 45px;
}

#menu-topbar > ul > li:hover > ul.dropdown-menu:before {
    width: 15px;
    height: 15px;
    display: block !important;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-webkit-radius: 2px;
    zoom: 1;
    position: absolute;
    top: -9px;
    left: 40px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #f3f0f0;
    background: #FFF;
    content: "" !important;
    right: 65px !important;
}

.footer-social {
    align-items: center;
    display: flex;
    height: 100%;
}

.hide-form-title .dynamic-form h2.title-type-2 {
    display: none;
}

.change-log h2 {
    font-size: 27px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    position: relative;
}

    .change-log h2:after {
        border-bottom: 2px solid #4ac4f3;
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1px;
        width: 35%;
        left: 0;
    }
/* BİLGİ BANKASI */
.bilgiBankasi-title {
    padding: 11px 0 11px 15px;
    color: #444;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    background: #d8d8d826;
    position: relative;
    cursor: pointer;
}

    .bilgiBankasi-title:after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f358";
        position: absolute;
        right: 10px;
        font-size: 21px;
        top: 7px;
    }

.openerButton.active .bilgiBankasi-title:after {
    content: "\f35b" !important;
}

.openerButton.active .bilgiBankasi-title,
.bilgiBankasi-title:hover {
    background: #cccccc;
}

.vertical-menu-pro .sidebar {
    padding: 0;
    border: none;
}

/*

    .topbar-left .mail span {
        line-height: 40px;
    }

    .topbar-left .mail i {
        font-size: 18px;
        line-height: 38px;
        float: left;
        margin-right: 8px;
    }
*/
.brand-slider .owl-item li a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.categoriesContainer li > ul > li > ul > li > ul {
    background: #fff;
    padding-left: 8px;
}

.short-description {
    margin-top: 12px;
    margin-bottom: 10px;
}

.vitrin.module .product-name {
    height: inherit;
}

/*.one-content .product-image img {
    max-height: 180px;
}*/

.contact-img .pr-software-demo {
    width: 100%;
    left: inherit;
    top: 140px;
}

.contact-img .istatistik {
    bottom: 100px;
    background-image: none;
}

    .contact-img .istatistik:after {
        content: none;
    }

.complaint span {
    font-size: 40px;
    font-weight: 600;
}


.contact-img {
    display: flex;
    align-items: center;
    height: 635px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.offset-md-1 {
    margin-left: 8.333333%;
}

.offset-md-2 {
    margin-left: 16.666667%;
}

.offset-md-3 {
    margin-left: 25%;
}

.offset-md-4 {
    margin-left: 33.333333%;
}

.offset-md-5 {
    margin-left: 41.666667%;
}
.blog-single-content, .blog-vertical {
    padding: 30px 0px;
}
.blog-title i {
    background: #4ac4f3;
    font-size: 22px;
    color: white;
    padding: 8px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
}
.blog-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: #4ac4f3;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
input[type="radio"], input[type="checkbox"] {
     box-sizing: border-box; 
     padding: 0; 
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/* PROTİCARET BLOG */
.blog-single-content p {
    line-height: 32px;
    font-family: 'rubik', sans-serif;
    margin: 14px 0px;
    color: #484747;
    text-align:justify;
    font-display:swap;
	
}

    .blog-single-content p a {
        display: inline-block;
    }

.blog-single-content h1 {
    font-size: 34px;
    font-weight: 300;
    color: black;
    font-family: 'rubik', sans-serif;
    font-display:swap;
}

.blog-single-content {
    padding: 30px 0px;
}

    .blog-single-content h2 {
        font-size: 24px;
        font-weight: 500;
        margin: 30px 0px;
        position: relative;
        padding-left: 22px;
        font-family: 'rubik', sans-serif;
	font-display:swap;
    }


        .blog-single-content h2:before {
            background: #4ac4f3;
            position: absolute;
            left: 0;
            top: 0;
            width: 10px;
            height: 100%;
            content: "";
        }

    .blog-single-content h3 {
        font-size: 20px;
        margin: 30px 0px;
        font-weight: 500;
        font-family: 'rubik', sans-serif;
	font-display:swap;
    }
    
    .blog-sss h3 {
    margin: 15px 0px 15px 0px;
    color: #0393cb;
}
    .blog-sss p {
     font-size:1rem;
}
	.blog-single-content h4 {
        font-size: 18px;
        margin: 15px 0px;
        font-weight: 500;
        font-family: 'rubik', sans-serif;
	font-display:swap;
    }

.blog-single-content strong {
	font-weight: 600;
}
    .blog-single-content ul li {
        line-height: 35px;
	font-size:16px !important;
    }

    .blog-single-content ul {
        margin-bottom: 15px;
    }

.single-blog-item > span {
    padding: 0px 10px;
}

    .single-blog-item > span:first-child {
        padding-left: 0;
    }

.blog-single-image {
    margin: 20px 0px;
}

    .blog-single-image img {
        max-width: 100%;
        height: auto;
    }

.blog-vertical {
    padding: 30px 0px;
}

.blog-title {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dde2e5;
    position: relative;
}

.vertical-blog-item {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
    ;
}

.vertical-blog-content {
    margin-bottom: 5px;
    font-size:14px;
}

h4.vertical-blog-title a {
    font-weight: 500;
    font-size:18px;
}

.blog-title i {
    background: #4ac4f3;
    font-size: 22px;
    color: white;
    padding: 8px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
}

.blog-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: #4ac4f3;
}

/* PROTİCARET BLOG SONU */
.demo-page {
    text-align: center;
}
.explain-tab .tab-pane h6 {
    color: #0393cb;
}
.one-content .ask-price-lbl {
    width: 100%;
}
/* SLIDER MODÜLÜ */
.slider .item:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background: rgba(74, 196, 243, 0.9);
}

.slider .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 50px;
}

    .slider .owl-nav div {
        background: #ffffff !important;
        padding: 12px 15px !important;
        color: black !important;
    }

        .slider .owl-nav div:hover {
            background: #6daee6 !important;
            color: white !important;
        }

.slider-description {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 99;
    right: 0;
    margin: 0px auto;
    color: white;
}

    .slider-description h1 {
        font-weight: 200;
        margin: 0;
        font-size: 46px;
    }

        .slider-description h1 span {
            display: inline-block;
        }

    .slider-description h2 {
        color: #3a3737;
        font-size: 26px;
        letter-spacing: -0.4px;
    }

    .slider-description p {
        margin: 30px 0px;
    }

    .slider-description .indirim {
        font-size: 35px;
        color: #4ac4f3;
        font-weight: 600;
    }

    .a-link-btn {
    color: #4d4d4d;
	font-size:16px;
}
   .a-link-btn:hover {
        text-decoration: underline;
        color: #3366cc !important;		
    }
.fancybox-slide--iframe .fancybox-content {
    height: 600px !important;
}
#accordion-1810 {
	margin-top:100px;
}
 main {
	 overflow:hidden;
 }
 
 @font-face {
  font-family: 'CustomFont';
  src: url('customfont.woff2') format('woff2');
  font-display: swap;
}
/* ✅ Sayfanın kritik içeriğini hızlı yüklemek için optimize edildi */
.proticaret-first-section {
  padding: 20px 10px;
}

.proticaret-first-section .container {
  max-width: 1200px;
  margin: auto;
}

.proticaret-first-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.proticaret-first-section .col {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  text-align: center;
}

.proticaret-first-section .icon-box {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
}



.proticaret-first-section .icon-bg {
  font-size: 40px;
  color: #5ccaf4;
  margin-bottom: 10px;
}
/*Birgunde satışa başla*/
.proticaret-sales {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
}

/* H2 Başlığı */
.sales-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Butonları İçeren Alan */
.sales-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* Butonlar */
.sales-button {
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  background: #047aa6;
  color: #fff;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}

.sales-button:hover {
  background: #333333;
}
.single-item-four .counted {
  visibility: visible; 
  animation-duration: 0ms; 
  animation-name: fadeIn;		
}
.Copyright {
	font-size:14px;
} 
.information-content, .sales-button {
	font-size:20px;
}
.article-content {
 background-color: #f0f0f0;
 padding: 15px;
 border-radius: 5px; 
 list-style: none;
}
.product-img {
    content-visibility: auto;
}

.responsive-img {
  width: 100%;
  height: auto;
  max-width: 870px;
}
@charset "UTF-8";
@media (min-width: 1200px) {
  #menu-topbar > ul > li > a {
    padding: 12px 10px; }
  #menu-topbar > ul > li:hover > ul {
    display: block !important; }
  #menu-topbar > ul > li:hover > ul > li:hover ul {
    display: block !important; }
  #menu-topbar > ul > li > ul {
    right: -50%;
    left: 0;
    min-width: 288px;
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #ededed;
    margin: 0px auto !important; }
  #menu-topbar > ul > li:hover > ul:before {
    display: none; }
  #menu-topbar > ul > li > ul > li > a {
    border-bottom: 1px solid #efeded;
    line-height: 25px; }
  #menu-topbar > ul > li > ul > li:last-child a {
    border-bottom: 0; } }

@media (min-width: 1025px) {
  .top-categories.horizontal .mega-left > ul > li.second-level .dropdown-submenu {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: inherit !important;
    display: block !important;
    min-width: unset !important; } }

@media (max-width: 1199.98px) {
  .account-menu .navbar-collapse > ul > li a.nav-link {
    padding: 0 10px !important; }
  .account-menu .navbar-collapse > ul > li a.dropdown-toggle {
    /*pointer-events: none;*/
    font-weight: 400; }
  .account-menu .dropdown-toggle::after {
    top: 10px; }
  .slider .owl-nav div {
    display: none !important; }
  .header-nav ul > li > a {
    padding: 16px 0.5rem !important; }
  .my-cart-item {
    margin-right: 12px; }
  .my-cart-info span {
    font-size: 14px;
    font-weight: 400; }
  .header-nav > .navbar-collapse > ul > li > a {
    padding: 0px 8px !important; }
  .my-cart .my-cart-item > img {
    width: 32px; }
  .footer-newsletter h3 {
    font-size: 15px; }
  .customer-content {
    min-width: 0; }
  .top-categories.horizontal > .nav-item > a {
    font-size: 12px !important;
    padding: 14px 10px !important; }
  .slider-description span.sli-item-title {
    font-size: 24px;
    line-height: 1.3; }
  .slider-description .sli-item-text {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .caption-absolute {
    font-size: 14px; }
    .screen .waves-box {
        left: 58% !important;
    }
}

@media (min-width: 992px) and (max-width: 1492px) {

 ul.proticaret-price ul li {
        height: 65px;
    }

}

@media (min-width: 992px) {
  main {
    min-height: 485px; }
  .categories-title .navbar-toggler {
    pointer-events: none;
    cursor: default !important; }
  .proticaret-categories .categories-title .navbar-toggler {
    pointer-events: none; }
  .proticaret-categories nav ul li .dropdown-menu {
    transition: all 0.4s ease 0s;
    opacity: 0;
    left: 100%;
    display: none;
    width: 700px;
    padding: 20px 10px;
    border: 1px solid #edebeb;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05); }
  .proticaret-categories nav ul li.single-col .dropdown-menu {
    width: 350px; }
  .proticaret-categories li.single-col .mega-left > ul > li {
    width: 100%; }
  .proticaret-categories nav ul li:hover .dropdown-menu {
    z-index: 9999;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 100%;
    top: 0;
    display: block; }
  .proticaret-categories .dropdown-menu:before {
    display: none; }
  .proticaret-categories .mega-left {
    width: 100%;
    float: left; }
  .proticaret-categories .mega-right {
    width: 100%;
    display: block;
    float: left; }
  .proticaret-categories.account-menu nav ul li .dropdown-menu {
    width: 275px;
    min-width: 15rem; }
  .cat-image-box span {
    display: none; }
  .proticaret-categories .mega-left > ul > li {
    width: 33.33333%;
    margin-bottom: 15px;
    display: block;
    float: left;
    position: relative;
    padding: 0px 10px; }
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li {
    float: left;
    width: 100%; }
  .proticaret-categories .mega-left > ul > li > a {
    font-weight: 500;
    line-height: 42px;
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
    text-transform: uppercase; }
  .proticaret-categories .mega-left > ul > li > a:hover {
    background-color: unset !important; }
  .dropdown-item.active, .dropdown-item:active {
    color: inherit;
    background-color: unset !important; }
  #close-sidebar {
    display: none; }
  #open-filter {
    display: none; }
  .category-sidebar-header {
    display: none; }
  .mobile {
    display: none; }
  .desktop {
    display: block; }
  .header-bottom .navbar-brand {
    display: none; }
  .header-bottom {
    /* display: none !important;
        */ }
  .sidebar-button {
    display: none; }
  .all-image-padding img {
    padding: 20px; }
  /* FOOTER MENU BEGIN */
    .nav-footer-menu {
        padding: 0;
    }

    #menu-footer {
        max-width: 100%;
    }

        #menu-footer > ul > li {
            width: 33.333333%;
        }

            #menu-footer > ul > li > a {
                font-weight: 500;
                font-size: 16px;
                padding: 0;
            }

        #menu-footer > ul {
            width: 100%;
        }

    #nav-menu-footer {
        padding: 0;
    }

    #menu-footer > ul > li > ul {
        display: block !important;
        border: none;
        background: none;
        position: unset;
        margin: 10px 0px !important;
        float: left;
        padding: 0 !important;
    }

        #menu-footer > ul > li > ul:before {
            display: none;
        }

    #menu-footer > ul > li > a:after {
        display: none;
    }

    #menu-footer > ul > li > ul > li > a {
        padding: 0;
        line-height: 30px;
        -webkit-transition: all 0.2s ease 0.1s;
        transition: all 0.2s ease 0.1s;
    }
  /* FOOTER MENU END */
  .top-categories.horizontal .down-menu {
    background: #fff; }
  .top-categories.horizontal > .nav-item .dropdown-menu {
    margin: 0 !important;
    background: #fbfbfb !important;
    border-radius: 0;
    border: 1px solid #f5f2f2;
    border-top: 0;
    border-bottom: 0; }
  .top-categories.horizontal > .nav-item > a {
    position: relative;
    display: inline-block;
    color: #565657;
    text-decoration: none;
    font-weight: 500 !important;
    font-family: Poppins;
    font-size: 13px !important;
    font-display:swap;
    }
  .top-categories.horizontal .nav-item .primary-level .second-level {
    /* float: left; */
    width: 33%;
    display: inline-block; }
  .top-categories.horizontal .nav-item a,
  .top-categories.horizontal .nav-item .nav-link {
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    /* font-family: 'lora', sans-serif; */ }
  .top-categories.horizontal .nav-item {
    position: relative; }
  .top-categories.horizontal .nav-item:first-child a {
    padding-left: 0 !important; }
  .top-categories.horizontal > .nav-item > a:hover span {
    border-bottom: 2px solid #6eaee7; }
  .top-categories.horizontal > .nav-item > a span {
    padding: 8px 0px; }
  .top-categories.horizontal > .nav-item:hover > a:after {
    color: #333333 !important; }
  .top-categories.horizontal > .nav-item > a:hover {
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
    color: #080808 !important; }
  .top-categories.horizontal > .nav-item:before {
    /* content: ""; */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffeded;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .top-categories.horizontal > .nav-item:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: 0; }
  .top-categories.horizontal .navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
    color: white; }
  .top-categories.horizontal > li:hover .primary-level {
    margin: 0;
    border: 0;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s all ease 0s;
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
    box-shadow: 1px 15px 26px -1px rgba(93, 93, 93, 0.27); }
  .top-categories.horizontal > li .primary-level {
    opacity: 0;
    transition: 0.3s all ease 0s;
    display: block;
    visibility: hidden;
    top: 150%;
    width: 670px;
    transform: scaleY(0);
    transform-origin: 0 0 0; }
  .top-categories.horizontal .mega-left > ul > li.second-level > a {
    font-weight: 600;
    border-bottom: 1px solid #e1e0e0;
    padding: 16px 10px !important;
    border-right: 0 !important;
    margin-bottom: 12px;
    font-size: 14px !important; }
  .top-categories.horizontal .mega-left > ul > li.second-level {
    padding: 0px 10px;
    margin-bottom: 15px; }
  .top-categories.horizontal .mega-left > ul > li.second-level .down-menu {
    display: none; }
  .top-categories.horizontal .mega-left > ul > li.second-level .dropdown-submenu {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: inherit !important;
    display: block !important;
    min-width: unset !important; }
  .top-categories.horizontal .mega-right > ul > li {
    width: 33%;
    float: left; }
  .top-categories.horizontal .mega-right > ul > li > a {
    padding: 10px; }
  .top-categories.horizontal .mega-right > ul > li img {
    width: 100%; }
  .top-categories.horizontal .nav-item .primary-level .second-level {
    /* float: left; */
    width: 33%;
    display: inline-block; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level {
    width: 100%; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level .dropdown-item {
    color: #565657;
    background: transparent !important;
    margin-bottom: 8px; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level .dropdown-item:hover {
    color: #6eaee7; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul,
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li > ul {
    float: left;
    width: 100%; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li,
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li {
    float: left;
    display: inline-block; }
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li > ul {
    padding-top: 8px; }
  .top-categories.horizontal .nav-item .primary-level .second-level li,
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li {
    margin-bottom: 8px; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li > a,
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li > a {
    line-height: 11px;
    border-bottom: none;
    padding: 0;
    font-size: 11px; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li > a:after,
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li > a:after {
    content: ",";
    margin-right: 4px; }
  .top-categories.horizontal .nav-item .primary-level .second-level .second-level ul > li:last-child > a:after,
  .proticaret-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul > li:last-child > a:after {
    content: none; }
  .category-popup-opener {
    display: none; }
  .top-categories.vertical-categories {
    display: block;
    width: 100%; }
  .top-categories.vertical-categories > li > a {
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 8px !important;
    line-height: 46px;
    display: block;
    text-transform: uppercase; }
  .top-categories.vertical-categories > li > a > span > i {
    width: 30px;
    text-align: center; }
  .top-categories.vertical-categories > li:last-child a {
    border-bottom: 0; }
  .all-cats {
    position: relative;
    cursor: pointer;
    position: relative;
    cursor: pointer; }
  .all-cats .top-categories.vertical-categories > li.dropdown:hover:after {
    content: "";
    display: inline-block;
    position: relative;
    float: right;
    right: -1px;
    background-color: #fff;
    width: 1px;
    bottom: 0;
    height: 48px;
    z-index: 1000;
    transform: translateY(-100%); }
  .all-cats:hover .navbar {
    top: 100%;
    transform: scaleY(1);
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 98;
    background: white;
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s; }
  .all-cats > span {
    padding: 0 13px;
    width: 100%;
    display: block;
    position: relative;
    font-size: 15px;
    border-radius: 0;
    background: #6eaee7;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    text-align: center; 
    font-display:swap;
    }
  .all-cats .top-categories > li {
    position: static; }
  .all-cats > span:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-left: 10px; }
  .all-cats > span i {
    margin-right: 6px;
    font-size: 15px;
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #333232; }
  .all-cats .top-categories.vertical-categories > li > a {
    padding: 0px 15px !important; }
  .all-cats .top-categories.vertical-categories > li > .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    margin: 0; }
  .all-cats .top-categories.vertical-categories > li > .dropdown-menu {
    border: 1px solid #e7e7e7 !important;
    min-height: 100%; }
  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li {
    width: auto;
    float: left;
    line-height: 1.3; }
  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 5px; }
  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li:after {
    content: ",";
    display: inline;
    margin-right: 5px; }
  .all-cats .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li:last-child:after {
    content: none; }
  .proticaret-categories .mega-left ul > li > ul.scroll-active,
  .all-cats .top-categories .mega-left > ul > li > ul.scroll-active {
    overflow-y: auto;
    overflow-x: hidden; }
  .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar-track,
  .all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar-track {
    background-color: #e8e8e8; }
  .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar,
  .all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5; }
  .proticaret-categories .mega-left ul > li > ul.scroll-active::-webkit-scrollbar-thumb,
  .all-cats .top-categories .mega-left > ul > li > ul.scroll-active::-webkit-scrollbar-thumb {
    background-color: #6eaee7; }
  .top-categories.vertical-categories > li > a:hover .dropdown-menu {
    display: block; }
  .top-categories.vertical-categories > li > a:hover .dropdown-menu {
    display: block;
    opacity: 1;
    left: 100%; }
  .top-categories.vertical-categories > li:hover .dropdown-menu {
    display: block;
    left: 100%;
    border: 0;
    top: 0;
    padding-top: 7px; }
  .top-categories.vertical-categories > li > .dropdown-menu {
    box-shadow: 0; }
  .top-categories.vertical-categories > li > .dropdown-menu:before {
    display: none; }
  .top-categories.vertical-categories > li > .dropdown-menu {
    border-radius: 0;
    margin: 0;
    min-width: 700px; }
  .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li {
    width: 33%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 15px; }
  .top-categories.vertical-categories > li > .dropdown-menu ul > li .down-menu {
    display: none; }
  .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li > a {
    line-height: 38px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase; }
  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul {
    position: unset !important;
    min-width: unset; }
  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li {
    width: 100%;
    padding: 0; }
  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul > li > ul > li > a {
    font-weight: 300; }
  .top-categories.vertical-categories > li > .dropdown-menu > .mega-left > ul > li > ul > li > a {
    line-height: 35px;
    padding: 0;
    font-size: 14px; }
  .mega-right > ul > li {
    width: 33.33%;
    float: left; }
  .top-categories.vertical-categories > li > .dropdown-menu ul > li > ul:before {
    display: none; }
  .expand-category-link {
    border: 1px solid #ebebeb;
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 500;
    background: #ffffff;
    opacity: 1;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px; }
  .expand-category-link i {
    width: 26px;
    text-align: center;
    color: #6eaee7; }
    #menu-topbar > ul > li > ul {
        display: block;
        position: absolute;
        transform: scaleY(0);
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        top: 100%;
        transform-origin: 0 0 0;
        box-shadow: 1px 1px 20px 1px #cbc7c754;
        border: none;
        padding-bottom: 0;
    }

    #menu-topbar > ul > li:hover > ul {
        display: block !important;
        transform: scaleY(1);
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 1;
        top: 100%;
        margin: 0;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
     
}

@media (max-width: 991.98px) {
  #menu-topbar > ul > li > ul {
    max-width: 100%;
    min-width: unset;
    border: none;
    padding-left: 15px;
    margin: 0; }
  #nav-menu-topbar .navbar-collapse {
    padding: 0px 20px;
    position: absolute;
    right: 0;
    background: #f6f6f6;
    width: 100%;
    top: 100%;
    z-index: 998;
    text-align: left; }
  #menu-topbar > ul > li > ul > li > a {
    border-bottom: 1px solid #ededed; }
  #menu-topbar > ul > li.show > a:after {
    display: inline-block;
    content: "\f078";
    border: none;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    line-height: 20px;
    font-size: 11px;
    float: right; }
  .categories-left .categories-title {
    display: none; }
  .desktop {
    display: none; }
  .open-filter {
    position: fixed;
    top: 36%;
    left: 0;
    z-index: 998;
    border-radius: 0;
    padding: 14px 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 15px; }
  .sidebar {
    left: -100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.5s;
    background: #f7f7f7;
    text-align: left;
    overflow-y: scroll;
    height: 100%;
    padding: 0;
    min-width: 320px; }
  #menu-footer > ul > li {
    width: 100%;
    display: block !important;
    background: white;
    margin-bottom: 10px; }
  #menu-footer .navbar-nav {
    display: block;
    width: 100%; }
  .nav-footer-menu {
    padding: 0;
    margin-bottom: 15px; }
  #menu-footer > ul > li > a:after {
    border: none !important;
    float: right;
    content: "\f107";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    background: whitesmoke;
    width: 25px;
    text-align: center;
    border-radius: 3px; }
  #menu-footer > ul > li.show > a:after {
    content: "\f106"; }
  #menu-footer > ul > li > ul {
    position: unset;
    border: none;
    border-top: 1px solid #f6f6f6;
    border-radius: 0; }
  #menu-footer > ul > li > ul:before {
    display: none; }
  #menu-footer > ul > li a {
    line-height: 24px; }
  .prd-images:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 100%; }
  #prd-images {
    position: relative;
    text-align: center; }
  .categories-title .navbar-toggler span i {
    margin-right: 10px; }
  .header-bottom .navbar-brand {
    display: none !important; }
  .top-categories.horizontal {
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 75px;
    top: 15px;
    width: calc(100vw - 30px);
    height: calc(100vh - 75px);
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    z-index: 10; }
  .top-categories.horizontal > li > a span i {
    display: inline-block;
    font-size: 16px; }
  .top-categories.horizontal > .nav-item > a {
    padding: 10px 10px !important; }
  .top-categories.horizontal .cat-title {
    font-weight: bold;
    font-size: 16px; }
  .top-categories.horizontal .cat-title .close-categories {
    font-size: 28px;
    line-height: 22px; }
  .top-categories.horizontal > li {
    position: relative; }
  .top-categories.horizontal > li > a {
    padding: 10px 0px;
    width: 100%; }
  .top-categories.horizontal .mega-left > ul > li > a {
    padding: 0;
    line-height: 1; }
  .top-categories.horizontal > li .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0 0 0 15px; }
  .top-categories.horizontal .mega-left {
    padding-left: 15px; }
  .top-categories.horizontal .mega-left ul:before, .dropdown-menu:before {
    display: none; }
  .top-categories.horizontal > li > a > span > i {
    margin-right: 10px; }
  .top-categories.horizontal .mega-left > ul > li > ul > li > a {
    line-height: 16px;
    padding: 0; }
  .top-categories.horizontal .mega-left > ul > li > ul > li {
    position: relative; }
  .top-categories.horizontal .mega-left > ul > li > ul {
    padding-left: 15px; }
  .top-categories.horizontal .mega-left > ul > li > a:before {
    content: "\f3be";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb; }
  .top-categories.horizontal .down-menu:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 16px;
    width: 30px;
    height: 25px;
    line-height: 25px; }
  .top-categories.horizontal .mega-left .show > .down-menu:after {
    content: "\f106"; }
  .top-categories.horizontal .down-menu {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #f3f3f3;
    color: #575555; }
  .top-categories.horizontal > li > .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0;
    display: block;
    border: none;
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #5a9cd6;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    font-size: 16px; }
  .top-categories.horizontal > li.show > .dropdown-toggle::after {
    content: "\f106"; }
  .admin .edit-button {
    right: 0; }
  .product-detail-wizard td:First-child span:First-child {
    display: none !important; }
  /** CATEGORY SIDEBAR **/
  .sidebar-item {
    padding-bottom: 20px;
    font-family: 'rubik', sans serif;
    margin-bottom: 20px;
    font-display:swap;	
    }
  .sidebar.panel-open {
    left: 0;
    top: 0; }
  .category-sidebar-header .close-button {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 18px;
    background: no-repeat;
    border: none; }
  .category-sidebar-header h3 {
    display: block;
    padding: 13px 10px;
    margin: 0;
    font-size: 22px; }
  .category-sidebar-header {
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    background: #fff; }
  .sidebar {
    border: 1px solid #e5e5e5;
    border-radius: 8px; }
  /** CATEGORY SIDEBAR END **/
  .topbar-menu .dropdown-menu:before {
    display: none; }
  .categories-title .navbar-toggler {
    width: 100%;
    color: white;
    margin: 0;
    padding: 0 !important; }
  .categories-title .navbar-toggler span {
    float: left;
    width: 100%; }
  .header-bottom .navbar-brand {
    display: block;
    width: 100%; }
  .fancybox-slide {
    padding: 15px !important; }
  #user-menu-modal ul li {
    width: 50%; }
  .center-middle-center {
    padding: 20px 0; }
  #whatsapp {
    width: auto;
    height: 149px; }
  .prd-images img {
    touch-action: pan-y !important; }
  .top-categories.horizontal .nav-item .primary-level > .mega-left > ul > li.second-level {
    position: relative !important;
    width: 100%;
    margin-bottom: 0;
    float: left;
    display: block; }
  .top-categories.horizontal .nav-item .primary-level .second-level .dropdown-toggle::after {
    color: #000 !important; }
  .top-categories.horizontal .mega-left > ul > li.second-level {
    position: relative;
    border-bottom: 1px solid #e7e7e7; }
  .top-categories.horizontal .mega-left > ul > li.second-level a {
    padding: 12px 0px; }
  .top-categories.horizontal .mega-left > ul > li.second-level a:before {
    font-family: 'Font Awesome 5 Free';
    content: "";
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb; }
  .top-categories.vertical-categories {
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 75px;
    top: 15px;
    width: calc(100vw - 30px);
    height: calc(100vh - 75px);
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
    z-index: 10; }
  .top-categories.vertical-categories > li > a span i {
    display: inline-block;
    font-size: 16px; }
  .top-categories.vertical-categories > .nav-item > a {
    padding: 10px 10px !important; }
  .top-categories.vertical-categories .cat-title {
    font-weight: bold;
    font-size: 16px; }
  .top-categories.vertical-categories .cat-title .close-categories {
    font-size: 28px;
    line-height: 22px; }
  .top-categories.vertical-categories > li {
    position: relative; }
  .top-categories.vertical-categories > li > a {
    padding: 10px 0px;
    width: 100%; }
  .top-categories.vertical-categories .mega-left > ul > li > a {
    padding: 0;
    line-height: 1; }
  .top-categories.vertical-categories > li .dropdown-menu {
    border: none;
    margin: 0;
    padding: 0; }
  .top-categories.vertical-categories .mega-left {
    padding-left: 15px; }
  .top-categories.vertical-categories .mega-left ul:before, .dropdown-menu:before {
    display: none; }
  .top-categories.vertical-categories > li > a > span > i {
    margin-right: 10px; }
  .top-categories.vertical-categories .mega-left > ul > li > ul > li > a {
    line-height: 16px;
    padding: 0; }
  .top-categories.vertical-categories .mega-left > ul > li > ul {
    padding-left: 15px; }
  .top-categories.vertical-categories .mega-left > ul > li > a:before {
    content: "\f3be";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb; }
  .top-categories.vertical-categories .down-menu:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 16px;
    width: 30px;
    height: 25px;
    line-height: 25px; }
  .top-categories.vertical-categories .mega-left .show .down-menu:after {
    content: "\f106"; }
  .top-categories.vertical-categories .down-menu {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #f3f3f3;
    color: #575555; }
  .top-categories.vertical-categories > li > .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0;
    display: block;
    border: none;
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    text-align: center;
    padding: 0;
    background: #5a9cd6;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    font-size: 16px; }
  .top-categories.vertical-categories > li.show > .dropdown-toggle::after {
    content: "\f106"; }
  .top-categories.vertical-categories .nav-item .primary-level > .mega-left > ul > li.second-level {
    position: relative !important;
    width: 100%;
    margin-bottom: 0;
    float: left;
    display: block; }
  .top-categories.vertical-categories .nav-item .primary-level .second-level .dropdown-toggle::after {
    color: #000 !important; }
  .top-categories.vertical-categories .mega-left > ul > li.second-level {
    position: relative;
    border-bottom: 1px solid #e7e7e7; }
  .top-categories.vertical-categories .mega-left > ul > li.second-level a {
    padding: 12px 0px; }
  .top-categories.vertical-categories .mega-left > ul > li.second-level a:before {
    font-family: 'Font Awesome 5 Free';
    content: "";
    font-weight: 900;
    margin-right: 8px;
    color: #bebdbb; }
  .expand-category-left-link {
    display: none !important; }
  .headder-middle-right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001;
    padding: 4px 10px;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.18); }
  .header-middle-search input {
    border: 0; }
  .header-middle-search {
    border: 2px solid #5a9cd6;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    width: calc(100% - 30px);
    max-width: 375px;
    transition: 350ms;
    right: auto; }
  .header-middle-search.active {
    opacity: 1;
    visibility: visible; }
  .header-middle-search.active:after {
    opacity: 1;
    visibility: visible; }
  /* Not: Bu açılış için buton ile aynı element içinde olmalı*/
  .header-middle-search.mobile-style-1 {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); }
  .header-middle-search.mobile-style-1.active {
    transform: translate(-50%, calc(-100% - 10px)); }
  .header-middle-search.mobile-style-2 {
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0; }
  .header-middle-search.mobile-style-2:after {
    content: "";
    display: block;
    position: absolute;
    left: -100vw;
    right: auto;
    top: -100vw;
    bottom: auto;
    width: 200vw;
    height: 200vh;
    background: rgba(0, 0, 0, 0.2);
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: -1; }
  .header-middle-search .search-button i {
    color: #5a9cd6; }
  .user-menu {
    margin: 0; }
  .favorite-list {
    display: inline-block;
    margin: 0; }
  #nav-menu-topbar button.navbar-toggler {
    color: #fff; }
  .image-module figure {
    display: flex;
    justify-content: center;
    flex-flow: wrap row; }
  .user-menu.dropdown {
    padding: 0;
    margin: 0 !important; }
  .my-cart,
  .account-status,
  .search-open-button,
  .favorite-list,
  .mobile-cat-opener,
  .user-menu.dropdown {
    width: auto;
    max-width: none;
    display: inline-block;
    text-align: center; }
    .favorite-list > a i,
    .partner-login i,
    .user-menu > button i,
    .my-cart-item > i,
    .search-open-button i {
        font-size: 16px;
        background: #5a9cd6;
        height: 32px;
        width: 32px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: inline-block;
    }
        .favorite-list a span,
        .user-menu > button > span,
        .my-cart-info span:first-child,
        .partner-login span,
        .search-open-button span {
            float: none;
            display: block;
            width: auto;
            text-align: center;
            line-height: 14px;
            font-size: 11px;
            font-weight: 500;
            color: #000;
            margin: 0;
            padding: 0;
            /*display: none;*/
        }
  .my-cart .dropdown-menu {
    top: auto !important;
    bottom: 70px !important;
    right: auto;
    transform: translateX(-85%) !important; }
  .my-cart-info {
    /*display: none;*/
    margin-right: 0;
    width: 100%; }
  .my-cart .my-cart-item > img {
    width: 22px; }
  .my-cart-item {
    text-align: center;
    margin-right: 0;
    width: 100%;
    position: relative; }
    .my-cart #cart-count {
        left: auto;
        right: 16px;
        top: 0;
        font-size: 11px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        background: #6eaee7;
        border-radius: 50%;
        color: #fff;
        font-weight: 500;
        font-family: "rubik";
	font-display:swap;
    }
  .my-cart-info span.total-price {
    display: none; }
  #nav-menu-footer {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #up.search-active {
    bottom: 140px; }
  .footerBottom {
    padding-bottom: 75px; }
  .footer_ref {
    text-align: center; }
  .product-slider-group-3-columns .owl-nav {
    display: block; }
  .product-slider-group-3-columns .product-image,
  .product-slider-group-3-columns .product-info {
    width: 100%; }
  .product-slider-group-3-columns .tab-content > .tab-pane {
    display: none;
    opacity: 0; }
  .product-slider-group-3-columns .tab-content > .tab-pane.active.show {
    display: block;
    opacity: 1; }
  .best-seller-products ul.best-seller-products-list > li.related-product-box {
    width: 100%; }
  .whatsapp-icon-button {
    left: 20px;
    bottom: 70px; }
  .prd-images-thumbs a {
    width: 58px; }
  .all-categories2 > ul > li {
    width: calc((100% / 3) - 15px); }
    .pr-software-demo {
        display: none;
    }

    .pr-objects-software {
        display: none;
    }

    .pr-objects {
        display: none;
    }

    .slider-description h1 {
        font-size: 28px;
    }

    .slider .item:after {
        display: none;
    }

    .heading-title p {
        padding: 0 20px;
    }

    .slider-object-1, .slider-object-2, .slider-object-3, .slider-object-4 {
        display: none;
    }

    .slider-description h1 {
        font-size: 35px;
    }

    .screen .waves-box {
        top: 25%;
    }

    .slider-description h1 {
        font-size: 30px;
    }

    .screen .waves-box {
        top: 25%;
        bottom: 75%;
    }

    .slideItem img {
        max-height: 490px;
    }

    .slideItem img {
        max-height: 351px;
        width: auto !important;
    }

    .screen {
        display: none !important;
    }

    .desktop {
        display: none !important;
    }

    .grey-bg .col-md-6 {
        z-index: 99;
    }

    .how-works .col-md-12 {
        z-index: 98;
    }

    .one-content .product-price {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .one-content .product-item .action-hover {
        max-width: 60%;
    }

    .popup-video-wrapper .fancybox-iframe {
        height: 60vh !important;
    }

    ul.n-category li ul.dropdown-menu {
        float: left;
        width: 100%;
    }

    .account-menu .dropdown-menu:before {
        display: none;
    }

    .open-filter {
        position: fixed;
        top: 36%;
        left: 0;
        z-index: 998;
        border-radius: 0;
        padding: 14px 12px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 15px;
        background-color: #333333;
        border-color: #333333;
        display: none;
    }

    .sidebar {
        left: -100%;
        position: fixed;
        top: 0;
        z-index: 999;
        transition: 0.5s;
        background: #ffffff;
        text-align: left;
        overflow-y: scroll;
        height: 100%;
        padding: 15px;
        min-width: 280px;
        max-width: 95%;
        box-shadow: 2px 4px 14px #efefef;
    }

        .sidebar.panel-open {
            left: 0;
            top: 0;
            z-index: 9999;
        }

    .category-sidebar-header .close-button {
        position: absolute;
        right: 17px;
        top: 23px;
        font-size: 18px;
        background: no-repeat;
        border: none;
        background: #f5f7fb;
        width: 40px;
    }

    .category-sidebar-header h3 {
        display: block;
        padding: 13px 0px;
        margin: 0;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .category-sidebar-header {
        background: #fff;
    }

    .header-menu .navbar-nav .nav-item a {
        float: left;
    }

    #kbmenu #main_menu_container > .categories > ul > li > ul > li > ul {
        position: static;
        display: none;
    }

    .slider-description .sli-item-text,
    .slider-description {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .slider .owl-item > .item > a {
        display: none;
    }

    .logo {
        text-align: left;
        display: block;
    }

    .mobile-cat-opener {
        display: flex;
        align-items: center;
        justify-content: end;
        height:50px;
    }

        .mobile-cat-opener i {
            font-size: 22px;
        }

   

    .inner-banner h1 {
        font-size: 30px;
    }

    .dynamic-form-sikayet ul > li {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .contact-text {
        text-align: center;
        margin-bottom: 40px;
    }

        .contact-text .pazaryeri-info {
            justify-content: center;
            display: grid;
        }

        .contact-text ul {
            margin: 6px auto;
            width: 60%;
        }

            .contact-text ul li {
                width: 32%;
                display: inline-block;
            }

                .contact-text ul li img {
                    width: 90%;
                    margin: 10px 4px;
                }
    #menu-topbar > ul .nav-item.dropdown a::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0;
        display: block;
        border: none;
        position: absolute;
        right: 0;
        top: 8px;
        width: 30px;
        text-align: center;
        padding: 0;
        background: #48b7e2;
        color: #ffffff;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }

    #menu-topbar > ul li a::after {
        content: "\f106";
        display: none;
    }

    #menu-topbar > ul {
        padding: 0px 50px 0 70px;
        border-bottom: 1px solid #e9e9e9;
        position: fixed;
        bottom: 10px;
        top: 95px;
        left: 0;
        width: calc(100vw - 0px);
        height: calc(100vh - 85px);
        overflow-y: auto;
        background: #fff;
        z-index: 999;
    }
        #menu-topbar > ul > li > ul > li > a {
            border-bottom: 1px solid #ededed;
            width: 100%;
        }

    .counter-info-img {
        display:none;
    }
    .explain-section h1 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
        margin-top: 20px;
    }
    .heading-title .review {
        display:none;
    }
    .software h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .examine-btn {
        width:100%;
        text-align:center;
    }
    .how-works .pr-works-img {
        display:none;
    }
    .explain-tab .nav-pills .nav-link.active {
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .newsletter-input, .button {
        font-weight:500;
    }
    .contact-fixed {
        position: fixed;
        right: 0;
        margin: 0;
        bottom: 20%;
        width: 60px;
        height: 60px;
        font-size: 18px;
        font-weight: 700;
        padding: 12px 0;
        box-shadow: 0 0 5px #2f2b2f;
        z-index:999;
    }
    .contact-fixed i {
        font-size:30px;
    }
    .one-content .product-image {
        width: 100%;
        border-right: none;
    }
    .one-content .product-info {
        width: 100%;
    }
    .proticaret-slider .pro-slider:after {
        display:none;
    }
    .proticaret-slider .container {
        padding: 15px 15px 10px !important;
    }
    .partner-login {
         line-height: inherit; 
         padding:0;
    }
    .my-cart > .btn {
        width: min-content;
    }
        .add-to-cart-detail {
    margin-top:10px;
    }
    li.quantity-piece {
    width: 97%;
    } 
    
    proticaret-first-section > .row {
    flex-direction: column;
    align-items: center;
  }
 .proticaret-first-section > .col {
    max-width: 100%;
  }
  
}

@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
    .proticaret-categories > nav ul > li a {
        color: black !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /** CATEGORY SIDEBAR **/
    .category-sidebar-header {
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
        background: #fff;
    }

        .category-sidebar-header h3 {
            display: block;
            margin: 0;
            font-size: 1.5rem;
            padding: 5px 10px;
        }
    /** CATEGORY SIDEBAR END **/
    .my-cart-info .total-price {
        font-size: 15px !important;
        line-height: 32px;
    }
}
@media (min-width: 768px) {
    .proticaret-first-section .icon-box {
	transition: transform 0.3s ease-in-out;	
	}
    .proticaret-first-section .icon-box:hover {
	transform: scale(1.05);
}	
}
@media (max-width: 823px) {
    ul.product-price-list > li span.discount {
        display: none;
    }
    
    .topbar-menu .navbar-collapse {
        position: absolute;
        top: 44px;
        width: 100%;
        right: 0;
        background: #ffffff;
        z-index: 99;
        border: 1px solid #e9e9e9;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .topbar-menu .navbar-toggler {
        margin-top: 7px;
        color: #343434;
        padding: 0px;
        width: 40px;
        height: 30px;
    }

        .topbar-menu .navbar-toggler .navbar-toggler-icon {
            height: 25px;
            width: 25px;
        }



    .header-bottom {
        width: 100%;
    }

        .header-bottom .navbar-brand {
            width: 100%;
        }
     
}

@media (max-width: 767.98px) {
    .footerBottom {
        text-align: center;
    }

    .topbar-menu, .topbar-right {
        position: unset;
    }

    .product-combine-page-center,
    .product-page-center,
    .product-flower-page-center,
    .product-food-page-center {
        padding: 15px;
    }

    .best-seller-products {
        margin-top: 10px;
    }

    .quickorder-module .btn-success {
        padding: 10px 40px;
    }

    .istatistik-veri {
        display: flex;
        justify-content: center;
    }
    .demo-buttons a {
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .demo-buttons a span {
        line-height: 35px;
    }
    .header-middle-free {
        display:none;
    }
    /*
    .header-menu .navbar-toggler {
        display: none;
    }
    */
    .demo-buttons .admin-button {
        display: none;
    }
    .demo-page h4 {
        font-size:18px;
    }
    .counter-info {
        padding: 0px 20px;
    }
    .inner-banner {
        background: url(../images/07_1.webp) no-repeat 450px 253px;
    }
  @font-face {
  font-family: 'CustomFont';
  src: url('customfont.woff2') format('woff2');
  font-display: swap;
    }
     .sales-buttons {
    /*flex-direction: column;*/
    width: 100%;
  }

  .sales-button {
    width: 100%;
    max-width: 300px;
  }
   .product-image img {
    width: 100%; 
    height: auto;
    max-height:400px;
    max-width: 100%;
    object-fit: cover;
}
    
}

@media (max-width: 575.98px) {
    .header-middle {
        margin-bottom: 0 !important;
    }

    td.taksit-list {
        padding: 0;
        width: 100%;
        float: left;
    }

    .slider-description span.sli-item-title {
        font-size: 20px;
    }

    .slider-description h2 {
        font-size: 12px;
    }

    .slider-description .sli-item-text {
        width: 100%;
    }

    .slider-description .indirim {
        font-size: 14px;
    }

    .slider-description .satin-al {
        padding: 8px 18px;
        margin-top: 6px;
        font-size: 9px;
        border-radius: 3px;
    }

    .slider-description {
        top: 0px;
    }

    .customer-slider .owl-item {
        margin-top: 0px !important;
    }

    .footer-social {
        margin-top: 12px;
    }

    .icon-container .col-6 {
        flex: 100% !important;
        max-width: 100%;
        padding: 0;
        margin: 10px 10px !important;
    }

    .product-tabs .tabs-navigation ul li {
        width: 100%;
    }

        .product-tabs .tabs-navigation ul li a {
            border: 1px solid #ededed;
            margin: 5px 0px;
        }

    .product-tabs .tabs-navigation ul .tab-active a {
        border: 1px solid #e8e8e8 !important;
        background: #f9f9f9;
        border-radius: 0;
    }

    .overview-button .alert-success {
        padding: 8px 12px;
    }

    #user-menu-modal ul li {
        width: 100%;
    }

    li.quantity-piece,
    .price-title,
    .price-label {
        width: 100%;
    }

        .price-title:after {
            content: none;
        }

    ul.product-price-list li {
        border-bottom: 1px solid #eee;
    }

    #whatsapp {
        bottom: 0;
    }

    .product-slider-title h3 {
        padding: 0px 15px;
        line-height: 40px;
        height: 40px;
    }

    .headder-middle-right {
        padding: 5px 40px;
    }

    .product-slider-group-3-columns .nav-link {
        font-size: 14px;
        line-height: 20px;
    }

    .product-slider-group-3-columns .owl-nav {
        top: -38px;
    }

    .my-cart {
        position: static;
    }

    .best-seller-products ul.best-seller-products-list > li.related-product-box {
        padding-left: 0;
        padding-right: 0;
    }

    .best-seller-products .related-product-percent {
        width: 35%;
    }

    .best-seller-products .related-product-content {
        width: 65%;
    }

    .best-seller-products .related-product-content {
        padding: 0 10px 0 32px;
    }

    .best-seller-products .order-number {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 14px;
    }

    .notice-text {
        width: 100%;
    }

    .footer-notice {
        font-size: 11px;
        line-height: 16px;
    }

        .footer-notice a {
            font-size: 11px;
        }

    .enewsletter-module .pro-section .btn-box input:nth-child(1) {
        width: 250px;
    }

    .slider-module .banner-slider {
        text-align: center;
    }

    .download-button {
        text-align: center;
    }

    .popup-video-wrapper .fancybox-iframe {
        height: 40vh !important;
    }

    .special-offer > .static-content > ul > li:nth-child(3) > ul > li {
        width: 100%;
    }

    .special-offer > .static-content > ul > li > ul > li {
        width: 100%;
    }

    .complaint span {
        font-size: 27px;
    }
    .proticaret-slider h1 {
        font-size: 27px !important;
    }
    .button {
        font-size: 16px !important;
    }

}

@media (max-width: 414px) {
    td.taksit-list {
        padding: 0;
        width: 100%;
        float: left;
    }

    .account-menu ul.dropdown-menu {
        min-width: 0;
    }
    .slider-description h1 {
        font-size: 28px !important;
    }
}

@media (max-width: 375px) {
    .product-combine-page-center,
    .product-page-center,
    .product-flower-page-center,
    .product-food-page-center {
        padding: 10px;
    }

    .favorite-list > a i,
    .user-menu > button i {
        font-size: 16px;
    }

    .my-cart .my-cart-item > img {
        width: 20px;
    }
    .headder-middle-right {
        padding: 5px 20px;
    }
}

@media (max-width: 360px) {
    .title-type-1 i {
        margin-right: 8px;
    }

    .collapse-pd-list {
        margin-left: 8px;
    }
}

@media (max-width: 320px) {
    ul.overview-button {
        text-align: center;
    }

    .featured-price {
        font-size: 20px !important;
    }

    .overview-button li:last-child {
        width: 50%;
        margin: 10px 0px;
    }
}

/*İLETİŞİM SAYFASI BAŞLANGIÇ*/
.title-type-5 {
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color: #999;
}

    .title-type-5:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100px;
        height: 4px;
        background: #4ac4f3;
    }

    .title-type-5 strong {
        color: #444;
        font-weight: 600;
    }
/*İLETİŞİM SAYFASI BİTİŞ*/


/*Diğer Stilleri ezebilmesi için en altta olması gereklidir.*/
/*@import "../partial/_placeholder";*/

