@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
 :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
 :after,
 :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align)
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

 ::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

 ::-webkit-datetime-edit-day-field,
 ::-webkit-datetime-edit-fields-wrapper,
 ::-webkit-datetime-edit-hour-field,
 ::-webkit-datetime-edit-minute,
 ::-webkit-datetime-edit-month-field,
 ::-webkit-datetime-edit-text,
 ::-webkit-datetime-edit-year-field {
    padding: 0
}

 ::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

 ::-webkit-search-decoration {
    -webkit-appearance: none
}

 ::-webkit-color-swatch-wrapper {
    padding: 0
}

 ::file-selector-button {
    font: inherit
}

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    border-color: #dee2e6;
    color: #212529;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    border-color: #bacbe6;
    color: #000
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    border-color: #cbccce;
    color: #000
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    border-color: #bcd0c7;
    color: #000
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    border-color: #badce3;
    color: #000
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    border-color: #e6dbb9;
    color: #000
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    border-color: #dfc2c4;
    color: #000
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    border-color: #dfe0e1;
    color: #000
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    border-color: #373b3e;
    color: #fff
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-text {
    color: #6c757d;
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    color: #212529
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-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
}

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-sm::-webkit-file-upload-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    height: auto;
    padding: .375rem;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border-radius: .25rem;
    height: 1.5em
}

.form-control-color::-webkit-color-swatch {
    border-radius: .25rem;
    height: 1.5em
}

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    color-adjust: exact;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    border-color: #0d6efd
}

.form-check-input:disabled {
    -webkit-filter: none;
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    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='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    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");
    background-position: 100%
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    -webkit-filter: none;
    filter: none;
    opacity: .65;
    pointer-events: none
}

.form-range {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.valid-feedback {
    color: #198754;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #198754;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0a58ca;
    border-color: #0a53be;
    color: #fff
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #565e64;
    border-color: #51585e;
    color: #fff
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
    color: #fff
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #146c43;
    border-color: #13653f;
    color: #fff
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    background-color: #ffcd39;
    border-color: #ffc720;
    color: #000
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
    color: #fff
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-dark {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1a1e21;
    border-color: #191c1f;
    color: #fff
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #0d6efd
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}

.btn-outline-success {
    border-color: #198754;
    color: #198754
}

.btn-outline-success:hover {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #198754
}

.btn-outline-info {
    border-color: #0dcaf0;
    color: #0dcaf0
}

.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #0dcaf0
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-dark {
    border-color: #212529;
    color: #212529
}

.btn-outline-dark:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #212529
}

.btn-link {
    color: #0d6efd;
    font-weight: 400;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: .125rem;
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, .15);
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #1e2125
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0d6efd;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1rem
}

.dropdown-menu-dark {
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15);
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: #0d6efd;
    color: #fff
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: #0d6efd;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0d6efd;
    color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem;
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas-header {
        display: none
    }
    .navbar-expand-md .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas-header {
        display: none
    }
    .navbar-expand-xl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas-header {
        display: none
    }
    .navbar-expand-xxl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .5rem 1rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .5rem 1rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.5rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #212529;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    color: #0c63e4
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 1.25rem
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "https://spet-gatsby.envytheme.com/");
    float: left;
    padding-right: .5rem
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    display: block;
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    border-color: #dee2e6;
    z-index: 2
}

.page-link:focus,
.page-link:hover {
    background-color: #e9ecef;
    color: #0a58ca
}

.page-link:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0;
    z-index: 3
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    padding: .35em .65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    color: #084298
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    color: #41464b
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    background-color: #cff4fc;
    border-color: #b6effb;
    color: #055160
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #636464
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    background-color: #d3d3d4;
    border-color: #bcbebf;
    color: #141619
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #0d6efd;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .15) 75%, transparent 0, 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
    }
}

.list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>li:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #212529;
    display: block;
    padding: .5rem 1rem;
    position: relative;
    text-decoration: none
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    background-color: #cfe2ff;
    color: #084298
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #bacbe6;
    color: #084298
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #084298;
    border-color: #084298;
    color: #fff
}

.list-group-item-secondary {
    background-color: #e2e3e5;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #cbccce;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #41464b;
    border-color: #41464b;
    color: #fff
}

.list-group-item-success {
    background-color: #d1e7dd;
    color: #0f5132
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bcd0c7;
    color: #0f5132
}

.list-group-item-success.list-group-item-action.active {
    background-color: #0f5132;
    border-color: #0f5132;
    color: #fff
}

.list-group-item-info {
    background-color: #cff4fc;
    color: #055160
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160
}

.list-group-item-info.list-group-item-action.active {
    background-color: #055160;
    border-color: #055160;
    color: #fff
}

.list-group-item-warning {
    background-color: #fff3cd;
    color: #664d03
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #664d03
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #664d03;
    border-color: #664d03;
    color: #fff
}

.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #842029;
    border-color: #842029;
    color: #fff
}

.list-group-item-light {
    background-color: #fefefe;
    color: #636464
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e5e5e5;
    color: #636464
}

.list-group-item-light.list-group-item-action.active {
    background-color: #636464;
    border-color: #636464;
    color: #fff
}

.list-group-item-dark {
    background-color: #d3d3d4;
    color: #141619
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebf;
    color: #141619
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #141619;
    border-color: #141619;
    color: #fff
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.btn-close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: .25;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    font-size: .875rem;
    max-width: 100%;
    pointer-events: auto;
    width: 350px
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    max-width: 100%;
    pointer-events: none;
    width: -webkit-max-content;
    width: max-content
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: .5rem .75rem
}

.toast-header .btn-close {
    margin-left: .75rem;
    margin-right: -.375rem
}

.toast-body {
    word-wrap: break-word;
    padding: .75rem
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 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
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1080
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: -1px
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.popover .popover-arrow {
    display: block;
    height: .5rem;
    position: absolute;
    width: 1rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    height: 1rem;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: 1rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    padding: 0;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    visibility: hidden;
    z-index: 1045
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-header .btn-close {
    margin-bottom: -.5rem;
    margin-right: -.5rem;
    margin-top: -.5rem;
    padding: .5rem
}

.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem
}

.offcanvas-start {
    border-right: 1px solid rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 400px
}

.offcanvas-end {
    border-left: 1px solid rgba(0, 0, 0, .2);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px
}

.offcanvas-top {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom,
.offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

.placeholder {
    background-color: currentColor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: 1px
}

.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
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }
    .float-sm-end {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: .25rem !important
    }
    .gap-sm-2 {
        gap: .5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 3rem !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .5rem !important
    }
    .ms-sm-3 {
        margin-left: 1rem !important
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important
    }
    .ms-sm-5 {
        margin-left: 3rem !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .5rem !important
    }
    .pe-sm-3 {
        padding-right: 1rem !important
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important
    }
    .pe-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }
    .float-md-end {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: .25rem !important
    }
    .gap-md-2 {
        gap: .5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 3rem !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: .25rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .me-md-3 {
        margin-right: 1rem !important
    }
    .me-md-4 {
        margin-right: 1.5rem !important
    }
    .me-md-5 {
        margin-right: 3rem !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: .25rem !important
    }
    .ms-md-2 {
        margin-left: .5rem !important
    }
    .ms-md-3 {
        margin-left: 1rem !important
    }
    .ms-md-4 {
        margin-left: 1.5rem !important
    }
    .ms-md-5 {
        margin-left: 3rem !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: .25rem !important
    }
    .pe-md-2 {
        padding-right: .5rem !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pe-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }
    .float-lg-end {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: .25rem !important
    }
    .gap-lg-2 {
        gap: .5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 3rem !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .5rem !important
    }
    .ms-lg-3 {
        margin-left: 1rem !important
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important
    }
    .ms-lg-5 {
        margin-left: 3rem !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .5rem !important
    }
    .pe-lg-3 {
        padding-right: 1rem !important
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important
    }
    .pe-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }
    .float-xl-end {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: .25rem !important
    }
    .gap-xl-2 {
        gap: .5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 3rem !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: .25rem !important
    }
    .me-xl-2 {
        margin-right: .5rem !important
    }
    .me-xl-3 {
        margin-right: 1rem !important
    }
    .me-xl-4 {
        margin-right: 1.5rem !important
    }
    .me-xl-5 {
        margin-right: 3rem !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .5rem !important
    }
    .ms-xl-3 {
        margin-left: 1rem !important
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xl-5 {
        margin-left: 3rem !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .5rem !important
    }
    .pe-xl-3 {
        padding-right: 1rem !important
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }
    .float-xxl-end {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-grid {
        display: grid !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxl-none {
        display: none !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xxl-0 {
        gap: 0 !important
    }
    .gap-xxl-1 {
        gap: .25rem !important
    }
    .gap-xxl-2 {
        gap: .5rem !important
    }
    .gap-xxl-3 {
        gap: 1rem !important
    }
    .gap-xxl-4 {
        gap: 1.5rem !important
    }
    .gap-xxl-5 {
        gap: 3rem !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: .25rem !important
    }
    .mt-xxl-2 {
        margin-top: .5rem !important
    }
    .mt-xxl-3 {
        margin-top: 1rem !important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xxl-5 {
        margin-top: 3rem !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .me-xxl-0 {
        margin-right: 0 !important
    }
    .me-xxl-1 {
        margin-right: .25rem !important
    }
    .me-xxl-2 {
        margin-right: .5rem !important
    }
    .me-xxl-3 {
        margin-right: 1rem !important
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important
    }
    .me-xxl-5 {
        margin-right: 3rem !important
    }
    .me-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ms-xxl-0 {
        margin-left: 0 !important
    }
    .ms-xxl-1 {
        margin-left: .25rem !important
    }
    .ms-xxl-2 {
        margin-left: .5rem !important
    }
    .ms-xxl-3 {
        margin-left: 1rem !important
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xxl-5 {
        margin-left: 3rem !important
    }
    .ms-xxl-auto {
        margin-left: auto !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: .25rem !important
    }
    .pt-xxl-2 {
        padding-top: .5rem !important
    }
    .pt-xxl-3 {
        padding-top: 1rem !important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xxl-5 {
        padding-top: 3rem !important
    }
    .pe-xxl-0 {
        padding-right: 0 !important
    }
    .pe-xxl-1 {
        padding-right: .25rem !important
    }
    .pe-xxl-2 {
        padding-right: .5rem !important
    }
    .pe-xxl-3 {
        padding-right: 1rem !important
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xxl-0 {
        padding-left: 0 !important
    }
    .ps-xxl-1 {
        padding-left: .25rem !important
    }
    .ps-xxl-2 {
        padding-left: .5rem !important
    }
    .ps-xxl-3 {
        padding-left: 1rem !important
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xxl-5 {
        padding-left: 3rem !important
    }
    .text-xxl-start {
        text-align: left !important
    }
    .text-xxl-end {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}


/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

 :root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*.8);
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important
    }
    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.animate__swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animate__animated.animate__flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: boxicons;
    font-style: normal;
    font-weight: 400;
    src: url(https://spet-gatsby.envytheme.com/static/boxicons-c324d2b5569fb2c20e5d83e49e482e79.eot);
    src: url(https://spet-gatsby.envytheme.com/static/boxicons-c324d2b5569fb2c20e5d83e49e482e79.eot) format("embedded-opentype"), url(https://spet-gatsby.envytheme.com/static/boxicons-af4cc70871df09d7cbb2aec10289880e.woff2) format("woff2"), url(https://spet-gatsby.envytheme.com/static/boxicons-6ee3db6f8674524d7716d46f5cdc8122.woff) format("woff"), url(https://spet-gatsby.envytheme.com/static/boxicons-426af27b46d4c8a018df130c2da63ee5.ttf) format("truetype"), url(https://spet-gatsby.envytheme.com/static/boxicons-2932c34d4565222828088d5fef2b4fba.svg?#boxicons) format("svg")
}

.bx {
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: boxicons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.bx-ul {
    list-style: none;
    margin-left: 2em;
    padding-left: 0
}

.bx-ul>li {
    position: relative
}

.bx-ul .bx {
    font-size: inherit;
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes burst {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    90% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes burst {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    90% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes flashing {
    0% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@keyframes flashing {
    0% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fade-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fade-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fade-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fade-up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fade-up {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fade-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fade-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate(-10deg);
        transform: scale3d(.95, .95, .95) rotate(-10deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scaleX(1) rotate(10deg);
        transform: scaleX(1) rotate(10deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scaleX(1) rotate(-10deg);
        transform: scaleX(1) rotate(-10deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate(-10deg);
        transform: scale3d(.95, .95, .95) rotate(-10deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scaleX(1) rotate(10deg);
        transform: scaleX(1) rotate(10deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bx-spin,
.bx-spin-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.bx-tada,
.bx-tada-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.bx-flashing,
.bx-flashing-hover:hover {
    -webkit-animation: flashing 1.5s linear infinite;
    animation: flashing 1.5s linear infinite
}

.bx-burst,
.bx-burst-hover:hover {
    -webkit-animation: burst 1.5s linear infinite;
    animation: burst 1.5s linear infinite
}

.bx-fade-up,
.bx-fade-up-hover:hover {
    -webkit-animation: fade-up 1.5s linear infinite;
    animation: fade-up 1.5s linear infinite
}

.bx-fade-down,
.bx-fade-down-hover:hover {
    -webkit-animation: fade-down 1.5s linear infinite;
    animation: fade-down 1.5s linear infinite
}

.bx-fade-left,
.bx-fade-left-hover:hover {
    -webkit-animation: fade-left 1.5s linear infinite;
    animation: fade-left 1.5s linear infinite
}

.bx-fade-right,
.bx-fade-right-hover:hover {
    -webkit-animation: fade-right 1.5s linear infinite;
    animation: fade-right 1.5s linear infinite
}

.bx-xs {
    font-size: 1rem !important
}

.bx-sm {
    font-size: 1.55rem !important
}

.bx-md {
    font-size: 2.25rem !important
}

.bx-lg {
    font-size: 3rem !important
}

.bx-fw {
    font-size: 1.2857142857em;
    height: .8em;
    line-height: .8em;
    margin-top: -.2em !important;
    vertical-align: middle;
    width: 1.2857142857em
}

.bx-pull-left {
    float: left;
    margin-right: .3em !important
}

.bx-pull-right {
    float: right;
    margin-left: .3em !important
}

.bx-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bx-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bx-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.bx-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.bx-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.bx-border {
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: .25em;
    padding: .25em
}

.bx-border-circle {
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    padding: .25em
}

.bxl-500px:before {
    content: "\e900"
}

.bxl-adobe:before {
    content: "\e901"
}

.bxl-airbnb:before {
    content: "\e902"
}

.bxl-algolia:before {
    content: "\e903"
}

.bxl-amazon:before {
    content: "\e904"
}

.bxl-android:before {
    content: "\e905"
}

.bxl-angular:before {
    content: "\e906"
}

.bxl-apple:before {
    content: "\e907"
}

.bxl-audible:before {
    content: "\e908"
}

.bxl-aws:before {
    content: "\e909"
}

.bxl-baidu:before {
    content: "\e90a"
}

.bxl-behance:before {
    content: "\e90b"
}

.bxl-bing:before {
    content: "\e90c"
}

.bxl-bitcoin:before {
    content: "\e90d"
}

.bxl-blender:before {
    content: "\e90e"
}

.bxl-blogger:before {
    content: "\e90f"
}

.bxl-bootstrap:before {
    content: "\e910"
}

.bxl-chrome:before {
    content: "\e911"
}

.bxl-codepen:before {
    content: "\e912"
}

.bxl-c-plus-plus:before {
    content: "\e913"
}

.bxl-creative-commons:before {
    content: "\e914"
}

.bxl-css3:before {
    content: "\e915"
}

.bxl-dailymotion:before {
    content: "\e916"
}

.bxl-deviantart:before {
    content: "\e917"
}

.bxl-dev-to:before {
    content: "\e918"
}

.bxl-digg:before {
    content: "\e919"
}

.bxl-digitalocean:before {
    content: "\e91a"
}

.bxl-discord:before {
    content: "\e91b"
}

.bxl-discord-alt:before {
    content: "\e91c"
}

.bxl-discourse:before {
    content: "\e91d"
}

.bxl-django:before {
    content: "\e91e"
}

.bxl-docker:before {
    content: "\e91f"
}

.bxl-dribbble:before {
    content: "\e920"
}

.bxl-dropbox:before {
    content: "\e921"
}

.bxl-drupal:before {
    content: "\e922"
}

.bxl-ebay:before {
    content: "\e923"
}

.bxl-edge:before {
    content: "\e924"
}

.bxl-etsy:before {
    content: "\e925"
}

.bxl-facebook:before {
    content: "\e926"
}

.bxl-facebook-circle:before {
    content: "\e927"
}

.bxl-facebook-square:before {
    content: "\e928"
}

.bxl-figma:before {
    content: "\e929"
}

.bxl-firebase:before {
    content: "\e92a"
}

.bxl-firefox:before {
    content: "\e92b"
}

.bxl-flickr:before {
    content: "\e92c"
}

.bxl-flickr-square:before {
    content: "\e92d"
}

.bxl-flutter:before {
    content: "\e92e"
}

.bxl-foursquare:before {
    content: "\e92f"
}

.bxl-git:before {
    content: "\e930"
}

.bxl-github:before {
    content: "\e931"
}

.bxl-gitlab:before {
    content: "\e932"
}

.bxl-google:before {
    content: "\e933"
}

.bxl-google-cloud:before {
    content: "\e934"
}

.bxl-google-plus:before {
    content: "\e935"
}

.bxl-google-plus-circle:before {
    content: "\e936"
}

.bxl-html5:before {
    content: "\e937"
}

.bxl-imdb:before {
    content: "\e938"
}

.bxl-instagram:before {
    content: "\e939"
}

.bxl-instagram-alt:before {
    content: "\e93a"
}

.bxl-internet-explorer:before {
    content: "\e93b"
}

.bxl-invision:before {
    content: "\e93c"
}

.bxl-javascript:before {
    content: "\e93d"
}

.bxl-joomla:before {
    content: "\e93e"
}

.bxl-jquery:before {
    content: "\e93f"
}

.bxl-jsfiddle:before {
    content: "\e940"
}

.bxl-kickstarter:before {
    content: "\e941"
}

.bxl-kubernetes:before {
    content: "\e942"
}

.bxl-less:before {
    content: "\e943"
}

.bxl-linkedin:before {
    content: "\e944"
}

.bxl-linkedin-square:before {
    content: "\e945"
}

.bxl-magento:before {
    content: "\e946"
}

.bxl-mailchimp:before {
    content: "\e947"
}

.bxl-markdown:before {
    content: "\e948"
}

.bxl-mastercard:before {
    content: "\e949"
}

.bxl-mastodon:before {
    content: "\e94a"
}

.bxl-medium:before {
    content: "\e94b"
}

.bxl-medium-old:before {
    content: "\e94c"
}

.bxl-medium-square:before {
    content: "\e94d"
}

.bxl-messenger:before {
    content: "\e94e"
}

.bxl-microsoft:before {
    content: "\e94f"
}

.bxl-microsoft-teams:before {
    content: "\e950"
}

.bxl-nodejs:before {
    content: "\e951"
}

.bxl-ok-ru:before {
    content: "\e952"
}

.bxl-opera:before {
    content: "\e953"
}

.bxl-patreon:before {
    content: "\e954"
}

.bxl-paypal:before {
    content: "\e955"
}

.bxl-periscope:before {
    content: "\e956"
}

.bxl-php:before {
    content: "\e957"
}

.bxl-pinterest:before {
    content: "\e958"
}

.bxl-pinterest-alt:before {
    content: "\e959"
}

.bxl-play-store:before {
    content: "\e95a"
}

.bxl-pocket:before {
    content: "\e95b"
}

.bxl-product-hunt:before {
    content: "\e95c"
}

.bxl-python:before {
    content: "\e95d"
}

.bxl-quora:before {
    content: "\e95e"
}

.bxl-react:before {
    content: "\e95f"
}

.bxl-redbubble:before {
    content: "\e960"
}

.bxl-reddit:before {
    content: "\e961"
}

.bxl-redux:before {
    content: "\e962"
}

.bxl-sass:before {
    content: "\e963"
}

.bxl-shopify:before {
    content: "\e964"
}

.bxl-sketch:before {
    content: "\e965"
}

.bxl-skype:before {
    content: "\e966"
}

.bxl-slack:before {
    content: "\e967"
}

.bxl-slack-old:before {
    content: "\e968"
}

.bxl-snapchat:before {
    content: "\e969"
}

.bxl-soundcloud:before {
    content: "\e96a"
}

.bxl-spotify:before {
    content: "\e96b"
}

.bxl-spring-boot:before {
    content: "\e96c"
}

.bxl-squarespace:before {
    content: "\e96d"
}

.bxl-stack-overflow:before {
    content: "\e96e"
}

.bxl-steam:before {
    content: "\e96f"
}

.bxl-stripe:before {
    content: "\e970"
}

.bxl-tailwind-css:before {
    content: "\e971"
}

.bxl-telegram:before {
    content: "\e972"
}

.bxl-tiktok:before {
    content: "\e973"
}

.bxl-trello:before {
    content: "\e974"
}

.bxl-trip-advisor:before {
    content: "\e975"
}

.bxl-tumblr:before {
    content: "\e976"
}

.bxl-tux:before {
    content: "\e977"
}

.bxl-twitch:before {
    content: "\e978"
}

.bxl-twitter:before {
    content: "\e979"
}

.bxl-unity:before {
    content: "\e97a"
}

.bxl-unsplash:before {
    content: "\e97b"
}

.bxl-vimeo:before {
    content: "\e97c"
}

.bxl-visa:before {
    content: "\e97d"
}

.bxl-visual-studio:before {
    content: "\e97e"
}

.bxl-vk:before {
    content: "\e97f"
}

.bxl-vuejs:before {
    content: "\e980"
}

.bxl-whatsapp:before {
    content: "\e981"
}

.bxl-whatsapp-square:before {
    content: "\e982"
}

.bxl-wikipedia:before {
    content: "\e983"
}

.bxl-windows:before {
    content: "\e984"
}

.bxl-wix:before {
    content: "\e985"
}

.bxl-wordpress:before {
    content: "\e986"
}

.bxl-yahoo:before {
    content: "\e987"
}

.bxl-yelp:before {
    content: "\e988"
}

.bxl-youtube:before {
    content: "\e989"
}

.bxl-zoom:before {
    content: "\e98a"
}

.bxs-add-to-queue:before {
    content: "\e98b"
}

.bxs-adjust:before {
    content: "\e98c"
}

.bxs-adjust-alt:before {
    content: "\e98d"
}

.bxs-alarm:before {
    content: "\e98e"
}

.bxs-alarm-add:before {
    content: "\e98f"
}

.bxs-alarm-exclamation:before {
    content: "\e990"
}

.bxs-alarm-off:before {
    content: "\e991"
}

.bxs-alarm-snooze:before {
    content: "\e992"
}

.bxs-album:before {
    content: "\e993"
}

.bxs-ambulance:before {
    content: "\e994"
}

.bxs-analyse:before {
    content: "\e995"
}

.bxs-angry:before {
    content: "\e996"
}

.bxs-arch:before {
    content: "\e997"
}

.bxs-archive:before {
    content: "\e998"
}

.bxs-archive-in:before {
    content: "\e999"
}

.bxs-archive-out:before {
    content: "\e99a"
}

.bxs-area:before {
    content: "\e99b"
}

.bxs-arrow-from-bottom:before {
    content: "\e99c"
}

.bxs-arrow-from-left:before {
    content: "\e99d"
}

.bxs-arrow-from-right:before {
    content: "\e99e"
}

.bxs-arrow-from-top:before {
    content: "\e99f"
}

.bxs-arrow-to-bottom:before {
    content: "\e9a0"
}

.bxs-arrow-to-left:before {
    content: "\e9a1"
}

.bxs-arrow-to-right:before {
    content: "\e9a2"
}

.bxs-arrow-to-top:before {
    content: "\e9a3"
}

.bxs-award:before {
    content: "\e9a4"
}

.bxs-baby-carriage:before {
    content: "\e9a5"
}

.bxs-backpack:before {
    content: "\e9a6"
}

.bxs-badge:before {
    content: "\e9a7"
}

.bxs-badge-check:before {
    content: "\e9a8"
}

.bxs-badge-dollar:before {
    content: "\e9a9"
}

.bxs-ball:before {
    content: "\e9aa"
}

.bxs-band-aid:before {
    content: "\e9ab"
}

.bxs-bank:before {
    content: "\e9ac"
}

.bxs-bar-chart-alt-2:before {
    content: "\e9ad"
}

.bxs-bar-chart-square:before {
    content: "\e9ae"
}

.bxs-barcode:before {
    content: "\e9af"
}

.bxs-baseball:before {
    content: "\e9b0"
}

.bxs-basket:before {
    content: "\e9b1"
}

.bxs-basketball:before {
    content: "\e9b2"
}

.bxs-bath:before {
    content: "\e9b3"
}

.bxs-battery:before {
    content: "\e9b4"
}

.bxs-battery-charging:before {
    content: "\e9b5"
}

.bxs-battery-full:before {
    content: "\e9b6"
}

.bxs-battery-low:before {
    content: "\e9b7"
}

.bxs-bed:before {
    content: "\e9b8"
}

.bxs-been-here:before {
    content: "\e9b9"
}

.bxs-beer:before {
    content: "\e9ba"
}

.bxs-bell:before {
    content: "\e9bb"
}

.bxs-bell-minus:before {
    content: "\e9bc"
}

.bxs-bell-off:before {
    content: "\e9bd"
}

.bxs-bell-plus:before {
    content: "\e9be"
}

.bxs-bell-ring:before {
    content: "\e9bf"
}

.bxs-bible:before {
    content: "\e9c0"
}

.bxs-binoculars:before {
    content: "\e9c1"
}

.bxs-blanket:before {
    content: "\e9c2"
}

.bxs-bolt:before {
    content: "\e9c3"
}

.bxs-bolt-circle:before {
    content: "\e9c4"
}

.bxs-bomb:before {
    content: "\e9c5"
}

.bxs-bone:before {
    content: "\e9c6"
}

.bxs-bong:before {
    content: "\e9c7"
}

.bxs-book:before {
    content: "\e9c8"
}

.bxs-book-add:before {
    content: "\e9c9"
}

.bxs-book-alt:before {
    content: "\e9ca"
}

.bxs-book-bookmark:before {
    content: "\e9cb"
}

.bxs-book-content:before {
    content: "\e9cc"
}

.bxs-book-heart:before {
    content: "\e9cd"
}

.bxs-bookmark:before {
    content: "\e9ce"
}

.bxs-bookmark-alt:before {
    content: "\e9cf"
}

.bxs-bookmark-alt-minus:before {
    content: "\e9d0"
}

.bxs-bookmark-alt-plus:before {
    content: "\e9d1"
}

.bxs-bookmark-heart:before {
    content: "\e9d2"
}

.bxs-bookmark-minus:before {
    content: "\e9d3"
}

.bxs-bookmark-plus:before {
    content: "\e9d4"
}

.bxs-bookmarks:before {
    content: "\e9d5"
}

.bxs-bookmark-star:before {
    content: "\e9d6"
}

.bxs-book-open:before {
    content: "\e9d7"
}

.bxs-book-reader:before {
    content: "\e9d8"
}

.bxs-bot:before {
    content: "\e9d9"
}

.bxs-bowling-ball:before {
    content: "\e9da"
}

.bxs-box:before {
    content: "\e9db"
}

.bxs-brain:before {
    content: "\e9dc"
}

.bxs-briefcase:before {
    content: "\e9dd"
}

.bxs-briefcase-alt:before {
    content: "\e9de"
}

.bxs-briefcase-alt-2:before {
    content: "\e9df"
}

.bxs-brightness:before {
    content: "\e9e0"
}

.bxs-brightness-half:before {
    content: "\e9e1"
}

.bxs-brush:before {
    content: "\e9e2"
}

.bxs-brush-alt:before {
    content: "\e9e3"
}

.bxs-bug:before {
    content: "\e9e4"
}

.bxs-bug-alt:before {
    content: "\e9e5"
}

.bxs-building:before {
    content: "\e9e6"
}

.bxs-building-house:before {
    content: "\e9e7"
}

.bxs-buildings:before {
    content: "\e9e8"
}

.bxs-bulb:before {
    content: "\e9e9"
}

.bxs-bullseye:before {
    content: "\e9ea"
}

.bxs-buoy:before {
    content: "\e9eb"
}

.bxs-bus:before {
    content: "\e9ec"
}

.bxs-business:before {
    content: "\e9ed"
}

.bxs-bus-school:before {
    content: "\e9ee"
}

.bxs-cabinet:before {
    content: "\e9ef"
}

.bxs-cake:before {
    content: "\e9f0"
}

.bxs-calculator:before {
    content: "\e9f1"
}

.bxs-calendar:before {
    content: "\e9f2"
}

.bxs-calendar-alt:before {
    content: "\e9f3"
}

.bxs-calendar-check:before {
    content: "\e9f4"
}

.bxs-calendar-edit:before {
    content: "\e9f5"
}

.bxs-calendar-event:before {
    content: "\e9f6"
}

.bxs-calendar-exclamation:before {
    content: "\e9f7"
}

.bxs-calendar-heart:before {
    content: "\e9f8"
}

.bxs-calendar-minus:before {
    content: "\e9f9"
}

.bxs-calendar-plus:before {
    content: "\e9fa"
}

.bxs-calendar-star:before {
    content: "\e9fb"
}

.bxs-calendar-week:before {
    content: "\e9fc"
}

.bxs-calendar-x:before {
    content: "\e9fd"
}

.bxs-camera:before {
    content: "\e9fe"
}

.bxs-camera-home:before {
    content: "\e9ff"
}

.bxs-camera-movie:before {
    content: "\ea00"
}

.bxs-camera-off:before {
    content: "\ea01"
}

.bxs-camera-plus:before {
    content: "\ea02"
}

.bxs-capsule:before {
    content: "\ea03"
}

.bxs-captions:before {
    content: "\ea04"
}

.bxs-car:before {
    content: "\ea05"
}

.bxs-car-battery:before {
    content: "\ea06"
}

.bxs-car-crash:before {
    content: "\ea07"
}

.bxs-card:before {
    content: "\ea08"
}

.bxs-caret-down-circle:before {
    content: "\ea09"
}

.bxs-caret-down-square:before {
    content: "\ea0a"
}

.bxs-caret-left-circle:before {
    content: "\ea0b"
}

.bxs-caret-left-square:before {
    content: "\ea0c"
}

.bxs-caret-right-circle:before {
    content: "\ea0d"
}

.bxs-caret-right-square:before {
    content: "\ea0e"
}

.bxs-caret-up-circle:before {
    content: "\ea0f"
}

.bxs-caret-up-square:before {
    content: "\ea10"
}

.bxs-car-garage:before {
    content: "\ea11"
}

.bxs-car-mechanic:before {
    content: "\ea12"
}

.bxs-carousel:before {
    content: "\ea13"
}

.bxs-cart:before {
    content: "\ea14"
}

.bxs-cart-add:before {
    content: "\ea15"
}

.bxs-cart-alt:before {
    content: "\ea16"
}

.bxs-cart-download:before {
    content: "\ea17"
}

.bxs-car-wash:before {
    content: "\ea18"
}

.bxs-category:before {
    content: "\ea19"
}

.bxs-category-alt:before {
    content: "\ea1a"
}

.bxs-cctv:before {
    content: "\ea1b"
}

.bxs-certification:before {
    content: "\ea1c"
}

.bxs-chalkboard:before {
    content: "\ea1d"
}

.bxs-chart:before {
    content: "\ea1e"
}

.bxs-chat:before {
    content: "\ea1f"
}

.bxs-checkbox:before {
    content: "\ea20"
}

.bxs-checkbox-checked:before {
    content: "\ea21"
}

.bxs-checkbox-minus:before {
    content: "\ea22"
}

.bxs-check-circle:before {
    content: "\ea23"
}

.bxs-check-shield:before {
    content: "\ea24"
}

.bxs-check-square:before {
    content: "\ea25"
}

.bxs-chess:before {
    content: "\ea26"
}

.bxs-chevron-down:before {
    content: "\ea27"
}

.bxs-chevron-down-circle:before {
    content: "\ea28"
}

.bxs-chevron-down-square:before {
    content: "\ea29"
}

.bxs-chevron-left:before {
    content: "\ea2a"
}

.bxs-chevron-left-circle:before {
    content: "\ea2b"
}

.bxs-chevron-left-square:before {
    content: "\ea2c"
}

.bxs-chevron-right:before {
    content: "\ea2d"
}

.bxs-chevron-right-circle:before {
    content: "\ea2e"
}

.bxs-chevron-right-square:before {
    content: "\ea2f"
}

.bxs-chevrons-down:before {
    content: "\ea30"
}

.bxs-chevrons-left:before {
    content: "\ea31"
}

.bxs-chevrons-right:before {
    content: "\ea32"
}

.bxs-chevrons-up:before {
    content: "\ea33"
}

.bxs-chevron-up:before {
    content: "\ea34"
}

.bxs-chevron-up-circle:before {
    content: "\ea35"
}

.bxs-chevron-up-square:before {
    content: "\ea36"
}

.bxs-chip:before {
    content: "\ea37"
}

.bxs-church:before {
    content: "\ea38"
}

.bxs-circle:before {
    content: "\ea39"
}

.bxs-city:before {
    content: "\ea3a"
}

.bxs-clinic:before {
    content: "\ea3b"
}

.bxs-cloud:before {
    content: "\ea3c"
}

.bxs-cloud-download:before {
    content: "\ea3d"
}

.bxs-cloud-lightning:before {
    content: "\ea3e"
}

.bxs-cloud-rain:before {
    content: "\ea3f"
}

.bxs-cloud-upload:before {
    content: "\ea40"
}

.bxs-coffee:before {
    content: "\ea41"
}

.bxs-coffee-alt:before {
    content: "\ea42"
}

.bxs-coffee-togo:before {
    content: "\ea43"
}

.bxs-cog:before {
    content: "\ea44"
}

.bxs-coin:before {
    content: "\ea45"
}

.bxs-coin-stack:before {
    content: "\ea46"
}

.bxs-collection:before {
    content: "\ea47"
}

.bxs-color-fill:before {
    content: "\ea48"
}

.bxs-comment:before {
    content: "\ea49"
}

.bxs-comment-add:before {
    content: "\ea4a"
}

.bxs-comment-check:before {
    content: "\ea4b"
}

.bxs-comment-detail:before {
    content: "\ea4c"
}

.bxs-comment-dots:before {
    content: "\ea4d"
}

.bxs-comment-edit:before {
    content: "\ea4e"
}

.bxs-comment-error:before {
    content: "\ea4f"
}

.bxs-comment-minus:before {
    content: "\ea50"
}

.bxs-comment-x:before {
    content: "\ea51"
}

.bxs-compass:before {
    content: "\ea52"
}

.bxs-component:before {
    content: "\ea53"
}

.bxs-confused:before {
    content: "\ea54"
}

.bxs-contact:before {
    content: "\ea55"
}

.bxs-conversation:before {
    content: "\ea56"
}

.bxs-cookie:before {
    content: "\ea57"
}

.bxs-cool:before {
    content: "\ea58"
}

.bxs-copy:before {
    content: "\ea59"
}

.bxs-copy-alt:before {
    content: "\ea5a"
}

.bxs-copyright:before {
    content: "\ea5b"
}

.bxs-coupon:before {
    content: "\ea5c"
}

.bxs-credit-card:before {
    content: "\ea5d"
}

.bxs-credit-card-alt:before {
    content: "\ea5e"
}

.bxs-credit-card-front:before {
    content: "\ea5f"
}

.bxs-crop:before {
    content: "\ea60"
}

.bxs-crown:before {
    content: "\ea61"
}

.bxs-cube:before {
    content: "\ea62"
}

.bxs-cube-alt:before {
    content: "\ea63"
}

.bxs-cuboid:before {
    content: "\ea64"
}

.bxs-customize:before {
    content: "\ea65"
}

.bxs-cylinder:before {
    content: "\ea66"
}

.bxs-dashboard:before {
    content: "\ea67"
}

.bxs-data:before {
    content: "\ea68"
}

.bxs-detail:before {
    content: "\ea69"
}

.bxs-devices:before {
    content: "\ea6a"
}

.bxs-diamond:before {
    content: "\ea6b"
}

.bxs-dice-1:before {
    content: "\ea6c"
}

.bxs-dice-2:before {
    content: "\ea6d"
}

.bxs-dice-3:before {
    content: "\ea6e"
}

.bxs-dice-4:before {
    content: "\ea6f"
}

.bxs-dice-5:before {
    content: "\ea70"
}

.bxs-dice-6:before {
    content: "\ea71"
}

.bxs-direction-left:before {
    content: "\ea72"
}

.bxs-direction-right:before {
    content: "\ea73"
}

.bxs-directions:before {
    content: "\ea74"
}

.bxs-disc:before {
    content: "\ea75"
}

.bxs-discount:before {
    content: "\ea76"
}

.bxs-dish:before {
    content: "\ea77"
}

.bxs-dislike:before {
    content: "\ea78"
}

.bxs-dizzy:before {
    content: "\ea79"
}

.bxs-dock-bottom:before {
    content: "\ea7a"
}

.bxs-dock-left:before {
    content: "\ea7b"
}

.bxs-dock-right:before {
    content: "\ea7c"
}

.bxs-dock-top:before {
    content: "\ea7d"
}

.bxs-dollar-circle:before {
    content: "\ea7e"
}

.bxs-donate-blood:before {
    content: "\ea7f"
}

.bxs-donate-heart:before {
    content: "\ea80"
}

.bxs-door-open:before {
    content: "\ea81"
}

.bxs-doughnut-chart:before {
    content: "\ea82"
}

.bxs-down-arrow:before {
    content: "\ea83"
}

.bxs-down-arrow-alt:before {
    content: "\ea84"
}

.bxs-down-arrow-circle:before {
    content: "\ea85"
}

.bxs-down-arrow-square:before {
    content: "\ea86"
}

.bxs-download:before {
    content: "\ea87"
}

.bxs-downvote:before {
    content: "\ea88"
}

.bxs-drink:before {
    content: "\ea89"
}

.bxs-droplet:before {
    content: "\ea8a"
}

.bxs-droplet-half:before {
    content: "\ea8b"
}

.bxs-dryer:before {
    content: "\ea8c"
}

.bxs-duplicate:before {
    content: "\ea8d"
}

.bxs-edit:before {
    content: "\ea8e"
}

.bxs-edit-alt:before {
    content: "\ea8f"
}

.bxs-edit-location:before {
    content: "\ea90"
}

.bxs-eject:before {
    content: "\ea91"
}

.bxs-envelope:before {
    content: "\ea92"
}

.bxs-envelope-open:before {
    content: "\ea93"
}

.bxs-eraser:before {
    content: "\ea94"
}

.bxs-error:before {
    content: "\ea95"
}

.bxs-error-alt:before {
    content: "\ea96"
}

.bxs-error-circle:before {
    content: "\ea97"
}

.bxs-ev-station:before {
    content: "\ea98"
}

.bxs-exit:before {
    content: "\ea99"
}

.bxs-extension:before {
    content: "\ea9a"
}

.bxs-eyedropper:before {
    content: "\ea9b"
}

.bxs-face:before {
    content: "\ea9c"
}

.bxs-face-mask:before {
    content: "\ea9d"
}

.bxs-factory:before {
    content: "\ea9e"
}

.bxs-fast-forward-circle:before {
    content: "\ea9f"
}

.bxs-file:before {
    content: "\eaa0"
}

.bxs-file-archive:before {
    content: "\eaa1"
}

.bxs-file-blank:before {
    content: "\eaa2"
}

.bxs-file-css:before {
    content: "\eaa3"
}

.bxs-file-doc:before {
    content: "\eaa4"
}

.bxs-file-export:before {
    content: "\eaa5"
}

.bxs-file-find:before {
    content: "\eaa6"
}

.bxs-file-gif:before {
    content: "\eaa7"
}

.bxs-file-html:before {
    content: "\eaa8"
}

.bxs-file-image:before {
    content: "\eaa9"
}

.bxs-file-import:before {
    content: "\eaaa"
}

.bxs-file-jpg:before {
    content: "\eaab"
}

.bxs-file-js:before {
    content: "\eaac"
}

.bxs-file-json:before {
    content: "\eaad"
}

.bxs-file-md:before {
    content: "\eaae"
}

.bxs-file-pdf:before {
    content: "\eaaf"
}

.bxs-file-plus:before {
    content: "\eab0"
}

.bxs-file-png:before {
    content: "\eab1"
}

.bxs-file-txt:before {
    content: "\eab2"
}

.bxs-film:before {
    content: "\eab3"
}

.bxs-filter-alt:before {
    content: "\eab4"
}

.bxs-first-aid:before {
    content: "\eab5"
}

.bxs-flag:before {
    content: "\eab6"
}

.bxs-flag-alt:before {
    content: "\eab7"
}

.bxs-flag-checkered:before {
    content: "\eab8"
}

.bxs-flame:before {
    content: "\eab9"
}

.bxs-flask:before {
    content: "\eaba"
}

.bxs-florist:before {
    content: "\eabb"
}

.bxs-folder:before {
    content: "\eabc"
}

.bxs-folder-minus:before {
    content: "\eabd"
}

.bxs-folder-open:before {
    content: "\eabe"
}

.bxs-folder-plus:before {
    content: "\eabf"
}

.bxs-food-menu:before {
    content: "\eac0"
}

.bxs-fridge:before {
    content: "\eac1"
}

.bxs-game:before {
    content: "\eac2"
}

.bxs-gas-pump:before {
    content: "\eac3"
}

.bxs-ghost:before {
    content: "\eac4"
}

.bxs-gift:before {
    content: "\eac5"
}

.bxs-graduation:before {
    content: "\eac6"
}

.bxs-grid:before {
    content: "\eac7"
}

.bxs-grid-alt:before {
    content: "\eac8"
}

.bxs-group:before {
    content: "\eac9"
}

.bxs-guitar-amp:before {
    content: "\eaca"
}

.bxs-hand:before {
    content: "\eacb"
}

.bxs-hand-down:before {
    content: "\eacc"
}

.bxs-hand-left:before {
    content: "\eacd"
}

.bxs-hand-right:before {
    content: "\eace"
}

.bxs-hand-up:before {
    content: "\eacf"
}

.bxs-happy:before {
    content: "\ead0"
}

.bxs-happy-alt:before {
    content: "\ead1"
}

.bxs-happy-beaming:before {
    content: "\ead2"
}

.bxs-happy-heart-eyes:before {
    content: "\ead3"
}

.bxs-hdd:before {
    content: "\ead4"
}

.bxs-heart:before {
    content: "\ead5"
}

.bxs-heart-circle:before {
    content: "\ead6"
}

.bxs-heart-square:before {
    content: "\ead7"
}

.bxs-help-circle:before {
    content: "\ead8"
}

.bxs-hide:before {
    content: "\ead9"
}

.bxs-home:before {
    content: "\eada"
}

.bxs-home-circle:before {
    content: "\eadb"
}

.bxs-home-heart:before {
    content: "\eadc"
}

.bxs-home-smile:before {
    content: "\eadd"
}

.bxs-hot:before {
    content: "\eade"
}

.bxs-hotel:before {
    content: "\eadf"
}

.bxs-hourglass:before {
    content: "\eae0"
}

.bxs-hourglass-bottom:before {
    content: "\eae1"
}

.bxs-hourglass-top:before {
    content: "\eae2"
}

.bxs-id-card:before {
    content: "\eae3"
}

.bxs-image:before {
    content: "\eae4"
}

.bxs-image-add:before {
    content: "\eae5"
}

.bxs-image-alt:before {
    content: "\eae6"
}

.bxs-inbox:before {
    content: "\eae7"
}

.bxs-info-circle:before {
    content: "\eae8"
}

.bxs-info-square:before {
    content: "\eae9"
}

.bxs-institution:before {
    content: "\eaea"
}

.bxs-joystick:before {
    content: "\eaeb"
}

.bxs-joystick-alt:before {
    content: "\eaec"
}

.bxs-joystick-button:before {
    content: "\eaed"
}

.bxs-key:before {
    content: "\eaee"
}

.bxs-keyboard:before {
    content: "\eaef"
}

.bxs-label:before {
    content: "\eaf0"
}

.bxs-landmark:before {
    content: "\eaf1"
}

.bxs-landscape:before {
    content: "\eaf2"
}

.bxs-laugh:before {
    content: "\eaf3"
}

.bxs-layer:before {
    content: "\eaf4"
}

.bxs-layer-minus:before {
    content: "\eaf5"
}

.bxs-layer-plus:before {
    content: "\eaf6"
}

.bxs-layout:before {
    content: "\eaf7"
}

.bxs-left-arrow:before {
    content: "\eaf8"
}

.bxs-left-arrow-alt:before {
    content: "\eaf9"
}

.bxs-left-arrow-circle:before {
    content: "\eafa"
}

.bxs-left-arrow-square:before {
    content: "\eafb"
}

.bxs-left-down-arrow-circle:before {
    content: "\eafc"
}

.bxs-left-top-arrow-circle:before {
    content: "\eafd"
}

.bxs-like:before {
    content: "\eafe"
}

.bxs-location-plus:before {
    content: "\eaff"
}

.bxs-lock:before {
    content: "\eb00"
}

.bxs-lock-alt:before {
    content: "\eb01"
}

.bxs-lock-open:before {
    content: "\eb02"
}

.bxs-lock-open-alt:before {
    content: "\eb03"
}

.bxs-log-in:before {
    content: "\eb04"
}

.bxs-log-in-circle:before {
    content: "\eb05"
}

.bxs-log-out:before {
    content: "\eb06"
}

.bxs-log-out-circle:before {
    content: "\eb07"
}

.bxs-low-vision:before {
    content: "\eb08"
}

.bxs-magic-wand:before {
    content: "\eb09"
}

.bxs-magnet:before {
    content: "\eb0a"
}

.bxs-map:before {
    content: "\eb0b"
}

.bxs-map-alt:before {
    content: "\eb0c"
}

.bxs-map-pin:before {
    content: "\eb0d"
}

.bxs-mask:before {
    content: "\eb0e"
}

.bxs-medal:before {
    content: "\eb0f"
}

.bxs-megaphone:before {
    content: "\eb10"
}

.bxs-meh:before {
    content: "\eb11"
}

.bxs-meh-alt:before {
    content: "\eb12"
}

.bxs-meh-blank:before {
    content: "\eb13"
}

.bxs-memory-card:before {
    content: "\eb14"
}

.bxs-message:before {
    content: "\eb15"
}

.bxs-message-add:before {
    content: "\eb16"
}

.bxs-message-alt:before {
    content: "\eb17"
}

.bxs-message-alt-add:before {
    content: "\eb18"
}

.bxs-message-alt-check:before {
    content: "\eb19"
}

.bxs-message-alt-detail:before {
    content: "\eb1a"
}

.bxs-message-alt-dots:before {
    content: "\eb1b"
}

.bxs-message-alt-edit:before {
    content: "\eb1c"
}

.bxs-message-alt-error:before {
    content: "\eb1d"
}

.bxs-message-alt-minus:before {
    content: "\eb1e"
}

.bxs-message-alt-x:before {
    content: "\eb1f"
}

.bxs-message-check:before {
    content: "\eb20"
}

.bxs-message-detail:before {
    content: "\eb21"
}

.bxs-message-dots:before {
    content: "\eb22"
}

.bxs-message-edit:before {
    content: "\eb23"
}

.bxs-message-error:before {
    content: "\eb24"
}

.bxs-message-minus:before {
    content: "\eb25"
}

.bxs-message-rounded:before {
    content: "\eb26"
}

.bxs-message-rounded-add:before {
    content: "\eb27"
}

.bxs-message-rounded-check:before {
    content: "\eb28"
}

.bxs-message-rounded-detail:before {
    content: "\eb29"
}

.bxs-message-rounded-dots:before {
    content: "\eb2a"
}

.bxs-message-rounded-edit:before {
    content: "\eb2b"
}

.bxs-message-rounded-error:before {
    content: "\eb2c"
}

.bxs-message-rounded-minus:before {
    content: "\eb2d"
}

.bxs-message-rounded-x:before {
    content: "\eb2e"
}

.bxs-message-square:before {
    content: "\eb2f"
}

.bxs-message-square-add:before {
    content: "\eb30"
}

.bxs-message-square-check:before {
    content: "\eb31"
}

.bxs-message-square-detail:before {
    content: "\eb32"
}

.bxs-message-square-dots:before {
    content: "\eb33"
}

.bxs-message-square-edit:before {
    content: "\eb34"
}

.bxs-message-square-error:before {
    content: "\eb35"
}

.bxs-message-square-minus:before {
    content: "\eb36"
}

.bxs-message-square-x:before {
    content: "\eb37"
}

.bxs-message-x:before {
    content: "\eb38"
}

.bxs-meteor:before {
    content: "\eb39"
}

.bxs-microchip:before {
    content: "\eb3a"
}

.bxs-microphone:before {
    content: "\eb3b"
}

.bxs-microphone-alt:before {
    content: "\eb3c"
}

.bxs-microphone-off:before {
    content: "\eb3d"
}

.bxs-minus-circle:before {
    content: "\eb3e"
}

.bxs-minus-square:before {
    content: "\eb3f"
}

.bxs-mobile:before {
    content: "\eb40"
}

.bxs-mobile-vibration:before {
    content: "\eb41"
}

.bxs-moon:before {
    content: "\eb42"
}

.bxs-mouse:before {
    content: "\eb43"
}

.bxs-mouse-alt:before {
    content: "\eb44"
}

.bxs-movie:before {
    content: "\eb45"
}

.bxs-movie-play:before {
    content: "\eb46"
}

.bxs-music:before {
    content: "\eb47"
}

.bxs-navigation:before {
    content: "\eb48"
}

.bxs-network-chart:before {
    content: "\eb49"
}

.bxs-news:before {
    content: "\eb4a"
}

.bxs-no-entry:before {
    content: "\eb4b"
}

.bxs-note:before {
    content: "\eb4c"
}

.bxs-notepad:before {
    content: "\eb4d"
}

.bxs-notification:before {
    content: "\eb4e"
}

.bxs-notification-off:before {
    content: "\eb4f"
}

.bxs-offer:before {
    content: "\eb50"
}

.bxs-package:before {
    content: "\eb51"
}

.bxs-paint:before {
    content: "\eb52"
}

.bxs-paint-roll:before {
    content: "\eb53"
}

.bxs-palette:before {
    content: "\eb54"
}

.bxs-paper-plane:before {
    content: "\eb55"
}

.bxs-parking:before {
    content: "\eb56"
}

.bxs-paste:before {
    content: "\eb57"
}

.bxs-pen:before {
    content: "\eb58"
}

.bxs-pencil:before {
    content: "\eb59"
}

.bxs-phone:before {
    content: "\eb5a"
}

.bxs-phone-call:before {
    content: "\eb5b"
}

.bxs-phone-incoming:before {
    content: "\eb5c"
}

.bxs-phone-off:before {
    content: "\eb5d"
}

.bxs-phone-outgoing:before {
    content: "\eb5e"
}

.bxs-photo-album:before {
    content: "\eb5f"
}

.bxs-piano:before {
    content: "\eb60"
}

.bxs-pie-chart:before {
    content: "\eb61"
}

.bxs-pie-chart-alt:before {
    content: "\eb62"
}

.bxs-pie-chart-alt-2:before {
    content: "\eb63"
}

.bxs-pin:before {
    content: "\eb64"
}

.bxs-pizza:before {
    content: "\eb65"
}

.bxs-plane:before {
    content: "\eb66"
}

.bxs-plane-alt:before {
    content: "\eb67"
}

.bxs-plane-land:before {
    content: "\eb68"
}

.bxs-planet:before {
    content: "\eb69"
}

.bxs-plane-take-off:before {
    content: "\eb6a"
}

.bxs-playlist:before {
    content: "\eb6b"
}

.bxs-plug:before {
    content: "\eb6c"
}

.bxs-plus-circle:before {
    content: "\eb6d"
}

.bxs-plus-square:before {
    content: "\eb6e"
}

.bxs-pointer:before {
    content: "\eb6f"
}

.bxs-polygon:before {
    content: "\eb70"
}

.bxs-printer:before {
    content: "\eb71"
}

.bxs-purchase-tag:before {
    content: "\eb72"
}

.bxs-purchase-tag-alt:before {
    content: "\eb73"
}

.bxs-pyramid:before {
    content: "\eb74"
}

.bxs-quote-alt-left:before {
    content: "\eb75"
}

.bxs-quote-alt-right:before {
    content: "\eb76"
}

.bxs-quote-left:before {
    content: "\eb77"
}

.bxs-quote-right:before {
    content: "\eb78"
}

.bxs-quote-single-left:before {
    content: "\eb79"
}

.bxs-quote-single-right:before {
    content: "\eb7a"
}

.bxs-radiation:before {
    content: "\eb7b"
}

.bxs-radio:before {
    content: "\eb7c"
}

.bxs-receipt:before {
    content: "\eb7d"
}

.bxs-rectangle:before {
    content: "\eb7e"
}

.bxs-registered:before {
    content: "\eb7f"
}

.bxs-rename:before {
    content: "\eb80"
}

.bxs-report:before {
    content: "\eb81"
}

.bxs-rewind-circle:before {
    content: "\eb82"
}

.bxs-right-arrow:before {
    content: "\eb83"
}

.bxs-right-arrow-alt:before {
    content: "\eb84"
}

.bxs-right-arrow-circle:before {
    content: "\eb85"
}

.bxs-right-arrow-square:before {
    content: "\eb86"
}

.bxs-right-down-arrow-circle:before {
    content: "\eb87"
}

.bxs-right-top-arrow-circle:before {
    content: "\eb88"
}

.bxs-rocket:before {
    content: "\eb89"
}

.bxs-ruler:before {
    content: "\eb8a"
}

.bxs-sad:before {
    content: "\eb8b"
}

.bxs-save:before {
    content: "\eb8c"
}

.bxs-school:before {
    content: "\eb8d"
}

.bxs-search:before {
    content: "\eb8e"
}

.bxs-search-alt-2:before {
    content: "\eb8f"
}

.bxs-select-multiple:before {
    content: "\eb90"
}

.bxs-send:before {
    content: "\eb91"
}

.bxs-server:before {
    content: "\eb92"
}

.bxs-shapes:before {
    content: "\eb93"
}

.bxs-share:before {
    content: "\eb94"
}

.bxs-share-alt:before {
    content: "\eb95"
}

.bxs-shield:before {
    content: "\eb96"
}

.bxs-shield-alt-2:before {
    content: "\eb97"
}

.bxs-shield-x:before {
    content: "\eb98"
}

.bxs-ship:before {
    content: "\eb99"
}

.bxs-shocked:before {
    content: "\eb9a"
}

.bxs-shopping-bag:before {
    content: "\eb9b"
}

.bxs-shopping-bag-alt:before {
    content: "\eb9c"
}

.bxs-shopping-bags:before {
    content: "\eb9d"
}

.bxs-show:before {
    content: "\eb9e"
}

.bxs-skip-next-circle:before {
    content: "\eb9f"
}

.bxs-skip-previous-circle:before {
    content: "\eba0"
}

.bxs-skull:before {
    content: "\eba1"
}

.bxs-sleepy:before {
    content: "\eba2"
}

.bxs-slideshow:before {
    content: "\eba3"
}

.bxs-smile:before {
    content: "\eba4"
}

.bxs-sort-alt:before {
    content: "\eba5"
}

.bxs-spa:before {
    content: "\eba6"
}

.bxs-speaker:before {
    content: "\eba7"
}

.bxs-spray-can:before {
    content: "\eba8"
}

.bxs-spreadsheet:before {
    content: "\eba9"
}

.bxs-square:before {
    content: "\ebaa"
}

.bxs-square-rounded:before {
    content: "\ebab"
}

.bxs-star:before {
    content: "\ebac"
}

.bxs-star-half:before {
    content: "\ebad"
}

.bxs-sticker:before {
    content: "\ebae"
}

.bxs-stopwatch:before {
    content: "\ebaf"
}

.bxs-store:before {
    content: "\ebb0"
}

.bxs-store-alt:before {
    content: "\ebb1"
}

.bxs-sun:before {
    content: "\ebb2"
}

.bxs-tachometer:before {
    content: "\ebb3"
}

.bxs-tag:before {
    content: "\ebb4"
}

.bxs-tag-alt:before {
    content: "\ebb5"
}

.bxs-tag-x:before {
    content: "\ebb6"
}

.bxs-taxi:before {
    content: "\ebb7"
}

.bxs-tennis-ball:before {
    content: "\ebb8"
}

.bxs-terminal:before {
    content: "\ebb9"
}

.bxs-thermometer:before {
    content: "\ebba"
}

.bxs-time:before {
    content: "\ebbb"
}

.bxs-time-five:before {
    content: "\ebbc"
}

.bxs-timer:before {
    content: "\ebbd"
}

.bxs-tired:before {
    content: "\ebbe"
}

.bxs-toggle-left:before {
    content: "\ebbf"
}

.bxs-toggle-right:before {
    content: "\ebc0"
}

.bxs-tone:before {
    content: "\ebc1"
}

.bxs-torch:before {
    content: "\ebc2"
}

.bxs-to-top:before {
    content: "\ebc3"
}

.bxs-traffic:before {
    content: "\ebc4"
}

.bxs-traffic-barrier:before {
    content: "\ebc5"
}

.bxs-traffic-cone:before {
    content: "\ebc6"
}

.bxs-train:before {
    content: "\ebc7"
}

.bxs-trash:before {
    content: "\ebc8"
}

.bxs-trash-alt:before {
    content: "\ebc9"
}

.bxs-tree:before {
    content: "\ebca"
}

.bxs-trophy:before {
    content: "\ebcb"
}

.bxs-truck:before {
    content: "\ebcc"
}

.bxs-t-shirt:before {
    content: "\ebcd"
}

.bxs-tv:before {
    content: "\ebce"
}

.bxs-up-arrow:before {
    content: "\ebcf"
}

.bxs-up-arrow-alt:before {
    content: "\ebd0"
}

.bxs-up-arrow-circle:before {
    content: "\ebd1"
}

.bxs-up-arrow-square:before {
    content: "\ebd2"
}

.bxs-upside-down:before {
    content: "\ebd3"
}

.bxs-upvote:before {
    content: "\ebd4"
}

.bxs-user:before {
    content: "\ebd5"
}

.bxs-user-account:before {
    content: "\ebd6"
}

.bxs-user-badge:before {
    content: "\ebd7"
}

.bxs-user-check:before {
    content: "\ebd8"
}

.bxs-user-circle:before {
    content: "\ebd9"
}

.bxs-user-detail:before {
    content: "\ebda"
}

.bxs-user-minus:before {
    content: "\ebdb"
}

.bxs-user-pin:before {
    content: "\ebdc"
}

.bxs-user-plus:before {
    content: "\ebdd"
}

.bxs-user-rectangle:before {
    content: "\ebde"
}

.bxs-user-voice:before {
    content: "\ebdf"
}

.bxs-user-x:before {
    content: "\ebe0"
}

.bxs-vector:before {
    content: "\ebe1"
}

.bxs-vial:before {
    content: "\ebe2"
}

.bxs-video:before {
    content: "\ebe3"
}

.bxs-video-off:before {
    content: "\ebe4"
}

.bxs-video-plus:before {
    content: "\ebe5"
}

.bxs-video-recording:before {
    content: "\ebe6"
}

.bxs-videos:before {
    content: "\ebe7"
}

.bxs-virus:before {
    content: "\ebe8"
}

.bxs-virus-block:before {
    content: "\ebe9"
}

.bxs-volume:before {
    content: "\ebea"
}

.bxs-volume-full:before {
    content: "\ebeb"
}

.bxs-volume-low:before {
    content: "\ebec"
}

.bxs-volume-mute:before {
    content: "\ebed"
}

.bxs-wallet:before {
    content: "\ebee"
}

.bxs-wallet-alt:before {
    content: "\ebef"
}

.bxs-washer:before {
    content: "\ebf0"
}

.bxs-watch:before {
    content: "\ebf1"
}

.bxs-watch-alt:before {
    content: "\ebf2"
}

.bxs-webcam:before {
    content: "\ebf3"
}

.bxs-widget:before {
    content: "\ebf4"
}

.bxs-window-alt:before {
    content: "\ebf5"
}

.bxs-wine:before {
    content: "\ebf6"
}

.bxs-wink-smile:before {
    content: "\ebf7"
}

.bxs-wink-tongue:before {
    content: "\ebf8"
}

.bxs-wrench:before {
    content: "\ebf9"
}

.bxs-x-circle:before {
    content: "\ebfa"
}

.bxs-x-square:before {
    content: "\ebfb"
}

.bxs-yin-yang:before {
    content: "\ebfc"
}

.bxs-zap:before {
    content: "\ebfd"
}

.bxs-zoom-in:before {
    content: "\ebfe"
}

.bxs-zoom-out:before {
    content: "\ebff"
}

.bx-abacus:before {
    content: "\ec00"
}

.bx-accessibility:before {
    content: "\ec01"
}

.bx-add-to-queue:before {
    content: "\ec02"
}

.bx-adjust:before {
    content: "\ec03"
}

.bx-alarm:before {
    content: "\ec04"
}

.bx-alarm-add:before {
    content: "\ec05"
}

.bx-alarm-exclamation:before {
    content: "\ec06"
}

.bx-alarm-off:before {
    content: "\ec07"
}

.bx-alarm-snooze:before {
    content: "\ec08"
}

.bx-album:before {
    content: "\ec09"
}

.bx-align-justify:before {
    content: "\ec0a"
}

.bx-align-left:before {
    content: "\ec0b"
}

.bx-align-middle:before {
    content: "\ec0c"
}

.bx-align-right:before {
    content: "\ec0d"
}

.bx-analyse:before {
    content: "\ec0e"
}

.bx-anchor:before {
    content: "\ec0f"
}

.bx-angry:before {
    content: "\ec10"
}

.bx-aperture:before {
    content: "\ec11"
}

.bx-arch:before {
    content: "\ec12"
}

.bx-archive:before {
    content: "\ec13"
}

.bx-archive-in:before {
    content: "\ec14"
}

.bx-archive-out:before {
    content: "\ec15"
}

.bx-area:before {
    content: "\ec16"
}

.bx-arrow-back:before {
    content: "\ec17"
}

.bx-arrow-from-bottom:before {
    content: "\ec18"
}

.bx-arrow-from-left:before {
    content: "\ec19"
}

.bx-arrow-from-right:before {
    content: "\ec1a"
}

.bx-arrow-from-top:before {
    content: "\ec1b"
}

.bx-arrow-to-bottom:before {
    content: "\ec1c"
}

.bx-arrow-to-left:before {
    content: "\ec1d"
}

.bx-arrow-to-right:before {
    content: "\ec1e"
}

.bx-arrow-to-top:before {
    content: "\ec1f"
}

.bx-at:before {
    content: "\ec20"
}

.bx-atom:before {
    content: "\ec21"
}

.bx-award:before {
    content: "\ec22"
}

.bx-badge:before {
    content: "\ec23"
}

.bx-badge-check:before {
    content: "\ec24"
}

.bx-ball:before {
    content: "\ec25"
}

.bx-band-aid:before {
    content: "\ec26"
}

.bx-bar-chart:before {
    content: "\ec27"
}

.bx-bar-chart-alt:before {
    content: "\ec28"
}

.bx-bar-chart-alt-2:before {
    content: "\ec29"
}

.bx-bar-chart-square:before {
    content: "\ec2a"
}

.bx-barcode:before {
    content: "\ec2b"
}

.bx-barcode-reader:before {
    content: "\ec2c"
}

.bx-baseball:before {
    content: "\ec2d"
}

.bx-basket:before {
    content: "\ec2e"
}

.bx-basketball:before {
    content: "\ec2f"
}

.bx-bath:before {
    content: "\ec30"
}

.bx-battery:before {
    content: "\ec31"
}

.bx-bed:before {
    content: "\ec32"
}

.bx-been-here:before {
    content: "\ec33"
}

.bx-beer:before {
    content: "\ec34"
}

.bx-bell:before {
    content: "\ec35"
}

.bx-bell-minus:before {
    content: "\ec36"
}

.bx-bell-off:before {
    content: "\ec37"
}

.bx-bell-plus:before {
    content: "\ec38"
}

.bx-bible:before {
    content: "\ec39"
}

.bx-bitcoin:before {
    content: "\ec3a"
}

.bx-blanket:before {
    content: "\ec3b"
}

.bx-block:before {
    content: "\ec3c"
}

.bx-bluetooth:before {
    content: "\ec3d"
}

.bx-body:before {
    content: "\ec3e"
}

.bx-bold:before {
    content: "\ec3f"
}

.bx-bolt-circle:before {
    content: "\ec40"
}

.bx-bomb:before {
    content: "\ec41"
}

.bx-bone:before {
    content: "\ec42"
}

.bx-bong:before {
    content: "\ec43"
}

.bx-book:before {
    content: "\ec44"
}

.bx-book-add:before {
    content: "\ec45"
}

.bx-book-alt:before {
    content: "\ec46"
}

.bx-book-bookmark:before {
    content: "\ec47"
}

.bx-book-content:before {
    content: "\ec48"
}

.bx-book-heart:before {
    content: "\ec49"
}

.bx-bookmark:before {
    content: "\ec4a"
}

.bx-bookmark-alt:before {
    content: "\ec4b"
}

.bx-bookmark-alt-minus:before {
    content: "\ec4c"
}

.bx-bookmark-alt-plus:before {
    content: "\ec4d"
}

.bx-bookmark-heart:before {
    content: "\ec4e"
}

.bx-bookmark-minus:before {
    content: "\ec4f"
}

.bx-bookmark-plus:before {
    content: "\ec50"
}

.bx-bookmarks:before {
    content: "\ec51"
}

.bx-book-open:before {
    content: "\ec52"
}

.bx-book-reader:before {
    content: "\ec53"
}

.bx-border-all:before {
    content: "\ec54"
}

.bx-border-bottom:before {
    content: "\ec55"
}

.bx-border-inner:before {
    content: "\ec56"
}

.bx-border-left:before {
    content: "\ec57"
}

.bx-border-none:before {
    content: "\ec58"
}

.bx-border-outer:before {
    content: "\ec59"
}

.bx-border-radius:before {
    content: "\ec5a"
}

.bx-border-right:before {
    content: "\ec5b"
}

.bx-border-top:before {
    content: "\ec5c"
}

.bx-bot:before {
    content: "\ec5d"
}

.bx-bowling-ball:before {
    content: "\ec5e"
}

.bx-box:before {
    content: "\ec5f"
}

.bx-bracket:before {
    content: "\ec60"
}

.bx-braille:before {
    content: "\ec61"
}

.bx-brain:before {
    content: "\ec62"
}

.bx-briefcase:before {
    content: "\ec63"
}

.bx-briefcase-alt:before {
    content: "\ec64"
}

.bx-briefcase-alt-2:before {
    content: "\ec65"
}

.bx-brightness:before {
    content: "\ec66"
}

.bx-brightness-half:before {
    content: "\ec67"
}

.bx-broadcast:before {
    content: "\ec68"
}

.bx-brush:before {
    content: "\ec69"
}

.bx-brush-alt:before {
    content: "\ec6a"
}

.bx-bug:before {
    content: "\ec6b"
}

.bx-bug-alt:before {
    content: "\ec6c"
}

.bx-building:before {
    content: "\ec6d"
}

.bx-building-house:before {
    content: "\ec6e"
}

.bx-buildings:before {
    content: "\ec6f"
}

.bx-bulb:before {
    content: "\ec70"
}

.bx-bullseye:before {
    content: "\ec71"
}

.bx-buoy:before {
    content: "\ec72"
}

.bx-bus:before {
    content: "\ec73"
}

.bx-bus-school:before {
    content: "\ec74"
}

.bx-cabinet:before {
    content: "\ec75"
}

.bx-cake:before {
    content: "\ec76"
}

.bx-calculator:before {
    content: "\ec77"
}

.bx-calendar:before {
    content: "\ec78"
}

.bx-calendar-alt:before {
    content: "\ec79"
}

.bx-calendar-check:before {
    content: "\ec7a"
}

.bx-calendar-edit:before {
    content: "\ec7b"
}

.bx-calendar-event:before {
    content: "\ec7c"
}

.bx-calendar-exclamation:before {
    content: "\ec7d"
}

.bx-calendar-heart:before {
    content: "\ec7e"
}

.bx-calendar-minus:before {
    content: "\ec7f"
}

.bx-calendar-plus:before {
    content: "\ec80"
}

.bx-calendar-star:before {
    content: "\ec81"
}

.bx-calendar-week:before {
    content: "\ec82"
}

.bx-calendar-x:before {
    content: "\ec83"
}

.bx-camera:before {
    content: "\ec84"
}

.bx-camera-home:before {
    content: "\ec85"
}

.bx-camera-movie:before {
    content: "\ec86"
}

.bx-camera-off:before {
    content: "\ec87"
}

.bx-capsule:before {
    content: "\ec88"
}

.bx-captions:before {
    content: "\ec89"
}

.bx-car:before {
    content: "\ec8a"
}

.bx-card:before {
    content: "\ec8b"
}

.bx-caret-down:before {
    content: "\ec8c"
}

.bx-caret-down-circle:before {
    content: "\ec8d"
}

.bx-caret-down-square:before {
    content: "\ec8e"
}

.bx-caret-left:before {
    content: "\ec8f"
}

.bx-caret-left-circle:before {
    content: "\ec90"
}

.bx-caret-left-square:before {
    content: "\ec91"
}

.bx-caret-right:before {
    content: "\ec92"
}

.bx-caret-right-circle:before {
    content: "\ec93"
}

.bx-caret-right-square:before {
    content: "\ec94"
}

.bx-caret-up:before {
    content: "\ec95"
}

.bx-caret-up-circle:before {
    content: "\ec96"
}

.bx-caret-up-square:before {
    content: "\ec97"
}

.bx-carousel:before {
    content: "\ec98"
}

.bx-cart:before {
    content: "\ec99"
}

.bx-cart-alt:before {
    content: "\ec9a"
}

.bx-cast:before {
    content: "\ec9b"
}

.bx-category:before {
    content: "\ec9c"
}

.bx-category-alt:before {
    content: "\ec9d"
}

.bx-cctv:before {
    content: "\ec9e"
}

.bx-certification:before {
    content: "\ec9f"
}

.bx-chair:before {
    content: "\eca0"
}

.bx-chalkboard:before {
    content: "\eca1"
}

.bx-chart:before {
    content: "\eca2"
}

.bx-chat:before {
    content: "\eca3"
}

.bx-check:before {
    content: "\eca4"
}

.bx-checkbox:before {
    content: "\eca5"
}

.bx-checkbox-checked:before {
    content: "\eca6"
}

.bx-checkbox-minus:before {
    content: "\eca7"
}

.bx-checkbox-square:before {
    content: "\eca8"
}

.bx-check-circle:before {
    content: "\eca9"
}

.bx-check-double:before {
    content: "\ecaa"
}

.bx-check-shield:before {
    content: "\ecab"
}

.bx-check-square:before {
    content: "\ecac"
}

.bx-chevron-down:before {
    content: "\ecad"
}

.bx-chevron-down-circle:before {
    content: "\ecae"
}

.bx-chevron-down-square:before {
    content: "\ecaf"
}

.bx-chevron-left:before {
    content: "\ecb0"
}

.bx-chevron-left-circle:before {
    content: "\ecb1"
}

.bx-chevron-left-square:before {
    content: "\ecb2"
}

.bx-chevron-right:before {
    content: "\ecb3"
}

.bx-chevron-right-circle:before {
    content: "\ecb4"
}

.bx-chevron-right-square:before {
    content: "\ecb5"
}

.bx-chevrons-down:before {
    content: "\ecb6"
}

.bx-chevrons-left:before {
    content: "\ecb7"
}

.bx-chevrons-right:before {
    content: "\ecb8"
}

.bx-chevrons-up:before {
    content: "\ecb9"
}

.bx-chevron-up:before {
    content: "\ecba"
}

.bx-chevron-up-circle:before {
    content: "\ecbb"
}

.bx-chevron-up-square:before {
    content: "\ecbc"
}

.bx-chip:before {
    content: "\ecbd"
}

.bx-church:before {
    content: "\ecbe"
}

.bx-circle:before {
    content: "\ecbf"
}

.bx-clinic:before {
    content: "\ecc0"
}

.bx-clipboard:before {
    content: "\ecc1"
}

.bx-closet:before {
    content: "\ecc2"
}

.bx-cloud:before {
    content: "\ecc3"
}

.bx-cloud-download:before {
    content: "\ecc4"
}

.bx-cloud-drizzle:before {
    content: "\ecc5"
}

.bx-cloud-lightning:before {
    content: "\ecc6"
}

.bx-cloud-light-rain:before {
    content: "\ecc7"
}

.bx-cloud-rain:before {
    content: "\ecc8"
}

.bx-cloud-snow:before {
    content: "\ecc9"
}

.bx-cloud-upload:before {
    content: "\ecca"
}

.bx-code:before {
    content: "\eccb"
}

.bx-code-alt:before {
    content: "\eccc"
}

.bx-code-block:before {
    content: "\eccd"
}

.bx-code-curly:before {
    content: "\ecce"
}

.bx-coffee:before {
    content: "\eccf"
}

.bx-coffee-togo:before {
    content: "\ecd0"
}

.bx-cog:before {
    content: "\ecd1"
}

.bx-coin:before {
    content: "\ecd2"
}

.bx-coin-stack:before {
    content: "\ecd3"
}

.bx-collapse:before {
    content: "\ecd4"
}

.bx-collection:before {
    content: "\ecd5"
}

.bx-color-fill:before {
    content: "\ecd6"
}

.bx-columns:before {
    content: "\ecd7"
}

.bx-command:before {
    content: "\ecd8"
}

.bx-comment:before {
    content: "\ecd9"
}

.bx-comment-add:before {
    content: "\ecda"
}

.bx-comment-check:before {
    content: "\ecdb"
}

.bx-comment-detail:before {
    content: "\ecdc"
}

.bx-comment-dots:before {
    content: "\ecdd"
}

.bx-comment-edit:before {
    content: "\ecde"
}

.bx-comment-error:before {
    content: "\ecdf"
}

.bx-comment-minus:before {
    content: "\ece0"
}

.bx-comment-x:before {
    content: "\ece1"
}

.bx-compass:before {
    content: "\ece2"
}

.bx-confused:before {
    content: "\ece3"
}

.bx-conversation:before {
    content: "\ece4"
}

.bx-cookie:before {
    content: "\ece5"
}

.bx-cool:before {
    content: "\ece6"
}

.bx-copy:before {
    content: "\ece7"
}

.bx-copy-alt:before {
    content: "\ece8"
}

.bx-copyright:before {
    content: "\ece9"
}

.bx-credit-card:before {
    content: "\ecea"
}

.bx-credit-card-alt:before {
    content: "\eceb"
}

.bx-credit-card-front:before {
    content: "\ecec"
}

.bx-crop:before {
    content: "\eced"
}

.bx-crosshair:before {
    content: "\ecee"
}

.bx-crown:before {
    content: "\ecef"
}

.bx-cube:before {
    content: "\ecf0"
}

.bx-cube-alt:before {
    content: "\ecf1"
}

.bx-cuboid:before {
    content: "\ecf2"
}

.bx-current-location:before {
    content: "\ecf3"
}

.bx-customize:before {
    content: "\ecf4"
}

.bx-cut:before {
    content: "\ecf5"
}

.bx-cycling:before {
    content: "\ecf6"
}

.bx-cylinder:before {
    content: "\ecf7"
}

.bx-data:before {
    content: "\ecf8"
}

.bx-desktop:before {
    content: "\ecf9"
}

.bx-detail:before {
    content: "\ecfa"
}

.bx-devices:before {
    content: "\ecfb"
}

.bx-dialpad:before {
    content: "\ecfc"
}

.bx-dialpad-alt:before {
    content: "\ecfd"
}

.bx-diamond:before {
    content: "\ecfe"
}

.bx-dice-1:before {
    content: "\ecff"
}

.bx-dice-2:before {
    content: "\ed00"
}

.bx-dice-3:before {
    content: "\ed01"
}

.bx-dice-4:before {
    content: "\ed02"
}

.bx-dice-5:before {
    content: "\ed03"
}

.bx-dice-6:before {
    content: "\ed04"
}

.bx-directions:before {
    content: "\ed05"
}

.bx-disc:before {
    content: "\ed06"
}

.bx-dish:before {
    content: "\ed07"
}

.bx-dislike:before {
    content: "\ed08"
}

.bx-dizzy:before {
    content: "\ed09"
}

.bx-dna:before {
    content: "\ed0a"
}

.bx-dock-bottom:before {
    content: "\ed0b"
}

.bx-dock-left:before {
    content: "\ed0c"
}

.bx-dock-right:before {
    content: "\ed0d"
}

.bx-dock-top:before {
    content: "\ed0e"
}

.bx-dollar:before {
    content: "\ed0f"
}

.bx-dollar-circle:before {
    content: "\ed10"
}

.bx-donate-blood:before {
    content: "\ed11"
}

.bx-donate-heart:before {
    content: "\ed12"
}

.bx-door-open:before {
    content: "\ed13"
}

.bx-dots-horizontal:before {
    content: "\ed14"
}

.bx-dots-horizontal-rounded:before {
    content: "\ed15"
}

.bx-dots-vertical:before {
    content: "\ed16"
}

.bx-dots-vertical-rounded:before {
    content: "\ed17"
}

.bx-doughnut-chart:before {
    content: "\ed18"
}

.bx-down-arrow:before {
    content: "\ed19"
}

.bx-down-arrow-alt:before {
    content: "\ed1a"
}

.bx-down-arrow-circle:before {
    content: "\ed1b"
}

.bx-download:before {
    content: "\ed1c"
}

.bx-downvote:before {
    content: "\ed1d"
}

.bx-drink:before {
    content: "\ed1e"
}

.bx-droplet:before {
    content: "\ed1f"
}

.bx-dumbbell:before {
    content: "\ed20"
}

.bx-duplicate:before {
    content: "\ed21"
}

.bx-edit:before {
    content: "\ed22"
}

.bx-edit-alt:before {
    content: "\ed23"
}

.bx-envelope:before {
    content: "\ed24"
}

.bx-envelope-open:before {
    content: "\ed25"
}

.bx-equalizer:before {
    content: "\ed26"
}

.bx-eraser:before {
    content: "\ed27"
}

.bx-error:before {
    content: "\ed28"
}

.bx-error-alt:before {
    content: "\ed29"
}

.bx-error-circle:before {
    content: "\ed2a"
}

.bx-euro:before {
    content: "\ed2b"
}

.bx-exclude:before {
    content: "\ed2c"
}

.bx-exit:before {
    content: "\ed2d"
}

.bx-exit-fullscreen:before {
    content: "\ed2e"
}

.bx-expand:before {
    content: "\ed2f"
}

.bx-expand-alt:before {
    content: "\ed30"
}

.bx-export:before {
    content: "\ed31"
}

.bx-extension:before {
    content: "\ed32"
}

.bx-face:before {
    content: "\ed33"
}

.bx-fast-forward:before {
    content: "\ed34"
}

.bx-fast-forward-circle:before {
    content: "\ed35"
}

.bx-female:before {
    content: "\ed36"
}

.bx-female-sign:before {
    content: "\ed37"
}

.bx-file:before {
    content: "\ed38"
}

.bx-file-blank:before {
    content: "\ed39"
}

.bx-file-find:before {
    content: "\ed3a"
}

.bx-film:before {
    content: "\ed3b"
}

.bx-filter:before {
    content: "\ed3c"
}

.bx-filter-alt:before {
    content: "\ed3d"
}

.bx-fingerprint:before {
    content: "\ed3e"
}

.bx-first-aid:before {
    content: "\ed3f"
}

.bx-first-page:before {
    content: "\ed40"
}

.bx-flag:before {
    content: "\ed41"
}

.bx-folder:before {
    content: "\ed42"
}

.bx-folder-minus:before {
    content: "\ed43"
}

.bx-folder-open:before {
    content: "\ed44"
}

.bx-folder-plus:before {
    content: "\ed45"
}

.bx-font:before {
    content: "\ed46"
}

.bx-font-color:before {
    content: "\ed47"
}

.bx-font-family:before {
    content: "\ed48"
}

.bx-font-size:before {
    content: "\ed49"
}

.bx-food-menu:before {
    content: "\ed4a"
}

.bx-food-tag:before {
    content: "\ed4b"
}

.bx-football:before {
    content: "\ed4c"
}

.bx-fridge:before {
    content: "\ed4d"
}

.bx-fullscreen:before {
    content: "\ed4e"
}

.bx-game:before {
    content: "\ed4f"
}

.bx-gas-pump:before {
    content: "\ed50"
}

.bx-ghost:before {
    content: "\ed51"
}

.bx-gift:before {
    content: "\ed52"
}

.bx-git-branch:before {
    content: "\ed53"
}

.bx-git-commit:before {
    content: "\ed54"
}

.bx-git-compare:before {
    content: "\ed55"
}

.bx-git-merge:before {
    content: "\ed56"
}

.bx-git-pull-request:before {
    content: "\ed57"
}

.bx-git-repo-forked:before {
    content: "\ed58"
}

.bx-glasses:before {
    content: "\ed59"
}

.bx-glasses-alt:before {
    content: "\ed5a"
}

.bx-globe:before {
    content: "\ed5b"
}

.bx-globe-alt:before {
    content: "\ed5c"
}

.bx-grid:before {
    content: "\ed5d"
}

.bx-grid-alt:before {
    content: "\ed5e"
}

.bx-grid-horizontal:before {
    content: "\ed5f"
}

.bx-grid-small:before {
    content: "\ed60"
}

.bx-grid-vertical:before {
    content: "\ed61"
}

.bx-group:before {
    content: "\ed62"
}

.bx-handicap:before {
    content: "\ed63"
}

.bx-happy:before {
    content: "\ed64"
}

.bx-happy-alt:before {
    content: "\ed65"
}

.bx-happy-beaming:before {
    content: "\ed66"
}

.bx-happy-heart-eyes:before {
    content: "\ed67"
}

.bx-hash:before {
    content: "\ed68"
}

.bx-hdd:before {
    content: "\ed69"
}

.bx-heading:before {
    content: "\ed6a"
}

.bx-headphone:before {
    content: "\ed6b"
}

.bx-health:before {
    content: "\ed6c"
}

.bx-heart:before {
    content: "\ed6d"
}

.bx-heart-circle:before {
    content: "\ed6e"
}

.bx-heart-square:before {
    content: "\ed6f"
}

.bx-help-circle:before {
    content: "\ed70"
}

.bx-hide:before {
    content: "\ed71"
}

.bx-highlight:before {
    content: "\ed72"
}

.bx-history:before {
    content: "\ed73"
}

.bx-hive:before {
    content: "\ed74"
}

.bx-home:before {
    content: "\ed75"
}

.bx-home-alt:before {
    content: "\ed76"
}

.bx-home-circle:before {
    content: "\ed77"
}

.bx-home-heart:before {
    content: "\ed78"
}

.bx-home-smile:before {
    content: "\ed79"
}

.bx-horizontal-center:before {
    content: "\ed7a"
}

.bx-hotel:before {
    content: "\ed7b"
}

.bx-hourglass:before {
    content: "\ed7c"
}

.bx-id-card:before {
    content: "\ed7d"
}

.bx-image:before {
    content: "\ed7e"
}

.bx-image-add:before {
    content: "\ed7f"
}

.bx-image-alt:before {
    content: "\ed80"
}

.bx-images:before {
    content: "\ed81"
}

.bx-import:before {
    content: "\ed82"
}

.bx-infinite:before {
    content: "\ed83"
}

.bx-info-circle:before {
    content: "\ed84"
}

.bx-info-square:before {
    content: "\ed85"
}

.bx-intersect:before {
    content: "\ed86"
}

.bx-italic:before {
    content: "\ed87"
}

.bx-joystick:before {
    content: "\ed88"
}

.bx-joystick-alt:before {
    content: "\ed89"
}

.bx-joystick-button:before {
    content: "\ed8a"
}

.bx-key:before {
    content: "\ed8b"
}

.bx-label:before {
    content: "\ed8c"
}

.bx-landscape:before {
    content: "\ed8d"
}

.bx-laptop:before {
    content: "\ed8e"
}

.bx-last-page:before {
    content: "\ed8f"
}

.bx-laugh:before {
    content: "\ed90"
}

.bx-layer:before {
    content: "\ed91"
}

.bx-layer-minus:before {
    content: "\ed92"
}

.bx-layer-plus:before {
    content: "\ed93"
}

.bx-layout:before {
    content: "\ed94"
}

.bx-left-arrow:before {
    content: "\ed95"
}

.bx-left-arrow-alt:before {
    content: "\ed96"
}

.bx-left-arrow-circle:before {
    content: "\ed97"
}

.bx-left-down-arrow-circle:before {
    content: "\ed98"
}

.bx-left-indent:before {
    content: "\ed99"
}

.bx-left-top-arrow-circle:before {
    content: "\ed9a"
}

.bx-library:before {
    content: "\ed9b"
}

.bx-like:before {
    content: "\ed9c"
}

.bx-line-chart:before {
    content: "\ed9d"
}

.bx-line-chart-down:before {
    content: "\ed9e"
}

.bx-link:before {
    content: "\ed9f"
}

.bx-link-alt:before {
    content: "\eda0"
}

.bx-link-external:before {
    content: "\eda1"
}

.bx-lira:before {
    content: "\eda2"
}

.bx-list-check:before {
    content: "\eda3"
}

.bx-list-minus:before {
    content: "\eda4"
}

.bx-list-ol:before {
    content: "\eda5"
}

.bx-list-plus:before {
    content: "\eda6"
}

.bx-list-ul:before {
    content: "\eda7"
}

.bx-loader:before {
    content: "\eda8"
}

.bx-loader-alt:before {
    content: "\eda9"
}

.bx-loader-circle:before {
    content: "\edaa"
}

.bx-location-plus:before {
    content: "\edab"
}

.bx-lock:before {
    content: "\edac"
}

.bx-lock-alt:before {
    content: "\edad"
}

.bx-lock-open:before {
    content: "\edae"
}

.bx-lock-open-alt:before {
    content: "\edaf"
}

.bx-log-in:before {
    content: "\edb0"
}

.bx-log-in-circle:before {
    content: "\edb1"
}

.bx-log-out:before {
    content: "\edb2"
}

.bx-log-out-circle:before {
    content: "\edb3"
}

.bx-low-vision:before {
    content: "\edb4"
}

.bx-magnet:before {
    content: "\edb5"
}

.bx-mail-send:before {
    content: "\edb6"
}

.bx-male:before {
    content: "\edb7"
}

.bx-male-sign:before {
    content: "\edb8"
}

.bx-map:before {
    content: "\edb9"
}

.bx-map-alt:before {
    content: "\edba"
}

.bx-map-pin:before {
    content: "\edbb"
}

.bx-mask:before {
    content: "\edbc"
}

.bx-medal:before {
    content: "\edbd"
}

.bx-meh:before {
    content: "\edbe"
}

.bx-meh-alt:before {
    content: "\edbf"
}

.bx-meh-blank:before {
    content: "\edc0"
}

.bx-memory-card:before {
    content: "\edc1"
}

.bx-menu:before {
    content: "\edc2"
}

.bx-menu-alt-left:before {
    content: "\edc3"
}

.bx-menu-alt-right:before {
    content: "\edc4"
}

.bx-merge:before {
    content: "\edc5"
}

.bx-message:before {
    content: "\edc6"
}

.bx-message-add:before {
    content: "\edc7"
}

.bx-message-alt:before {
    content: "\edc8"
}

.bx-message-alt-add:before {
    content: "\edc9"
}

.bx-message-alt-check:before {
    content: "\edca"
}

.bx-message-alt-detail:before {
    content: "\edcb"
}

.bx-message-alt-dots:before {
    content: "\edcc"
}

.bx-message-alt-edit:before {
    content: "\edcd"
}

.bx-message-alt-error:before {
    content: "\edce"
}

.bx-message-alt-minus:before {
    content: "\edcf"
}

.bx-message-alt-x:before {
    content: "\edd0"
}

.bx-message-check:before {
    content: "\edd1"
}

.bx-message-detail:before {
    content: "\edd2"
}

.bx-message-dots:before {
    content: "\edd3"
}

.bx-message-edit:before {
    content: "\edd4"
}

.bx-message-error:before {
    content: "\edd5"
}

.bx-message-minus:before {
    content: "\edd6"
}

.bx-message-rounded:before {
    content: "\edd7"
}

.bx-message-rounded-add:before {
    content: "\edd8"
}

.bx-message-rounded-check:before {
    content: "\edd9"
}

.bx-message-rounded-detail:before {
    content: "\edda"
}

.bx-message-rounded-dots:before {
    content: "\eddb"
}

.bx-message-rounded-edit:before {
    content: "\eddc"
}

.bx-message-rounded-error:before {
    content: "\eddd"
}

.bx-message-rounded-minus:before {
    content: "\edde"
}

.bx-message-rounded-x:before {
    content: "\eddf"
}

.bx-message-square:before {
    content: "\ede0"
}

.bx-message-square-add:before {
    content: "\ede1"
}

.bx-message-square-check:before {
    content: "\ede2"
}

.bx-message-square-detail:before {
    content: "\ede3"
}

.bx-message-square-dots:before {
    content: "\ede4"
}

.bx-message-square-edit:before {
    content: "\ede5"
}

.bx-message-square-error:before {
    content: "\ede6"
}

.bx-message-square-minus:before {
    content: "\ede7"
}

.bx-message-square-x:before {
    content: "\ede8"
}

.bx-message-x:before {
    content: "\ede9"
}

.bx-meteor:before {
    content: "\edea"
}

.bx-microchip:before {
    content: "\edeb"
}

.bx-microphone:before {
    content: "\edec"
}

.bx-microphone-off:before {
    content: "\eded"
}

.bx-minus:before {
    content: "\edee"
}

.bx-minus-back:before {
    content: "\edef"
}

.bx-minus-circle:before {
    content: "\edf0"
}

.bx-minus-front:before {
    content: "\edf1"
}

.bx-mobile:before {
    content: "\edf2"
}

.bx-mobile-alt:before {
    content: "\edf3"
}

.bx-mobile-landscape:before {
    content: "\edf4"
}

.bx-mobile-vibration:before {
    content: "\edf5"
}

.bx-money:before {
    content: "\edf6"
}

.bx-moon:before {
    content: "\edf7"
}

.bx-mouse:before {
    content: "\edf8"
}

.bx-mouse-alt:before {
    content: "\edf9"
}

.bx-move:before {
    content: "\edfa"
}

.bx-move-horizontal:before {
    content: "\edfb"
}

.bx-move-vertical:before {
    content: "\edfc"
}

.bx-movie:before {
    content: "\edfd"
}

.bx-movie-play:before {
    content: "\edfe"
}

.bx-music:before {
    content: "\edff"
}

.bx-navigation:before {
    content: "\ee00"
}

.bx-network-chart:before {
    content: "\ee01"
}

.bx-news:before {
    content: "\ee02"
}

.bx-no-entry:before {
    content: "\ee03"
}

.bx-note:before {
    content: "\ee04"
}

.bx-notepad:before {
    content: "\ee05"
}

.bx-notification:before {
    content: "\ee06"
}

.bx-notification-off:before {
    content: "\ee07"
}

.bx-outline:before {
    content: "\ee08"
}

.bx-package:before {
    content: "\ee09"
}

.bx-paint:before {
    content: "\ee0a"
}

.bx-paint-roll:before {
    content: "\ee0b"
}

.bx-palette:before {
    content: "\ee0c"
}

.bx-paperclip:before {
    content: "\ee0d"
}

.bx-paper-plane:before {
    content: "\ee0e"
}

.bx-paragraph:before {
    content: "\ee0f"
}

.bx-paste:before {
    content: "\ee10"
}

.bx-pause:before {
    content: "\ee11"
}

.bx-pause-circle:before {
    content: "\ee12"
}

.bx-pen:before {
    content: "\ee13"
}

.bx-pencil:before {
    content: "\ee14"
}

.bx-phone:before {
    content: "\ee15"
}

.bx-phone-call:before {
    content: "\ee16"
}

.bx-phone-incoming:before {
    content: "\ee17"
}

.bx-phone-off:before {
    content: "\ee18"
}

.bx-phone-outgoing:before {
    content: "\ee19"
}

.bx-photo-album:before {
    content: "\ee1a"
}

.bx-pie-chart:before {
    content: "\ee1b"
}

.bx-pie-chart-alt:before {
    content: "\ee1c"
}

.bx-pie-chart-alt-2:before {
    content: "\ee1d"
}

.bx-pin:before {
    content: "\ee1e"
}

.bx-planet:before {
    content: "\ee1f"
}

.bx-play:before {
    content: "\ee20"
}

.bx-play-circle:before {
    content: "\ee21"
}

.bx-plug:before {
    content: "\ee22"
}

.bx-plus:before {
    content: "\ee23"
}

.bx-plus-circle:before {
    content: "\ee24"
}

.bx-plus-medical:before {
    content: "\ee25"
}

.bx-podcast:before {
    content: "\ee26"
}

.bx-pointer:before {
    content: "\ee27"
}

.bx-poll:before {
    content: "\ee28"
}

.bx-polygon:before {
    content: "\ee29"
}

.bx-pound:before {
    content: "\ee2a"
}

.bx-power-off:before {
    content: "\ee2b"
}

.bx-printer:before {
    content: "\ee2c"
}

.bx-pulse:before {
    content: "\ee2d"
}

.bx-purchase-tag:before {
    content: "\ee2e"
}

.bx-purchase-tag-alt:before {
    content: "\ee2f"
}

.bx-pyramid:before {
    content: "\ee30"
}

.bx-qr:before {
    content: "\ee31"
}

.bx-qr-scan:before {
    content: "\ee32"
}

.bx-question-mark:before {
    content: "\ee33"
}

.bx-radar:before {
    content: "\ee34"
}

.bx-radio:before {
    content: "\ee35"
}

.bx-radio-circle:before {
    content: "\ee36"
}

.bx-radio-circle-marked:before {
    content: "\ee37"
}

.bx-receipt:before {
    content: "\ee38"
}

.bx-rectangle:before {
    content: "\ee39"
}

.bx-recycle:before {
    content: "\ee3a"
}

.bx-redo:before {
    content: "\ee3b"
}

.bx-refresh:before {
    content: "\ee3c"
}

.bx-registered:before {
    content: "\ee3d"
}

.bx-rename:before {
    content: "\ee3e"
}

.bx-repeat:before {
    content: "\ee3f"
}

.bx-reply:before {
    content: "\ee40"
}

.bx-reply-all:before {
    content: "\ee41"
}

.bx-repost:before {
    content: "\ee42"
}

.bx-reset:before {
    content: "\ee43"
}

.bx-restaurant:before {
    content: "\ee44"
}

.bx-revision:before {
    content: "\ee45"
}

.bx-rewind:before {
    content: "\ee46"
}

.bx-rewind-circle:before {
    content: "\ee47"
}

.bx-right-arrow:before {
    content: "\ee48"
}

.bx-right-arrow-alt:before {
    content: "\ee49"
}

.bx-right-arrow-circle:before {
    content: "\ee4a"
}

.bx-right-down-arrow-circle:before {
    content: "\ee4b"
}

.bx-right-indent:before {
    content: "\ee4c"
}

.bx-right-top-arrow-circle:before {
    content: "\ee4d"
}

.bx-rocket:before {
    content: "\ee4e"
}

.bx-rotate-left:before {
    content: "\ee4f"
}

.bx-rotate-right:before {
    content: "\ee50"
}

.bx-rss:before {
    content: "\ee51"
}

.bx-ruble:before {
    content: "\ee52"
}

.bx-ruler:before {
    content: "\ee53"
}

.bx-run:before {
    content: "\ee54"
}

.bx-rupee:before {
    content: "\ee55"
}

.bx-sad:before {
    content: "\ee56"
}

.bx-save:before {
    content: "\ee57"
}

.bx-scan:before {
    content: "\ee58"
}

.bx-screenshot:before {
    content: "\ee59"
}

.bx-search:before {
    content: "\ee5a"
}

.bx-search-alt:before {
    content: "\ee5b"
}

.bx-search-alt-2:before {
    content: "\ee5c"
}

.bx-selection:before {
    content: "\ee5d"
}

.bx-select-multiple:before {
    content: "\ee5e"
}

.bx-send:before {
    content: "\ee5f"
}

.bx-server:before {
    content: "\ee60"
}

.bx-shape-circle:before {
    content: "\ee61"
}

.bx-shape-polygon:before {
    content: "\ee62"
}

.bx-shape-square:before {
    content: "\ee63"
}

.bx-shape-triangle:before {
    content: "\ee64"
}

.bx-share:before {
    content: "\ee65"
}

.bx-share-alt:before {
    content: "\ee66"
}

.bx-shekel:before {
    content: "\ee67"
}

.bx-shield:before {
    content: "\ee68"
}

.bx-shield-alt:before {
    content: "\ee69"
}

.bx-shield-alt-2:before {
    content: "\ee6a"
}

.bx-shield-quarter:before {
    content: "\ee6b"
}

.bx-shield-x:before {
    content: "\ee6c"
}

.bx-shocked:before {
    content: "\ee6d"
}

.bx-shopping-bag:before {
    content: "\ee6e"
}

.bx-show:before {
    content: "\ee6f"
}

.bx-show-alt:before {
    content: "\ee70"
}

.bx-shuffle:before {
    content: "\ee71"
}

.bx-sidebar:before {
    content: "\ee72"
}

.bx-sitemap:before {
    content: "\ee73"
}

.bx-skip-next:before {
    content: "\ee74"
}

.bx-skip-next-circle:before {
    content: "\ee75"
}

.bx-skip-previous:before {
    content: "\ee76"
}

.bx-skip-previous-circle:before {
    content: "\ee77"
}

.bx-sleepy:before {
    content: "\ee78"
}

.bx-slider:before {
    content: "\ee79"
}

.bx-slider-alt:before {
    content: "\ee7a"
}

.bx-slideshow:before {
    content: "\ee7b"
}

.bx-smile:before {
    content: "\ee7c"
}

.bx-sort:before {
    content: "\ee7d"
}

.bx-sort-alt-2:before {
    content: "\ee7e"
}

.bx-sort-a-z:before {
    content: "\ee7f"
}

.bx-sort-down:before {
    content: "\ee80"
}

.bx-sort-up:before {
    content: "\ee81"
}

.bx-sort-z-a:before {
    content: "\ee82"
}

.bx-spa:before {
    content: "\ee83"
}

.bx-space-bar:before {
    content: "\ee84"
}

.bx-speaker:before {
    content: "\ee85"
}

.bx-spray-can:before {
    content: "\ee86"
}

.bx-spreadsheet:before {
    content: "\ee87"
}

.bx-square:before {
    content: "\ee88"
}

.bx-square-rounded:before {
    content: "\ee89"
}

.bx-star:before {
    content: "\ee8a"
}

.bx-station:before {
    content: "\ee8b"
}

.bx-stats:before {
    content: "\ee8c"
}

.bx-sticker:before {
    content: "\ee8d"
}

.bx-stop:before {
    content: "\ee8e"
}

.bx-stop-circle:before {
    content: "\ee8f"
}

.bx-stopwatch:before {
    content: "\ee90"
}

.bx-store:before {
    content: "\ee91"
}

.bx-store-alt:before {
    content: "\ee92"
}

.bx-street-view:before {
    content: "\ee93"
}

.bx-strikethrough:before {
    content: "\ee94"
}

.bx-subdirectory-left:before {
    content: "\ee95"
}

.bx-subdirectory-right:before {
    content: "\ee96"
}

.bx-sun:before {
    content: "\ee97"
}

.bx-support:before {
    content: "\ee98"
}

.bx-swim:before {
    content: "\ee99"
}

.bx-sync:before {
    content: "\ee9a"
}

.bx-tab:before {
    content: "\ee9b"
}

.bx-table:before {
    content: "\ee9c"
}

.bx-tachometer:before {
    content: "\ee9d"
}

.bx-tag:before {
    content: "\ee9e"
}

.bx-tag-alt:before {
    content: "\ee9f"
}

.bx-target-lock:before {
    content: "\eea0"
}

.bx-task:before {
    content: "\eea1"
}

.bx-task-x:before {
    content: "\eea2"
}

.bx-taxi:before {
    content: "\eea3"
}

.bx-tennis-ball:before {
    content: "\eea4"
}

.bx-terminal:before {
    content: "\eea5"
}

.bx-test-tube:before {
    content: "\eea6"
}

.bx-text:before {
    content: "\eea7"
}

.bx-time:before {
    content: "\eea8"
}

.bx-time-five:before {
    content: "\eea9"
}

.bx-timer:before {
    content: "\eeaa"
}

.bx-tired:before {
    content: "\eeab"
}

.bx-toggle-left:before {
    content: "\eeac"
}

.bx-toggle-right:before {
    content: "\eead"
}

.bx-tone:before {
    content: "\eeae"
}

.bx-traffic-cone:before {
    content: "\eeaf"
}

.bx-train:before {
    content: "\eeb0"
}

.bx-transfer:before {
    content: "\eeb1"
}

.bx-transfer-alt:before {
    content: "\eeb2"
}

.bx-trash:before {
    content: "\eeb3"
}

.bx-trash-alt:before {
    content: "\eeb4"
}

.bx-trending-down:before {
    content: "\eeb5"
}

.bx-trending-up:before {
    content: "\eeb6"
}

.bx-trim:before {
    content: "\eeb7"
}

.bx-trip:before {
    content: "\eeb8"
}

.bx-trophy:before {
    content: "\eeb9"
}

.bx-tv:before {
    content: "\eeba"
}

.bx-underline:before {
    content: "\eebb"
}

.bx-undo:before {
    content: "\eebc"
}

.bx-unite:before {
    content: "\eebd"
}

.bx-unlink:before {
    content: "\eebe"
}

.bx-up-arrow:before {
    content: "\eebf"
}

.bx-up-arrow-alt:before {
    content: "\eec0"
}

.bx-up-arrow-circle:before {
    content: "\eec1"
}

.bx-upload:before {
    content: "\eec2"
}

.bx-upside-down:before {
    content: "\eec3"
}

.bx-upvote:before {
    content: "\eec4"
}

.bx-usb:before {
    content: "\eec5"
}

.bx-user:before {
    content: "\eec6"
}

.bx-user-check:before {
    content: "\eec7"
}

.bx-user-circle:before {
    content: "\eec8"
}

.bx-user-minus:before {
    content: "\eec9"
}

.bx-user-pin:before {
    content: "\eeca"
}

.bx-user-plus:before {
    content: "\eecb"
}

.bx-user-voice:before {
    content: "\eecc"
}

.bx-user-x:before {
    content: "\eecd"
}

.bx-vector:before {
    content: "\eece"
}

.bx-vertical-center:before {
    content: "\eecf"
}

.bx-vial:before {
    content: "\eed0"
}

.bx-video:before {
    content: "\eed1"
}

.bx-video-off:before {
    content: "\eed2"
}

.bx-video-plus:before {
    content: "\eed3"
}

.bx-video-recording:before {
    content: "\eed4"
}

.bx-voicemail:before {
    content: "\eed5"
}

.bx-volume:before {
    content: "\eed6"
}

.bx-volume-full:before {
    content: "\eed7"
}

.bx-volume-low:before {
    content: "\eed8"
}

.bx-volume-mute:before {
    content: "\eed9"
}

.bx-walk:before {
    content: "\eeda"
}

.bx-wallet:before {
    content: "\eedb"
}

.bx-wallet-alt:before {
    content: "\eedc"
}

.bx-water:before {
    content: "\eedd"
}

.bx-webcam:before {
    content: "\eede"
}

.bx-wifi:before {
    content: "\eedf"
}

.bx-wifi-0:before {
    content: "\eee0"
}

.bx-wifi-1:before {
    content: "\eee1"
}

.bx-wifi-2:before {
    content: "\eee2"
}

.bx-wifi-off:before {
    content: "\eee3"
}

.bx-wind:before {
    content: "\eee4"
}

.bx-window:before {
    content: "\eee5"
}

.bx-window-alt:before {
    content: "\eee6"
}

.bx-window-close:before {
    content: "\eee7"
}

.bx-window-open:before {
    content: "\eee8"
}

.bx-windows:before {
    content: "\eee9"
}

.bx-wine:before {
    content: "\eeea"
}

.bx-wink-smile:before {
    content: "\eeeb"
}

.bx-wink-tongue:before {
    content: "\eeec"
}

.bx-won:before {
    content: "\eeed"
}

.bx-world:before {
    content: "\eeee"
}

.bx-wrench:before {
    content: "\eeef"
}

.bx-x:before {
    content: "\eef0"
}

.bx-x-circle:before {
    content: "\eef1"
}

.bx-yen:before {
    content: "\eef2"
}

.bx-zoom-in:before {
    content: "\eef3"
}

.bx-zoom-out:before {
    content: "\eef4"
}

@font-face {
    font-family: Flaticon;
    font-style: normal;
    font-weight: 400;
    src: url(https://spet-gatsby.envytheme.com/static/Flaticon-a1bf06764fcf8cfb94786cfb8ea26d38.eot);
    src: url(https://spet-gatsby.envytheme.com/static/Flaticon-a1bf06764fcf8cfb94786cfb8ea26d38.eot?#iefix) format("embedded-opentype"), url(data:font/woff2;base64,d09GMgABAAAAACWkAA0AAAAAR5gAACVNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cBmAAgkoIBBEICoGACOd/C04AATYCJANWBCAFgzwHg30bWTpFB3LYOACIN0cXUT3aVvZ/lcDNAc5LGX6tGl6rhiOCPx2XTuge+hU4k+oYwpb6c/Z2DWTEBGPWBBmWHKGxT3Lh/3m76p5X+u3qUfVoIUUA0g0SO0I0G0SQI0hBupFUQ6TTml1tmV0JaVdaFYrRaoURxhQhUR1iJCGqY1OXblMlsDvYsXCXK3KpGAfhih0TLHL+QDr4YlxSq9OUWiD37mn6sZ9meslNihclfUOTks1D3EAZPgxcksm2uVyl40pXMgy03ZiLECjDj73E4fmXe3be/fKX/K21RXEiCZY0b0vsCiTWMowgoEzUWUFNrrKdAqEKjzw9Tz8D4TYRlnInzi860SX9P1V1vRMtq6W5F6aW3W1YsmYZPQF3oHgfB0gorJDkAK4sLoDUqRTKKa2OeZna1kHTTiimUZTTehkzDX3M1uY1U7Yc14Iyg0ndi24iyWt3v9cgO8uHwxmgqa1dAztfYDlq6pQrNE0SGb3erMDnnPePXN7rxfiBHAL4c3Iy4iZ1nDT3m5wdG02Bp9sUYlWn6Y+8NuDF/wzIZGhS0rwD7NGLiLdxqJ6hNgXDaODo4zB1GRfKl60QJyQrAldyG3bWCXXzF5kscVFx8v8Hc0qWx8k6SEMdD3RCk+vZV588d6z/4MOTekGHq8WKR8opJlMplvTlLMdIomwyzVGJciGEtFNRuTQUVmiM+XI4oUQ7jDYE2ADqlbcjEsHtm7wuw/SaTBYIklvNMTqIMhHJvsgGBTBs/2gDeqjTDGQbYIabWVPHqyUhEphyk+2uU0lR6Tm9n6n9g+SwG2mRMiqvUvWqppCOhX0+MPNoAlad4hUiq0BKzznykc12E7glMeQUtKjrL6ct6CmNKgEFnKJCinza9jFaraLTTiYzYeZ6+xLQj7hR+cDeJ75Yp7s3TtjHOqodZzQRjyf+6ZYDyz0DyqLwcbRbcz3CFCSHROHbCMNsJkAg1kSRnhMyQYL7W25QYbemx5XgfofyUx5kEgOq8PvTQGbJTExm8YbeFltYSaLHIJ1zWFHDXeDh2kflt9IbhGMgVpumicosfxHaZTW4MiRaYLUjd4lmnULn89L1709/vnezoD7UFhEGzykHID1ZA8kHIoJk9LK2KCY046I5OQVBrAUuVyXPUxulRDsCMvWJlfgSybIm9kvWULiBijvvs0ie5bg9XTgSCqDNdsOzyGdVweqnwIsxkBoJ/L70FW8246nZC1LDZ220aV1Qgox+gzfewGoCIIgoNfbUk7ec6ZqLaOTNy20LXK66hhFZdeZEckr0ScCDIIabh4OjBtGBoO9jcK4BIrnx9UTwjjqHRPdT/Xkfvmnb7b5JFExgoOx9htUbm5vmuc86QRjI8XR7Uq6JWkH8vUrIDP4gxWoymU73olH9DK6GRXTwJKyKO8hthfyj0KgUoI7TC/qhR+/H1XeT9w9juPcYNJLbSGWSPk7Oomoxi87O33A/fvEsv40kCWCkGCQuxfiL7pvtcBBpRKTp/UrhryYTACjQSeapmmEErtfmc82tIhJ70XQa22SrQqO4tjroF3wPqs3Q1QC9/CIYIWul+kfxg/pJ7ulduaO2xNTSx4vcdecZW1m/hBQ+0vq5cOtu2q0QN/DEyic366GfK0g8+XzFZKVTlLrMIPgJVMc0AotjVm4ztE1qsMQCdWC3KRAQECquX93JwAfthjYdvFMVTzQjGRqt11jbb4hKLRtmNbfvYa2g//SS150ygtXs9xRYDslKPTDwROBJkR35+FPgMEbCgkURvvFcuhiGgobg2J/HPGuoArU5zgcVS7taKkl2p/fY1SQMo0JcjHo27+3u+Fs/LXyxmHvp+sJbJ1rb6S7K2rba2RvLkRqIYWppuzpq3vaFkdXIynGenfEDtGUSvPuVtw0HF7RZdNYgSMvrOXCsrsRh4h20US4WxbhmX6NlWTatyoxmqySuREkpJGGCkwRHJF7FhvIAi8TkCJWS+XPTnPGB44bajajaqvJH1FbGJ9pLh5Vzbe+DaxvbyuB2yqBaqzoNmTWGehm8IDsaUCVJ5VTviVRN1Q/iR/2zjCPfZc23YBPvU7SIBF4MSNDbaNDh6weYJfd0c6v3JPeuJY6GSLl6jGPVYZEb4XsV571PimHQL0XdysWKxDqGvMbiHhtvfoj6A+5jP/vZj8q9ohxA25een2DbF9Vh09N1xxXXGPaPHVZbqMg2AFEzaDZRf1weXX8C+XFFwroCBDySWWLZamv0/trN7oVPoqemRRDcqSuegMehBHyOHtmusv0hTasDtSMb4yT0SUqNsHrLWGvomfE1JoAo4QE3Y/hbp1C/uwA+SQ+UegojWvlKnz26/irqbCh0zjnvWel1kIe2F8yud9/88t0XswLPKWi//P7Xb1fA8dFCLz867oPg+ZVdope2b2KWvVptFq9UDY1HBR9cz+rXJ555prsfH+m8Za2qDzoL3AXXD+1gtfjCvKX0Ss4muP1SjwD/O2AVft7w7NtQ1IanyZuNceGMQKVG9dq+zx4CGYzzjhusHhxgQ5s1uyeVCKH3HsDmG19sZRPR1X2AzTLeLKOItHe+equMxDvF/RYNI2uw4nFosHJBErtOkCSeaBZFYRKX8/FMKYrzG1FkkxE5T9P0uiNAe6toZpUdbr5XqMVdu16pU0HS0bns3bGoezVsa74d03p5tX9Fw2YxNE3Gsgi2A32kPF9HeEaAyDUigF+ihNzR2bj2MhLkjJ4Ore+RIEHP60U2JtiWLSOni0e/faOxyWoGSF0nvnwC7wQr1FyhcJ333rChLQrBNBGiRJAgWUXRIKJGJLpmtsrO+xVN9Lu5eHMrK1BbQ2YRsgrkvgxyB6faQxq+mtJpdMYkPnhXbyNiW+/CKu2m5kYbyIIyWCEJIhCBbHPUzKcCwDQRMSREj2M9zGVAYmxRXygigjASTYpwXiPACiQiaVvUAHPoksEYSGEKNRZYkAS5grTinBoDyZm+O2D0jIYDDM/jBCf4GF4mwxBATDLMKh4M2v3mScnBMIdnMmhuT9kUYsL5PLikDAgN2gv1JKE5tGOUuM6GXCb9Rox3JlqzmnCiABZLTuSerP4n9YNIgqVFfjhmBw7S5ScSFm7oIcrIvDyo2MzmFsummMX5Hi8uF1y+DJVOkF8p+UqBgByTNekwRp8eJCHRU5D1h+3gUdyynXeNsEoR1mWVpazNJZIbKhASThFNfCDIylKNHtcxKKEbieOhoT5GBHW8zAywMhegzNt5XqgXea/M8zhLN4u0XM3RZpYWUYm1cixbq7BuieVIIehXglIjH3QKQTJPBrdQU4ymyjGRrrYS+t9SwZ90VTFSP6CdnCZ6KAZqBNL758jCGmXERTpTJU8lxFcu7jzLy5bDeg7dX0IkFsVrVf5n0bh55Wun6rSIWye9kCxg2vpsPoBK6D/kCPi1cl3CXD5MKSiifHEWcrrErsOY1aGEoc+J0pRU9HDHkQaMCgNv7l4bwHH+OE0DGJmnPFm4kbEldMqxlFzBMzOZ2XjIQTIgHZ7pcT5HLPNrf6LmZ+dpd5E/OJe20pv/39KW5zw/XZlGe4/cMjvc1qIbIBFEYUHnPLnvu3TtuXQxLdAnj2ZTBWJ0JdoyYdycu78l+qnd6S0rSAjKTOUaA2YLbVxAh2Aw8hEtJv5+jSTDL9PzVq2lpDIeZKBDwL3qZJ4GbDYHzOAYbaBM64QVin1r6URj3/owOos/DyVm1j0vTeY+rb5KOZ0SvXfHrT7VFn3TUGE1ufOmrlN2jCwcQYzMGMPjF/eIJtNp7DasoIuPM+s1VAywGdBKo/hyWYIQaKhZWgaN5brrs1pkxzx2Y6aSOvCEO+MCL7EX4pXW43tp8523XioUrk9PRj5oeM1+xywcVr1qlgzxiFaeMZs8FfO49002a1rdfoD8NIgUj/LUFX3VzqIFPo2MEtsfLVVITb5P23b5ASv+OFv+/hEaii1Vj6lxQRCwrh54YVYXcMEK1PGicZxnb3v/ZBJPqcQpvlxIlFw7/DLRzFq6iGpkZTUKYgfwaPUOotcWI6vH13nMF1mid0FC1WCseH0Fe6IaCqt03tKUGv5WisoanhDNahYRtKqJni64wP88ESbVJCHNM90FyQWyIsvrLPoRm5tYjWTgI6bRNGaG8CSHuMGcZGcdQR2jEJXQuGgvtNk3jeDK8xOSeWkkwkEzOTZWDrjfnK944diPEmd73aLr2pzMTOJtZ56L8qKb4WFXsvU393DeFtRXr+Un0xXP7N2iL4SYXvxita8XZsyRzAsfpPNXf4xjnnlyi7LUrcNbL75LxiOtWgPGzMXHBfJNeW7FtTBSSu6HOA8FkoS5ZZJoTQSeo3mzGcCoNEV0mRSDEN3mLb3f8HhS5UqXSTxamolCwaBZwohsmCqhJ4Y7QrdBFId8fyiCBDBa0cm9TP4TqyN+cD04yuNmdR3SEhWQcQQkDWWCm5jm8bAoqjVaiuGgi0rEukt8PzoLqwxXN6KDwANcJEKDBDAfyB9Jcopc0JWmHwOCiFbnnkZcA3XCr0YNZVIsx6uwTuBaaBTc0qQP6m5mxWtW27oYhOg6a4B3yQpatUyQtKvNkUad75TGg3O4ohAd+rEAI6xCzkIgWrOygRGQyUwWMNrwsonkQ2RlsikMc9ztaEODtsHBJW0XhujQmdDnwiye2dA+YUW9xN5EEGZpOggiBr60tBA/ox6JVo89T+mIpESFjsEnDR3meo+plRBKeVEMDY+RYI885gHi8By2VmocKV+FpbZxkIx4fvIznakybmFVFW850g9BiL4TMFrDx9hFVqwWJWOA+AJWxs8CkDBMMl4NDgl/7y8VhNEQ8Mdl3ohs4MUuMrSyq122PqdMwn5LSGtFh4RFkGPWGIMfLY1gIYRbowipCxtiRGCfMuqgkYU9c1auiDIZa+YnuU+NZzXRwxyMSptrg5q7tAUVGThfN4Yzw0lI3v8IPqLBzQHqjngDtSvaEWeRKa/2hChgZl0TEZhDB5nM7KNIjBE1aRZ+eWlLkABL2eeNJK6WSef4Ot5U7eRFB/hAzwET9oQ4EqJt9kmHJYTAh0iGJzrp9fwKKIaUF56zvXTxciIC0ikTLicBrIyw0XICRsJqnyizrImG4ugkQ7RoOs1yXHkLOJRQ15C/khEAPBkhEeo9JotmpAj2WEm0v2gBx06SeuvSaUSktfQQLULt+clJQ2Tg0DCI4JIm60TXQ4xKCAZW9IlrGbfVnXQ1J1ywCOFQKZ9cH0utDNyh5I8ZzJ3abDnYeW9vUdxzKJvn+kcty/x3u4zOii1vyx9rUvZIfLkcZvqxmRuSQ/f/e3py2MzkOwFJbIu7Jp2SCvLG+AcEilIeDC2xW4ychOyf9Mv9zQgCaklKSZ2FSnhjxdpN5U7pFJ0V0+PmCDAAE4vD+kvsMH8YoTCCWcxiFrF8Kj4VT0qXi+GwlsT1TQwin6FZ/64ZAdVUh8/i90G7JheuESc9kDk2ZgZYvzIHLfZJfIFZYNgv99/1Kt0NAj3+wRsBWRj/sAKxYknhUYPLFb3gFj0fLEERpAgbCiV3JW0u/iE8rUSnkV2HlJVtg8my71rpWWmjF6yOL9UO4cnHvz9ohZQAsrWH3OHMNDvN5N4aoVG0o/g+R1OiS4tJP7gISqdolmXpfBBNeo5fHxz5+kCEnGOhe/bEbARFC3U9UlTJnf+kpZ9KTyP2Lc5bt68iNe1UWuqZXZK3fl95kFuyK+NYhUYY9T7r3Ue6f72gqezL6JGkHZDTzkytvHm6hX4d/WUbM4elP9LMRhNjMq3OcTTsf1h4qnZwxHExa8b8+S9VFn6lKkmKqDs+qOiZdyKqzfUIkzR7+sbcc3x27vS8DO2xlzLfvf04/+mvQ4sWHY21qUp2Fb7gTBqSvaKZV6wPvS988dUhmnt/J+jPsuteiDVPmi/nCNZkib7spwrc9hyNuTAv9S5F0+dsqV0LS8dQFL26qNzSmXOOptVvqGla9yxNPz7w9en70UQsaBmo7ThQGYGlOvaH/1BObi+r884LBxhAYausbDtZ/s+XM0knzdFzQ6FNxWVrcnUgWK14kwNzA4Oc5Mwvh3OLnfKM7CVzfD7L5wbdrAAFq3v1vhEAf19yu7GTZ+3v7lDwXKXbFrv7rHtOmcRmdLnbDdBgffeQ3eFbrr2mRsDK8pqaKhUX5JUTbsc9EXRempz++t3+GX6F04iM9fIB4VuxPVH+AAMQBFGINmKKIIAZGVfQO1paLk9Gc7M1wAfWHnnM0D3KEUzAN/qwIqCALSZSTtMlM2aCHVRdOaEe9QDXYE+AgRmDnoA+UGQMyCsDeXI7LS9Qmc97ymaf+1C9zB13O+UXkgZnVcsnAj/GftZZPY58weVh9JQ0kuboSNwG/n5zo2l1wJYjbcAMNbUChoIyTJob/E1lQwAmLF0qUClvBXOltjmptTVKrEGaYxvvMr3cdPTvunobLCrad+LpBQvqf3BAW33dwePTbpXaUJ7ivnhx48bfI8cfeHJk/sRzWYL5PqNY7uY7vXA86C4vb7e49LvgesOdZ4CGs9wkqY6trBjOvm12v1lVqQzTYFMWffd35aVeTQNpec7XGikvSildbqdbPkjwz35e3kNVRlwiPNz+YP6u3B/KF7X/1r7SK9DKxd3omVfl+KHnIq/oVOpMBJRtiMEL8ZgDni05Taa5TQZphd71j/PnPcci0d5c1rHZHoD4gOZo1ThncQHVORBwjzfuf/nl/Zu07jePFy9jZXL6ybSKijSoOEstUpWwkhLBj8NwgAlA6seThsbXt/adWIocuylTyo0wIyRRsBOXp8yAKz9b5T8qOPZNGGQhXuDCEXQ95irId+U/PnwLv67+vDpY/WZ1R/bZO3fvb06v6GsCoDZcNtgede48JCFlB14oOQxXOcAqGDYrvOUl+ZWvfskoYyReRrp5f/3rd3P1GIGqUlCkBaXAqlok0hw2qrpXvlQ5HxV3QM4d9eGE+QDFUqWQhaU5G47dKXZzATCmhc8Z4ydmC86HVohhjfpVH9oNACEJrfcbs63QmRK9VzsUA1loOGMwIMDMI4A3I4hZEi6EIwiKSABhf9rywzp5rGhKgCxMSAol6omLKMK/wWNmFJHwgGckDEANAEXmTRuzKko6nhZviOKEmOtkeAnP5DqleLNZ0iCSO5dFUgwIuwr4P4OBBENFa/evHwPAIqSwYGzd3mu+nIZ6W4/IjjMjRau/29zYst2CS2vibQuW9PUtydB0Na643SK3RlPjzDgVHVOVPnCptTG9OAxPufSBKXP00feaMxbE22qkeEpva+Pm77r2PZGVNMu04M73oLAJjXvkRIhQ9G80JQ2d8HEoZTG+Vdx7az6OGnIRfGlp6VJcWW5A8fm3eovfMlomXVxk8mvscuOQ/NDWrV7FM6rl7Gv62dyT6797rc2BR41xBQXY1Sjc0fbq90t+nofoH/uLg16GWQXnEeXKarHNtnO+JXjBjtsvpDW8jCDS9m6tnAw19WzCMSGdp1xNYXOi/sxYS/H5yo25LMuqL6aOxjLK1BMX1umebiCnkqZIYe8Z7MxeQ86ib2YtvnDCyjLpg+DvGZt/5bIIP1UH8dbdBbsLWnFYR0WAn9/27oDGubeeouqtsD8hW5ctmLdcYd1qbokLb7awy6xAOmLzD4V5bW2bls88q/10zQFxTqz5VNsLbqLN5o0KicpMSnBrUlsl6rj16QnHpNT25VmrV+tEcXG6p+nEoG/o04oNrDc9fVVvUq/R0r0Xv4pPt3ULn9dWu8sPVczi26sKuULQvAIkDpW7Q76fC9yG8L92rMhao1wDR93xVzgIva67dUsrC57SAR1oPUB2E08S3WTm04Wlt2IPXrlqRCbQfQWDiVE4dg8ENAoBWWV3cNzL2J1xOBBCb374LE7ho9EvvHAisxrR3NyL9u7pS5fGVkyp7t6VGDEKm6u3WP0OBgSBNboFQ9jRZ8ECa5VQskCOIeRs3GCsMl7wciMdpBlMPcHrIOQrmTMMfHXh43hugpNUGPmhmO46bkMQzcjqYr3XChFENmx50k7IeBlhV29TRTojiWflPhLykDSdgQwDoYIfYqEtQkwVI3RakAS04UfepSFkIHm9+k05ghKaXyC8d59Wx+hM7YX0u0f0sFCH+oxUYZgQxqNbv4Md4lPuMW+8FmrGM8gygP0bJzzan+2P1nETcROc7fIjzCqmRM+b+elkCKGZOSYxYgwju2bEJIaBAYMEIJjqmoxhMOMpn4Ew+IhlDMO03Nh0I7jJgPfEw/oIKXQ0X6jyQBv8kRB5nkFiN2HINJqP5CNg2BSDYlDBpwwTfiKF6CdGk8MUKgpHEZRW0DyChAdy9BoWn5hHdCmOlE8ohC1jS/XNZc3JryLMbgZBevThPLmb2FqDBJ4z+bjsQqXmOBpIY5l5FO8MK0xxinAd69HzCpZRtEfbPfVg3Y0Gu/24qmB/qUfqv674+ezs58fqE4iN7fYxxcr/ocfkY90sA9vvk+fbD/X6s+7HtGW3xdzP8veeduRn5ztOe2V5kipNJjpId3AbQnFDb5NpxcVpMUn7s6SjJVJG2vvxNzE+UXJ+2kLZ63GsrRNF6CA3F6ARVJtvw1m3UP2k/QNCyDArnRl7hjOcedrO59b4mOyKimzSy/bTwYO5MWrMOary+mFKpNNWFlNmc0amQL9XNerE1kgdnHtBSwfpV/S/C8Vkme0hLihp/2O4npTGmvRet4SYuFVxTK8RdnDnpLA29W/uX6Ra7oVZ9wZyFyEEEMEA6mf4n3xtJ0CiuiT5YroNwDmZbxVPayi4VgvjtiJIWJskX7WJR7Sd6HeBznJd25WufNFiDWtqaWdnSddT/XrSXrKt0+zYCIwrxkCi8DaTalzxrjDp7Oue5gFyvMydE0+7zXszqa0NEVuqNT29GWjrIkRLjtqtKGZEDi1eEcwSbwHTae7c1qlVRwg/u0o6O7syrMyuvxWc3GyJ0/a/flN5K0vNyhqAqtwEi4rnMDdoaoc0qo+n7bIFATX7Pkt1LwR1JLUZnOAMGUuktDqeo7iRa3K4sjyQNh8qi7okUtuBVObkgbxfLXCCCgNhFMEXLNcGbERhH6651gabRJDOUdlSH4aCbdLUSAwQoQFdWu0kZtLiB+p8qcCa2h38kpckmkoeRaWzpmZ2/1Jga8TmSU7piG5C0pKOSeoBQnhKG1AE99DdxJWDj0jS+pNU4nigliCKJRcLsW4bgoTJyAb8qUwDxHfhWGyF+frm4pKj+frhtYN9YOgBzI09pgtTVdiJzBOSGAfhiJG4ghzwMU1z3BvcKQBuSP8ot8q97D/Ij//54cc+XMQkamuZZA7hI2Angvb9iLtwL+56lqL/E58omyNLjP8PLQOyUzLwzatTHqfTSFnd7Xl5YMozItCCxzMOft79zUZSs1hbkWKTMEvUzfvmvtwU/L9FaRmVHk8lDCgC0J6zcmWO3b4ih3hLiw8rnodoq+9wK4phc5fO4X55UC5BO5drIju0L3V2RDZv1HDubTYbe6nBmoZJKtGu9UglCW43Bmb4fYFQa2Gg/x25VR5mfCesfyA6EDD4InyiJ+KMR/RIVUxX1B/hZ8Hv3QrPFz9872N9NlsP6K4cC23xnbt4/vAI9QCL1GKze0I97KlAunt27ozJSSsc3pFW67bPbu/itJXd/hkXHmJEUQQsED1PhvRKj54QyCV1AxBf4jeOGVauCq5SfcgsLIr8YM382UXhFALsOCZ8F2WhLe3tRtrYY6SMq1a24lW0m3bhEkcMKI3hOK73haet0RVyR7gSZtZAfNjY+G+iO+jO270JoY2Sm32V1yfW9UXgv+c/SWW+K4uw+rgqzm89izUy1pNLXy8qXL9eR8TMyk/Lez2vNT/egoeTXlSUubOVTR2ZuWlT8MeTJWDas2COBkNe/Hzz7gmDG0z07/st8MWWXuELA4ZPC3gUJlwSMLVd0xg+K8nxEue8fh1Yy5Y5kmdhWJT+Bss6KUMYNitZTL3psk5NUf8nw1pxd9C9cZPR2jdikqqtdQR4Mtf+7gZnV6gCnOzpBhk3YQp+riqkp9VTNPnSUhLPXLuD/f43CzYHc2FiDVXok44xlfG7TPaPiwos00jsbqRkoWaaJjLdvbh0Sj0h4QUViom4vho+FhehC48qzKTpLZhIiRgYXfxMTsc4JJvAuA2a7kjGXJQL2xzgKQyz4OBkGVL7USJOg/25mZWvqNMI8i1WSrx3y4Err4g/hFVhtH4tZ9ZgSnD09ysP2hOTHY7k6Khv9fhD2dueyc119r8ZcKb+K7lb85X5ZmGFxFt3fQFR+bo3ni2dPav99/eST0+05fDaUIXoPnBpPDVGjooNeOZMv7+KLRB5Yhj8tJQKUgYsci6xk6c+V31OofoavjPxXGDJ84pcSCq/Z6g3VG9QzPe0k4aaxLgPCSvtD+MSNSKeS0dpShL9FFFQAaMUxyDEKucpSEaLh6cZun0wLpSCbcBSfmxZWP7UkrLYJY+2LGtdzPNNSX7+obiDl0kF+RKExxTnDTNI/t4eFhcm5E7F5N0lZxRMj3zPLW4xvCitfrBk5tGoDS+mQHaJIVH6SqIi8a1+Dwc3K0iUzJ3Pxa+I5/rBK8TTpJ84v0j8345yQrEcjSHkT7+2ukJWUW+Nat5H4pnidtxGB2lyX0vR10/LiRh0uYIod/xdcBoy0AZ+W4x/5Szrfm5xuaxclGBQnFMiKGZ5bTWDMdUwFgxFlByO6olS4lyDr3+27T08gfNCDM/8MQ8wDPPEHumOVJZkWXduS9cMCM18zYyullzvpNRY0/lhik1SebVoZCUoUjdbTUTykYR6dh2CSlijaOkXSMD5sbK5ZWPngeT0siRbVXE023+faRaTQKnZgMZF/BeJI0byWqrEYln8tR4bIdfCLux0vKZP81QAc+EBp0mOYOLKxIgncKzvWOUvJV5erZEeU5/pXKmBSfWkRlN5K7v1mrWah1PVa9XCSdOKHjqHV/MlqGhiKp9SI/dh3K3Hq7A0dTwfr0nD3NhlGnPh8RrexqvjcREHGcFFkS7CLsYYDGKMnXBFLnIkOxwFzzcpf/7ss5+VTQ/x6t7wFGq75VzO/PzX8nJFcdFN0k96mYKvLQdMl+5QWwXc4bEYDB6LA9+YUHT9N5U3VZQSyKVDZCo9JRXevHFI+DuqNAhOgYJWKpJlWZdFHZcKpe4Vq9Yar5dlzd7rxrUrkplZ722aoqztABb6A9lsttAV9iX7/v60KAHPJv0kq90RbKOy/ppXhcpxlrVdEV75ywsIRjbqg/e6Mwm56b3DfOfvG4YsVBBqfZ3ptsk4pcoFU88yu1+VKH0sUVjVi4+zFGWFFFn3DEm2x0X6F1GrnjhnrUXwCGBv1U2KzzEUqaNd1Q4igaZ/o+kamk7WhrSRFxgJn/n5fY7WZK1GUeV5cyLN0ek0LQNhmLks16qKISTMjoIMl8Wx8LACfvfscY1qdUoKRjpFSA7AWJqjYxmRwTBGkSpPVsrpIMfRGCaX0/SKgRXEUbvDGBkWODrnVuotjkvlorCKZ1W+NxK4Opqj6x49FPVOJN43gnL7W+ij6Y9K7T0tZkVvjJLncXFybZV3HhT1yvrA9+e1vJZ8ZikpnZJqH2BE5gHtDhoSI01Ln1H5Wrin2TxuBp0d5ukWwuY2HtVqtHgVJWIVSePgrvki5arAprgoMbJrsJlXDZS4Y54xdOo1NtnLqSDlmzM7NBm/WhV79CSxo5DYBifgtuS2MZOzC0siFWQSjm/zfkg6VMD0hYhuhg4yUBetkhpSZGlpU6ZSTv+8vSvJO8tIscCwB7gbZwF007U9nO5CyiH5Y9aRzJwpSbV2F6RhOWXRH9/ZlAqcEaeTAVwP3XQ5CM9Cf7kRnCOhv2Nzce4A4MzLyOQKwRxtXwhhbODF0D9ej4QLGHg19afrIWIC1Ovck6DHKCydnJvIFQBUE4T5oX+9GZRzob98E4SdJTAJ7KbbKWJi9TYag1Cu5TpXahRA78tZEtPnY6ME/ulokKAWGF2aavDUGEnwFwOIhUj+V3rybnhwniL7G5SaoC56lIgQMeLUlULiWWdLCmjqQ6Q21MkGuoZl8dHoPTRpUHqrQ//3D5olcfDvPOWvEHZQiEEoJ/FvyG4WzdqLOs2HIB4bp94xXBK7W1EnIarlQeRUGzRF6hX01IE36MvpUjBQ7Jt0KEeQ1YGf4SQuiGKSoKmoVkFP46WDn649HwzUxiSEMfkmX36sZZqtsVirlVYAD0gniN9gAGZyafdwZ0cX8IYAoqCD+JoYumCgC88iiZld/Bz8clILpKTTiTIkIpgdKwt4yLmgb6Or3cVbevVpM6zNZsUj07dfz8E9Udhjv3d47oYuqy3eBjevKifFdE9UcOeClLlP3159hlPfZqWo6dS6ROGclk7E43cPhodPQEiEI0OWHHkKFCkRw6JEBYcaDVp0hBNBJFHMIBo9PAcaEAExUmbzUP5dCsNujAjcyGzuGpXXVU/MO4/JU8fFyXW7MS7ESsTGhICXiZNnpaKTQuNlfmFOCUopCj69gkeGxpwyOMync3ySKRUdCnWSQaIRIa09MuejiZCJWBkz60dgjAtpUwRjQhBMpKKTAr2KAWNKyLCII9NC2cyYgWUgsKgsgC9zHHMoUCt9iyNBREaExCoOMPp+7v3z3X0oMiZAJ5MsgrkyI81xIb0KRr6agScIaovCsUmhlnKh5TLH51NkYC7EWKavsWkhimYwsA6E3MzUxoYRY+nH3rNQkxiRI94qSKuYiI4K4RoBjVkdF/cA) format("woff2"), url(/static/Flaticon-5932f8b86ed6c83a2db9923a37b40f50.woff) format("woff"), url(/static/Flaticon-419f9ca5a4963331b7b541193e46b3d3.ttf) format("truetype"), url(/static/Flaticon-7da9e9ab505fe2f860268e80b8c4dd66.svg#Flaticon) format("svg")
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(http://sample.itmartx.net/static/Flaticon-7da9e9ab505fe2f860268e80b8c4dd66.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-cloud:before {
    content: "\f100"
}

.flaticon-data:before {
    content: "\f101"
}

.flaticon-vps:before {
    content: "\f102"
}

.flaticon-shield:before {
    content: "\f103"
}

.flaticon-team:before {
    content: "\f104"
}

.flaticon-rocket:before {
    content: "\f105"
}

.flaticon-diamond:before {
    content: "\f106"
}

.flaticon-money:before {
    content: "\f107"
}

.flaticon-data-1:before {
    content: "\f108"
}

.flaticon-dashboard:before {
    content: "\f109"
}

.flaticon-support:before {
    content: "\f10a"
}

.flaticon-star:before {
    content: "\f10b"
}

.flaticon-star-1:before {
    content: "\f10c"
}

.flaticon-star-2:before {
    content: "\f10d"
}

.flaticon-plus:before {
    content: "\f10e"
}

.flaticon-line:before {
    content: "\f10f"
}

.flaticon-monitor:before {
    content: "\f110"
}

.flaticon-idea:before {
    content: "\f111"
}

.flaticon-layout:before {
    content: "\f112"
}

.flaticon-hard-disk:before {
    content: "\f113"
}

.flaticon-smartphone:before {
    content: "\f114"
}

.flaticon-reload:before {
    content: "\f115"
}

.flaticon-laptop:before {
    content: "\f116"
}

.flaticon-update-arrows:before {
    content: "\f117"
}

.flaticon-handshake:before {
    content: "\f118"
}

.flaticon-repair:before {
    content: "\f119"
}

.flaticon-delivery-truck:before {
    content: "\f11a"
}

.flaticon-left-quote:before {
    content: "\f11b"
}

.flaticon-software:before {
    content: "\f11c"
}

.flaticon-gear:before {
    content: "\f11d"
}

.flaticon-skyline:before {
    content: "\f11e"
}

.flaticon-car-insurance:before {
    content: "\f11f"
}

.flaticon-factory:before {
    content: "\f120"
}

.flaticon-chip:before {
    content: "\f121"
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.accordion {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.accordion__item+.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion__button {
    background-color: #f4f4f4;
    border: none;
    color: #444;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    width: 100%
}

.accordion__button:hover {
    background-color: #ddd
}

.accordion__button:before {
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px
}

.accordion__button[aria-expanded=true]:before,
.accordion__button[aria-selected=true]:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[hidden] {
    display: none
}

.accordion__panel {
    -webkit-animation: fadein .35s ease-in;
    animation: fadein .35s ease-in;
    padding: 20px
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0
}

 :root {
    scroll-behavior: inherit
}

img {
    max-width: 100%
}

a {
    color: #0e314c;
    display: inline-block;
    outline: 0 !important;
    transition: .5s
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #008ac1
}

.d-table {
    height: 100%;
    width: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    color: #6084a4;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0e314c;
    font-weight: 500
}

.text-right {
    text-align: end
}

 :focus {
    outline: 0 !important
}

.ptb-80 {
    padding-bottom: 80px
}

.pt-80,
.ptb-80 {
    padding-top: 80px
}

.pb-50 {
    padding-bottom: 50px
}

.bg-f7fafd {
    background-color: #f7fafd
}

.bg-f9f6f6 {
    background-color: #f9f6f6
}

.bg-f9fafb {
    background-color: #f9fafb
}

.bg-0f054b {
    background-color: #0f054b
}

.bg-eef6fd {
    background-color: #eef6fd
}

.pb-80 {
    padding-bottom: 80px
}

textarea.form-control {
    height: auto !important
}

.owl-theme-style.owl-theme .owl-nav {
    margin-top: 0
}

.owl-theme-style.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: .01;
    margin-top: 10px
}

.owl-theme-style.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 20px
}

.owl-theme-style.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6;
    border-radius: 50%;
    height: 15px;
    margin: 0 5px;
    transition: .4s;
    width: 15px
}

.owl-theme-style.owl-theme .owl-dots .owl-dot.active span,
.owl-theme-style.owl-theme .owl-dots .owl-dot:hover span {
    background: #008ac1
}

.btn-primary {
    background-color: #008ac1;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25);
    color: #fff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #0e314c;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-primary.focus,
.btn-primary .show>.btn-primary.dropdown-toggle:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: unset
}

.btn-primary .show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #0e314c;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #008ac1;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25);
    color: #fff;
    opacity: 1
}

.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background: #0e314c;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.btn {
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 40px;
    position: relative;
    text-transform: uppercase;
    transition: .5s;
    z-index: 1
}

.btn:after,
.btn:before {
    background: #c679e3;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: -1
}

.btn:after {
    border-radius: 4px 0 0 4px;
    left: 0
}

.btn:before {
    border-radius: 0 4px 4px 0;
    right: 0
}

.btn:hover:after,
.btn:hover:before {
    width: 50%
}

.btn.btn-secondary {
    background-color: #008ac1;
    border-radius: 0;
    box-shadow: 5px 5px 5px #a6f5be;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 13px 30px;
    text-transform: capitalize
}

.btn.btn-secondary:after,
.btn.btn-secondary:before {
    background: #c679e3;
    border-radius: 0
}

.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn.btn-secondary.dropdown-toggle {
    background-color: #008ac1;
    border-color: #008ac1;
    color: #fff
}

.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn.btn-secondary.dropdown-toggle:focus {
    box-shadow: 5px 5px 5px #e9caf5
}

.btn.btn-secondary:focus {
    color: #fff
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    box-shadow: 5px 5px 5px #e9caf5
}

.form-group {
    margin-bottom: 18px
}

label {
    color: #0e314c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px
}

.form-control {
    background: #f5f5f5;
    border: 1px solid #eceaea;
    border-radius: 0;
    color: #0e314c;
    font-size: 14px;
    height: 50px;
    padding: 10px 15px;
    transition: .5s
}

.form-control:focus {
    background: #fff;
    border-color: #008ac1;
    box-shadow: unset;
    outline: 0
}

.section-title {
    margin-bottom: 50px;
    text-align: center
}

.section-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize
}

.section-title p {
    margin: 0 auto;
    max-width: 520px
}

.section-title .bar {
    background: #cdf1d8;
    border-radius: 30px;
    height: 5px;
    margin: 20px auto;
    position: relative;
    width: 90px
}

.section-title .bar:before {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #008ac1;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -2.7px;
    width: 10px
}

.section-title .sub-title {
    background-color: #f5dffd;
    border-radius: 30px;
    color: #c679e3;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 5px 20px 4px
}

.section-title.text-left {
    text-align: left
}

.section-title.text-left h2 {
    font-weight: 500
}

.section-title.text-left h2 span {
    display: inline-block;
    font-weight: 700
}

.section-title.text-left p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px
}

@-webkit-keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

.preloader {
    background: #008ac1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.preloader .spinner {
    -webkit-animation: sk-rotateplane 1.2s ease-in-out infinite;
    animation: sk-rotateplane 1.2s ease-in-out infinite;
    background-color: #fff;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, .4);
    height: 60px;
    left: 0;
    margin: -75px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    to {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

#header.headroom {
    background-color: transparent;
    left: 0;
    padding-top: 15px;
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 9999
}

#header.headroom.is-sticky {
    background-color: #fff !important;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    padding-bottom: 15px;
    padding-top: 15px
}

#header.headroom.navbar-style-two {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 15px
}

#header.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#header.headroom--unpinned {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden
}

.startp-nav {
    background: transparent
}

.startp-nav nav,
.startp-nav nav .navbar-brand {
    padding: 0
}

.startp-nav nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.startp-nav nav .navbar-nav .nav-item {
    padding: 15px 0;
    position: relative
}

.startp-nav nav .navbar-nav .nav-item a {
    color: #4a6f8a;
    font-size: 15px;
    font-weight: 500;
    margin-left: 14px;
    margin-right: 14px;
    padding: 0
}

.startp-nav nav .navbar-nav .nav-item a.active,
.startp-nav nav .navbar-nav .nav-item a:focus,
.startp-nav nav .navbar-nav .nav-item a:hover {
    color: #008ac1
}

.startp-nav nav .navbar-nav .nav-item a svg {
    width: 14px
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    display: block;
    left: 0;
    opacity: 0;
    padding: 15px 5px;
    position: absolute;
    top: 80px;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 250px;
    z-index: 99
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
    position: relative
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #4a6f8a;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 8px 15px
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #008ac1
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a i,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a svg {
    float: right
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    visibility: hidden !important
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #008ac1
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    top: -10px !important;
    visibility: visible !important
}

.startp-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #008ac1
}

.startp-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.startp-nav nav .others-option {
    margin-left: 20px
}

.startp-nav nav .others-option .cart-wrapper-btn {
    margin-right: 30px;
    position: relative
}

.startp-nav nav .others-option .cart-wrapper-btn svg {
    width: 15px
}

.startp-nav nav .others-option .cart-wrapper-btn i {
    font-size: 20px
}

.startp-nav nav .others-option .cart-wrapper-btn span {
    background-color: red;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    height: 13px;
    line-height: 14px;
    position: absolute;
    right: -9px;
    text-align: center;
    top: -2px;
    width: 13px
}

.startp-nav nav .others-option .btn.btn-light {
    background: transparent;
    border: 2px dashed #cdf1d8;
    margin-right: 10px;
    padding: 12px 33px
}

.startp-nav nav .others-option .btn.btn-light:focus {
    color: #0e314c !important
}

.startp-nav nav .others-option .btn.btn-light:focus,
.startp-nav nav .others-option .btn.btn-light:hover {
    border-color: #008ac1;
    color: #fff
}

.startp-nav nav .others-option .btn.btn-light:after,
.startp-nav nav .others-option .btn.btn-light:before {
    background: #008ac1
}

.startp-nav nav .others-option .btn.btn-primary {
    background: #c679e3;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.startp-nav nav .others-option .btn.btn-primary:after,
.startp-nav nav .others-option .btn.btn-primary:before {
    background: #008ac1;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25)
}

.navbar-style-three .startp-nav {
    padding-left: 25px;
    padding-right: 25px
}

.navbar-color-white .startp-nav nav .navbar-nav .nav-item a {
    color: #fff
}

.navbar-color-white .startp-nav nav .navbar-nav .nav-item a.active,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:focus,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:hover {
    color: #008ac1
}

.navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn {
    color: #fff
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
    background: #c679e3;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary:after,
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary:before {
    background: #008ac1;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25)
}

.navbar-color-white#header.headroom.is-sticky {
    background-color: #0e314c !important
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: 0 !important
}

.navbar-toggler .icon-bar {
    background: #221638;
    border-radius: 3px;
    display: block;
    height: 4px;
    transition: all .3s;
    width: 35px
}

.navbar-toggler .top-bar {
    left: 4px;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

.navbar-toggler .middle-bar {
    margin: 5px 0;
    opacity: 0
}

.navbar-toggler .bottom-bar {
    left: 4px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}

.navbar-toggler.collapsed .top-bar {
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media only screen and (max-width:991px) {
    #header {
        padding-bottom: 15px;
        padding-top: 15px
    }
    #header.headroom {
        border-bottom: 1px solid #eee
    }
    #header.headroom.is-sticky {
        border-bottom: none
    }
}

.main-banner {
    background: transparent url(../../static/banner-bg1-573a8cc58841d5b4cd173aed69aea83f.html) 100% 0 no-repeat;
    height: 910px;
    position: relative;
    z-index: 1
}

.main-banner .hero-content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px
}

.main-banner .hero-content p {
    margin-bottom: 30px
}

.main-banner .banner-form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 50px 30px
}

.main-banner .banner-form form .form-control {
    padding-left: 15px
}

.main-banner .banner-form form .btn {
    display: block;
    margin-top: 25px;
    -webkit-transform: unset;
    transform: unset;
    width: 100%
}

.main-banner .banner-image {
    position: relative
}

.main-banner .banner-image img {
    position: absolute
}

.main-banner .banner-image img:first-child {
    left: -45px;
    top: -130px;
    z-index: 3
}

.main-banner .banner-image img:nth-child(2) {
    right: 145px;
    top: -287px
}

.main-banner .banner-image img:nth-child(3) {
    left: 25px;
    top: -20px
}

.main-banner .banner-image img:nth-child(4) {
    right: 12%;
    top: 118px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(5) {
    left: 28%;
    top: -120px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(6) {
    right: 35%;
    top: -150px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(7) {
    right: 20px;
    top: -110px
}

.main-banner .banner-image img:nth-child(8) {
    right: 25px;
    top: -140px
}

.main-banner .banner-image img:nth-child(9) {
    right: 30%;
    top: -35px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(10) {
    left: 37%;
    top: -28px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(11) {
    left: 37%;
    top: -160px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(12) {
    left: 90px;
    top: -110px
}

.main-banner .banner-image img:nth-child(13) {
    left: 56%;
    top: -25px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(14) {
    right: 105px;
    top: -28px
}

.main-banner .banner-image img:last-child {
    display: none
}

.main-banner .banner-image.single-banner-image img {
    bottom: 0;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0
}

.hosting-main-banner {
    background-color: #032b8d;
    padding-bottom: 190px;
    padding-top: 250px;
    position: relative;
    z-index: 1
}

.hosting-main-banner .hosting-banner-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 25px
}

.hosting-main-banner .hosting-banner-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.hosting-main-banner .hosting-banner-content ul li {
    color: #fff;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative
}

.hosting-main-banner .hosting-banner-content ul li:before {
    background: #008ac1;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.hosting-main-banner .hosting-banner-content ul li:last-child {
    margin-bottom: 0
}

.hosting-main-banner .hosting-banner-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 25px
}

.hosting-main-banner .hosting-banner-content p span {
    text-decoration: line-through
}

.hosting-main-banner .hosting-banner-image {
    position: relative
}

.hosting-main-banner .hosting-banner-image img {
    position: absolute
}

.hosting-main-banner .hosting-banner-image img:first-child {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -175px
}

.hosting-main-banner .hosting-banner-image img:nth-child(2) {
    left: 21%;
    top: 184px
}

.hosting-main-banner .hosting-banner-image img:nth-child(3) {
    right: 38px;
    top: 177px
}

.hosting-main-banner .hosting-banner-image img:nth-child(4) {
    left: 29%;
    margin: 0 auto;
    right: 0;
    top: -15px
}

.hosting-main-banner .hosting-banner-image img:nth-child(5) {
    right: 8px;
    top: -107px
}

.hosting-main-banner .hosting-banner-image img:nth-child(6) {
    left: 18%;
    top: -175px;
    z-index: -1
}

.hosting-main-banner .hosting-banner-image img:nth-child(7) {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -235px
}

.hosting-main-banner .hosting-banner-image img:nth-child(8) {
    left: 27%;
    top: -200px
}

.hosting-main-banner .hosting-banner-image img:nth-child(9) {
    left: 80px;
    margin: 0 auto;
    right: 0;
    top: 40px;
    z-index: -2
}

.hosting-main-banner .hosting-banner-image img:nth-child(10) {
    display: none
}

.hosting-main-banner .hosting-banner-image.single-hosting-banner-image img {
    bottom: 0;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0 !important
}

.shape1 {
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    left: 30px;
    opacity: .4;
    top: 20%
}

.shape1,
.shape2 {
    position: absolute;
    z-index: -1
}

.shape2 {
    left: 7%;
    top: 60%
}

.shape3 {
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
    left: 25%
}

.shape3,
.shape4 {
    bottom: 15%;
    position: absolute;
    z-index: -1
}

.shape4 {
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
    right: 25%
}

.shape5 {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .2;
    right: 5%;
    top: 10%
}

.shape5,
.shape6 {
    position: absolute;
    z-index: -1
}

.shape6 {
    right: 10%;
    top: 40%
}

.shape7 {
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
    left: 25%
}

.shape7,
.shape8 {
    position: absolute;
    top: 15%;
    z-index: -1
}

.shape8 {
    right: 10%
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.rotateme {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0deg)
    }
}

.boxes-area {
    margin-top: -130px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1
}

.hosting-boxes-area {
    background-color: #032b8d;
    margin-top: 0
}

.hosting-boxes-area .single-box {
    padding-left: 20px;
    padding-right: 20px
}

.single-box {
    background: #fff;
    border: 1px dashed #cdf1d8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(72, 69, 224, .1);
    padding: 30px 25px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-box .icon {
    background: #cdf1d8;
    border-radius: 50%;
    color: #008ac1;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: .5s;
    width: 55px
}

.single-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px;
    transition: .5s
}

.single-box h3 a:hover {
    text-decoration: underline
}

.single-box:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.single-box p {
    transition: .5s
}

.single-box.bg-f78acb {
    border-color: rgba(247, 138, 203, .3)
}

.single-box.bg-f78acb .icon {
    background: rgba(247, 138, 203, .3);
    color: #f78acb
}

.single-box.bg-c679e3 {
    border-color: #edc3fc
}

.single-box.bg-c679e3 .icon {
    background: #edc3fc;
    color: #c679e3
}

.single-box.bg-eb6b3d {
    border-color: rgba(235, 107, 61, .3)
}

.single-box.bg-eb6b3d .icon {
    background: rgba(235, 107, 61, .3);
    color: #eb6b3d
}

.single-box:hover {
    border-color: transparent;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
}

.single-box:hover:before {
    opacity: 1;
    visibility: visible
}

.single-box:hover .icon {
    background: #fff;
    color: #008ac1
}

.single-box:hover a,
.single-box:hover h3,
.single-box:hover p {
    color: #fff
}

.single-box:hover.bg-f78acb .icon {
    color: #f78acb
}

.single-box:hover.bg-c679e3 .icon {
    color: #c679e3
}

.single-box:hover.bg-eb6b3d .icon {
    color: #eb6b3d
}

.about-content .section-title {
    margin-bottom: 18px;
    text-align: left
}

.about-content .section-title .bar {
    margin-left: 0;
    margin-right: 0
}

.about-content .section-title p {
    margin: 0
}

.about-inner-area {
    margin-top: 60px
}

.about-inner-area .about-text h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.why-choose-us {
    background: transparent url(../../static/banner-bg1-573a8cc58841d5b4cd173aed69aea83f.html) 100% 0 no-repeat;
    position: relative;
    z-index: 1
}

.why-choose-us .section-title {
    text-align: left
}

.why-choose-us .section-title .bar,
.why-choose-us .section-title p {
    margin-left: 0;
    margin-right: 0
}

.why-choose-us-image {
    position: relative;
    text-align: center
}

.why-choose-us-image .main-pic {
    display: none
}

.why-choose-us-image img:first-child {
    left: -20px;
    position: relative
}

.why-choose-us-image img:nth-child(3) {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -55px;
    z-index: -1
}

.why-choose-us-image.single-why-choose-us-image img {
    bottom: 0;
    display: block;
    left: 0;
    position: relative;
    right: 0
}

.col-lg-6 .col-lg-6:first-child .single-why-choose-us {
    margin-top: 60px
}

.col-lg-6 .col-lg-6:nth-child(2) .single-why-choose-us {
    margin-top: 0
}

.col-lg-6 .col-lg-6:nth-child(4) .single-why-choose-us {
    margin-top: -30px
}

.single-why-choose-us {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(56, 46, 46, .1);
    margin-top: 30px;
    padding: 30px 25px;
    transition: .5s
}

.single-why-choose-us .icon {
    color: #008ac1;
    transition: .5s
}

.single-why-choose-us .icon i {
    line-height: 1
}

.single-why-choose-us .icon i:before {
    font-size: 45px
}

.single-why-choose-us h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
    transition: .5s
}

.single-why-choose-us:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.single-why-choose-us p {
    transition: .5s
}

.single-why-choose-us:hover {
    border-color: transparent;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
}

.single-why-choose-us:hover:before {
    opacity: 1;
    visibility: visible
}

.single-why-choose-us:hover .icon,
.single-why-choose-us:hover h3,
.single-why-choose-us:hover p {
    color: #fff
}

.services-area {
    overflow: hidden
}

.services-content .section-title {
    margin-bottom: 20px;
    text-align: left
}

.services-content .section-title .bar {
    margin-left: 0;
    margin-right: 0
}

.services-content .section-title p {
    margin: 0
}

.services-content .row {
    margin-left: -8px;
    margin-right: -8px
}

.services-content .row .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px
}

.services-content .box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    color: #6084a4;
    display: block;
    font-weight: 500;
    margin-top: 20px;
    padding: 15px 12px 15px 45px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.services-content .box:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.services-content .box svg {
    color: #008ac1;
    display: inline-block;
    left: 15px;
    margin-right: 5px;
    position: absolute;
    top: 12px;
    transition: .5s;
    width: 18px
}

.services-content .box:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.services-content .box:hover:before {
    opacity: 1;
    visibility: visible
}

.services-content .box:hover svg {
    color: #fff
}

.services-right-image {
    position: relative
}

.services-right-image img {
    position: absolute
}

.services-right-image img:first-child {
    left: 22%;
    top: -85px;
    z-index: 1
}

.services-right-image img:nth-child(2) {
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -52px
}

.services-right-image img:nth-child(3) {
    left: 44%;
    top: -33px;
    z-index: 1
}

.services-right-image img:nth-child(4) {
    right: 38%;
    top: -220px;
    z-index: 1
}

.services-right-image img:nth-child(5) {
    right: 24%;
    top: 8px;
    z-index: 1
}

.services-right-image img:nth-child(6) {
    left: 29%;
    top: 0;
    z-index: 1
}

.services-right-image img:nth-child(7) {
    right: 44%;
    top: -78px;
    z-index: 1
}

.services-right-image img:nth-child(8) {
    right: 30%;
    top: -134px;
    z-index: 1
}

.services-right-image img:nth-child(9) {
    right: 31%;
    top: -21px;
    z-index: 1
}

.services-right-image img:nth-child(10) {
    right: 24%;
    top: -80px
}

.services-right-image img:nth-child(11) {
    left: 27%;
    top: -60px;
    z-index: 2
}

.services-right-image img:nth-child(12) {
    right: 28%;
    top: -54px;
    z-index: 1
}

.services-right-image img:nth-child(13) {
    left: 31%;
    top: -105px;
    z-index: 1
}

.services-right-image img.bg-image {
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -262px
}

.services-right-image img:last-child {
    display: none
}

.services-right-image.single-right-image img {
    display: block
}

.services-right-image.single-right-image img:first-child {
    top: -60px
}

.services-right-image.single-right-image img:last-child {
    left: 0;
    position: relative;
    top: 0
}

.services-left-image {
    position: relative
}

.services-left-image img {
    position: absolute
}

.services-left-image img:first-child {
    left: 15%;
    top: -98px
}

.services-left-image img:nth-child(2) {
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -200px
}

.services-left-image img:nth-child(3) {
    left: 36%;
    top: -55px;
    z-index: 12
}

.services-left-image img:nth-child(4) {
    left: 55px;
    top: -38px;
    z-index: 1
}

.services-left-image img:nth-child(5) {
    right: 26%;
    top: -66px;
    z-index: 3
}

.services-left-image img:nth-child(6) {
    right: 19%;
    top: -41px;
    z-index: 2
}

.services-left-image img:nth-child(7) {
    right: 97px;
    top: 40px;
    z-index: 1
}

.services-left-image img:nth-child(8) {
    right: 23%;
    top: -175px;
    z-index: 2
}

.services-left-image img.bg-image {
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -262px
}

.services-left-image img:last-child {
    display: none
}

.services-left-image.single-left-image img {
    display: block
}

.services-left-image.single-left-image img:first-child {
    top: -60px
}

.services-left-image.single-left-image img:last-child {
    left: 0;
    position: relative;
    top: 0
}

.single-services-box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 25px;
    position: relative;
    transition: .5s
}

.single-services-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px
}

.single-services-box .icon {
    background: #cdf1d8;
    border-radius: 50%;
    color: #008ac1;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: .5s;
    width: 55px
}

.single-services-box .icon.bg-c679e3 {
    background: #edc3fc;
    color: #c679e3
}

.single-services-box .icon.bg-eb6b3d {
    background: rgba(235, 107, 61, .3);
    color: #eb6b3d
}

.single-services-box:after,
.single-services-box:before {
    background: #008ac1;
    bottom: 0;
    content: "";
    height: 4px;
    opacity: 0;
    position: absolute;
    transition: .5s;
    visibility: hidden;
    width: 0
}

.single-services-box:before {
    left: 0
}

.single-services-box:after {
    right: 0
}

.single-services-box:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-services-box:hover .icon {
    background: #008ac1;
    color: #fff
}

.single-services-box:hover .icon.bg-c679e3 {
    background: #c679e3
}

.single-services-box:hover .icon.bg-eb6b3d {
    background: #eb6b3d
}

.single-services-box:hover:after,
.single-services-box:hover:before {
    opacity: 1;
    visibility: visible;
    width: 50%
}

.single-services-box-item {
    background-color: #fff;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    overflow: hidden;
    padding: 90px 35px 70px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-services-box-item .icon {
    background-color: #80c54d;
    border-radius: 5px;
    height: 90px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    width: 90px
}

.single-services-box-item .icon img {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-services-box-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.single-services-box-item h3 a {
    display: inline-block
}

.single-services-box-item .shape {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: -1
}

.single-services-box-item .learn-more-btn {
    color: #008ac1;
    display: inline-block;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 28px;
    position: relative
}

.single-services-box-item .learn-more-btn svg {
    left: 0;
    position: absolute;
    top: -2px;
    transition: .5s
}

.single-services-box-item .learn-more-btn:hover {
    color: #0e314c;
    padding-left: 0;
    padding-right: 5px
}

.single-services-box-item .learn-more-btn:hover svg {
    color: #008ac1;
    left: 100%
}

.single-services-box-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.col-lg-4:nth-child(2) .single-services-box-item .icon {
    background-color: #4267d1
}

.col-lg-4:nth-child(3) .single-services-box-item .icon {
    background-color: #ca8220
}

.col-lg-4:nth-child(4) .single-services-box-item .icon {
    background-color: #b92fb1
}

.col-lg-4:nth-child(5) .single-services-box-item .icon {
    background-color: #de6742
}

.col-lg-4:nth-child(6) .single-services-box-item .icon {
    background-color: #59eed0
}

.services-details-desc h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.services-details-desc .services-details-accordion .accordion {
    border: none;
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0
}

.services-details-desc .services-details-accordion .accordion .accordion__item {
    background: #fff;
    border: none;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    margin-bottom: 10px
}

.services-details-desc .services-details-accordion .accordion .accordion__item:last-child {
    margin-bottom: 0
}

.services-details-desc .services-details-accordion .accordion .accordion__button {
    background-color: #fff;
    color: #0e314c;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-decoration: none
}

.services-details-desc .services-details-accordion .accordion .accordion__button i {
    background: #008ac1;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px
}

.services-details-desc .services-details-accordion .accordion .accordion__button i:before {
    font-size: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-details-desc .services-details-accordion .accordion .accordion__button.active {
    border-bottom-color: #e1e1e1
}

.services-details-desc .services-details-accordion .accordion .accordion__button.active i:before {
    content: "\f10f"
}

.services-details-desc .services-details-accordion .accordion .accordion__panel {
    border-top: 1px solid #e1e1e1;
    padding: 15px
}

.services-details-area .separate {
    margin-top: 80px
}

.services-details-image {
    text-align: center
}

.features-area-two {
    overflow: hidden
}

.single-features {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 20px 30px 95px;
    position: relative;
    transition: .5s
}

.single-features h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.single-features .icon {
    background: #cdf1d8;
    border-radius: 50%;
    color: #008ac1;
    height: 55px;
    left: 20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: .5s;
    width: 55px
}

.single-features .icon.bg-c679e3 {
    background: #edc3fc;
    color: #c679e3
}

.single-features .icon.bg-eb6b3d {
    background: rgba(235, 107, 61, .3);
    color: #eb6b3d
}

.single-features:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-features:hover .icon {
    background: #008ac1;
    color: #fff
}

.single-features:hover .icon.bg-c679e3 {
    background: #c679e3
}

.single-features:hover .icon.bg-eb6b3d {
    background: #eb6b3d
}

.single-hosting-features {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    transition: .5s
}

.single-hosting-features h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px
}

.single-hosting-features .icon {
    background: #cdf1d8;
    border-radius: 50%;
    color: #008ac1;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: .5s;
    width: 55px
}

.single-hosting-features .icon.bg-c679e3 {
    background: #edc3fc;
    color: #c679e3
}

.single-hosting-features .icon.bg-eb6b3d {
    background: rgba(235, 107, 61, .3);
    color: #eb6b3d
}

.single-hosting-features:after,
.single-hosting-features:before {
    background: #008ac1;
    bottom: 0;
    content: "";
    height: 4px;
    opacity: 0;
    position: absolute;
    transition: .5s;
    visibility: hidden;
    width: 0
}

.single-hosting-features:before {
    left: 0
}

.single-hosting-features:after {
    right: 0
}

.single-hosting-features:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-hosting-features:hover .icon {
    background: #008ac1;
    color: #fff
}

.single-hosting-features:hover .icon.bg-c679e3 {
    background: #c679e3
}

.single-hosting-features:hover .icon.bg-eb6b3d {
    background: #eb6b3d
}

.single-hosting-features:hover:after,
.single-hosting-features:hover:before {
    opacity: 1;
    visibility: visible;
    width: 50%
}

.features-details-desc h3 {
    font-size: 22px;
    margin-bottom: 13px
}

.features-details-desc .features-details-list {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0
}

.features-details-desc .features-details-list li {
    color: #6084a4;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative
}

.features-details-desc .features-details-list li:before {
    background: #008ac1;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px
}

.features-details-desc .features-details-list li:last-child {
    margin-bottom: 0
}

.features-details-desc .features-details-accordion .accordion {
    border: none;
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0
}

.features-details-desc .features-details-accordion .accordion .accordion__item {
    background: #fff;
    border: none;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    margin-bottom: 10px
}

.features-details-desc .features-details-accordion .accordion .accordion__item:last-child {
    margin-bottom: 0
}

.features-details-desc .features-details-accordion .accordion .accordion__button {
    background-color: #fff;
    color: #0e314c;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-decoration: none
}

.features-details-desc .features-details-accordion .accordion .accordion__button i {
    background: #008ac1;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px
}

.features-details-desc .features-details-accordion .accordion .accordion__button i:before {
    font-size: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.features-details-desc .features-details-accordion .accordion .accordion__button.active {
    border-bottom-color: #e1e1e1
}

.features-details-desc .features-details-accordion .accordion .accordion__button.active i:before {
    content: "\f10f"
}

.features-details-desc .features-details-accordion .accordion .accordion__panel {
    border-top: 1px solid #e1e1e1;
    padding: 15px
}

.features-details-area .separate {
    margin-top: 80px
}

.features-details-image,
.single-team {
    text-align: center
}

.single-team {
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 35px;
    padding-top: 35px;
    transition: .5s;
    z-index: 1
}

.single-team .team-image {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    z-index: 1
}

.single-team .team-image img {
    border: 3px solid #cdf1d8;
    border-radius: 50%;
    display: inline-block !important;
    transition: .5s;
    width: auto !important
}

.single-team .team-image:before {
    background: #f9f6f6;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: .5s;
    width: 100%;
    z-index: -1
}

.single-team .team-content {
    padding-left: 35px;
    padding-right: 35px
}

.single-team .team-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.single-team .team-content ul li {
    display: inline-block;
    margin: 0 5px
}

.single-team .team-content ul li a {
    color: #c679e3
}

.single-team .team-content ul li a:hover {
    color: #008ac1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-content ul li a svg {
    width: 19px
}

.single-team .team-content p {
    margin-bottom: 0;
    margin-top: 15px
}

.single-team .team-info {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 75px;
    margin: 25px 10px;
    padding: 10px 15px;
    transition: .5s
}

.single-team .team-info h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px
}

.single-team .team-info span {
    color: #fff;
    font-size: 13px
}

.single-team:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.single-team:hover .team-image:before {
    height: 0
}

.single-team:hover .team-image img {
    border-color: #008ac1
}

.single-team:hover .team-info {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0
}

.works-area {
    position: relative;
    z-index: 1
}

.single-works {
    margin-bottom: 30px;
    position: relative
}

.single-works:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    content: "";
    height: 100%;
    left: 0;
    width: 100%
}

.single-works .icon,
.single-works:before {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden
}

.single-works .icon {
    background: #fff;
    border-radius: 50%;
    height: 45px;
    line-height: 42px;
    right: 25px;
    text-align: center;
    width: 45px
}

.single-works .icon svg {
    width: 19px
}

.single-works .icon:hover {
    background: #0e314c;
    color: #fff
}

.single-works .works-content {
    bottom: -60px;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    transition: .5s;
    visibility: hidden
}

.single-works .works-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.single-works .works-content h3 a {
    color: #fff
}

.single-works .works-content h3 a:hover {
    text-decoration: underline
}

.single-works .works-content p {
    color: #fff
}

.single-works:hover:before {
    opacity: .9;
    visibility: visible;
    z-index: 1
}

.single-works:hover .icon {
    opacity: 1;
    top: 25px;
    visibility: visible;
    z-index: 5
}

.single-works:hover .works-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 5
}

.funfacts-area {
    position: relative;
    z-index: 1
}

.funfacts-area .section-title h2 {
    line-height: 37px;
    margin: 0 auto;
    max-width: 570px
}

.funfacts-area .map-bg {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 120px;
    z-index: -1
}

.funfact {
    text-align: center
}

.funfact h3 {
    color: #008ac1;
    font-size: 32px;
    margin-bottom: 7px
}

.funfact p {
    line-height: normal
}

.contact-cta-box {
    border: 1px dashed #ebebeb;
    border-radius: 5px;
    margin: 80px auto 0;
    max-width: 700px;
    padding: 30px 210px 30px 30px;
    position: relative
}

.contact-cta-box h3 {
    font-size: 20px;
    margin-bottom: 6px
}

.contact-cta-box p {
    margin-bottom: 0
}

.contact-cta-box .btn {
    margin-top: -27px;
    position: absolute;
    right: 30px;
    top: 50%
}

.contact-cta-box .btn:after,
.contact-cta-box .btn:before {
    background: #008ac1
}

.contact-cta-box .btn-primary {
    background: #c679e3;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.contact-cta-box .btn-primary:focus,
.contact-cta-box .btn-primary:hover {
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25)
}

.funfacts-area.bg-image {
    background-image: url(../../static/funfacts-bg-27ddd8cacab414b8f9cc118626ee2599.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.funfacts-area.bg-image:before {
    background-color: #011f43;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .86;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.funfacts-area.bg-image .section-title h2,
.funfacts-area.bg-image .section-title p {
    color: #fff
}

.funfacts-area.bg-image .contact-cta-box {
    border-color: #406883
}

.funfacts-area.bg-image .contact-cta-box h3,
.funfacts-area.bg-image .contact-cta-box p {
    color: #fff
}

.single-funfact {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 30px;
    text-align: center
}

.single-funfact h3 {
    color: #008ac1;
    font-size: 32px;
    margin-bottom: 7px
}

.single-funfact p {
    color: #fff;
    line-height: normal
}

.pricing-area {
    position: relative;
    z-index: 1
}

.pricing-table {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .06);
    margin-bottom: 30px;
    padding-bottom: 35px;
    transition: .5s
}

.pricing-table .content {
    padding: 0 35px
}

.pricing-table .pricing-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    padding: 30px 35px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.pricing-table .pricing-header:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 5px 5px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.pricing-table .pricing-header h3 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: .5s
}

.pricing-table .price {
    margin-bottom: 15px
}

.pricing-table .price span {
    color: #008ac1;
    font-size: 30px;
    font-weight: 600
}

.pricing-table .price span sup {
    font-weight: 500
}

.pricing-table .price span span {
    font-size: 14px;
    font-weight: 500
}

.pricing-table .pricing-features ul {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0
}

.pricing-table .pricing-features ul li {
    color: #b5b5b5;
    margin-bottom: 12px;
    text-decoration: line-through
}

.pricing-table .pricing-features ul li:last-child {
    margin-bottom: 0
}

.pricing-table .pricing-features ul li.active {
    color: #6084a4;
    text-decoration: none
}

.pricing-table:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.pricing-table:hover .pricing-header:before {
    opacity: 1;
    visibility: visible
}

.pricing-table:hover .pricing-header h3 {
    color: #fff
}

.pricing-table.active-plan .pricing-header:before {
    opacity: 1;
    visibility: visible
}

.pricing-table.active-plan .pricing-header h3 {
    color: #fff
}

.pricing-table.active-plan .btn-primary {
    background: #c679e3;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.pricing-table.active-plan .btn-primary:after,
.pricing-table.active-plan .btn-primary:before {
    background: #008ac1;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25)
}

.single-pricing-table {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .06);
    margin-bottom: 30px;
    padding: 35px;
    transition: .5s
}

.single-pricing-table .pricing-header i {
    line-height: 1;
    transition: .5s
}

.single-pricing-table .pricing-header i:before {
    font-size: 45px
}

.single-pricing-table .pricing-header h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 20px;
    text-transform: uppercase
}

.single-pricing-table .price {
    margin-bottom: 20px
}

.single-pricing-table .price span {
    color: #008ac1;
    font-size: 30px;
    font-weight: 600
}

.single-pricing-table .price span sup {
    font-weight: 500
}

.single-pricing-table .price span span {
    font-size: 14px;
    font-weight: 500
}

.single-pricing-table .pricing-features ul {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0
}

.single-pricing-table .pricing-features ul li {
    color: #6084a4;
    margin-bottom: 12px
}

.single-pricing-table .pricing-features ul li:last-child {
    margin-bottom: 0
}

.single-pricing-table .pricing-features ul li svg {
    width: 15px
}

.single-pricing-table.active-plan .btn-primary {
    background: #c679e3;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.single-pricing-table.active-plan .btn-primary:after,
.single-pricing-table.active-plan .btn-primary:before {
    background: #008ac1;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25)
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.tab .tabs_item:nth-child(2) .pricing-box {
    background: linear-gradient(to right top, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd)
}

.pricing-tab .tabs {
    list-style-type: none;
    margin-bottom: 45px;
    padding-left: 0;
    text-align: center
}

.pricing-tab .tabs li {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-left: -2px;
    margin-right: -2px;
    padding: 10px 30px 9.5px
}

.pricing-tab .tabs li,
.pricing-tab .tabs li:hover {
    background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd)
}

.pricing-tab .tabs li:hover {
    color: #0e314c
}

.pricing-tab .tabs li.current {
    background: #0e314c;
    color: #fff
}

.pricing-tab .tabs li:first-child,
.pricing-tab .tabs li:first-child:before {
    border-radius: 5px 0 0 5px
}

.pricing-tab .tabs li:nth-child(2),
.pricing-tab .tabs li:nth-child(2):before {
    border-radius: 0 5px 5px 0
}

.pricing-box {
    background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    transition: .5s
}

.pricing-box .pricing-header h3 {
    font-size: 20px;
    margin-bottom: 0
}

.pricing-box .pricing-header p {
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 10px;
    transition: .5s
}

.pricing-box .price {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px
}

.pricing-box .price span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-left: -7px
}

.pricing-box .buy-btn {
    margin-bottom: 30px
}

.pricing-box .buy-btn .btn {
    box-shadow: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important
}

.pricing-box .buy-btn .btn-primary {
    background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
    border-radius: 30px;
    font-weight: 500;
    padding: 11px 30px;
    text-transform: capitalize
}

.pricing-box .buy-btn .btn-primary:after {
    background: #008ac1;
    border-radius: 30px;
    opacity: 1;
    visibility: visible;
    width: 100%
}

.pricing-box .buy-btn .btn-primary:before {
    display: none
}

.pricing-box .buy-btn .btn-primary .show>.pricing-box .buy-btn .btn-primary.dropdown-toggle,
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled).active,
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled):active {
    background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e)
}

.pricing-box .buy-btn .btn-primary:focus:after,
.pricing-box .buy-btn .btn-primary:hover:after {
    opacity: 0;
    visibility: hidden
}

.pricing-box .pricing-features {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left
}

.pricing-box .pricing-features li {
    color: #495771;
    margin-bottom: 12px;
    padding-left: 27px;
    position: relative
}

.pricing-box .pricing-features li:last-child {
    margin-bottom: 0
}

.pricing-box .pricing-features li svg {
    color: #008ac1;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.domain-search-content {
    margin: 0 auto;
    max-width: 750px;
    text-align: center
}

.domain-search-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize
}

.domain-search-content form {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    overflow: hidden
}

.domain-search-content form .form-control {
    background-color: #fff;
    border: none;
    float: left;
    height: 55px;
    padding-left: 20px;
    width: 63%
}

.domain-search-content form .domain-select {
    float: left;
    padding-right: 20px;
    width: 15%
}

.domain-search-content form .domain-select .form-select {
    border: none;
    cursor: pointer;
    float: unset;
    height: 55px;
    padding: 0;
    width: 100%
}

.domain-search-content form .domain-select .form-select:focus {
    box-shadow: none
}

.domain-search-content form button {
    background-color: #008ac1;
    border: none;
    border-radius: 30px;
    box-shadow: unset !important;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 55px;
    outline: 0;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: .5s;
    width: 22%
}

.domain-search-content form button:focus,
.domain-search-content form button:hover {
    background-color: #c679e3
}

.domain-search-content ul {
    display: flex;
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
    width: 100%
}

.domain-search-content ul li {
    border-left: 1px solid #eee;
    display: block;
    flex: 1 1;
    font-weight: 500
}

.domain-search-content ul li:first-child {
    border-left: none
}

.feedback-area {
    position: relative;
    z-index: 1
}

.feedback-slides {
    margin: 0 auto;
    max-width: 750px
}

.feedback-slides,
.feedback-slides .client-feedback {
    position: relative
}

.feedback-slides .client-feedback .single-feedback {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 60px;
    padding: 40px 40px 40px 170px;
    position: relative
}

.feedback-slides .client-feedback .single-feedback .client-img {
    left: 40px;
    position: absolute;
    top: 40px
}

.feedback-slides .client-feedback .single-feedback .client-img img {
    border: 2px solid #008ac1;
    border-radius: 50%;
    display: inline-block !important;
    height: 95px;
    padding: 3px;
    width: auto !important;
    width: 95px
}

.feedback-slides .client-feedback .single-feedback h3 {
    font-size: 20px;
    margin: 0
}

.feedback-slides .client-feedback .single-feedback span {
    color: #c679e3;
    display: block;
    margin-bottom: 15px;
    margin-top: 8px
}

.feedback-slides .client-feedback .single-feedback p {
    font-size: 15px
}

.feedback-slides .client-feedback .single-feedback:before {
    background: #fff;
    bottom: -25px;
    content: "";
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px
}

.feedback-slides .client-thumbnails {
    margin: 0 85px;
    position: relative
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center
}

.feedback-slides .client-thumbnails .item .img-fill img {
    border: 2px solid #008ac1;
    border-radius: 50%;
    display: inline-block;
    opacity: .4;
    padding: 3px;
    position: relative;
    transition: .5s;
    width: 70px
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img,
.feedback-slides .client-thumbnails .item:hover .img-fill img,
.feedback-slides .client-thumbnails .slick-center .img-fill img {
    opacity: 1
}

.client-thumbnails .next-arrow,
.client-thumbnails .prev-arrow {
    background: transparent;
    border: 2px solid #5e5e5e;
    border-radius: 50%;
    color: #5e5e5e;
    cursor: pointer;
    height: 40px;
    line-height: 30px;
    outline: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    width: 40px;
    z-index: 1
}

.client-thumbnails .next-arrow:before,
.client-thumbnails .prev-arrow:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%
}

.client-thumbnails .next-arrow:hover,
.client-thumbnails .prev-arrow:hover {
    border-color: #008ac1;
    color: #fff
}

.client-thumbnails .next-arrow:hover:before,
.client-thumbnails .prev-arrow:hover:before {
    opacity: 1;
    visibility: visible
}

.client-thumbnails .next-arrow svg,
.client-thumbnails .prev-arrow svg {
    height: 18px;
    position: relative;
    width: 18px
}

.client-thumbnails .next-arrow {
    right: -20px
}

.client-thumbnails .prev-arrow {
    left: -20px
}

.testimonials-slides {
    background-color: #f7fbfe;
    margin: 90px auto 30px;
    max-width: 850px;
    position: relative;
    z-index: 1
}

.testimonials-slides:before {
    left: -30px;
    top: -30px
}

.testimonials-slides:after,
.testimonials-slides:before {
    background-image: url(../../static/layer-2957b1126e23ba1606d0a0b417892f64.html);
    content: "";
    height: 260px;
    position: absolute;
    width: 260px;
    z-index: -1
}

.testimonials-slides:after {
    bottom: -30px;
    right: -30px
}

.testimonials-slides .owl-dots {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 2px solid #d6d6d6;
    height: 18px;
    margin: 0 3px;
    position: relative;
    width: 18px
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span:before {
    background: #d6d6d6;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    width: 10px
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #008ac1
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span:before,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span:before {
    background: #008ac1
}

.single-feedback-item {
    background-color: #f7fbfe;
    padding: 40px 130px 90px;
    position: relative;
    text-align: center
}

.single-feedback-item .client-info {
    display: flex;
    margin: 0 auto 25px;
    max-width: 280px;
    text-align: left;
    width: 100%
}

.single-feedback-item .client-info .image {
    padding-right: 20px
}

.single-feedback-item .client-info .image img {
    border: 3px solid #008ac1;
    border-radius: 50%;
    display: inline-block !important;
    width: 75px
}

.single-feedback-item .client-info .title h3 {
    font-size: 18px;
    margin: 0
}

.single-feedback-item .client-info .title span {
    color: #c679e3;
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.single-feedback-item p {
    font-size: 16px;
    font-style: italic
}

.single-feedback-item:before {
    color: #d9dcde;
    content: "\f11b";
    font-family: Flaticon;
    font-size: 30px;
    font-size: 65px;
    font-style: normal;
    left: 25px;
    position: absolute;
    top: 0
}

.agency-portfolio-feedback-slides {
    margin-left: auto;
    margin-right: auto;
    max-width: 730px
}

.agency-portfolio-feedback-slides.owl-theme .owl-dots {
    line-height: 1
}

.agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6;
    border-radius: 50%;
    height: 15px;
    margin: 0 5px;
    transition: .4s;
    width: 15px
}

.agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot.active span,
.agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(135deg, #23bdb8, #43e794)
}

.agency-portfolio-feedback-item {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 40px 30px;
    text-align: center
}

.agency-portfolio-feedback-item img {
    border: 3px solid #999;
    border-radius: 50%;
    display: inline-block !important;
    width: auto !important
}

.agency-portfolio-feedback-item p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px
}

.bigdata-feedback-area {
    background-color: #eef6fd
}

.single-feedback-box {
    margin-bottom: 30px;
    margin-left: 25px;
    margin-top: 25px;
    position: relative
}

.single-feedback-box .feedback-desc {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 30px 30px;
    position: relative;
    z-index: 1
}

.single-feedback-box .feedback-desc p {
    color: #0e314c;
    margin-bottom: 0;
    position: relative
}

.single-feedback-box .feedback-desc p:before {
    color: #0e314c;
    content: '"';
    display: inline-block;
    left: 0;
    position: relative
}

.single-feedback-box .feedback-desc p:after {
    color: #0e314c;
    content: '"';
    display: inline-block;
    position: relative;
    right: 0
}

.single-feedback-box .feedback-desc:before {
    background: #fff;
    bottom: -12px;
    content: "";
    height: 25px;
    left: 35px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
    z-index: -1
}

.single-feedback-box:before {
    background: linear-gradient(135deg, #43e794, #23bdb8);
    border-radius: 50%;
    color: #fff;
    content: "\f11b";
    font-family: Flaticon;
    font-size: 30px;
    height: 60px;
    left: 0;
    left: -25px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: -25px;
    transition: .5s;
    width: 60px;
    z-index: 2
}

.single-feedback-box .client-info {
    margin-bottom: 25px;
    margin-left: 27px;
    margin-top: 32px;
    padding-left: 65px;
    position: relative
}

.single-feedback-box .client-info img {
    border-radius: 50%;
    display: inline-block !important;
    height: 50px !important;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    width: 50px !important
}

.single-feedback-box .client-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.single-feedback-box .client-info span {
    color: #6084a4;
    display: block;
    margin-top: 6px
}

.ready-to-talk {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    padding-bottom: 160px;
    padding-top: 80px;
    position: relative;
    text-align: center
}

.ready-to-talk h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.ready-to-talk p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px
}

.ready-to-talk .btn:after,
.ready-to-talk .btn:before {
    background: #fff
}

.ready-to-talk .btn-primary {
    background: #c679e3;
    box-shadow: 0 5px 20px 0 rgba(198, 121, 227, .25)
}

.ready-to-talk .btn-primary:focus,
.ready-to-talk .btn-primary:hover {
    box-shadow: 0 5px 20px 0 rgba(68, 206, 111, .25);
    color: #0e314c
}

.ready-to-talk span a {
    color: #fff;
    margin-left: 15px;
    text-decoration: underline
}

.slider-1 {
    background-image: url(../img/slider-1.jpg);
}

.slider-2 {
    background-image: url(../img/slider-2.jpg);
}

.slider-3 {
    background-image: url(../img/slider-3.jpg);
}

.slider-4 {
    background-image: url(../img/slider-4.jpg);
}

.slider-5 {
    background-image: url(../img/slider-5.jpg);
}

.bigdata-analytics-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
    padding-top: 280px
}

.bigdata-analytics-content {
    max-width: 555px
}

.bigdata-analytics-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px
}

.bigdata-analytics-content p {
    color: #e9e9e9;
    font-size: 15px;
    max-width: 470px
}

.bigdata-analytics-content .btn {
    margin-top: 18px
}

.banner-boxes-area {
    margin-top: 230px
}

.single-banner-boxes {
    background-color: rgba(0, 0, 0, .5);
    border: 1px dashed #687b6f;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px 25px 25px 95px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-banner-boxes:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    margin: -1px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    visibility: hidden;
    z-index: -1
}

.single-banner-boxes .icon {
    background: #cdf1d8;
    border-radius: 50%;
    color: #008ac1;
    display: inline-block;
    height: 55px;
    left: 20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 25px;
    transition: .5s;
    width: 55px
}

.single-banner-boxes h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px
}

.single-banner-boxes p {
    color: #dadada;
    transition: .5s
}

.single-banner-boxes:hover {
    background-color: transparent;
    border-color: transparent
}

.single-banner-boxes:hover .icon {
    background-color: #fff;
    color: #008ac1
}

.single-banner-boxes:hover:before {
    opacity: 1;
    visibility: visible
}

.single-banner-boxes:hover p {
    color: #fff
}

.col-lg-4:nth-child(2) .single-banner-boxes .icon {
    background: #f9f4f7;
    color: #f78acb
}

.col-lg-4:nth-child(2) .single-banner-boxes:hover .icon {
    background-color: #fff;
    color: #f78acb
}

.col-lg-4:nth-child(3) .single-banner-boxes .icon {
    background: #edc3fc;
    color: #c679e3
}

.col-lg-4:nth-child(3) .single-banner-boxes:hover .icon {
    background-color: #fff;
    color: #c679e3
}

.what-we-do-area {
    padding-bottom: 50px
}

.single-what-we-do-box {
    margin-bottom: 30px;
    padding-left: 88px;
    position: relative
}

.single-what-we-do-box .icon {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 5px;
    color: #fff;
    height: 65px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 65px
}

.single-what-we-do-box .icon i {
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.single-what-we-do-box .icon i:before {
    font-size: 40px
}

.single-what-we-do-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.single-what-we-do-box .link {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: underline
}

.single-what-we-do-box .read-more-btn {
    display: inline-block;
    font-weight: 600;
    padding-left: -4px;
    padding-top: 10px
}

.single-what-we-do-box .read-more-btn svg {
    margin-right: 5px
}

.discover-area {
    background: linear-gradient(135deg, #43e794, #23bdb8);
    position: relative;
    z-index: 1
}

.discover-image {
    margin-right: 15px;
    padding-bottom: 100px;
    position: relative
}

.discover-image img:nth-child(2) {
    bottom: 0;
    position: absolute;
    right: 0
}

.discover-content {
    padding-left: 15px
}

.discover-content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px
}

.discover-content p {
    color: #fff
}

.discover-content .btn-primary {
    background-color: #fff;
    box-shadow: unset !important;
    color: #0e314c;
    margin-top: 15px
}

.discover-content .btn-primary:hover {
    color: #fff
}

.analytics-shape1 {
    left: 0
}

.analytics-shape1,
.analytics-shape2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.analytics-shape2 {
    right: 0
}

.partner-section {
    background: transparent;
    margin-top: -120px;
    position: relative;
    text-align: center
}

.partner-section h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0
}

.partner-section .partner-inner {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    margin-top: 25px;
    padding: 5px 30px 30px
}

.partner-section .partner-inner a {
    display: block;
    margin-top: 25px;
    position: relative
}

.partner-section .partner-inner a img:last-child {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 15px;
    transition: .5s;
    visibility: hidden
}

.partner-section .partner-inner a:hover img:last-child {
    opacity: 1;
    top: 0;
    visibility: visible
}

.industries-serve-area {
    background: linear-gradient(135deg, #43e794, #23bdb8);
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.industries-serve-area .section-title h2,
.industries-serve-area .section-title p {
    color: #fff
}

.industries-serve-area .section-title .bar:before {
    background: #fff
}

.single-industries-serve-box {
    background-color: #f4f4fb;
    border-radius: 5px;
    color: #0e314c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 15px 20px 50px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-industries-serve-box .icon {
    color: #c3c3c9;
    font-size: 55px;
    font-weight: 400;
    left: -15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s
}

.single-industries-serve-box:before {
    background-color: #0e314c;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: -1
}

.single-industries-serve-box .link-btn {
    border-radius: 5px;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.single-industries-serve-box:hover,
.single-industries-serve-box:hover .icon {
    color: #fff
}

.single-industries-serve-box:hover:before {
    width: 100%
}

.blog-area {
    position: relative;
    z-index: 1
}

.single-blog-post {
    margin-bottom: 30px;
    position: relative;
    transition: .5s
}

.single-blog-post .blog-image {
    position: relative
}

.single-blog-post .blog-image a {
    display: block
}

.single-blog-post .blog-image .date {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 50px;
    bottom: -20px;
    color: #fff;
    font-size: 13px;
    left: 20px;
    padding: 8px 16px;
    position: absolute
}

.single-blog-post .blog-image .date svg {
    margin-right: 3px;
    position: relative;
    top: -1px;
    width: 15px
}

.single-blog-post .blog-post-content {
    background: #f7fafd;
    padding: 40px 20px 20px;
    transition: .5s
}

.single-blog-post .blog-post-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

.single-blog-post .blog-post-content span {
    color: #0e314c;
    display: block;
    margin: 15px 0
}

.single-blog-post .blog-post-content span a {
    color: #6084a4
}

.single-blog-post .blog-post-content span a:hover {
    color: #008ac1
}

.single-blog-post .blog-post-content .read-more-btn {
    color: #0e314c
}

.single-blog-post .blog-post-content .read-more-btn svg {
    transition: .5s;
    width: 15px
}

.single-blog-post .blog-post-content .read-more-btn:hover {
    color: #008ac1
}

.single-blog-post .blog-post-content .read-more-btn:hover svg {
    margin-left: 5px
}

.single-blog-post:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.single-blog-post:hover .blog-post-content {
    background: #fff
}

.single-blog-post-box {
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s
}

.single-blog-post-box .entry-thumbnail a {
    display: block
}

.single-blog-post-box .entry-thumbnail a img {
    border-radius: 5px 5px 0 0
}

.single-blog-post-box .entry-post-content {
    background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
    padding: 20px
}

.single-blog-post-box .entry-post-content .entry-meta {
    margin-bottom: 10px
}

.single-blog-post-box .entry-post-content .entry-meta ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.single-blog-post-box .entry-post-content .entry-meta ul li {
    color: #6084a4;
    display: inline-block;
    font-size: 14px;
    margin-right: 16px;
    position: relative
}

.single-blog-post-box .entry-post-content .entry-meta ul li:before {
    background: #6084a4;
    content: "";
    height: 13px;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: rotate(14deg) translateY(-50%);
    transform: rotate(14deg) translateY(-50%);
    width: 1px
}

.single-blog-post-box .entry-post-content .entry-meta ul li a {
    color: #6084a4;
    display: inline-block
}

.single-blog-post-box .entry-post-content .entry-meta ul li a:hover {
    color: #008ac1
}

.single-blog-post-box .entry-post-content .entry-meta ul li:last-child {
    margin-right: 0
}

.single-blog-post-box .entry-post-content .entry-meta ul li:last-child:before {
    display: none
}

.single-blog-post-box .entry-post-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0
}

.single-blog-post-box .entry-post-content p {
    margin-bottom: 0;
    margin-top: 8px
}

.single-blog-post-box .entry-post-content .learn-more-btn {
    font-weight: 500;
    margin-top: 15px
}

.single-blog-post-box .entry-post-content .learn-more-btn svg {
    width: 15px
}

.single-blog-item {
    margin-bottom: 30px
}

.single-blog-item .post-image {
    text-align: center
}

.single-blog-item .post-image a {
    display: block
}

.single-blog-item .post-content {
    margin-top: 20px
}

.single-blog-item .post-content .post-meta {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0
}

.single-blog-item .post-content .post-meta li {
    display: inline-block;
    margin-right: 30px;
    position: relative
}

.single-blog-item .post-content .post-meta li:before {
    background-color: #6084a4;
    content: "";
    height: 1px;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 10px
}

.single-blog-item .post-content .post-meta li:last-child {
    margin-right: 0
}

.single-blog-item .post-content .post-meta li:last-child:before {
    display: none
}

.single-blog-item .post-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0
}

.blog-slides.owl-theme .owl-dots {
    line-height: 1
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6;
    border-radius: 50%;
    height: 15px;
    margin: 0 5px;
    transition: .4s;
    width: 15px
}

.blog-slides.owl-theme .owl-dots .owl-dot.active span,
.blog-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(135deg, #23bdb8, #43e794)
}

.single-blog-post-item {
    margin-bottom: 30px
}

.single-blog-post-item .post-image {
    border-radius: 5px;
    overflow: hidden
}

.single-blog-post-item .post-image a {
    border-radius: 5px;
    display: block
}

.single-blog-post-item .post-image a img {
    border-radius: 5px
}

.single-blog-post-item .post-content {
    background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .05);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    padding: 30px 25px;
    position: relative;
    transition: .5s
}

.single-blog-post-item .post-content .post-meta {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0;
    transition: .5s
}

.single-blog-post-item .post-content .post-meta li {
    color: #6084a4;
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.single-blog-post-item .post-content .post-meta li a {
    color: #6084a4
}

.single-blog-post-item .post-content .post-meta li a:hover {
    color: #008ac1
}

.single-blog-post-item .post-content .post-meta li:before {
    background-color: #6084a4;
    content: "";
    height: 12px;
    position: absolute;
    right: -10px;
    top: 4px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 1px
}

.single-blog-post-item .post-content .post-meta li:last-child {
    margin-right: 0
}

.single-blog-post-item .post-content .post-meta li:last-child:before {
    display: none
}

.single-blog-post-item .post-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    transition: .5s
}

.single-blog-post-item .post-content .read-more-btn {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    bottom: -22px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    left: 25px;
    opacity: 0;
    padding: 9px 25px;
    position: absolute;
    transition: .5s;
    visibility: hidden
}

.single-blog-post-item .post-content .read-more-btn svg {
    margin-left: 2px;
    width: 15px
}

.single-blog-post-item .post-content .read-more-btn:hover {
    background-color: #008ac1;
    border-color: #008ac1;
    color: #fff
}

.single-blog-post-item:hover .post-content {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px)
}

.single-blog-post-item:hover .post-content .post-meta,
.single-blog-post-item:hover .post-content h3 {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px)
}

.single-blog-post-item:hover .post-content .read-more-btn {
    opacity: 1;
    visibility: visible
}

.single-blog-post-box.bg-f4faff .entry-post-content {
    background: #f4faff
}

.woocommerce-topbar {
    background-color: #fcfbfb;
    margin-bottom: 30px;
    padding: 10px 40px
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-select {
    background-color: transparent;
    border-color: #ebebeb;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    height: 40px
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-select:focus {
    box-shadow: none
}

.single-products {
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.single-products .products-content {
    margin-top: 20px
}

.single-products .products-content h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.single-products .products-content ul {
    list-style-type: none;
    margin: 10px 0 12px;
    padding: 0
}

.single-products .products-content ul li {
    color: #eac11d;
    display: inline-block
}

.single-products .products-content ul li i {
    margin: 0 2px
}

.single-products .products-content ul li i:before {
    font-size: 15px
}

.single-products .products-content .add-to-cart-btn {
    border: 1px solid #0e314c;
    color: #0e314c;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%
}

.single-products .sale-btn {
    background: #ff2d2d;
    border-radius: 50%;
    color: #fff;
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 55px;
    z-index: 2
}

.single-products .products-image {
    overflow: hidden;
    position: relative
}

.single-products .products-image img {
    transition: all 1.5s ease-out;
    width: 100%
}

.single-products .products-image:before {
    background: gray;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.single-products .products-image ul {
    left: 0;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    visibility: hidden;
    z-index: 2
}

.single-products .products-image ul li {
    display: inline-block
}

.single-products .products-image ul li a {
    background: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px
}

.single-products .products-image ul li a svg {
    width: 20px
}

.single-products .products-image ul li a:focus,
.single-products .products-image ul li a:hover {
    background-color: #008ac1;
    color: #fff
}

.single-products .products-image ul li a:first-child {
    margin-left: -15px
}

.single-products .products-image ul li a:nth-child(3) {
    margin-right: -15px
}

.single-products:focus .products-content .add-to-cart-btn,
.single-products:hover .products-content .add-to-cart-btn {
    background-color: #0e314c;
    color: #fff
}

.single-products:focus .products-image img,
.single-products:hover .products-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-products:focus .products-image:before,
.single-products:hover .products-image:before {
    opacity: .4;
    visibility: visible
}

.single-products:focus .products-image ul,
.single-products:hover .products-image ul {
    opacity: 1;
    visibility: visible
}

.single-products:focus .products-image ul li a:first-child,
.single-products:hover .products-image ul li a:first-child {
    margin-left: 0
}

.single-products:focus .products-image ul li a:nth-child(3),
.single-products:hover .products-image ul li a:nth-child(3) {
    margin-right: 0
}

#productsModalCenter .modal-dialog {
    max-width: 900px
}

#productsModalCenter .modal-content {
    border: none;
    border-radius: 0
}

#productsModalCenter .modal-content button.close {
    border: 1px solid #eee;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 32px;
    opacity: 1;
    outline: 0;
    position: absolute;
    right: 2%;
    text-align: center;
    top: 2%;
    transition: .5s;
    width: 35px
}

#productsModalCenter .modal-content button.close span {
    transition: .5s
}

#productsModalCenter .modal-content button.close:focus,
#productsModalCenter .modal-content button.close:hover {
    background-color: #008ac1;
    color: #fff
}

#productsModalCenter .modal-content button.close:focus span,
#productsModalCenter .modal-content button.close:hover span {
    color: #fff
}

#productsModalCenter .modal-content .products-image {
    overflow: hidden
}

#productsModalCenter .modal-content .products-image img {
    width: 100%
}

#productsModalCenter .modal-content .products-content p {
    margin-bottom: 20px
}

#productsModalCenter .modal-content .products-content h3 {
    font-size: 20px;
    margin-bottom: 10px
}

#productsModalCenter .modal-content .products-content .price {
    margin-bottom: 15px
}

#productsModalCenter .modal-content .products-content .price span {
    color: #6084a4;
    text-decoration: line-through
}

#productsModalCenter .modal-content .products-content form .quantity {
    display: inline-block;
    margin-right: 8px
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter {
    display: inline-block;
    max-width: 110px;
    min-width: 110px;
    position: relative;
    text-align: center
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter span {
    background-color: transparent;
    color: #6084a4;
    cursor: pointer;
    height: 100%;
    line-height: 47px;
    padding: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 40px
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter span.minus-btn {
    left: 0
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter span.plus-btn {
    right: 0
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter span svg {
    width: 20px
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter span:hover {
    color: #008ac1
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter input {
    background-color: #f8f8f8;
    border: none;
    color: #0e314c;
    display: block;
    font-size: 17px;
    font-weight: 500;
    height: 47px;
    outline: 0;
    text-align: center;
    width: 100%
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter input::-webkit-input-placeholder {
    color: #0e314c
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter input:-ms-input-placeholder {
    color: #0e314c
}

#productsModalCenter .modal-content .products-content form .quantity .input-counter input::placeholder {
    color: #0e314c
}

#productsModalCenter .modal-content .products-content form button {
    background: #008ac1;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 46px;
    outline: 0;
    padding: 0 20px;
    position: relative;
    top: -2px;
    transition: .5s
}

#productsModalCenter .modal-content .products-content form button:focus,
#productsModalCenter .modal-content .products-content form button:hover {
    background-color: #c679e3;
    color: #fff
}

#productsModalCenter .modal-content .products-content .product-meta {
    margin-top: 15px
}

#productsModalCenter .modal-content .products-content .product-meta span {
    display: inline-block;
    margin-right: 8px
}

.products-details-image img {
    width: 100%
}

.products-details-image.owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
    border-radius: 0;
    color: #0e314c;
    font-size: 45px;
    left: 15px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    visibility: hidden
}

.products-details-image.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px
}

.products-details-image.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible
}

.products-details h3 {
    font-size: 20px;
    margin-bottom: 8px
}

.products-details .price {
    margin-bottom: 15px
}

.products-details .price span {
    color: #6084a4;
    margin-right: 5px;
    text-decoration: line-through
}

.products-details .rating {
    list-style-type: none;
    margin: 0 0 12px;
    padding: 0
}

.products-details .rating li {
    color: #eac11d;
    display: inline-block
}

.products-details .rating li i {
    margin-right: 3px
}

.products-details .rating li i:before {
    font-size: 15px
}

.products-details .payment-methods img {
    margin-right: 5px
}

.products-details .payment-methods img:last-child {
    margin-right: 0
}

.products-details .availability {
    margin-bottom: 20px
}

.products-details .availability span {
    color: #008ac1
}

.products-details form .quantity {
    margin-bottom: 20px
}

.products-details form .quantity span {
    padding-right: 10px
}

.products-details form .quantity .input-counter {
    display: inline-block;
    max-width: 110px;
    min-width: 110px;
    position: relative;
    text-align: center
}

.products-details form .quantity .input-counter span {
    background-color: transparent;
    color: #6084a4;
    cursor: pointer;
    height: 100%;
    line-height: 47px;
    padding: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 40px
}

.products-details form .quantity .input-counter span.minus-btn {
    left: 0
}

.products-details form .quantity .input-counter span.plus-btn {
    right: 0
}

.products-details form .quantity .input-counter span svg {
    width: 20px
}

.products-details form .quantity .input-counter span:hover {
    color: #008ac1
}

.products-details form .quantity .input-counter input {
    background-color: #f8f8f8;
    border: none;
    color: #0e314c;
    display: block;
    font-size: 17px;
    font-weight: 500;
    height: 47px;
    outline: 0;
    text-align: center;
    width: 100%
}

.products-details form .quantity .input-counter input::-webkit-input-placeholder {
    color: #0e314c
}

.products-details form .quantity .input-counter input:-ms-input-placeholder {
    color: #0e314c
}

.products-details form .quantity .input-counter input::placeholder {
    color: #0e314c
}

.products-details form button {
    background: #008ac1;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 46px;
    outline: 0;
    padding: 0 20px;
    position: relative;
    top: -3px;
    transition: .5s
}

.products-details form button:focus,
.products-details form button:hover {
    background-color: #c679e3;
    color: #fff
}

.products-details form .add-to-wishlist-btn {
    background: transparent;
    border: 1px solid #eee;
    color: #0e314c;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    margin-left: 5px;
    outline: 0;
    position: relative;
    text-align: center;
    top: -2px;
    transition: .5s;
    width: 45px
}

.products-details form .add-to-wishlist-btn:focus,
.products-details form .add-to-wishlist-btn:hover {
    background-color: #c679e3;
    border-color: #c679e3;
    color: #fff
}

.products-details form .buy-btn {
    margin-top: 20px
}

.products-details form .buy-btn .btn-primary {
    background: #c679e3;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.products-details form .buy-btn .btn-primary:after,
.products-details form .buy-btn .btn-primary:before {
    background: #008ac1;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25)
}

.products-details .custom-payment-options {
    margin-top: 20px
}

.products-details .custom-payment-options span {
    display: block;
    margin-bottom: 10px
}

.products-details .products-share-social {
    margin-top: 25px
}

.products-details .products-share-social span {
    display: inline-block;
    margin-right: 10px
}

.products-details .products-share-social ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.products-details .products-share-social ul li {
    display: inline-block;
    margin-right: 5px
}

.products-details .products-share-social ul li:last-child {
    margin-right: 0
}

.products-details .products-share-social ul li a {
    border: 1px solid #008ac1;
    border-radius: 50%;
    color: #008ac1;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px
}

.products-details .products-share-social ul li a svg {
    width: 15px
}

.products-details .products-share-social ul li a.facebook {
    border-color: #4267b2;
    color: #4267b2
}

.products-details .products-share-social ul li a.facebook:hover {
    background: #4267b2;
    color: #fff
}

.products-details .products-share-social ul li a.twitter {
    border-color: #38a1f3;
    color: #38a1f3
}

.products-details .products-share-social ul li a.twitter:hover {
    background: #38a1f3;
    color: #fff
}

.products-details .products-share-social ul li a.linkedin {
    border-color: #0077b5;
    color: #0077b5
}

.products-details .products-share-social ul li a.linkedin:hover {
    background: #0077b5;
    color: #fff
}

.products-details .products-share-social ul li a.instagram {
    border-color: #231f20;
    color: #231f20
}

.products-details .products-share-social ul li a.instagram:hover {
    background: #231f20;
    color: #fff
}

.products-details .products-share-social ul li a:hover {
    background: #008ac1;
    color: #fff
}

.products-details-tabs {
    margin-top: 40px
}

.products-details-tabs .react-tabs__tab-list {
    border-bottom: 1px solid #eee;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0
}

.products-details-tabs .react-tabs__tab-list li {
    background: #eaeaea;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin-right: -4px;
    padding: 12px 50px 8px;
    transition: .5s
}

.products-details-tabs .react-tabs__tab-list li.active,
.products-details-tabs .react-tabs__tab-list li.react-tabs__tab--selected {
    background-color: #fff;
    position: relative
}

.products-details-tabs .react-tabs__tab-list li.active:before,
.products-details-tabs .react-tabs__tab-list li.react-tabs__tab--selected:before {
    background: #008ac1;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.products-details-tabs .react-tabs__tab-list li.inactive {
    background-color: #eee;
    padding: 12px 50px
}

.products-details-tabs .react-tabs__tab-panel h3 {
    font-size: 18px;
    margin-bottom: 12px
}

.products-details-tabs .react-tabs__tab-panel .additional-information {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
    text-align: left
}

.products-details-tabs .react-tabs__tab-panel .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    color: #6084a4;
    padding: 10px 15px
}

.products-details-tabs .react-tabs__tab-panel .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.products-details-tabs .react-tabs__tab-panel .additional-information li span {
    display: inline-block;
    width: 45%
}

.products-details-tabs .react-tabs__tab-panel .products-reviews p {
    margin-bottom: 0
}

.products-details-tabs .react-tabs__tab-panel .products-reviews .review-form {
    margin-top: 20px
}

.products-details-tabs .react-tabs__tab-panel .products-reviews .review-form p {
    margin-bottom: 0
}

.products-details-tabs .react-tabs__tab-panel .products-reviews .review-form .form-control {
    background: transparent
}

.products-details-tabs .react-tabs__tab-panel .products-reviews .star-rating {
    margin-bottom: 10px
}

.products-details-tabs .react-tabs__tab-panel .products-reviews .star-rating i {
    color: #eac11d
}

@-webkit-keyframes scaleup {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleup {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes starred {
    0% {
        color: #f2b01e
    }
    to {
        color: #f2b01e
    }
}

@keyframes starred {
    0% {
        color: #f2b01e
    }
    to {
        color: #f2b01e
    }
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 0;
    vertical-align: middle
}

.cart-table table tbody tr td {
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    color: #6084a4;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px
}

.cart-table table tbody tr td.product-name a {
    color: #6084a4;
    display: inline-block;
    font-weight: 500
}

.cart-table table tbody tr td.product-name a:hover {
    color: #008ac1
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    margin-left: 25px;
    position: relative;
    top: -1px
}

.cart-table table tbody tr td.product-subtotal .remove svg {
    width: 19px
}

.cart-table table tbody tr td.product-quantity .input-counter {
    display: inline-block;
    max-width: 110px;
    min-width: 110px;
    position: relative;
    text-align: center
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    background-color: transparent;
    color: #6084a4;
    cursor: pointer;
    height: 100%;
    line-height: 47px;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 40px
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span svg {
    width: 20px
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #008ac1
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    background-color: #f8f8f8;
    border: none;
    color: #0e314c;
    display: block;
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    outline: 0;
    text-align: center;
    width: 100%
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #0e314c
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #0e314c
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #0e314c
}

.cart-buttons {
    margin-top: 30px
}

.cart-buttons .btn-light {
    background-color: #eaedff
}

.cart-buttons .btn-light:focus,
.cart-buttons .btn-light:focus .show>.btn-light.dropdown-toggle,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active,
.cart-buttons .btn-light:hover,
.cart-buttons .btn-light:hover .show>.btn-light.dropdown-toggle,
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active {
    color: #fff
}

.cart-totals {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    margin: 45px auto 0;
    max-width: 600px;
    padding: 40px
}

.cart-totals h3 {
    font-size: 18px;
    margin-bottom: 25px
}

.cart-totals ul {
    list-style-type: none;
    margin: 0 0 25px;
    padding: 0
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    color: #0e314c;
    overflow: hidden;
    padding: 10px 15px
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li span {
    color: #6084a4;
    float: right
}

.user-actions {
    background: #fff;
    border-top: 3px solid #008ac1;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    margin-bottom: 35px;
    padding: 18px 25px 15px
}

.user-actions svg {
    color: #008ac1;
    margin-right: 4px;
    width: 16px
}

.user-actions span {
    color: #008ac1;
    display: inline-block
}

.user-actions span a {
    color: #0e314c;
    display: inline-block;
    font-weight: 500
}

.user-actions span a:focus,
.user-actions span a:hover {
    color: #008ac1
}

.checkout-area .title {
    font-size: 18px;
    margin-bottom: 25px
}

.billing-details {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 25px
}

.billing-details .form-check-input {
    margin-top: 3px
}

.billing-details .form-group label {
    color: #6084a4;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px
}

.billing-details .form-group label .required {
    color: red
}

.billing-details .form-group .form-control {
    background: transparent
}

.billing-details .form-group select {
    cursor: pointer
}

.billing-details .form-check {
    margin-bottom: 15px
}

.billing-details .form-check .form-check-label {
    color: #6084a4
}

.billing-details .form-check label {
    font-size: 14px;
    font-weight: 400
}

.billing-details .form-select {
    border: 1px solid #eee;
    border-radius: 0;
    color: #0e314c;
    font-size: 14px;
    height: 45px;
    padding: 10px;
    transition: .5s
}

.order-details {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 25px
}

.order-details .order-table table {
    margin-bottom: 0;
    text-align: left
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    border-color: #eaedff;
    font-weight: 500;
    padding: 15px 20px;
    vertical-align: middle
}

.order-details .order-table table tbody tr td {
    border-color: #eaedff;
    color: #6084a4;
    font-size: 14px;
    vertical-align: middle
}

.order-details .order-table table tbody tr td.product-name a {
    color: #6084a4;
    display: inline-block
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #008ac1
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
    color: #0e314c;
    font-weight: 500
}

.order-details .payment-method {
    border-top: 1px solid #eaedff;
    margin-top: 40px;
    padding-top: 35px
}

.order-details .payment-method p {
    font-size: 14px
}

.order-details .payment-method p [type=radio]:checked,
.order-details .payment-method p [type=radio]:not(:checked) {
    display: none
}

.order-details .payment-method p [type=radio]:checked+label,
.order-details .payment-method p [type=radio]:not(:checked)+label {
    color: #0e314c;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 27px;
    position: relative
}

.order-details .payment-method p [type=radio]:checked+label:before,
.order-details .payment-method p [type=radio]:not(:checked)+label:before {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 18px
}

.order-details .payment-method p [type=radio]:checked+label:after,
.order-details .payment-method p [type=radio]:not(:checked)+label:after {
    background: #008ac1;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 3px;
    position: absolute;
    top: 7px;
    transition: .5s;
    width: 12px
}

.order-details .payment-method p [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden
}

.order-details .payment-method p [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.order-details .btn.order-btn {
    display: block;
    margin-top: 25px
}

.page-title-area {
    background: transparent url(../../static/banner-bg1-573a8cc58841d5b4cd173aed69aea83f.html) 100% 0 no-repeat;
    padding-bottom: 100px;
    padding-top: 190px;
    position: relative;
    text-align: center;
    z-index: 1
}

.page-title-area h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.faq-accordion {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .08);
    padding: 60px
}

.faq-accordion .accordion {
    border: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.faq-accordion .accordion .accordion__item {
    background: #fff;
    border: none;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    margin-bottom: 15px
}

.faq-accordion .accordion .accordion__item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion__button {
    background-color: #fff;
    color: #0e314c;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
    text-decoration: none
}

.faq-accordion .accordion .accordion__button i {
    background: #008ac1;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px
}

.faq-accordion .accordion .accordion__button i:before {
    font-size: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-accordion .accordion .accordion__button.active {
    border-bottom-color: #e1e1e1
}

.faq-accordion .accordion .accordion__button.active i:before {
    content: "\f10f"
}

.faq-accordion .accordion .accordion__panel {
    border-top: 1px solid #e1e1e1;
    padding: 15px
}

.faq-contact {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .08);
    margin-top: 45px;
    padding: 60px
}

.faq-contact h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.faq-contact form .btn {
    margin-top: 10px
}

.pagination-area {
    margin-top: 30px;
    text-align: center
}

.pagination-area ul {
    margin: 0;
    padding: 0
}

.pagination-area ul .page-item .page-link {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 10px 0 #d8dde6;
    color: #6f8ba4;
    margin: 0 -1px;
    padding: 11px 20px
}

.pagination-area ul .page-item .page-link:focus,
.pagination-area ul .page-item .page-link:hover {
    background-color: #008ac1;
    box-shadow: unset;
    color: #fff
}

.pagination-area ul .page-item .page-link svg {
    width: 16px
}

.pagination-area ul .page-item.active .page-link {
    background-color: #008ac1;
    color: #fff
}

.blog-details-desc .article-content {
    margin-top: 30px
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: 10px
}

.blog-details-desc .article-content .entry-meta ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.blog-details-desc .article-content .entry-meta ul li {
    color: #0e314c;
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.blog-details-desc .article-content .entry-meta ul li a {
    color: #6084a4;
    display: inline-block
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #008ac1
}

.blog-details-desc .article-content .entry-meta ul li svg {
    color: #c679e3;
    margin-right: 2px;
    position: relative;
    top: -1px;
    width: 15px
}

.blog-details-desc .article-content .entry-meta ul li:before {
    background: #008ac1;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 12px;
    width: 6px
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details-desc .article-content .entry-meta ul li:last-child:before {
    display: none
}

.blog-details-desc .article-content h1,
.blog-details-desc .article-content h2,
.blog-details-desc .article-content h3,
.blog-details-desc .article-content h4,
.blog-details-desc .article-content h5 {
    margin-bottom: 15px
}

.blog-details-desc .article-content h1 {
    font-size: 30px
}

.blog-details-desc .article-content h2 {
    font-size: 28px
}

.blog-details-desc .article-content h3 {
    font-size: 25px
}

.blog-details-desc .article-content h4 {
    font-size: 22px
}

.blog-details-desc .article-content h5 {
    font-size: 20px
}

.blog-details-desc .article-content .block-gallery.columns-3 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 30px -10px;
    padding-left: 0
}

.blog-details-desc .article-content .block-gallery.columns-3 li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px
}

.blog-details-desc .article-content .block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details-desc .article-content .features-list {
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-left: 0
}

.blog-details-desc .article-content .features-list li {
    color: #6084a4;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative
}

.blog-details-desc .article-content .features-list li svg {
    color: #008ac1;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0
}

.blog-details-desc .article-footer {
    margin-top: 30px
}

.blog-details-desc .article-footer .article-tags a {
    background-color: #c679e3;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    padding: 4px 12px
}

.blog-details-desc .article-footer .article-tags a:hover {
    background-color: #008ac1;
    color: #fff
}

.comments-area {
    margin-top: 25px
}

.comments-area .comments-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px
}

.comments-area .comment-list,
.comments-area ol,
.comments-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.comments-area .children {
    margin-left: 20px
}

.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    color: #0e314c;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 65px
}

.comments-area .comment-body .reply {
    margin-top: 15px
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    border-radius: 30px;
    color: #0e314c;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.comments-area .comment-body .reply a:hover {
    background-color: #008ac1;
    border-color: #008ac1;
    color: #fff
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: .2em;
    position: relative;
    z-index: 2
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px
}

.comments-area .comment-author .fn {
    font-weight: 500
}

.comments-area .comment-author .says {
    display: none
}

.comments-area .comment-metadata {
    color: #6084a4;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: .8em;
    text-transform: uppercase
}

.comments-area .comment-metadata a {
    color: #6084a4
}

.comments-area .comment-metadata a:hover {
    color: #008ac1
}

.comments-area .comment-respond {
    margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 0
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block
}

.comments-area .comment-respond .comment-form {
    overflow: hidden
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
    color: red
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    margin-top: 15px;
    width: 100%
}

.comments-area .comment-respond label {
    color: #0e314c;
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond textarea {
    background-color: #fff;
    border: 1px solid #eee;
    display: block;
    outline: 0;
    padding: .625em .7375em;
    transition: .5s;
    width: 100%
}

.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond textarea:focus {
    border-color: #008ac1
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
    width: 50%
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    margin-bottom: 20px;
    padding-left: 12px;
    width: 50%
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    margin-bottom: 20px;
    width: 100%
}

.comments-area .comment-respond .comment-form-cookies-consent {
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    left: 0;
    position: absolute;
    top: 3px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    color: #6084a4;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    position: relative;
    top: -2px
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #008ac1;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    padding: 11px 25px 10px;
    text-transform: uppercase;
    transition: .5s
}

.comments-area .comment-respond .form-submit input:focus,
.comments-area .comment-respond .form-submit input:hover {
    background-color: #c679e3;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.startp-post-navigation {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px
}

.prev-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px
}

.prev-link-wrapper a {
    align-items: center;
    display: flex
}

.prev-link-wrapper a:hover .image-prev .post-nav-title,
.prev-link-wrapper a:hover .image-prev:after {
    opacity: 1;
    visibility: visible
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #008ac1
}

.prev-link-wrapper .image-prev {
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    vertical-align: top;
    width: 100px
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px
}

.prev-link-wrapper .image-prev:after {
    background-color: #008ac1;
    border-radius: 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%
}

.prev-link-wrapper .image-prev .post-nav-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    visibility: hidden;
    z-index: 2
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #0e314c;
    transition: .5s
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-size: 17px;
    font-weight: 500
}

.prev-link-wrapper .meta-wrapper {
    color: #6084a4;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: capitalize
}

.next-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    text-align: right
}

.next-link-wrapper a {
    align-items: center;
    display: flex
}

.next-link-wrapper a:hover .image-next .post-nav-title,
.next-link-wrapper a:hover .image-next:after {
    opacity: 1;
    visibility: visible
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #008ac1
}

.next-link-wrapper .image-next {
    border-radius: 5px;
    display: inline-block;
    margin-left: 20px;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    vertical-align: top;
    width: 100px
}

.next-link-wrapper .image-next img {
    border-radius: 5px
}

.next-link-wrapper .image-next:after {
    background-color: #008ac1;
    border-radius: 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%
}

.next-link-wrapper .image-next .post-nav-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    visibility: hidden;
    z-index: 2
}

.next-link-wrapper .next-link-info-wrapper {
    color: #0e314c;
    transition: .5s
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-size: 17px;
    font-weight: 500
}

.next-link-wrapper .meta-wrapper {
    color: #6084a4;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: capitalize
}

.blockquote,
blockquote {
    background-color: #fafafa;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 50px !important;
    position: relative;
    z-index: 1
}

.blockquote p,
blockquote p {
    color: #0e314c;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0
}

.blockquote cite,
blockquote cite {
    display: none
}

.blockquote:after,
blockquote:after {
    background-color: #008ac1;
    bottom: 0;
    content: "";
    left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    width: 3px
}

.widget-area {
    padding-left: 15px
}

.widget-area .widget {
    margin-top: 35px
}

.widget-area .widget:first-child {
    margin-top: 0
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative
}

.widget-area .widget .widget-title:before {
    background: #008ac1;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px
}

.widget-area .widget_search {
    background-color: #fff;
    box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
    padding: 15px
}

.widget-area .widget_search form {
    position: relative
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
    display: none
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    border: 1px solid #eee;
    display: block;
    height: 50px;
    outline: 0;
    padding: 6px 15px;
    transition: .5s;
    width: 100%
}

.widget-area .widget_search form .search-field:focus {
    border-color: #008ac1
}

.widget-area .widget_search form button {
    background-color: #008ac1;
    border: none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    outline: 0;
    position: absolute;
    right: 0;
    transition: .5s;
    width: 50px;
    z-index: 1
}

.widget-area .widget_search form button svg {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.widget-area .widget_search form button:hover {
    background-color: #c679e3;
    color: #fff
}

.widget-area .widget_author {
    background-color: #fff;
    box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
    padding: 30px;
    text-align: center
}

.widget-area .widget_author img {
    margin-bottom: 15px
}

.widget-area .widget_author h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px
}

.widget-area .widget_author span {
    display: block;
    margin-bottom: 5px
}

.widget-area .widget_author ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget-area .widget_author ul li {
    display: inline-block;
    margin: 0 3px
}

.widget-area .widget_author ul li i {
    background-color: #fafafa;
    border-radius: 50%;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: .5s;
    width: 35px
}

.widget-area .widget_author ul li i:hover {
    background-color: #008ac1;
    color: #fff
}

.widget-area .widget_startp_posts_thumb {
    overflow: hidden;
    position: relative
}

.widget-area .widget_startp_posts_thumb .item {
    margin-bottom: 15px;
    overflow: hidden
}

.widget-area .widget_startp_posts_thumb .item:last-child {
    margin-bottom: 0
}

.widget-area .widget_startp_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    width: 80px
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage {
    background-position: 50% !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: inline-block;
    height: 80px;
    width: 80px
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../static/blog7-97f9e205d350b574f8c5783c09a8f809.html)
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../static/blog8-2a944083bcfdc21d3b5d59d2c92644ee.html)
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../static/blog9-deaa52f1a8aa6d1140ec9deac510b8d4.html)
}

.widget-area .widget_startp_posts_thumb .item .info {
    margin-top: 5px;
    overflow: hidden
}

.widget-area .widget_startp_posts_thumb .item .info time {
    color: #6084a4;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 3px;
    text-transform: uppercase
}

.widget-area .widget_startp_posts_thumb .item .info .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0
}

.widget-area .widget_startp_posts_thumb .item .info .title a {
    display: inline-block
}

.widget-area .widget_recent_entries ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.widget-area .widget_recent_entries ul li {
    color: #0e314c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 14px;
    position: relative
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_entries ul li:before {
    background: #008ac1;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px
}

.widget-area .widget_recent_entries ul li a {
    color: #0e314c;
    display: inline-block
}

.widget-area .widget_recent_entries ul li a:hover {
    color: #008ac1
}

.widget-area .widget_recent_entries ul li .post-date {
    color: #6084a4;
    display: block;
    font-size: 13px;
    margin-top: 4px
}

.widget-area .widget_recent_comments ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.widget-area .widget_recent_comments ul li {
    color: #6084a4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 14px;
    position: relative
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_recent_comments ul li:before {
    background: #008ac1;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px
}

.widget-area .widget_recent_comments ul li a {
    color: #0e314c;
    display: inline-block
}

.widget-area .widget_recent_comments ul li a:hover {
    color: #008ac1
}

.widget-area .widget_archive ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.widget-area .widget_archive ul li {
    color: #0e314c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 14px;
    position: relative
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_archive ul li:before {
    background: #008ac1;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px
}

.widget-area .widget_archive ul li a {
    color: #0e314c;
    display: inline-block
}

.widget-area .widget_archive ul li a:hover {
    color: #008ac1
}

.widget-area .widget_categories ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.widget-area .widget_categories ul li {
    color: #6084a4;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 14px;
    position: relative
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_categories ul li:before {
    background: #008ac1;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 7px
}

.widget-area .widget_categories ul li a {
    color: #0e314c;
    display: block
}

.widget-area .widget_categories ul li a:hover {
    color: #008ac1
}

.widget-area .widget_categories ul li .post-count {
    float: right
}

.widget-area .widget_meta ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.widget-area .widget_meta ul li {
    color: #0e314c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 14px;
    position: relative
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget_meta ul li:before {
    background: #008ac1;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px
}

.widget-area .widget_meta ul li a {
    color: #0e314c;
    display: inline-block
}

.widget-area .widget_meta ul li a:hover {
    color: #008ac1
}

.widget-area .tagcloud a {
    border: 1px dashed #eee;
    color: #0e314c;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500;
    margin-right: 8px;
    margin-top: 8px;
    padding: 6px 13px
}

.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
    background-color: #008ac1;
    border-color: #008ac1;
    color: #fff
}

.project-details-image {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    z-index: 1
}

.project-details-image:before {
    background: #0e314c;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    visibility: hidden;
    width: 100%
}

.project-details-image a {
    color: #fff;
    left: 0;
    margin: 25px auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: hidden
}

.project-details-image a:hover {
    color: #008ac1
}

.project-details-desc h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px
}

.project-details-desc .project-details-information {
    overflow: hidden
}

.project-details-desc .project-details-information .single-info-box {
    float: left;
    margin-top: 30px;
    width: 20%
}

.project-details-desc .project-details-information .single-info-box h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.project-details-desc .project-details-information .single-info-box p {
    margin-bottom: 0
}

.project-details-desc .project-details-information .single-info-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.project-details-desc .project-details-information .single-info-box ul li {
    display: inline-block
}

.project-details-desc .project-details-information .single-info-box ul li a {
    color: #6084a4;
    margin-right: 10px
}

.project-details-desc .project-details-information .single-info-box ul li a svg {
    width: 18px
}

.project-details-desc .project-details-information .single-info-box ul li a:hover {
    color: #008ac1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.contact-info-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 30px;
    text-align: center;
    transition: .4s
}

.contact-info-box .icon {
    background: #f7fafd;
    border-radius: 50%;
    color: #008ac1;
    display: inline-block;
    font-size: 30px;
    height: 65px;
    line-height: 62px;
    transition: .4s;
    width: 65px
}

.contact-info-box h3 {
    font-size: 18px;
    margin: 25px 0 15px
}

.contact-info-box p {
    margin-bottom: 0
}

.contact-info-box p a {
    color: #6084a4
}

.contact-info-box p a:hover {
    color: #008ac1
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.contact-info-box:hover .icon {
    background: #008ac1;
    color: #fff
}

#map {
    height: 500px;
    width: 100%
}

#contactForm .help-block ul {
    margin: 0
}

#contactForm .help-block ul li {
    color: red
}

#contactForm .btn {
    margin-top: 10px
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
    margin: 20px 0 0
}

.coming-soon-area {
    background-image: url(../../static/coming-soon-fe8b29e4749cf2346451b0d1d71c8eee.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1
}

.coming-soon-area:before {
    background: linear-gradient(-9deg, #6a82fb, #6a82fb 40%, #fc5c7d);
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.coming-soon-area .social-list {
    bottom: 30px;
    left: 0;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.coming-soon-area .social-list li {
    display: inline-block
}

.coming-soon-area .social-list li.list-heading {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.coming-soon-area .social-list li a {
    background: #008ac1;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    width: 35px
}

.coming-soon-area .social-list li a svg {
    width: 15px
}

.coming-soon-area .social-list li a.facebook {
    background-color: #3b5998
}

.coming-soon-area .social-list li a.twitter {
    background-color: #1da1f2
}

.coming-soon-area .social-list li a.linkedin {
    background-color: #0077b5
}

.coming-soon-area .social-list li a.instagram {
    background-color: #c13584
}

.coming-soon-area .social-list li a:focus,
.coming-soon-area .social-list li a:hover {
    background-color: #008ac1
}

.coming-soon-content {
    margin: -80px auto 0;
    max-width: 820px;
    text-align: center
}

.coming-soon-content h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 15px
}

.coming-soon-content p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    max-width: 620px
}

.coming-soon-content form {
    margin: 35px auto 55px;
    max-width: 520px;
    position: relative
}

.coming-soon-content form .email-input {
    background: #f1f2f3;
    border: none;
    border-radius: 40px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1), 0 0 0 5px hsla(0, 0%, 100%, .3);
    display: block;
    font-size: 16px;
    height: 56px;
    outline: 0 !important;
    padding: 15px 25px;
    width: 100%
}

.coming-soon-content form .submit-btn {
    background: #008ac1;
    border: none;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    outline: 0 !important;
    position: absolute;
    right: 3px;
    text-transform: uppercase;
    top: 3px;
    transition: .5s;
    width: 130px
}

.coming-soon-content form .submit-btn:focus,
.coming-soon-content form .submit-btn:hover {
    background-color: #c679e3
}

.coming-soon-content #timer div {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .5);
    color: #c679e3;
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    height: 110px;
    margin: 0 10px;
    padding-top: 18px;
    width: 110px
}

.coming-soon-content #timer div span {
    color: #6084a4;
    display: block;
    font-size: 15px;
    margin-top: -4px
}

.error-area {
    height: 100vh
}

.error-content {
    margin-top: -70px;
    text-align: center
}

.error-content .notfound-404 {
    height: 280px;
    margin-bottom: 30px;
    position: relative;
    z-index: -1
}

.error-content .notfound-404 h1 {
    -webkit-text-fill-color: transparent;
    background: url(../../static/oops-bg-fed7c3a4c22e0a475219fc6692799865.html) no-repeat;
    -webkit-background-clip: text;
    background-position: 50%;
    background-size: cover;
    font-size: 230px;
    font-weight: 900;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.error-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px
}

.error-content p {
    margin: 0 auto 25px;
    max-width: 550px
}

.cta-area {
    background: linear-gradient(135deg, #23bdb8, #43e794)
}

.cta-area .container {
    max-width: 945px
}

.cta-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.cta-right-content {
    text-align: right
}

.cta-right-content .hosting-price {
    display: inline-block
}

.cta-right-content .hosting-price span {
    color: #f6fe6a;
    display: block
}

.cta-right-content .hosting-price h4 {
    color: #fff;
    font-size: 20px;
    margin: 10px 0 0
}

.cta-right-content .buy-btn {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    top: -15px
}

.cta-right-content .buy-btn .btn-primary {
    background: #c679e3;
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.cta-right-content .buy-btn .btn-primary:after,
.cta-right-content .buy-btn .btn-primary:before {
    background: #fff;
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, .25)
}

.cta-right-content .buy-btn .btn-primary:focus,
.cta-right-content .buy-btn .btn-primary:hover {
    color: #008ac1
}

.repair-main-banner {
    overflow-x: hidden;
    padding-bottom: 140px;
    padding-top: 200px
}

.repair-banner-content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px
}

.repair-banner-content p {
    margin-bottom: 30px
}

.repair-banner-image {
    position: relative;
    text-align: center
}

.repair-banner-image img:nth-child(2) {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: -65px;
    z-index: -1
}

.repair-banner-image img:nth-child(3) {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -69px;
    z-index: -2
}

.repair-banner-image img:nth-child(4) {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: -1
}

.repair-partner-area {
    padding-bottom: 45px;
    padding-top: 45px
}

.single-repair-partner {
    text-align: center
}

.single-repair-partner a {
    display: block;
    position: relative
}

.single-repair-partner a img {
    display: inline-block !important;
    width: auto !important
}

.single-repair-partner a img:last-child {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 20px;
    transition: .5s;
    visibility: hidden
}

.single-repair-partner a:focus img:last-child,
.single-repair-partner a:hover img:last-child {
    opacity: 1;
    top: 0;
    visibility: visible
}

.partner-slides.owl-theme .owl-dots {
    margin-top: 0
}

.repair-about-content .sub-title {
    color: #008ac1;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.repair-about-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px
}

.repair-about-content ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 0
}

.repair-about-content ul li {
    color: #6084a4;
    flex: 0 0 50%;
    margin-top: 25px;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%
}

.repair-about-content ul li span {
    border-radius: 3px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    display: block;
    padding: 10px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.repair-about-content ul li span svg {
    color: #008ac1;
    display: inline-block;
    margin-right: 5px;
    transition: .5s;
    width: 18px
}

.repair-about-content ul li span:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.repair-about-content ul li span:focus,
.repair-about-content ul li span:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.repair-about-content ul li span:focus:before,
.repair-about-content ul li span:hover:before {
    opacity: 1;
    visibility: visible
}

.repair-about-content ul li span:focus svg,
.repair-about-content ul li span:hover svg {
    color: #fff
}

.repair-about-image {
    height: 100%;
    position: relative;
    width: 100%
}

.repair-about-image img {
    position: absolute
}

.repair-about-image img:first-child {
    left: 0;
    top: 0;
    z-index: 1
}

.repair-about-image img:nth-child(2) {
    border: 5px solid #f8fbff;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 350px;
    z-index: 2
}

.repair-about-image img:nth-child(3) {
    bottom: 0;
    right: 0;
    z-index: 1
}

.repair-about-image img:nth-child(4) {
    right: 0;
    top: 0
}

.repair-about-image img:nth-child(5) {
    bottom: 0;
    left: 0
}

.repair-services-area {
    padding-bottom: 50px
}

.single-repair-services {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding: 35px 30px;
    position: relative;
    z-index: 1
}

.single-repair-services.bg1 {
    background-image: url(../../static/repair-services-img1-c308c47431e8af57e0d153aa45b52a55.html)
}

.single-repair-services.bg2 {
    background-image: url(../../static/repair-services-img2-0bf210338ee049db86b38dfe226e58f0.html)
}

.single-repair-services.bg3 {
    background-image: url(../../static/repair-services-img3-9118baafdd38d15104dfbf5f30d2ae04.html)
}

.single-repair-services.bg4 {
    background-image: url(../../static/repair-services-img4-09a3f299042d3b4d0102a6d7f501e2b3.html)
}

.single-repair-services.bg5 {
    background-image: url(../../static/repair-services-img5-66efdbe023e23ce0b53ea9d3ab76cf8a.html)
}

.single-repair-services.bg6 {
    background-image: url(../../static/repair-services-img6-c866dd1cf97b21ef96b37802a8b86e92.html)
}

.single-repair-services:before {
    background: #fff
}

.single-repair-services:after,
.single-repair-services:before {
    border: 1px dashed #cdf1d8;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: -1
}

.single-repair-services:after {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    opacity: 0;
    visibility: hidden
}

.single-repair-services h3 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 22px;
    transition: .5s
}

.single-repair-services .icon {
    border: 1px solid #e3f7e9;
    border-radius: 50%;
    color: #008ac1;
    display: inline-block;
    height: 85px;
    line-height: 85px;
    text-align: center;
    transition: .5s;
    width: 85px
}

.single-repair-services .icon i:before {
    font-size: 35px
}

.single-repair-services p {
    margin-bottom: 25px;
    transition: .5s
}

.single-repair-services a {
    background-color: #f9fafb;
    border-radius: 50%;
    color: #0e314c;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.single-repair-services a svg {
    width: 15px
}

.single-repair-services:focus:before,
.single-repair-services:hover:before {
    opacity: 0;
    visibility: hidden
}

.single-repair-services:focus:after,
.single-repair-services:hover:after {
    opacity: .85;
    visibility: visible
}

.single-repair-services:focus h3,
.single-repair-services:focus p,
.single-repair-services:hover h3,
.single-repair-services:hover p {
    color: #fff
}

.single-repair-services:focus .icon,
.single-repair-services:hover .icon {
    border-color: #fff;
    color: #fff
}

.single-repair-services:focus a,
.single-repair-services:hover a {
    background-color: #fff;
    color: #008ac1
}

.repair-cta-area {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 1
}

.cta-repair-content {
    padding: 30px 0
}

.cta-repair-content h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 17px
}

.cta-repair-content p {
    color: #fff;
    margin-bottom: 25px;
    opacity: .95
}

.cta-repair-img {
    text-align: right
}

.circle-box {
    left: 0;
    top: 0
}

.circle-box,
.cta-shape {
    position: absolute;
    z-index: -1
}

.cta-shape {
    bottom: 0;
    right: 0
}

.repair-team-area .container {
    max-width: 1175px
}

.repair-team-area .single-team .team-content {
    padding-left: 25px;
    padding-right: 25px
}

.repair-why-choose-us {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    position: relative;
    z-index: 1
}

.repair-why-choose-us .section-title h2 {
    color: #fff
}

.repair-why-choose-us .section-title .bar:before {
    background: #fff
}

.repair-why-choose-us .section-title p {
    color: #fff;
    opacity: .95
}

.repair-why-choose-us:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 37%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.single-repair-box {
    background-color: #fff;
    border: 1px dashed #cdf1d8;
    padding: 30px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-repair-box h3 {
    font-size: 18px;
    margin-bottom: 17px;
    margin-top: 22px
}

.single-repair-box p {
    margin-bottom: 25px
}

.single-repair-box a {
    background-color: #eef0f3;
    border-radius: 50%;
    color: #0e314c;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.single-repair-box a svg {
    width: 18px
}

.single-repair-box .icon {
    border: 1px solid #6ee9fa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: 1
}

.single-repair-box .icon:before {
    background: linear-gradient(to right bottom, #1fa2ff, #00c0ff, #00d9f2, #53eedd, #a6ffcb);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    margin: 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: -1
}

.single-repair-box .icon i:before {
    font-size: 35px
}

.single-repair-box .back-icon {
    color: #4457c3;
    left: 0;
    margin: 0 auto;
    opacity: .04;
    position: absolute;
    right: 0;
    text-align: center;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.single-repair-box .back-icon i:before {
    font-size: 200px
}

.single-repair-box:focus,
.single-repair-box:hover {
    border-color: #008ac1
}

.single-repair-box:focus a,
.single-repair-box:hover a {
    background-color: #008ac1;
    color: #fff
}

.single-repair-feedback {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 55px;
    padding: 40px;
    position: relative;
    text-align: center
}

.single-repair-feedback .client-img {
    display: inline-block;
    margin-bottom: 40px;
    padding-left: 108px;
    padding-top: 18px;
    position: relative;
    text-align: left
}

.single-repair-feedback .client-img img {
    border: 2px solid #008ac1;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    left: 0;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 90px
}

.single-repair-feedback .client-img h3 {
    font-size: 18px;
    margin: 0
}

.single-repair-feedback .client-img span {
    color: #c679e3;
    display: block;
    margin-top: 8px
}

.single-repair-feedback p {
    font-size: 15px
}

.single-repair-feedback:before {
    background: #fff;
    bottom: -25px;
    content: "";
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px
}

.single-repair-feedback:after {
    color: #d9dcde;
    content: "\f11b";
    font-family: Flaticon;
    font-size: 30px;
    font-size: 65px;
    font-style: normal;
    left: 25px;
    position: absolute;
    top: 0
}

.iot-main-banner {
    padding-bottom: 150px;
    padding-top: 215px;
    position: relative;
    z-index: 1
}

.iot-banner-content {
    max-width: 445px
}

.iot-banner-content span {
    color: #008ac1;
    display: block;
    font-size: 15px
}

.iot-banner-content h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 17px;
    margin-top: 7px
}

.iot-banner-content .btn {
    margin-top: 10px
}

.iot-banner-image {
    position: absolute;
    right: 30px;
    text-align: center;
    top: 56%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.iot-banner-image img:first-child {
    max-width: 730px
}

.iot-banner-image img:last-child {
    left: -118px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 39px;
    z-index: -1
}

.animate-border span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    display: block;
    left: 67%;
    opacity: 0;
    padding-bottom: 5%;
    pointer-events: none;
    position: absolute;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5%;
    z-index: -2
}

.animate-border span:first-child {
    -webkit-animation: pulsei 4.2s ease-out .5s infinite normal none running;
    animation: pulsei 4.2s ease-out .5s infinite normal none running
}

.animate-border span:nth-child(2) {
    -webkit-animation: pulsei 4.2s ease-out 1.5s infinite normal none running;
    animation: pulsei 4.2s ease-out 1.5s infinite normal none running
}

.animate-border span:nth-child(3) {
    -webkit-animation: pulsei 4.2s ease-out 2.5s infinite normal none running;
    animation: pulsei 4.2s ease-out 2.5s infinite normal none running
}

.animate-border span:nth-child(4) {
    -webkit-animation: pulsei 4.2s ease-out 3.5s infinite normal none running;
    animation: pulsei 4.2s ease-out 3.5s infinite normal none running
}

@-webkit-keyframes pulsei {
    0% {
        border: 1.5px solid #b3eaf8;
        opacity: 1;
        padding-bottom: 5%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        width: 5%
    }
    to {
        border: 1.5px solid #b3eaf8;
        opacity: 0;
        padding-bottom: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        width: 50%
    }
}

@keyframes pulsei {
    0% {
        border: 1.5px solid #b3eaf8;
        opacity: 1;
        padding-bottom: 5%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        width: 5%
    }
    to {
        border: 1.5px solid #b3eaf8;
        opacity: 0;
        padding-bottom: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        width: 50%
    }
}

.iot-partner-area {
    padding-bottom: 45px;
    padding-top: 45px
}

.single-iot-partner {
    text-align: center
}

.single-iot-partner a {
    display: block;
    position: relative
}

.single-iot-partner a img {
    display: inline-block !important;
    width: auto !important
}

.single-iot-partner a img:last-child {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 20px;
    transition: .5s;
    visibility: hidden
}

.single-iot-partner a:focus img:last-child,
.single-iot-partner a:hover img:last-child {
    opacity: 1;
    top: 0;
    visibility: visible
}

.single-iot-services {
    background-color: #fff;
    border: 1px dashed #cdf1d8;
    margin-bottom: 30px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    z-index: 1
}

.single-iot-services:after {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.single-iot-services h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 17px;
    margin-top: 22px;
    transition: .5s
}

.single-iot-services .icon {
    border: 1px solid #e3f7e9;
    border-radius: 50%;
    color: #008ac1;
    display: inline-block;
    height: 85px;
    line-height: 85px;
    transition: .5s;
    width: 85px
}

.single-iot-services .icon i:before {
    font-size: 35px
}

.single-iot-services p {
    margin-bottom: 25px;
    transition: .5s
}

.single-iot-services a {
    background-color: #f9fafb;
    border-radius: 50%;
    color: #0e314c;
    height: 35px;
    line-height: 35px;
    width: 35px
}

.single-iot-services a svg {
    width: 15px
}

.single-iot-services:focus:after,
.single-iot-services:hover:after {
    opacity: 1;
    visibility: visible
}

.single-iot-services:focus h3,
.single-iot-services:focus p,
.single-iot-services:hover h3,
.single-iot-services:hover p {
    color: #fff
}

.single-iot-services:focus .icon,
.single-iot-services:hover .icon {
    border-color: #fff;
    color: #fff
}

.single-iot-services:focus a,
.single-iot-services:hover a {
    background-color: #fff;
    color: #008ac1
}

.iot-cta-area {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 1
}

.cta-iot-content {
    padding-bottom: 30px;
    padding-top: 30px
}

.cta-iot-content h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 17px
}

.cta-iot-content p {
    color: #fff;
    margin-bottom: 25px;
    opacity: .95
}

.cta-iot-img {
    text-align: center
}

.iot-features-content h3 {
    font-size: 26px;
    margin-bottom: 20px
}

.iot-features-content .btn {
    margin-top: 15px
}

.iot-features-image {
    position: relative;
    text-align: center
}

.iot-team-area .container {
    max-width: 1175px
}

.iot-team-area .single-team .team-content {
    padding-left: 25px;
    padding-right: 25px
}

.iot-why-choose-us {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    position: relative;
    z-index: 1
}

.iot-why-choose-us .section-title h2 {
    color: #fff
}

.iot-why-choose-us .section-title .bar:before {
    background: #fff
}

.iot-why-choose-us .section-title p {
    color: #fff;
    opacity: .95
}

.iot-why-choose-us:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 37%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.single-iot-box {
    background-color: #fff;
    border: 1px dashed #cdf1d8;
    padding: 30px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-iot-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 22px
}

.single-iot-box p {
    margin-bottom: 25px
}

.single-iot-box a {
    background-color: #eef0f3;
    border-radius: 50%;
    color: #0e314c;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.single-iot-box a svg {
    width: 18px
}

.single-iot-box .icon {
    border: 1px solid #f3f8fd;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    line-height: 96px;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: 1
}

.single-iot-box .icon:before {
    background: #f7fafd;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    margin: 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: -1
}

.single-iot-box .icon i:before {
    font-size: 35px
}

.single-iot-box .icon img {
    width: 45px
}

.single-iot-box:focus,
.single-iot-box:hover {
    border-color: #008ac1
}

.single-iot-box:focus a,
.single-iot-box:hover a {
    background-color: #008ac1;
    color: #fff
}

.ml-main-banner {
    background-image: url(../../static/banner-bg-ab7c76e43854086c4b5c56942251d5d0.html);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 140px;
    padding-top: 130px;
    position: relative;
    z-index: 1
}

.ml-main-banner .container-fluid {
    padding-left: 70px;
    padding-right: 70px
}

.ml-banner-content h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px
}

.ml-banner-content p {
    font-size: 15px;
    max-width: 490px
}

.ml-banner-content .btn {
    margin-top: 5px
}

.ml-banner-single-image {
    text-align: center
}

.ml-main-section {
    background-image: url(../../static/banner-bg-ab7c76e43854086c4b5c56942251d5d0.html);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 240px;
    padding-top: 260px;
    position: relative;
    z-index: 1
}

.ml-main-section .ml-banner-content h1 {
    font-size: 37px
}

.ml-main-section .ml-banner-content p {
    max-width: 100%
}

.ml-banner-image {
    height: 100%;
    position: relative;
    top: 140px;
    width: 100%
}

.ml-banner-image img {
    position: absolute
}

.ml-banner-image img:first-child {
    left: 195px;
    top: -125px;
    z-index: 2
}

.ml-banner-image img:nth-child(2) {
    left: 153px;
    top: -83px;
    z-index: 1
}

.ml-banner-image img:nth-child(3) {
    left: 90px;
    top: 40px
}

.ml-banner-image img:nth-child(4) {
    right: 165px;
    top: 0;
    z-index: 3
}

.ml-banner-image img:nth-child(5) {
    left: 110px;
    top: -260px
}

.ml-banner-image img:nth-child(6) {
    right: 130px;
    top: -240px
}

.ml-banner-image img:nth-child(7) {
    bottom: 0;
    right: 0;
    z-index: 2
}

.ml-banner-image img:nth-child(8) {
    bottom: 205px;
    right: 10px;
    z-index: 1
}

.ml-banner-image img:nth-child(9) {
    left: 15px;
    top: -185px;
    z-index: 1
}

.ml-banner-image img:nth-child(10) {
    bottom: -2px;
    left: 1px;
    z-index: 2
}

.ml-banner-image img:nth-child(11) {
    left: 0;
    top: -20px
}

.ml-banner-image img:nth-child(12) {
    display: none
}

.ml-partner-area.mt-minus-top {
    margin-top: -80px
}

.single-ml-partner {
    text-align: center
}

.single-ml-partner a {
    display: block;
    position: relative
}

.single-ml-partner a img {
    display: inline-block !important;
    width: auto !important
}

.single-ml-partner a img:last-child {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 20px;
    transition: .5s;
    visibility: hidden
}

.single-ml-partner a:focus img:last-child,
.single-ml-partner a:hover img:last-child {
    opacity: 1;
    top: 0;
    visibility: visible
}

.solutions-area {
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.single-solutions-box {
    border: 1px solid #c5fffd;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-solutions-box .icon {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    z-index: 1
}

.single-solutions-box .icon img {
    transition: .5s
}

.single-solutions-box .icon:before {
    background: #f0fdfe;
    border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .09);
    content: "";
    height: 60px;
    left: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    z-index: -1
}

.single-solutions-box h3 {
    font-size: 18px;
    margin-bottom: 12px
}

.single-solutions-box:before {
    background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.single-solutions-box .learn-more-btn {
    color: #365267;
    font-size: 14px;
    font-weight: 500
}

.single-solutions-box .learn-more-btn svg {
    margin-right: 3px;
    position: relative;
    top: -1px;
    width: 18px
}

.single-solutions-box .learn-more-btn:hover {
    color: #008ac1
}

.single-solutions-box:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-solutions-box:hover .icon img {
    -webkit-transform: rotateY(-1turn);
    transform: rotateY(-1turn)
}

.about-area {
    position: relative;
    z-index: 1
}

.ml-about-img {
    text-align: center
}

.ml-about-content {
    max-width: 540px
}

.ml-about-content .sub-title {
    background-color: #f5dffd;
    border-radius: 30px;
    color: #c679e3;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 5px 20px 4px
}

.ml-about-content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: capitalize
}

.ml-about-content .bar {
    background: #cdf1d8;
    border-radius: 30px;
    height: 5px;
    margin: 20px 0;
    position: relative;
    width: 90px
}

.ml-about-content .bar:before {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #008ac1;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -2.7px;
    width: 10px
}

.ml-about-content p {
    margin-bottom: 12px
}

.ml-about-content .btn {
    margin-top: 10px
}

.ml-services-area {
    background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.single-ml-services-box {
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 25px;
    position: relative;
    transition: .5s;
    z-index: 1
}

.single-ml-services-box .image {
    margin-bottom: 25px
}

.single-ml-services-box h3 {
    font-size: 20px;
    margin-bottom: 12px
}

.single-ml-services-box p {
    margin-bottom: 0
}

.single-ml-services-box:before {
    background: #008ac1;
    bottom: -15px;
    content: "";
    height: 30px;
    left: -15px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s;
    visibility: hidden;
    width: 30px
}

.single-ml-services-box:hover:before {
    opacity: 1;
    visibility: visible
}

.ml-feedback-area {
    background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
    position: relative;
    z-index: 1
}

.single-ml-feedback-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .04);
    margin-bottom: 45px;
    padding: 60px 70px 60px 190px;
    position: relative
}

.single-ml-feedback-item .client-info {
    left: 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-ml-feedback-item .client-info img {
    border: 2px solid #f4f5fe;
    border-radius: 5px;
    display: inline-block !important;
    height: 80px !important;
    padding: 5px;
    width: 80px !important
}

.single-ml-feedback-item .client-info h3 {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 10px
}

.single-ml-feedback-item .client-info span {
    color: #c679e3;
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.single-ml-feedback-item p {
    color: #4a6f8a;
    margin-bottom: 0
}

.single-ml-feedback-item .rating {
    margin-top: 10px
}

.single-ml-feedback-item .rating svg {
    color: #ff612f;
    margin-right: 2px;
    width: 18px
}

.single-ml-feedback-item .rating svg:last-child {
    margin-right: 0
}

.single-ml-feedback-item:after {
    background-color: #fff;
    border-radius: 5px;
    bottom: -15px;
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .04);
    content: "";
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.ml-feedback-slides {
    margin: -40px auto 0;
    max-width: 750px
}

.ml-feedback-slides .single-ml-feedback-item {
    margin-top: 40px
}

.ml-feedback-slides .owl-item {
    padding-left: 50px;
    padding-right: 50px
}

.ml-feedback-slides.owl-theme .owl-dots {
    line-height: 1;
    margin-top: 10px
}

.ml-feedback-slides.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #8d95a7;
    border-radius: 50%;
    height: 15px;
    margin: 0 3px;
    position: relative;
    transition: .5s;
    width: 15px
}

.ml-feedback-slides.owl-theme .owl-dots .owl-dot span:before {
    background-color: #008ac1;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .5s
}

.ml-feedback-slides.owl-theme .owl-dots .owl-dot.active span,
.ml-feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border-color: #008ac1
}

.ml-feedback-slides.owl-theme .owl-dots .owl-dot.active span:before,
.ml-feedback-slides.owl-theme .owl-dots .owl-dot:hover span:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.free-trial-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.free-trial-area:before {
    background: linear-gradient(90deg, #d5fefd, #e1fdff, #effdff, #fafdff, #fff);
    content: "";
    height: 100%;
    left: -30%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.free-trial-area .shape6 {
    top: 75%
}

.free-trial-image {
    text-align: center
}

.free-trial-content {
    max-width: 540px
}

.free-trial-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0
}

.free-trial-content form {
    margin-bottom: 10px;
    margin-top: 25px;
    position: relative
}

.free-trial-content form .input-newsletter {
    background-color: #0e314c;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: block;
    height: 50px;
    outline: 0;
    padding-left: 20px;
    padding-top: 3px;
    width: 99%
}

.free-trial-content form .input-newsletter::-webkit-input-placeholder {
    color: #d5d5d5;
    -webkit-transition: .5s;
    transition: .5s
}

.free-trial-content form .input-newsletter:-ms-input-placeholder {
    color: #d5d5d5;
    -ms-transition: .5s;
    transition: .5s
}

.free-trial-content form .input-newsletter::placeholder {
    color: #d5d5d5;
    transition: .5s
}

.free-trial-content form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent
}

.free-trial-content form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent
}

.free-trial-content form .input-newsletter:focus::placeholder {
    color: transparent
}

.free-trial-content form button {
    background-color: #008ac1;
    border: none;
    border-radius: 0 30px 30px 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s
}

.free-trial-content form button:hover {
    background-color: #c679e3;
    color: #fff
}

.free-trial-content p {
    margin-bottom: 0
}

.newsletter-area {
    position: relative;
    z-index: 1
}

.newsletter-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.newsletter-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0
}

.newsletter-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.newsletter-area:before {
    background: linear-gradient(135deg, #43e794, #23bdb8);
    bottom: 0;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 65%;
    z-index: 1
}

.newsletter-image img {
    width: 100%
}

.newsletter-content {
    max-width: 540px;
    position: relative;
    z-index: 2
}

.newsletter-content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0
}

.newsletter-content .newsletter-form {
    margin-bottom: 15px;
    margin-top: 20px;
    padding-right: 160px;
    position: relative
}

.newsletter-content .newsletter-form .input-newsletter {
    background-color: #333;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: block;
    height: 50px;
    outline: 0;
    padding-left: 20px;
    padding-top: 2px;
    width: 100%
}

.newsletter-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.newsletter-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #fff;
    -ms-transition: .5s;
    transition: .5s
}

.newsletter-content .newsletter-form .input-newsletter::placeholder {
    color: #fff;
    transition: .5s
}

.newsletter-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent
}

.newsletter-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent
}

.newsletter-content .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent
}

.newsletter-content .newsletter-form button {
    background-color: #fff;
    border: none;
    border-radius: 30px;
    color: #0e314c;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s
}

.newsletter-content .newsletter-form button:hover {
    background-color: #0e314c;
    color: #fff
}

.newsletter-content p {
    color: #fff;
    max-width: 400px
}

.newsletter-content:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.ml-projects-area {
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.ml-projects-area .section-title {
    max-width: 530px;
    text-align: left
}

.ml-projects-area .section-title h2 {
    line-height: 1.3;
    max-width: 470px
}

.ml-projects-area .section-title .bar {
    margin-left: 0;
    margin-right: 0
}

.ml-projects-area .container-fluid {
    position: relative
}

.single-ml-projects-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .175);
    margin-bottom: 30px;
    position: relative
}

.single-ml-projects-box img {
    border-radius: 5px
}

.single-ml-projects-box .plus-icon a {
    background-color: #008ac1;
    border-radius: 50%;
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s ease-out 0s;
    width: 70px
}

.single-ml-projects-box .plus-icon a span {
    height: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px
}

.single-ml-projects-box .plus-icon a span:after,
.single-ml-projects-box .plus-icon a span:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.single-ml-projects-box .plus-icon a span:after {
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.single-ml-projects-box .plus-icon a:hover {
    background-color: #c679e3
}

.single-ml-projects-box:hover .plus-icon a {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ml-projects-slides.owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 12.5%;
    top: -100px;
    z-index: 1
}

.ml-projects-slides.owl-theme .owl-dots:before {
    background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #fff);
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    content: "";
    height: 70px;
    left: -20px;
    position: absolute;
    top: -30px;
    width: 80px;
    z-index: -1
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #8d95a7;
    border-radius: 50%;
    height: 15px;
    margin: 0 3px;
    position: relative;
    transition: .5s;
    width: 15px
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot span:before {
    background-color: #008ac1;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .5s
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot.active span,
.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border-color: #008ac1
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot.active span:before,
.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.agency-main-banner {
    position: relative;
    z-index: 1
}

.agency-main-banner .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.agency-main-banner .container-fluid .row {
    margin-left: 0;
    margin-right: 0
}

.agency-main-banner .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.agency-main-banner .shape2 {
    left: 5%
}

.agency-main-banner .shape4,
.agency-main-banner .shape8 {
    right: 50%
}

.agency-banner-content {
    margin-left: auto;
    max-width: 650px
}

.agency-banner-content .sub-title {
    color: #6084a4;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.agency-banner-content h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px
}

.agency-banner-content p {
    font-size: 15px;
    max-width: 450px
}

.agency-banner-content .btn {
    margin-top: 5px
}

.agency-banner-image {
    text-align: right
}

.solutions-area .shape2 {
    left: 5%
}

.solutions-box {
    transition: .5s
}

.solutions-box,
.solutions-box .icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.solutions-box .icon {
    color: #008ac1;
    padding-left: 20px
}

.solutions-box .icon i {
    font-size: 45px
}

.solutions-box .icon img {
    left: 0;
    position: absolute;
    top: -25px;
    z-index: -1
}

.solutions-box h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px
}

.solutions-box .learn-more-btn {
    color: #365267;
    font-size: 14px;
    font-weight: 500
}

.solutions-box .learn-more-btn svg {
    margin-right: 3px;
    position: relative;
    top: -1px;
    width: 18px
}

.solutions-box .learn-more-btn:hover {
    color: #008ac1
}

.agency-about-area {
    position: relative;
    z-index: 1
}

.agency-about-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.agency-about-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0
}

.agency-about-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.agency-about-img {
    padding-right: 100px
}

.agency-about-img img {
    width: 100%
}

.agency-about-content {
    max-width: 540px
}

.agency-about-content .sub-title {
    background-color: #f5dffd;
    border-radius: 30px;
    color: #c679e3;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 5px 20px 4px
}

.agency-about-content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: capitalize
}

.agency-about-content .bar {
    background: #cdf1d8;
    border-radius: 30px;
    height: 5px;
    margin: 20px 0;
    position: relative;
    width: 90px
}

.agency-about-content .bar:before {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #008ac1;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -2.7px;
    width: 10px
}

.agency-about-content p {
    margin-bottom: 12px
}

.agency-about-content .btn {
    margin-top: 10px
}

.shape10 {
    position: absolute;
    right: 0;
    top: -40%;
    z-index: -1
}

.agency-services-area {
    background: linear-gradient(0deg, #d5fefd, #e1fdff, #effdff, #fafdff, #fff);
    position: relative;
    z-index: 1
}

.agency-services-box {
    margin-bottom: 30px;
    text-align: center
}

.agency-services-box img {
    border-radius: 7px
}

.agency-services-box .content {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .05);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    padding: 25px;
    position: relative;
    transition: .5s
}

.agency-services-box .content h3 {
    font-size: 20px;
    margin-bottom: 0;
    transition: .5s
}

.agency-services-box .content .read-more-btn {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    bottom: -22px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    opacity: 0;
    padding: 9px 25px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .5s;
    visibility: hidden
}

.agency-services-box .content .read-more-btn svg {
    margin-left: 2px;
    width: 15px
}

.agency-services-box .content .read-more-btn:hover {
    background-color: #008ac1;
    border-color: #008ac1;
    color: #fff
}

.agency-services-box:hover .content {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.agency-services-box:hover .content h3 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.agency-services-box:hover .content .read-more-btn {
    opacity: 1;
    visibility: visible
}

.single-testimonials-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .04);
    margin-bottom: 45px;
    padding: 110px 65px 60px;
    position: relative;
    text-align: center
}

.single-testimonials-item p {
    color: #4a6f8a;
    font-size: 15px;
    margin-bottom: 0
}

.single-testimonials-item .client-info {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 235px;
    padding-left: 95px;
    position: relative;
    text-align: left
}

.single-testimonials-item .client-info img {
    border: 2px solid #f4f5fe;
    border-radius: 5px;
    display: inline-block !important;
    height: 80px !important;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px !important
}

.single-testimonials-item .client-info .rating svg {
    color: #ff612f;
    margin-right: 3px;
    width: 16px
}

.single-testimonials-item .client-info .rating svg:last-child {
    margin-right: 0
}

.single-testimonials-item .client-info h3 {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 8px
}

.single-testimonials-item .client-info span {
    color: #c679e3;
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.single-testimonials-item:after {
    background-color: #fff;
    border-radius: 5px;
    bottom: -15px;
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .04);
    content: "";
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.single-testimonials-item:before {
    color: #d9dcde;
    content: "\f11b";
    font-family: Flaticon;
    font-size: 65px;
    font-style: normal;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px
}

.ml-feedback-slides .single-testimonials-item {
    margin-top: 40px
}

.user-shape1 {
    -webkit-animation: movebounce 9s linear infinite;
    animation: movebounce 9s linear infinite;
    left: 10%;
    top: 12%
}

.user-shape1,
.user-shape2 {
    position: absolute;
    z-index: -1
}

.user-shape2 {
    -webkit-animation: moveleftbounce 7s linear infinite;
    animation: moveleftbounce 7s linear infinite;
    left: 7%;
    top: 47%
}

.user-shape3 {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    bottom: 12%;
    left: 15%
}

.user-shape3,
.user-shape4 {
    position: absolute;
    z-index: -1
}

.user-shape4 {
    -webkit-animation: movebounce 9s linear infinite;
    animation: movebounce 9s linear infinite;
    right: 10%;
    top: 12%
}

.user-shape5 {
    -webkit-animation: moveleftbounce 7s linear infinite;
    animation: moveleftbounce 7s linear infinite;
    right: 7%;
    top: 45%
}

.user-shape5,
.user-shape6 {
    position: absolute;
    z-index: -1
}

.user-shape6 {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    bottom: 12%;
    right: 15%
}

.shape9 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.shape9 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}

.agency-cta-area {
    background-image: url(../../static/agency-gradient-bg-08ee0ed8738e600207323583d2393e37.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.agency-cta-content {
    text-align: center
}

.agency-cta-content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px
}

.btn-gradient {
    background: linear-gradient(90deg, #ee0979, #ff6a00);
    box-shadow: unset !important;
    color: #fff;
    -webkit-transform: unset !important;
    transform: unset !important
}

.btn-gradient:after {
    display: none
}

.btn-gradient:before {
    background: linear-gradient(135deg, #23bdb8, #43e794);
    border-radius: 4px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover {
    background: linear-gradient(90deg, #ee0979, #ff6a00);
    box-shadow: unset !important;
    color: #fff
}

.btn-gradient:active:before,
.btn-gradient:focus:before,
.btn-gradient:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.btn-gradient .show>.btn-primary.dropdown-toggle,
.btn-gradient:not(:disabled):not(.disabled).active,
.btn-gradient:not(:disabled):not(.disabled):active {
    background: linear-gradient(90deg, #ee0979, #ff6a00);
    box-shadow: unset !important;
    color: #fff
}

.btn-gradient .show>.btn-primary.dropdown-toggle:before,
.btn-gradient:not(:disabled):not(.disabled).active:before,
.btn-gradient:not(:disabled):not(.disabled):active:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.btn-gradient.disabled,
.btn-gradient:disabled {
    background: linear-gradient(90deg, #ee0979, #ff6a00);
    box-shadow: unset !important;
    color: #fff
}

.btn-gradient.disabled:before,
.btn-gradient:disabled:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.agency-portfolio-main-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1
}

.agency-portfolio-main-banner.portfolio-banner-bg1 {
    background-image: url(../../static/ap-main-banner-img1-372a8134fc8574660542bb7fcb165cf3.html)
}

.agency-portfolio-main-banner.portfolio-banner-bg2 {
    background-image: url(../../static/ap-main-banner-img2-0da39aae9500ab255a3247f52d603de8.html)
}

.agency-portfolio-main-banner.portfolio-banner-bg3 {
    background-image: url(../../static/ap-main-banner-img3-924563b0930602396c1709e19cb54b49.html)
}

.portfolio-banner-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    max-width: 700px;
    text-align: center
}

.portfolio-banner-content .sub-title {
    color: #6084a4;
    display: block;
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.portfolio-banner-content h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px
}

.portfolio-banner-content p {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 490px
}

.portfolio-banner-content .btn {
    margin-top: 5px
}

.agency-portfolio-home-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-] {
    background-color: #e1e1e1;
    border-radius: 0;
    color: #0e314c;
    font-size: 30px;
    height: 50px;
    left: 40px;
    line-height: 55px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    width: 50px
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #008ac1;
    color: #fff
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 40px
}

.agency-portfolio-home-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.our-latest-projects {
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

.single-latest-projects {
    margin-bottom: 30px;
    position: relative
}

.single-latest-projects img {
    width: 100%
}

.single-latest-projects .link-btn {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.single-latest-projects .content {
    background-color: #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    left: -3%;
    margin-top: 20px;
    opacity: 0;
    padding: 25px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    visibility: hidden;
    z-index: 1
}

.single-latest-projects .content span {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase
}

.single-latest-projects .content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.single-latest-projects:hover .content {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.shorting-menu {
    text-align: right
}

.shorting-menu button {
    background-color: transparent;
    border: none;
    color: #848484;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    outline: 0;
    padding: 0;
    transition: .5s
}

.shorting-menu button.active,
.shorting-menu button:hover {
    color: #0e314c
}

.shorting-menu button:last-child {
    margin-right: 0
}

.agency-portfolio-about-area {
    background-color: #f4f4f4
}

.single-text-box {
    margin-bottom: 30px
}

.single-text-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 25px
}

.single-text-box .learn-more-btn {
    color: #365267;
    font-size: 14px;
    font-weight: 600
}

.single-text-box .learn-more-btn svg {
    margin-right: 3px;
    position: relative;
    top: -1px;
    width: 18px
}

.single-text-box .learn-more-btn:hover {
    color: #008ac1
}

.agency-portfolio-partner-area {
    background-color: #0e314c
}

.single-agency-portfolio-partner {
    text-align: center
}

.single-agency-portfolio-partner a {
    display: block
}

.single-agency-portfolio-partner a img {
    display: inline-block !important;
    width: auto !important
}

.creative-area {
    background-attachment: fixed;
    background-image: url(../../static/creative-bg-c440b0f2a60e4bd27f8fa126fa8e2e21.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px
}

.creative-area .container {
    position: relative
}

.creative-area .d-table-cell {
    vertical-align: bottom
}

.creative-inner-area {
    margin-left: auto;
    max-width: 600px
}

.creative-inner-area .single-counter {
    background-color: #0e314c;
    padding: 60px
}

.creative-inner-area .single-counter h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px
}

.creative-inner-area .single-counter h3 .odometer-formatting-mark {
    display: none
}

.creative-inner-area .single-counter p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0
}

.creative-inner-area .row {
    margin-left: 0;
    margin-right: 0
}

.creative-inner-area .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.creative-inner-area .col-lg-6:first-child .single-counter {
    background-color: #008ac1
}

.creative-inner-area .col-lg-6:nth-child(2) .single-counter {
    background-color: #0e314c
}

.footer-area {
    padding-top: 80px;
    position: relative;
    z-index: 1
}

.footer-area .map {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: .7;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: -1
}

.single-footer-widget.pl-5 {
    padding-left: 30px
}

.single-footer-widget .logo {
    margin-bottom: 20px
}

.single-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 30px
}

.single-footer-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.single-footer-widget ul.list li {
    margin-bottom: 10px
}

.single-footer-widget ul.list li a {
    color: #6084a4
}

.single-footer-widget ul.list li a:hover {
    color: #008ac1;
    padding-left: 7px
}

.single-footer-widget ul.list li:last-child {
    margin-bottom: 0
}

.single-footer-widget ul.footer-contact-info {
    margin-bottom: 20px
}

.single-footer-widget ul.footer-contact-info li {
    color: #6084a4;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative
}

.single-footer-widget ul.footer-contact-info li svg {
    left: 0;
    position: absolute;
    top: 0;
    width: 15px
}

.single-footer-widget ul.footer-contact-info li:last-child {
    margin-bottom: 0
}

.single-footer-widget ul.footer-contact-info li a {
    color: #6084a4
}

.single-footer-widget ul.footer-contact-info li a:hover {
    color: #008ac1
}

.single-footer-widget ul.social-links li {
    display: inline-block;
    margin-right: 8px
}

.single-footer-widget ul.social-links li:last-child {
    margin-right: 0
}

.single-footer-widget ul.social-links li a {
    border: 1px solid #008ac1;
    border-radius: 50%;
    color: #008ac1;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px
}

.single-footer-widget ul.social-links li a svg {
    width: 15px
}

.single-footer-widget ul.social-links li a.facebook {
    border-color: #4267b2;
    color: #4267b2
}

.single-footer-widget ul.social-links li a.facebook:hover {
    background: #4267b2;
    color: #fff
}

.single-footer-widget ul.social-links li a.twitter {
    border-color: #38a1f3;
    color: #38a1f3
}

.single-footer-widget ul.social-links li a.twitter:hover {
    background: #38a1f3;
    color: #fff
}

.single-footer-widget ul.social-links li a.linkedin {
    border-color: #0077b5;
    color: #0077b5
}

.single-footer-widget ul.social-links li a.linkedin:hover {
    background: #0077b5;
    color: #fff
}

.single-footer-widget ul.social-links li a.instagram {
    border-color: #231f20;
    color: #231f20
}

.single-footer-widget ul.social-links li a.instagram:hover {
    background: #231f20;
    color: #fff
}

.single-footer-widget ul.social-links li a:hover {
    background: #008ac1;
    color: #fff
}

.copyright-area {
    border-top: 1px solid #d8ebfd;
    margin-top: 80px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center
}

.copyright-area p a {
    font-weight: 500
}

.go-top {
    background-color: #c679e3;
    border-radius: 10px 0 0 10px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    line-height: 46px;
    position: fixed;
    right: -100%;
    text-align: center;
    transition: .5s;
    width: 45px;
    z-index: 1;
    z-index: 999
}

.go-top:hover {
    background: #008ac1;
    color: #fff
}

.go-top.active {
    right: 0
}

.main-text-area h1,
.main-text-area h2,
.main-text-area h3,
.main-text-area h4,
.main-text-area h5,
.main-text-area h6 {
    margin-bottom: 15px
}

.auth-form {
    border: 1px solid #edf2f9;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
    margin: auto;
    max-width: 500px;
    padding: 40px 30px;
    text-align: center;
    width: 100%
}

.auth-form .auth-head {
    margin-bottom: 15px
}

.auth-form .auth-head img {
    margin-bottom: 10px
}

.auth-form form .form-label {
    display: block;
    text-align: left
}

.auth-form form .btn {
    display: block;
    margin-top: 20px;
    padding: 12px 15px;
    width: 100%
}

.auth-form .foot {
    margin-top: 20px
}

.auth-form .foot ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.auth-form .foot ul li {
    display: inline-block
}

.auth-form .foot ul li a i,
.auth-form .foot ul li a svg {
    border: 1px solid #edf2f9;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
    padding: 5px;
    width: 35px
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 13px;
        padding: 13px 33px
    }
    .ptb-80 {
        padding-bottom: 50px;
        padding-top: 50px
    }
    .section-title {
        margin-bottom: 40px
    }
    .section-title h2 {
        font-size: 20px
    }
    .owl-theme .owl-dots {
        margin-top: 5px
    }
    .owl-theme .owl-dots .owl-dot span {
        height: 12px;
        margin: 0 3px;
        width: 12px
    }
    .main-banner {
        background-position: 50%;
        height: 100%;
        padding-bottom: 80px;
        padding-top: 150px
    }
    .main-banner .hero-content {
        margin-bottom: 45px;
        text-align: center
    }
    .main-banner .hero-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .main-banner .banner-image {
        text-align: center
    }
    .main-banner .banner-image img {
        display: none;
        position: relative
    }
    .main-banner .banner-image img:last-child {
        display: block;
        left: 0;
        margin: 0 auto;
        right: 0
    }
    .main-banner .banner-form {
        margin: 0 !important;
        padding: 30px 20px
    }
    .hosting-main-banner {
        height: 100%;
        padding-bottom: 75px;
        padding-top: 170px
    }
    .hosting-main-banner .hosting-banner-content {
        text-align: center
    }
    .hosting-main-banner .hosting-banner-content h1 {
        font-size: 25px
    }
    .hosting-main-banner .hosting-banner-content ul li {
        font-size: 13px;
        padding: 0
    }
    .hosting-main-banner .hosting-banner-content ul li:before {
        display: none
    }
    .hosting-main-banner .hosting-banner-content p {
        font-size: 16px;
        margin-bottom: 25px;
        margin-top: 20px
    }
    .hosting-main-banner .hosting-banner-image {
        margin-top: 50px;
        text-align: center
    }
    .hosting-main-banner .hosting-banner-image img {
        display: none
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(10) {
        display: block;
        position: relative
    }
    .shape1,
    .shape2,
    .shape3,
    .shape4,
    .shape5,
    .shape6,
    .shape7,
    .shape8,
    .shape9,
    .shape10 {
        display: none
    }
    .boxes-area {
        margin-top: 0;
        padding-bottom: 20px
    }
    .single-box {
        margin-bottom: 30px
    }
    .single-box h3 {
        font-size: 17px
    }
    .domain-search-content h2 {
        font-size: 20px
    }
    .domain-search-content form {
        border-radius: 0
    }
    .domain-search-content form .form-control {
        width: 75%
    }
    .domain-search-content form .domain-select {
        padding-right: 0;
        width: 25%
    }
    .domain-search-content form button {
        float: unset;
        height: unset;
        padding: 13px 40px;
        width: unset
    }
    .domain-search-content ul {
        display: block;
        margin-top: 15px
    }
    .domain-search-content ul li {
        display: inline-block;
        flex: unset;
        margin-top: 15px;
        padding: 0 15px
    }
    .why-choose-us-image {
        margin-bottom: 15px
    }
    .why-choose-us-image img {
        display: none
    }
    .why-choose-us-image img:last-child {
        display: inline-block
    }
    .single-why-choose-us {
        margin-top: 30px !important
    }
    .single-why-choose-us .icon i:before {
        font-size: 35px
    }
    .single-why-choose-us h3 {
        font-size: 17px
    }
    .services-content .box {
        margin-top: 20px
    }
    .services-right-image {
        margin-top: 45px;
        text-align: center
    }
    .services-right-image img {
        display: none;
        position: relative
    }
    .services-right-image img:last-child {
        display: inline-block
    }
    .services-right-image.single-right-image img.bg-image {
        display: none
    }
    .services-left-image {
        margin-bottom: 45px;
        text-align: center
    }
    .services-left-image img {
        display: none;
        position: relative
    }
    .services-left-image img:last-child {
        display: inline-block
    }
    .services-left-image.single-left-image img.bg-image {
        display: none
    }
    .single-services-box h3 {
        font-size: 17px
    }
    .single-features {
        padding-left: 20px
    }
    .single-features .icon {
        left: 0;
        margin-bottom: 25px;
        position: relative;
        top: 0
    }
    .single-features h3,
    .single-hosting-features h3 {
        font-size: 17px
    }
    .cta-content {
        margin-bottom: 25px;
        text-align: center
    }
    .cta-content h3 {
        font-size: 20px
    }
    .cta-right-content {
        text-align: center
    }
    .cta-right-content .buy-btn {
        display: block;
        margin-top: 20px;
        padding-left: 0;
        top: 0
    }
    .single-team {
        padding-bottom: 30px;
        padding-top: 30px
    }
    .single-team .team-content,
    .single-team .team-image {
        padding-left: 20px;
        padding-right: 20px
    }
    .single-team .team-content .team-info {
        margin-left: 10px;
        margin-right: 10px
    }
    .single-team .team-content .team-info h3 {
        font-size: 17px
    }
    .funfact {
        margin-bottom: 30px
    }
    .funfact h3 {
        font-size: 25px;
        margin-bottom: 3px
    }
    .contact-cta-box {
        margin: 20px 0 0;
        max-width: 100%;
        padding: 30px 20px;
        text-align: center
    }
    .contact-cta-box h3 {
        font-size: 17px
    }
    .contact-cta-box .btn {
        margin-top: 15px;
        position: relative;
        right: 0;
        top: 0
    }
    .single-works .icon {
        height: 38px;
        line-height: 36px;
        right: 10px;
        width: 38px
    }
    .single-works .icon svg {
        width: 15px
    }
    .single-works .works-content {
        padding: 15px
    }
    .single-works .works-content h3 {
        font-size: 17px
    }
    .single-works:hover .icon {
        top: 10px
    }
    .pricing-area {
        padding-bottom: 20px
    }
    .pricing-table {
        padding-bottom: 30px
    }
    .pricing-table .pricing-header h3 {
        font-size: 17px
    }
    .pricing-table .price {
        margin-bottom: 25px
    }
    .pricing-table .price span {
        font-size: 27px
    }
    .single-pricing-table {
        margin-bottom: 30px;
        padding: 25px 20px;
        text-align: center
    }
    .single-pricing-table .pricing-header h3 {
        font-size: 17px
    }
    .single-pricing-table .pricing-header i:before {
        font-size: 40px
    }
    .single-pricing-table .price span {
        font-size: 27px
    }
    .feedback-slides .client-feedback .single-feedback {
        margin-bottom: 30px;
        padding: 30px 20px;
        text-align: center
    }
    .feedback-slides .client-feedback .single-feedback .client-img {
        left: 0;
        margin-bottom: 20px;
        position: relative;
        top: 0
    }
    .feedback-slides .client-feedback .single-feedback h3 {
        font-size: 17px
    }
    .feedback-slides .client-feedback .single-feedback p {
        font-size: 14px
    }
    .feedback-slides .client-feedback .single-feedback:before {
        display: none
    }
    .feedback-slides .client-thumbnails {
        margin: 0
    }
    .feedback-slides .client-thumbnails .next-arrow {
        right: 0
    }
    .feedback-slides .client-thumbnails .prev-arrow {
        left: 0
    }
    .feedback-slides .client-thumbnails .next-arrow,
    .feedback-slides .client-thumbnails .prev-arrow {
        background: rgba(0, 0, 0, .55);
        border: none;
        color: #fff
    }
    .feedback-slides .client-thumbnails .item .img-fill img {
        width: 60px
    }
    .testimonials-slides {
        margin: 0;
        max-width: 100%
    }
    .testimonials-slides:after,
    .testimonials-slides:before {
        display: none
    }
    .testimonials-slides .client-info .image {
        padding-right: 15px
    }
    .testimonials-slides .client-info .title h3 {
        font-size: 17px
    }
    .testimonials-slides p {
        font-size: 14px
    }
    .single-feedback-item {
        padding: 40px 20px 90px
    }
    .single-feedback-item:before {
        font-size: 30px;
        left: 15px
    }
    .ready-to-talk {
        padding-bottom: 145px;
        padding-top: 50px
    }
    .ready-to-talk h3 {
        font-size: 20px
    }
    .ready-to-talk span {
        display: block;
        margin-top: 25px
    }
    .partner-section h5 {
        font-size: 17px;
        line-height: 23px
    }
    .partner-section .partner-inner {
        padding-left: 20px;
        padding-right: 20px
    }
    .blog-area .widget-area {
        margin-top: 30px
    }
    .widget-area {
        padding-left: 0
    }
    .single-blog-post .blog-post-content h3 {
        font-size: 17px
    }
    .single-blog-post .blog-image a img {
        width: 100%
    }
    .page-title-area {
        background-position: 50%;
        padding-bottom: 65px;
        padding-top: 150px
    }
    .page-title-area .shape8 {
        bottom: 20px;
        display: block;
        left: 15px;
        right: auto;
        top: auto
    }
    .page-title-area .shape7 {
        display: block;
        left: 15%;
        top: 29%
    }
    .about-image {
        margin-bottom: 45px
    }
    .about-inner-area {
        margin-top: 0
    }
    .about-inner-area .about-text {
        margin-top: 30px
    }
    .about-inner-area .about-text h3 {
        font-size: 17px
    }
    .project-details-desc h3 {
        font-size: 17px;
        margin-top: 0
    }
    .project-details-desc .project-details-information .single-info-box {
        float: left;
        margin-top: 20px;
        width: 50%
    }
    .project-details-desc .project-details-information .single-info-box h4 {
        font-size: 17px
    }
    .faq-accordion {
        box-shadow: unset;
        padding: 0
    }
    .faq-accordion .accordion .accordion-item .accordion-title {
        font-size: 15px
    }
    .faq-contact {
        padding: 30px 20px
    }
    .faq-contact h3 {
        font-size: 20px
    }
    .pagination-area {
        margin-top: 15px
    }
    .blog-details-desc .article-content h1,
    .blog-details-desc .article-content h2,
    .blog-details-desc .article-content h3 {
        font-size: 20px;
        line-height: 1.4
    }
    .blog-details-desc .article-content h4,
    .blog-details-desc .article-content h5 {
        font-size: 18px;
        line-height: 1.4
    }
    .blog-details-desc .article-footer {
        margin-top: 25px
    }
    .blog-details-desc .article-footer .article-tags a {
        margin-top: 5px
    }
    .blockquote,
    blockquote {
        padding: 20px !important
    }
    .blockquote p,
    blockquote p {
        font-size: 16px !important
    }
    .comments-area .comments-title {
        font-size: 17px
    }
    .comments-area .comment-author {
        font-size: 14px
    }
    .comments-area .comment-content p {
        font-size: 13px
    }
    .comments-area .comment-respond .comment-reply-title {
        font-size: 17px
    }
    .comments-area .comment-respond .comment-form-author {
        padding-right: 0;
        width: 100%
    }
    .comments-area .comment-respond .comment-form-email {
        padding-left: 0;
        width: 100%
    }
    .prev-link-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0
    }
    .prev-link-wrapper .prev-title {
        font-size: 14px
    }
    .prev-link-wrapper .meta-wrapper {
        font-size: 13px
    }
    .next-link-wrapper {
        flex: 0 0 100%;
        margin-top: 30px;
        max-width: 100%;
        padding-left: 0
    }
    .next-link-wrapper .next-title {
        font-size: 14px
    }
    .next-link-wrapper .meta-wrapper {
        font-size: 13px
    }
    .contact-info-area {
        padding-bottom: 20px
    }
    .contact-info-box {
        margin-bottom: 30px;
        padding: 30px 20px
    }
    .contact-info-box h3 {
        font-size: 17px
    }
    #contactForm {
        margin-top: 45px
    }
    .coming-soon-area {
        height: 100%;
        padding-bottom: 170px;
        padding-top: 170px
    }
    .coming-soon-area .social-list {
        bottom: 20px
    }
    .coming-soon-content h1 {
        font-size: 30px
    }
    .coming-soon-content p {
        font-size: 14px
    }
    .coming-soon-content form .submit-btn {
        border-radius: 40px;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, .1), 0 0 0 4px hsla(0, 0%, 100%, .3);
        font-size: 14px;
        height: 45px;
        margin-top: 18px;
        position: relative;
        right: 0;
        top: 0;
        width: 130px
    }
    .coming-soon-content #timer div {
        font-size: 30px;
        height: 100px;
        margin: 0 10px 25px;
        padding-top: 18px;
        width: 100px
    }
    .coming-soon-content #timer div span {
        font-size: 13px
    }
    .error-content {
        margin-top: 0
    }
    .error-content .notfound-404 {
        height: 95px;
        margin-bottom: 25px
    }
    .error-content .notfound-404 h1 {
        font-size: 75px
    }
    .error-content h3 {
        font-size: 19px;
        margin-bottom: 15px
    }
    .error-content p {
        font-size: 13px
    }
    .woocommerce-topbar {
        text-align: center
    }
    .woocommerce-topbar .woocommerce-result-count {
        margin-bottom: 10px
    }
    .woocommerce-topbar .woocommerce-topbar-ordering .form-select {
        font-size: 12px;
        height: 40px;
        text-align: center
    }
    .single-products .products-content h3 {
        font-size: 17px;
        margin-bottom: 10px
    }
    .single-products .products-content .add-to-cart-btn {
        font-size: 13px
    }
    #productsModalCenter {
        z-index: 999999
    }
    #productsModalCenter .modal-content button.close {
        z-index: 2
    }
    #productsModalCenter .modal-content .products-content {
        padding: 25px 10px;
        text-align: center
    }
    #productsModalCenter .modal-content .products-content h3 {
        font-size: 17px
    }
    .products-details {
        margin-top: 20px
    }
    .products-details h3 {
        font-size: 17px;
        margin-bottom: 10px
    }
    .products-details form button {
        padding: 0 13px
    }
    .products-details form .quantity {
        display: block;
        margin-bottom: 15px;
        padding-right: 0
    }
    .products-details form .quantity input {
        height: 45px
    }
    .products-details form .add-to-wishlist-btn {
        width: 40px
    }
    .products-details-tabs .react-tabs__tab-list li {
        display: block;
        margin-bottom: 2px
    }
    .cart-table table thead tr th {
        padding: 15px;
        white-space: nowrap
    }
    .cart-table table tbody tr td {
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap
    }
    .cart-table table tbody tr td.product-subtotal .remove {
        float: unset
    }
    .cart-buttons {
        text-align: center
    }
    .cart-buttons .continue-shopping-box {
        margin-bottom: 12px
    }
    .cart-buttons .text-right {
        text-align: center !important
    }
    .cart-totals {
        margin: 35px auto 0;
        padding: 20px
    }
    .cart-totals h3,
    .checkout-area .title {
        font-size: 17px
    }
    .billing-details {
        padding: 20px
    }
    .order-details {
        margin-top: 30px;
        padding: 20px
    }
    .widget-area {
        margin-top: 40px
    }
    .widget-area .widget .widget-title {
        font-size: 17px
    }
    .widget-area .widget_startp_posts_thumb .item .info .title {
        font-size: 14px
    }
    .widget-area .widget_archive ul li,
    .widget-area .widget_categories ul li,
    .widget-area .widget_meta ul li {
        font-size: 13px
    }
    .widget-area .tagcloud a {
        font-size: 13px !important
    }
    .services-details-desc h3 {
        font-size: 18px
    }
    .services-details-image {
        margin-bottom: 30px;
        order: 1
    }
    .services-details {
        order: 2
    }
    .services-details-area .separate {
        margin-top: 30px
    }
    .features-details-desc h3 {
        font-size: 18px
    }
    .features-details-image {
        margin-bottom: 30px;
        order: 1
    }
    .features-details {
        order: 2
    }
    .features-details-area .separate {
        margin-top: 30px
    }
    .repair-main-banner {
        padding-bottom: 85px;
        padding-top: 150px
    }
    .repair-banner-content {
        text-align: center
    }
    .repair-banner-content h1 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 17px
    }
    .repair-banner-image {
        margin-top: 60px
    }
    .repair-banner-image img:nth-child(2) {
        right: 0;
        top: 0
    }
    .repair-banner-image img:nth-child(3) {
        top: -35px
    }
    .repair-banner-image img:nth-child(4) {
        display: none
    }
    .repair-about-content {
        margin-bottom: 40px
    }
    .repair-about-content .sub-title {
        font-size: 14px
    }
    .repair-about-content h2 {
        font-size: 20px
    }
    .repair-about-content ul li {
        flex: 0 0 100%;
        margin-top: 15px;
        max-width: 100%
    }
    .repair-about-image {
        padding-bottom: 35px;
        padding-top: 35px;
        text-align: center
    }
    .repair-about-image img:nth-child(2) {
        position: relative;
        width: 250px
    }
    .repair-about-image img:nth-child(4),
    .repair-about-image img:nth-child(5) {
        display: none
    }
    .repair-services-area {
        padding-bottom: 20px
    }
    .single-repair-services {
        padding: 30px 20px
    }
    .single-repair-services h3 {
        font-size: 17px
    }
    .single-repair-services .icon {
        height: 65px;
        line-height: 65px;
        width: 65px
    }
    .single-repair-services .icon i:before {
        font-size: 25px
    }
    .repair-cta-area {
        padding-bottom: 50px;
        padding-top: 50px
    }
    .cta-repair-content {
        margin-bottom: 30px;
        text-align: center
    }
    .cta-repair-content h3 {
        font-size: 21px;
        margin-bottom: 17px
    }
    .cta-repair-content p {
        font-size: 13px
    }
    .cta-repair-img {
        text-align: center
    }
    .single-repair-feedback {
        border-radius: 5px;
        margin-bottom: 50px;
        padding: 20px
    }
    .single-repair-feedback:after {
        font-size: 30px;
        left: 10px
    }
    .single-repair-feedback .client-img {
        margin-bottom: 29px;
        padding-left: 85px;
        padding-top: 13px
    }
    .single-repair-feedback .client-img img {
        height: 70px;
        width: 70px
    }
    .single-repair-feedback .client-img span {
        margin-top: 5px
    }
    .single-repair-feedback .client-img h3 {
        font-size: 17px
    }
    .single-repair-feedback p {
        font-size: 14px
    }
    .single-repair-box {
        padding: 20px
    }
    .single-repair-box .icon {
        height: 75px;
        line-height: 75px;
        width: 75px
    }
    .single-repair-box .icon i:before {
        font-size: 25px
    }
    .single-repair-box .icon h3 {
        font-size: 17px
    }
    .single-repair-box .back-icon i:before {
        font-size: 170px
    }
    .iot-main-banner {
        padding-bottom: 80px;
        padding-top: 150px
    }
    .iot-banner-content {
        max-width: 100%;
        text-align: center
    }
    .iot-banner-content span {
        font-size: 14px
    }
    .iot-banner-content h2 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 17px
    }
    .iot-banner-image {
        margin-top: 50px;
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: unset;
        transform: unset
    }
    .iot-banner-image img:first-child {
        max-width: 100%
    }
    .iot-banner-image img:last-child {
        display: none
    }
    .animate-border span {
        left: 41%;
        top: 78%
    }
    .single-iot-services {
        padding: 30px 20px
    }
    .single-iot-services .icon {
        height: 65px;
        line-height: 65px;
        width: 65px
    }
    .single-iot-services .icon i:before {
        font-size: 25px
    }
    .single-iot-services h3 {
        font-size: 17px
    }
    .iot-cta-area {
        padding-bottom: 50px;
        padding-top: 50px
    }
    .cta-iot-content {
        margin-top: 35px;
        text-align: center
    }
    .cta-iot-content h3 {
        font-size: 20px;
        line-height: 1.5
    }
    .iot-features-content {
        margin-bottom: 30px;
        order: 1
    }
    .iot-features-content h3 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 15px
    }
    .iot-features-image {
        order: 2
    }
    .single-iot-box {
        padding: 20px
    }
    .single-iot-box .icon {
        height: 85px;
        line-height: 85px;
        width: 85px
    }
    .single-iot-box .icon img {
        width: 40px
    }
    .single-iot-box .icon i:before {
        font-size: 25px
    }
    .single-iot-box h3 {
        font-size: 17px;
        margin-bottom: 15px;
        margin-top: 20px
    }
    .ml-main-banner {
        background-position: 50%;
        padding-bottom: 140px;
        padding-top: 130px
    }
    .ml-main-banner .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .ml-banner-content {
        text-align: center
    }
    .ml-banner-content h1 {
        font-size: 25px;
        margin-bottom: 14px
    }
    .ml-banner-content p {
        font-size: 13px;
        max-width: 100%
    }
    .ml-banner-single-image {
        margin-top: 30px
    }
    .ml-main-section {
        background-position: 50%;
        padding-bottom: 140px;
        padding-top: 130px
    }
    .ml-main-section .ml-banner-content h1 {
        font-size: 25px
    }
    .ml-banner-image {
        height: auto;
        margin-top: 30px;
        text-align: center;
        top: 0
    }
    .ml-banner-image img {
        display: none;
        position: relative
    }
    .ml-banner-image img:nth-child(12) {
        display: inline-block
    }
    .ml-partner-area.mt-minus-top {
        margin-top: -125px
    }
    .solutions-area {
        padding-bottom: 20px
    }
    .single-solutions-box h3 {
        font-size: 17px
    }
    .single-solutions-box .learn-more-btn {
        font-size: 13px
    }
    .single-solutions-box .learn-more-btn svg {
        width: 15px
    }
    .section-title .sub-title {
        font-size: 12px;
        margin-bottom: 15px;
        padding: 4px 15px 3px
    }
    .ml-about-content {
        margin-top: 30px;
        max-width: 100%;
        text-align: center
    }
    .ml-about-content h2 {
        font-size: 20px
    }
    .ml-about-content .bar {
        margin-left: auto;
        margin-right: auto
    }
    .ml-services-area {
        padding-bottom: 20px
    }
    .single-ml-services-box {
        padding: 25px 20px
    }
    .single-ml-services-box h3 {
        font-size: 17px
    }
    .ml-projects-area {
        padding-bottom: 20px
    }
    .ml-projects-area .section-title {
        max-width: 100%;
        text-align: center
    }
    .ml-projects-area .section-title h2 {
        max-width: 100%
    }
    .ml-projects-area .section-title .bar {
        margin-left: auto;
        margin-right: auto
    }
    .ml-projects-slides.owl-theme .owl-dots {
        margin-bottom: 30px;
        margin-top: 10px;
        position: relative;
        right: 0;
        top: 0
    }
    .ml-projects-slides.owl-theme .owl-dots:before {
        display: none
    }
    .pricing-tab .tabs {
        margin-bottom: 30px
    }
    .pricing-tab .tabs li {
        font-size: 14px;
        padding: 10px 25px 9.5px
    }
    .pricing-box {
        padding: 25px
    }
    .pricing-box .pricing-header h3 {
        font-size: 18px
    }
    .pricing-box .price {
        font-size: 25px;
        margin-bottom: 15px;
        margin-top: 15px
    }
    .pricing-box .pricing-features {
        padding-left: 0;
        padding-right: 0
    }
    .pricing-box .pricing-features li {
        font-size: 13px;
        padding-left: 24px
    }
    .pricing-box .pricing-features li svg {
        width: 17px
    }
    .ml-feedback-slides {
        margin: -40px 0 0;
        max-width: 100%
    }
    .ml-feedback-slides.owl-theme .owl-item {
        padding-left: 0;
        padding-right: 0
    }
    .single-ml-feedback-item {
        padding: 20px;
        text-align: center
    }
    .single-ml-feedback-item .client-info {
        left: 0;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
        top: 0;
        -webkit-transform: unset;
        transform: unset
    }
    .single-ml-feedback-item .client-info h3 {
        font-size: 17px
    }
    .single-ml-feedback-item p {
        font-size: 13px
    }
    .single-ml-feedback-item:after {
        margin-left: 20px;
        margin-right: 20px
    }
    .single-blog-post-box .entry-post-content h3 {
        font-size: 17px
    }
    .single-blog-post-box .entry-post-content .learn-more-btn {
        font-size: 13px
    }
    .funfacts-area .section-title h2 {
        line-height: 30px
    }
    .free-trial-area {
        padding-bottom: 50px
    }
    .free-trial-area:before {
        display: none
    }
    .free-trial-content {
        margin-top: 30px;
        max-width: 100%;
        text-align: center
    }
    .free-trial-content h2 {
        font-size: 20px
    }
    .free-trial-content form {
        margin-top: 20px
    }
    .free-trial-content form .input-newsletter {
        width: 100%
    }
    .free-trial-content form button {
        border-radius: 30px;
        font-size: 15px;
        margin-top: 15px;
        position: relative
    }
    .agency-main-banner {
        padding-top: 120px
    }
    .agency-main-banner .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .agency-banner-content {
        margin-bottom: 30px;
        margin-left: 0;
        max-width: 100%;
        text-align: center
    }
    .agency-banner-content .sub-title {
        font-size: 13px
    }
    .agency-banner-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px
    }
    .agency-banner-content p {
        font-size: 14px;
        max-width: 100%
    }
    .solutions-box {
        margin-bottom: 40px
    }
    .solutions-box .icon {
        margin-bottom: 20px;
        padding-left: 15px
    }
    .solutions-box .icon i {
        font-size: 40px
    }
    .solutions-box .icon img {
        width: 80px
    }
    .solutions-box h3 {
        font-size: 17px
    }
    .solutions-box .learn-more-btn {
        font-size: 13px
    }
    .agency-about-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .agency-about-img {
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center
    }
    .agency-about-content {
        margin-top: 30px;
        max-width: 100%;
        text-align: center
    }
    .agency-about-content h2 {
        font-size: 20px
    }
    .agency-about-content .bar {
        margin-left: auto;
        margin-right: auto
    }
    .agency-services-box .content {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -20px;
        padding: 20px
    }
    .agency-services-box .content h3 {
        font-size: 17px
    }
    .agency-services-box:hover .content h3 {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .agency-services-box:hover .content .read-more-btn,
    .user-shape1,
    .user-shape2,
    .user-shape3,
    .user-shape4,
    .user-shape5,
    .user-shape6 {
        display: none
    }
    .single-testimonials-item {
        padding: 64px 20px 20px;
        text-align: center
    }
    .single-testimonials-item p {
        font-size: 13px
    }
    .single-testimonials-item:before {
        font-size: 35px;
        top: 8px
    }
    .single-testimonials-item .client-info {
        margin-top: 20px;
        max-width: 200px
    }
    .single-testimonials-item .client-info .rating svg {
        width: 14px
    }
    .single-testimonials-item .client-info span {
        font-size: 12px
    }
    .single-testimonials-item .client-info h3 {
        font-size: 15px;
        margin-top: 5px
    }
    .single-blog-post-item .post-content {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -20px;
        padding: 25px
    }
    .single-blog-post-item .post-content h3 {
        font-size: 17px;
        line-height: 25px
    }
    .agency-cta-content h2 {
        font-size: 20px;
        margin-bottom: 25px
    }
    .agency-portfolio-main-banner {
        height: 100%;
        padding-bottom: 120px;
        padding-top: 150px
    }
    .portfolio-banner-content {
        margin-top: 0;
        max-width: 100%;
        text-align: center
    }
    .portfolio-banner-content .sub-title {
        font-size: 14px
    }
    .portfolio-banner-content h1 {
        font-size: 25px;
        margin-bottom: 12px
    }
    .portfolio-banner-content p {
        font-size: 13px;
        max-width: 100%
    }
    .agency-portfolio-home-slides.owl-theme .owl-nav {
        opacity: 1;
        visibility: visible
    }
    .agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-] {
        bottom: 15px;
        font-size: 22px;
        height: 35px;
        left: 15px;
        line-height: 35px;
        top: auto;
        -webkit-transform: unset;
        transform: unset;
        width: 35px
    }
    .agency-portfolio-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 15px
    }
    .section-title.text-left {
        text-align: center !important
    }
    .section-title.text-left p {
        margin-left: auto;
        margin-right: auto
    }
    .shorting-menu {
        margin-bottom: 25px;
        text-align: center
    }
    .shorting-menu button {
        margin-bottom: 5px;
        margin-left: 6px;
        margin-right: 6px
    }
    .shorting-menu button:first-child {
        margin-left: 0
    }
    .our-latest-projects {
        padding-bottom: 20px
    }
    .single-latest-projects .content {
        left: 5%
    }
    .single-latest-projects .content h3 {
        font-size: 17px
    }
    .single-latest-projects .content span {
        font-size: 12px
    }
    .agency-portfolio-about-area {
        padding-bottom: 20px
    }
    .single-text-box {
        text-align: center
    }
    .single-text-box h3 {
        font-size: 17px
    }
    .agency-portfolio-feedback-slides {
        max-width: 100%
    }
    .agency-portfolio-feedback-item p {
        font-size: 14px
    }
    .single-blog-item .post-content h3 {
        font-size: 17px;
        line-height: 28px
    }
    .creative-inner-area .single-counter {
        padding: 30px;
        text-align: center
    }
    .creative-inner-area .single-counter h3 {
        font-size: 26px
    }
    .creative-inner-area .single-counter p {
        font-size: 14px
    }
    .footer-area {
        padding-top: 50px
    }
    .single-footer-widget {
        margin-bottom: 30px;
        padding: 0 !important
    }
    .single-footer-widget h3 {
        font-size: 17px;
        margin-bottom: 20px
    }
    .copyright-area {
        margin-top: 20px;
        padding-bottom: 20px;
        padding-top: 20px
    }
    .navbar-color-white#header.headroom {
        border-color: #4a4545
    }
    .bigdata-analytics-banner {
        padding-bottom: 20px;
        padding-top: 170px
    }
    .bigdata-analytics-content {
        max-width: 100%;
        text-align: center
    }
    .bigdata-analytics-content h1 {
        font-size: 27px;
        margin-bottom: 20px
    }
    .bigdata-analytics-content p {
        font-size: 14px;
        max-width: 100%
    }
    .bigdata-analytics-content .btn {
        margin-top: 10px
    }
    .banner-boxes-area {
        margin-top: 100px
    }
    .single-banner-boxes {
        padding: 20px 20px 20px 85px
    }
    .single-banner-boxes h3 {
        font-size: 17px;
        margin-bottom: 10px
    }
    .single-banner-boxes .icon {
        height: 50px;
        left: 15px;
        line-height: 50px;
        top: 20px;
        width: 50px
    }
    .single-what-we-do-box {
        padding-left: 70px
    }
    .single-what-we-do-box .icon {
        height: 50px;
        width: 50px
    }
    .single-what-we-do-box .icon i:before {
        font-size: 30px
    }
    .single-what-we-do-box h3 {
        font-size: 17px;
        margin-bottom: 9px
    }
    .discover-image {
        margin-right: 0;
        padding-bottom: 0;
        padding-right: 0
    }
    .discover-image img {
        width: 100%
    }
    .discover-image img:nth-child(2) {
        margin-top: 20px;
        position: relative
    }
    .discover-content {
        margin-top: 30px;
        padding-left: 0;
        text-align: center
    }
    .discover-content h2 {
        font-size: 20px
    }
    .analytics-shape1 {
        display: none
    }
    .single-services-box-item {
        padding: 70px 20px 50px
    }
    .single-services-box-item .icon {
        height: 65px;
        width: 65px
    }
    .single-services-box-item .icon img {
        max-width: 40px
    }
    .single-services-box-item h3 {
        font-size: 17px
    }
    .repair-team-area .container {
        max-width: 100%
    }
    .single-funfact {
        margin-bottom: 30px;
        padding: 20px
    }
    .single-funfact h3 {
        font-size: 30px;
        line-height: 1
    }
    .single-feedback-box {
        margin-left: 15px;
        margin-top: 15px
    }
    .single-feedback-box .client-info h3 {
        font-size: 16px
    }
    .single-feedback-box .feedback-desc {
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px
    }
    .single-feedback-box:before {
        font-size: 25px;
        height: 50px;
        left: -15px;
        line-height: 50px;
        top: -15px;
        width: 50px
    }
    .industries-serve-area {
        padding-bottom: 20px
    }
    .single-industries-serve-box {
        font-size: 14px;
        padding: 15px 8px;
        text-align: center
    }
    .single-industries-serve-box .icon {
        font-size: 30px;
        left: 0;
        line-height: 1;
        margin-bottom: 8px;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .newsletter-area {
        padding-bottom: 50px
    }
    .newsletter-area:before {
        display: none
    }
    .newsletter-area .container-fluid {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
    .newsletter-content {
        max-width: 100%;
        padding: 20px;
        text-align: center
    }
    .newsletter-content:before {
        display: block
    }
    .newsletter-content h2 {
        font-size: 20px
    }
    .newsletter-content .newsletter-form {
        padding-right: 0
    }
    .newsletter-content .newsletter-form .input-newsletter {
        font-size: 12px;
        height: 45px;
        padding-left: 15px
    }
    .newsletter-content .newsletter-form button {
        display: block;
        font-size: 13px;
        height: auto;
        line-height: normal;
        margin-top: 15px;
        padding: 14px 30px 12px;
        position: relative;
        width: 100%
    }
    .newsletter-content p {
        max-width: 100%
    }
    #header.headroom {
        background-color: #fff
    }
    .startp-nav nav .navbar-collapse {
        margin-top: 10px;
        max-height: 70vh;
        overflow-y: scroll
    }
    .startp-nav nav .navbar-collapse::-webkit-scrollbar {
        width: 8px
    }
    .startp-nav nav .navbar-collapse::-webkit-scrollbar-track {
        background: #f1f1f1
    }
    .startp-nav nav .navbar-collapse::-webkit-scrollbar-thumb {
        background: #a5a2a2;
        border-radius: 30px
    }
    .startp-nav nav .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background: #555
    }
    .startp-nav nav .navbar-nav .nav-item {
        padding: 5px 0
    }
    .startp-nav nav .navbar-nav .nav-item>a {
        margin: 0 0 5px
    }
    .startp-nav nav .navbar-nav .nav-item>a i,
    .startp-nav nav .navbar-nav .nav-item>a svg {
        display: none
    }
    .startp-nav nav .navbar-nav .nav-item .dropdown-menu {
        border: 1px solid #f3f3f3;
        opacity: 1;
        padding: 10px 0;
        position: relative;
        top: 0 !important;
        visibility: visible;
        width: 95%
    }
    .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a {
        padding: 6px 15px
    }
    .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        border: 1px solid #f3f3f3;
        left: 15px;
        opacity: 1 !important;
        padding: 10px 0;
        position: relative;
        top: 0 !important;
        visibility: visible !important;
        width: 90%
    }
    .startp-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        top: 0 !important
    }
    .startp-nav nav .others-option {
        position: absolute;
        right: 45px;
        top: 6px
    }
    .startp-nav nav .others-option .btn.btn-light {
        border: 1px dashed #cdf1d8;
        display: none
    }
    .startp-nav nav .others-option .btn,
    .startp-nav nav .others-option .btn.btn-light {
        font-size: 10px;
        margin-right: 5px;
        padding: 6px 12px
    }
    .startp-nav nav .others-option .cart-wrapper-btn {
        margin-right: 25px
    }
    .pt-80 {
        padding-top: 50px
    }
    .pb-50 {
        padding-bottom: 20px
    }
    .go-top {
        height: 35px;
        line-height: 30px;
        width: 35px
    }
    .go-top svg {
        width: 18px
    }
    .pb-80 {
        padding-bottom: 50px
    }
    .navbar-style-three .startp-nav {
        padding-left: 0;
        padding-right: 0
    }
    #header.headroom.navbar-style-four {
        background-color: #0e314c
    }
    #header.headroom.navbar-style-four .navbar-toggler .icon-bar {
        background: #fff
    }
    .single-footer-widget.pl-5 {
        padding-left: 0
    }
    .pricing-table {
        text-align: center
    }
    .pricing-table .pricing-header {
        padding: 20px 25px
    }
    .pricing-table .content {
        padding: 0 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .startp-nav nav .others-option .btn.btn-light {
        display: inline-block
    }
    .repair-about-content ul li {
        flex: 0 0 50%;
        max-width: 50%
    }
    .single-feedback-item:before,
    .single-repair-feedback:after {
        font-size: 65px
    }
    .woocommerce-topbar {
        text-align: left
    }
    .woocommerce-topbar .woocommerce-result-count {
        margin-bottom: 0
    }
    #productsModalCenter .modal-content .products-content {
        text-align: left
    }
    .products-details form .quantity {
        display: inline-block;
        margin-bottom: 0;
        padding-right: 10px
    }
    .cart-buttons {
        text-align: left
    }
    .cart-buttons .text-right {
        text-align: right !important
    }
    .cart-buttons .continue-shopping-box {
        margin-bottom: 0
    }
    .iot-why-choose-us:before,
    .repair-why-choose-us:before {
        height: 45%
    }
    .about-area .container-fluid,
    .free-trial-area .container-fluid,
    .ml-main-banner .container-fluid {
        max-width: 540px
    }
    .free-trial-content form button {
        border-radius: 0 30px 30px 0;
        margin-top: 0;
        position: absolute
    }
    .agency-about-area .container-fluid,
    .agency-main-banner .container-fluid,
    .repair-team-area .container {
        max-width: 540px
    }
    .single-banner-boxes {
        padding: 20px
    }
    .single-banner-boxes .icon {
        left: 0;
        margin-bottom: 20px;
        position: relative;
        top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-banner {
        height: 100%;
        padding-bottom: 165px;
        padding-top: 185px
    }
    .main-banner .hero-content {
        text-align: center
    }
    .main-banner .banner-image {
        margin-top: 45px;
        text-align: center
    }
    .main-banner .banner-image img {
        display: none;
        position: relative
    }
    .main-banner .banner-image img:last-child {
        display: block
    }
    .main-banner .hero-content h1 {
        font-size: 30px;
        margin-bottom: 15px
    }
    .main-banner .banner-form {
        margin: 45px 0 !important;
        padding: 50px
    }
    .hosting-main-banner {
        height: 100%;
        padding-bottom: 165px;
        padding-top: 185px
    }
    .hosting-main-banner .hosting-banner-content {
        text-align: center
    }
    .hosting-main-banner .hosting-banner-content h1 {
        font-size: 30px
    }
    .hosting-main-banner .hosting-banner-content ul li {
        padding: 0
    }
    .hosting-main-banner .hosting-banner-content ul li:before {
        display: none
    }
    .hosting-main-banner .hosting-banner-content p {
        font-size: 16px
    }
    .hosting-main-banner .hosting-banner-image {
        margin-top: 50px
    }
    .hosting-main-banner .hosting-banner-image img {
        display: none;
        position: relative
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(10) {
        display: block;
        left: 0;
        margin: 0 auto;
        right: 0
    }
    .shape1,
    .shape2,
    .shape3,
    .shape4,
    .shape5,
    .shape7 {
        display: none
    }
    .section-title h2 {
        font-size: 25px
    }
    .boxes-area {
        margin-top: -65px;
        padding-bottom: 50px
    }
    .single-box {
        margin-bottom: 30px
    }
    .why-choose-us-image {
        margin-bottom: 65px
    }
    .why-choose-us-image img {
        display: none
    }
    .why-choose-us-image img:nth-child(3) {
        display: block
    }
    .why-choose-us-image img:last-child {
        display: block;
        left: 0;
        margin: 0 auto;
        right: 0
    }
    .services-right-image {
        margin-top: 45px;
        text-align: center
    }
    .services-right-image img {
        display: none;
        position: relative
    }
    .services-right-image img:last-child {
        display: block;
        left: 0;
        margin: 0 auto;
        right: 0
    }
    .services-right-image.single-right-image img.bg-image {
        display: none
    }
    .services-left-image {
        margin-bottom: 45px;
        text-align: center
    }
    .services-left-image img {
        display: none;
        position: relative
    }
    .services-left-image img:last-child {
        display: block;
        left: 0;
        margin: 0 auto;
        right: 0
    }
    .services-left-image.single-left-image img.bg-image {
        display: none
    }
    .single-features {
        padding-left: 20px
    }
    .single-features .icon {
        left: 0;
        margin-bottom: 25px;
        position: relative;
        top: 0
    }
    .about-image {
        margin-bottom: 45px
    }
    .about-inner-area,
    .about-inner-area .about-text {
        margin-top: 30px
    }
    .single-feedback-item {
        padding: 40px 80px 90px
    }
    .cta-content h3 {
        line-height: 1.5
    }
    .pricing-area {
        padding-bottom: 50px
    }
    .single-pricing-table {
        margin-bottom: 30px
    }
    .page-title-area {
        padding-bottom: 50px;
        padding-top: 130px
    }
    .page-title-area .shape8 {
        bottom: 20px;
        left: 20px;
        right: auto;
        top: auto
    }
    .project-details-desc .project-details-information .single-info-box {
        width: 33.3333%
    }
    .contact-info-area {
        padding-bottom: 50px
    }
    .contact-info-box {
        margin-bottom: 30px
    }
    #contactForm {
        margin-top: 45px
    }
    .coming-soon-content h1 {
        font-size: 35px
    }
    .coming-soon-content p {
        font-size: 15px
    }
    .coming-soon-content #timer div {
        font-size: 30px;
        padding-top: 20px
    }
    .coming-soon-content #timer div span {
        font-size: 14px
    }
    .error-content .notfound-404 {
        height: 205px
    }
    .error-content .notfound-404 h1 {
        font-size: 170px
    }
    .products-details {
        margin-top: 25px
    }
    .services-details {
        order: 2
    }
    .services-details-image {
        margin-bottom: 40px;
        order: 1
    }
    .services-details-area .separate {
        margin-top: 40px
    }
    .features-details {
        order: 2
    }
    .features-details-image {
        margin-bottom: 40px;
        order: 1
    }
    .features-details-area .separate {
        margin-top: 40px
    }
    .repair-main-banner {
        padding-top: 155px
    }
    .repair-banner-content {
        margin-bottom: 115px;
        text-align: center
    }
    .repair-banner-content h1 {
        font-size: 30px;
        margin-bottom: 18px
    }
    .repair-banner-image img:nth-child(4) {
        left: 0;
        margin: 0 auto;
        top: -40px
    }
    .repair-about-content {
        margin-bottom: 45px
    }
    .repair-about-image {
        padding: 35px 0;
        text-align: center
    }
    .repair-about-image img:nth-child(2) {
        position: relative
    }
    .repair-about-image img:nth-child(4),
    .repair-about-image img:nth-child(5) {
        display: none
    }
    .repair-cta-area {
        padding-top: 80px
    }
    .cta-repair-content {
        margin-bottom: 30px
    }
    .repair-why-choose-us:before {
        height: 40%
    }
    .iot-main-banner {
        padding-bottom: 100px;
        padding-top: 190px
    }
    .iot-banner-content span {
        font-size: 14px
    }
    .iot-banner-content h2 {
        font-size: 30px
    }
    .iot-banner-image {
        margin-top: 80px;
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: unset;
        transform: unset
    }
    .iot-banner-image img:first-child {
        max-width: 100%
    }
    .animate-border span {
        left: 42%;
        top: 70%
    }
    .iot-cta-area {
        padding-bottom: 80px;
        padding-top: 80px
    }
    .cta-iot-content {
        margin-top: 40px;
        text-align: center
    }
    .iot-features-content {
        order: 1
    }
    .iot-features-image {
        margin-top: 40px;
        order: 2
    }
    .iot-why-choose-us:before {
        height: 40%
    }
    .blog-area .widget-area {
        margin-top: 30px
    }
    .widget-area {
        margin-top: 40px
    }
    .single-footer-widget {
        margin-bottom: 30px
    }
    .copyright-area {
        margin-top: 50px
    }
    .ml-main-banner {
        background-position: 50%;
        padding-top: 150px
    }
    .ml-main-banner .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px
    }
    .ml-banner-single-image {
        margin-top: 30px
    }
    .ml-banner-content {
        text-align: center
    }
    .ml-banner-content h1 {
        font-size: 30px
    }
    .ml-banner-content p {
        font-size: 14px;
        max-width: 100%
    }
    .ml-main-section {
        background-position: 50%;
        padding-bottom: 140px;
        padding-top: 150px
    }
    .ml-main-section .ml-banner-content h1 {
        font-size: 30px
    }
    .ml-banner-image {
        height: auto;
        margin-top: 30px;
        text-align: center;
        top: 0
    }
    .ml-banner-image img {
        display: none;
        position: relative
    }
    .ml-banner-image img:nth-child(12) {
        display: inline-block
    }
    .ml-partner-area.mt-minus-top {
        margin-top: -120px
    }
    .about-area .container-fluid {
        max-width: 720px
    }
    .ml-about-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 620px;
        text-align: center
    }
    .ml-about-content h2 {
        font-size: 25px
    }
    .ml-about-content .bar {
        margin-left: auto;
        margin-right: auto
    }
    .ml-projects-slides.owl-theme .owl-dots {
        right: 2.5%
    }
    .ml-projects-slides.owl-theme .owl-dots:before {
        left: -8px
    }
    .free-trial-area {
        padding-bottom: 80px
    }
    .free-trial-area .container-fluid {
        max-width: 720px
    }
    .free-trial-area:before {
        display: none
    }
    .free-trial-content {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        text-align: center
    }
    .free-trial-content h2 {
        font-size: 25px
    }
    .free-trial-content form {
        margin-top: 20px
    }
    .agency-main-banner {
        padding-top: 120px
    }
    .agency-main-banner .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px
    }
    .agency-main-banner .shape8 {
        display: none
    }
    .agency-banner-content {
        margin-bottom: 30px;
        margin-left: 0;
        max-width: 100%;
        text-align: center
    }
    .agency-banner-content .sub-title {
        font-size: 14px
    }
    .agency-banner-content h1 {
        font-size: 35px;
        line-height: 32px;
        margin-bottom: 12px
    }
    .agency-banner-content p {
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%
    }
    .agency-about-area .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px
    }
    .agency-about-img {
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center
    }
    .agency-about-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
        text-align: center
    }
    .agency-about-content h2 {
        font-size: 25px
    }
    .agency-about-content .bar {
        margin-left: auto;
        margin-right: auto
    }
    .shape9,
    .user-shape1,
    .user-shape2,
    .user-shape3,
    .user-shape4,
    .user-shape5,
    .user-shape6 {
        display: none
    }
    .agency-portfolio-main-banner {
        height: 100%;
        padding-bottom: 150px;
        padding-top: 200px
    }
    .portfolio-banner-content {
        margin-top: 0;
        text-align: center
    }
    .portfolio-banner-content .sub-title {
        font-size: 15px
    }
    .portfolio-banner-content h1 {
        font-size: 30px
    }
    .portfolio-banner-content p {
        font-size: 14px
    }
    .our-latest-projects .section-title {
        margin-bottom: 40px
    }
    .section-title.text-left {
        text-align: center !important
    }
    .section-title.text-left p {
        margin-left: auto;
        margin-right: auto
    }
    .shorting-menu {
        margin-bottom: 30px;
        text-align: center
    }
    .navbar-color-white#header.headroom {
        border-color: #4a4545
    }
    .bigdata-analytics-banner {
        padding-top: 230px
    }
    .bigdata-analytics-content {
        max-width: 530px
    }
    .bigdata-analytics-content h1 {
        font-size: 40px
    }
    .banner-boxes-area {
        margin-top: 200px
    }
    .discover-image {
        margin-right: 0
    }
    .discover-content {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        max-width: 540px;
        padding-left: 0;
        text-align: center
    }
    .single-services-box-item {
        padding: 80px 30px 60px
    }
    .repair-team-area .container {
        max-width: 720px
    }
    .single-funfact {
        padding: 20px
    }
    .newsletter-area {
        padding-bottom: 80px
    }
    .newsletter-area:before {
        display: none
    }
    .newsletter-area .container-fluid {
        max-width: 720px
    }
    .newsletter-content {
        max-width: 100%;
        padding: 40px;
        text-align: center
    }
    .newsletter-content:before {
        display: block
    }
    .newsletter-content .newsletter-form {
        margin-left: auto;
        margin-right: auto;
        max-width: 540px
    }
    .newsletter-content p {
        margin-left: auto;
        margin-right: auto
    }
    #header.headroom {
        padding: 10px 0
    }
    #header.headroom.is-sticky {
        padding-bottom: 10px;
        padding-top: 10px
    }
    .startp-nav nav .navbar-nav .nav-item a {
        font-size: 14px;
        margin-left: 6px;
        margin-right: 6px
    }
    .startp-nav nav .navbar-nav .nav-item .dropdown-menu {
        width: 200px
    }
    .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 13.5px;
        padding: 6px 15px
    }
    .startp-nav nav .others-option .btn.btn-light {
        border: 1px dashed #cdf1d8;
        display: none
    }
    .startp-nav nav .others-option .btn,
    .startp-nav nav .others-option .btn.btn-light {
        font-size: 10px;
        margin-right: 5px;
        padding: 6px 12px
    }
    .startp-nav nav .others-option .cart-wrapper-btn {
        margin-right: 25px
    }
    .iot-banner-content {
        max-width: 100%
    }
    .feedback-slides .client-thumbnails .item .img-fill img {
        width: 55px
    }
    .single-footer-widget.pl-5,
    .widget-area {
        padding-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-banner .hero-content h1 {
        font-size: 35px
    }
    .main-banner .banner-image img:first-child {
        left: -120px;
        top: -140px
    }
    .main-banner .banner-image img:nth-child(2) {
        right: 160px;
        top: -286px
    }
    .main-banner .banner-image img:nth-child(3) {
        left: -30px;
        top: -15px
    }
    .main-banner .banner-image img:nth-child(4) {
        right: 15%;
        top: 105px
    }
    .main-banner .banner-image img:nth-child(5) {
        left: 15%;
        top: -120px
    }
    .main-banner .banner-image img:nth-child(6) {
        right: 37%;
        top: -160px
    }
    .main-banner .banner-image img:nth-child(7) {
        right: 20px;
        top: -110px
    }
    .main-banner .banner-image img:nth-child(8) {
        right: 25px;
        top: -140px
    }
    .main-banner .banner-image img:nth-child(9) {
        right: 28%;
        top: -25px
    }
    .main-banner .banner-image img:nth-child(10) {
        left: 29%;
        top: -35px
    }
    .main-banner .banner-image img:nth-child(11) {
        left: 26%;
        top: -160px
    }
    .main-banner .banner-image img:nth-child(12) {
        left: 15px;
        top: -110px
    }
    .main-banner .banner-image img:nth-child(13) {
        left: 50%;
        top: -18px
    }
    .main-banner .banner-image img:nth-child(14) {
        right: 98px;
        top: -20px
    }
    .hosting-main-banner .hosting-banner-content h1 {
        font-size: 35px
    }
    .hosting-main-banner .hosting-banner-image img:first-child {
        top: -85px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(2) {
        left: 30px;
        top: 175px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(3) {
        right: 30px;
        top: 170px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(4) {
        left: 18%;
        top: -23px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(5) {
        right: 0;
        top: -115px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(6) {
        left: 2%;
        top: -173px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(7) {
        left: -73px;
        top: -244px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(8) {
        left: 11%;
        top: -200px
    }
    .hosting-main-banner .hosting-banner-image img:nth-child(9) {
        left: 0;
        top: 40px
    }
    .shape1 {
        display: none
    }
    .startp-nav nav .navbar-nav .nav-item a {
        margin-left: 10px;
        margin-right: 10px
    }
    .navbar-style-three .startp-nav {
        padding-left: 0;
        padding-right: 0
    }
    .services-left-image.single-left-image img:first-child,
    .services-right-image.single-right-image img:first-child {
        top: -30px
    }
    .repair-main-banner {
        padding-bottom: 110px;
        padding-top: 185px
    }
    .repair-banner-image img:nth-child(4) {
        display: none
    }
    .repair-banner-image img:nth-child(3) {
        top: -35px
    }
    .repair-banner-image img:nth-child(2) {
        top: -30px
    }
    .repair-team-area .single-team .team-content {
        padding-left: 0;
        padding-right: 0
    }
    .iot-main-banner {
        padding-bottom: 120px;
        padding-top: 200px
    }
    .iot-banner-image img:first-child {
        max-width: 470px
    }
    .iot-banner-image img:last-child {
        top: -10px
    }
    .iot-team-area .single-team .team-content {
        padding-left: 0;
        padding-right: 0
    }
    .ml-projects-slides.owl-theme .owl-dots {
        right: 4.5%
    }
    .ml-main-section {
        padding-bottom: 140px;
        padding-top: 130px
    }
    .ml-main-section .ml-banner-content h1 {
        font-size: 40px
    }
    .ml-main-section .row {
        align-items: center !important
    }
    .ml-banner-image {
        height: auto;
        text-align: center;
        top: 0
    }
    .ml-banner-image img {
        display: none;
        position: relative
    }
    .ml-banner-image img:nth-child(12) {
        display: inline-block
    }
    .agency-banner-content {
        max-width: 465px;
        position: relative;
        top: 50px
    }
    .agency-banner-content h1 {
        font-size: 40px
    }
    .agency-about-img {
        padding-right: 30px
    }
    .agency-about-content {
        max-width: 475px
    }
    .single-banner-boxes {
        padding-left: 83px;
        padding-right: 15px
    }
    .single-banner-boxes .icon {
        height: 50px;
        left: 15px;
        line-height: 50px;
        width: 50px
    }
    .single-services-box-item {
        padding: 80px 25px 60px
    }
    .newsletter-content {
        max-width: 465px
    }
    .startp-nav nav .others-option .btn,
    .startp-nav nav .others-option .btn.btn-light {
        font-size: 13px;
        padding: 8px 20px
    }
    .startp-nav nav .others-option .btn.btn-light {
        padding: 6px 20px !important
    }
    .single-box {
        padding: 20px
    }
    .single-box h3 {
        font-size: 17px
    }
    .services-content .box {
        font-size: 13px;
        padding: 15px 8px 15px 30px
    }
    .services-content .box svg {
        left: 8px
    }
    .single-solutions-box h3 {
        font-size: 19px;
        line-height: 1.3
    }
    .single-why-choose-us {
        padding: 20px 15px
    }
    .widget-area {
        padding-left: 0
    }
}

@media only screen and (min-width:1550px) {
    .iot-banner-image {
        right: 90px;
        top: 56%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .iot-banner-image img:first-child {
        max-width: 90%
    }
    .iot-banner-image img:last-child {
        left: -128px;
        top: 50px
    }
    .animate-border span {
        left: 70%;
        top: 51%
    }
    .navbar-style-three .startp-nav {
        padding-left: 100px;
        padding-right: 100px
    }
    .ml-main-banner .container-fluid {
        padding-left: 170px;
        padding-right: 170px
    }
}

@media only screen and (min-width:1350px) {
    .container {
        max-width: 1250px
    }
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
    .agency-banner-content {
        padding-left: 30px
    }
    .iot-banner-image img:first-child {
        max-width: 640px
    }
}

.gatsby-image-wrapper {
    position: relative;
    overflow: hidden
}

.gatsby-image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover
}

.gatsby-image-wrapper [data-main-image] {
    opacity: 0;
    transform: translateZ(0);
    transition: opacity .25s linear;
    will-change: opacity
}

.gatsby-image-wrapper-constrained {
    display: inline-block;
    vertical-align: top
}

.gatsby-image-wrapper noscript [data-main-image] {
    opacity: 1 !important
}

.gatsby-image-wrapper [data-placeholder-image] {
    opacity: 0 !important
}


/* css slider bootstrap  */