@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap);
._3AWTh {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 1000
}
li.active > a {
    color: red; /* Change this to your desired active color */
}

._3AWTh,
._3AWTh:before {
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0
}

._3AWTh:before {
    background-color: rgba(0, 0, 0, .9);
    content: "";
    position: absolute;
    z-index: -1
}

._3ZUEV {
    position: absolute;
    right: 3rem;
    top: 2rem
}

._3bkri {
    align-items: center;
    background-color: #b61827;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem
}

._3bkri:hover {
    background-color: #911421
}

._3bkri:focus {
    box-shadow: 0 0 0 3px #007c91
}

._20cg_ {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem
}

._20cg_:hover {
    background-color: #a1a1a1
}

._20cg_:focus {
    box-shadow: 0 0 0 3px #007c91
}

._18xMp {
    right: 1.5rem
}

._18xMp,
._2pWTS {
    position: absolute;
    top: 50%
}

._2pWTS {
    left: 1.5rem
}

/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

: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-black: #000;
    --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", "Noto Sans", "Liberation Sans", Arial, 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%, .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;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
: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: #fff;
    background-color: var(--bs-body-bg);
    color: #212529;
    color: var(--bs-body-color);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: 1.5;
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    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[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: #fff3cd;
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: #0a58ca;
    color: var(--bs-link-hover-color)
}

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

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;
    color: var(--bs-code-color);
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: #fff;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[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
}

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: initial
}

[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: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    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 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    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-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    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-group-divider {
    border-top: 2px solid
}

.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-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.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-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --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
}

.table-primary,
.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --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
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --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
}

.table-info,
.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --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
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --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
}

.table-danger,
.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --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
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --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
}

.table-dark,
.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --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
}

.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: .375rem;
    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;
    outline: 0
}

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

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.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
}

.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])::-webkit-file-upload-button {
    background-color: #dde0e3
}

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

.form-control-plaintext {
    background-color: initial;
    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:focus {
    outline: 0
}

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

.form-control-sm {
    border-radius: .25rem;
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    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-sm::file-selector-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

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

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

.form-control-lg::file-selector-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: calc(1.5em + .75rem + 2px);
    padding: .375rem;
    width: 3rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}

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

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

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%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 5 6 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: .375rem;
    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 {
    border-radius: .25rem;
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: .5rem;
    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-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

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

.form-check-input {
    -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);
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    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;charset=utf-8,%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 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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 {
    cursor: default;
    opacity: .5
}

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

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%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;charset=utf-8,%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;charset=utf-8,%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-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.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: initial;
    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-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    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;
    white-space: nowrap;
    width: 100%
}

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

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

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

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

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

.form-floating>.form-control-plaintext:-webkit-autofill,
.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-plaintext~label,
.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)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

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

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

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

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

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

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    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: .5rem;
    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: .25rem;
    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>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    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
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.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: .375rem;
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3.75rem + 1.5em)
}

.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:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    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: .375rem;
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3.75rem + 1.5em)
}

.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:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    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;
    user-select: none;
    vertical-align: middle
}

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

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn-check+.btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.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,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    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 {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    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: var(--bs-dropdown-spacer);
    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: var(--bs-dropdown-spacer);
    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: var(--bs-dropdown-spacer);
    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 var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    background-color: initial;
    border: 0;
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: initial;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap
}

.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-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 {
    border-radius: .375rem
}

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

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.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 {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    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: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    background-color: initial;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    background-color: initial;
    border-color: transparent;
    color: var(--bs-nav-link-disabled-color)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.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 {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, .55);
    --bs-navbar-hover-color: rgba(0, 0, 0, .7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    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 {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--bs-navbar-active-color)
}

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

.navbar-text {
    color: var(--bs-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
    background-color: initial;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

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

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

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    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: 75vh;
    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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .offcanvas {
        background-color: initial !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .offcanvas {
        background-color: initial !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .offcanvas {
        background-color: initial !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .offcanvas {
        background-color: initial !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
    .navbar-expand-xxl .offcanvas {
        background-color: initial !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
}

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

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

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    background-color: initial !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
}

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

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

.navbar-dark {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    word-wrap: break-word;
    background-clip: initial;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    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: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0
}

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

.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(var(--bs-card-title-spacer-y)*-.5)
}

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

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-img-overlay {
    border-radius: var(--bs-card-inner-border-radius);
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    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: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@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 {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%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");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

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

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

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

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

.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

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

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.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,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: "/";
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    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 {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    z-index: 2
}

.page-link:focus {
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3
}

.active>.page-link,
.page-link.active {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3
}

.disabled>.page-link,
.page-link.disabled {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none
}

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

.page-item:first-child .page-link {
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: initial;
    white-space: nowrap
}

.badge:empty {
    display: none
}

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

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    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 {
    --bs-alert-color: #084298;
    --bs-alert-bg: #cfe2ff;
    --bs-alert-border-color: #b6d4fe
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height)
}

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

.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.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 {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, .125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    border-radius: var(--bs-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

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

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

.list-group-item-action {
    color: var(--bs-list-group-action-color);
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: var(--bs-list-group-action-hover-bg);
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: var(--bs-list-group-action-active-bg);
    color: var(--bs-list-group-action-active-color)
}

.list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color: var(--bs-list-group-color);
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    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: var(--bs-list-group-disabled-bg);
    color: var(--bs-list-group-disabled-color);
    pointer-events: none
}

.list-group-item.active {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: var(--bs-list-group-active-color);
    z-index: 2
}

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

.list-group-item+.list-group-item.active {
    border-top-width: var(--bs-list-group-border-width);
    margin-top: calc(var(--bs-list-group-border-width)*-1)
}

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

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
}

.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: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width)*-1)
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .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: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .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: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .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: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .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: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .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: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

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

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    box-sizing: initial;
    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;
    user-select: none
}

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

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: hsla(0, 0%, 100%, .85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: hsla(0, 0%, 100%, .85);
    --bs-toast-header-border-color: rgba(0, 0, 0, .05);
    background-clip: padding-box;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius: var(--bs-toast-border-radius);
    box-shadow: var(--bs-toast-box-shadow);
    color: var(--bs-toast-color);
    font-size: var(--bs-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--bs-toast-max-width)
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    --bs-toast-zindex: 1090;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    width: -webkit-max-content;
    width: max-content;
    z-index: var(--bs-toast-zindex)
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    color: var(--bs-toast-header-color);
    display: flex;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)
}

.toast-header .btn-close {
    margin-left: var(--bs-toast-padding-x);
    margin-right: calc(var(--bs-toast-padding-x)*-.5)
}

.toast-body {
    word-wrap: break-word;
    padding: var(--bs-toast-padding-x)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    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% - var(--bs-modal-margin)*2)
}

.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% - var(--bs-modal-margin)*2)
}

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }
    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-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-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

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

@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-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    word-wrap: break-word;
    display: block;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    padding: var(--bs-tooltip-arrow-height);
    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: var(--bs-tooltip-zindex)
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width)
}

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

.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: var(--bs-tooltip-bg);
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    top: -1px
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    right: -1px
}

.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: var(--bs-tooltip-bg);
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    bottom: -1px
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    left: -1px
}

.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: ;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    display: block;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-popover-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: var(--bs-popover-max-width);
    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: var(--bs-popover-zindex)
}

.popover .popover-arrow {
    display: block;
    height: var(--bs-popover-arrow-height);
    width: var(--bs-popover-arrow-width)
}

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-top>.popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width)
}

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

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

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width)*-.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width)
}

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width)
}

.popover-header {
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    color: var(--bs-popover-header-color);
    font-size: var(--bs-popover-header-font-size);
    margin-bottom: 0;
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: var(--bs-popover-body-color);
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)
}

.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;charset=utf-8,%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;charset=utf-8,%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: initial;
    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
}

.spinner-border,
.spinner-grow {
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width)
}

@-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 {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent
}

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

@-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 {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

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

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

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075)
}

@media (max-width:575.98px) {
    .offcanvas-sm {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        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: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-sm.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-sm.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        -webkit-transform: none;
        transform: none
    }
    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: initial !important
    }
    .offcanvas-sm .offcanvas-header {
        display: none
    }
    .offcanvas-sm .offcanvas-body {
        background-color: initial !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:767.98px) {
    .offcanvas-md {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        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: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-md.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-md.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        -webkit-transform: none;
        transform: none
    }
    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: initial !important
    }
    .offcanvas-md .offcanvas-header {
        display: none
    }
    .offcanvas-md .offcanvas-body {
        background-color: initial !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        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: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-lg.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-lg.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        -webkit-transform: none;
        transform: none
    }
    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: initial !important
    }
    .offcanvas-lg .offcanvas-header {
        display: none
    }
    .offcanvas-lg .offcanvas-body {
        background-color: initial !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        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: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-xl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-xl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        -webkit-transform: none;
        transform: none
    }
    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width:1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: initial !important
    }
    .offcanvas-xl .offcanvas-header {
        display: none
    }
    .offcanvas-xl .offcanvas-body {
        background-color: initial !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        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: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-xxl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-xxl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        -webkit-transform: none;
        transform: none
    }
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: initial !important
    }
    .offcanvas-xxl .offcanvas-header {
        display: none
    }
    .offcanvas-xxl .offcanvas-body {
        background-color: initial !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    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: var(--bs-offcanvas-zindex)
}

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

.offcanvas.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    -webkit-transform: none;
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.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: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
    margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
    margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}

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

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.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
}

.text-bg-primary {
    background-color: #0d6efd !important;
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-secondary {
    background-color: #6c757d !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-success {
    background-color: #198754 !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-info {
    background-color: #0dcaf0 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-warning {
    background-color: #ffc107 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-danger {
    background-color: #dc3545 !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-light {
    background-color: #f8f9fa !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark {
    background-color: #212529 !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.link-primary {
    color: #0d6efd !important
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca !important
}

.link-secondary {
    color: #6c757d !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64 !important
}

.link-success {
    color: #198754 !important
}

.link-success:focus,
.link-success:hover {
    color: #146c43 !important
}

.link-info {
    color: #0dcaf0 !important
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3 !important
}

.link-warning {
    color: #ffc107 !important
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39 !important
}

.link-danger {
    color: #dc3545 !important
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37 !important
}

.link-light {
    color: #f8f9fa !important
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb !important
}

.link-dark {
    color: #212529 !important
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21 !important
}

.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.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media (min-width:576px) {
    .sticky-sm-top {
        top: 0
    }
    .sticky-sm-bottom,
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }
    .sticky-sm-bottom {
        bottom: 0
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        top: 0
    }
    .sticky-md-bottom,
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }
    .sticky-md-bottom {
        bottom: 0
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        top: 0
    }
    .sticky-lg-bottom,
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }
    .sticky-lg-bottom {
        bottom: 0
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        top: 0
    }
    .sticky-xl-bottom,
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }
    .sticky-xl-bottom {
        bottom: 0
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        top: 0
    }
    .sticky-xxl-bottom,
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020
    }
    .sticky-xxl-bottom {
        bottom: 0
    }
}

.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: initial !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: -webkit-sticky !important;
    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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.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
}

.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
}

.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
}

.font-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
    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-semibold {
    font-weight: 600 !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(13, 110, 253, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(108, 117, 125, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(25, 135, 84, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(13, 202, 240, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(255, 193, 7, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(220, 53, 69, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(248, 249, 250, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
    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: hsla(0, 0%, 100%, .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(13, 110, 253, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(25, 135, 84, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(13, 202, 240, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(33, 37, 41, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: initial !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: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0)) !important;
    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;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .375rem !important;
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .25rem !important;
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: .375rem !important;
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: .5rem !important;
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: 1rem !important;
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: 2rem !important;
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important;
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: .375rem !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: .375rem !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: .375rem !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .375rem !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-top-left-radius: .375rem !important;
    border-top-left-radius: var(--bs-border-radius) !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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
    .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
    }
}

.header__area.header-sticky {
    -webkit-animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
    animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.header__area.header-sticky.header__mt {
    margin-top: 0
}

.header__area.header-sticky.header__space {
    padding-top: 0
}

.header__area.header-sticky.header-width {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    width: auto
}

.header__area.header-sticky.header-five {
    background-color: #232323;
    background-color: var(--it-common-black)
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .header__area.header-sticky.header-five .header__logo {
        padding: 0
    }
    .header__area.header-sticky .header__logo {
        padding: 20px 0
    }
}

.header-top__plr {
    padding: 10px 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .header-top__plr {
        padding: 10px 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .header-top__plr {
        padding: 10px 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .header-top__plr {
        padding: 10px 30px
    }
}

@media(max-width:767px) {
    .header-top__plr {
        padding: 10px 0
    }
}

.header-top__bg {
    background-color: #2e3bbb;
    background-color: var(--it-common-blue-3)
}

.header-top__lang ul li {
    display: inline-block;
    list-style-type: none;
    position: relative
}

.header-top__lang ul li ul {
    background-color: #232323;
    background-color: var(--it-common-black);
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 150%;
    transition: .3s;
    visibility: hidden;
    width: 100px;
    z-index: 99
}

.header-top__lang ul li ul li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 5px
}

.header-top__lang ul li ul li:last-child {
    margin-bottom: 0
}

.header-top__lang ul li ul li a {
    color: #fff;
    color: var(--it-common-white)
}

.header-top__lang ul li ul li a:hover {
    color: #ffdc60;
    color: var(--it-theme-1);
    padding-left: 5px
}

.header-top__lang ul li a {
    color: #fff;
    color: var(--it-common-white)
}

.header-top__lang ul li a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.header-top__lang ul li a:hover i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-top__lang ul li a i {
    margin-left: 5px;
    transition: .3s
}

.header-top__lang ul li:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-top__social a,
.header-top__social span {
    color: #fff;
    color: var(--it-common-white)
}

.header-top__social a {
    padding-left: 30px
}

@media(max-width:767px) {
    .header-top__social a {
        padding-left: 20px
    }
}

.header-bg-color {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-left: 3px solid #ffdc60;
    border-left: 3px solid var(--it-theme-1);
    border-radius: 0 0 30px 30px;
    border-right: 3px solid #ffdc60;
    border-right: 3px solid var(--it-theme-1);
    padding: 0 30px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .header-bg-color {
        padding: 10px 30px
    }
}

@media(max-width:767px) {
    .header-bg-color {
        padding: 10px 5px
    }
}

.header-bg-color-2 {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
    padding: 0 35px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .header-bg-color-2 {
        padding: 0 20px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .header-bg-color-2 {
        padding: 10px 30px
    }
}

@media(max-width:767px) {
    .header-bg-color-2 {
        padding: 10px 5px
    }
}

.header__transparent,
.header__transparent-2 {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9
}

.header__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .header__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .header__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:992px)and (max-width:1199px) {
    .header__plr {
        padding: 0 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .header__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .header__plr {
        padding: 0
    }
}

.header__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .header__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .header__mlr {
        margin: 0 20px
    }
}

@media(max-width:767px) {
    .header__mlr {
        margin: 0
    }
}

.header__space {
    padding-top: 25px
}

.header__main-menu ul {
    margin-right: -65px
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .header__main-menu ul {
        margin-right: 0
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .header__main-menu ul {
        margin-right: -30px
    }
}

.header__main-menu ul li {
    display: inline-block;
    list-style: none;
    padding-left: 40px;
    position: relative
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .header__main-menu ul li {
        padding-left: 28px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .header__main-menu ul li {
        padding-left: 22px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .header__main-menu ul li {
        padding: 0 14px
    }
}

@media(min-width:992px) {
    .header__main-menu ul li .mean-expand {
        display: none
    }
}

.header__main-menu ul li .mean-expand {
    font-size: 18px
}

.header__main-menu ul li .submenu {
    background-color: #232323;
    background-color: var(--it-common-black);
    left: 0;
    opacity: 0;
    padding: 40px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: .3s;
    visibility: hidden;
    width: 240px
}

.header__main-menu ul li .submenu li {
    display: block;
    margin-bottom: 12px;
    padding-left: 0
}

.header__main-menu ul li .submenu li:last-child {
    margin-bottom: 0
}

.header__main-menu ul li .submenu li a {
    color: #fff;
    color: var(--it-common-white);
    display: block;
    padding: 0;
    transition: .3s
}

.header__main-menu ul li .submenu li a:before {
    display: none
}

.header__main-menu ul li .submenu li a:hover,
.header__main-menu ul li .submenu li.active a {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.header__main-menu ul li .submenu.has-megamenu {
    display: inline-block;
    left: -225px;
    padding-left: 70px;
    width: 700px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .header__main-menu ul li .submenu.has-megamenu {
        width: 645px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .header__main-menu ul li .submenu.has-megamenu {
        width: 600px
    }
}

.header__main-menu ul li .submenu.has-megamenu li {
    float: left;
    width: 33.33%
}

.header__main-menu ul li.has-dropdown:after {
    color: #232323;
    color: var(--it-common-black);
    content: "";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
    transition: .3s
}

.header__main-menu ul li:hover.has-dropdown:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header__main-menu ul li:hover a:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.header__main-menu ul li:hover .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header__main-menu ul li a {
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 35px 0;
    position: relative;
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .header__main-menu ul li a {
        font-size: 15px
    }
}

.header__main-menu ul li a:before {
    background-color: #232323;
    background-color: var(--it-common-black);
    border-radius: 10px;
    bottom: 31px;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s;
    visibility: hidden;
    width: 0
}

.header__menu-bar {
    margin-left: 40px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .header__menu-bar {
        margin-left: 20px
    }
}

.header__menu-bar button {
    background-color: #232323;
    background-color: var(--it-common-black);
    border-radius: 5px;
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 25px;
    height: 52px;
    line-height: 52px;
    width: 52px
}

.header__menu-bar button.bars-color {
    border: 1px solid #595252;
    border: 1px solid var(--it-border-2);
    margin-right: 40px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .header__menu-bar button.bars-color {
        margin-right: 20px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .header__menu-bar button.bars-color {
        margin-right: 0
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .header__menu-3 ul li {
        padding-left: 21px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .header__menu-3 ul li {
        padding: 0 11px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .header__menu-3 ul li a {
        font-size: 15px
    }
}

.header__white-menu ul li a {
    color: #fff;
    color: var(--it-common-white)
}

.header__white-menu ul li a:before {
    bottom: 0;
    height: 2px
}

.header__white-menu ul li a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.header__white-menu ul li.has-dropdown:after {
    color: #fff;
    color: var(--it-common-white)
}

.header__white-menu ul li:hover:after {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.header__border {
    border-bottom: 1px solid #595252;
    border-bottom: 1px solid var(--it-border-2)
}

.header__logo-border {
    height: 92px;
    line-height: 92px;
    position: relative
}

.header__logo-border:after {
    background-color: #595252;
    background-color: var(--it-border-2);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .header__logo-border:after {
        display: none
    }
}

.header__logo-border:before {
    background-color: #595252;
    background-color: var(--it-border-2);
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .header__logo-border:before {
        display: none
    }
}

.header__action-border {
    height: 92px;
    line-height: 92px;
    padding-right: 40px;
    position: relative
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .header__action-border {
        padding-right: 20px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .header__action-border {
        padding-right: 0
    }
}

.header__action-border:before {
    background-color: #595252;
    background-color: var(--it-border-2);
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .header__action-border:before {
        display: none
    }
}

.header__mt {
    margin-top: 50px
}

@media(max-width:767px) {
    .header__mt {
        margin-top: 0
    }
}

.slider__plr {
    padding: 0 200px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .slider__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .slider__plr {
        padding: 0
    }
}

.slider__space {
    padding-bottom: 190px;
    padding-top: 235px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider__space {
        padding-top: 175px
    }
}

@media(max-width:767px) {
    .slider__space {
        padding-top: 180px
    }
}

.slider__btn {
    line-height: 0
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider__btn {
        padding-bottom: 70px
    }
}

@media(max-width:767px) {
    .slider__btn {
        padding-bottom: 50px
    }
}

.slider__thumb {
    -webkit-animation: tptranslateY2 4s infinite alternate;
    animation: tptranslateY2 4s infinite alternate
}

.slider__content {
    padding-bottom: 20px
}

.slider__content p {
    line-height: 1.6;
    padding-right: 170px
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .slider__content p {
        padding-right: 160px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider__content p {
        padding-right: 100px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .slider__content p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .slider__content p {
        font-size: 15px;
        padding-right: 0
    }
}

.slider__shape-top-1 {
    left: 0;
    position: absolute;
    top: 0
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider__shape-top-1 {
        left: -58px
    }
}

.slider__shape-top-2 {
    left: 0;
    position: absolute;
    top: 0
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider__shape-top-2 {
        left: -54px
    }
}

.slider__shape-top-3 {
    bottom: -15%;
    position: absolute;
    right: -25%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider__shape-top-3 {
        right: -26%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider__shape-top-3 {
        bottom: -20%;
        right: -30%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider__shape-top-3 {
        bottom: -21%;
        right: -45%
    }
}

.slider__shape-top-4 {
    bottom: -18%;
    position: absolute;
    right: -24%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider__shape-top-4 {
        bottom: -18%;
        right: -24%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider__shape-top-4 {
        bottom: -23%;
        right: -28%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider__shape-top-4 {
        bottom: -24%;
        right: -43%
    }
}

.slider__shape-top-5 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    position: absolute;
    right: 4%;
    top: 5%
}

.slider__shape-top-6 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 48%;
    top: 17%;
    z-index: -1
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider__shape-top-6 {
        right: 27%;
        top: 9%
    }
}

.slider__shape-top-7 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    position: absolute;
    right: 5%;
    top: 43%;
    z-index: -1
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider__shape-top-7 {
        top: 35%
    }
}

.slider__shape-top-8 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 0;
    left: 0;
    position: absolute
}

.slider__shape-top-9 {
    bottom: 40%;
    left: 37%;
    position: absolute
}

.slider__shape-top-10 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    bottom: 5%;
    left: 19%;
    position: absolute
}

.slider__shape-top-11 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 8%;
    left: 50%;
    position: absolute
}

@media(max-width:767px) {
    .slider__shape-top-11 {
        bottom: 8%;
        left: 76%
    }
}

.slider-2__plr {
    padding: 0 250px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-2__plr {
        padding: 0 200px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .slider-2__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .slider-2__plr {
        padding: 0
    }
}

.slider-2__space {
    padding-bottom: 50px;
    padding-top: 170px
}

@media(max-width:767px) {
    .slider-2__space {
        padding-top: 180px
    }
}

.slider-2__btn {
    line-height: 0
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-2__btn {
        padding-bottom: 70px
    }
}

@media(max-width:767px) {
    .slider-2__btn {
        padding-bottom: 50px
    }
}

.slider-2__thumb {
    -webkit-animation: tptranslateY2 4s infinite alternate;
    animation: tptranslateY2 4s infinite alternate
}

.slider-2__content {
    padding-bottom: 20px
}

.slider-2__content p {
    line-height: 1.6;
    padding-right: 120px
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-2__content p {
        padding-right: 160px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-2__content p {
        padding-right: 93px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-2__content p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .slider-2__content p {
        font-size: 15px;
        padding-right: 0
    }
}

.slider-2__title-sm {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px
}

.slider-2__shape-1 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    position: absolute;
    right: 12%;
    top: 24%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-2__shape-1 {
        right: 7%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-2__shape-1 {
        right: 4%;
        top: 24%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-2__shape-1 {
        right: 5%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-2__shape-1 {
        right: 2%;
        top: 37%
    }
}

.slider-2__shape-2 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 45%;
    top: 49%
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-2__shape-2 {
        top: 54%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-2__shape-2 {
        right: 43%;
        top: 56%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-2__shape-2 {
        right: 43%;
        top: 70%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-2__shape-2 {
        right: 72%;
        top: 82%
    }
}

.slider-2__shape-3 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    left: 2%;
    position: absolute;
    top: 39%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-2__shape-3 {
        left: -2%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-2__shape-3 {
        left: -9%
    }
}

.slider-2__shape-4 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    left: 0;
    position: absolute;
    top: 3%
}

.slider-2__shape-5 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 3%;
    top: 6%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-2__shape-5 {
        right: 0;
        top: 6%
    }
}

.slider-2__shape-6 {
    position: absolute;
    right: 65%;
    top: 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-2__shape-6 {
        right: 68%;
        top: -11px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-2__shape-6 {
        right: 72%;
        top: -15px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-2__shape-6 {
        right: 73%;
        top: -2%
    }
}

.slider-2__shape-7 {
    bottom: 0;
    left: 0;
    position: absolute
}

.slider-3__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-3__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-3__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .slider-3__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .slider-3__plr {
        padding: 0
    }
}

.slider-3__space {
    padding-bottom: 170px;
    padding-top: 300px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .slider-3__space {
        padding-bottom: 80px;
        padding-top: 220px
    }
}

.slider-3__content-list {
    padding-bottom: 30px
}

.slider-3__content-list ul li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative
}

.slider-3__content-list ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-3__content-list ul li span {
    font-size: 17px;
    font-weight: 400
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-3__content-list ul li span {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .slider-3__content-list ul li span {
        font-size: 15px
    }
}

.slider-3__main-img img {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    max-width: inherit;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-3__main-img img {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-3__main-img img {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-3__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-3__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width:767px) {
    .slider-3__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-3__text p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .slider-3__text p {
        font-size: 14px
    }
    .slider-3__text p br {
        display: none
    }
}

.slider-3__shape-1 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    left: 10%;
    position: absolute;
    top: -4%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-3__shape-1 {
        top: -5%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-3__shape-1 {
        left: -1%;
        top: -5%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-3__shape-1 {
        left: -6%;
        top: -6%
    }
}

.slider-3__shape-2 {
    bottom: 0;
    left: 0;
    position: absolute
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-3__shape-2 {
        bottom: 0;
        left: -4%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-3__shape-2 {
        left: -4%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-3__shape-2 {
        bottom: -24%;
        left: -4%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-3__shape-2 {
        bottom: -24%;
        left: -4%
    }
}

.slider-3__shape-3 {
    -webkit-animation: tpupdown 1s infinite alternate;
    animation: tpupdown 1s infinite alternate;
    left: 0;
    position: absolute;
    top: 11%
}

.slider-3__shape-4 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 16%;
    top: 27%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-3__shape-4 {
        right: 8%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-3__shape-4 {
        right: 10%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-3__shape-4 {
        top: 51%
    }
}

.slider-3__shape-5 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 11%;
    position: absolute;
    right: 56%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-3__shape-5 {
        right: 50%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-3__item {
        margin-bottom: 90px
    }
}

@media(max-width:767px) {
    .slider-3__content {
        margin-bottom: 70px
    }
}

.slider-4__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-4__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .slider-4__plr {
        padding: 0
    }
}

.slider-4__space {
    padding-bottom: 200px;
    padding-top: 200px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__space {
        padding-bottom: 100px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__space {
        padding-bottom: 50px;
        padding-top: 150px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__space {
        padding-bottom: 50px;
        padding-top: 150px
    }
}

.slider-4__shape-1 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -2
}

.slider-4__shape-2 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    left: 19%;
    position: absolute;
    top: 18%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__shape-2 {
        left: 17%;
        top: 26%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__shape-2 {
        top: 30%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__shape-2 {
        left: 9%;
        top: 12%
    }
}

.slider-4__shape-3 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    left: 20%;
    position: absolute;
    top: 9%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__shape-3 {
        left: 20%;
        top: 15%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__shape-3 {
        top: 15%
    }
}

.slider-4__shape-4 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    position: absolute;
    right: 35%;
    top: 13%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__shape-4 {
        top: 16%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__shape-4 {
        top: 19%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__shape-4 {
        right: 23%;
        top: 10%
    }
}

.slider-4__shape-5 {
    -webkit-animation: zoom 7s infinite;
    animation: zoom 7s infinite;
    position: absolute;
    right: 2%;
    top: 7%
}

.slider-4__shape-6 {
    -webkit-animation: zoom 4s infinite;
    animation: zoom 4s infinite;
    position: absolute;
    right: 4%;
    top: 23%
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__shape-6 {
        top: 17%
    }
}

.slider-4__shape-8 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    left: 44%;
    position: absolute;
    top: 62%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__shape-8 {
        left: 38%
    }
}

.slider-4__shape-9 {
    -webkit-animation: zoom 7s infinite;
    animation: zoom 7s infinite;
    bottom: 11%;
    left: 31%;
    position: absolute
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__shape-9 {
        left: 39%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-4__shape-9 {
        bottom: 12%;
        left: 38%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__shape-9 {
        bottom: 8%;
        left: 45%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__shape-9 {
        bottom: 2%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__shape-9 {
        -webkit-animation: jumpTwo 3s linear infinite;
        animation: jumpTwo 3s linear infinite;
        bottom: 4%;
        left: 24%
    }
}

.slider-4__shape-10 {
    -webkit-animation: jumpTwo 3s linear infinite;
    animation: jumpTwo 3s linear infinite;
    bottom: 13%;
    left: 25%;
    position: absolute
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__shape-10 {
        bottom: 9%;
        left: 28%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-4__shape-10 {
        bottom: 6%;
        left: 24%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__shape-10 {
        bottom: 5%;
        left: 25%
    }
}

.slider-4__shape-11 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    bottom: 0;
    position: absolute;
    right: 25%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__shape-11 {
        bottom: 6%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-4__shape-11 {
        bottom: 12%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__shape-11 {
        bottom: 11%;
        right: 25%
    }
}

.slider-4__item {
    position: relative;
    z-index: 5
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__item {
        margin-bottom: 90px
    }
}

@media(max-width:767px) {
    .slider-4__item {
        margin-bottom: 70px;
        padding-top: 40px
    }
}

.slider-4__text p {
    padding-bottom: 20px
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__text p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__text p {
        font-size: 15px
    }
    .slider-4__text p br {
        display: none
    }
}

@media(max-width:767px) {
    .slider-4__text p br {
        display: none
    }
}

.slider-4__main-img {
    -webkit-animation: tptranslateY2 4s infinite alternate;
    animation: tptranslateY2 4s infinite alternate
}

.slider-4__main-img img {
    margin-left: -150px;
    max-width: inherit
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__main-img img {
        margin-left: -130px;
        max-width: 130%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-4__main-img img {
        margin-left: -20px;
        max-width: 122%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__main-img img {
        margin-left: -30px;
        max-width: 110%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__main-img img {
        margin-left: -50px;
        max-width: 120%
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__main-img img {
        margin-left: 0;
        max-width: 100%
    }
}

.slider-4__black-bg {
    background: #232323;
    background: var(--it-common-black)
}

.slider-4__img-shape-1 {
    bottom: -7%;
    position: absolute;
    right: 0;
    z-index: -1
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__img-shape-1 {
        right: 9%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__img-shape-1 {
        right: -19%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__img-shape-1 {
        right: -37%
    }
}

@media(max-width:767px) {
    .slider-4__img-shape-1 {
        right: -62%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-4__img-shape-1 {
        right: -15%
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .slider-4__img-shape-1 {
        bottom: -5%;
        right: -40%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__img-shape-1 img {
        width: 50%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__img-shape-1 img {
        width: 40%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-4__img-shape-1 img {
        width: 70%
    }
}

@media(max-width:767px) {
    .slider-4__img-shape-1 img {
        width: 39%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-4__img-shape-1 img {
        width: 58%
    }
}

.slider-4__img-shape-2 {
    left: -9%;
    position: absolute;
    top: -8%;
    z-index: -1
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-4__img-shape-2 {
        left: 3%;
        top: -13%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__img-shape-2 {
        left: 2%;
        top: -11%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__img-shape-2 {
        left: -4%;
        top: -11%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-4__img-shape-2 img {
        width: 65%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-4__img-shape-2 img {
        width: 60%
    }
}

.slider-4__social h5 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-right: 12px
}

.slider-4__social i {
    color: #57c9da;
    color: var(--it-common-paste-3);
    font-size: 18px;
    padding: 0 8px
}

.slider-4__social i.apple {
    color: #ffadad
}

.slider-4__big-text {
    left: -11%;
    position: absolute;
    top: 23%;
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
    z-index: -1
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__big-text {
        left: -6%;
        top: 24%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-4__big-text {
        left: -7%;
        top: 26%
    }
}

.slider-4__big-text h2 {
    -webkit-text-stroke: 2px #ebebf1;
    color: transparent;
    font-size: 221px;
    font-weight: 600
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-4__big-text h2 {
        font-size: 110px
    }
}

.slider-5__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-5__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-5__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .slider-5__plr {
        padding: 0
    }
}

.slider-5__space {
    padding-bottom: 130px;
    padding-top: 240px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-5__space {
        padding-bottom: 100px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__space {
        padding-bottom: 100px;
        padding-top: 220px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .slider-5__space {
        padding-top: 200px
    }
}

.slider-5__main-img {
    -webkit-animation: tptranslateY2 4s infinite alternate;
    animation: tptranslateY2 4s infinite alternate;
    position: relative;
    z-index: 1
}

.slider-5__main-img img {
    max-width: inherit;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-5__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(33px);
        transform: translateX(33px)
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-5__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(65px);
        transform: translateX(65px)
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-5__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-5__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(max-width:767px) {
    .slider-5__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-5__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slider-5__text p {
    color: #d0d0d0
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__text p br {
        display: none
    }
}

@media(max-width:767px) {
    .slider-5__text p {
        font-size: 15px
    }
    .slider-5__text p br {
        display: none
    }
}

.slider-5__content-list {
    padding-bottom: 30px
}

.slider-5__content-list ul li {
    color: #d0d0d0;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    transition: .3s
}

.slider-5__content-list ul li:hover {
    text-decoration: underline
}

.slider-5__content-list ul li i {
    color: #7da4f1;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-5__content-list ul li span {
    font-size: 17px;
    font-weight: 400
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__content-list ul li span {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .slider-5__content-list ul li span {
        font-size: 15px
    }
}

.slider-5__button-box {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .slider-5__button-box {
        flex-wrap: wrap
    }
    .slider-5__button {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-5__button {
        margin-bottom: 0
    }
}

.slider-5__icon span {
    border: 2px solid #95b8ff;
    border-radius: 50%;
    color: #95b8ff;
    display: inline-block;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
    margin-right: 20px;
    text-align: center;
    width: 50px
}

.slider-5__icon span i {
    padding-left: 3px
}

.slider-5__icon h5 {
    color: #d0d0d0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    transition: .3s
}

.slider-5__icon h5:hover {
    color: #95b8ff
}

.slider-5__social-box span {
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
    padding-right: 20px
}

@media(max-width:767px) {
    .slider-5__social-box span {
        font-size: 16px
    }
}

.slider-5__social-box a {
    border: 1px solid #a1a1a2;
    border-radius: 50%;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    transition: .3s;
    width: 33px
}

.slider-5__social-box a i {
    color: #a1a1a2;
    transition: .3s
}

.slider-5__social-box a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 1px solid transparent
}

.slider-5__social-box a:hover i {
    color: #232323;
    color: var(--it-common-black)
}

.slider-5__main-img-content {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50px;
    bottom: 10%;
    padding: 12px 40px 12px 20px;
    position: absolute;
    right: -5%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-5__main-img-content {
        bottom: 8%;
        right: -15%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__main-img-content {
        padding: 4px 26px 4px 15px
    }
}

@media(max-width:767px) {
    .slider-5__main-img-content {
        bottom: -1%;
        padding: 4px 26px 4px 15px;
        right: 16%
    }
}

.slider-5__img-icon span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 42px;
    font-weight: 500;
    padding-right: 25px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__img-icon span {
        padding-right: 10px
    }
}

@media(max-width:767px) {
    .slider-5__img-icon span {
        font-size: 34px;
        padding-right: 5px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-5__img-icon span {
        font-size: 37px;
        padding-right: 15px
    }
}

.slider-5__img-text h5 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__img-text h5 {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .slider-5__img-text h5 {
        font-size: 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-5__img-text h5 {
        font-size: 22px
    }
}

.slider-5__img-text span {
    color: #3f3f3f;
    font-weight: 500
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .slider-5__img-text span {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .slider-5__img-text span {
        font-size: 12px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-5__img-text span {
        font-size: 14px
    }
}

.slider-5__shape-1 {
    left: 18%;
    position: absolute;
    top: 17%
}

.slider-5__shape-2 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    position: absolute;
    right: 5%;
    top: 4%
}

.slider-5__shape-3 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    bottom: 22%;
    left: 0;
    position: absolute
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .slider-5__shape-3 {
        bottom: 7%
    }
}

.slider-5__shape-4 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 62%;
    left: 0;
    position: absolute
}

.slider-5__shape-5 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 24%;
    left: 35%;
    position: absolute
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .slider-5__shape-5 {
        bottom: 21%;
        left: 35%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .slider-5__shape-5 {
        bottom: 18%;
        left: 40%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .slider-5__item {
        margin-bottom: 180px
    }
}

@media(max-width:767px) {
    .slider-5__item {
        margin-bottom: 70px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .slider-5__item {
        margin-bottom: 150px
    }
}

.slider-5__sub-img-1 {
    bottom: 6%;
    left: 2%;
    position: absolute;
    z-index: -1
}

.slider-5__sub-img-2 {
    position: absolute;
    right: 2%;
    top: 5%;
    z-index: -1
}

.slider-5__sub-img-3 {
    position: absolute;
    right: 36%;
    top: -10%;
    z-index: -1
}

.brand__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .brand__mlr {
        margin: 0 150px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .brand__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .brand__mlr {
        margin: 0
    }
}

.brand__white-bg {
    background-color: #fff;
    background-color: var(--it-common-white);
    box-shadow: 3px 5.196px 51px 0 rgba(255, 114, 94, .08);
    margin-top: -100px;
    padding: 70px 130px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .brand__white-bg {
        padding: 70px 90px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .brand__white-bg {
        padding: 70px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .brand__white-bg {
        padding: 70px 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .brand__white-bg {
        padding: 70px 30px
    }
}

@media(max-width:767px) {
    .brand__white-bg {
        padding: 50px 15px
    }
}

.brand__white-bg-2 {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 10px;
    box-shadow: 3px 5.196px 51px 0 rgba(255, 114, 94, .08);
    margin-bottom: -120px;
    padding: 70px 130px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .brand__white-bg-2 {
        padding: 70px 90px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .brand__white-bg-2 {
        padding: 70px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .brand__white-bg-2 {
        padding: 70px 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .brand__white-bg-2 {
        padding: 70px 30px
    }
}

@media(max-width:767px) {
    .brand__white-bg-2 {
        padding: 50px 15px
    }
}

.brand__white-bg-3 {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 10px;
    box-shadow: 3px 5.196px 51px 0 rgba(255, 114, 94, .08);
    padding: 70px 130px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .brand__white-bg-3 {
        padding: 70px 90px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .brand__white-bg-3 {
        padding: 70px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .brand__white-bg-3 {
        padding: 70px 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .brand__white-bg-3 {
        padding: 70px 30px
    }
}

@media(max-width:767px) {
    .brand__white-bg-3 {
        padding: 50px 15px
    }
}

.brand__img {
    text-align: center
}

.brand-2__space {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    padding: 80px 0
}

@media(max-width:767px) {
    .brand-2__space {
        padding: 60px 0
    }
}

.brand-3__space {
    padding: 80px 0
}

.brand-3__plr {
    padding: 0 200px 120px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .brand-3__plr {
        padding: 0 100px 120px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .brand-3__plr {
        padding: 0 100px 120px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .brand-3__plr {
        padding: 0 30px 120px
    }
}

@media(max-width:767px) {
    .brand-3__plr {
        padding: 0 0 120px
    }
}

.brand-3__img-color {
    background-color: #1d1d25;
    border-radius: 15px;
    padding: 30px 45px
}

.brand-3__img-color img {
    height: 40px
}

.feature__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .feature__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .feature__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .feature__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .feature__mlr {
        margin: 0
    }
}

.feature__item {
    box-shadow: 0 0 92px 0 rgba(255, 114, 94, .05);
    padding: 60px 30px;
    position: relative
}

.feature__item.item-space {
    border: 2px dashed transparent;
    padding: 50px 30px;
    position: relative;
    transition: .3s
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .feature__item.item-space {
        padding: 50px 20px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .feature__item.item-space {
        padding: 50px 15px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .feature__item.item-space {
        padding: 50px 60px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .feature__item.item-space {
        margin-bottom: 90px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .feature__item.item-space {
        margin-bottom: 90px
    }
}

.feature__item.item-space:hover {
    border: 2px dashed #ffdc60;
    border: 2px dashed var(--it-theme-1)
}

.feature__item.item-space:hover:after {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.feature__item.item-space:hover .feature__icon span {
    border: 2px dashed #ffdc60;
    border: 2px dashed var(--it-theme-1)
}

.feature__item.item-space:hover .feature__title.title-border:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.feature__item.item-space:after {
    background-color: #fff1c9;
    background-color: var(--it-common-yellow-2);
    -webkit-clip-path: polygon(52% 100%, 0 0, 100% 0);
    clip-path: polygon(52% 100%, 0 0, 100% 0);
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s;
    width: 120px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .feature__item {
        padding: 60px 28px
    }
}

@media(max-width:767px) {
    .feature__item {
        padding: 60px 18px
    }
}

.feature__item:after {
    background-color: #ebf8fb;
    background-color: var(--it-common-sky);
    -webkit-clip-path: polygon(53% 100%, 0 0, 100% 0);
    clip-path: polygon(53% 100%, 0 0, 100% 0);
    content: "";
    height: 160px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 165px
}

.feature__color-2:after {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.feature__color-3:after {
    background-color: #fff4f4;
    background-color: var(--it-common-pink)
}

.feature__color-4:after {
    background-color: #e8f0fd
}

.feature__icon {
    margin-bottom: 30px
}

.feature__icon.icon-space {
    margin-bottom: 0;
    margin-top: -121px
}

.feature__icon.icon-space span {
    border: 2px dashed transparent;
    transition: .3s
}

.feature__icon span {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 50%;
    box-shadow: 3px 5.196px 51px 0 rgba(255, 114, 94, .08);
    display: inline-block;
    height: 125px;
    line-height: 125px;
    width: 125px
}

.feature__content p {
    padding-bottom: 10px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .feature__content p {
        font-size: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .feature__content p {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .feature__content p {
        font-size: 14px
    }
}

.feature__title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .feature__title {
        font-size: 19px
    }
}

.feature__title.title-border {
    display: inline-block;
    position: relative
}

.feature__title.title-border:after {
    background-color: #232323;
    background-color: var(--it-common-black);
    bottom: 8px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .5s;
    visibility: hidden;
    width: 0
}

.feature__link a {
    color: #232323;
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500;
    transition: .3s
}

@media(max-width:767px) {
    .feature__link a {
        font-size: 15px
    }
}

.feature__link a i {
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px
}

.feature__link a:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

.feature__link a:hover i {
    -webkit-animation: tfLeftToRight .4s forwards;
    animation: tfLeftToRight .4s forwards
}

.feature__text p {
    padding-right: 106px
}

.feature__item-shape {
    bottom: -2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feature__top-text p {
    padding-right: 106px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .feature__top-text p {
        padding-right: 85px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .feature__top-text p {
        padding-right: 7px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .feature__top-text p {
        padding-right: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .feature__top-text p {
        font-size: 15px;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .feature__top-text p {
        font-size: 14px;
        padding-right: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .feature__top-text p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .feature__section-box {
        padding-bottom: 20px
    }
}

.feature-2__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .feature-2__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .feature-2__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .feature-2__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .feature-2__mlr {
        margin: 0
    }
}

.feature-2__item {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 5px;
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    padding: 40px 15px;
    position: relative;
    transition: .5s
}

.feature-2__item:hover {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.feature-2__item:hover .feature-2__item-overly {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.feature-2__item:hover .feature-2__title-sm {
    color: #fff;
    color: var(--it-common-white)
}

.feature-2__item-overly {
    background-color: #2b2b32;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    transition: .3s;
    visibility: hidden;
    width: 100%
}

.feature-2__icon span {
    background-color: #88e3f1;
    border-radius: 50%;
    box-shadow: 3px 5.196px 43px 0 rgba(32, 32, 32, .07);
    display: inline-block;
    height: 105px;
    line-height: 105px;
    margin-bottom: 25px;
    text-align: center;
    width: 105px
}

.feature-2__icon-color-2 span {
    background-color: #ffbebe;
    background-color: var(--it-common-pink-5)
}

.feature-2__icon-color-3 span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.feature-2__icon-color-4 span {
    background-color: #a9c7ff
}

.feature-2__icon-color-5 span {
    background-color: #6bf89c
}

.feature-2__title-sm {
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .feature-2__title-sm {
        font-size: 20px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .feature-2__title-sm {
        font-size: 19px
    }
}

@media(max-width:767px) {
    .feature-2__title-sm {
        font-size: 18px;
        font-size: 20px
    }
}

.about__shape-1 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    position: absolute;
    right: 8%;
    top: -17%
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about__shape-1 {
        right: 5%;
        top: -13%
    }
}

@media(max-width:767px) {
    .about__shape-1 {
        right: 2%;
        top: -11%;
        z-index: -1
    }
}

.about__shape-2 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 15%;
    position: absolute;
    right: 5%;
    z-index: -2
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about__shape-2 {
        bottom: 2%
    }
}

.about__content p {
    padding-bottom: 10px
}

@media(max-width:767px) {
    .about__content p {
        font-size: 15px
    }
}

.about__border-right {
    border-right: 1px solid #ddd;
    border-right: 1px solid var(--it-border-1)
}

@media(max-width:767px) {
    .about__border-right {
        border-right: 0
    }
}

.about__list-item {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    padding-bottom: 10px
}

.about__list-item ul {
    display: inline-block
}

@media(max-width:767px) {
    .about__list-item ul {
        margin-bottom: 20px
    }
}

.about__list-item ul li {
    float: left;
    list-style-type: none;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
    width: 50%
}

@media(max-width:767px) {
    .about__list-item ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about__list-item ul li {
        width: 50%
    }
}

.about__list-item ul li:hover span {
    text-decoration: underline
}

.about__list-item ul li a {
    transition: .3s
}

.about__list-item ul li:last-child {
    padding-bottom: 0
}

.about__list-item ul li i {
    border: 1.5px solid #ffdc60;
    border: 1.5px solid var(--it-theme-1);
    color: #ffdc60;
    color: var(--it-theme-1);
    display: inline-block;
    font-size: 12px;
    height: 15px;
    left: 0;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 15px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about__img {
        text-align: center
    }
}

@media(max-width:767px) {
    .about__img {
        text-align: center
    }
}

.about__img img {
    margin-left: -80px;
    max-width: inherit
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about__img img {
        margin-left: -20px;
        max-width: 100%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about__img img {
        margin-left: -10px;
        max-width: 100%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about__img img {
        margin-bottom: 70px;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .about__img img {
        margin-bottom: 50px;
        margin-left: 0;
        max-width: 100%
    }
}

.about__contact-box {
    padding-top: 30px
}

.about__contact-icon span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 55px;
    line-height: 64px;
    margin-right: 15px;
    text-align: center;
    width: 55px
}

.about__contact-icon span i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 25px
}

.about__contact-number a {
    color: #232323;
    color: var(--it-common-black);
    display: block;
    font-size: 18px;
    font-weight: 500
}

.about__contact-number a:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about__contact-number a {
        font-size: 16px
    }
}

.about__video {
    padding-top: 35px
}

.about__video-icon a {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    line-height: 46px;
    margin-right: 35px;
    position: relative;
    text-align: center;
    width: 45px;
    z-index: 1
}

.about__video-icon a:after {
    background-color: rgba(255, 221, 96, .339);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    width: 100%;
    z-index: -1
}

.about__video-icon a i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 15px;
    margin-left: 4px
}

.about__video-text a {
    color: #232323;
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500
}

.about__video-text a:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about__video-text a {
        font-size: 16px
    }
}

.about-2__shape-1 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    position: absolute;
    right: 12%;
    top: 11%
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .about-2__shape-1 {
        right: 3%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-2__shape-1 {
        right: 1%;
        top: 4%
    }
}

.about-2__shape-2 {
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite;
    left: 12%;
    position: absolute;
    top: 67%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-2__shape-2 {
        left: 5%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-2__shape-2 {
        left: 2%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-2__shape-2 {
        left: 1%;
        top: 66%
    }
}

.about-2__shape-3 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 19%;
    position: absolute;
    right: 5%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-2__shape-3 {
        right: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-2__shape-3 {
        bottom: 2%;
        right: 1%
    }
}

.about-2__section-title {
    padding-bottom: 5px
}

.about-2__main-img img {
    max-width: inherit;
    -webkit-transform: translateX(-102px);
    transform: translateX(-102px)
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-2__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-2__main-img img {
        max-width: 100%;
        -webkit-transform: translateX(-18px);
        transform: translateX(-18px)
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .about-2__main-img img {
        margin-bottom: 70px;
        max-width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.about-2__main-img-content {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50px;
    padding: 12px 40px 12px 20px;
    position: absolute;
    right: 2%;
    top: 7%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-2__main-img-content {
        top: 4%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-2__main-img-content {
        padding: 2px 12px;
        right: 2%;
        top: 4%
    }
}

@media(max-width:767px) {
    .about-2__main-img-content {
        padding: 2px 20px 2px 10px;
        right: 18%;
        top: 68%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-2__main-img-content {
        padding: 10px 30px 10px 15px;
        right: -2%;
        top: 7%
    }
}

.about-2__icon span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 42px;
    font-weight: 500;
    padding-right: 25px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-2__icon span {
        padding-right: 10px
    }
}

@media(max-width:767px) {
    .about-2__icon span {
        font-size: 34px;
        padding-right: 5px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-2__icon span {
        font-size: 37px;
        padding-right: 15px
    }
}

.about-2__img-text h5 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-2__img-text h5 {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .about-2__img-text h5 {
        font-size: 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-2__img-text h5 {
        font-size: 22px
    }
}

.about-2__img-text span {
    color: #3f3f3f;
    font-weight: 500
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-2__img-text span {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .about-2__img-text span {
        font-size: 12px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-2__img-text span {
        font-size: 14px
    }
}

.about-2__text {
    padding-bottom: 10px
}

.about-2__text p {
    padding-right: 115px
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-2__text p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .about-2__text p {
        font-size: 15px;
        padding-right: 0
    }
}

.about-2__list-title {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 11px 23px
}

.about-2__list-item {
    margin-right: 100px;
    padding-bottom: 44px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-2__list-item {
        margin-right: 0
    }
}

.about-2__list-item ul {
    background-color: #f3f3f3;
    display: inline-block;
    padding: 30px
}

.about-2__list-item ul li {
    float: left;
    list-style: none;
    padding-bottom: 15px;
    width: 50%
}

@media(max-width:767px) {
    .about-2__list-item ul li {
        width: 100%
    }
}

.about-2__list-item ul li:nth-child(odd) {
    padding-bottom: 0
}

@media(max-width:767px) {
    .about-2__list-item ul li:nth-child(odd) {
        padding-bottom: 15px
    }
}

.about-2__list-item ul li:last-child {
    padding-bottom: 0
}

.about-2__list-item ul li span {
    font-size: 17px;
    font-weight: 400
}

.about-2__list-item ul li span:before {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 1px solid #232323;
    border: 1px solid var(--it-common-black);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 7px;
    width: 10px
}

.about-3__plr {
    padding: 0 200px
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .about-3__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .about-3__plr {
        padding: 0
    }
}

.about-3__space {
    padding-bottom: 50px
}

@media(max-width:767px) {
    .about-3__space {
        padding-bottom: 0
    }
}

.about-3__content {
    padding-right: 206px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-3__content {
        padding-right: 79px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-3__content {
        padding-right: 57px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-3__content {
        padding-right: 29px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__content {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .about-3__content {
        padding-right: 0
    }
}

.about-3__content-list {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    padding-bottom: 5px
}

.about-3__content-list ul {
    display: inline-block;
    padding-bottom: 5px
}

.about-3__content-list ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    width: 50%
}

@media(max-width:767px) {
    .about-3__content-list ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-3__content-list ul li {
        width: 50%
    }
}

.about-3__content-list ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-3__content-list ul li span {
    font-size: 17px;
    font-weight: 400
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__content-list ul li span {
        font-size: 15px
    }
}

.about-3__video {
    padding-right: 30px
}

.about-3__video a {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 52px
}

.about-3__video a i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    padding-left: 4px
}

.about-3__video-text span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    transition: .3s
}

.about-3__video-text span:hover {
    color: #2e3bbb;
    color: var(--it-common-blue-3)
}

.about-3__button-box {
    padding-top: 30px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-3__button-box {
        padding-top: 0
    }
}

@media(max-width:767px) {
    .about-3__button-box {
        flex-wrap: wrap
    }
}

.about-3__item img {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    max-width: inherit;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-3__item img {
        max-width: 100%;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-3__item img {
        max-width: 100%;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-3__item img {
        max-width: 100%;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__item img {
        max-width: 100%;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-3__item img {
        max-width: 100%;
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
}

@media(max-width:767px) {
    .about-3__item img {
        max-width: 100%;
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
}

.about-3__text p {
    padding-right: 20px
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__text p {
        font-size: 14px;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .about-3__button {
        margin-bottom: 30px
    }
}

.about-3__content-list-2 {
    border: none
}

.about-3__content-list-2 ul li {
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    -webkit-transform: .3s;
    transform: .3s;
    width: 100%
}

.about-3__content-list-2 ul li:hover {
    text-decoration: underline
}

.about-3__plr-2 {
    padding-top: 120px
}

.about-3__item-img img {
    max-width: 100%
}

.about-3__button-wrapper {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 20px;
    bottom: 6%;
    left: 4%;
    margin-bottom: 0;
    padding: 20px 41px;
    position: absolute
}

@media(max-width:767px) {
    .about-3__button-wrapper {
        background-color: #fff;
        background-color: var(--it-common-white);
        bottom: 7%;
        left: 4%;
        padding: 6px 12px
    }
    .about-3__button-wrapper .about-3__video {
        padding-right: 10px
    }
    .about-3__button-wrapper .about-3__video a {
        background-color: #ffdc60;
        background-color: var(--it-theme-1);
        border-radius: 50%;
        height: 35px;
        line-height: 35px;
        width: 35px
    }
    .about-3__button-wrapper .about-3__video a i {
        font-size: 13px
    }
    .about-3__button-wrapper .about-3__video-text span {
        font-size: 16px
    }
}

.about-3__wrapper-item {
    border: 1px solid #d0d0d0;
    border: 1px solid var(--it-common-white-2);
    border-radius: 20px;
    padding: 65px 80px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-3__wrapper-item {
        padding: 61px 60px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-3__wrapper-item {
        padding: 25px 30px
    }
    .about-3__wrapper-item .section-title br {
        display: none
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-3__wrapper-item {
        padding: 33px 21px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__wrapper-item {
        padding: 15px 22px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-3__wrapper-item {
        padding: 33px 40px
    }
}

@media(max-width:767px) {
    .about-3__wrapper-item {
        padding: 30px 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-3__wrapper-item {
        padding: 35px 20px
    }
}

.about-3__wrapper-item .about-3__content {
    padding-right: 50px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-3__wrapper-item .about-3__content {
        padding: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-3__wrapper-item .about-3__content {
        padding: 0
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__wrapper-item .about-3__content {
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-3__wrapper-item .about-3__content {
        padding: 0
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .about-3__wrapper-item .about-3__content {
        padding: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-3__wrapper-item .section-title {
        font-size: 34px
    }
    .about-3__wrapper-item .section-title br {
        display: none
    }
}

.about-3__wrapper-item .about-3__button {
    margin-bottom: 0;
    padding-top: 30px
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__wrapper-item .about-3__button {
        padding-top: 0
    }
}

@media(max-width:767px) {
    .about-3__wrapper-item .about-3__button {
        padding-top: 0
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-3__wrapper-item .main-btn-sm {
        height: 35px;
        line-height: 35px;
        padding: 0 20px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-3__wrapper-item__text p {
        padding-right: 0
    }
}

.about-4__plr {
    padding: 120px 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-4__plr {
        padding: 120px 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-4__plr {
        padding: 120px 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-4__plr {
        padding: 120px 30px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-4__plr {
        padding: 0 30px 120px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-4__plr {
        padding: 120px 30px
    }
}

@media(max-width:767px) {
    .about-4__plr {
        padding: 0 0 120px
    }
}

.about-4__bg {
    background-color: #31303f;
    border-radius: 10px;
    padding: 90px 100px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-4__bg {
        padding: 90px 60px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-4__bg {
        padding: 60px 10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-4__bg {
        padding: 90px 20px
    }
}

@media(max-width:767px) {
    .about-4__bg {
        padding: 90px 0
    }
}

.about-4__main-img {
    -webkit-animation: tptranslateY2 4s infinite alternate;
    animation: tptranslateY2 4s infinite alternate
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-4__main-img {
        margin-bottom: 100px
    }
}

@media(max-width:767px) {
    .about-4__main-img {
        margin-bottom: 70px
    }
}

.about-4__main-img img {
    margin-top: -211px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-4__main-img img {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .about-4__main-img img {
        margin-top: 0;
        width: 100%
    }
}

.about-4__text {
    border-bottom: 1px solid #595252;
    border-bottom: 1px solid var(--it-border-2);
    padding-bottom: 20px
}

.about-4__text p {
    color: #d0d0d0;
    color: var(--it-common-white-2)
}

@media(max-width:767px) {
    .about-4__text p {
        font-size: 15px
    }
}

.about-4__content-list {
    margin-bottom: 30px;
    margin-top: 35px;
    padding-bottom: 5px
}

.about-4__content-list ul {
    padding-bottom: 5px
}

.about-4__content-list ul li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative
}

.about-4__content-list ul li i {
    color: #83adff;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-4__content-list ul li span {
    color: #d0d0d0;
    color: var(--it-common-white-2);
    font-size: 17px;
    font-weight: 400;
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    transition: .3s
}

.about-4__content-list ul li span:hover {
    text-decoration: underline
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-4__content-list ul li span {
        font-size: 15px
    }
}

.about-4__video {
    padding-right: 40px
}

.about-4__video span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 47px;
    line-height: 49px;
    position: relative;
    text-align: center;
    width: 47px;
    z-index: 2
}

.about-4__video span:after {
    background-color: hsla(47, 85%, 69%, .588);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    width: 100%;
    z-index: -1
}

.about-4__video span i {
    color: #232323;
    color: var(--it-common-black);
    font-size: 16px;
    padding-left: 4px
}

.about-4__video-text span {
    color: #fff;
    color: var(--it-common-white);
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    transition: .3s
}

.about-4__video-text span:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.about-4__shape-1 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    left: 12%;
    position: absolute;
    top: 18%;
    z-index: 3
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-4__shape-1 {
        left: 8%;
        top: 17%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-4__shape-1 {
        left: 9%;
        top: 17%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-4__shape-1 {
        left: 5%;
        top: 16%
    }
}

.about-4__shape-2 {
    -webkit-animation: zoom 7s infinite;
    animation: zoom 7s infinite;
    left: 40%;
    position: absolute;
    top: 27%;
    z-index: 3
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-4__shape-2 {
        left: 37%;
        top: 29%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-4__shape-2 {
        left: 39%;
        top: 32%
    }
}

.about-4__shape-3 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 19%;
    left: 41%;
    position: absolute;
    z-index: 3
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-4__shape-3 {
        bottom: 15%
    }
}

.about-4__shape-4 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    bottom: 8%;
    left: 7%;
    position: absolute;
    z-index: 1
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-4__shape-4 {
        left: 2%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-4__shape-4 {
        left: 2%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-4__shape-4 {
        bottom: 4%;
        left: 0
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-4__shape-4 {
        bottom: 3%;
        left: 1%
    }
}

.about-4__shape-5 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 2%;
    top: 1%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-4__shape-5 {
        top: -5%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-4__shape-5 {
        top: -6%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-4__shape-5 {
        top: -5%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-4__shape-5 {
        right: 1%;
        top: -7%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-4__section-title .section-title br {
        display: none
    }
}

.about-5__plr {
    padding: 120px 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-5__plr {
        padding: 120px 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-5__plr {
        padding: 120px 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-5__plr {
        padding: 120px 30px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-5__plr {
        padding: 0 30px 120px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-5__plr {
        padding: 120px 30px
    }
}

@media(max-width:767px) {
    .about-5__plr {
        padding: 0 0 120px
    }
}

.about-5__text {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    padding-bottom: 10px
}

@media(max-width:767px) {
    .about-5__text p {
        font-size: 13px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-5__text p {
        font-size: 15px
    }
}

.about-5__content-list {
    padding-bottom: 40px;
    padding-top: 25px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-5__content-list {
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .about-5__content-list {
        padding-bottom: 10px
    }
}

.about-5__content-list ul {
    display: inline-block;
    padding-bottom: 5px
}

.about-5__content-list ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    width: 50%
}

@media(max-width:767px) {
    .about-5__content-list ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-5__content-list ul li {
        width: 50%
    }
}

.about-5__content-list ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-5__content-list ul li span {
    font-size: 17px;
    font-weight: 400
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-5__content-list ul li span {
        font-size: 15px
    }
}

.about-5__content-title {
    font-size: 24px;
    padding-bottom: 20px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-5__content-title {
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .about-5__content-title {
        font-size: 18px;
        padding-bottom: 0
    }
}

.about-5__border {
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 10px;
    padding: 40px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-5__border {
        margin: 0 42px;
        padding: 43px 40px
    }
}

@media(max-width:767px) {
    .about-5__border {
        padding: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-5__border {
        padding: 30px 15px
    }
}

.about-5__content-box {
    margin-left: -40px;
    margin-right: 302px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-5__content-box {
        margin-left: 0;
        margin-right: 203px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-5__content-box {
        margin-left: 30px;
        margin-right: 56px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-5__content-box {
        margin-left: 20px;
        margin-right: 55px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-5__content-box {
        margin-left: 20px;
        margin-right: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-5__content-box {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:767px) {
    .about-5__content-box {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-5__main-img {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .about-5__main-img {
        margin-bottom: 30px
    }
}

.about-details__plr {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    padding: 0 200px
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .about-details__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-details__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .about-details__plr {
        padding: 0
    }
}

.about-details__content-list {
    padding: 10px 0
}

.about-details__content-list ul {
    padding-bottom: 5px
}

.about-details__content-list ul li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    transition: .3s
}

@media(max-width:767px) {
    .about-details__content-list ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-details__content-list ul li {
        width: 50%
    }
}

.about-details__content-list ul li:hover {
    text-decoration: underline
}

.about-details__content-list ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-details__content-list ul li span {
    font-size: 17px;
    font-weight: 400
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-details__content-list ul li span {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .about-details__content-list ul li span {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-details__content-list ul li span {
        font-size: 16px
    }
}

.about-details__title {
    font-size: 24px;
    padding-bottom: 20px
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px) {
    .about-details__title {
        padding-bottom: 10px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-details__title {
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .about-details__title {
        font-size: 18px;
        padding-bottom: 0
    }
}

.about-details__content {
    padding-left: 25px;
    padding-right: 190px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .about-details__content {
        padding-right: 90px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .about-details__content {
        padding-right: 50px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .about-details__content {
        padding-right: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .about-details__content {
        padding-left: 10px;
        padding-right: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-details__content {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .about-details__content {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-details__text p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .about-details__text p {
        font-size: 13px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-details__text p {
        font-size: 15px
    }
}

.about-details__text-2 {
    font-size: 17px;
    padding-bottom: 75px
}

@media(max-width:767px) {
    .about-details__text-2 {
        padding-bottom: 40px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px) {
    .about-details__text-2 p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .about-details__text-2 p {
        font-size: 15px
    }
    .about-details__text-2 p br {
        display: none
    }
}

@media(max-width:767px) {
    .about-details__text-2 p {
        font-size: 13px
    }
    .about-details__text-2 p br {
        display: none
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .about-details__text-2 p {
        font-size: 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .about-details__main-img {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .about-details__main-img {
        margin-bottom: 30px
    }
}

.counter__shape-1 {
    bottom: 0;
    left: 0;
    position: absolute
}

.counter__shape-2 {
    bottom: 0;
    position: absolute;
    right: 0
}

.counter__black-bg {
    background-color: #232323;
    background-color: var(--it-common-black);
    border-radius: 15px;
    padding: 100px 125px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .counter__black-bg {
        padding: 100px 50px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .counter__black-bg {
        padding: 100px 50px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .counter__black-bg {
        padding: 100px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .counter__black-bg {
        padding: 100px 30px
    }
}

@media(max-width:767px) {
    .counter__black-bg {
        padding: 100px 10px
    }
}

.counter__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .counter__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .counter__mlr {
        margin: 0 50px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .counter__mlr {
        margin: 0 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .counter__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .counter__mlr {
        margin: 0 15px
    }
}

.counter__item {
    background-color: #83adff;
    background-color: var(--it-common-blue);
    border-radius: 5px;
    padding: 55px 0;
    position: relative;
    z-index: 2
}

.counter__color-2 {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.counter__color-3 {
    background-color: #59c9da;
    background-color: var(--it-common-paste)
}

.counter__color-4 {
    background-color: #ffadad;
    background-color: var(--it-common-pink-2)
}

.counter__title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .counter__title {
        font-size: 20px
    }
}

.counter__icon {
    padding-bottom: 10px
}

.counter__icon span {
    display: inline-block;
    font-size: 60px
}

.counter__icon span,
.counter__text span {
    color: #232323;
    color: var(--it-common-black)
}

.counter__text span {
    font-size: 50px;
    font-weight: 700;
    line-height: 1
}

.counter__text span i {
    font-style: normal
}

.counter-2__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .counter-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .counter-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .counter-2__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .counter-2__plr {
        padding: 0
    }
}

.counter-2__black-bg {
    background-color: #1d1d25;
    background-color: var(--it-common-black-7);
    border-radius: 15px;
    padding: 70px 25px;
    position: relative
}

@media(max-width:767px) {
    .counter-2__black-bg {
        padding-bottom: 30px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .counter-2__black-bg {
        padding-bottom: 30px
    }
}

.counter-2__shape {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.counter-2__item {
    border-right: 1px solid #595252;
    border-right: 1px solid var(--it-border-2);
    position: relative;
    z-index: 2
}

.counter-2__item.item-border {
    border-right: none
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:992px)and (max-width:1199px) {
    .counter-2__item {
        border-right: none
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .counter-2__item {
        border-right: none;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .counter-2__item {
        border-right: none
    }
}

.counter-2__text span {
    color: #fff;
    color: var(--it-common-white);
    font-size: 50px;
    font-weight: 700
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .counter-2__text span {
        font-size: 45px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .counter-2__text span {
        font-size: 37px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .counter-2__text span {
        font-size: 37px
    }
}

@media(max-width:767px) {
    .counter-2__text span {
        font-size: 35px
    }
}

.counter-2__text span i {
    font-style: normal
}

.counter-2__title {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .counter-2__title {
        font-size: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .counter-2__title {
        font-size: 17px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .counter-2__title {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .counter-2__title {
        font-size: 17px
    }
}

.counter-2__icon img {
    width: 65px
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .counter-2__icon img {
        width: 45px
    }
}

@media(max-width:767px) {
    .counter-2__icon img {
        width: 60px
    }
}

.service__mlr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service__mlr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service__mlr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .service__mlr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .service__mlr {
        padding: 0
    }
}

.service__space {
    margin-top: -100px;
    padding-top: 200px
}

.service__space-2 {
    padding-bottom: 70px;
    padding-top: 120px
}

.service__shape-1 {
    right: 0;
    top: 20%
}

.service__shape-2 {
    left: 0;
    position: absolute;
    top: 15%
}

.service__shape-3 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    position: absolute;
    right: 0;
    top: 10%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service__shape-3 {
        top: 1%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service__shape-3 {
        top: 2%
    }
}

.service__shape-4 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 10%;
    left: 0;
    position: absolute
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service__shape-4 {
        bottom: 0
    }
}

.service__shape-5 {
    left: 0;
    position: absolute;
    top: -9%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service__shape-5 {
        top: -8%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service__shape-5 {
        top: -7%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service__shape-5 {
        top: -6%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service__shape-5 {
        top: -3.5%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service__shape-5 {
        top: -3%
    }
}

@media(max-width:767px) {
    .service__shape-5 {
        top: -19px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .service__shape-5 {
        top: -37px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .service__shape-5 {
        top: -27px
    }
}

.service__shape-6 {
    bottom: -6%;
    left: 0;
    position: absolute
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service__shape-6 {
        bottom: -5%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service__shape-6 {
        bottom: -5%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service__shape-6 {
        bottom: -4%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service__shape-6 {
        bottom: -2.5%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service__shape-6 {
        bottom: -2%
    }
}

@media(max-width:767px) {
    .service__shape-6 {
        bottom: -16px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .service__shape-6 {
        bottom: -24px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .service__shape-6 {
        bottom: -20px
    }
}

.service__item {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 2px dashed transparent;
    border-top-right-radius: 20%;
    padding: 70px 55px;
    transition: .3s
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service__item {
        padding: 60px 46px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service__item {
        padding: 50px 35px
    }
}

@media(max-width:767px) {
    .service__item {
        padding: 40px 35px
    }
}

.service__item.shape-none .service__shape {
    display: none
}

.service__item.bg-color {
    background-color: #292930;
    background-color: var(--it-common-black-2);
    border: 2px solid #595252;
    border: 2px solid var(--it-border-2)
}

.service__item.bg-color .service__title {
    color: #fff;
    color: var(--it-common-white)
}

.service__item.bg-color .service__title.title-color-1:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

.service__item.bg-color .service__title.title-color-2:hover {
    color: #ffdc60;
    color: var(--it-theme-11)
}

.service__item.bg-color .service__title.title-color-3:hover {
    color: #ffadad;
    color: var(--it-common-pink-2)
}

.service__item.bg-color .service__title.title-color-4:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.service__item.bg-color .service__title.title-color-5:hover {
    color: #5ef794;
    color: var(--it-common-green)
}

.service__item.bg-color .service__title.title-color-6:hover {
    color: #fb87e1;
    color: var(--it-common-pink-3)
}

.service__item.bg-color .service__content p {
    color: #fff;
    color: var(--it-common-white)
}

.service__item:hover {
    border: 2px dashed #59c9da;
    border: 2px dashed var(--it-common-paste)
}

.service__item:hover .service__icon-wrapper {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.service__border-2:hover {
    border-color: #ffdc60;
    border-color: var(--it-theme-11)
}

.service__border-3:hover {
    border-color: #ffadad;
    border-color: var(--it-common-pink-2)
}

.service__border-4:hover {
    border-color: #83adff;
    border-color: var(--it-common-blue)
}

.service__border-5:hover {
    border-color: #5ef794;
    border-color: var(--it-common-green)
}

.service__border-6:hover {
    border-color: #fb87e1;
    border-color: var(--it-common-pink-3)
}

.service__shape {
    bottom: -30%;
    position: absolute;
    right: 8%
}

.service__icon-wrapper {
    display: inline-block;
    transition: .3s
}

.service__inner-icon {
    left: 55%;
    position: absolute;
    top: 41%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.service__inner-icon.inner-hight {
    left: 52%;
    top: 41%
}

.service__inner-icon span {
    color: #fff;
    color: var(--it-common-white);
    font-size: 40px;
    font-weight: 700
}

.service__title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .service__title {
        font-size: 19px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .service__title {
        font-size: 21px
    }
}

.service__title.title-color-1:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

.service__title.title-color-2:hover {
    color: #ffdc60;
    color: var(--it-theme-11)
}

.service__title.title-color-3:hover {
    color: #ffadad;
    color: var(--it-common-pink-2)
}

.service__title.title-color-4:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.service__title.title-color-5:hover {
    color: #5ef794;
    color: var(--it-common-green)
}

.service__title.title-color-6:hover {
    color: #fb87e1;
    color: var(--it-common-pink-3)
}

.service__title.color-1 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-1:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

.service__title.color-2 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-2:hover {
    color: #ffdc60;
    color: var(--it-theme-11)
}

.service__title.color-3 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-3:hover {
    color: #ffadad;
    color: var(--it-common-pink-2)
}

.service__title.color-4 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-4:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.service__title.color-5 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-5:hover {
    color: #5ef794;
    color: var(--it-common-green)
}

.service__title.color-6 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-6:hover {
    color: #fb87e1;
    color: var(--it-common-pink-3)
}

.service__title.color-7 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-7:hover {
    color: #3aa583
}

.service__title.color-8 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-8:hover {
    color: #9e661e
}

.service__title.color-9 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-9:hover {
    color: #7272b1
}

.service__title.color-10 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-10:hover {
    color: #62591b
}

.service__title.color-11 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-11:hover {
    color: #d04184
}

.service__title.color-12 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title.color-12:hover {
    color: #c6a477
}

.service__content p {
    padding-bottom: 5px;
    transition: .3s
}

@media(max-width:767px) {
    .service__content p {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .service__content p {
        font-size: 15px
    }
}

.service__link a {
    color: #59c9da;
    color: var(--it-common-paste);
    font-size: 17px;
    font-weight: 500
}

.service__link a i {
    margin-left: 10px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.service__link a:hover i {
    -webkit-animation: tfLeftToRight .4s forwards;
    animation: tfLeftToRight .4s forwards
}

.service__link-color-2 a {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.service__link-color-3 a {
    color: #ffadad;
    color: var(--it-common-pink-2)
}

.service__link-color-4 a {
    color: #83adff;
    color: var(--it-common-blue)
}

.service__link-color-5 a {
    color: #5ef794;
    color: var(--it-common-green)
}

.service__link-color-6 a {
    color: #fb87e1;
    color: var(--it-common-pink-3)
}

.service__link-color-7 a {
    color: #3aa583
}

.service__link-color-8 a {
    color: #9e661e
}

.service__link-color-9 a {
    color: #7272b1
}

.service__link-color-10 a {
    color: #62591b
}

.service__link-color-11 a {
    color: #d04184
}

.service__link-color-12 a {
    color: #c6a477
}

.service__title-color-1 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title-color-1:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

.service__title-color-2 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title-color-2:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.service__title-color-3 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title-color-3:hover {
    color: #ffadad;
    color: var(--it-common-pink-2)
}

.service__title-color-4 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title-color-4:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.service__title-color-5 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title-color-5:hover {
    color: #5ef794;
    color: var(--it-common-green)
}

.service__title-color-6 {
    color: #fff;
    color: var(--it-common-white)
}

.service__title-color-6:hover {
    color: #fb87e1;
    color: var(--it-common-pink-3)
}

.service__item-bg {
    background-color: #31303f;
    border-radius: 40px;
    padding: 70px 65px;
    transition: .3s
}

.service__item-bg.item-hover-black {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 30px;
    padding: 70px 65px;
    transition: .3s
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service__item-bg {
        border-radius: 40px;
        padding: 50px 35px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service__item-bg {
        padding: 70px 32px
    }
}

@media(max-width:767px) {
    .service__item-bg {
        padding: 50px 35px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .service__item-bg {
        padding: 50px
    }
}

.service__item-bg:hover {
    background-color: #1d1d25;
    border: 2px dashed transparent
}

.service__item-bg:hover.item-hover-black {
    background-color: #232323;
    background-color: var(--it-common-black);
    border: 1px solid transparent
}

.service__item-bg:hover.item-hover-black .service__content p,
.service__item-bg:hover.item-hover-black .service__title {
    color: #fff;
    color: var(--it-common-white)
}

.service__plr {
    padding: 0 200px 50px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service__plr {
        padding: 0 100px 50px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service__plr {
        padding: 0 100px 50px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .service__plr {
        padding: 0 30px 50px
    }
}

@media(max-width:767px) {
    .service__plr {
        padding: 0 0 50px
    }
}

.service__shape-1 {
    position: absolute;
    right: 14%;
    top: -24%
}

.service-2__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .service-2__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .service-2__plr {
        padding: 0
    }
}

.service-2__space {
    padding-bottom: 110px;
    padding-top: 110px
}

.service-2__shape-1 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    left: 1.5%;
    position: absolute;
    top: 26%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service-2__shape-1 {
        left: 0
    }
}

.service-2__shape-2 {
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite;
    bottom: 14%;
    left: 2%;
    position: absolute
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service-2__shape-2 {
        bottom: 5%;
        left: 0
    }
}

.service-2__shape-3 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    position: absolute;
    right: 0;
    top: 7%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-2__shape-3 {
        top: 1%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service-2__shape-3 {
        top: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-2__shape-3 {
        right: 0;
        top: 0
    }
}

.service-2__shape-4 {
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite;
    position: absolute;
    right: 7%;
    top: 31%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-2__shape-4 {
        right: 3%
    }
}

.service-2__shape-5 {
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite;
    bottom: 8%;
    position: absolute;
    right: 3%
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .service-2__shape-5 {
        bottom: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-2__shape-5 {
        bottom: -1%;
        right: 2%
    }
}

.service-2__text {
    padding-right: 106px
}

.service-2__item-wrapper {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 10px;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    margin-bottom: 30px;
    padding: 50px;
    position: relative;
    transition: .3s
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-2__item-wrapper {
        padding: 50px 45px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-2__item-wrapper {
        padding: 50px 36px
    }
}

@media(max-width:767px) {
    .service-2__item-wrapper {
        padding: 25px 30px
    }
}

.service-2__item-wrapper:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.service-2__item-wrapper:hover:after {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4)
}

.service-2__item-wrapper:hover .service-2__icon span i {
    color: #232323;
    color: var(--it-common-black)
}

.service-2__item-wrapper:hover .service-2__link a i {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.service-2__item-wrapper:after {
    background-color: #eff2fe;
    background-color: var(--it-common-blue-5);
    border-top-left-radius: 10px;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-2__item-wrapper:after {
        height: 94px;
        width: 86px
    }
}

@media(max-width:767px) {
    .service-2__item-wrapper:after {
        height: 80px;
        width: 80px
    }
}

.service-2__icon {
    margin-right: 30px
}

@media(max-width:767px) {
    .service-2__icon {
        margin-bottom: 20px
    }
}

.service-2__icon span {
    align-items: center;
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    display: flex;
    height: 80px;
    justify-content: center;
    line-height: 80px;
    width: 80px
}

.service-2__icon span.icon-height {
    line-height: 95px
}

.service-2__icon span.icon-height-2 {
    line-height: 90px;
    padding-left: 6px
}

.service-2__icon span.icon-height-3 {
    line-height: 92px
}

.service-2__icon span.icon-height-4 {
    line-height: 90px
}

.service-2__icon span i {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 32px;
    font-weight: 500;
    transition: .3s
}

.service-2__icon span i.fa-signal-4 {
    margin-right: -6px;
    margin-top: -6px
}

.service-2__title-sm {
    color: #232323;
    color: var(--it-common-black);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    transition: .3s
}

.service-2__title-sm:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

@media(max-width:767px) {
    .service-2__title-sm {
        font-size: 18px
    }
}

.service-2__link a {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 500;
    transition: .3s
}

.service-2__link a:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.service-2__link a:hover i {
    -webkit-animation: tfLeftToRight .4s forwards;
    animation: tfLeftToRight .4s forwards
}

.service-2__link a i {
    color: #ffdc60;
    color: var(--it-theme-1);
    padding-left: 10px;
    transition: .3s
}

.service-2__top-text p {
    padding-right: 106px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service-2__top-text p {
        padding-right: 85px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-2__top-text p {
        padding-right: 7px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-2__top-text p {
        padding-right: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .service-2__top-text p {
        font-size: 15px;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .service-2__top-text p {
        font-size: 14px;
        padding-right: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .service-2__top-text p {
        padding-right: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-2__content p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .service-2__content p {
        font-size: 14px
    }
    .service-2__item {
        flex-wrap: wrap
    }
}

.service-details__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .service-details__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-details__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .service-details__plr {
        padding: 0
    }
}

.service-details__service-item {
    background-color: #f7f9ff;
    margin-left: 20px;
    padding: 47px 40px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-details__service-item {
        padding: 15px 35px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-details__service-item {
        padding: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__service-item {
        margin-left: 0;
        padding: 20px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-details__service-item {
        margin-left: 0
    }
}

@media(max-width:767px) {
    .service-details__service-item {
        margin-left: 0;
        padding: 30px 15px
    }
}

.service-details__service-item h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__service-item h4 {
        padding-bottom: 10px
    }
}

@media(max-width:767px) {
    .service-details__service-item h4 {
        font-size: 19px;
        padding-bottom: 15px
    }
}

.service-details__service-item ul li {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 8px 12px;
    transition: .3s
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-details__service-item ul li {
        font-size: 17px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .service-details__service-item ul li {
        font-size: 17px;
        padding: 3px 12px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__service-item ul li {
        font-size: 15px;
        margin-bottom: 10px;
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .service-details__service-item ul li {
        font-size: 15px;
        margin-bottom: 15px;
        padding: 8px 12px
    }
}

.service-details__service-item ul li:last-child {
    margin-bottom: 0
}

.service-details__service-item ul li:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.service-details__service-item ul li:before {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4);
    border-radius: 50%;
    color: #fff;
    color: var(--it-common-white);
    content: "";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
    width: 30px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__service-item ul li:before {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        width: 20px
    }
}

.service-details__list {
    padding-bottom: 75px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-details__list {
        padding-bottom: 35px
    }
}

@media(max-width:767px) {
    .service-details__list {
        padding-bottom: 25px
    }
}

.service-details__list ul {
    display: inline-block;
    padding-bottom: 5px
}

.service-details__list ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    width: 25%
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-details__list ul li {
        width: 50%
    }
}

@media(max-width:767px) {
    .service-details__list ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .service-details__list ul li {
        width: 50%
    }
}

.service-details__list ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-details__list ul li span {
    color: #232323;
    color: var(--it-common-black);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__list ul li span {
        font-size: 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-details__list ul li span {
        font-size: 15px
    }
}

.service-details__item p {
    padding-bottom: 20px;
    padding-right: 190px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .service-details__item p {
        padding-right: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__item p {
        font-size: 14px;
        padding-right: 0
    }
    .service-details__item p br {
        display: none
    }
}

@media(max-width:767px) {
    .service-details__item p {
        font-size: 14px;
        padding-right: 0
    }
    .service-details__item p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-details__main-img {
        padding-bottom: 40px
    }
}

@media(max-width:767px) {
    .service-details__main-img {
        padding-bottom: 35px
    }
}

.service-details__main-img-2 {
    padding-bottom: 80px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-details__main-img-2 {
        padding-bottom: 40px
    }
}

@media(max-width:767px) {
    .service-details__main-img-2 {
        padding-bottom: 35px
    }
}

.service-details__section-box {
    padding-bottom: 80px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .service-details__section-box {
        font-size: 15px;
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .service-details__section-box {
        font-size: 15px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .service-details__right-text p {
        font-size: 15px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .service-details__right-text p {
        font-size: 14px;
        padding-bottom: 20px
    }
}

.project__active {
    margin: 0 15px
}

@media(max-width:767px) {
    .project__active {
        margin: 0
    }
}

.project__item img {
    width: 100%
}

.project-slider-dots {
    margin-top: 60px;
    position: static !important;
    text-align: center
}

.project-slider-dots .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    opacity: 1;
    transition: .3s;
    width: 18px
}

.project-slider-dots .swiper-pagination-bullet-active {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.project-2__plr {
    padding: 150px 200px 120px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .project-2__plr {
        padding: 120px 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__plr {
        padding: 120px 30px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .project-2__plr {
        padding: 70px 0
    }
}

.project-2__shape-1 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    left: 0;
    position: absolute;
    top: 22%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-2__shape-1 {
        top: 4%
    }
}

.project-2__shape-2 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    bottom: 16%;
    left: 0;
    position: absolute
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-2__shape-2 {
        bottom: 0;
        left: -1%
    }
}

.project-2__shape-3 {
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite;
    position: absolute;
    right: 0;
    top: 16%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-2__shape-3 {
        right: 0;
        top: 7%
    }
}

.project-2__shape-4 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 3%;
    position: absolute;
    right: 0
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-2__shape-4 {
        bottom: -2%;
        right: -6%
    }
}

.project-2__button-box {
    padding-bottom: 60px
}

.project-2__button-box .react-tabs__tab--selected button {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #232323;
    color: var(--it-common-black)
}

.project-2__button-box button {
    background-color: transparent;
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;
    padding: 6px 24px;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-2__button-box button {
        font-size: 17px;
        padding: 6px 15px
    }
}

@media(max-width:767px) {
    .project-2__button-box button {
        font-size: 13px;
        margin-bottom: 15px;
        padding: 6px 17px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-2__button-box button {
        font-size: 17px
    }
}

.project-2__button-box button.active,
.project-2__button-box button:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.project-2__thumb {
    position: relative
}

.project-2__thumb img,
.project-2__thumb:after {
    border-radius: 10px;
    width: 100%
}

.project-2__thumb:after {
    background-color: rgba(41, 41, 48, .488);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition: .3s;
    visibility: hidden
}

.project-2__item {
    margin-bottom: 30px
}

.project-2__item:hover .project-2__thumb:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.project-2__item:hover .project-2__img-icon,
.project-2__item:hover .project-2__img-text {
    opacity: 1;
    visibility: visible
}

.project-2__img-text {
    bottom: 0;
    left: 0;
    margin: 30px;
    opacity: 0;
    position: absolute;
    transition: .3s;
    visibility: hidden;
    z-index: 4
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__img-text {
        margin: 15px
    }
}

.project-2__img-text h4 {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__img-text h4 {
        font-size: 18px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-2__img-text h4 {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .project-2__img-text h4 {
        font-size: 19px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-2__img-text h4 {
        font-size: 21px
    }
}

.project-2__img-text h4:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.project-2__img-text i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.project-2__img-text i span {
    color: #ffdc60;
    color: var(--it-theme-1)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__img-text i {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .project-2__img-text i {
        font-size: 12px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-2__img-text i {
        font-size: 15px
    }
}

.project-2__img-icon {
    margin: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    visibility: hidden;
    z-index: 4
}

.project-2__img-icon a {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 5px;
    display: inline-block;
    height: 55px;
    line-height: 58px;
    text-align: center;
    width: 55px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__img-icon a {
        height: 40px;
        line-height: 46px;
        width: 40px
    }
}

.project-2__img-icon a i {
    color: #232323;
    color: var(--it-common-black);
    font-size: 20px;
    font-weight: 500
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__img-icon a i {
        font-size: 18px
    }
}

.project-2__button-box-2 .react-tabs__tab--selected button {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #232323;
    color: var(--it-common-black)
}

.project-2__button-box-2 button {
    color: #fff;
    color: var(--it-common-white);
    transition: .3s
}

.project-2__button-box-2 button:hover {
    color: #232323;
    color: var(--it-common-black)
}

.project-2__plr-2 {
    padding: 150px 200px 120px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .project-2__plr-2 {
        padding: 150px 100px 120px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-2__plr-2 {
        padding: 150px 100px 120px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__plr-2 {
        padding: 150px 30px 120px
    }
}

@media(max-width:767px) {
    .project-2__plr-2 {
        padding: 150px 0 120px
    }
}

.project-2__plr-3 {
    padding: 100px 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .project-2__plr-3 {
        padding: 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-2__plr-3 {
        padding: 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .project-2__plr-3 {
        padding: 100px 30px
    }
}

@media(max-width:767px) {
    .project-2__plr-3 {
        padding: 100px 0
    }
}

.project-3__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .project-3__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-3__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .project-3__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .project-3__plr {
        padding: 0
    }
}

.project-3__space {
    padding-bottom: 100px;
    padding-top: 120px
}

.project-3__text {
    padding-bottom: 10px;
    padding-right: 60px
}

.project-3__project-tab {
    margin-bottom: 60px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .project-3__project-tab {
        margin-bottom: 30px
    }
}

.project-3__project-tab ul li.react-tabs__tab--selected button {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #232323;
    color: var(--it-common-black)
}

.project-3__project-tab ul li button {
    background-color: transparent;
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    padding: 5px 24px;
    transition: .3s
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-3__project-tab ul li button {
        padding: 5px 15px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-3__project-tab ul li button {
        margin-right: 5px;
        padding: 5px 14px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-3__project-tab ul li button {
        font-size: 15px;
        margin-right: 5px;
        padding: 3px 10px
    }
}

@media(max-width:767px) {
    .project-3__project-tab ul li button {
        font-size: 15px;
        margin-bottom: 15px;
        margin-right: 6px;
        padding: 7px 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-3__project-tab ul li button {
        font-size: 16px
    }
}

.project-3__project-tab ul li button:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #232323;
    color: var(--it-common-black)
}

.project-3__item:hover .project-3__icon a i {
    color: #2e3bbb;
    color: var(--it-common-blue-3)
}

.project-3__item:hover .project-3__icon a:before {
    background-color: #83adff;
    background-color: var(--it-common-blue)
}

.project-3__main-img img {
    border-radius: 10px;
    width: 100%
}

.project-3__title-sm {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 6px;
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-3__title-sm {
        font-size: 17px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-3__title-sm {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .project-3__title-sm {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-3__title-sm {
        font-size: 18px
    }
}

.project-3__title-sm:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.project-3__content-text span {
    font-size: 14px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-3__content-text span {
        font-size: 13px
    }
}

.project-3__content {
    padding: 30px 25px
}

.project-3__icon {
    padding-right: 45px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .project-3__icon {
        padding-right: 10px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-3__icon {
        padding-right: 15px
    }
}

.project-3__icon a {
    position: relative
}

.project-3__icon a i {
    color: #232323;
    color: var(--it-common-black);
    font-size: 24px;
    font-weight: 500;
    margin-left: 19px;
    position: relative;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    transition: .3s;
    z-index: 2
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .project-3__icon a i {
        font-size: 19px;
        margin-left: 17px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-3__icon a i {
        font-size: 20px;
        margin-left: 17px;
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
}

.project-3__icon a:before {
    background-color: #e2e2e2;
    background-color: var(--it-common-black-4);
    border-radius: 50%;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    width: 30px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .project-3__icon a:before {
        height: 25px;
        width: 25px
    }
}

.project-3__section-box {
    margin-bottom: 50px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-3__section-box {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .project-3__section-box {
        margin-bottom: 50px
    }
}

.project-3__space-2 {
    padding: 100px 0
}

.project-4__space {
    padding-bottom: 115px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .project-4__space {
        padding-bottom: 70px;
        padding-top: 70px
    }
}

.project-4__project-tab {
    margin-bottom: 60px
}

.project-4__project-tab ul li.react-tabs__tab--selected button {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #232323;
    color: var(--it-common-black)
}

.project-4__project-tab ul li button {
    background-color: transparent;
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    padding: 5px 24px;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-4__project-tab ul li button {
        font-size: 16px;
        padding: 5px 20px
    }
}

@media(max-width:767px) {
    .project-4__project-tab ul li button {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 5px 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-4__project-tab ul li button {
        padding: 5px 20px
    }
}

.project-4__project-tab ul li button:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #232323;
    color: var(--it-common-black)
}

.project-4__main-img img {
    width: 100%
}

.project-4__content-box {
    background-color: #fff;
    background-color: var(--it-common-white);
    bottom: -7%;
    margin-left: 170px;
    padding-left: 60px;
    padding-top: 45px;
    position: absolute;
    right: 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .project-4__content-box {
        padding-left: 50px;
        padding-right: 20px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-4__content-box {
        margin-left: 156px;
        padding-left: 30px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-4__content-box {
        margin-left: 92px;
        padding-left: 25px;
        padding-right: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-4__content-box {
        margin-left: 170px;
        padding-left: 40px;
        padding-top: 45px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-4__content-box {
        margin-left: 90px;
        padding-left: 27px;
        padding-top: 40px
    }
}

@media(max-width:767px) {
    .project-4__content-box {
        margin-left: 67px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-4__content-box {
        margin-left: 180px;
        padding-left: 57px;
        padding-top: 54px
    }
}

.project-4__title-sm {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-4__title-sm {
        font-size: 20px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-4__title-sm {
        font-size: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-4__title-sm {
        font-size: 20px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-4__title-sm {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .project-4__title-sm {
        font-size: 15px;
        padding-bottom: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-4__title-sm {
        font-size: 19px
    }
}

.project-4__title-sm:hover.title-color-1 {
    color: #fcace9
}

.project-4__title-sm:hover.title-color-2 {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.project-4__title-sm:hover.title-color-3 {
    color: #59c9da
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:992px)and (max-width:1199px) {
    .project-4__text p {
        font-size: 15px;
        padding-right: 10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-4__text p {
        font-size: 15px;
        padding-right: 15px
    }
}

@media(max-width:767px) {
    .project-4__text p {
        font-size: 12px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-4__text p {
        font-size: 16px;
        padding-right: 30px
    }
}

.project-4__category {
    margin-bottom: 20px
}

.project-4__category span {
    background-color: #fcace9;
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    font-size: 15px;
    padding: 6px 28px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-4__category span {
        padding: 5px 20px
    }
}

@media(max-width:767px) {
    .project-4__category span {
        font-size: 14px;
        padding: 4px 17px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-4__category span {
        font-size: 15px;
        padding: 5px 25px
    }
}

.project-4__category.category-color-2 span {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4)
}

.project-4__category.category-color-3 span {
    background-color: #59c9da
}

.project-4__link {
    padding-bottom: 40px
}

@media(max-width:767px) {
    .project-4__link {
        padding-bottom: 20px
    }
}

.project-4__link.link-color-2 span {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.project-4__link.link-color-3 span {
    color: #59c9da
}

.project-4__link span {
    color: #fcace9;
    font-size: 16px;
    font-weight: 500
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-4__link span {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .project-4__link span {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-4__link span {
        font-size: 16px
    }
}

.project-4__link span:hover i {
    -webkit-animation: tfLeftToRight .4s forwards;
    animation: tfLeftToRight .4s forwards
}

.project-4__link span i {
    padding-left: 10px
}

.project__section-arrow {
    position: relative
}

.project__section-arrow .swiper-button {
    position: static;
    width: auto
}

.project__section-arrow .swiper-button:after {
    display: none
}

.project__section-arrow button {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    color: #232323;
    color: var(--it-common-black);
    height: 50px;
    line-height: 53px;
    margin: 0 10px;
    text-align: center;
    transition: .4s;
    width: 50px
}

.project__section-arrow button:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.project-details__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .project-details__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-details__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .project-details__plr {
        padding: 0
    }
}

.project-details__right {
    margin-left: 240px;
    padding-bottom: 5px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__right {
        margin-left: 90px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .project-details__right {
        margin-left: 0
    }
}

.project-details__right ul {
    padding-bottom: 5px
}

.project-details__right ul li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    transition: .3s
}

@media(max-width:767px) {
    .project-details__right ul li {
        font-size: 14px
    }
}

.project-details__right ul li:last-child {
    margin-bottom: 0
}

.project-details__right ul li:hover {
    text-decoration: underline
}

.project-details__right ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project-details__right ul li span {
    font-size: 17px;
    font-weight: 600;
    margin-right: 5px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-details__right ul li span {
        font-size: 15px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__right ul li span {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .project-details__right ul li span {
        font-size: 14px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-details__left {
        padding-bottom: 30px
    }
}

@media(max-width:767px) {
    .project-details__left {
        padding-bottom: 30px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-details__left {
        padding-bottom: 30px
    }
}

.project-details__left h4 {
    font-size: 24px
}

@media(max-width:767px) {
    .project-details__left h4 {
        font-size: 18px
    }
}

.project-details__left p {
    font-size: 17px;
    margin-bottom: 0
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-details__left p br {
        display: none
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-details__left p br {
        display: none
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__left p {
        font-size: 15px;
        padding-right: 10px
    }
    .project-details__left p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-details__left p {
        font-size: 14px
    }
    .project-details__left p br {
        display: none
    }
}

@media(max-width:767px) {
    .project-details__left p {
        font-size: 13px;
        padding-right: 0
    }
    .project-details__left p br {
        display: none
    }
}

.project-details__border {
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 20px;
    margin-top: 60px;
    padding: 65px 120px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .project-details__border {
        padding: 70px 80px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .project-details__border {
        padding: 70px 37px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-details__border {
        padding: 70px 30px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__border {
        padding: 50px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-details__border {
        padding: 30px 20px
    }
}

@media(max-width:767px) {
    .project-details__border {
        padding: 20px
    }
}

.project-details__text {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    margin-bottom: 60px
}

.project-details__text p {
    font-size: 17px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-details__text p br {
        display: none
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__text p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-details__text p {
        font-size: 16px
    }
    .project-details__text p br {
        display: none
    }
}

@media(max-width:767px) {
    .project-details__text p {
        font-size: 14px
    }
    .project-details__text p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-details__solution {
        padding-bottom: 20px
    }
}

.project-details__solution h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .project-details__solution h4 {
        font-size: 18px
    }
}

.project-details__solution p {
    padding-bottom: 10px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__solution p {
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .project-details__solution p {
        font-size: 14px
    }
}

.project-details__solution ul {
    padding-bottom: 5px
}

.project-details__solution ul li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    transition: .3s
}

.project-details__solution ul li:hover {
    text-decoration: underline
}

.project-details__solution ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project-details__solution ul li span {
    font-size: 17px;
    font-weight: 400;
    margin-right: 5px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-details__solution ul li span {
        font-size: 15px
    }
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .project-details__solution ul li span {
        font-size: 15px
    }
}

.project-details__img img {
    width: 100%
}

.project-2__wrapper {
    display: flex;
    flex-wrap: wrap
}

.project-2__wrapper .project-2__item {
    padding: 0 15px
}

.project-3__inner-wrapper .project-3__item {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__item {
        margin-bottom: 30px
    }
}

.project-3__inner-wrapper .project-3__item:hover .project-3__main-img:after {
    height: 19%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-3__inner-wrapper .project-3__item:hover .project-3__main-img:after {
        height: 30%
    }
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__item:hover .project-3__main-img:after {
        height: 37%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-3__inner-wrapper .project-3__item:hover .project-3__main-img:after {
        height: 24%
    }
}

.project-3__inner-wrapper .project-3__item:hover .project-3__img-icon,
.project-3__inner-wrapper .project-3__item:hover .project-3__img-text {
    opacity: 1;
    visibility: visible
}

.project-3__inner-wrapper .project-3__main-img {
    position: relative
}

.project-3__inner-wrapper .project-3__main-img:after {
    background-color: rgba(41, 41, 48, .488);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .3s;
    visibility: hidden;
    width: 100%
}

.project-3__inner-wrapper .project-3__img-icon {
    bottom: 0;
    margin: 28px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: .3s;
    visibility: hidden;
    z-index: 4
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .project-3__inner-wrapper .project-3__img-icon {
        margin: 25px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-3__inner-wrapper .project-3__img-icon {
        margin: 21px
    }
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__img-icon {
        margin: 15px
    }
}

.project-3__inner-wrapper .project-3__img-icon a {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 5px;
    display: inline-block;
    height: 90px;
    line-height: 110px;
    text-align: center;
    width: 90px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-3__inner-wrapper .project-3__img-icon a {
        height: 70px;
        line-height: 82px;
        width: 70px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-3__inner-wrapper .project-3__img-icon a {
        height: 70px;
        line-height: 82px;
        width: 70px
    }
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__img-icon a {
        height: 40px;
        line-height: 46px;
        width: 40px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .project-3__inner-wrapper .project-3__img-icon a {
        height: 50px;
        line-height: 56px;
        width: 50px
    }
}

.project-3__inner-wrapper .project-3__img-icon a i {
    color: #232323;
    color: var(--it-common-black);
    font-size: 40px;
    font-weight: 500
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .project-3__inner-wrapper .project-3__img-icon a i {
        font-size: 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .project-3__inner-wrapper .project-3__img-icon a i {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__img-icon a i {
        font-size: 20px
    }
}

.project-3__inner-wrapper .project-3__img-text {
    bottom: 0;
    left: 0;
    margin: 30px;
    opacity: 0;
    position: absolute;
    transition: .3s;
    visibility: hidden;
    z-index: 4
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__img-text {
        margin: 15px
    }
}

.project-3__inner-wrapper .project-3__img-text h4 {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__img-text h4 {
        font-size: 16px
    }
}

.project-3__inner-wrapper .project-3__img-text h4:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.project-3__inner-wrapper .project-3__img-text i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.project-3__inner-wrapper .project-3__img-text i span {
    color: #ffdc60;
    color: var(--it-theme-1)
}

@media(max-width:767px) {
    .project-3__inner-wrapper .project-3__img-text i {
        font-size: 12px
    }
}

.social__shape-1 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    left: 9%;
    position: absolute;
    top: 30%;
    z-index: -1
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .social__shape-1 {
        top: 11%
    }
}

.social__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .social__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .social__mlr {
        margin: 0 30px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .social__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .social__mlr {
        margin: 0
    }
}

.social__plr {
    padding: 100px 200px 70px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .social__plr {
        padding: 100px 100px 70px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .social__plr {
        padding: 100px 30px 70px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .social__plr {
        padding: 100px 30px 70px
    }
}

@media(max-width:767px) {
    .social__plr {
        padding: 100px 0 70px
    }
}

.social__item {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 2px dashed transparent;
    box-shadow: 2.5px 4.33px 70px 0 rgba(0, 0, 0, .03);
    padding: 30px 25px;
    transition: .3s
}

@media(max-width:767px) {
    .social__item {
        padding: 20px 15px
    }
}

.social__item:hover {
    border: 2px dashed #2e3bbb;
    border: 2px dashed var(--it-common-blue-3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.social__item:hover.border-none {
    border: 2px dashed transparent
}

.social__item:hover .social__link span i {
    color: #232323;
    color: var(--it-common-black)
}

.social__border-color-2:hover {
    border-color: #ffdc60;
    border-color: var(--it-theme-11)
}

.social__border-color-2 .social__text .social__title:hover {
    color: #ffdc60;
    color: var(--it-theme-11)
}

.social__border-color-3:hover {
    border-color: #59c9da;
    border-color: var(--it-common-paste)
}

.social__border-color-3 .social__text .social__title:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

.social__border-color-4:hover {
    border-color: #ffadad;
    border-color: var(--it-common-red)
}

.social__border-color-4 .social__text .social__title:hover {
    color: #ffadad;
    color: var(--it-common-red)
}

.social__icon {
    padding-right: 20px
}

.social__icon img {
    min-width: 62px
}

.social__title {
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

.social__title:hover {
    color: #2e3bbb;
    color: var(--it-common-blue-3)
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .social__title {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .social__title {
        font-size: 20px
    }
}

.social__text {
    font-size: 12px;
    font-weight: 400
}

.social__link span {
    background-color: #e4edff;
    background-color: var(--it-common-blue-2);
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 55px;
    text-align: center;
    width: 50px
}

.social__link span i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 17px;
    transition: .3s
}

.social__color-2 span {
    background-color: #ffdc6063;
    /* background-color: var(--it-theme-11) */
}

.social__color-3 span {
    background-color: #daf3f7;
    background-color: var(--it-common-paste-2)
}

.social__color-3 span i {
    color: #57c9da;
    color: var(--it-common-paste-3)
}

.social__color-4 span {
    background-color: #ffeded;
    background-color: var(--it-common-red-2)
}

.social__color-4 span i {
    color: #ffadad;
    color: var(--it-common-red)
}

.social__plr-2 {
    padding: 0 200px 70px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .social__plr-2 {
        padding: 0 100px 70px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .social__plr-2 {
        padding: 0 30px 70px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .social__plr-2 {
        padding: 0 30px 70px
    }
}

@media(max-width:767px) {
    .social__plr-2 {
        padding: 0 0 70px
    }
}

.company__left-img img {
    margin-left: -225px;
    max-width: inherit
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .company__left-img img {
        margin-left: -50px;
        max-width: 100%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .company__left-img img {
        margin-left: -50px;
        max-width: 100%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .company__left-img img {
        margin-left: -10px;
        max-width: 100%
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .company__left-img img {
        margin-bottom: 70px;
        margin-left: 0;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .company__left-img img {
        margin-bottom: 50px;
        margin-left: 0;
        max-width: 100%
    }
}

.company__service-tab ul {
    padding-bottom: 30px
}

.company__service-tab ul li.react-tabs__tab--selected button span {
    border-bottom: 1px solid #232323;
    border-bottom: 1px solid var(--it-common-black)
}

.company__service-tab ul li button {
    padding: 4px 8px
}

.company__service-tab ul li button:before {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 12px
}

.company__service-tab ul li button.btn-color-3:before {
    background-color: #ffadad;
    background-color: var(--it-common-pink-2)
}

.company__service-tab ul li button.btn-color-2:before {
    background-color: #83adff;
    background-color: var(--it-common-blue)
}

.company__service-tab ul li button span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 500;
    transition: .3s
}

@media only screen and (min-width:450px)and (max-width:575px) {
    .company__service-tab ul li button span {
        font-size: 15px
    }
}

.company__tab-icon span {
    background-color: #fff6d6;
    background-color: var(--it-common-yellow);
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-right: 30px;
    text-align: center;
    width: 70px
}

.company__tab-text h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px
}

.company__tab-content-wrapper {
    padding-bottom: 40px
}

.cta__plr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .cta__plr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .cta__plr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .cta__plr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .cta__plr {
        margin: 0
    }
}

.cta__bg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    margin-bottom: -165px;
    padding: 70px
}

@media(max-width:767px) {
    .cta__bg {
        border-radius: 0;
        padding: 50px 30px
    }
}

@media(max-width:575px) {
    .cta__bg {
        padding: 50px 15px
    }
}

.cta__title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta__title {
        font-size: 27px
    }
}

@media(max-width:767px) {
    .cta__title {
        font-size: 25px
    }
}

.cta__section-box p {
    padding-bottom: 15px
}

@media(max-width:767px) {
    .cta__section-box p {
        font-size: 14px
    }
    .cta__section-box p br {
        display: none
    }
}

.cta__shape-icon {
    left: 50%;
    position: absolute;
    top: -76px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta__btn .white-btn {
        font-size: 16px;
        height: 47px;
        line-height: 49px;
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .cta__btn .white-btn {
        font-size: 16px;
        height: 47px;
        line-height: 49px;
        padding: 0 30px
    }
}

.cta__section-wrapper {
    padding-top: 30px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .cta__section-wrapper {
        padding-top: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .cta__section-wrapper {
        padding-top: 0
    }
}

.cta__bg-2 {
    border-radius: 40px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta__bg-2 {
        padding: 20px
    }
    .cta__section-box {
        margin-top: 30px
    }
}

.testimonial__shape-1 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    left: 3%;
    position: absolute;
    top: 11%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial__shape-1 {
        top: 4%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial__shape-1 {
        top: 3%
    }
}

@media(max-width:767px) {
    .testimonial__shape-1 {
        left: -12%;
        top: 0
    }
}

.testimonial__shape-2 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 2%;
    position: absolute;
    right: 3%
}

.testimonial__shape-3 {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonial__item-shape {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.testimonial__plr {
    padding: 120px 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .testimonial__plr {
        padding: 120px 150px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .testimonial__plr {
        padding: 120px 80px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .testimonial__plr {
        padding: 120px 40px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial__plr {
        padding: 120px 80px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial__plr {
        padding: 120px 30px
    }
}

@media(max-width:767px) {
    .testimonial__plr {
        padding: 120px 0
    }
}

.testimonial__item {
    background-color: #3a3a42;
    padding: 30px
}

@media(max-width:767px) {
    .testimonial__item {
        flex-wrap: wrap;
        padding: 30px 15px
    }
}

.testimonial__main-img {
    flex: 0 0 auto
}

@media(max-width:767px) {
    .testimonial__main-img,
    .testimonial__main-img img {
        max-width: 100%
    }
}

.testimonial__content {
    padding-left: 20px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px) {
    .testimonial__content {
        padding-left: 0
    }
}

.testimonial__author-name {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

.testimonial__author-name:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.testimonial__author-info {
    padding-bottom: 10px
}

.testimonial__author-info span {
    color: #fff;
    color: var(--it-common-white)
}

@media(max-width:767px) {
    .testimonial__content-text {
        padding-bottom: 30px
    }
}

.testimonial__content-text p {
    color: #fff;
    color: var(--it-common-white);
    font-style: italic;
    padding-bottom: 5px;
    padding-right: 35px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .testimonial__content-text p {
        padding-right: 20px;
        padding-right: 18px
    }
}

@media(max-width:767px) {
    .testimonial__content-text p {
        padding-right: 0
    }
}

.testimonial__content-text i {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 25px;
    padding-right: 5px
}

.testimonial__content-text i.star-color {
    color: #fff;
    color: var(--it-common-white)
}

.testimonial-slider-dots {
    margin-top: 60px;
    position: relative;
    text-align: center;
    z-index: 2
}

.testimonial-slider-dots .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #ffdc60;
    border: 2px solid var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    opacity: 1;
    transition: .3s;
    width: 18px
}

.testimonial-slider-dots .swiper-pagination-bullet-active {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.testimonial-2__shape-1 {
    left: 24%;
    position: absolute;
    top: 73%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-2__shape-1 {
        left: 20%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial-2__shape-1 {
        left: 10%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-2__shape-1 {
        left: 0
    }
}

.testimonial-2__shape-2 {
    position: absolute;
    right: 25%;
    top: 85%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-2__shape-2 {
        right: 21%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial-2__shape-2 {
        right: 11%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-2__shape-2 {
        right: 0
    }
}

.testimonial-2__shape-3 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    left: 16%;
    position: absolute;
    top: 36%
}

.testimonial-2__shape-4 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    position: absolute;
    right: 1%;
    top: 43%
}

.testimonial-2__shape-5 {
    -webkit-animation: moving 7s linear infinite;
    animation: moving 7s linear infinite;
    position: absolute;
    right: 11%;
    top: 66%
}

.testimonial-2__shape-6 {
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite;
    left: 0;
    position: absolute;
    top: 17%
}

.testimonial-2__shape-7 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 8%;
    position: absolute;
    right: 0
}

.testimonial-2__shape-8 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 20%;
    left: 2%;
    position: absolute
}

.testimonial-2__space {
    padding-bottom: 120px;
    padding-top: 120px
}

.testimonial-2__author-info,
.testimonial-2__main-thumb {
    padding-bottom: 15px
}

.testimonial-2__author-name {
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

.testimonial-2__author-name:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.testimonial-2__star {
    padding-bottom: 10px
}

.testimonial-2__star i {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 20px;
    padding: 0 2px
}

.testimonial-2__star i.star-color {
    color: #ddd
}

.testimonial-2__text p {
    font-style: italic;
    padding: 0 390px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .testimonial-2__text p {
        padding: 0 360px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-2__text p {
        padding: 0 270px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial-2__text p {
        padding: 0 150px
    }
}

@media(max-width:767px) {
    .testimonial-2__text p {
        padding: 0
    }
    .testimonial-2__text p br {
        display: none
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-2__text p {
        padding: 0 70px
    }
}

.testimonial-3__space {
    padding: 120px 0
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial-3__main-img {
        margin-bottom: 60px
    }
}

@media(max-width:767px) {
    .testimonial-3__main-img {
        margin-bottom: 50px
    }
}

.testimonial-3__icon {
    bottom: -2%;
    left: 8%;
    position: absolute
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial-3__icon {
        left: 14%
    }
}

@media(max-width:767px) {
    .testimonial-3__icon {
        bottom: -5%;
        left: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-3__icon {
        bottom: -3%;
        left: 3%
    }
}

.testimonial-3__icon span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 7px solid #fff;
    border: 7px solid var(--it-common-white);
    border-radius: 50%;
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-size: 40px;
    height: 105px;
    line-height: 101px;
    text-align: center;
    width: 105px
}

@media(max-width:767px) {
    .testimonial-3__icon span {
        border: 4px solid #fff;
        border: 4px solid var(--it-common-white);
        font-size: 20px;
        height: 70px;
        line-height: 70px;
        width: 70px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-3__icon span {
        border: 5px solid #fff;
        border: 5px solid var(--it-common-white);
        font-size: 40px;
        height: 105px;
        line-height: 101px;
        width: 105px
    }
}

.testimonial-3__content-icon {
    padding-bottom: 5px
}

.testimonial-3__content-icon span {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 60px
}

@media(max-width:767px) {
    .testimonial-3__content-icon span {
        font-size: 50px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-3__content-icon span {
        font-size: 56px
    }
}

.testimonial-3__text {
    padding-bottom: 20px
}

.testimonial-3__text p {
    font-size: 21px;
    font-style: italic;
    line-height: 31px;
    margin-bottom: 0;
    padding-right: 95px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-3__text p {
        font-size: 18px;
        padding-right: 53px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial-3__text p {
        font-size: 19px;
        padding: 0 55px
    }
}

@media(max-width:767px) {
    .testimonial-3__text p {
        font-size: 15px;
        padding: 0 6px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-3__text p {
        font-size: 17px;
        padding: 0 15px
    }
}

.testimonial-3__author-name {
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

.testimonial-3__author-name:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

@media(max-width:767px) {
    .testimonial-3__author-name {
        font-size: 19px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .testimonial-3__author-name {
        font-size: 21px
    }
}

.testimonial-3__author-name:before {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 10px;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    width: 32px
}

.testimonial-3__star i {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 20px;
    padding-right: 6px
}

.testimonial-3__star i.star-color {
    color: #ddd
}

.testimonial-3__shape-1 {
    bottom: 0;
    position: absolute;
    right: 4%;
    z-index: -1
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .testimonial-3__shape-1 {
        right: 0
    }
}

.testimonial-3__shape-2 {
    -webkit-animation: zoom 7s infinite;
    animation: zoom 7s infinite;
    left: 12%;
    position: absolute;
    top: 26%;
    z-index: -1
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .testimonial-3__shape-2 {
        left: 8%;
        top: 21%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .testimonial-3__shape-2 {
        left: -2%;
        top: 21%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .testimonial-3__shape-2 {
        left: -2%;
        top: 3%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-3__shape-2 {
        left: -4%;
        top: 2%
    }
}

.testimonial-3__shape-3 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    left: 14%;
    position: absolute;
    top: 58%;
    z-index: -1
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .testimonial-3__shape-3 {
        left: 7%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .testimonial-3__shape-3 {
        left: 0;
        top: 62%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .testimonial-3__shape-3 {
        left: -1%
    }
}

.testimonial-3__shape-4 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 8%;
    left: 3%;
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .testimonial-3__shape-4 {
        bottom: 5%;
        left: 6%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-3__shape-4 {
        bottom: 6%;
        left: 5%
    }
}

.testimonial-4-slider-dots {
    margin-top: 50px;
    position: relative;
    z-index: 2
}

.testimonial-4-slider-dots .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #ffdc60;
    border: 2px solid var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    opacity: 1;
    transition: .3s;
    width: 18px
}

.testimonial-4-slider-dots .swiper-pagination-bullet-active {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.testimonial-3-slider-dots {
    margin-top: 60px;
    position: relative;
    z-index: 2
}

.testimonial-3-slider-dots .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    opacity: 1;
    transition: .3s;
    width: 18px
}

.testimonial-3-slider-dots .swiper-pagination-bullet-active {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.testimonial-4__slider-wrapper .swiper-wrapper {
    padding-bottom: 50px
}

.testimonial-4__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .testimonial-4__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .testimonial-4__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-4__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .testimonial-4__plr {
        padding: 0
    }
}

.testimonial-4__space {
    padding-bottom: 100px;
    padding-top: 100px
}

.testimonial-4__section-box {
    padding-bottom: 40px
}

.testimonial-4__item {
    background-color: #1d1d25;
    background-color: var(--it-common-black-7);
    border: 1px dashed transparent;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
    padding: 30px 55px 60px;
    position: relative;
    transition: .3s;
    z-index: 2
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .testimonial-4__item {
        padding: 30px 44px 60px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-4__item {
        padding: 30px 22px 60px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial-4__item {
        border-bottom-left-radius: 200px;
        border-bottom-right-radius: 200px
    }
}

@media(max-width:767px) {
    .testimonial-4__item {
        padding: 30px 35px 60px
    }
}

.testimonial-4__item:hover {
    border: 1px dashed #ffdc60;
    border: 1px dashed var(--it-theme-1)
}

.testimonial-4__icon {
    padding-bottom: 20px
}

.testimonial-4__icon i {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 23px;
    padding: 0 4px
}

.testimonial-4__icon i.star-color {
    color: #fff;
    color: var(--it-common-white)
}

.testimonial-4__text {
    padding-bottom: 10px
}

.testimonial-4__text p {
    color: #fff;
    color: var(--it-common-white);
    font-style: italic;
    line-height: 1.8
}

.testimonial-4__author-info {
    padding-bottom: 15px
}

.testimonial-4__author-info span,
.testimonial-4__author-name {
    color: #fff;
    color: var(--it-common-white)
}

.testimonial-4__author-name {
    font-size: 22px;
    padding-bottom: 5px;
    transition: .3s
}

.testimonial-4__author-name:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.testimonial-4__author-img {
    bottom: -13%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonial-4__item-shape {
    color: #292728;
    font-size: 120px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.testimonial-4__shape-1 {
    -webkit-animation: rotate2 15s linear infinite;
    animation: rotate2 15s linear infinite;
    left: 3%;
    position: absolute;
    top: 6%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-4__shape-1 {
        top: 3%
    }
}

.testimonial-4__shape-2 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 13%;
    position: absolute;
    right: 6%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .testimonial-4__shape-2 {
        bottom: 8%;
        right: 3%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .testimonial-4__shape-2 {
        bottom: 7%;
        right: 3%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .testimonial-4__shape-2 {
        bottom: 7%;
        right: 2%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .testimonial-4__shape-2 {
        bottom: 5%;
        right: 2%
    }
}

.work__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .work__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .work__plr {
        padding: 0
    }
}

.work__space {
    padding-bottom: 90px;
    padding-top: 100px
}

.work__item-box {
    background-color: #fafafa;
    border-radius: 3px;
    padding: 10px
}

.work__section-box {
    padding-bottom: 40px
}

.work__item {
    border: 2px dashed #57c9da;
    border: 2px dashed var(--it-common-paste-3);
    border-radius: 3px;
    padding: 50px 30px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work__item {
        padding: 50px 25px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work__item {
        padding: 50px 10px
    }
}

@media(max-width:767px) {
    .work__item {
        padding: 30px 15px
    }
}

.work__item.item-bg-2 {
    border: 2px dashed #4a6ef0;
    border: 2px dashed var(--it-common-blue-4)
}

.work__item.item-bg-3 {
    border: 2px dashed #ffadad;
    border: 2px dashed var(--it-common-pink-2)
}

.work__item.item-bg-4 {
    border: 2px dashed #5ef794;
    border: 2px dashed var(--it-common-green)
}

.work__item.item-bg-5 {
    border: 2px dashed #fb87e1;
    border: 2px dashed var(--it-common-pink-3)
}

.work__item.item-bg-6 {
    border: 2px dashed #3aa583
}

.work__item.item-bg-7 {
    border: 2px dashed #d04184
}

.work__item.item-bg-8 {
    border: 2px dashed #7272b1
}

.work__item.item-bg-9 {
    border: 2px dashed #9e661e
}

.work__title-sm {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    transition: .3s
}

@media(max-width:767px) {
    .work__title-sm {
        font-size: 19px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .work__title-sm {
        font-size: 21px
    }
}

.work__title-color-1:hover {
    color: #57c9da;
    color: var(--it-common-paste-3)
}

.work__title-color-2:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.work__title-color-3:hover {
    color: #ffadad;
    color: var(--it-common-pink-2)
}

.work__title-color-4:hover {
    color: #5ef794;
    color: var(--it-common-green)
}

.work__title-color-5:hover {
    color: #fb87e1;
    color: var(--it-common-pink-3)
}

.work__title-color-6:hover {
    color: #3aa583
}

.work__title-color-7:hover {
    color: #d04184
}

.work__title-color-8:hover {
    color: #7272b1
}

.work__title-color-9:hover {
    color: #9e661e
}

.work__content p {
    margin-bottom: 30px;
    padding: 0 35px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work__content p {
        padding: 0 5px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work__content p {
        padding: 0
    }
}

@media(max-width:767px) {
    .work__content p {
        font-size: 15px;
        padding: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .work__content p {
        padding: 0
    }
}

.work__icon img {
    width: 111px
}

.work__shape {
    bottom: 7%;
    left: 42%;
    position: absolute;
    z-index: -1
}

.work__link.link-bg-2 span {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4)
}

.work__link.link-bg-3 span {
    background-color: #ffadad;
    background-color: var(--it-common-pink-2)
}

.work__link.link-bg-4 span {
    background-color: #5ef794;
    background-color: var(--it-common-green)
}

.work__link.link-bg-5 span {
    background-color: #fb87e1;
    background-color: var(--it-common-pink-3)
}

.work__link.link-bg-6 span {
    background-color: #3aa583
}

.work__link.link-bg-7 span {
    background-color: #d04184
}

.work__link.link-bg-8 span {
    background-color: #7272b1
}

.work__link.link-bg-9 span {
    background-color: #9e661e
}

.work__link span {
    background-color: #57c9da;
    background-color: var(--it-common-paste-3);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    height: 65px;
    line-height: 78px;
    text-align: center;
    width: 65px
}

@media(max-width:767px) {
    .work__link span {
        height: 45px;
        line-height: 54px;
        width: 45px
    }
}

.work__link span i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 33px
}

@media(max-width:767px) {
    .work__link span i {
        font-size: 22px
    }
}

.work__space-2 {
    padding-bottom: 60px;
    padding-top: 110px
}

.work__inner-wrapper .work__title-sm {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    transition: .3s
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work__inner-wrapper .work__title-sm {
        font-size: 20px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work__inner-wrapper .work__title-sm {
        font-size: 19px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .work__inner-wrapper .work__title-sm {
        font-size: 19px
    }
}

@media(max-width:767px) {
    .work__inner-wrapper .work__title-sm {
        font-size: 19px
    }
    .work__inner-wrapper .work__title-sm br {
        display: none
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .work__inner-wrapper .work__title-sm {
        font-size: 21px
    }
    .work__inner-wrapper .work__item {
        padding: 50px 35px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .work__inner-wrapper .work__item {
        padding: 50px 10px
    }
    .work__inner-wrapper .work__content p {
        font-size: 14px
    }
}

.work-slider-dots {
    margin-top: 60px;
    text-align: center
}

.work-slider-dots .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #ffdc60;
    border: 2px solid var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    opacity: 1;
    transition: .3s;
    width: 18px
}

.work-slider-dots .swiper-pagination-bullet-active {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.work-2__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .work-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-2__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .work-2__plr {
        padding: 0
    }
}

.work-2__space {
    padding-bottom: 70px;
    padding-top: 110px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-2__space {
        padding-top: 80px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-2__space {
        padding-top: 60px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .work-2__space {
        background-color: #232323;
        background-color: var(--it-common-black)
    }
}

.work-2__shape-1 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.work-2__shape-2 {
    -webkit-animation: zoom 7s infinite;
    animation: zoom 7s infinite;
    left: 30%;
    position: absolute;
    top: 3%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-2__shape-2 {
        left: 2%;
        top: 2%
    }
}

.work-2__shape-3 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 22%;
    top: 11%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-2__shape-3 {
        right: 5%;
        top: 6%
    }
}

.work-2__shape-4 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    left: 0;
    position: absolute;
    top: 28%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-2__shape-4 {
        top: 22%
    }
}

.work-2__bg {
    position: relative
}

.work-2__bg:after {
    background-color: #fafafa;
    background-color: var(--it-grey-2);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2
}

.work-2__item-bg {
    background-color: #2b2b32;
    background-color: var(--it-common-black-5);
    border: 1px dashed #ddd;
    border: 1px dashed var(--it-border-1);
    border-radius: 5px;
    padding: 60px 20px 0
}

.work-2__item-box {
    padding: 20px
}

.work-2__item-box:hover .work-2__main-img:before {
    opacity: 1;
    visibility: visible
}

.work-2__item-box:hover .work-2__title-sm:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.work-2__main-img {
    display: inline-block;
    position: relative
}

.work-2__main-img:before {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    height: 210px;
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    width: 210px
}

.work-2__main-img:after,
.work-2__main-img:before {
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.work-2__main-img:after {
    background-color: #fff;
    background-color: var(--it-common-white);
    height: 200px;
    width: 200px
}

.work-2__number {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    height: 45px;
    left: -14%;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 42%;
    width: 45px
}

.work-2__number span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 16px
}

.work-2__title-sm {
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    position: relative;
    transition: .3s
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-2__title-sm {
        font-size: 20px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-2__title-sm {
        font-size: 19px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-2__title-sm {
        font-size: 21px
    }
}

@media(max-width:767px) {
    .work-2__title-sm {
        font-size: 20px
    }
}

.work-2__title-sm:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.work-2__title-sm:after {
    background-color: #fff;
    background-color: var(--it-common-white);
    bottom: 1px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .5s;
    visibility: hidden;
    width: 0
}

.work-2__content p {
    color: #fff;
    color: var(--it-common-white);
    padding: 0 30px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-2__content p {
        padding: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-2__content p {
        padding: 0
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-2__content p {
        font-size: 15px;
        padding: 0 51px
    }
}

@media(max-width:767px) {
    .work-2__content p {
        font-size: 15px;
        padding: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .work-2__content p {
        padding: 0
    }
}

.skill__plr {
    padding: 130px 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .skill__plr {
        padding: 130px 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .skill__plr {
        padding: 130px 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .skill__plr {
        padding: 130px 30px
    }
}

@media(max-width:767px) {
    .skill__plr {
        padding: 130px 0
    }
}

.skill-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.skill__section-box p {
    color: #fff;
    color: var(--it-common-white)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .skill__section-box p br {
        display: none
    }
}

.skill__progress-item .progress-bar {
    background-color: #ffdc60;
    border-radius: 10px;
    height: 6px;
    margin-left: 3px;
    margin-top: 2px;
    position: relative
}

.skill__progress-item .progress-bar span {
    background-color: red;
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%)
}

.skill__progress-item .progress {
    background-color: transparent;
    border: 1px solid #ffdc60;
    height: 12px
}

.tpdrive-bar-item {
    margin-right: 150px;
    overflow: hidden;
    padding: 10px 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .tpdrive-bar-item {
        margin-right: 80px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .tpdrive-bar-item {
        margin-right: 50px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .tpdrive-bar-item {
        margin-right: 30px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .tpdrive-bar-item {
        margin-right: 0
    }
}

.tpdrive-bar-title {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 600
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .tpdrive-bar-title {
        padding-bottom: 8px
    }
}

@media(max-width:767px) {
    .tpdrive-bar-title {
        padding-bottom: 15px
    }
}

.tpdrive-bar-progress .progress {
    background-color: transparent;
    border: 1px solid #ffdc60;
    height: 10px;
    overflow: visible
}

.tpdrive-bar-item .progress-bar {
    background-color: #ffdc60;
    border-radius: 30px;
    height: 4px;
    margin-left: 3px;
    margin-top: 2px;
    overflow: visible;
    position: relative
}

.tpdrive-bar-item .progress-bar span {
    background-color: #ffdc60;
    border: 2.5px solid #ffdc60;
    border-radius: 0 20px 20px 20px;
    box-shadow: 0 2px 2px rgba(1, 15, 28, .12);
    color: #232323;
    color: var(--it-common-black);
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px
}

.solution__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .solution__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .solution__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .solution__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .solution__plr {
        padding: 0
    }
}

.solution__space {
    padding-bottom: 60px;
    padding-top: 100px
}

.solution__wrapper {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 100px 110px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .solution__wrapper {
        padding: 100px 50px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .solution__wrapper {
        padding: 100px 30px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .solution__wrapper {
        padding: 100px 40px
    }
}

@media(max-width:767px) {
    .solution__wrapper {
        padding: 60px 10px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .solution__wrapper {
        padding: 60px 50px
    }
}

.solution-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative;
    z-index: 2
}

.solution-top {
    background-color: #7ee1f0;
    padding: 20px
}

.solution-top.color-2 {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4)
}

.solution-top.color-3 {
    background-color: #ffb088
}

.solution-top span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 22px;
    font-weight: 700
}

@media(max-width:767px) {
    .solution-top span {
        font-size: 19px
    }
}

.solution-feature-list ul {
    padding: 30px 20px
}

.solution-feature-list ul li {
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    transition: .3s
}

.solution-feature-list ul li i {
    padding-right: 5px;
    transition: .3s
}

.solution-feature-list ul li:last-child {
    margin-bottom: 0
}

.solution-feature-list ul li:hover i {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.solution-link {
    padding: 0 30px 30px
}

.solution-link.color-1:hover a {
    color: #7ee1f0
}

.solution-link.color-2:hover a {
    color: #2e3bbb;
    color: var(--it-common-blue-3)
}

.solution-link.color-3:hover a {
    color: #ffb088
}

.solution-link a {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 600;
    transition: .3s
}

.solution-link a i {
    font-size: 14px
}

.solution__shape-1 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 17%;
    top: 18%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .solution__shape-1 {
        right: 10%;
        top: 11%
    }
}

.solution__shape-2 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 11%;
    left: 14%;
    position: absolute
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .solution__shape-2 {
        bottom: 7%;
        left: 14%
    }
}

.solution__shape-3 {
    -webkit-animation: zoom 7s infinite;
    animation: zoom 7s infinite;
    left: 11%;
    position: absolute;
    top: 14%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .solution__shape-3 {
        right: 8%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .solution__shape-3 {
        left: 1%;
        top: 7%
    }
}

.solution__shape-4 {
    -webkit-animation: zoom 7s infinite;
    animation: zoom 7s infinite;
    bottom: 9%;
    position: absolute;
    right: 12%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .solution__shape-4 {
        right: 8%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .solution__shape-4 {
        bottom: 1%;
        right: -2%
    }
}

.work-3__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .work-3__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-3__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .work-3__plr {
        padding: 0
    }
}

.work-3__space {
    padding-bottom: 90px;
    padding-top: 120px
}

.work-3__text {
    border-bottom: 1px solid #595252;
    border-bottom: 1px solid var(--it-border-2);
    margin-right: 250px;
    padding-bottom: 20px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .work-3__text {
        margin-right: 160px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-3__text {
        margin-right: 120px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-3__text {
        margin-right: 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__text {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .work-3__text {
        margin-right: 0
    }
}

.work-3__text p {
    color: #d0d0d0;
    color: var(--it-common-white-2)
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__text p {
        font-size: 15px
    }
}

.work-3__button {
    padding-top: 35px
}

.work-3__button p {
    color: #d0d0d0;
    color: var(--it-common-white-2);
    padding-bottom: 30px;
    padding-right: 270px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .work-3__button p {
        padding-right: 160px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-3__button p {
        padding-right: 120px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-3__button p {
        padding-right: 70px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__button p {
        font-size: 15px;
        padding-right: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .work-3__button p {
        font-size: 15px;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .work-3__button p {
        font-size: 15px;
        padding-right: 0
    }
}

.work-3__wrapper {
    background-color: #343344;
    border-radius: 10px;
    max-width: 500px;
    padding: 10px;
    transition: .3s
}

@media only screen and (min-width:576px)and (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .work-3__wrapper {
        max-width: 100%
    }
}

.work-3__wrapper:hover {
    background-color: #1d1d25;
    background-color: var(--it-common-black-7)
}

.work-3__wrapper:nth-child(odd) {
    margin-left: 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .work-3__wrapper:nth-child(odd) {
        margin-left: 170px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-3__wrapper:nth-child(odd) {
        margin-left: 70px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-3__wrapper:nth-child(odd) {
        margin-left: 0
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__wrapper:nth-child(odd) {
        margin-left: 0
    }
}

.work-3__item {
    border: 1px dashed #595252;
    border: 1px dashed var(--it-border-2);
    border-radius: 10px;
    padding: 20px
}

.work-3__icon {
    margin-right: 30px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__icon {
        margin-right: 20px
    }
}

@media(max-width:767px) {
    .work-3__icon {
        margin-right: 20px
    }
}

.work-3__icon span {
    background-color: #83adff;
    background-color: var(--it-common-blue);
    border-radius: 10px;
    color: #333;
    display: inline-block;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__icon span {
        color: #333;
        font-size: 30px;
        height: 60px;
        line-height: 60px;
        width: 60px
    }
}

@media(max-width:767px) {
    .work-3__icon span {
        color: #333;
        font-size: 30px;
        height: 60px;
        line-height: 60px;
        width: 60px
    }
}

.work-3__icon.icon-color-2 span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.work-3__icon.icon-color-3 span {
    background-color: #ffadad;
    background-color: var(--it-common-pink-2)
}

.work-3__section-title {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px;
    transition: .3s
}

.work-3__section-title.title-color-1:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.work-3__section-title.title-color-2:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.work-3__section-title.title-color-3:hover {
    color: #ffadad;
    color: var(--it-common-red)
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__section-title {
        font-size: 19px
    }
}

.work-3__right-text p {
    color: #d0d0d0;
    color: var(--it-common-white-2)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__right-text p {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .work-3__right-text p {
        font-size: 15px
    }
}

.work-3__wrapper-space {
    margin-left: 200px;
    margin-right: 200px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__left-side {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__wrapper-box {
        margin-left: 50px
    }
}

.work-3__inner-wrapper .work-3__wrapper {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 1px dashed #ffdc60;
    border: 1px dashed var(--it-theme-1)
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .work-3__inner-wrapper .work-3__wrapper {
        max-width: none
    }
}

.work-3__inner-wrapper .work-3__wrapper:nth-child(odd) {
    margin-left: 0
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__inner-wrapper .work-3__wrapper .work-3__section-title {
        font-size: 18px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .work-3__inner-wrapper .work-3__wrapper .work-3__section-title {
        font-size: 20px
    }
}

.work-3__inner-wrapper .work-3__wrapper .work-3__item {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: none
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .work-3__inner-wrapper .work-3__wrapper .work-3__icon {
        margin-bottom: 20px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .work-3__inner-wrapper .work-3__wrapper .work-3__icon {
        margin-bottom: 25px
    }
}

.work-3__inner-wrapper .work-3__wrapper .work-3__icon span {
    background-color: #fff;
    background-color: var(--it-common-white)
}

.work-3__inner-wrapper .work-3__wrapper .work-3__icon span i {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.work-3__inner-wrapper .work-3__wrapper .work-3__right-text p,
.work-3__inner-wrapper .work-3__wrapper .work-3__section-title {
    color: #232323;
    color: var(--it-common-black)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-2 {
    border: 1px dashed #83adff;
    border: 1px dashed var(--it-common-blue)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-2 .work-3__item {
    background-color: #83adff;
    background-color: var(--it-common-blue)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-2 .work-3__icon span i {
    color: #83adff;
    color: var(--it-common-blue)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-3 {
    border: 1px dashed #ffadad;
    border: 1px dashed var(--it-common-red)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-3 .work-3__item {
    background-color: #ffadad;
    background-color: var(--it-common-red)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-3 .work-3__icon span i {
    color: #ffadad;
    color: var(--it-common-red)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-4 {
    border: 1px dashed #fb87e1;
    border: 1px dashed var(--it-common-pink-3)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-4 .work-3__item {
    background-color: #fb87e1;
    background-color: var(--it-common-pink-3)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-4 .work-3__icon span i {
    color: #fb87e1;
    color: var(--it-common-pink-3)
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-5 {
    border: 1px dashed #6bf89c
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-5 .work-3__item {
    background-color: #6bf89c
}

.work-3__inner-wrapper .work-3__wrapper.inner-wrapper-5 .work-3__icon span i {
    color: #6bf89c
}

.work-3__inner-wrapper .work-3__wrapper .work-3__content {
    flex-wrap: wrap
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .work-3__inner-wrapper .work-3__content {
        flex-wrap: wrap
    }
    .work-3__inner-wrapper .work-3__content .work-3__icon span {
        margin-bottom: 25px
    }
}

.blog__space {
    padding-bottom: 130px;
    padding-top: 120px
}

@media(max-width:767px) {
    .blog__space {
        padding-bottom: 0
    }
}

.blog__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog__mlr {
        margin: 0 200px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog__mlr {
        margin: 0 30px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog__mlr {
        margin: 0 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .blog__mlr {
        margin: 0
    }
}

.blog__content {
    padding-top: 30px
}

.blog__catagory {
    margin-right: 30px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog__catagory {
        margin-right: 26px
    }
}

@media(max-width:767px) {
    .blog__catagory {
        margin-right: 20px
    }
}

.blog__catagory a {
    border: 1px solid #83adff;
    border: 1px solid var(--it-common-blue);
    border-radius: 35px;
    color: #83adff;
    color: var(--it-common-blue);
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 6px 30px
}

@media(max-width:767px) {
    .blog__catagory a {
        font-size: 15px;
        padding: 6px 25px
    }
}

.blog__catagory-color-2 a {
    border: 1px solid #59c9da;
    border: 1px solid var(--it-common-paste);
    color: #59c9da;
    color: var(--it-common-paste)
}

.blog__catagory-color-3 a {
    border: 1px solid #ff9c9c;
    border: 1px solid var(--it-common-pink-4);
    color: #ff9c9c;
    color: var(--it-common-pink-4)
}

.blog__main-img:hover img {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg)
}

.blog__main-img img {
    transition: .6s;
    width: 100%
}

.blog__title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
    transition: .3s
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog__title {
        font-size: 20px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .blog__title br {
        display: none
    }
}

.blog__title:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.blog__title-color-2:hover {
    color: #59c9da;
    color: var(--it-common-paste)
}

.blog__title-color-3:hover {
    color: #ff9c9c;
    color: var(--it-common-pink-4)
}

.blog__text {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    margin-bottom: 15px
}

.blog__text p {
    padding-right: 30px
}

@media(max-width:767px) {
    .blog__text p {
        padding-right: 0
    }
}

.blog__link a {
    color: #232323;
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500
}

.blog__link a span {
    background-color: #83adff;
    background-color: var(--it-common-blue);
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    line-height: 14px;
    margin-left: 5px;
    text-align: center;
    width: 15px
}

.blog__link a span i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 14px;
    padding-left: 2px
}

.blog__link a:hover span {
    -webkit-animation: tfLeftToRight .4s forwards;
    animation: tfLeftToRight .4s forwards
}

.blog__link-color-2 a span {
    background-color: #59c9da;
    background-color: var(--it-common-paste)
}

.blog__link-color-3 a span {
    background-color: #ff9c9c;
    background-color: var(--it-common-pink-4)
}

.blog-2__plr {
    padding: 0 220px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:992px)and (max-width:1199px) {
    .blog-2__plr {
        padding: 0 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-2__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .blog-2__plr {
        padding: 0
    }
}

.blog-2__item {
    margin-bottom: 70px
}

.blog-2__item:hover .blog-2__thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-2__thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .6s;
    width: 100%
}

.blog-2__meta-img {
    flex: 0 0 auto;
    padding-right: 20px
}

@media(max-width:767px) {
    .blog-2__meta-img {
        padding-right: 10px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-2__meta-img {
        padding-right: 20px
    }
}

.blog-2__meta-box {
    margin-top: -30px;
    padding: 0 70px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog-2__meta-box {
        padding: 0 60px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-2__meta-box {
        padding: 0 50px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog-2__meta-box {
        padding: 0 24px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-2__meta-box {
        padding: 0 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-2__meta-box {
        padding: 0 18px
    }
}

@media(max-width:767px) {
    .blog-2__meta-box {
        padding: 0 17px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-2__meta-box {
        padding: 0 70px
    }
}

.blog-2__meta {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 5px;
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    padding: 11px 20px;
    position: relative;
    z-index: 2
}

.blog-2__date span {
    font-size: 17px;
    font-weight: 400
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog-2__date span {
        font-size: 14px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-2__date span {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .blog-2__date span {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-2__date span {
        font-size: 17px
    }
}

.blog-2__content-text {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    margin: 0 30px;
    padding-top: 30px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog-2__content-text {
        margin: 0 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-2__content-text {
        margin: 0 9px
    }
}

@media(max-width:767px) {
    .blog-2__content-text {
        margin: 0 15px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .blog-2__content-text {
        margin: 0 30px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-2__content-text {
        margin: 0 80px
    }
}

.blog-2__content-text p {
    padding-bottom: 10px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog-2__content-text p {
        padding: 0 0 10px
    }
}

@media(max-width:767px) {
    .blog-2__content-text p {
        font-size: 14px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .blog-2__content-text p {
        font-size: 16px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-2__content-text p {
        font-size: 16px
    }
}

.blog-2__content-title-sm {
    color: #232323;
    color: var(--it-common-black);
    font-size: 22px;
    font-weight: 700;
    transition: .3s
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px) {
    .blog-2__content-title-sm br {
        display: none
    }
}

@media(max-width:767px) {
    .blog-2__content-title-sm {
        font-size: 19px
    }
    .blog-2__content-title-sm br {
        display: none
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-2__content-title-sm br {
        display: block
    }
}

.blog-2__content-title-sm:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.blog-2__content-button {
    padding-top: 30px
}

.blog-3__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog-3__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-3__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .blog-3__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .blog-3__mlr {
        margin: 0
    }
}

.blog-3__item:hover .blog-3__meta span:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.blog-3__item:hover .blog-3__link span,
.blog-3__item:hover .blog-3__link span i {
    color: #83adff;
    color: var(--it-common-blue)
}

.blog-3__item:hover .blog-3__main-thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-3__main-thumb {
    border-radius: 20px;
    position: relative
}

.blog-3__main-thumb img {
    transition: .6s;
    width: 100%
}

.blog-3__thumb-overly {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 30px;
    bottom: 0;
    content: "";
    margin: 10px;
    padding: 6px 32px;
    position: absolute;
    right: 0
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-3__thumb-overly {
        padding: 4px 15px
    }
}

@media(max-width:767px) {
    .blog-3__thumb-overly {
        padding: 4px 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-3__thumb-overly {
        padding: 6px 30px
    }
}

.blog-3__thumb-overly span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 500
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-3__thumb-overly span {
        font-size: 13px
    }
}

@media(max-width:767px) {
    .blog-3__thumb-overly span {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-3__thumb-overly span {
        font-size: 14px
    }
}

.blog-3__content {
    padding: 25px 0
}

.blog-3__meta span {
    color: #333;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-3__meta span {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .blog-3__meta span {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-3__meta span {
        font-size: 16px
    }
}

.blog-3__meta span:after {
    background-color: #232323;
    background-color: var(--it-common-black);
    bottom: 9px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .5s;
    visibility: hidden;
    width: 0
}

.blog-3__title-sm {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-3__title-sm {
        font-size: 19px
    }
    .blog-3__title-sm br {
        display: none
    }
}

@media(max-width:767px) {
    .blog-3__title-sm {
        font-size: 18px
    }
    .blog-3__title-sm br {
        display: none
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-3__title-sm {
        font-size: 20px
    }
}

.blog-3__title-sm:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.blog-3__text {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1)
}

.blog-3__text p {
    padding-bottom: 10px;
    padding-right: 120px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog-3__text p {
        padding-right: 90px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-3__text p {
        padding-right: 20px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog-3__text p {
        padding-right: 0
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-3__text p {
        padding-right: 90px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-3__text p {
        font-size: 15px;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .blog-3__text p {
        font-size: 14px;
        padding-right: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-3__text p {
        font-size: 15px;
        padding-right: 0
    }
}

.blog-3__link {
    padding-top: 15px
}

.blog-3__link a {
    color: #232323;
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-3__link a {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .blog-3__link a {
        font-size: 14px;
        font-size: 16px
    }
}

.blog-3__link a:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.blog-3__link a:hover i {
    -webkit-animation: tfLeftToRight .4s forwards;
    animation: tfLeftToRight .4s forwards
}

.blog-3__link a i {
    font-size: 17px;
    font-weight: 500;
    padding-left: 8px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-3__link a i {
        font-size: 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-3__link a i {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .blog-3__link a i {
        font-size: 14px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-3__link a i {
        font-size: 16px
    }
}

.blog-3__link a i:hover {
    color: #232323;
    color: var(--it-common-black)
}

.blog-3__top-text p {
    padding-right: 106px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog-3__top-text p {
        padding-right: 85px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-3__top-text p {
        padding-right: 7px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog-3__top-text p {
        padding-right: 0
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .blog-3__top-text p {
        font-size: 15px;
        padding-right: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-3__top-text p {
        padding-right: 0
    }
}

.blog-4__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog-4__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-4__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .blog-4__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .blog-4__mlr {
        margin: 0
    }
}

.blog-4__item-bg {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px
}

.blog-4__item {
    border-radius: 5px;
    padding: 70px 30px 50px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-4__item {
        padding: 70px 26px 50px
    }
}

.blog-4__item:after {
    background-color: #f9f8f8;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 100%;
    z-index: -1
}

.blog-4__item:hover:after {
    background-color: rgba(34, 34, 34, .8)
}

.blog-4__item:hover .border-btn-2 {
    background-color: #fff;
    background-color: var(--it-common-white);
    color: #232323;
    color: var(--it-common-black)
}

.blog-4__item:hover .blog-4__content p,
.blog-4__item:hover .blog-4__meta span,
.blog-4__item:hover .blog-4__title {
    color: #fff;
    color: var(--it-common-white)
}

.blog-4__tag {
    left: 30px;
    position: absolute;
    top: 0
}

.blog-4__tag.tag-color-2 span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.blog-4__tag.tag-color-3 span {
    background-color: #ffb995
}

.blog-4__tag span {
    background-color: #7ee1f0;
    border-radius: 0 0 5px 5px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    transition: .3s
}

.blog-4__meta {
    padding-bottom: 15px
}

.blog-4__meta span {
    color: #818282;
    font-size: 16px;
    font-weight: 400;
    transition: .3s
}

@media(max-width:767px) {
    .blog-4__meta span {
        font-size: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-4__meta span {
        font-size: 16px
    }
}

.blog-4__title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 10px;
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-4__title {
        font-size: 19px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-4__title {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .blog-4__title {
        font-size: 19px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-4__title {
        font-size: 22px
    }
}

.blog-4__title:hover.title-color-1 {
    color: #7ee1f0
}

.blog-4__title:hover.title-color-2 {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.blog-4__title:hover.title-color-3 {
    color: #ffb995
}

.blog-4__content {
    padding-bottom: 35px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-4__content {
        padding-bottom: 20px
    }
}

.blog-4__content p {
    font-size: 16px;
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-4__content p {
        font-size: 15px;
        font-size: 14px
    }
}

.blog-5__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .blog-5__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-5__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .blog-5__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .blog-5__plr {
        padding: 0
    }
}

.blog-5__space {
    padding-bottom: 70px;
    padding-top: 100px
}

.blog-5__item {
    background-color: #31303f;
    border: 1px dashed transparent;
    border-radius: 10px;
    padding: 10px;
    transition: .3s
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .blog-5__item {
        margin: 0 150px
    }
}

@media(max-width:767px) {
    .blog-5__item {
        flex-wrap: wrap;
        padding: 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-5__item {
        flex-wrap: wrap;
        padding: 30px
    }
}

.blog-5__item:hover {
    background-color: #1d1d25;
    background-color: var(--it-common-black-7);
    border: 1px dashed #89abf1
}

.blog-5__item:hover .blog-5__link a,
.blog-5__item:hover .blog-5__title-sm {
    color: #89abf1
}

.blog-5__main-img {
    padding-right: 30px;
    width: 100%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-5__main-img {
        padding-right: 30px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-5__main-img {
        padding-right: 60px
    }
}

@media(max-width:767px) {
    .blog-5__main-img {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%
    }
}

.blog-5__main-img img {
    border-radius: 10px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-5__main-img img {
        width: 100%
    }
}

@media(max-width:767px) {
    .blog-5__main-img img {
        width: 100%
    }
}

.blog-5__meta span {
    color: #89abf1;
    display: inline-block;
    margin-bottom: 13px
}

.blog-5__title-sm {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-5__title-sm {
        font-size: 19px
    }
    .blog-5__title-sm br {
        display: none
    }
}

@media(max-width:767px) {
    .blog-5__title-sm {
        font-size: 19px
    }
    .blog-5__title-sm br {
        display: none
    }
}

.blog-5__content p {
    color: #d0d0d0;
    color: var(--it-common-white-2);
    padding-bottom: 10px;
    padding-right: 40px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .blog-5__content p {
        font-size: 15px;
        padding-right: 0
    }
}

.blog-5__link a {
    color: #fff;
    color: var(--it-common-white);
    font-size: 18px;
    font-weight: 500;
    transition: .3s
}

.blog-5__link a:hover i {
    -webkit-animation: tfLeftToRight .4s forwards;
    animation: tfLeftToRight .4s forwards
}

.blog-5__link a i {
    padding-left: 15px
}

.blog-5__item-box-2 .blog-5__meta span {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.blog-5__item-box-2:hover {
    background-color: #1d1d25;
    background-color: var(--it-common-black-7);
    border: 1px dashed #ffdc60;
    border: 1px dashed var(--it-theme-1)
}

.blog-5__item-box-2:hover .blog-5__link a,
.blog-5__item-box-2:hover .blog-5__title-sm.title-color-2 {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.blog-5__item-box-3 .blog-5__meta span {
    color: #ff9c9c;
    color: var(--it-common-pink-4)
}

.blog-5__item-box-3:hover {
    background-color: #1d1d25;
    background-color: var(--it-common-black-7);
    border: 1px dashed #ff9c9c;
    border: 1px dashed var(--it-common-pink-4)
}

.blog-5__item-box-3:hover .blog-5__link a,
.blog-5__item-box-3:hover .blog-5__title-sm.title-color-3 {
    color: #ff9c9c;
    color: var(--it-common-pink-4)
}

.blog-5__item-box-4 .blog-5__meta span {
    color: #5ef794;
    color: var(--it-common-green)
}

.blog-5__item-box-4:hover {
    background-color: #1d1d25;
    background-color: var(--it-common-black-7);
    border: 1px dashed #5ef794;
    border: 1px dashed var(--it-common-green)
}

.blog-5__item-box-4:hover .blog-5__link a,
.blog-5__item-box-4:hover .blog-5__title-sm.title-color-4 {
    color: #5ef794;
    color: var(--it-common-green)
}

@media(max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .postbox__wrapper {
        margin-bottom: 50px;
        padding-right: 0
    }
}

.postbox__p-right {
    margin-right: 20px
}

@media(max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__p-right {
        margin-right: 0
    }
}

.postbox__thumb .play-btn {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 50%;
    color: #232323;
    color: var(--it-common-black);
    height: 90px;
    left: 50%;
    line-height: 90px;
    position: absolute;
    text-align: center;
    top: calc(50% - 20px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    z-index: 1
}

@media(max-width:767px) {
    .postbox__thumb .play-btn {
        height: 50px;
        line-height: 50px;
        width: 50px
    }
    .postbox__thumb .play-btn i {
        padding-left: 4px
    }
}

.postbox__thumb .play-btn:hover {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4);
    color: #fff;
    color: var(--it-common-white)
}

.postbox__thumb img {
    border-radius: 20px;
    margin-bottom: 40px
}

.postbox__audio {
    height: 100%;
    width: 100%
}

.postbox__audio iframe {
    border: none;
    height: 100%;
    width: 100%
}

.postbox__item-single:hover {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.postbox__content p img {
    border-radius: 10px;
    margin-bottom: 30px;
    max-width: 100%
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .postbox__content p img {
        width: 100%
    }
}

.postbox__content-single {
    border: none;
    padding-left: 0;
    padding-right: 0
}

.postbox__title {
    color: #232323;
    color: var(--it-common-black);
    color: #202124;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .postbox__title {
        font-size: 33px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__title {
        font-size: 28px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .postbox__title {
        font-size: 33px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .postbox__title {
        font-size: 30px
    }
    .postbox__title br {
        display: none
    }
}

@media(max-width:767px) {
    .postbox__title {
        font-size: 25px
    }
    .postbox__title br {
        display: none
    }
}

.postbox__title a:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.postbox__meta {
    margin-bottom: 20px
}

.postbox__meta span {
    color: #888;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin-right: 30px
}

.postbox__meta span:first-child {
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 8px 12px
}

.postbox__meta span:last-child {
    margin-right: 0
}

.postbox__meta span i {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-weight: 500;
    margin-right: 3px
}

.postbox__meta span:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.postbox__text {
    padding-right: 30px
}

.postbox__text img {
    max-width: 100%
}

.postbox__text p {
    font-size: 17px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .postbox__text p {
        font-size: 16px
    }
}

.postbox__text-single p {
    margin-bottom: 15px
}

.postbox__slider button {
    color: #fff;
    color: var(--it-common-white);
    font-size: 30px;
    left: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.postbox__slider button.slick-next {
    left: auto;
    right: 50px
}

@media(max-width:767px) {
    .postbox__slider button.slick-next {
        right: 10px
    }
    .postbox__slider button {
        left: 10px
    }
}

.postbox__comment ul li {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.postbox__comment ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.postbox__comment ul li.children {
    margin-left: 100px
}

@media(max-width:767px) {
    .postbox__comment ul li.children {
        margin-left: 0
    }
}

.postbox__comment ul-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-right: 20px
}

.postbox__comment-title {
    color: #202124;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 18px;
    margin-bottom: 40px
}

.postbox__comment-avater img {
    border-radius: 50%;
    height: 50px;
    width: 50px
}

@media(max-width:767px) {
    .postbox__comment-avater img {
        height: 65px;
        width: 65px
    }
}

.postbox__comment-name {
    margin-bottom: 5px
}

.postbox__comment-name h5 {
    color: #232323;
    color: var(--it-common-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.postbox__comment-name h5:after {
    background-color: #232323;
    background-color: var(--it-common-black);
    bottom: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    right: -1px;
    width: 4px
}

.postbox__comment-name span {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

@media(max-width:767px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px
    }
}

.postbox__comment-text p {
    font-size: 16px;
    margin-bottom: 15px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__comment-text p {
        font-size: 15px
    }
    .postbox__comment-text p br {
        display: none
    }
}

@media(max-width:767px) {
    .postbox__comment-text p br {
        display: none
    }
}

.postbox__comment-reply {
    margin-top: 10px
}

.postbox__comment-reply a {
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    color: #202124;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    line-height: 27px;
    padding: 0 18px;
    transition: .3s
}

.postbox__comment-reply a:hover {
    background: #4a6ef0;
    background: var(--it-common-blue-4);
    border-color: #4a6ef0;
    border-color: var(--it-common-blue-4)
}

.postbox__comment-reply a:hover,
.postbox__comment-reply a:hover svg {
    color: #fff;
    color: var(--it-common-white)
}

.postbox__comment-reply a svg {
    color: #202124;
    margin-right: 6px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: .3s
}

.postbox__comment-agree {
    margin-bottom: 30px
}

.postbox__comment-agree .form-check-label {
    color: #87888a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3
}

.postbox__comment-agree .form-check-input:checked {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4);
    border-color: transparent
}

.postbox__comment-agree .form-check-input:focus {
    box-shadow: none
}

.postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
    border-radius: 2px;
    margin-top: 4px
}

.postbox__comment-input {
    margin-bottom: 20px
}

.postbox__comment-input span {
    color: #232323;
    color: var(--it-common-black);
    display: block;
    font-weight: 600;
    margin-bottom: 12px
}

.postbox__comment-input input,
.postbox__comment-input textarea {
    border: 1px solid #f7f7f7;
    border-radius: 7px;
    box-shadow: 0 16px 24px rgba(189, 196, 205, .13);
    color: var(--tp-common-black);
    font-size: 14px;
    height: 55px;
    outline: none;
    padding: 0 20px;
    width: 100%
}

.postbox__comment-input input::-webkit-input-placeholder,
.postbox__comment-input textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 45%, .5)
}

.postbox__comment-input input::placeholder,
.postbox__comment-input textarea::placeholder {
    color: hsla(0, 0%, 45%, .5)
}

.postbox__comment-input input:focus,
.postbox__comment-input textarea:focus {
    border-color: var(--tp-common-pink);
    color: var(--tp-common-black)
}

.postbox__comment-input textarea {
    height: 175px;
    padding-bottom: 20px;
    padding-top: 20px;
    resize: none
}

.postbox__tag span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 17px;
    margin-right: 30px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__social {
        margin-top: 40px
    }
}

.postbox__social span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 20px;
    font-weight: 500
}

.postbox__social a {
    font-size: 15px;
    padding-left: 30px
}

.postbox__social a .it-linkedin {
    color: #0e6ba1
}

.postbox__social a .it-pinterest {
    color: #d70220
}

.postbox__social a .it-facebook {
    color: #0e6ba1
}

.postbox__social a .it-twitter {
    color: #36b6ed
}

@media(max-width:767px) {
    .postbox__navigation-more {
        flex-wrap: wrap
    }
}

.postbox__navigation-img {
    margin-right: 15px
}

.postbox__navigation-img img {
    border-radius: 12px
}

@media(max-width:767px) {
    .postbox__navigation-left {
        margin-bottom: 30px
    }
}

.postbox__navigation-content a:hover span {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.postbox__navigation-content span {
    color: #5f6168;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 12px;
    padding-bottom: 15px;
    text-transform: uppercase;
    transition: .3s
}

.postbox__navigation-content span i {
    margin-right: 10px
}

.postbox__navigation-content h5 {
    color: #202124;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    transition: .3s
}

@media(max-width:767px) {
    .postbox__navigation-content h5 {
        font-size: 16px
    }
}

.postbox__navigation-content h5:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__navigation-content h5 {
        font-size: 15px
    }
}

.postbox__navigation-right .postbox__navigation-img {
    margin-left: 15px;
    margin-right: 0
}

.postbox__navigation-right .postbox__navigation-content span i {
    margin-left: 10px;
    margin-right: 0
}

.form-label-action.active .postbox__comment-input label {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 13px;
    font-weight: 400;
    top: 0
}

.form-label-action.active .postbox__comment-input span {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 13px;
    font-weight: 400;
    top: -14px
}

.blog-grid-bg {
    position: relative
}

.blog-grid-bg:after {
    background: linear-gradient(180deg, rgba(247, 249, 252, 0), #f7f9fc);
    content: "";
    display: inline-block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 100%;
    z-index: -1
}

.postbox__comment-form-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 22px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .postbox__comment-form-title {
        font-size: 25px
    }
}

.postbox__social-wrapper {
    border-bottom: 1px solid #eceef3;
    margin-bottom: 40px;
    padding-bottom: 40px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .postbox__comment-form {
        margin-bottom: 50px
    }
}

.aproch-title {
    font-size: 36px;
    margin-bottom: 15px
}

.approch-item {
    margin-bottom: 65px
}

.approch-item ul li {
    padding-left: 30px;
    position: relative
}

.approch-item ul li i {
    color: var(--it-theme-2);
    font-size: 14px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 5px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .approch-thumb {
        margin-bottom: 40px
    }
}

.approch-thumb img {
    border-radius: 10px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .approch-thumb img {
        width: 100%
    }
}

@media(max-width:767px) {
    .postbox__comment-box {
        flex-wrap: wrap
    }
}

.postbox__comment-info {
    flex: 0 0 auto
}

.blog-grid-avata-box .it-blog-author-info h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 16px
}

.blog-grid-avata-box .it-blog-author-info span {
    color: hsla(0, 0%, 100%, .7);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px
}

.blog-details-title-box span {
    border: 1.5px solid hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 8px 20px
}

.blog-details-banner-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    padding-bottom: 25px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .blog-details-banner-title {
        font-size: 57px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-details-banner-title {
        font-size: 50px
    }
}

@media(max-width:767px) {
    .blog-details-banner-title {
        font-size: 45px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .blog-details-banner-title {
        font-size: 40px
    }
}

.blog-details-banner .it-blog-author-info h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 16px
}

.blog-details-banner .it-blog-author-info span {
    color: hsla(0, 0%, 100%, .7);
    font-size: 13px;
    font-weight: 600;
    line-height: 10px
}

@media(max-width:767px) {
    .blog-details-social-box {
        margin-top: 30px
    }
}

.blog-details-social-box a {
    border: 1.5px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    border-radius: 100px;
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    height: 42px;
    line-height: 40px;
    margin-left: 6px;
    text-align: center;
    transition: .3s;
    width: 42px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .blog-details-social-box a {
        font-size: 13px;
        height: 35px;
        line-height: 33px;
        margin-left: 0;
        width: 35px
    }
}

@media(max-width:767px) {
    .blog-details-social-box a {
        margin-left: 0;
        margin-right: 6px
    }
}

.blog-details-social-box a:hover {
    background-color: var(--it-common-yellow-4);
    border-color: var(--it-common-yellow-4);
    color: #232323;
    color: var(--it-common-black)
}

.blog-details-big-img {
    margin-top: -200px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.blog-details-big-img img {
    border-radius: 30px
}

.postbox__details-checkmark {
    padding-bottom: 40px
}

.postbox__details-checkmark ul li {
    color: #202124;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative
}

@media(max-width:767px) {
    .postbox__details-checkmark ul li {
        font-size: 14px
    }
}

.postbox__details-checkmark ul li::last-child {
    margin-bottom: 0
}

.postbox__details-checkmark ul li i {
    background-color: #232323;
    background-color: var(--it-common-black);
    border-radius: 50%;
    color: #fff;
    color: var(--it-common-white);
    font-size: 10px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -2px;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    width: 20px
}

.postbox__details-title {
    color: #080829;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .postbox__details-title {
        font-size: 29px
    }
}

.postbox__details-title-box p {
    color: #5f6168;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.postbox__details-img-box {
    padding-bottom: 20px
}

@media(max-width:767px) {
    .postbox__details-img-box {
        flex-wrap: wrap
    }
}

.postbox__details-img-box span img {
    border-radius: 20px;
    margin-bottom: 20px
}

.postbox__details-img-box span img.img-mr {
    margin-right: 20px
}

.postbox__details-img-caption {
    color: #87888a;
    font-size: 13px;
    font-weight: 400;
    line-height: 10px
}

.postbox__details-img-caption i {
    color: #5f6168;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .postbox__details-wrapper {
        padding-right: 0
    }
}

.postbox__details-qoute {
    background: linear-gradient(90.21deg, #fafafa -.62%, hsla(0, 0%, 100%, 0) 18.02%);
    border-left: 3px solid #4a6ef0;
    border-left: 3px solid var(--it-common-blue-4);
    padding: 40px 50px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__details-qoute {
        padding: 40px
    }
}

@media(max-width:767px) {
    .postbox__details-qoute {
        padding: 30px
    }
}

.postbox__details-qoute blockquote {
    margin-bottom: 0
}

@media(max-width:767px) {
    .postbox__details-qoute blockquote {
        flex-wrap: wrap
    }
}

.postbox__details-qoute-icon svg {
    margin-right: 30px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

@media(max-width:767px) {
    .postbox__details-qoute-icon svg {
        margin-bottom: 20px
    }
}

.postbox__details-qoute-text P {
    color: #202124;
    font-size: 23px;
    font-weight: 500;
    line-height: 34px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__details-qoute-text P {
        font-size: 21px
    }
}

@media(max-width:767px) {
    .postbox__details-qoute-text P {
        font-size: 17px;
        line-height: 26px
    }
}

.postbox__details-qoute-text span {
    color: #4a6ef0;
    color: var(--it-common-blue-4);
    font-size: 15px;
    font-weight: 500;
    line-height: 14px
}

.postbox__details-qoute-text span:before {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4);
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    width: 16px
}

.postbox__details-author-info-box {
    background-color: #f8f8f8;
    border-radius: 14px;
    padding: 50px 45px
}

@media(max-width:767px) {
    .postbox__details-author-info-box {
        flex-wrap: wrap;
        padding: 40px 30px
    }
}

.postbox__details-author-avata {
    flex: 0 0 auto;
    margin-right: 25px
}

@media(max-width:767px) {
    .postbox__details-author-avata {
        margin-bottom: 20px
    }
}

.postbox__details-author-avata img {
    border-radius: 50%;
    flex: 0 0 auto
}

.postbox__details-author-title {
    color: #202124;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px
}

.postbox__details-author-social a {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(32, 33, 36, .12);
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 38px;
    margin-right: 6px;
    text-align: center;
    transition: .3s;
    width: 36px
}

.postbox__details-author-social a:hover {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4);
    color: #fff;
    color: var(--it-common-white)
}

.postbox__comment-input {
    position: relative
}

.postbox__comment-input input:focus~.floating-label,
.postbox__comment-input input:not(:focus):valid~.floating-label {
    background-color: #fff;
    background-color: var(--it-common-white);
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 13px;
    font-weight: 400;
    left: 20px;
    padding: 0 4px;
    top: 0
}

.postbox__comment-input textarea:focus~.floating-label-2,
.postbox__comment-input textarea:not(:focus):valid~.floating-label-2 {
    background-color: #fff;
    background-color: var(--it-common-white);
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 13px;
    font-weight: 400;
    left: 20px;
    padding: 0 4px;
    top: -9px
}

.postbox__comment-input .eye-btn {
    right: 20px
}

.postbox__comment-input .eye-btn,
.postbox__comment-input .eye-btn span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.postbox__comment-input .eye-btn span {
    right: 0
}

.postbox__comment-input .eye-btn .eye-open {
    opacity: 0
}

.postbox__comment-input .eye-btn .eye-off,
.postbox__comment-input .eye-btn.pass-btn-open .eye-open {
    opacity: 1
}

.postbox__comment-input .eye-btn.pass-btn-open .eye-off {
    opacity: 0
}

.postbox__comment-input .inputText {
    border: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    color: #87888a;
    color: #232323;
    color: var(--it-common-black);
    font-size: 14px;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    outline: 0;
    padding: 0 20px;
    transition: box-shadow .3s cubic-bezier(.3, 0, 0, .3);
    width: 100%
}

.postbox__comment-input .inputText:focus {
    box-shadow: 0 1px 2px 1px rgba(32, 33, 36, .06), inset 0 0 0 2px #2e3bbb;
    box-shadow: 0 1px 2px 1px rgba(32, 33, 36, .06), inset 0 0 0 2px var(--it-common-blue-3)
}

.postbox__comment-input .textareaText {
    border: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    color: #87888a;
    color: #232323;
    color: var(--it-common-black);
    font-size: 14px;
    font-size: 15px;
    font-weight: 500;
    height: 160px;
    outline: 0;
    padding: 20px;
    resize: none;
    transition: box-shadow .3s cubic-bezier(.3, 0, 0, .3);
    width: 100%
}

.postbox__comment-input .textareaText:focus {
    box-shadow: 0 1px 2px 1px rgba(32, 33, 36, .06), inset 0 0 0 2px #2e3bbb;
    box-shadow: 0 1px 2px 1px rgba(32, 33, 36, .06), inset 0 0 0 2px var(--it-common-blue-3)
}

.postbox__comment-input .floating-label {
    left: 20px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s ease
}

.postbox__comment-input .floating-label-2 {
    left: 20px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    transition: all .2s ease
}

.rc__post ul li:not(:last-child) {
    margin-bottom: 15px
}

.rc__post-thumb {
    flex: 0 0 auto
}

.rc__post-thumb img {
    border-radius: 10px;
    flex: 0 0 auto;
    height: 75px;
    object-fit: cover;
    width: 75px
}

.rc__post-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px
}

.rc__post-title a:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.rc__meta span {
    color: #6a6a74;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.sidebar__wrapper {
    padding-left: 10px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .sidebar__wrapper {
        padding-left: 0
    }
}

.sidebar__widge-title-box {
    border-radius: 14px 14px 0 0;
    padding: 30px
}

.sidebar__widget-content {
    padding: 0 30px 40px
}

@media(max-width:767px) {
    .sidebar__widget-content {
        padding: 35px 25px
    }
}

.sidebar__widget {
    border: 1px solid #e5e5e5;
    border-radius: 14px
}

.sidebar__widget-title {
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0
}

.sidebar__widget:last-child-title {
    border-bottom: 0
}

.sidebar__widget ul li {
    list-style: none;
    margin-bottom: 25px
}

.sidebar__widget ul li:last-child {
    margin-bottom: 0
}

.sidebar__widget ul li a {
    color: #5f6168;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 12px
}

.sidebar__widget ul li a:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.sidebar__widget ul li a i {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.sidebar__search {
    position: relative
}

.sidebar__search input {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    border-radius: 14px;
    height: 60px;
    line-height: 60px;
    outline: none;
    padding: 0 60px 0 25px;
    text-transform: capitalize;
    width: 100%
}

@media(max-width:767px) {
    .sidebar__search input {
        padding-left: 15px;
        padding-right: 40px
    }
}

.sidebar__search input:focus {
    border-color: var(--tp-common-blue-4)
}

.sidebar__search input::-webkit-input-placeholder {
    color: #777
}

.sidebar__search input::placeholder {
    color: #777
}

.sidebar__search button {
    border-radius: 0 7px 7px 0;
    color: #fff;
    color: var(--tp-common-black);
    height: 100%;
    line-height: 60px;
    padding: 0 24px;
    position: absolute;
    right: 0;
    top: 0
}

.sidebar__banner-content {
    background: var(--tp-theme-1);
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.sidebar__banner-content h4 {
    color: var(--tp-common-white);
    font-size: 24px;
    margin-bottom: 0;
    padding: 15px 20px;
    text-transform: uppercase
}

.tagcloud a {
    border: 1px solid #f2f4f6;
    border-radius: 30px;
    color: #8a879f;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 10px 25px;
    transition: .3s
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .tagcloud a {
        font-size: 13px;
        padding: 8px 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .tagcloud a {
        font-size: 13px;
        padding: 10px 15px
    }
}

@media(max-width:767px) {
    .tagcloud a {
        font-size: 13px;
        padding: 10px 15px
    }
}

.tagcloud a:hover {
    background: #4a6ef0;
    background: var(--it-common-blue-4);
    border-color: #4a6ef0;
    border-color: var(--it-common-blue-4);
    color: #fff;
    color: var(--it-common-white)
}

.tagcloud span {
    color: #202124;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px;
    margin-right: 8px
}

.basic-pagination ul {
    border: 1px solid #ebebeb;
    border-radius: 100px;
    display: inline-block;
    padding: 10px
}

.basic-pagination ul li {
    display: inline-block
}

.basic-pagination ul li a {
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: .3s;
    width: 40px
}

.basic-pagination ul li span {
    display: inline-block;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.basic-pagination ul li a.current,
.basic-pagination ul li a:hover {
    background: #f2f2f2;
    color: #232323;
    color: var(--it-common-black)
}

.basic-pagination ul li a:hover {
    border-color: #f2f2f2
}

.blog-grid-avata-box .tp-blog-author-info h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 16px
}

.blog-grid-avata-box .tp-blog-author-info span {
    color: hsla(0, 0%, 100%, .7);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px
}

.postbox__contact-input input {
    background-color: #f7f9fa;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 30px;
    padding: 25px;
    width: 100%
}
.postbox__contact-input select {
    background-color: #f7f9fa;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 30px;
    padding-left: 22px;
    width: 100%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__contact-input input, select {
        font-size: 12px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .postbox__contact-input input, select {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .postbox__contact-input input, select {
        font-size: 14px
    }
}

.postbox__contact-input input:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.postbox__contact-textarea textarea {
    background-color: #f7f9fa;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 160px;
    padding: 20px;
    resize: none;
    width: 100%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__contact-textarea textarea {
        font-size: 14px;
        padding-right: 45px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .postbox__contact-textarea textarea {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .postbox__contact-textarea textarea {
        font-size: 14px
    }
}

.postbox__contact-textarea textarea:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.footer__plr {
    padding: 250px 200px 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .footer__plr {
        padding: 250px 100px 0
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .footer__plr {
        padding: 250px 55px 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer__plr {
        padding: 250px 30px 0
    }
}

@media(max-width:767px) {
    .footer__plr {
        padding: 250px 0 0
    }
}

.footer__plr-3 {
    padding-top: 100px
}

.footer__logo {
    padding-bottom: 35px
}

.footer__text p {
    color: #fff;
    color: var(--it-common-white);
    padding-right: 30px
}

.footer__number-icon {
    padding-right: 20px
}

.footer__number-icon span {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 30px
}

.footer__number-info span {
    color: #fff;
    color: var(--it-common-white);
    display: block;
    padding-bottom: 5px
}

.footer__number-info a {
    color: #fff;
    color: var(--it-common-white);
    transition: .3s
}

.footer__number-info a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.footer__title {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 20px
}

.footer__menu-list ul li {
    list-style: none;
    padding-bottom: 10px
}

.footer__menu-list ul li a {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 400;
    transition: .3s
}

.footer__menu-list ul li a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.footer__content p {
    color: #fff;
    color: var(--it-common-white);
    font-weight: 400
}

.footer__input {
    margin-bottom: 30px;
    position: relative
}

.footer__input form input {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 0;
    border-radius: 30px;
    height: 40px;
    padding-left: 40px;
    padding-right: 150px;
    width: 100%
}

@media(max-width:767px) {
    .footer__input form input {
        padding-left: 25px
    }
}

.footer__input form input::-webkit-input-placeholder {
    color: #333;
    font-size: 14px
}

.footer__input form input::placeholder {
    color: #333;
    font-size: 14px
}

.footer__input button {
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__social-box span {
    color: #fff;
    color: var(--it-common-white);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-right: 5px
}

.footer__social-box a {
    border: 1px solid #a1a1a2;
    border-radius: 50%;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    transition: .3s;
    width: 33px
}

.footer__social-box a i {
    color: #a1a1a2;
    transition: .3s
}

.footer__social-box a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1)
}

.footer__social-box a:hover i {
    color: #232323;
    color: var(--it-common-black)
}

.footer-2__plr {
    padding: 180px 250px 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .footer-2__plr {
        padding: 180px 100px 0
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .footer-2__plr {
        padding: 180px 55px 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-2__plr {
        padding: 180px 30px 0
    }
}

@media(max-width:767px) {
    .footer-2__plr {
        padding: 180px 0 0
    }
}

.footer-2__shape-1 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    left: 43%;
    position: absolute;
    top: 5%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .footer-2__shape-1 {
        left: 40%;
        top: 2%
    }
}

.footer-2__shape-2 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    position: absolute;
    right: 3%;
    top: 16%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .footer-2__shape-2 {
        right: -2%;
        top: 20%
    }
}

.footer-2__logo {
    padding-bottom: 35px
}

.footer-2__text p {
    color: #fff;
    color: var(--it-common-white);
    padding-right: 45px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .footer-2__text p {
        padding-right: 60px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .footer-2__text p {
        padding-right: 163px
    }
}

.footer-2__title {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 20px
}

.footer-2__menu-list ul li {
    list-style: none;
    padding-bottom: 10px
}

.footer-2__menu-list ul li a {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 400;
    transition: .3s
}

.footer-2__menu-list ul li a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.footer-2__content p {
    color: #fff;
    color: var(--it-common-white);
    font-weight: 400
}

.footer-2__social-box span {
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px
}

.footer-2__social-box a {
    border: 1px solid #a1a1a2;
    border-radius: 50%;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    transition: .3s;
    width: 33px
}

.footer-2__social-box a i {
    color: #a1a1a2;
    transition: .3s
}

.footer-2__social-box a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 1px solid transparent
}

.footer-2__social-box a:hover i {
    color: #232323;
    color: var(--it-common-black)
}

.footer-2__content-img-number {
    position: absolute;
    right: -10px;
    top: 8px
}

.footer-2__content-img-number span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.footer-2__content-text span {
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px
}

.footer-2__content-text h4 {
    color: #fff;
    color: var(--it-common-white);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    transition: .3s
}

.footer-2__content-text h4:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.footer-3__plr {
    padding: 250px 200px 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .footer-3__plr {
        padding: 250px 100px 0
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .footer-3__plr {
        padding: 250px 55px 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-3__plr {
        padding: 250px 30px 0
    }
}

@media(max-width:767px) {
    .footer-3__plr {
        padding: 250px 0 0
    }
}

.footer-3__logo {
    padding-bottom: 35px
}

.footer-3__text {
    padding-bottom: 26px
}

.footer-3__text p {
    color: #fff;
    color: var(--it-common-white);
    padding-right: 45px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .footer-3__text p {
        padding-right: 24px
    }
}

@media(max-width:767px) {
    .footer-3__text p {
        padding-right: 0
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .footer-3__text p {
        padding-right: 166px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer-3__text p {
        padding-right: 55px
    }
}

.footer-3__social-box a {
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 5px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    transition: .3s;
    width: 33px
}

.footer-3__social-box a i {
    color: #ffdc60;
    color: var(--it-theme-1);
    transition: .3s
}

.footer-3__social-box a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 1px solid transparent
}

.footer-3__social-box a:hover i {
    color: #232323;
    color: var(--it-common-black)
}

.footer-3__title {
    color: #fff;
    color: var(--it-common-white);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 20px
}

.footer-3__menu-list ul {
    display: inline-block
}

.footer-3__menu-list ul li {
    float: left;
    list-style: none;
    padding-bottom: 10px;
    width: 50%
}

.footer-3__menu-list ul li a {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 400;
    transition: .3s
}

.footer-3__menu-list ul li a i {
    padding-right: 10px
}

.footer-3__menu-list ul li a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.footer-3__content-text h4 {
    color: #fff;
    color: var(--it-common-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    transition: .3s
}

.footer-3__content-text h4:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

@media(max-width:767px) {
    .footer-3__content-text h4 br {
        display: none
    }
}

.footer-3__meta {
    padding-top: 5px
}

.footer-3__meta span {
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px
}

.footer-3__meta i {
    color: #ffdc60;
    color: var(--it-theme-1);
    padding-right: 5px
}

.footer-3__text-2 {
    padding-bottom: 15px
}

.footer-3__text-2 p {
    color: #fff;
    color: var(--it-common-white)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .footer-3__text-2 p {
        padding-right: 92px
    }
}

.footer-3__input {
    margin-bottom: 30px;
    position: relative
}

.footer-3__input form input {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 0;
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    padding-right: 84px;
    width: 100%
}

.footer-3__input form input::-webkit-input-placeholder {
    color: #333;
    font-size: 14px
}

.footer-3__input form input::placeholder {
    color: #333;
    font-size: 14px
}

.footer-3__input button {
    position: absolute;
    right: -1px;
    top: 0
}

.footer-3__plr-2 {
    padding: 70px 200px 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .footer-3__plr-2 {
        padding: 70px 100px 0
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .footer-3__plr-2 {
        padding: 70px 55px 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-3__plr-2 {
        padding: 70px 30px 0
    }
}

@media(max-width:767px) {
    .footer-3__plr-2 {
        padding: 70px 0 0
    }
}

.footer-3-col-2 {
    padding-left: 20px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-3-col-2 {
        padding-left: 0
    }
}

.footer-3-col-4 {
    padding-left: 30px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-3-col-4 {
        padding-left: 0
    }
}

.footer-2-col-2 {
    padding-left: 85px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-2-col-2 {
        padding-left: 0
    }
}

.footer-2-col-3 {
    padding-left: 60px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .footer-2-col-3 {
        padding-left: 19px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-2-col-3 {
        padding-left: 0
    }
}

.footer-2-col-4 {
    padding-left: 56px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .footer-2-col-4 {
        padding-left: 30px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .footer-2-col-4 {
        padding-left: 85px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-2-col-4 {
        padding-left: 0
    }
}

.footer-col-2 {
    padding-left: 80px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-col-2 {
        padding-left: 0
    }
}

.footer-col-3 {
    padding-left: 40px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-col-3 {
        padding-left: 0
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .footer-col-4 {
        padding-left: 30px
    }
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .footer-col-4 {
        padding-left: 0
    }
}

.copyright__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .copyright__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .copyright__plr {
        padding: 0 55px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .copyright__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .copyright__plr {
        padding: 0
    }
}

.copyright__plr-2 {
    padding: 0 250px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .copyright__plr-2 {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .copyright__plr-2 {
        padding: 0 55px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .copyright__plr-2 {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .copyright__plr-2 {
        padding: 0
    }
    .copyright__text {
        padding-top: 20px
    }
}

.copyright__text span {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 400
}

@media(max-width:767px) {
    .copyright__text span {
        font-size: 15px
    }
}

.copyright__item span {
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
    padding: 15px 0;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .copyright__item span {
        margin-left: 10px
    }
}

@media(max-width:767px) {
    .copyright__item span {
        font-size: 15px;
        margin-left: 0;
        margin-right: 13px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .copyright__item span {
        margin-right: 30px
    }
}

.copyright__item span:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.copyright__border {
    border-top: 1px solid #595252;
    border-top: 1px solid var(--it-border-2)
}

@media(max-width:767px) {
    .footer-3__content {
        margin-bottom: 20px
    }
}

.video__plr {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 30px
}

@media(max-width:767px) {
    .video__plr {
        padding: 130px 0
    }
}

@media(max-width:575px) {
    .video__plr {
        padding: 120px 0
    }
}

.video__content p {
    color: #fff;
    color: var(--it-common-white);
    padding-bottom: 13px;
    padding-right: 80px
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .video__content p {
        padding-right: 0
    }
    .video__content p br {
        display: none
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .video__content p br {
        display: none
    }
}

@media(max-width:767px) {
    .video__content p {
        padding-right: 0
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .video__icon {
        margin-right: 0
    }
}

.video__icon a {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 50%;
    color: #404040;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    line-height: 63px;
    padding-left: 6px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1
}

.video__icon a:after {
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    background-color: hsla(0, 0%, 100%, .551);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

@media(max-width:767px) {
    .video__button {
        margin-bottom: 50px
    }
}

@media(max-width:575px) {
    .video__button {
        margin-bottom: 0
    }
}

.video-2__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .video-2__bg {
        margin: 0 115px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .video-2__bg {
        margin: 0 115px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .video-2__bg {
        margin: 0 45px
    }
}

@media(max-width:767px) {
    .video-2__bg {
        margin: 0
    }
}

.video-2__space {
    margin-bottom: -250px;
    padding: 100px 0;
    position: relative;
    z-index: 9
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .video-2__space {
        padding: 65px 0
    }
}

.video-2__icon span {
    border: 3px solid #fff;
    border: 3px solid var(--it-common-white);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 58px;
    text-align: center;
    width: 60px
}

.video-2__icon span i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 17px;
    padding-left: 4px
}

.video-2__btn {
    margin-right: 45px
}

@media(max-width:767px) {
    .video-2__btn {
        margin-right: 20px
    }
}

.funfact__space {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .funfact__space {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .funfact__space {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .funfact__space {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .funfact__space {
        padding: 0
    }
}

.funfact__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 125px 80px;
    position: relative
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .funfact__bg {
        padding: 70px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .funfact__bg {
        padding: 60px 30px
    }
}

@media(max-width:767px) {
    .funfact__bg {
        padding: 90px 20px
    }
}

.funfact__shape-1 {
    bottom: 0;
    position: absolute;
    right: 20%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .funfact__shape-1 {
        right: 5%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .funfact__shape-1 {
        right: 3%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .funfact__shape-1 {
        right: -12%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .funfact__shape-1 img {
        max-width: 75%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .funfact__shape-1 img {
        max-width: 73%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .funfact__shape-1 img {
        max-width: 60%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .funfact__shape-1 img {
        max-width: 60%
    }
}

@media(max-width:767px) {
    .funfact__content {
        margin-bottom: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .funfact__content {
        margin-bottom: 50px
    }
}

.funfact__text {
    padding-bottom: 40px
}

.funfact__icon a {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    display: inline-block;
    height: 65px;
    line-height: 68px;
    position: relative;
    text-align: center;
    width: 65px;
    z-index: 2
}

.funfact__icon a:after {
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    background-color: hsla(47, 85%, 69%, .588);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    width: 100%;
    z-index: -1
}

.funfact__icon a span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 20px;
    padding-left: 9px
}

.funfact-2__space {
    margin-top: 110px;
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .funfact-2__space {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .funfact-2__space {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .funfact-2__space {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .funfact-2__space {
        padding: 0
    }
}

.funfact-2__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 34px 80px;
    position: relative
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .funfact-2__bg {
        padding: 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .funfact-2__bg {
        padding: 40px 0
    }
}

@media(max-width:767px) {
    .funfact-2__bg {
        padding: 34px 0
    }
    .funfact-2__content {
        margin-bottom: 50px
    }
}

.funfact-2__text {
    padding-bottom: 40px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .funfact-2__text .section-title {
        font-size: 34px
    }
}

.funfact-2__main-img {
    padding-left: 20px
}

@media(max-width:767px) {
    .funfact-2__main-img {
        padding-left: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .funfact-2__button .border-btn-3 {
        height: 40px;
        line-height: 40px;
        padding: 0 15px
    }
}

.modal-video {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: 1000000
}

.modal-video .modal-video-body {
    box-sizing: border-box;
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px;
    width: 100%
}

.modal-video .modal-video-body .modal-video-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: #333;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    width: 100%
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -45px;
    width: 35px;
    z-index: 2
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn:after,
.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn:before {
    background: #fff;
    border-radius: 5px;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video .modal-video-body .modal-video-inner .modal-video-movie-wrap .modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.my-masonry-grid {
    display: flex;
    margin-left: -30px;
    width: auto
}

.my-masonry-grid_column {
    background-clip: padding-box;
    padding-left: 30px
}

.my-masonry-grid_column>div {
    margin-bottom: 30px
}

.contact__plr {
    padding: 120px 30px 100px
}

@media(max-width:767px) {
    .contact__plr {
        padding: 120px 0 0
    }
}

.contact__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .contact__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .contact__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .contact__mlr {
        margin: 0
    }
}

.contact__shape-1 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__shape-1 {
        top: -4%
    }
}

.contact__shape-2 {
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite;
    bottom: -4%;
    left: 0;
    position: absolute
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__shape-2 {
        bottom: -4%;
        left: -2%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__shape-2 {
        bottom: -1%;
        left: -4%
    }
}

.contact__shape-3 {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate;
    bottom: 6%;
    position: absolute;
    right: 0
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__shape-3 {
        bottom: 2%;
        right: -2%
    }
}

.contact__shape-4 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 0;
    position: absolute;
    right: 54%
}

.contact__text {
    padding-bottom: 30px
}

.contact__text p {
    font-weight: 400;
    padding-right: 235px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .contact__text p {
        padding-right: 130px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__text p {
        padding-right: 25px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__text p {
        padding-right: 45px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__text p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .contact__text p {
        font-size: 15px;
        padding-right: 0
    }
}

.contact__text.text-color p {
    color: #d0d0d0;
    color: var(--it-common-white-2);
    padding-right: 312px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__text.text-color p {
        padding-right: 280px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .contact__text.text-color p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .contact__text.text-color p {
        padding-right: 0
    }
}

.contact__text-2 {
    padding-bottom: 10px
}

.contact__text-2 p {
    font-weight: 400;
    padding-right: 235px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .contact__text-2 p {
        padding-right: 200px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__text-2 p {
        padding-right: 120px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__text-2 p {
        padding-right: 50px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__text-2 p {
        font-size: 14px;
        padding-right: 45px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__text-2 p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .contact__text-2 p {
        font-size: 15px;
        padding-right: 0
    }
}

.contact__form {
    margin-bottom: 50px;
    margin-right: 70px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .contact__form {
        margin-right: 0
    }
}

.contact__form-input input {
    background-color: #f7f9fa;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 30px;
    padding: 25px;
    width: 100%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__form-input input {
        font-size: 12px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__form-input input {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .contact__form-input input {
        font-size: 14px
    }
}

.contact__form-input input:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.contact__form-input textarea {
    background-color: #f7f9fa;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 160px;
    padding: 20px;
    resize: none;
    width: 100%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__form-input textarea {
        font-size: 14px;
        padding-right: 45px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__form-input textarea {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .contact__form-input textarea {
        font-size: 14px
    }
}

.contact__form-input textarea:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.contact__item {
    background-color: transparent;
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 27px 35px;
    transition: .3s
}

@media(max-width:767px) {
    .contact__item {
        padding: 27px 20px
    }
}

.contact__item:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.contact__item:hover .contact__icon span {
    background-color: #fff;
    background-color: var(--it-common-white)
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .contact__button {
        margin-bottom: 50px
    }
}

.contact__icon {
    margin-right: 30px
}

@media(max-width:767px) {
    .contact__icon {
        margin-right: 22px
    }
}

.contact__icon span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 45px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    transition: .3s;
    width: 85px
}

.contact__title-sm {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 3px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__title-sm {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .contact__title-sm {
        font-size: 18px
    }
}

.contact__title-sm.title-color-1 {
    color: #fff;
    color: var(--it-common-white);
    transition: .3s
}

.contact__title-sm.title-color-1:hover {
    color: #83adff;
    color: var(--it-common-blue)
}

.contact__title-sm.title-color-2 {
    color: #fff;
    color: var(--it-common-white);
    transition: .3s
}

.contact__title-sm.title-color-2:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.contact__title-sm.title-color-3 {
    color: #fff;
    color: var(--it-common-white);
    transition: .3s
}

.contact__title-sm.title-color-3:hover {
    color: #ffadad;
    color: var(--it-common-red)
}

.contact__content span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 400
}

@media(max-width:767px) {
    .contact__content span {
        font-size: 14px
    }
}

.contact__form-2 {
    margin-bottom: 50px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .contact__form-2 {
        margin-right: 0
    }
}

.contact__from-2-input input {
    background-color: #f7f9fa;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 30px;
    padding: 25px;
    width: 100%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__from-2-input input {
        font-size: 14px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__from-2-input input {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .contact__from-2-input input {
        font-size: 13px
    }
}

.contact__from-2-input input:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.contact__from-2-input textarea {
    background-color: #f7f9fa;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 160px;
    padding: 20px;
    resize: none;
    width: 100%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__from-2-input textarea {
        font-size: 14px;
        padding-right: 45px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__from-2-input textarea {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .contact__from-2-input textarea {
        font-size: 13px
    }
}

.contact__from-2-input textarea:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.contact__bg {
    border-radius: 10px;
    padding: 115px 120px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .contact__bg {
        padding: 115px 60px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__bg {
        padding: 115px 30px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__bg {
        padding: 115px 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__bg {
        padding: 115px 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__bg {
        padding: 115px 20px
    }
}

@media(max-width:767px) {
    .contact__bg {
        padding: 115px 0
    }
}

.contact__plr-2 {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .contact__plr-2 {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__plr-2 {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .contact__plr-2 {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .contact__plr-2 {
        padding: 0
    }
}

.contact__form-3 .contact__form-input input {
    background-color: #31303f;
    background-color: var(--it-common-black-6);
    border: 1px solid #595252;
    border: 1px solid var(--it-border-2);
    color: #fff;
    color: var(--it-common-white)
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__form-3 .contact__form-input input {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .contact__form-3 .contact__form-input input {
        font-size: 14px
    }
}

.contact__form-3 .contact__form-input input::-webkit-input-placeholder {
    color: #d0d0d0;
    color: var(--it-common-white-2)
}

.contact__form-3 .contact__form-input input::placeholder {
    color: #d0d0d0;
    color: var(--it-common-white-2)
}

.contact__form-3 .contact__form-input input:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.contact__form-3 .contact__form-input textarea {
    background-color: #31303f;
    background-color: var(--it-common-black-6);
    border: 1px solid #595252;
    border: 1px solid var(--it-border-2);
    border-radius: 5px;
    color: #fff;
    color: var(--it-common-white)
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__form-3 .contact__form-input textarea {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .contact__form-3 .contact__form-input textarea {
        font-size: 14px
    }
}

.contact__form-3 .contact__form-input textarea::-webkit-input-placeholder {
    color: #d0d0d0;
    color: var(--it-common-white-2)
}

.contact__form-3 .contact__form-input textarea::placeholder {
    color: #d0d0d0;
    color: var(--it-common-white-2)
}

.contact__form-3 .contact__form-input textarea:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

.contact__wrapper {
    background-color: #2b2b32;
    background-color: var(--it-common-black-5);
    border-radius: 20px;
    padding: 10px
}

.contact__item-box {
    border: 1px dashed #595252;
    border: 1px dashed var(--it-border-2);
    border-radius: 20px
}

.contact__icon-color-1 span {
    background-color: #83adff;
    background-color: var(--it-common-blue)
}

.contact__icon-color-2 span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.contact__icon-color-3 span {
    background-color: #ffadad;
    background-color: var(--it-common-pink-2)
}

.contact__shape-5 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 81%;
    position: absolute;
    right: 41%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__shape-5 {
        bottom: 81%;
        right: 41%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__right-side {
        margin-bottom: 90px
    }
}

.contact__main-img {
    margin-left: 89px
}

.contact__main-img img {
    max-width: 100%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__main-img {
        margin-left: 40px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__main-img {
        margin-left: 15px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__main-img {
        margin-left: 0
    }
}

@media(max-width:767px) {
    .contact__main-img {
        margin-left: 0
    }
}

.contact__border {
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 10px;
    padding: 100px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .contact__border {
        padding: 100px 30px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__border {
        padding: 60px 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__border {
        padding: 60px 20px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact__border {
        padding: 70px 20px
    }
}

@media(max-width:767px) {
    .contact__border {
        padding: 30px 15px
    }
}

.contact__border .contact__item {
    padding: 27px 21px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__border .contact__title-sm {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .contact__border .contact__text p {
        font-size: 13px
    }
    .contact__border .contact__icon span {
        font-size: 34px;
        height: 65px;
        line-height: 65px;
        width: 65px
    }
}

.contact__box-2 .contact__item {
    border: none;
    padding: 27px 26px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__box-2 .contact__item {
        margin-bottom: 15px
    }
}

.contact__box-2 .contact__item:hover {
    background-color: initial
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__box-2 .contact__icon {
        margin-right: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__box-2 .contact__icon {
        margin-right: 20px
    }
}

.contact__box-2 .contact__icon span {
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    width: 70px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .contact__box-2 .contact__content .contact__title-sm {
        font-size: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .contact__box-2 .contact__content .contact__title-sm {
        font-size: 20px
    }
    .contact__box-2 .contact__content span {
        font-size: 16px
    }
}

.Register__box {
    background-color: #f8f9fe;
    padding: 50px 45px
}

@media(max-width:767px) {
    .Register__box {
        padding: 40px 20px
    }
}

.Register__title {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 25px
}

.Register__form input {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 18px 40px;
    transition: .3s;
    width: 100%
}

@media(max-width:767px) {
    .Register__form input {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 12px 20px
    }
}

.Register__form input:focus {
    border-color: #ffdc60;
    border-color: var(--it-theme-1)
}

@media(max-width:767px) {
    .Register__checkbox {
        margin-bottom: 20px
    }
}

.Register__checkbox input {
    width: 4%
}

.Register__checkbox.login input {
    height: 20px;
    margin-bottom: 0;
    margin-right: 13px;
    width: 20px
}

@media(max-width:767px) {
    .Register__checkbox.login input {
        height: 13px;
        width: 13px
    }
    .Register__checkbox.login label {
        font-size: 13px
    }
}

.Register__forgot a {
    color: #2e3bbb;
    color: var(--it-common-blue-3)
}

@media(max-width:767px) {
    .Register__forgot a {
        font-size: 13px
    }
    .Register__box-2 {
        flex-wrap: wrap
    }
}

.contact__wrapper .contact__item:hover .contact__icon-color-1 span {
    background-color: #83adff;
    background-color: var(--it-common-blue)
}

.contact__wrapper .contact__item:hover .contact__icon-color-2 span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.contact__wrapper .contact__item:hover .contact__icon-color-3 span {
    background-color: #ffadad;
    background-color: var(--it-common-red)
}

.newsletter__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .newsletter__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .newsletter__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .newsletter__plr {
        padding: 0
    }
}

.newsletter__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 492px;
    margin-top: -210px;
    padding-top: 300px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter__bg {
        padding-top: 240px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .newsletter__bg {
        margin-top: -180px;
        padding-top: 240px
    }
}

@media(max-width:767px) {
    .newsletter__bg {
        margin-top: -180px;
        padding-top: 216px
    }
}

.newsletter__icon {
    flex: 0 0 auto;
    padding-right: 45px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .newsletter__icon {
        padding-right: 35px
    }
}

@media(max-width:767px) {
    .newsletter__icon {
        padding-right: 15px
    }
}

.newsletter__input-box {
    margin-left: 120px;
    position: relative
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px) {
    .newsletter__input-box {
        margin-left: 60px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter__input-box {
        margin-left: 0;
        margin-top: 20px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .newsletter__input-box {
        margin-left: 0;
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .newsletter__input-box {
        margin-left: 0;
        margin-top: 20px
    }
}

.newsletter__input-box input {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: none;
    border-radius: 60px;
    box-shadow: 0 0 70px 0 rgba(0, 80, 159, .06);
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    padding-right: 220px;
    width: 100%
}

@media(max-width:767px) {
    .newsletter__input-box input {
        height: 40px;
        line-height: 40px;
        padding-right: 140px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .newsletter__input-box input {
        height: 65px;
        line-height: 65px
    }
}

.newsletter__input-box button {
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .newsletter__input-box button.subscribe-btn-2 {
        height: 40px;
        line-height: 40px;
        padding: 0 20px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .newsletter__input-box button.subscribe-btn-2 {
        height: 65px;
        line-height: 65px;
        padding: 0 40px
    }
    .newsletter__input-box button.subscribe-btn-2 span {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .newsletter__item {
        flex-wrap: wrap
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .newsletter__item {
        flex-wrap: nowrap
    }
}

.newsletter-2__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .newsletter-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .newsletter-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter-2__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .newsletter-2__plr {
        padding: 0
    }
}

.newsletter-2__space {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 85px;
    padding-top: 85px
}

.newsletter-2__icon {
    padding-right: 45px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter-2__icon {
        padding-right: 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .newsletter-2__icon {
        padding-right: 15px
    }
}

@media(max-width:767px) {
    .newsletter-2__icon {
        padding-right: 15px
    }
}

.newsletter-2__input-box {
    margin-left: 110px;
    position: relative
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter-2__input-box {
        margin-left: 70px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .newsletter-2__input-box {
        margin-left: 0
    }
}

@media(max-width:767px) {
    .newsletter-2__input-box {
        margin-left: 0
    }
}

.newsletter-2__input-box input {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: none;
    border-radius: 60px;
    box-shadow: 0 0 70px 0 rgba(0, 80, 159, .06);
    font-size: 16px;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    padding-left: 45px;
    padding-right: 220px;
    width: 100%
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter-2__input-box input {
        border-radius: 60px;
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        padding-left: 25px;
        padding-right: 160px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .newsletter-2__input-box input {
        border-radius: 60px;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding-left: 25px;
        padding-right: 160px
    }
}

@media(max-width:767px) {
    .newsletter-2__input-box input {
        border-radius: 60px;
        font-size: 13px;
        height: 50px;
        line-height: 50px;
        padding-left: 25px;
        padding-right: 140px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .newsletter-2__input-box input {
        font-size: 15px;
        padding-left: 40px
    }
}

.newsletter-2__input-box button {
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .newsletter-2__input-box button {
        bottom: 8%;
        right: -5px
    }
}

@media(max-width:767px) {
    .newsletter-2__item {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .newsletter-2__text .section-title {
        font-size: 34px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .newsletter-2__text .section-title {
        font-size: 28px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .newsletter-2__text .section-title {
        font-size: 26px
    }
}

@media(max-width:767px) {
    .newsletter-2__text .section-title {
        font-size: 26px;
        font-size: 25px
    }
}

.product__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .product__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .product__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .product__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .product__plr {
        padding: 0
    }
}

.product__title-sm h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 40px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product__title-sm h4 {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .product__title-sm h4 {
        font-size: 20px
    }
}

.product__item {
    background-color: #fff;
    background-color: var(--it-common-white)
}

.product__item:hover .product__img:after {
    opacity: 1;
    visibility: visible
}

.product__item:hover .product__icon {
    bottom: 40%;
    opacity: 1;
    visibility: visible
}

.product__img {
    position: relative
}

.product__img img {
    height: 332px;
    width: 100%
}

.product__img:after {
    background-color: rgba(41, 41, 48, .6);
    content: "";
    height: 100%;
    top: 0;
    transition: .3s;
    width: 100%
}

.product__icon,
.product__img:after {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.product__icon {
    bottom: 0;
    padding: 0 10px;
    right: 0;
    transition: .5s;
    z-index: 2
}

.product__icon a {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50%;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    margin: 0 6px;
    text-align: center;
    transition: .3s;
    width: 50px
}

.product__icon a:hover {
    background-color: #642cce;
    color: #fff;
    color: var(--it-common-white)
}

.product__img-text {
    background-color: #642cce;
    border-radius: 20px;
    margin: 12px;
    padding: 8px 21px;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .product__img-text {
        padding: 6px 17px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .product__img-text {
        padding: 6px 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product__img-text {
        padding: 6px 13px
    }
}

@media(max-width:767px) {
    .product__img-text {
        padding: 6px 15px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .product__img-text {
        padding: 6px 15px
    }
}

.product__img-text span {
    color: #fff;
    color: var(--it-common-white);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .product__img-text span {
        font-size: 15px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .product__img-text span {
        font-size: 15px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .product__img-text span {
        font-size: 14px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .product__img-text span {
        font-size: 15px
    }
}

.product__content {
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, .1);
    padding: 30px 15px
}

.product__content-text {
    padding-bottom: 15px
}

.product__content-text span {
    display: inline-block;
    font-size: 17px;
    padding-bottom: 7px
}

.product__content-text h4 {
    font-size: 22px;
    transition: .3s
}

.product__content-text h4:hover {
    color: #642cce
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .product__content-text h4 {
        font-size: 20px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .product__content-text h4 {
        font-size: 19px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .product__content-text h4 {
        font-size: 18px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .product__content-text h4 {
        font-size: 17px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .product__content-text h4 {
        font-size: 21px
    }
}

.product-details__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .product-details__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .product-details__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .product-details__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .product-details__plr {
        padding: 0
    }
}

.product-details__img-box {
    padding-bottom: 100px
}

.product-details__img-box img {
    padding: 0 15px
}

@media(max-width:767px) {
    .product-details__img-box {
        padding-bottom: 40px
    }
}

.product-details__list {
    padding-bottom: 20px
}

.product-details__list ul {
    display: inline-block;
    padding-bottom: 5px
}

.product-details__list ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    width: 25%
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-details__list ul li {
        width: 50%
    }
}

@media(max-width:767px) {
    .product-details__list ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .product-details__list ul li {
        width: 50%
    }
}

.product-details__list ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-details__list ul li span {
    color: #232323;
    color: var(--it-common-black);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .product-details__list ul li span {
        font-size: 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-details__list ul li span {
        font-size: 15px
    }
}

.product-details__text {
    padding-bottom: 20px
}

.product-details__text p {
    font-size: 17px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .product-details__text p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-details__text p {
        font-size: 15px
    }
    .product-details__text p br {
        display: none
    }
}

@media(max-width:767px) {
    .product-details__text p {
        font-size: 14px
    }
    .product-details__text p br {
        display: none
    }
}

.product-details__text-2 {
    font-size: 17px;
    padding-bottom: 70px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .product-details__text-2 p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-details__text-2 p {
        font-size: 15px
    }
    .product-details__text-2 p br {
        display: none
    }
}

@media(max-width:767px) {
    .product-details__text-2 p {
        font-size: 14px
    }
    .product-details__text-2 p br {
        display: none
    }
}

.product-details__social-box span {
    font-size: 18px;
    margin-right: 10px
}

.product-details__social-box a {
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 5px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    transition: .3s;
    width: 33px
}

.product-details__social-box a i {
    color: #ffdc60;
    color: var(--it-theme-1);
    transition: .3s
}

.product-details__social-box a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 1px solid transparent
}

.product-details__social-box a:hover i {
    color: #232323;
    color: var(--it-common-black)
}

.product-details__left-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-details__left-title {
        font-size: 19px
    }
}

@media(max-width:767px) {
    .product-details__left-title {
        font-size: 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .product-details__left-title {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .product-details__left-side {
        padding-bottom: 40px
    }
}

.product-details__left-side h5 {
    font-size: 20px;
    font-weight: 700
}

.product-details__left-side h5 span {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    display: inline-block;
    font-weight: 600;
    padding-bottom: 10px
}

.product-details__left-side p {
    font-size: 17px
}

.product-details__left-side p span {
    color: #232323;
    color: var(--it-common-black);
    font-weight: 600
}

.product-details__left-side p span i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-style: normal
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .product-details__left-side p br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-details__left-side p {
        font-size: 15px
    }
    .product-details__left-side p br {
        display: none
    }
}

@media(max-width:767px) {
    .product-details__left-side p {
        font-size: 14px
    }
    .product-details__left-side p br {
        display: none
    }
}

.product-details__star {
    padding-bottom: 20px
}

.product-details__star span {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 12px
}

.product-details__star i {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-size: 12px
}

.product-details__star i.color {
    color: #d5d5d5
}

.product-details__content {
    border-top: 1px solid #ddd;
    border-top: 1px solid var(--it-border-1);
    padding-top: 100px
}

@media(max-width:767px) {
    .product-details__content {
        padding-top: 40px
    }
}

.pro-details-nav {
    background: #f9fafb;
    display: inline-block;
    padding: 7px
}

.pro-details-nav-btn {
    border: none
}

.pro-details-nav-btn li {
    color: #636363;
    color: var(--it-text-body);
    font-size: 18px;
    font-weight: 500;
    position: relative
}

.pro-details-nav-btn li.react-tabs__tab--selected button {
    background: #fff;
    background: var(--it-common-white);
    color: #232323;
    color: var(--it-common-black)
}

.pro-details-nav-btn li.react-tabs__tab--selected:after {
    display: none
}

.pro-details-nav-btn li button span {
    position: relative;
    z-index: 9
}

.pro-details-nav-btn li button:before {
    background: #fff;
    content: "";
    height: 100%;
    left: -1px;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 102%;
    z-index: 3
}

.pro-details-nav-btn li button.active:before {
    opacity: 1;
    visibility: visible
}

.pro-details-nav-btn li:after {
    background: #dfe3e9;
    content: "";
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

@media(max-width:767px) {
    .pro-details-nav-btn li:after {
        display: none
    }
}

.pro-details-nav-btn li:last-child:after {
    display: none
}

@media(max-width:767px) {
    .pro-details-nav-btn li {
        font-size: 16px
    }
}

.pro-details-nav-btn li .nav-links {
    border-radius: 5px;
    padding: 20px 45px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .pro-details-nav-btn li .nav-links {
        padding: 10px 20px
    }
}

@media(max-width:767px) {
    .pro-details-nav-btn li .nav-links {
        padding: 5px 15px
    }
}

.tab-para p {
    font-size: 16px;
    line-height: 30px
}

.comments-box {
    margin-bottom: 50px
}

.user-rating ul li {
    color: #ffdc60;
    display: inline-block
}

.comments-text p,
.comments-text span {
    color: #777;
    font-size: 14px;
    line-height: 26px
}

.comment-title p {
    color: #777;
    font-size: 16px
}

.comment-rating span {
    font-weight: 500;
    margin-right: 5px
}

.comment-rating ul li {
    color: #ffdc60;
    display: inline-block
}

.comment-input textarea {
    border: 1px solid hsla(0, 0%, 87%, .867);
    height: 120px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%
}

.comment-input textarea:focus {
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    outline: 0
}

.comment-input input {
    border: 1px solid hsla(0, 0%, 87%, .867);
    height: 50px;
    margin-bottom: 30px;
    outline: 0;
    padding: 8px 20px;
    resize: none;
    width: 100%
}

.comment-input input:focus {
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1)
}

.comments-avatar {
    flex: 0 0 auto
}

.table .add-info {
    font-size: 18px;
    font-weight: 500
}

.table td {
    padding: 18px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .shop-left-right {
        margin-left: 0;
        margin-right: 0
    }
}

.it-comments-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize
}

@media(max-width:767px) {
    .it-comments-title {
        font-size: 18px
    }
}

.avatar-name b {
    color: #232323;
    color: var(--it-common-black);
    font-weight: 700;
    text-transform: uppercase
}

.shop-faq .accordion-header button {
    font-size: 18px;
    padding: 20px 55px 20px 30px
}

@media(max-width:767px) {
    .shop-faq .accordion-header button {
        font-size: 14px
    }
}

.shop-faq .accordion-content p br {
    display: none
}

.shop-faq .accordion-content p {
    padding: 0 75px 20px 30px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-button a {
        margin-bottom: 10px
    }
}

.comment-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize
}

.comment-title,
.it-product-slider-title {
    color: #232323;
    color: var(--it-common-black)
}

.it-product-slider-title {
    font-size: 30px;
    font-weight: 500
}

.team__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .team__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .team__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .team__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .team__plr {
        padding: 0
    }
}

.team__space {
    padding-bottom: 95px;
    padding-top: 345px
}

.team__bg {
    position: relative;
    z-index: 2
}

.team__bg:after {
    background-color: #232323;
    background-color: var(--it-common-black);
    bottom: 0;
    content: "";
    height: 46%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .team__bg:after {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team__bg:after {
        display: none
    }
}

@media(max-width:767px) {
    .team__bg:after {
        display: none
    }
}

.team__grey-bg {
    position: relative
}

.team__grey-bg:before {
    background-color: #fffcf3;
    background-color: var(--it-grey-1);
    content: "";
    height: 54%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .team__grey-bg:before {
        height: 100%
    }
}

.team__item {
    padding-bottom: 50px
}

.team__item:hover .team__main-thumb:after {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.team__item:hover .team__social-box {
    opacity: 1;
    visibility: visible
}

.team__main-thumb {
    position: relative
}

.team__main-thumb img {
    width: 100%
}

.team__main-thumb:after {
    background-color: rgba(41, 41, 48, .6);
    bottom: 0;
    height: 0;
    transition: .4s;
    width: 100%
}

.team__main-thumb:after,
.team__social-box {
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.team__social-box {
    right: 0;
    text-align: center;
    top: 45%;
    transition: .5s;
    z-index: 2
}

.team__social-box a {
    border: 1px solid #fff;
    border: 1px solid var(--it-common-white);
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    transition: .3s;
    width: 40px
}

.team__social-box a i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 17px;
    transition: .3s
}

.team__social-box a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: 1px solid transparent
}

.team__social-box a:hover i {
    color: #232323;
    color: var(--it-common-black)
}

.team__author-info {
    background-color: #fff;
    background-color: var(--it-common-white);
    padding: 30px
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .team__author-info {
        font-size: 14px
    }
}

.team__author-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 5px;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .team__author-name {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .team__author-name {
        font-size: 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .team__author-name {
        font-size: 17px
    }
}

.team__author-name:hover {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.team__top-text p {
    padding-right: 106px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .team__top-text p {
        padding-right: 85px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .team__top-text p {
        padding-right: 7px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .team__top-text p {
        padding-right: 0
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .team__top-text p {
        font-size: 15px;
        padding-right: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .team__top-text p {
        padding-right: 0
    }
}

.team__shape-1 {
    left: 1%;
    position: absolute;
    top: 23%
}

.team__space-2 {
    margin-top: -220px;
    padding-bottom: 50px;
    padding-top: 250px
}

.job__plr {
    padding: 0 200px
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .job__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .job__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .job__plr {
        padding: 0
    }
}

.job__list,
.job__list ul {
    padding-bottom: 5px
}

.job__list ul {
    display: inline-block
}

.job__list ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
    transition: .3s;
    width: 50%
}

.job__list ul li:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    .job__list ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .job__list ul li {
        width: 50%
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .job__list ul li {
        width: 50%
    }
}

.job__list ul li i {
    color: #2e3bbb;
    color: var(--it-common-blue-3);
    font-size: 16px;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.job__list ul li span {
    font-size: 17px;
    font-weight: 400
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .job__list ul li span {
        font-size: 15px
    }
}

@media (max-width:767px),
only screen and (min-width:992px)and (max-width:1199px) {
    .job__list ul li span {
        font-size: 15px
    }
}

.job__item {
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 5px;
    padding: 45px 55px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .job__item {
        padding: 45px 33px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .job__item {
        padding: 45px 30px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .job__item {
        padding: 45px 48px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .job__item {
        padding: 35px 18px
    }
}

@media(max-width:767px) {
    .job__item {
        padding: 35px 22px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .job__item {
        padding: 45px 55px
    }
}

.job__title-sm {
    font-size: 17px;
    font-weight: 700
}

.job__meta {
    padding-bottom: 20px
}

.job__meta span {
    font-size: 15px;
    margin-right: 54px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .job__meta span {
        margin-right: 28px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .job__meta span {
        margin-right: 15px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .job__meta span {
        font-size: 14px;
        margin-right: 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .job__meta span {
        font-size: 13px;
        margin-right: 24px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .job__meta span {
        margin-right: 41px
    }
}

@media(max-width:767px) {
    .job__meta span {
        display: block;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .job__meta span {
        display: inline-block;
        margin-right: 81px
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .job__meta span {
        display: inline-block
    }
}

.job__meta span.clock {
    margin-bottom: 0;
    margin-right: 0
}

.job__meta span i {
    padding-right: 10px
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px) {
    .job__meta span i {
        padding-right: 5px
    }
}

.job__salary {
    padding-bottom: 30px
}

.job__salary span {
    font-size: 600px;
    font-size: 17px
}

.job__salary span i {
    font-size: 12px;
    font-style: normal
}

.job__img img {
    height: 54px;
    width: 54px
}

.job-details__mlr {
    margin: 0 200px
}

@media only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:1600px)and (max-width:1800px) {
    .job-details__mlr {
        margin: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .job-details__mlr {
        margin: 0 30px
    }
}

@media(max-width:767px) {
    .job-details__mlr {
        margin: 0
    }
}

.job-details__author-info h4 {
    font-size: 22px
}

.job-details__list span {
    display: inline-block;
    padding-bottom: 25px;
    text-transform: uppercase
}

.job-details__list p {
    padding-right: 74px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .job-details__list p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .job-details__list p {
        font-size: 14px;
        padding-right: 0
    }
}

.job-details__list ul {
    padding-right: 188px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .job-details__list ul {
        padding-right: 0
    }
}

.job-details__list ul li {
    font-size: 17px;
    list-style: none;
    margin-left: 30px;
    padding-bottom: 20px;
    position: relative
}

@media(max-width:767px) {
    .job-details__list ul li {
        font-size: 14px
    }
}

.job-details__list ul li:before {
    background-color: #232323;
    background-color: var(--it-common-black);
    border: 4px solid #ffdc60;
    border: 4px solid var(--it-theme-1);
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -28px;
    position: absolute;
    top: 2px;
    width: 16px
}

.job-details__summary {
    margin-right: 170px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .job-details__summary {
        margin-right: 0
    }
}

.job-details__summary h4 {
    font-size: 22px;
    font-size: 700;
    padding-bottom: 20px
}

@media(max-width:767px) {
    .job-details__summary h4 {
        font-size: 18px
    }
}

.job-details__summary ul {
    display: inline-block
}

.job-details__summary ul li {
    float: left;
    list-style-type: none;
    padding-bottom: 20px;
    width: 50%
}

@media(max-width:767px) {
    .job-details__summary ul li {
        width: 100%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .job-details__summary ul li {
        width: 50%
    }
}

.job-details__text span {
    display: block;
    font-size: 20px;
    font-weight: 600
}

@media(max-width:767px) {
    .job-details__text span {
        font-size: 17px
    }
}

.job-details__text i {
    display: block;
    font-size: 15px;
    font-style: normal
}

@media(max-width:767px) {
    .job-details__text i {
        font-size: 14px
    }
}

.job-details__icon {
    padding-right: 20px
}

.job-details__icon i {
    color: #4a6ef0;
    color: var(--it-common-blue-4);
    font-size: 25px
}

.job-details__text-2 {
    padding-right: 80px
}

@media (max-width:767px),
only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .job-details__text-2 {
        padding-right: 0
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .job-details__text-2 {
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .job-details__author-info h5 {
        font-size: 17px
    }
    .career-details-title-xs {
        font-size: 18px
    }
}

.postbox__select {
    display: inline-block;
    width: 100%
}

.postbox__select .nice-select {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.postbox__select .nice-select:after {
    background-color: transparent;
    border: none;
    color: #232323;
    color: var(--it-common-black);
    color: #5f6168;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 500;
    height: auto;
    margin-top: 0;
    right: 20px;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: auto
}

.postbox__select .nice-select span {
    color: #5f6168;
    font-size: 15px;
    font-weight: 500
}

.postbox__select .nice-select.open:after {
    -webkit-transform: translateY(-45%) rotate(-180deg);
    transform: translateY(-45%) rotate(-180deg)
}

.postbox__select .nice-select .list {
    width: 100%
}

.postbox__select .nice-select .list li:last-child {
    border-bottom: 0
}

.postbox__select .nice-select .selected {
    color: #4a6ef0;
    color: var(--it-common-blue-4);
    font-weight: 600
}

.postbox__authorization {
    margin-bottom: 40px
}

.postbox__authorization .switcher label {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.postbox__authorization .switcher label * {
    color: #5f6168;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .postbox__authorization .switcher label * {
        font-size: 13px
    }
}

.postbox__authorization .switcher label * svg {
    left: 0;
    position: absolute;
    top: 0
}

.postbox__authorization .switcher label .switcher-icon {
    cursor: pointer;
    padding-left: 25px;
    position: relative
}

.postbox__authorization .switcher label .switcher-icon svg {
    left: 0;
    position: absolute;
    top: 6px
}

.postbox__authorization .switcher label input {
    display: none
}

.postbox__authorization .switcher label input+span {
    background: #e6e8eb;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
    height: 24px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 50px
}

.postbox__authorization .switcher label input+span small {
    background: linear-gradient(180deg, #fff, #e7e2f0);
    border-radius: 50%;
    box-shadow: 1px 2px 3px rgba(18, 20, 32, .3);
    display: block;
    height: 18px;
    left: 4px;
    position: absolute;
    top: 3px;
    transition: all .3s ease-in-out;
    width: 18px
}

.postbox__authorization .switcher label input:checked+span {
    background: #2e3bbb;
    background: var(--it-common-blue-3)
}

.postbox__authorization .switcher label input:checked+span small {
    left: 56%
}

.career-border-bottom {
    border-bottom: 1px solid #ebebeb
}

.postbox__resume label {
    align-items: center;
    border: 2px dashed #c1c4ce;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    height: 130px;
    justify-content: center;
    width: 100%
}

.postbox__resume label span {
    background-color: #f3f3f3;
    border-radius: 8px;
    color: #232323;
    color: var(--it-common-black);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px
}

@media(max-width:767px) {
    .postbox__resume label span {
        font-size: 12px;
        padding: 10px
    }
}

.postbox__resume label span svg {
    margin-right: 10px
}

.career-details-social-box {
    text-align: center
}

.career-details-social-box a {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 3px;
    padding: 15px 45px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .career-details-social-box a {
        padding: 15px 40px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .career-details-social-box a {
        padding: 15px 30px
    }
}

@media(max-width:767px) {
    .career-details-social-box a {
        margin-bottom: 10px
    }
}

.career-details-social-box a.facebook {
    color: #1b74e4;
    transition: .3s
}

.career-details-social-box a.facebook:hover {
    background-color: #1b74e4;
    border-color: #1b74e4;
    color: #fff;
    color: var(--it-common-white)
}

.career-details-social-box a.twitter {
    color: #1d9bf0;
    transition: .3s
}

.career-details-social-box a.twitter:hover {
    background-color: #1d9bf0;
    border-color: #1d9bf0;
    color: #fff;
    color: var(--it-common-white)
}

.career-details-social-box a.instagram {
    position: relative
}

.career-details-social-box a.instagram i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(261.91deg, #b900b4, #f50000 40%, #ffd723);
    -webkit-background-clip: text;
    font-size: 19px;
    font-weight: 500;
    transition: .3s
}

.career-details-social-box a.instagram .insta-bg {
    background: linear-gradient(266.81deg, #d500bf -6.56%, #f80095 34.02%, #ff005d 60.87%, #ffc300 103.55%);
    border-radius: 12px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.career-details-social-box a.instagram:hover i {
    -webkit-text-fill-color: inherit;
    color: #fff;
    color: var(--it-common-white);
    position: relative;
    z-index: 99
}

.career-details-social-box a.instagram:hover .insta-bg {
    opacity: 1;
    visibility: visible
}

.career-details-social-box a.linkedin {
    color: #0a66c2;
    transition: .3s
}

.career-details-social-box a.linkedin:hover {
    background-color: #0a66c2;
    border-color: #0a66c2;
    color: #fff;
    color: var(--it-common-white)
}

.postbox__apply-btn-border {
    position: relative
}

.postbox__apply-btn-border:after {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4);
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .career-details-hide-wrapper .postbox__comment-form {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .job-section-box p br {
        display: none
    }
}

.job-right-box {
    position: -webkit-sticky;
    position: sticky;
    top: 50px
}

.table-content .table>:not(:first-child) {
    border-top: 0
}

.table-content table {
    background: #fff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

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

.table-content .product-quantity {
    float: none
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.table-content table td.product-name a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.table-content table td {
    border-top: none;
    font-size: 16px;
    padding: 20px 10px;
    vertical-align: middle
}

.table-content table td,
.table-content table th {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff
}

.product-quantity input {
    border: 1px solid #dcdcdc;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.table td,
.table th {
    border-top: 1px solid #eaedff
}

.product-quantity>input {
    text-align: center;
    width: 80px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .product-quantity>input {
        width: inherit
    }
}

.table-content table td.product-subtotal {
    font-size: 16px
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto
}

.coupon-all {
    margin-top: 50px
}

.coupon {
    float: left
}

@media(max-width:767px) {
    .coupon {
        float: none
    }
}

#coupon_code {
    border: 2px solid #eaedff;
    border-radius: 30px;
    height: 58px;
    margin-right: 10px;
    padding: 0 30px
}

@media(max-width:767px) {
    #coupon_code {
        margin-bottom: 15px
    }
}

.coupon2 {
    float: right
}

@media(max-width:767px) {
    .coupon2 {
        float: none;
        margin-top: 15px
    }
}

.cart-page-total {
    padding-top: 50px
}

.cart-page-total>h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.cart-page-total>ul {
    border: 1px solid #eaedff
}

.cart-page-total>ul>li {
    border-bottom: 1px solid #eaedff;
    color: #6f7172;
    font-size: 15px;
    font-weight: 400;
    list-style: none;
    padding: 10px 30px
}

.cart-page-total ul>li>span {
    float: right
}

.cart-page-total li:last-child {
    border-bottom: 0
}

td.product-thumbnail img {
    width: 125px
}

.cart-minus,
.cart-plus {
    border: 1px solid #e7e7e7;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px
}

.cart-minus:hover,
.cart-plus:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #fff;
    color: var(--it-common-white)
}

.coupon-accordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #ffdc60;
    border-top: 3px solid var(--it-theme-1);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto
}

.coupon-accordion h3:before {
    color: #ffdc60;
    color: var(--it-theme-1);
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 700;
    left: 15px;
    position: absolute;
    top: 13px
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    font-weight: 500;
    transition: .3s
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #232323;
    color: var(--it-common-black)
}

.coupon-content {
    border: 1px solid #eaedff;
    margin-bottom: 20px;
    padding: 30px
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    color: #6f7172;
    display: block
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: #ffdc60;
    color: var(--it-theme-1);
    font-weight: 700
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    outline: none;
    padding: 0 0 0 10px;
    width: 100%
}

.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
    border-color: #232323;
    border-color: var(--it-common-black)
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
    background: #3e976c none repeat scroll 0 0
}

.coupon-info p.form-row input[type=checkbox] {
    position: relative;
    top: 2px
}

.form-row>label {
    color: #6f7172;
    margin-left: 15px;
    margin-top: 15px
}

.buttons-cart a,
.buttons-cart input,
.coupon input[type=submit],
.coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

p.lost-password {
    margin-top: 15px
}

p.lost-password a {
    color: #6f6f6f
}

p.checkout-coupon input[type=text] {
    border: 1px solid #eaedff;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    height: 45px;
    margin-bottom: 15px;
    outline: none;
    padding: 0 15px;
    width: 100%
}

p.checkout-coupon input[type=text]:focus {
    border-color: #232323;
    border-color: var(--it-common-black)
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.country-select {
    margin-bottom: 30px;
    position: relative
}

.country-select select {
    background-color: transparent;
    border: 1px solid #eaedff;
    height: 50px;
    padding: 0 10px;
    width: 100%
}

.checkout-form-list label,
.country-select label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px
}

.checkout-form-list label span.required,
.country-select label span.required {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.country-select .nice-select {
    border: 1px solid #eaedff;
    color: #6f7172;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%
}

.country-select .nice-select .list {
    width: 100%
}

.checkout-form-list {
    margin-bottom: 30px
}

.checkout-form-list label {
    color: #6f7172
}

.checkout-form-list input[type=email],
.checkout-form-list input[type=password],
.checkout-form-list input[type=text] {
    background: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    height: 45px;
    outline: none;
    padding: 0 0 0 10px;
    width: 100%
}

.checkout-form-list input[type=email]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=text]:focus {
    border-color: #232323;
    border-color: var(--it-common-black)
}

.checkout-form-list input[type=email]::-webkit-input-placeholder,
.checkout-form-list input[type=password]::-webkit-input-placeholder,
.checkout-form-list input[type=text]::-webkit-input-placeholder {
    color: #6f7172;
    opacity: 1
}

.checkout-form-list input[type=email]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=text]::placeholder {
    color: #6f7172;
    opacity: 1
}

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.create-acc label {
    color: #6f7172;
    display: inline-block
}

.create-account {
    display: none
}

.ship-different-title h3 label {
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    margin-right: 20px
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 120px;
    outline: 0;
    padding: 15px;
    resize: none;
    width: 100%
}

.order-notes textarea:focus {
    border-color: #232323;
    border-color: var(--it-common-black)
}

.order-notes textarea::-webkit-input-placeholder {
    color: #6f7172;
    opacity: 1
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1
}

#ship-box-info {
    display: none
}

.panel-default>.panel-heading,
.panel-group .panel {
    border-radius: 0
}

.your-order {
    border: 3px solid #f7f7f7;
    padding: 30px 40px 45px
}

@media(max-width:767px) {
    .your-order {
        padding: 15px
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%
}

.your-order-table table td,
.your-order-table table th {
    border-bottom: 1px solid #eaedff;
    border-right: none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left
}

@media(max-width:767px) {
    .your-order-table table td,
    .your-order-table table th {
        font-size: 13px;
        padding-right: 10px
    }
}

.your-order-table table th {
    border-top: none;
    color: #6f7172;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

.panel-body>p {
    color: #222
}

.your-order-table table .shipping ul li {
    list-style: none
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px
}

.your-order-table table .shipping ul li label {
    color: #6f7172
}

.your-order-table table .shipping th {
    vertical-align: top
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px
}

.your-order-table table .order-total td {
    border-bottom: none
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9
}

.your-order-table table tr.order-total td span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500
}

.payment-method {
    margin-top: 40px
}

.payment-method .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.payment-method .accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #e7e7e7
}

.payment-method .accordion-button {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: none;
    color: #232323;
    color: var(--it-common-black);
    font-size: 16px;
    font-weight: 500;
    padding: 23px 0
}

.payment-method .accordion-button:focus {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.payment-method .accordion-button:after {
    background-image: none;
    color: #232323;
    color: var(--it-common-black);
    content: "";
    font-family: Font awesome\ 5 pro;
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.payment-method .accordion-button[aria-expanded=true]:after {
    content: ""
}

.payment-method .accordion-body {
    padding: 8px 0 40px
}

.payment-method .accordion-collapse {
    border: none
}

.panel-title>a {
    display: block
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 100%
}

.order-button-payment input:hover {
    background: #3e976c none repeat scroll 0 0
}

.payment-method .btn-link {
    background: no-repeat;
    border: none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.payment-method .card {
    background-color: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff
}

.card-header:first-child {
    border-radius: 0
}

.payment-method .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaedff
}

.order-button-payment button {
    width: 100%
}

.faq__plr {
    padding: 100px 200px 40px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .faq__plr {
        padding: 100px 100px 40px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:1400px)and (max-width:1599px),
only screen and (min-width:992px)and (max-width:1199px) {
    .faq__plr {
        padding: 100px 30px 40px
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .faq__plr {
        padding: 100px 0 40px
    }
}

.error__text h4 {
    font-size: 32px;
    padding-bottom: 10px
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:992px)and (max-width:1199px) {
    .error__text h4 {
        font-size: 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .error__text h4 {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .error__text h4 {
        font-size: 19px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .error__text h4 {
        font-size: 24px
    }
}

.error__text span {
    display: inline-block;
    padding-bottom: 30px
}

@media(max-width:767px) {
    .error__text span {
        font-size: 14px
    }
}

.price__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .price__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .price__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .price__plr {
        padding: 0
    }
}

.price__space {
    padding-bottom: 40px;
    padding-top: 120px
}

.price__item {
    background-color: #fff;
    background-color: var(--it-common-white);
    box-shadow: 0 0 86px 0 rgba(92, 92, 92, .04)
}

.price__item.active {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.price__item.active .price__icon span {
    background-color: #fff;
    background-color: var(--it-common-white)
}

.price__item.active .price__top-content {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid var(--it-common-white)
}

.price__top-content {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    transition: .3s
}

.price__icon {
    padding-bottom: 25px
}

.price__icon span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    display: inline-block;
    height: 135px;
    line-height: 162px;
    text-align: center;
    transition: .3s;
    width: 160px
}

.price__icon span i {
    color: #232323;
    color: var(--it-common-black);
    font-size: 70px;
    padding-left: 6px
}

.price__title-sm {
    font-family: Saira, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 15px;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .price__title-sm {
        font-size: 19px
    }
}

@media(max-width:767px) {
    .price__title-sm {
        font-size: 18px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price__title-sm {
        font-size: 21px
    }
}

.price__content-list {
    padding: 10px
}

.price__content-list ul li {
    font-size: 18px;
    font-weight: 400;
    list-style-type: none;
    padding-bottom: 30px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .price__content-list ul li {
        padding-bottom: 25px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .price__content-list ul li {
        font-size: 15px;
        padding-bottom: 15px
    }
}

@media(max-width:767px) {
    .price__content-list ul li {
        font-size: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price__content-list ul li {
        font-size: 17px;
        padding-bottom: 22px
    }
}

.price__content-list ul li:first-child {
    color: #232323;
    color: var(--it-common-black);
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 10px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .price__content-list ul li:first-child {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .price__content-list ul li:first-child {
        font-size: 36px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price__content-list ul li:first-child {
        font-size: 45px
    }
}

.price__button {
    padding-bottom: 40px
}

.price__top-text P {
    padding-right: 106px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .price__top-text P {
        padding-right: 85px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price__top-text P {
        padding-right: 7px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .price__top-text P {
        padding-right: 0
    }
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .price__top-text P {
        font-size: 15px;
        padding-right: 0
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price__top-text P {
        padding-right: 0
    }
}

.price__shape-1 {
    left: 2%;
    position: absolute;
    top: 38%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price__shape-1 {
        left: 0
    }
}

.price__shape-2 {
    bottom: 8%;
    left: 1%;
    position: absolute
}

.price__shape-3 {
    position: absolute;
    right: 0;
    top: 7%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .price__shape-3 {
        top: 2%
    }
}

.price__shape-4 {
    bottom: 2%;
    position: absolute;
    right: 3%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price__shape-4 {
        bottom: -1%;
        right: 0
    }
}

.price__shape-5 {
    position: absolute;
    right: 6%;
    top: 36%
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price__shape-5 {
        right: 2%
    }
}

.price-2__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .price-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price-2__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .price-2__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .price-2__plr {
        padding: 0
    }
}

.price-2__space {
    padding-bottom: 100px;
    padding-top: 70px
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .price-2__space {
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .price-2__space {
        padding-bottom: 0
    }
}

.price-2__item {
    padding-bottom: 80px;
    border: 2px solid var(--it-common-black-2);
    border-radius: 10px;

}


.price-2__item.active {
    background-color: #292930;
    background-color: var(--it-common-black-2);
    border-radius: 10px
}

.price-2__item.active .price-2__top-item {
    border-bottom: 1px solid #58503b
}

.price-2__item.active .price-2__list-title,
.price-2__item.active .price-2__top-item i,
.price-2__item.active .price-2__top-title {
    color: #fff;
    color: var(--it-common-white)
}

.price-2__item.active .price-2__list ul li {
    transition: .3s
}

.price-2__item.active .price-2__list ul li span {
    color: #fff;
    color: var(--it-common-white)
}

.price-2__item.active .price-2__list ul li:hover span {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.price-2__top-item {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    padding: 75px 54px 30px;
    position: relative
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price-2__top-item {
        padding: 75px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .price-2__top-item {
        padding: 75px 40px 40px
    }
}

@media(max-width:767px) {
    .price-2__top-item {
        padding: 75px 30px 40px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price-2__top-item {
        padding: 40px 70px
    }
}

.price-2__top-item i {
    color: #232323;
    color: var(--it-common-black);
    font-size: 50px;
    font-style: normal;
    font-weight: 600
}

.price-2__top-item i span {
    font-size: 16px
}

.price-2__top-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px
}

.price-2__list-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0
}

.price-2__shape {
    position: absolute;
    right: -2px;
    top: -2px;
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .price-2__shape {
        right: -18px;
        top: -22px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .price-2__shape {
        right: -4%;
        top: -6%
    }
}

@media(max-width:767px) {
    .price-2__shape {
        right: -7%;
        top: -13%
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price-2__shape {
        right: -1%;
        top: -4%
    }
}

@media only screen and (min-width:440px)and (max-width:575px) {
    .price-2__shape {
        right: -1%;
        top: -1%
    }
}

.price-2__item-shape {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price-2__item-shape {
        bottom: -6%;
        right: -9%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .price-2__item-shape {
        bottom: -6%;
        right: -9%
    }
}

.price-2__icon {
    position: absolute;
    right: 22%;
    top: 24%
}

.price-2__list {
    padding: 40px 54px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .price-2__list {
        padding: 40px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .price-2__list {
        padding: 40px
    }
}

@media(max-width:767px) {
    .price-2__list {
        padding: 40px 30px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price-2__list {
        padding: 40px 70px
    }
}

.price-2__list ul li {
    font-size: 18px;
    font-weight: 400;
    list-style-type: none;
    padding-top: 20px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .price-2__list ul li {
        font-size: 15px
    }
}

.price-2__list ul li i {
    padding-right: 5px
}

.price-2__list ul li i,
.price-2__list ul li:hover span {
    color: #2e3bbb;
    color: var(--it-common-blue-3)
}

.price-2__list ul li span {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--it-border-1);
    display: inline-block;
    padding-bottom: 7px;
    transition: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .price-2__list ul li {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .price-2__list ul li {
        font-size: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price-2__list ul li {
        font-size: 17px
    }
}

.price-2__button {
    padding: 0 54px
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .price-2__button {
        padding: 0 70px
    }
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

.tp-contact-select .nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: hsla(0, 0%, 100%, .14);
    border: 2px solid hsla(0, 0%, 100%, .14);
    border-radius: 30px;
    box-shadow: 0 1px 1px rgba(12, 40, 133, .2);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    line-height: 55px;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

.tp-contact-select .nice-select span {
    color: hsla(0, 0%, 100%, .54);
    font-size: 15px;
    font-weight: 500;
    line-height: 14px
}

.nice-select:hover {
    border-color: #124bd1
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #fff
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 31px;
    top: 55%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all .15s ease-in-out;
    width: 7px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border: 1.5px solid #124bd1;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(12, 40, 133, .2);
    box-sizing: border-box;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 108%;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    width: 95%;
    z-index: 9
}

.nice-select .option {
    color: #222;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    background: #070337;
    float: left;
    min-height: 42px;
    padding: 4px 0;
    position: relative;
    width: 100%;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 22px
}

.mean-container a.meanmenu-reveal span {
    background: #fff;
    display: block;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    background: #070337;
    float: left;
    margin-top: 44px;
    width: 100%
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mean-container .mean-nav ul li {
    float: left;
    position: relative;
    width: 100%
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid #e0e3ed;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%
}

.mean-container .mean-nav ul li li a {
    padding: 10px 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    padding: 10px 15%;
    width: 70%
}

.mean-container .mean-nav ul li li li li a {
    padding: 10px 20%;
    width: 60%
}

.mean-container .mean-nav ul li li li li li a {
    padding: 10px 25%;
    width: 50%
}

.mean-container .mean-nav ul li a.mean-expand {
    background: transparent;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 26px;
    z-index: 2
}

.mean-container .mean-push {
    clear: both;
    float: left
}

.mean-container .mean-push,
.mean-nav .wrapper {
    margin: 0;
    padding: 0;
    width: 100%
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    box-sizing: initial
}

.mean-remove {
    display: none !important
}

.tp-img-reveal[data-fx="1"]:after,
.tp-img-reveal[data-fx="2"]:after {
    background: currentColor;
    bottom: .25rem;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .2s cubic-bezier(.39, .575, .565, 1);
    transition: transform .2s cubic-bezier(.39, .575, .565, 1);
    transition: transform .2s cubic-bezier(.39, .575, .565, 1), -webkit-transform .2s cubic-bezier(.39, .575, .565, 1);
    width: 100%;
    z-index: -1
}

.tp-img-reveal[data-fx="1"]:hover:after,
.tp-img-reveal[data-fx="2"]:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.tp-img-reveal[data-fx="6"]:after {
    background: currentColor;
    bottom: .25rem;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform .7s cubic-bezier(.86, 0, .07, 1);
    transition: transform .7s cubic-bezier(.86, 0, .07, 1);
    transition: transform .7s cubic-bezier(.86, 0, .07, 1), -webkit-transform .7s cubic-bezier(.86, 0, .07, 1);
    width: 100%;
    z-index: -1
}

.tp-img-reveal[data-fx="6"]:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.tp-img-reveal[data-fx="14"]:after {
    background: currentColor;
    bottom: .25rem;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 100%;
    z-index: -1
}

.tp-img-reveal[data-fx="14"]:hover:after {
    -webkit-animation: loop .5s infinite;
    animation: loop .5s infinite
}

@-webkit-keyframes loop {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    51% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

@keyframes loop {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    51% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

.tp-img-reveal-wrapper {
    height: 270px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 9
}

.tp-img-reveal-wrapper__img,
.tp-img-reveal-wrapper__inner {
    height: 100%;
    position: relative;
    width: 100%
}

.tp-img-reveal-wrapper__deco {
    background-color: #181314;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tp-img-reveal-wrapper__img {
    background-position: 50% 50%;
    background-size: cover
}

.test-2 {
    background-color: #292930;
    padding: 50px
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-conditioner:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-alarm-exclamation:before {
    content: ""
}

.fa-alarm-plus:before {
    content: ""
}

.fa-alarm-snooze:before {
    content: ""
}

.fa-album:before {
    content: ""
}

.fa-album-collection:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-alien:before {
    content: ""
}

.fa-alien-monster:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-slash:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-amp-guitar:before {
    content: ""
}

.fa-analytics:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angel:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-atom-alt:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-badge:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-badge-sheriff:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-bags-shopping:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ball-pile:before {
    content: ""
}

.fa-ballot:before {
    content: ""
}

.fa-ballot-check:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-banjo:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-bed-alt:before {
    content: ""
}

.fa-bed-bunk:before {
    content: ""
}

.fa-bed-empty:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-exclamation:before {
    content: ""
}

.fa-bell-on:before {
    content: ""
}

.fa-bell-plus:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bells:before {
    content: ""
}

.fa-betamax:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-biking-mountain:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blinds:before {
    content: ""
}

.fa-blinds-open:before {
    content: ""
}

.fa-blinds-raised:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-alt:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-book-spells:before {
    content: ""
}

.fa-book-user:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-books-medical:before {
    content: ""
}

.fa-boombox:before {
    content: ""
}

.fa-boot:before {
    content: ""
}

.fa-booth-curtain:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-bottom:before {
    content: ""
}

.fa-border-center-h:before {
    content: ""
}

.fa-border-center-v:before {
    content: ""
}

.fa-border-inner:before {
    content: ""
}

.fa-border-left:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-outer:before {
    content: ""
}

.fa-border-right:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-border-style-alt:before {
    content: ""
}

.fa-border-top:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-ballot:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-brackets:before {
    content: ""
}

.fa-brackets-curly:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-loaf:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-bring-forward:before {
    content: ""
}

.fa-bring-front:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-burger-soda:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-burrito:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-cactus:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calculator-alt:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-star:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camcorder:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-home:before {
    content: ""
}

.fa-camera-movie:before {
    content: ""
}

.fa-camera-polaroid:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-building:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-car-bus:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-car-mechanic:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caravan-alt:before {
    content: ""
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cars:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cassette-tape:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cat-space:before {
    content: ""
}

.fa-cauldron:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cctv:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-chart-network:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-chart-pie-alt:before {
    content: ""
}

.fa-chart-scatter:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-cheese-swiss:before {
    content: ""
}

.fa-cheeseburger:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-bishop-alt:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-chess-clock-alt:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-king-alt:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-knight-alt:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-pawn-alt:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-queen-alt:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chess-rook-alt:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chimney:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clarinet:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clipboard-list-check:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-drizzle:before {
    content: ""
}

.fa-cloud-hail:before {
    content: ""
}

.fa-cloud-hail-mixed:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-music:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-rainbow:before {
    content: ""
}

.fa-cloud-showers:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sleet:before {
    content: ""
}

.fa-cloud-snow:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-cloudflare:before {
    content: ""
}

.fa-clouds:before {
    content: ""
}

.fa-clouds-moon:before {
    content: ""
}

.fa-clouds-sun:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-coffee-pot:before {
    content: ""
}

.fa-coffee-togo:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-coffin-cross:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coin:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comet:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dollar:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-medical:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-music:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-music:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-comments-alt-dollar:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-computer-classic:before {
    content: ""
}

.fa-computer-speaker:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-construction:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-cowbell:before {
    content: ""
}

.fa-cowbell-more:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-croissant:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-crutches:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-dailymotion:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-debug:before {
    content: ""
}

.fa-deer:before {
    content: ""
}

.fa-deer-rudolph:before {
    content: ""
}

.fa-deezer:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dewpoint:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digging:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-diploma:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-disc-drive:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-dreidel:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-drone:before {
    content: ""
}

.fa-drone-alt:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dryer:before {
    content: ""
}

.fa-dryer-alt:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-ear-muffs:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-eclipse:before {
    content: ""
}

.fa-eclipse-alt:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edge-legacy:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-egg-fried:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-engine-warning:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fan-table:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-farm:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-faucet-drip:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-certificate:before {
    content: ""
}

.fa-file-chart-line:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-edit:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-file-music:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-search:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-file-times:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-files-medical:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-film-canister:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-fire-smoke:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: ""
}

.fa-fireplace:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fish-cooked:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-alt:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flame:before {
    content: ""
}

.fa-flashlight:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flask-poison:before {
    content: ""
}

.fa-flask-potion:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flower:before {
    content: ""
}

.fa-flower-daffodil:before {
    content: ""
}

.fa-flower-tulip:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-flute:before {
    content: ""
}

.fa-flux-capacitor:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-fog:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-download:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-times:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-folder-upload:before {
    content: ""
}

.fa-folders:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-font-case:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-fragile:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-french-fries:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frosty-head:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-galaxy:before {
    content: ""
}

.fa-game-board:before {
    content: ""
}

.fa-game-board-alt:before {
    content: ""
}

.fa-game-console-handheld:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gamepad-alt:before {
    content: ""
}

.fa-garage:before {
    content: ""
}

.fa-garage-car:before {
    content: ""
}

.fa-garage-open:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-gingerbread-man:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass:before {
    content: ""
}

.fa-glass-champagne:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-citrus:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glass-whiskey-rocks:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glasses-alt:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-globe-snow:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-pay:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gramophone:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guilded:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-guitar-electric:before {
    content: ""
}

.fa-guitars:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-h4:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-receiving:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-heart:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-usd:before {
    content: ""
}

.fa-hands-wash:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-chef:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-santa:before {
    content: ""
}

.fa-hat-winter:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-head-side-brain:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-head-side-headphones:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-head-side-medical:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-head-vr:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-rate:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-heat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hive:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-alt:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-home-lg:before {
    content: ""
}

.fa-home-lg-alt:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-horizontal-rule:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-horse-saddle:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hospitals:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-house-day:before {
    content: ""
}

.fa-house-flood:before {
    content: ""
}

.fa-house-leave:before {
    content: ""
}

.fa-house-night:before {
    content: ""
}

.fa-house-return:before {
    content: ""
}

.fa-house-signal:before {
    content: ""
}

.fa-house-user:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-humidity:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-ice-skate:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-icons-alt:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-image-polaroid:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-innosoft:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: ""
}

.fa-instalod:before {
    content: ""
}

.fa-integral:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-island-tropical:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-joystick:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-jug:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-kazoo:before {
    content: ""
}

.fa-kerning:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-lamp-desk:before {
    content: ""
}

.fa-lamp-floor:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-landmark-alt:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lasso:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-layer-minus:before {
    content: ""
}

.fa-layer-plus:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-light-ceiling:before {
    content: ""
}

.fa-light-switch:before {
    content: ""
}

.fa-light-switch-off:before {
    content: ""
}

.fa-light-switch-on:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-lights-holiday:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-line-columns:before {
    content: ""
}

.fa-line-height:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-music:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-circle:before {
    content: ""
}

.fa-location-slash:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailbox:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-marker-alt-slash:before {
    content: ""
}

.fa-map-marker-check:before {
    content: ""
}

.fa-map-marker-edit:before {
    content: ""
}

.fa-map-marker-exclamation:before {
    content: ""
}

.fa-map-marker-minus:before {
    content: ""
}

.fa-map-marker-plus:before {
    content: ""
}

.fa-map-marker-question:before {
    content: ""
}

.fa-map-marker-slash:before {
    content: ""
}

.fa-map-marker-smile:before {
    content: ""
}

.fa-map-marker-times:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-meat:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microphone-stand:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-microwave:before {
    content: ""
}

.fa-mind-share:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mistletoe:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-money-check-edit:before {
    content: ""
}

.fa-money-check-edit-alt:before {
    content: ""
}

.fa-monitor-heart-rate:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-moon-cloud:before {
    content: ""
}

.fa-moon-stars:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-alt:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mp3-player:before {
    content: ""
}

.fa-mug:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-mug-marshmallows:before {
    content: ""
}

.fa-mug-tea:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-music-alt:before {
    content: ""
}

.fa-music-alt-slash:before {
    content: ""
}

.fa-music-slash:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-octopus-deploy:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-oil-temp:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-ornament:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-outlet:before {
    content: ""
}

.fa-oven:before {
    content: ""
}

.fa-overline:before {
    content: ""
}

.fa-page-break:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-brush-alt:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-paragraph-rtl:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-parking-circle:before {
    content: ""
}

.fa-parking-circle-slash:before {
    content: ""
}

.fa-parking-slash:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paw-alt:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-paintbrush:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-perbyte:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-person-sign:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-laptop:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-rotary:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-piano:before {
    content: ""
}

.fa-piano-keyboard:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: ""
}

.fa-pig:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-planet-moon:before {
    content: ""
}

.fa-planet-ringed:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-podium-star:before {
    content: ""
}

.fa-police-box:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poll-people:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-popcorn:before {
    content: ""
}

.fa-portal-enter:before {
    content: ""
}

.fa-portal-exit:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-presentation:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-print-search:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-projector:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-pumpkin:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-rabbit-fast:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-radar:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-radio-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-raindrops:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-raygun:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-refrigerator:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-rings-wedding:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocket-launch:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-router:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rust:before {
    content: ""
}

.fa-rv:before {
    content: ""
}

.fa-sack:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salad:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sandwich:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-sausage:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-sax-hot:before {
    content: ""
}

.fa-saxophone:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-scalpel-path:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-scanner-image:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-scarf:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-send-back:before {
    content: ""
}

.fa-send-backward:before {
    content: ""
}

.fa-sensor:before {
    content: ""
}

.fa-sensor-alert:before {
    content: ""
}

.fa-sensor-fire:before {
    content: ""
}

.fa-sensor-on:before {
    content: ""
}

.fa-sensor-smoke:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shish-kebab:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-shovel-snow:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sickle:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signal-1:before {
    content: ""
}

.fa-signal-2:before {
    content: ""
}

.fa-signal-3:before {
    content: ""
}

.fa-signal-4:before {
    content: ""
}

.fa-signal-alt:before {
    content: ""
}

.fa-signal-alt-1:before {
    content: ""
}

.fa-signal-alt-2:before {
    content: ""
}

.fa-signal-alt-3:before {
    content: ""
}

.fa-signal-alt-slash:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-signal-stream:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-siren:before {
    content: ""
}

.fa-siren-on:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-ski-jump:before {
    content: ""
}

.fa-ski-lift:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-cow:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sledding:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoke:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snooze:before {
    content: ""
}

.fa-snow-blowing:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowflakes:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowmobile:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-solar-system:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-circle:before {
    content: ""
}

.fa-sort-circle-down:before {
    content: ""
}

.fa-sort-circle-up:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-shapes-down:before {
    content: ""
}

.fa-sort-shapes-down-alt:before {
    content: ""
}

.fa-sort-shapes-up:before {
    content: ""
}

.fa-sort-shapes-up-alt:before {
    content: ""
}

.fa-sort-size-down:before {
    content: ""
}

.fa-sort-size-down-alt:before {
    content: ""
}

.fa-sort-size-up:before {
    content: ""
}

.fa-sort-size-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-soup:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-space-station-moon:before {
    content: ""
}

.fa-space-station-moon-alt:before {
    content: ""
}

.fa-spade:before {
    content: ""
}

.fa-sparkles:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-speakers:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-sprinkler:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-christmas:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-star-shooting:before {
    content: ""
}

.fa-starfighter:before {
    content: ""
}

.fa-starfighter-alt:before {
    content: ""
}

.fa-stars:before {
    content: ""
}

.fa-starship:before {
    content: ""
}

.fa-starship-freighter:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steak:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stocking:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-stretcher:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-sun-cloud:before {
    content: ""
}

.fa-sun-dust:before {
    content: ""
}

.fa-sun-haze:before {
    content: ""
}

.fa-sunglasses:before {
    content: ""
}

.fa-sunrise:before {
    content: ""
}

.fa-sunset:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-sword-laser:before {
    content: ""
}

.fa-sword-laser-alt:before {
    content: ""
}

.fa-swords:before {
    content: ""
}

.fa-swords-laser:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tachometer-alt-average:before {
    content: ""
}

.fa-tachometer-alt-fast:before {
    content: ""
}

.fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-tachometer-alt-slow:before {
    content: ""
}

.fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-tachometer-average:before {
    content: ""
}

.fa-tachometer-fast:before {
    content: ""
}

.fa-tachometer-fastest:before {
    content: ""
}

.fa-tachometer-slow:before {
    content: ""
}

.fa-tachometer-slowest:before {
    content: ""
}

.fa-taco:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tally:before {
    content: ""
}

.fa-tanakh:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-tasks-alt:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-telescope:before {
    content: ""
}

.fa-temperature-down:before {
    content: ""
}

.fa-temperature-frigid:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-hot:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-temperature-up:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-size:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-thunderstorm:before {
    content: ""
}

.fa-thunderstorm-moon:before {
    content: ""
}

.fa-thunderstorm-sun:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tiktok:before {
    content: ""
}

.fa-tilde:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-alt:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-tombstone:before {
    content: ""
}

.fa-tombstone-alt:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-transporter:before {
    content: ""
}

.fa-transporter-1:before {
    content: ""
}

.fa-transporter-2:before {
    content: ""
}

.fa-transporter-3:before {
    content: ""
}

.fa-transporter-empty:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-trash-undo:before {
    content: ""
}

.fa-trash-undo-alt:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-tree-christmas:before {
    content: ""
}

.fa-tree-decorated:before {
    content: ""
}

.fa-tree-large:before {
    content: ""
}

.fa-tree-palm:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-triangle-music:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-plow:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-trumpet:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-turntable:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-alt:before {
    content: ""
}

.fa-tv-music:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typewriter:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-ufo:before {
    content: ""
}

.fa-ufo-beam:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-uncharted:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-unsplash:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usb-drive:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alien:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-cowboy:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-hard-hat:before {
    content: ""
}

.fa-user-headset:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-md-chat:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-music:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-robot:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-user-unlock:before {
    content: ""
}

.fa-user-visor:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-class:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-crown:before {
    content: ""
}

.fa-users-medical:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vacuum:before {
    content: ""
}

.fa-vacuum-robot:before {
    content: ""
}

.fa-value-absolute:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vest:before {
    content: ""
}

.fa-vest-patches:before {
    content: ""
}

.fa-vhs:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-violin:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-nay:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-wagon-covered:before {
    content: ""
}

.fa-walker:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-wand-magic:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-washer:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-watch-calculator:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-watchman-monitoring:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-water-lower:before {
    content: ""
}

.fa-water-rise:before {
    content: ""
}

.fa-wave-sine:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-wave-triangle:before {
    content: ""
}

.fa-waveform:before {
    content: ""
}

.fa-waveform-path:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-webcam:before {
    content: ""
}

.fa-webcam-slash:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wifi-1:before {
    content: ""
}

.fa-wifi-2:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-wind-turbine:before {
    content: ""
}

.fa-wind-warning:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-frame:before {
    content: ""
}

.fa-window-frame-open:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-windsock:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wodu:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wreath:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/fa-brands-400.2ac0cbf0ae3aa5e15f77.eot);
    src: url(/static/media/fa-brands-400.2ac0cbf0ae3aa5e15f77.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-brands-400.df56145e6ac7861a1c0a.woff2) format("woff2"), url(/static/media/fa-brands-400.92ee10240bc7f84042de.woff) format("woff"), url(/static/media/fa-brands-400.aa21aa27a6be24f99e40.ttf) format("truetype")
}

.fab {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Duotone;
    font-style: normal;
    font-weight: 900;
    src: url(/static/media/fa-duotone-900.8c456be8af278cd56934.eot);
    src: url(/static/media/fa-duotone-900.8c456be8af278cd56934.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-duotone-900.ba609dbee69bb7ea5f84.woff2) format("woff2"), url(/static/media/fa-duotone-900.bec1e8c8305076901a85.woff) format("woff"), url(/static/media/fa-duotone-900.3785dc4992830f749773.ttf) format("truetype")
}

.fad {
    font-family: Font Awesome\ 5 Duotone;
    font-weight: 900;
    position: relative
}

.fad:before {
    color: inherit;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
    position: absolute
}

.fad:after {
    color: inherit;
    color: var(--fa-secondary-color, inherit)
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad.fa-inverse {
    color: #fff
}

.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute
}

.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fad.fa-abacus:after {
    content: "􏙀"
}

.fad.fa-acorn:after {
    content: "􏚮"
}

.fad.fa-ad:after {
    content: "􏙁"
}

.fad.fa-address-book:after {
    content: "􏊹"
}

.fad.fa-address-card:after {
    content: "􏊻"
}

.fad.fa-adjust:after {
    content: "􏁂"
}

.fad.fa-air-conditioner:after {
    content: "􏣴"
}

.fad.fa-air-freshener:after {
    content: "􏗐"
}

.fad.fa-alarm-clock:after {
    content: "􏍎"
}

.fad.fa-alarm-exclamation:after {
    content: "􏡃"
}

.fad.fa-alarm-plus:after {
    content: "􏡄"
}

.fad.fa-alarm-snooze:after {
    content: "􏡅"
}

.fad.fa-album:after {
    content: "􏢟"
}

.fad.fa-album-collection:after {
    content: "􏢠"
}

.fad.fa-alicorn:after {
    content: "􏚰"
}

.fad.fa-alien:after {
    content: "􏣵"
}

.fad.fa-alien-monster:after {
    content: "􏣶"
}

.fad.fa-align-center:after {
    content: "􏀷"
}

.fad.fa-align-justify:after {
    content: "􏀹"
}

.fad.fa-align-left:after {
    content: "􏀶"
}

.fad.fa-align-right:after {
    content: "􏀸"
}

.fad.fa-align-slash:after {
    content: "􏡆"
}

.fad.fa-allergies:after {
    content: "􏑡"
}

.fad.fa-ambulance:after {
    content: "􏃹"
}

.fad.fa-american-sign-language-interpreting:after {
    content: "􏊣"
}

.fad.fa-amp-guitar:after {
    content: "􏢡"
}

.fad.fa-analytics:after {
    content: "􏙃"
}

.fad.fa-anchor:after {
    content: "􏄽"
}

.fad.fa-angel:after {
    content: "􏝹"
}

.fad.fa-angle-double-down:after {
    content: "􏄃"
}

.fad.fa-angle-double-left:after {
    content: "􏄀"
}

.fad.fa-angle-double-right:after {
    content: "􏄁"
}

.fad.fa-angle-double-up:after {
    content: "􏄂"
}

.fad.fa-angle-down:after {
    content: "􏄇"
}

.fad.fa-angle-left:after {
    content: "􏄄"
}

.fad.fa-angle-right:after {
    content: "􏄅"
}

.fad.fa-angle-up:after {
    content: "􏄆"
}

.fad.fa-angry:after {
    content: "􏕖"
}

.fad.fa-ankh:after {
    content: "􏙄"
}

.fad.fa-apple-alt:after {
    content: "􏗑"
}

.fad.fa-apple-crate:after {
    content: "􏚱"
}

.fad.fa-archive:after {
    content: "􏆇"
}

.fad.fa-archway:after {
    content: "􏕗"
}

.fad.fa-arrow-alt-circle-down:after {
    content: "􏍘"
}

.fad.fa-arrow-alt-circle-left:after {
    content: "􏍙"
}

.fad.fa-arrow-alt-circle-right:after {
    content: "􏍚"
}

.fad.fa-arrow-alt-circle-up:after {
    content: "􏍛"
}

.fad.fa-arrow-alt-down:after {
    content: "􏍔"
}

.fad.fa-arrow-alt-from-bottom:after {
    content: "􏍆"
}

.fad.fa-arrow-alt-from-left:after {
    content: "􏍇"
}

.fad.fa-arrow-alt-from-right:after {
    content: "􏍈"
}

.fad.fa-arrow-alt-from-top:after {
    content: "􏍉"
}

.fad.fa-arrow-alt-left:after {
    content: "􏍕"
}

.fad.fa-arrow-alt-right:after {
    content: "􏍖"
}

.fad.fa-arrow-alt-square-down:after {
    content: "􏍐"
}

.fad.fa-arrow-alt-square-left:after {
    content: "􏍑"
}

.fad.fa-arrow-alt-square-right:after {
    content: "􏍒"
}

.fad.fa-arrow-alt-square-up:after {
    content: "􏍓"
}

.fad.fa-arrow-alt-to-bottom:after {
    content: "􏍊"
}

.fad.fa-arrow-alt-to-left:after {
    content: "􏍋"
}

.fad.fa-arrow-alt-to-right:after {
    content: "􏍌"
}

.fad.fa-arrow-alt-to-top:after {
    content: "􏍍"
}

.fad.fa-arrow-alt-up:after {
    content: "􏍗"
}

.fad.fa-arrow-circle-down:after {
    content: "􏂫"
}

.fad.fa-arrow-circle-left:after {
    content: "􏂨"
}

.fad.fa-arrow-circle-right:after {
    content: "􏂩"
}

.fad.fa-arrow-circle-up:after {
    content: "􏂪"
}

.fad.fa-arrow-down:after {
    content: "􏁣"
}

.fad.fa-arrow-from-bottom:after {
    content: "􏍂"
}

.fad.fa-arrow-from-left:after {
    content: "􏍃"
}

.fad.fa-arrow-from-right:after {
    content: "􏍄"
}

.fad.fa-arrow-from-top:after {
    content: "􏍅"
}

.fad.fa-arrow-left:after {
    content: "􏁠"
}

.fad.fa-arrow-right:after {
    content: "􏁡"
}

.fad.fa-arrow-square-down:after {
    content: "􏌹"
}

.fad.fa-arrow-square-left:after {
    content: "􏌺"
}

.fad.fa-arrow-square-right:after {
    content: "􏌻"
}

.fad.fa-arrow-square-up:after {
    content: "􏌼"
}

.fad.fa-arrow-to-bottom:after {
    content: "􏌽"
}

.fad.fa-arrow-to-left:after {
    content: "􏌾"
}

.fad.fa-arrow-to-right:after {
    content: "􏍀"
}

.fad.fa-arrow-to-top:after {
    content: "􏍁"
}

.fad.fa-arrow-up:after {
    content: "􏁢"
}

.fad.fa-arrows:after {
    content: "􏁇"
}

.fad.fa-arrows-alt:after {
    content: "􏂲"
}

.fad.fa-arrows-alt-h:after {
    content: "􏌷"
}

.fad.fa-arrows-alt-v:after {
    content: "􏌸"
}

.fad.fa-arrows-h:after {
    content: "􏁾"
}

.fad.fa-arrows-v:after {
    content: "􏁽"
}

.fad.fa-assistive-listening-systems:after {
    content: "􏊢"
}

.fad.fa-asterisk:after {
    content: "􏁩"
}

.fad.fa-at:after {
    content: "􏇺"
}

.fad.fa-atlas:after {
    content: "􏕘"
}

.fad.fa-atom:after {
    content: "􏗒"
}

.fad.fa-atom-alt:after {
    content: "􏗓"
}

.fad.fa-audio-description:after {
    content: "􏊞"
}

.fad.fa-award:after {
    content: "􏕙"
}

.fad.fa-axe:after {
    content: "􏚲"
}

.fad.fa-axe-battle:after {
    content: "􏚳"
}

.fad.fa-baby:after {
    content: "􏝼"
}

.fad.fa-baby-carriage:after {
    content: "􏝽"
}

.fad.fa-backpack:after {
    content: "􏗔"
}

.fad.fa-backspace:after {
    content: "􏕚"
}

.fad.fa-backward:after {
    content: "􏁊"
}

.fad.fa-bacon:after {
    content: "􏟥"
}

.fad.fa-bacteria:after {
    content: "􎁙"
}

.fad.fa-bacterium:after {
    content: "􎁚"
}

.fad.fa-badge:after {
    content: "􏌵"
}

.fad.fa-badge-check:after {
    content: "􏌶"
}

.fad.fa-badge-dollar:after {
    content: "􏙅"
}

.fad.fa-badge-percent:after {
    content: "􏙆"
}

.fad.fa-badge-sheriff:after {
    content: "􏢢"
}

.fad.fa-badger-honey:after {
    content: "􏚴"
}

.fad.fa-bags-shopping:after {
    content: "􏡇"
}

.fad.fa-bahai:after {
    content: "􏙦"
}

.fad.fa-balance-scale:after {
    content: "􏉎"
}

.fad.fa-balance-scale-left:after {
    content: "􏔕"
}

.fad.fa-balance-scale-right:after {
    content: "􏔖"
}

.fad.fa-ball-pile:after {
    content: "􏝾"
}

.fad.fa-ballot:after {
    content: "􏜲"
}

.fad.fa-ballot-check:after {
    content: "􏜳"
}

.fad.fa-ban:after {
    content: "􏁞"
}

.fad.fa-band-aid:after {
    content: "􏑢"
}

.fad.fa-banjo:after {
    content: "􏢣"
}

.fad.fa-barcode:after {
    content: "􏀪"
}

.fad.fa-barcode-alt:after {
    content: "􏑣"
}

.fad.fa-barcode-read:after {
    content: "􏑤"
}

.fad.fa-barcode-scan:after {
    content: "􏑥"
}

.fad.fa-bars:after {
    content: "􏃉"
}

.fad.fa-baseball:after {
    content: "􏐲"
}

.fad.fa-baseball-ball:after {
    content: "􏐳"
}

.fad.fa-basketball-ball:after {
    content: "􏐴"
}

.fad.fa-basketball-hoop:after {
    content: "􏐵"
}

.fad.fa-bat:after {
    content: "􏚵"
}

.fad.fa-bath:after {
    content: "􏋍"
}

.fad.fa-battery-bolt:after {
    content: "􏍶"
}

.fad.fa-battery-empty:after {
    content: "􏉄"
}

.fad.fa-battery-full:after {
    content: "􏉀"
}

.fad.fa-battery-half:after {
    content: "􏉂"
}

.fad.fa-battery-quarter:after {
    content: "􏉃"
}

.fad.fa-battery-slash:after {
    content: "􏍷"
}

.fad.fa-battery-three-quarters:after {
    content: "􏉁"
}

.fad.fa-bed:after {
    content: "􏈶"
}

.fad.fa-bed-alt:after {
    content: "􏣷"
}

.fad.fa-bed-bunk:after {
    content: "􏣸"
}

.fad.fa-bed-empty:after {
    content: "􏣹"
}

.fad.fa-beer:after {
    content: "􏃼"
}

.fad.fa-bell:after {
    content: "􏃳"
}

.fad.fa-bell-exclamation:after {
    content: "􏡈"
}

.fad.fa-bell-on:after {
    content: "􏣺"
}

.fad.fa-bell-plus:after {
    content: "􏡉"
}

.fad.fa-bell-school:after {
    content: "􏗕"
}

.fad.fa-bell-school-slash:after {
    content: "􏗖"
}

.fad.fa-bell-slash:after {
    content: "􏇶"
}

.fad.fa-bells:after {
    content: "􏝿"
}

.fad.fa-betamax:after {
    content: "􏢤"
}

.fad.fa-bezier-curve:after {
    content: "􏕛"
}

.fad.fa-bible:after {
    content: "􏙇"
}

.fad.fa-bicycle:after {
    content: "􏈆"
}

.fad.fa-biking:after {
    content: "􏡊"
}

.fad.fa-biking-mountain:after {
    content: "􏡋"
}

.fad.fa-binoculars:after {
    content: "􏇥"
}

.fad.fa-biohazard:after {
    content: "􏞀"
}

.fad.fa-birthday-cake:after {
    content: "􏇽"
}

.fad.fa-blanket:after {
    content: "􏒘"
}

.fad.fa-blender:after {
    content: "􏔗"
}

.fad.fa-blender-phone:after {
    content: "􏚶"
}

.fad.fa-blind:after {
    content: "􏊝"
}

.fad.fa-blinds:after {
    content: "􏣻"
}

.fad.fa-blinds-open:after {
    content: "􏣼"
}

.fad.fa-blinds-raised:after {
    content: "􏣽"
}

.fad.fa-blog:after {
    content: "􏞁"
}

.fad.fa-bold:after {
    content: "􏀲"
}

.fad.fa-bolt:after {
    content: "􏃧"
}

.fad.fa-bomb:after {
    content: "􏇢"
}

.fad.fa-bone:after {
    content: "􏗗"
}

.fad.fa-bone-break:after {
    content: "􏗘"
}

.fad.fa-bong:after {
    content: "􏕜"
}

.fad.fa-book:after {
    content: "􏀭"
}

.fad.fa-book-alt:after {
    content: "􏗙"
}

.fad.fa-book-dead:after {
    content: "􏚷"
}

.fad.fa-book-heart:after {
    content: "􏒙"
}

.fad.fa-book-medical:after {
    content: "􏟦"
}

.fad.fa-book-open:after {
    content: "􏔘"
}

.fad.fa-book-reader:after {
    content: "􏗚"
}

.fad.fa-book-spells:after {
    content: "􏚸"
}

.fad.fa-book-user:after {
    content: "􏟧"
}

.fad.fa-bookmark:after {
    content: "􏀮"
}

.fad.fa-books:after {
    content: "􏗛"
}

.fad.fa-books-medical:after {
    content: "􏟨"
}

.fad.fa-boombox:after {
    content: "􏢥"
}

.fad.fa-boot:after {
    content: "􏞂"
}

.fad.fa-booth-curtain:after {
    content: "􏜴"
}

.fad.fa-border-all:after {
    content: "􏡌"
}

.fad.fa-border-bottom:after {
    content: "􏡍"
}

.fad.fa-border-center-h:after {
    content: "􏢜"
}

.fad.fa-border-center-v:after {
    content: "􏢝"
}

.fad.fa-border-inner:after {
    content: "􏡎"
}

.fad.fa-border-left:after {
    content: "􏡏"
}

.fad.fa-border-none:after {
    content: "􏡐"
}

.fad.fa-border-outer:after {
    content: "􏡑"
}

.fad.fa-border-right:after {
    content: "􏡒"
}

.fad.fa-border-style:after {
    content: "􏡓"
}

.fad.fa-border-style-alt:after {
    content: "􏡔"
}

.fad.fa-border-top:after {
    content: "􏡕"
}

.fad.fa-bow-arrow:after {
    content: "􏚹"
}

.fad.fa-bowling-ball:after {
    content: "􏐶"
}

.fad.fa-bowling-pins:after {
    content: "􏐷"
}

.fad.fa-box:after {
    content: "􏑦"
}

.fad.fa-box-alt:after {
    content: "􏒚"
}

.fad.fa-box-ballot:after {
    content: "􏜵"
}

.fad.fa-box-check:after {
    content: "􏑧"
}

.fad.fa-box-fragile:after {
    content: "􏒛"
}

.fad.fa-box-full:after {
    content: "􏒜"
}

.fad.fa-box-heart:after {
    content: "􏒝"
}

.fad.fa-box-open:after {
    content: "􏒞"
}

.fad.fa-box-tissue:after {
    content: "􎁛"
}

.fad.fa-box-up:after {
    content: "􏒟"
}

.fad.fa-box-usd:after {
    content: "􏒠"
}

.fad.fa-boxes:after {
    content: "􏑨"
}

.fad.fa-boxes-alt:after {
    content: "􏒡"
}

.fad.fa-boxing-glove:after {
    content: "􏐸"
}

.fad.fa-brackets:after {
    content: "􏟩"
}

.fad.fa-brackets-curly:after {
    content: "􏟪"
}

.fad.fa-braille:after {
    content: "􏊡"
}

.fad.fa-brain:after {
    content: "􏗜"
}

.fad.fa-bread-loaf:after {
    content: "􏟫"
}

.fad.fa-bread-slice:after {
    content: "􏟬"
}

.fad.fa-briefcase:after {
    content: "􏂱"
}

.fad.fa-briefcase-medical:after {
    content: "􏑩"
}

.fad.fa-bring-forward:after {
    content: "􏡖"
}

.fad.fa-bring-front:after {
    content: "􏡗"
}

.fad.fa-broadcast-tower:after {
    content: "􏔙"
}

.fad.fa-broom:after {
    content: "􏔚"
}

.fad.fa-browser:after {
    content: "􏍾"
}

.fad.fa-brush:after {
    content: "􏕝"
}

.fad.fa-bug:after {
    content: "􏆈"
}

.fad.fa-building:after {
    content: "􏆭"
}

.fad.fa-bullhorn:after {
    content: "􏂡"
}

.fad.fa-bullseye:after {
    content: "􏅀"
}

.fad.fa-bullseye-arrow:after {
    content: "􏙈"
}

.fad.fa-bullseye-pointer:after {
    content: "􏙉"
}

.fad.fa-burger-soda:after {
    content: "􏡘"
}

.fad.fa-burn:after {
    content: "􏑪"
}

.fad.fa-burrito:after {
    content: "􏟭"
}

.fad.fa-bus:after {
    content: "􏈇"
}

.fad.fa-bus-alt:after {
    content: "􏕞"
}

.fad.fa-bus-school:after {
    content: "􏗝"
}

.fad.fa-business-time:after {
    content: "􏙊"
}

.fad.fa-cabinet-filing:after {
    content: "􏙋"
}

.fad.fa-cactus:after {
    content: "􏢧"
}

.fad.fa-calculator:after {
    content: "􏇬"
}

.fad.fa-calculator-alt:after {
    content: "􏙌"
}

.fad.fa-calendar:after {
    content: "􏄳"
}

.fad.fa-calendar-alt:after {
    content: "􏁳"
}

.fad.fa-calendar-check:after {
    content: "􏉴"
}

.fad.fa-calendar-day:after {
    content: "􏞃"
}

.fad.fa-calendar-edit:after {
    content: "􏌳"
}

.fad.fa-calendar-exclamation:after {
    content: "􏌴"
}

.fad.fa-calendar-minus:after {
    content: "􏉲"
}

.fad.fa-calendar-plus:after {
    content: "􏉱"
}

.fad.fa-calendar-star:after {
    content: "􏜶"
}

.fad.fa-calendar-times:after {
    content: "􏉳"
}

.fad.fa-calendar-week:after {
    content: "􏞄"
}

.fad.fa-camcorder:after {
    content: "􏢨"
}

.fad.fa-camera:after {
    content: "􏀰"
}

.fad.fa-camera-alt:after {
    content: "􏌲"
}

.fad.fa-camera-home:after {
    content: "􏣾"
}

.fad.fa-camera-movie:after {
    content: "􏢩"
}

.fad.fa-camera-polaroid:after {
    content: "􏢪"
}

.fad.fa-camera-retro:after {
    content: "􏂃"
}

.fad.fa-campfire:after {
    content: "􏚺"
}

.fad.fa-campground:after {
    content: "􏚻"
}

.fad.fa-candle-holder:after {
    content: "􏚼"
}

.fad.fa-candy-cane:after {
    content: "􏞆"
}

.fad.fa-candy-corn:after {
    content: "􏚽"
}

.fad.fa-cannabis:after {
    content: "􏕟"
}

.fad.fa-capsules:after {
    content: "􏑫"
}

.fad.fa-car:after {
    content: "􏆹"
}

.fad.fa-car-alt:after {
    content: "􏗞"
}

.fad.fa-car-battery:after {
    content: "􏗟"
}

.fad.fa-car-building:after {
    content: "􏡙"
}

.fad.fa-car-bump:after {
    content: "􏗠"
}

.fad.fa-car-bus:after {
    content: "􏡚"
}

.fad.fa-car-crash:after {
    content: "􏗡"
}

.fad.fa-car-garage:after {
    content: "􏗢"
}

.fad.fa-car-mechanic:after {
    content: "􏗣"
}

.fad.fa-car-side:after {
    content: "􏗤"
}

.fad.fa-car-tilt:after {
    content: "􏗥"
}

.fad.fa-car-wash:after {
    content: "􏗦"
}

.fad.fa-caravan:after {
    content: "􏣿"
}

.fad.fa-caravan-alt:after {
    content: "􎀀"
}

.fad.fa-caret-circle-down:after {
    content: "􏌭"
}

.fad.fa-caret-circle-left:after {
    content: "􏌮"
}

.fad.fa-caret-circle-right:after {
    content: "􏌰"
}

.fad.fa-caret-circle-up:after {
    content: "􏌱"
}

.fad.fa-caret-down:after {
    content: "􏃗"
}

.fad.fa-caret-left:after {
    content: "􏃙"
}

.fad.fa-caret-right:after {
    content: "􏃚"
}

.fad.fa-caret-square-down:after {
    content: "􏅐"
}

.fad.fa-caret-square-left:after {
    content: "􏆑"
}

.fad.fa-caret-square-right:after {
    content: "􏅒"
}

.fad.fa-caret-square-up:after {
    content: "􏅑"
}

.fad.fa-caret-up:after {
    content: "􏃘"
}

.fad.fa-carrot:after {
    content: "􏞇"
}

.fad.fa-cars:after {
    content: "􏡛"
}

.fad.fa-cart-arrow-down:after {
    content: "􏈘"
}

.fad.fa-cart-plus:after {
    content: "􏈗"
}

.fad.fa-cash-register:after {
    content: "􏞈"
}

.fad.fa-cassette-tape:after {
    content: "􏢫"
}

.fad.fa-cat:after {
    content: "􏚾"
}

.fad.fa-cat-space:after {
    content: "􎀁"
}

.fad.fa-cauldron:after {
    content: "􏚿"
}

.fad.fa-cctv:after {
    content: "􏢬"
}

.fad.fa-certificate:after {
    content: "􏂣"
}

.fad.fa-chair:after {
    content: "􏛀"
}

.fad.fa-chair-office:after {
    content: "􏛁"
}

.fad.fa-chalkboard:after {
    content: "􏔛"
}

.fad.fa-chalkboard-teacher:after {
    content: "􏔜"
}

.fad.fa-charging-station:after {
    content: "􏗧"
}

.fad.fa-chart-area:after {
    content: "􏇾"
}

.fad.fa-chart-bar:after {
    content: "􏂀"
}

.fad.fa-chart-line:after {
    content: "􏈁"
}

.fad.fa-chart-line-down:after {
    content: "􏙍"
}

.fad.fa-chart-network:after {
    content: "􏞊"
}

.fad.fa-chart-pie:after {
    content: "􏈀"
}

.fad.fa-chart-pie-alt:after {
    content: "􏙎"
}

.fad.fa-chart-scatter:after {
    content: "􏟮"
}

.fad.fa-check:after {
    content: "􏀌"
}

.fad.fa-check-circle:after {
    content: "􏁘"
}

.fad.fa-check-double:after {
    content: "􏕠"
}

.fad.fa-check-square:after {
    content: "􏅊"
}

.fad.fa-cheese:after {
    content: "􏟯"
}

.fad.fa-cheese-swiss:after {
    content: "􏟰"
}

.fad.fa-cheeseburger:after {
    content: "􏟱"
}

.fad.fa-chess:after {
    content: "􏐹"
}

.fad.fa-chess-bishop:after {
    content: "􏐺"
}

.fad.fa-chess-bishop-alt:after {
    content: "􏐻"
}

.fad.fa-chess-board:after {
    content: "􏐼"
}

.fad.fa-chess-clock:after {
    content: "􏐽"
}

.fad.fa-chess-clock-alt:after {
    content: "􏐾"
}

.fad.fa-chess-king:after {
    content: "􏐿"
}

.fad.fa-chess-king-alt:after {
    content: "􏑀"
}

.fad.fa-chess-knight:after {
    content: "􏑁"
}

.fad.fa-chess-knight-alt:after {
    content: "􏑂"
}

.fad.fa-chess-pawn:after {
    content: "􏑃"
}

.fad.fa-chess-pawn-alt:after {
    content: "􏑄"
}

.fad.fa-chess-queen:after {
    content: "􏑅"
}

.fad.fa-chess-queen-alt:after {
    content: "􏑆"
}

.fad.fa-chess-rook:after {
    content: "􏑇"
}

.fad.fa-chess-rook-alt:after {
    content: "􏑈"
}

.fad.fa-chevron-circle-down:after {
    content: "􏄺"
}

.fad.fa-chevron-circle-left:after {
    content: "􏄷"
}

.fad.fa-chevron-circle-right:after {
    content: "􏄸"
}

.fad.fa-chevron-circle-up:after {
    content: "􏄹"
}

.fad.fa-chevron-double-down:after {
    content: "􏌢"
}

.fad.fa-chevron-double-left:after {
    content: "􏌣"
}

.fad.fa-chevron-double-right:after {
    content: "􏌤"
}

.fad.fa-chevron-double-up:after {
    content: "􏌥"
}

.fad.fa-chevron-down:after {
    content: "􏁸"
}

.fad.fa-chevron-left:after {
    content: "􏁓"
}

.fad.fa-chevron-right:after {
    content: "􏁔"
}

.fad.fa-chevron-square-down:after {
    content: "􏌩"
}

.fad.fa-chevron-square-left:after {
    content: "􏌪"
}

.fad.fa-chevron-square-right:after {
    content: "􏌫"
}

.fad.fa-chevron-square-up:after {
    content: "􏌬"
}

.fad.fa-chevron-up:after {
    content: "􏁷"
}

.fad.fa-child:after {
    content: "􏆮"
}

.fad.fa-chimney:after {
    content: "􏞋"
}

.fad.fa-church:after {
    content: "􏔝"
}

.fad.fa-circle:after {
    content: "􏄑"
}

.fad.fa-circle-notch:after {
    content: "􏇎"
}

.fad.fa-city:after {
    content: "􏙏"
}

.fad.fa-clarinet:after {
    content: "􏢭"
}

.fad.fa-claw-marks:after {
    content: "􏛂"
}

.fad.fa-clinic-medical:after {
    content: "􏟲"
}

.fad.fa-clipboard:after {
    content: "􏌨"
}

.fad.fa-clipboard-check:after {
    content: "􏑬"
}

.fad.fa-clipboard-list:after {
    content: "􏑭"
}

.fad.fa-clipboard-list-check:after {
    content: "􏜷"
}

.fad.fa-clipboard-prescription:after {
    content: "􏗨"
}

.fad.fa-clipboard-user:after {
    content: "􏟳"
}

.fad.fa-clock:after {
    content: "􏀗"
}

.fad.fa-clone:after {
    content: "􏉍"
}

.fad.fa-closed-captioning:after {
    content: "􏈊"
}

.fad.fa-cloud:after {
    content: "􏃂"
}

.fad.fa-cloud-download:after {
    content: "􏃭"
}

.fad.fa-cloud-download-alt:after {
    content: "􏎁"
}

.fad.fa-cloud-drizzle:after {
    content: "􏜸"
}

.fad.fa-cloud-hail:after {
    content: "􏜹"
}

.fad.fa-cloud-hail-mixed:after {
    content: "􏜺"
}

.fad.fa-cloud-meatball:after {
    content: "􏜻"
}

.fad.fa-cloud-moon:after {
    content: "􏛃"
}

.fad.fa-cloud-moon-rain:after {
    content: "􏜼"
}

.fad.fa-cloud-music:after {
    content: "􏢮"
}

.fad.fa-cloud-rain:after {
    content: "􏜽"
}

.fad.fa-cloud-rainbow:after {
    content: "􏜾"
}

.fad.fa-cloud-showers:after {
    content: "􏜿"
}

.fad.fa-cloud-showers-heavy:after {
    content: "􏝀"
}

.fad.fa-cloud-sleet:after {
    content: "􏝁"
}

.fad.fa-cloud-snow:after {
    content: "􏝂"
}

.fad.fa-cloud-sun:after {
    content: "􏛄"
}

.fad.fa-cloud-sun-rain:after {
    content: "􏝃"
}

.fad.fa-cloud-upload:after {
    content: "􏃮"
}

.fad.fa-cloud-upload-alt:after {
    content: "􏎂"
}

.fad.fa-clouds:after {
    content: "􏝄"
}

.fad.fa-clouds-moon:after {
    content: "􏝅"
}

.fad.fa-clouds-sun:after {
    content: "􏝆"
}

.fad.fa-club:after {
    content: "􏌧"
}

.fad.fa-cocktail:after {
    content: "􏕡"
}

.fad.fa-code:after {
    content: "􏄡"
}

.fad.fa-code-branch:after {
    content: "􏄦"
}

.fad.fa-code-commit:after {
    content: "􏎆"
}

.fad.fa-code-merge:after {
    content: "􏎇"
}

.fad.fa-coffee:after {
    content: "􏃴"
}

.fad.fa-coffee-pot:after {
    content: "􎀂"
}

.fad.fa-coffee-togo:after {
    content: "􏛅"
}

.fad.fa-coffin:after {
    content: "􏛆"
}

.fad.fa-coffin-cross:after {
    content: "􎁑"
}

.fad.fa-cog:after {
    content: "􏀓"
}

.fad.fa-cogs:after {
    content: "􏂅"
}

.fad.fa-coin:after {
    content: "􏡜"
}

.fad.fa-coins:after {
    content: "􏔞"
}

.fad.fa-columns:after {
    content: "􏃛"
}

.fad.fa-comet:after {
    content: "􎀃"
}

.fad.fa-comment:after {
    content: "􏁵"
}

.fad.fa-comment-alt:after {
    content: "􏉺"
}

.fad.fa-comment-alt-check:after {
    content: "􏒢"
}

.fad.fa-comment-alt-dollar:after {
    content: "􏙐"
}

.fad.fa-comment-alt-dots:after {
    content: "􏒣"
}

.fad.fa-comment-alt-edit:after {
    content: "􏒤"
}

.fad.fa-comment-alt-exclamation:after {
    content: "􏒥"
}

.fad.fa-comment-alt-lines:after {
    content: "􏒦"
}

.fad.fa-comment-alt-medical:after {
    content: "􏟴"
}

.fad.fa-comment-alt-minus:after {
    content: "􏒧"
}

.fad.fa-comment-alt-music:after {
    content: "􏢯"
}

.fad.fa-comment-alt-plus:after {
    content: "􏒨"
}

.fad.fa-comment-alt-slash:after {
    content: "􏒩"
}

.fad.fa-comment-alt-smile:after {
    content: "􏒪"
}

.fad.fa-comment-alt-times:after {
    content: "􏒫"
}

.fad.fa-comment-check:after {
    content: "􏒬"
}

.fad.fa-comment-dollar:after {
    content: "􏙑"
}

.fad.fa-comment-dots:after {
    content: "􏒭"
}

.fad.fa-comment-edit:after {
    content: "􏒮"
}

.fad.fa-comment-exclamation:after {
    content: "􏒯"
}

.fad.fa-comment-lines:after {
    content: "􏒰"
}

.fad.fa-comment-medical:after {
    content: "􏟵"
}

.fad.fa-comment-minus:after {
    content: "􏒱"
}

.fad.fa-comment-music:after {
    content: "􏢰"
}

.fad.fa-comment-plus:after {
    content: "􏒲"
}

.fad.fa-comment-slash:after {
    content: "􏒳"
}

.fad.fa-comment-smile:after {
    content: "􏒴"
}

.fad.fa-comment-times:after {
    content: "􏒵"
}

.fad.fa-comments:after {
    content: "􏂆"
}

.fad.fa-comments-alt:after {
    content: "􏒶"
}

.fad.fa-comments-alt-dollar:after {
    content: "􏙒"
}

.fad.fa-comments-dollar:after {
    content: "􏙓"
}

.fad.fa-compact-disc:after {
    content: "􏔟"
}

.fad.fa-compass:after {
    content: "􏅎"
}

.fad.fa-compass-slash:after {
    content: "􏗩"
}

.fad.fa-compress:after {
    content: "􏁦"
}

.fad.fa-compress-alt:after {
    content: "􏐢"
}

.fad.fa-compress-arrows-alt:after {
    content: "􏞌"
}

.fad.fa-compress-wide:after {
    content: "􏌦"
}

.fad.fa-computer-classic:after {
    content: "􏢱"
}

.fad.fa-computer-speaker:after {
    content: "􏢲"
}

.fad.fa-concierge-bell:after {
    content: "􏕢"
}

.fad.fa-construction:after {
    content: "􏡝"
}

.fad.fa-container-storage:after {
    content: "􏒷"
}

.fad.fa-conveyor-belt:after {
    content: "􏑮"
}

.fad.fa-conveyor-belt-alt:after {
    content: "􏑯"
}

.fad.fa-cookie:after {
    content: "􏕣"
}

.fad.fa-cookie-bite:after {
    content: "􏕤"
}

.fad.fa-copy:after {
    content: "􏃅"
}

.fad.fa-copyright:after {
    content: "􏇹"
}

.fad.fa-corn:after {
    content: "􏛇"
}

.fad.fa-couch:after {
    content: "􏒸"
}

.fad.fa-cow:after {
    content: "􏛈"
}

.fad.fa-cowbell:after {
    content: "􏢳"
}

.fad.fa-cowbell-more:after {
    content: "􏢴"
}

.fad.fa-credit-card:after {
    content: "􏂝"
}

.fad.fa-credit-card-blank:after {
    content: "􏎉"
}

.fad.fa-credit-card-front:after {
    content: "􏎊"
}

.fad.fa-cricket:after {
    content: "􏑉"
}

.fad.fa-croissant:after {
    content: "􏟶"
}

.fad.fa-crop:after {
    content: "􏄥"
}

.fad.fa-crop-alt:after {
    content: "􏕥"
}

.fad.fa-cross:after {
    content: "􏙔"
}

.fad.fa-crosshairs:after {
    content: "􏁛"
}

.fad.fa-crow:after {
    content: "􏔠"
}

.fad.fa-crown:after {
    content: "􏔡"
}

.fad.fa-crutch:after {
    content: "􏟷"
}

.fad.fa-crutches:after {
    content: "􏟸"
}

.fad.fa-cube:after {
    content: "􏆲"
}

.fad.fa-cubes:after {
    content: "􏆳"
}

.fad.fa-curling:after {
    content: "􏑊"
}

.fad.fa-cut:after {
    content: "􏃄"
}

.fad.fa-dagger:after {
    content: "􏛋"
}

.fad.fa-database:after {
    content: "􏇀"
}

.fad.fa-deaf:after {
    content: "􏊤"
}

.fad.fa-debug:after {
    content: "􏟹"
}

.fad.fa-deer:after {
    content: "􏞎"
}

.fad.fa-deer-rudolph:after {
    content: "􏞏"
}

.fad.fa-democrat:after {
    content: "􏝇"
}

.fad.fa-desktop:after {
    content: "􏄈"
}

.fad.fa-desktop-alt:after {
    content: "􏎐"
}

.fad.fa-dewpoint:after {
    content: "􏝈"
}

.fad.fa-dharmachakra:after {
    content: "􏙕"
}

.fad.fa-diagnoses:after {
    content: "􏑰"
}

.fad.fa-diamond:after {
    content: "􏈙"
}

.fad.fa-dice:after {
    content: "􏔢"
}

.fad.fa-dice-d10:after {
    content: "􏛍"
}

.fad.fa-dice-d12:after {
    content: "􏛎"
}

.fad.fa-dice-d20:after {
    content: "􏛏"
}

.fad.fa-dice-d4:after {
    content: "􏛐"
}

.fad.fa-dice-d6:after {
    content: "􏛑"
}

.fad.fa-dice-d8:after {
    content: "􏛒"
}

.fad.fa-dice-five:after {
    content: "􏔣"
}

.fad.fa-dice-four:after {
    content: "􏔤"
}

.fad.fa-dice-one:after {
    content: "􏔥"
}

.fad.fa-dice-six:after {
    content: "􏔦"
}

.fad.fa-dice-three:after {
    content: "􏔧"
}

.fad.fa-dice-two:after {
    content: "􏔨"
}

.fad.fa-digging:after {
    content: "􏡞"
}

.fad.fa-digital-tachograph:after {
    content: "􏕦"
}

.fad.fa-diploma:after {
    content: "􏗪"
}

.fad.fa-directions:after {
    content: "􏗫"
}

.fad.fa-disc-drive:after {
    content: "􏢵"
}

.fad.fa-disease:after {
    content: "􏟺"
}

.fad.fa-divide:after {
    content: "􏔩"
}

.fad.fa-dizzy:after {
    content: "􏕧"
}

.fad.fa-dna:after {
    content: "􏑱"
}

.fad.fa-do-not-enter:after {
    content: "􏗬"
}

.fad.fa-dog:after {
    content: "􏛓"
}

.fad.fa-dog-leashed:after {
    content: "􏛔"
}

.fad.fa-dollar-sign:after {
    content: "􏅕"
}

.fad.fa-dolly:after {
    content: "􏑲"
}

.fad.fa-dolly-empty:after {
    content: "􏑳"
}

.fad.fa-dolly-flatbed:after {
    content: "􏑴"
}

.fad.fa-dolly-flatbed-alt:after {
    content: "􏑵"
}

.fad.fa-dolly-flatbed-empty:after {
    content: "􏑶"
}

.fad.fa-donate:after {
    content: "􏒹"
}

.fad.fa-door-closed:after {
    content: "􏔪"
}

.fad.fa-door-open:after {
    content: "􏔫"
}

.fad.fa-dot-circle:after {
    content: "􏆒"
}

.fad.fa-dove:after {
    content: "􏒺"
}

.fad.fa-download:after {
    content: "􏀙"
}

.fad.fa-drafting-compass:after {
    content: "􏕨"
}

.fad.fa-dragon:after {
    content: "􏛕"
}

.fad.fa-draw-circle:after {
    content: "􏗭"
}

.fad.fa-draw-polygon:after {
    content: "􏗮"
}

.fad.fa-draw-square:after {
    content: "􏗯"
}

.fad.fa-dreidel:after {
    content: "􏞒"
}

.fad.fa-drone:after {
    content: "􏡟"
}

.fad.fa-drone-alt:after {
    content: "􏡠"
}

.fad.fa-drum:after {
    content: "􏕩"
}

.fad.fa-drum-steelpan:after {
    content: "􏕪"
}

.fad.fa-drumstick:after {
    content: "􏛖"
}

.fad.fa-drumstick-bite:after {
    content: "􏛗"
}

.fad.fa-dryer:after {
    content: "􏡡"
}

.fad.fa-dryer-alt:after {
    content: "􏡢"
}

.fad.fa-duck:after {
    content: "􏛘"
}

.fad.fa-dumbbell:after {
    content: "􏑋"
}

.fad.fa-dumpster:after {
    content: "􏞓"
}

.fad.fa-dumpster-fire:after {
    content: "􏞔"
}

.fad.fa-dungeon:after {
    content: "􏛙"
}

.fad.fa-ear:after {
    content: "􏗰"
}

.fad.fa-ear-muffs:after {
    content: "􏞕"
}

.fad.fa-eclipse:after {
    content: "􏝉"
}

.fad.fa-eclipse-alt:after {
    content: "􏝊"
}

.fad.fa-edit:after {
    content: "􏁄"
}

.fad.fa-egg:after {
    content: "􏟻"
}

.fad.fa-egg-fried:after {
    content: "􏟼"
}

.fad.fa-eject:after {
    content: "􏁒"
}

.fad.fa-elephant:after {
    content: "􏛚"
}

.fad.fa-ellipsis-h:after {
    content: "􏅁"
}

.fad.fa-ellipsis-h-alt:after {
    content: "􏎛"
}

.fad.fa-ellipsis-v:after {
    content: "􏅂"
}

.fad.fa-ellipsis-v-alt:after {
    content: "􏎜"
}

.fad.fa-empty-set:after {
    content: "􏙖"
}

.fad.fa-engine-warning:after {
    content: "􏗲"
}

.fad.fa-envelope:after {
    content: "􏃠"
}

.fad.fa-envelope-open:after {
    content: "􏊶"
}

.fad.fa-envelope-open-dollar:after {
    content: "􏙗"
}

.fad.fa-envelope-open-text:after {
    content: "􏙘"
}

.fad.fa-envelope-square:after {
    content: "􏆙"
}

.fad.fa-equals:after {
    content: "􏔬"
}

.fad.fa-eraser:after {
    content: "􏄭"
}

.fad.fa-ethernet:after {
    content: "􏞖"
}

.fad.fa-euro-sign:after {
    content: "􏅓"
}

.fad.fa-exchange:after {
    content: "􏃬"
}

.fad.fa-exchange-alt:after {
    content: "􏍢"
}

.fad.fa-exclamation:after {
    content: "􏄪"
}

.fad.fa-exclamation-circle:after {
    content: "􏁪"
}

.fad.fa-exclamation-square:after {
    content: "􏌡"
}

.fad.fa-exclamation-triangle:after {
    content: "􏁱"
}

.fad.fa-expand:after {
    content: "􏁥"
}

.fad.fa-expand-alt:after {
    content: "􏐤"
}

.fad.fa-expand-arrows:after {
    content: "􏌝"
}

.fad.fa-expand-arrows-alt:after {
    content: "􏌞"
}

.fad.fa-expand-wide:after {
    content: "􏌠"
}

.fad.fa-external-link:after {
    content: "􏂎"
}

.fad.fa-external-link-alt:after {
    content: "􏍝"
}

.fad.fa-external-link-square:after {
    content: "􏅌"
}

.fad.fa-external-link-square-alt:after {
    content: "􏍠"
}

.fad.fa-eye:after {
    content: "􏁮"
}

.fad.fa-eye-dropper:after {
    content: "􏇻"
}

.fad.fa-eye-evil:after {
    content: "􏛛"
}

.fad.fa-eye-slash:after {
    content: "􏁰"
}

.fad.fa-fan:after {
    content: "􏡣"
}

.fad.fa-fan-table:after {
    content: "􎀄"
}

.fad.fa-farm:after {
    content: "􏡤"
}

.fad.fa-fast-backward:after {
    content: "􏁉"
}

.fad.fa-fast-forward:after {
    content: "􏁐"
}

.fad.fa-faucet:after {
    content: "􎀅"
}

.fad.fa-faucet-drip:after {
    content: "􎀆"
}

.fad.fa-fax:after {
    content: "􏆬"
}

.fad.fa-feather:after {
    content: "􏔭"
}

.fad.fa-feather-alt:after {
    content: "􏕫"
}

.fad.fa-female:after {
    content: "􏆂"
}

.fad.fa-field-hockey:after {
    content: "􏑌"
}

.fad.fa-fighter-jet:after {
    content: "􏃻"
}

.fad.fa-file:after {
    content: "􏅛"
}

.fad.fa-file-alt:after {
    content: "􏅜"
}

.fad.fa-file-archive:after {
    content: "􏇆"
}

.fad.fa-file-audio:after {
    content: "􏇇"
}

.fad.fa-file-certificate:after {
    content: "􏗳"
}

.fad.fa-file-chart-line:after {
    content: "􏙙"
}

.fad.fa-file-chart-pie:after {
    content: "􏙚"
}

.fad.fa-file-check:after {
    content: "􏌖"
}

.fad.fa-file-code:after {
    content: "􏇉"
}

.fad.fa-file-contract:after {
    content: "􏕬"
}

.fad.fa-file-csv:after {
    content: "􏛝"
}

.fad.fa-file-download:after {
    content: "􏕭"
}

.fad.fa-file-edit:after {
    content: "􏌜"
}

.fad.fa-file-excel:after {
    content: "􏇃"
}

.fad.fa-file-exclamation:after {
    content: "􏌚"
}

.fad.fa-file-export:after {
    content: "􏕮"
}

.fad.fa-file-image:after {
    content: "􏇅"
}

.fad.fa-file-import:after {
    content: "􏕯"
}

.fad.fa-file-invoice:after {
    content: "􏕰"
}

.fad.fa-file-invoice-dollar:after {
    content: "􏕱"
}

.fad.fa-file-medical:after {
    content: "􏑷"
}

.fad.fa-file-medical-alt:after {
    content: "􏑸"
}

.fad.fa-file-minus:after {
    content: "􏌘"
}

.fad.fa-file-music:after {
    content: "􏢶"
}

.fad.fa-file-pdf:after {
    content: "􏇁"
}

.fad.fa-file-plus:after {
    content: "􏌙"
}

.fad.fa-file-powerpoint:after {
    content: "􏇄"
}

.fad.fa-file-prescription:after {
    content: "􏕲"
}

.fad.fa-file-search:after {
    content: "􏡥"
}

.fad.fa-file-signature:after {
    content: "􏕳"
}

.fad.fa-file-spreadsheet:after {
    content: "􏙛"
}

.fad.fa-file-times:after {
    content: "􏌗"
}

.fad.fa-file-upload:after {
    content: "􏕴"
}

.fad.fa-file-user:after {
    content: "􏙜"
}

.fad.fa-file-video:after {
    content: "􏇈"
}

.fad.fa-file-word:after {
    content: "􏇂"
}

.fad.fa-files-medical:after {
    content: "􏟽"
}

.fad.fa-fill:after {
    content: "􏕵"
}

.fad.fa-fill-drip:after {
    content: "􏕶"
}

.fad.fa-film:after {
    content: "􏀈"
}

.fad.fa-film-alt:after {
    content: "􏎠"
}

.fad.fa-film-canister:after {
    content: "􏢷"
}

.fad.fa-filter:after {
    content: "􏂰"
}

.fad.fa-fingerprint:after {
    content: "􏕷"
}

.fad.fa-fire:after {
    content: "􏁭"
}

.fad.fa-fire-alt:after {
    content: "􏟤"
}

.fad.fa-fire-extinguisher:after {
    content: "􏄴"
}

.fad.fa-fire-smoke:after {
    content: "􏝋"
}

.fad.fa-fireplace:after {
    content: "􏞚"
}

.fad.fa-first-aid:after {
    content: "􏑹"
}

.fad.fa-fish:after {
    content: "􏕸"
}

.fad.fa-fish-cooked:after {
    content: "􏟾"
}

.fad.fa-fist-raised:after {
    content: "􏛞"
}

.fad.fa-flag:after {
    content: "􏀤"
}

.fad.fa-flag-alt:after {
    content: "􏝌"
}

.fad.fa-flag-checkered:after {
    content: "􏄞"
}

.fad.fa-flag-usa:after {
    content: "􏝍"
}

.fad.fa-flame:after {
    content: "􏛟"
}

.fad.fa-flashlight:after {
    content: "􏢸"
}

.fad.fa-flask:after {
    content: "􏃃"
}

.fad.fa-flask-poison:after {
    content: "􏛠"
}

.fad.fa-flask-potion:after {
    content: "􏛡"
}

.fad.fa-flower:after {
    content: "􏟿"
}

.fad.fa-flower-daffodil:after {
    content: "􏠀"
}

.fad.fa-flower-tulip:after {
    content: "􏠁"
}

.fad.fa-flushed:after {
    content: "􏕹"
}

.fad.fa-flute:after {
    content: "􏢹"
}

.fad.fa-flux-capacitor:after {
    content: "􏢺"
}

.fad.fa-fog:after {
    content: "􏝎"
}

.fad.fa-folder:after {
    content: "􏁻"
}

.fad.fa-folder-download:after {
    content: "􎁓"
}

.fad.fa-folder-minus:after {
    content: "􏙝"
}

.fad.fa-folder-open:after {
    content: "􏁼"
}

.fad.fa-folder-plus:after {
    content: "􏙞"
}

.fad.fa-folder-times:after {
    content: "􏙟"
}

.fad.fa-folder-tree:after {
    content: "􏠂"
}

.fad.fa-folder-upload:after {
    content: "􎁔"
}

.fad.fa-folders:after {
    content: "􏙠"
}

.fad.fa-font:after {
    content: "􏀱"
}

.fad.fa-font-awesome-logo-full:after {
    content: "􏓦"
}

.fad.fa-font-case:after {
    content: "􏡦"
}

.fad.fa-football-ball:after {
    content: "􏑎"
}

.fad.fa-football-helmet:after {
    content: "􏑏"
}

.fad.fa-forklift:after {
    content: "􏑺"
}

.fad.fa-forward:after {
    content: "􏁎"
}

.fad.fa-fragile:after {
    content: "􏒻"
}

.fad.fa-french-fries:after {
    content: "􏠃"
}

.fad.fa-frog:after {
    content: "􏔮"
}

.fad.fa-frosty-head:after {
    content: "􏞛"
}

.fad.fa-frown:after {
    content: "􏄙"
}

.fad.fa-frown-open:after {
    content: "􏕺"
}

.fad.fa-function:after {
    content: "􏙡"
}

.fad.fa-funnel-dollar:after {
    content: "􏙢"
}

.fad.fa-futbol:after {
    content: "􏇣"
}

.fad.fa-galaxy:after {
    content: "􎀈"
}

.fad.fa-game-board:after {
    content: "􏡧"
}

.fad.fa-game-board-alt:after {
    content: "􏡨"
}

.fad.fa-game-console-handheld:after {
    content: "􏢻"
}

.fad.fa-gamepad:after {
    content: "􏄛"
}

.fad.fa-gamepad-alt:after {
    content: "􏢼"
}

.fad.fa-garage:after {
    content: "􎀉"
}

.fad.fa-garage-car:after {
    content: "􎀊"
}

.fad.fa-garage-open:after {
    content: "􎀋"
}

.fad.fa-gas-pump:after {
    content: "􏔯"
}

.fad.fa-gas-pump-slash:after {
    content: "􏗴"
}

.fad.fa-gavel:after {
    content: "􏃣"
}

.fad.fa-gem:after {
    content: "􏎥"
}

.fad.fa-genderless:after {
    content: "􏈭"
}

.fad.fa-ghost:after {
    content: "􏛢"
}

.fad.fa-gift:after {
    content: "􏁫"
}

.fad.fa-gift-card:after {
    content: "􏙣"
}

.fad.fa-gifts:after {
    content: "􏞜"
}

.fad.fa-gingerbread-man:after {
    content: "􏞝"
}

.fad.fa-glass:after {
    content: "􏠄"
}

.fad.fa-glass-champagne:after {
    content: "􏞞"
}

.fad.fa-glass-cheers:after {
    content: "􏞟"
}

.fad.fa-glass-citrus:after {
    content: "􏡩"
}

.fad.fa-glass-martini:after {
    content: "􏀀"
}

.fad.fa-glass-martini-alt:after {
    content: "􏕻"
}

.fad.fa-glass-whiskey:after {
    content: "􏞠"
}

.fad.fa-glass-whiskey-rocks:after {
    content: "􏞡"
}

.fad.fa-glasses:after {
    content: "􏔰"
}

.fad.fa-glasses-alt:after {
    content: "􏗵"
}

.fad.fa-globe:after {
    content: "􏂬"
}

.fad.fa-globe-africa:after {
    content: "􏕼"
}

.fad.fa-globe-americas:after {
    content: "􏕽"
}

.fad.fa-globe-asia:after {
    content: "􏕾"
}

.fad.fa-globe-europe:after {
    content: "􏞢"
}

.fad.fa-globe-snow:after {
    content: "􏞣"
}

.fad.fa-globe-stand:after {
    content: "􏗶"
}

.fad.fa-golf-ball:after {
    content: "􏑐"
}

.fad.fa-golf-club:after {
    content: "􏑑"
}

.fad.fa-gopuram:after {
    content: "􏙤"
}

.fad.fa-graduation-cap:after {
    content: "􏆝"
}

.fad.fa-gramophone:after {
    content: "􏢽"
}

.fad.fa-greater-than:after {
    content: "􏔱"
}

.fad.fa-greater-than-equal:after {
    content: "􏔲"
}

.fad.fa-grimace:after {
    content: "􏕿"
}

.fad.fa-grin:after {
    content: "􏖀"
}

.fad.fa-grin-alt:after {
    content: "􏖁"
}

.fad.fa-grin-beam:after {
    content: "􏖂"
}

.fad.fa-grin-beam-sweat:after {
    content: "􏖃"
}

.fad.fa-grin-hearts:after {
    content: "􏖄"
}

.fad.fa-grin-squint:after {
    content: "􏖅"
}

.fad.fa-grin-squint-tears:after {
    content: "􏖆"
}

.fad.fa-grin-stars:after {
    content: "􏖇"
}

.fad.fa-grin-tears:after {
    content: "􏖈"
}

.fad.fa-grin-tongue:after {
    content: "􏖉"
}

.fad.fa-grin-tongue-squint:after {
    content: "􏖊"
}

.fad.fa-grin-tongue-wink:after {
    content: "􏖋"
}

.fad.fa-grin-wink:after {
    content: "􏖌"
}

.fad.fa-grip-horizontal:after {
    content: "􏖍"
}

.fad.fa-grip-lines:after {
    content: "􏞤"
}

.fad.fa-grip-lines-vertical:after {
    content: "􏞥"
}

.fad.fa-grip-vertical:after {
    content: "􏖎"
}

.fad.fa-guitar:after {
    content: "􏞦"
}

.fad.fa-guitar-electric:after {
    content: "􏢾"
}

.fad.fa-guitars:after {
    content: "􏢿"
}

.fad.fa-h-square:after {
    content: "􏃽"
}

.fad.fa-h1:after {
    content: "􏌓"
}

.fad.fa-h2:after {
    content: "􏌔"
}

.fad.fa-h3:after {
    content: "􏌕"
}

.fad.fa-h4:after {
    content: "􏡪"
}

.fad.fa-hamburger:after {
    content: "􏠅"
}

.fad.fa-hammer:after {
    content: "􏛣"
}

.fad.fa-hammer-war:after {
    content: "􏛤"
}

.fad.fa-hamsa:after {
    content: "􏙥"
}

.fad.fa-hand-heart:after {
    content: "􏒼"
}

.fad.fa-hand-holding:after {
    content: "􏒽"
}

.fad.fa-hand-holding-box:after {
    content: "􏑻"
}

.fad.fa-hand-holding-heart:after {
    content: "􏒾"
}

.fad.fa-hand-holding-magic:after {
    content: "􏛥"
}

.fad.fa-hand-holding-medical:after {
    content: "􎁜"
}

.fad.fa-hand-holding-seedling:after {
    content: "􏒿"
}

.fad.fa-hand-holding-usd:after {
    content: "􏓀"
}

.fad.fa-hand-holding-water:after {
    content: "􏓁"
}

.fad.fa-hand-lizard:after {
    content: "􏉘"
}

.fad.fa-hand-middle-finger:after {
    content: "􏠆"
}

.fad.fa-hand-paper:after {
    content: "􏉖"
}

.fad.fa-hand-peace:after {
    content: "􏉛"
}

.fad.fa-hand-point-down:after {
    content: "􏂧"
}

.fad.fa-hand-point-left:after {
    content: "􏂥"
}

.fad.fa-hand-point-right:after {
    content: "􏂤"
}

.fad.fa-hand-point-up:after {
    content: "􏂦"
}

.fad.fa-hand-pointer:after {
    content: "􏉚"
}

.fad.fa-hand-receiving:after {
    content: "􏑼"
}

.fad.fa-hand-rock:after {
    content: "􏉕"
}

.fad.fa-hand-scissors:after {
    content: "􏉗"
}

.fad.fa-hand-sparkles:after {
    content: "􎁝"
}

.fad.fa-hand-spock:after {
    content: "􏉙"
}

.fad.fa-hands:after {
    content: "􏓂"
}

.fad.fa-hands-heart:after {
    content: "􏓃"
}

.fad.fa-hands-helping:after {
    content: "􏓄"
}

.fad.fa-hands-usd:after {
    content: "􏓅"
}

.fad.fa-hands-wash:after {
    content: "􎁞"
}

.fad.fa-handshake:after {
    content: "􏊵"
}

.fad.fa-handshake-alt:after {
    content: "􏓆"
}

.fad.fa-handshake-alt-slash:after {
    content: "􎁟"
}

.fad.fa-handshake-slash:after {
    content: "􎁠"
}

.fad.fa-hanukiah:after {
    content: "􏛦"
}

.fad.fa-hard-hat:after {
    content: "􏠇"
}

.fad.fa-hashtag:after {
    content: "􏊒"
}

.fad.fa-hat-chef:after {
    content: "􏡫"
}

.fad.fa-hat-cowboy:after {
    content: "􏣀"
}

.fad.fa-hat-cowboy-side:after {
    content: "􏣁"
}

.fad.fa-hat-santa:after {
    content: "􏞧"
}

.fad.fa-hat-winter:after {
    content: "􏞨"
}

.fad.fa-hat-witch:after {
    content: "􏛧"
}

.fad.fa-hat-wizard:after {
    content: "􏛨"
}

.fad.fa-hdd:after {
    content: "􏂠"
}

.fad.fa-head-side:after {
    content: "􏛩"
}

.fad.fa-head-side-brain:after {
    content: "􏠈"
}

.fad.fa-head-side-cough:after {
    content: "􎁡"
}

.fad.fa-head-side-cough-slash:after {
    content: "􎁢"
}

.fad.fa-head-side-headphones:after {
    content: "􏣂"
}

.fad.fa-head-side-mask:after {
    content: "􎁣"
}

.fad.fa-head-side-medical:after {
    content: "􏠉"
}

.fad.fa-head-side-virus:after {
    content: "􎁤"
}

.fad.fa-head-vr:after {
    content: "􏛪"
}

.fad.fa-heading:after {
    content: "􏇜"
}

.fad.fa-headphones:after {
    content: "􏀥"
}

.fad.fa-headphones-alt:after {
    content: "􏖏"
}

.fad.fa-headset:after {
    content: "􏖐"
}

.fad.fa-heart:after {
    content: "􏀄"
}

.fad.fa-heart-broken:after {
    content: "􏞩"
}

.fad.fa-heart-circle:after {
    content: "􏓇"
}

.fad.fa-heart-rate:after {
    content: "􏗸"
}

.fad.fa-heart-square:after {
    content: "􏓈"
}

.fad.fa-heartbeat:after {
    content: "􏈞"
}

.fad.fa-heat:after {
    content: "􎀌"
}

.fad.fa-helicopter:after {
    content: "􏔳"
}

.fad.fa-helmet-battle:after {
    content: "􏛫"
}

.fad.fa-hexagon:after {
    content: "􏌒"
}

.fad.fa-highlighter:after {
    content: "􏖑"
}

.fad.fa-hiking:after {
    content: "􏛬"
}

.fad.fa-hippo:after {
    content: "􏛭"
}

.fad.fa-history:after {
    content: "􏇚"
}

.fad.fa-hockey-mask:after {
    content: "􏛮"
}

.fad.fa-hockey-puck:after {
    content: "􏑓"
}

.fad.fa-hockey-sticks:after {
    content: "􏑔"
}

.fad.fa-holly-berry:after {
    content: "􏞪"
}

.fad.fa-home:after {
    content: "􏀕"
}

.fad.fa-home-alt:after {
    content: "􏠊"
}

.fad.fa-home-heart:after {
    content: "􏓉"
}

.fad.fa-home-lg:after {
    content: "􏠋"
}

.fad.fa-home-lg-alt:after {
    content: "􏠌"
}

.fad.fa-hood-cloak:after {
    content: "􏛯"
}

.fad.fa-horizontal-rule:after {
    content: "􏡬"
}

.fad.fa-horse:after {
    content: "􏛰"
}

.fad.fa-horse-head:after {
    content: "􏞫"
}

.fad.fa-horse-saddle:after {
    content: "􏣃"
}

.fad.fa-hospital:after {
    content: "􏃸"
}

.fad.fa-hospital-alt:after {
    content: "􏑽"
}

.fad.fa-hospital-symbol:after {
    content: "􏑾"
}

.fad.fa-hospital-user:after {
    content: "􏠍"
}

.fad.fa-hospitals:after {
    content: "􏠎"
}

.fad.fa-hot-tub:after {
    content: "􏖓"
}

.fad.fa-hotdog:after {
    content: "􏠏"
}

.fad.fa-hotel:after {
    content: "􏖔"
}

.fad.fa-hourglass:after {
    content: "􏉔"
}

.fad.fa-hourglass-end:after {
    content: "􏉓"
}

.fad.fa-hourglass-half:after {
    content: "􏉒"
}

.fad.fa-hourglass-start:after {
    content: "􏉑"
}

.fad.fa-house:after {
    content: "􎀍"
}

.fad.fa-house-damage:after {
    content: "􏛱"
}

.fad.fa-house-day:after {
    content: "􎀎"
}

.fad.fa-house-flood:after {
    content: "􏝏"
}

.fad.fa-house-leave:after {
    content: "􎀏"
}

.fad.fa-house-night:after {
    content: "􎀐"
}

.fad.fa-house-return:after {
    content: "􎀑"
}

.fad.fa-house-signal:after {
    content: "􎀒"
}

.fad.fa-house-user:after {
    content: "􎁥"
}

.fad.fa-hryvnia:after {
    content: "􏛲"
}

.fad.fa-humidity:after {
    content: "􏝐"
}

.fad.fa-hurricane:after {
    content: "􏝑"
}

.fad.fa-i-cursor:after {
    content: "􏉆"
}

.fad.fa-ice-cream:after {
    content: "􏠐"
}

.fad.fa-ice-skate:after {
    content: "􏞬"
}

.fad.fa-icicles:after {
    content: "􏞭"
}

.fad.fa-icons:after {
    content: "􏡭"
}

.fad.fa-icons-alt:after {
    content: "􏡮"
}

.fad.fa-id-badge:after {
    content: "􏋁"
}

.fad.fa-id-card:after {
    content: "􏋂"
}

.fad.fa-id-card-alt:after {
    content: "􏑿"
}

.fad.fa-igloo:after {
    content: "􏞮"
}

.fad.fa-image:after {
    content: "􏀾"
}

.fad.fa-image-polaroid:after {
    content: "􏣄"
}

.fad.fa-images:after {
    content: "􏌂"
}

.fad.fa-inbox:after {
    content: "􏀜"
}

.fad.fa-inbox-in:after {
    content: "􏌐"
}

.fad.fa-inbox-out:after {
    content: "􏌑"
}

.fad.fa-indent:after {
    content: "􏀼"
}

.fad.fa-industry:after {
    content: "􏉵"
}

.fad.fa-industry-alt:after {
    content: "􏎳"
}

.fad.fa-infinity:after {
    content: "􏔴"
}

.fad.fa-info:after {
    content: "􏄩"
}

.fad.fa-info-circle:after {
    content: "􏁚"
}

.fad.fa-info-square:after {
    content: "􏌏"
}

.fad.fa-inhaler:after {
    content: "􏗹"
}

.fad.fa-integral:after {
    content: "􏙧"
}

.fad.fa-intersection:after {
    content: "􏙨"
}

.fad.fa-inventory:after {
    content: "􏒀"
}

.fad.fa-island-tropical:after {
    content: "􏠑"
}

.fad.fa-italic:after {
    content: "􏀳"
}

.fad.fa-jack-o-lantern:after {
    content: "􏌎"
}

.fad.fa-jedi:after {
    content: "􏙩"
}

.fad.fa-joint:after {
    content: "􏖕"
}

.fad.fa-journal-whills:after {
    content: "􏙪"
}

.fad.fa-joystick:after {
    content: "􏣅"
}

.fad.fa-jug:after {
    content: "􏣆"
}

.fad.fa-kaaba:after {
    content: "􏙫"
}

.fad.fa-kazoo:after {
    content: "􏣇"
}

.fad.fa-kerning:after {
    content: "􏡯"
}

.fad.fa-key:after {
    content: "􏂄"
}

.fad.fa-key-skeleton:after {
    content: "􏛳"
}

.fad.fa-keyboard:after {
    content: "􏄜"
}

.fad.fa-keynote:after {
    content: "􏙬"
}

.fad.fa-khanda:after {
    content: "􏙭"
}

.fad.fa-kidneys:after {
    content: "􏗻"
}

.fad.fa-kiss:after {
    content: "􏖖"
}

.fad.fa-kiss-beam:after {
    content: "􏖗"
}

.fad.fa-kiss-wink-heart:after {
    content: "􏖘"
}

.fad.fa-kite:after {
    content: "􏛴"
}

.fad.fa-kiwi-bird:after {
    content: "􏔵"
}

.fad.fa-knife-kitchen:after {
    content: "􏛵"
}

.fad.fa-lambda:after {
    content: "􏙮"
}

.fad.fa-lamp:after {
    content: "􏓊"
}

.fad.fa-lamp-desk:after {
    content: "􎀔"
}

.fad.fa-lamp-floor:after {
    content: "􎀕"
}

.fad.fa-landmark:after {
    content: "􏙯"
}

.fad.fa-landmark-alt:after {
    content: "􏝒"
}

.fad.fa-language:after {
    content: "􏆫"
}

.fad.fa-laptop:after {
    content: "􏄉"
}

.fad.fa-laptop-code:after {
    content: "􏗼"
}

.fad.fa-laptop-house:after {
    content: "􎁦"
}

.fad.fa-laptop-medical:after {
    content: "􏠒"
}

.fad.fa-lasso:after {
    content: "􏣈"
}

.fad.fa-laugh:after {
    content: "􏖙"
}

.fad.fa-laugh-beam:after {
    content: "􏖚"
}

.fad.fa-laugh-squint:after {
    content: "􏖛"
}

.fad.fa-laugh-wink:after {
    content: "􏖜"
}

.fad.fa-layer-group:after {
    content: "􏗽"
}

.fad.fa-layer-minus:after {
    content: "􏗾"
}

.fad.fa-layer-plus:after {
    content: "􏗿"
}

.fad.fa-leaf:after {
    content: "􏁬"
}

.fad.fa-leaf-heart:after {
    content: "􏓋"
}

.fad.fa-leaf-maple:after {
    content: "􏛶"
}

.fad.fa-leaf-oak:after {
    content: "􏛷"
}

.fad.fa-lemon:after {
    content: "􏂔"
}

.fad.fa-less-than:after {
    content: "􏔶"
}

.fad.fa-less-than-equal:after {
    content: "􏔷"
}

.fad.fa-level-down:after {
    content: "􏅉"
}

.fad.fa-level-down-alt:after {
    content: "􏎾"
}

.fad.fa-level-up:after {
    content: "􏅈"
}

.fad.fa-level-up-alt:after {
    content: "􏎿"
}

.fad.fa-life-ring:after {
    content: "􏇍"
}

.fad.fa-light-ceiling:after {
    content: "􎀖"
}

.fad.fa-light-switch:after {
    content: "􎀗"
}

.fad.fa-light-switch-off:after {
    content: "􎀘"
}

.fad.fa-light-switch-on:after {
    content: "􎀙"
}

.fad.fa-lightbulb:after {
    content: "􏃫"
}

.fad.fa-lightbulb-dollar:after {
    content: "􏙰"
}

.fad.fa-lightbulb-exclamation:after {
    content: "􏙱"
}

.fad.fa-lightbulb-on:after {
    content: "􏙲"
}

.fad.fa-lightbulb-slash:after {
    content: "􏙳"
}

.fad.fa-lights-holiday:after {
    content: "􏞲"
}

.fad.fa-line-columns:after {
    content: "􏡰"
}

.fad.fa-line-height:after {
    content: "􏡱"
}

.fad.fa-link:after {
    content: "􏃁"
}

.fad.fa-lips:after {
    content: "􏘀"
}

.fad.fa-lira-sign:after {
    content: "􏆕"
}

.fad.fa-list:after {
    content: "􏀺"
}

.fad.fa-list-alt:after {
    content: "􏀢"
}

.fad.fa-list-music:after {
    content: "􏣉"
}

.fad.fa-list-ol:after {
    content: "􏃋"
}

.fad.fa-list-ul:after {
    content: "􏃊"
}

.fad.fa-location:after {
    content: "􏘁"
}

.fad.fa-location-arrow:after {
    content: "􏄤"
}

.fad.fa-location-circle:after {
    content: "􏘂"
}

.fad.fa-location-slash:after {
    content: "􏘃"
}

.fad.fa-lock:after {
    content: "􏀣"
}

.fad.fa-lock-alt:after {
    content: "􏌍"
}

.fad.fa-lock-open:after {
    content: "􏏁"
}

.fad.fa-lock-open-alt:after {
    content: "􏏂"
}

.fad.fa-long-arrow-alt-down:after {
    content: "􏌉"
}

.fad.fa-long-arrow-alt-left:after {
    content: "􏌊"
}

.fad.fa-long-arrow-alt-right:after {
    content: "􏌋"
}

.fad.fa-long-arrow-alt-up:after {
    content: "􏌌"
}

.fad.fa-long-arrow-down:after {
    content: "􏅵"
}

.fad.fa-long-arrow-left:after {
    content: "􏅷"
}

.fad.fa-long-arrow-right:after {
    content: "􏅸"
}

.fad.fa-long-arrow-up:after {
    content: "􏅶"
}

.fad.fa-loveseat:after {
    content: "􏓌"
}

.fad.fa-low-vision:after {
    content: "􏊨"
}

.fad.fa-luchador:after {
    content: "􏑕"
}

.fad.fa-luggage-cart:after {
    content: "􏖝"
}

.fad.fa-lungs:after {
    content: "􏘄"
}

.fad.fa-lungs-virus:after {
    content: "􎁧"
}

.fad.fa-mace:after {
    content: "􏛸"
}

.fad.fa-magic:after {
    content: "􏃐"
}

.fad.fa-magnet:after {
    content: "􏁶"
}

.fad.fa-mail-bulk:after {
    content: "􏙴"
}

.fad.fa-mailbox:after {
    content: "􏠓"
}

.fad.fa-male:after {
    content: "􏆃"
}

.fad.fa-mandolin:after {
    content: "􏛹"
}

.fad.fa-map:after {
    content: "􏉹"
}

.fad.fa-map-marked:after {
    content: "􏖟"
}

.fad.fa-map-marked-alt:after {
    content: "􏖠"
}

.fad.fa-map-marker:after {
    content: "􏁁"
}

.fad.fa-map-marker-alt:after {
    content: "􏏅"
}

.fad.fa-map-marker-alt-slash:after {
    content: "􏘅"
}

.fad.fa-map-marker-check:after {
    content: "􏘆"
}

.fad.fa-map-marker-edit:after {
    content: "􏘇"
}

.fad.fa-map-marker-exclamation:after {
    content: "􏘈"
}

.fad.fa-map-marker-minus:after {
    content: "􏘉"
}

.fad.fa-map-marker-plus:after {
    content: "􏘊"
}

.fad.fa-map-marker-question:after {
    content: "􏘋"
}

.fad.fa-map-marker-slash:after {
    content: "􏘌"
}

.fad.fa-map-marker-smile:after {
    content: "􏘍"
}

.fad.fa-map-marker-times:after {
    content: "􏘎"
}

.fad.fa-map-pin:after {
    content: "􏉶"
}

.fad.fa-map-signs:after {
    content: "􏉷"
}

.fad.fa-marker:after {
    content: "􏖡"
}

.fad.fa-mars:after {
    content: "􏈢"
}

.fad.fa-mars-double:after {
    content: "􏈧"
}

.fad.fa-mars-stroke:after {
    content: "􏈩"
}

.fad.fa-mars-stroke-h:after {
    content: "􏈫"
}

.fad.fa-mars-stroke-v:after {
    content: "􏈪"
}

.fad.fa-mask:after {
    content: "􏛺"
}

.fad.fa-meat:after {
    content: "􏠔"
}

.fad.fa-medal:after {
    content: "􏖢"
}

.fad.fa-medkit:after {
    content: "􏃺"
}

.fad.fa-megaphone:after {
    content: "􏙵"
}

.fad.fa-meh:after {
    content: "􏄚"
}

.fad.fa-meh-blank:after {
    content: "􏖤"
}

.fad.fa-meh-rolling-eyes:after {
    content: "􏖥"
}

.fad.fa-memory:after {
    content: "􏔸"
}

.fad.fa-menorah:after {
    content: "􏙶"
}

.fad.fa-mercury:after {
    content: "􏈣"
}

.fad.fa-meteor:after {
    content: "􏝓"
}

.fad.fa-microchip:after {
    content: "􏋛"
}

.fad.fa-microphone:after {
    content: "􏄰"
}

.fad.fa-microphone-alt:after {
    content: "􏏉"
}

.fad.fa-microphone-alt-slash:after {
    content: "􏔹"
}

.fad.fa-microphone-slash:after {
    content: "􏄱"
}

.fad.fa-microphone-stand:after {
    content: "􏣋"
}

.fad.fa-microscope:after {
    content: "􏘐"
}

.fad.fa-microwave:after {
    content: "􎀛"
}

.fad.fa-mind-share:after {
    content: "􏙷"
}

.fad.fa-minus:after {
    content: "􏁨"
}

.fad.fa-minus-circle:after {
    content: "􏁖"
}

.fad.fa-minus-hexagon:after {
    content: "􏌇"
}

.fad.fa-minus-octagon:after {
    content: "􏌈"
}

.fad.fa-minus-square:after {
    content: "􏅆"
}

.fad.fa-mistletoe:after {
    content: "􏞴"
}

.fad.fa-mitten:after {
    content: "􏞵"
}

.fad.fa-mobile:after {
    content: "􏄋"
}

.fad.fa-mobile-alt:after {
    content: "􏏍"
}

.fad.fa-mobile-android:after {
    content: "􏏎"
}

.fad.fa-mobile-android-alt:after {
    content: "􏏏"
}

.fad.fa-money-bill:after {
    content: "􏃖"
}

.fad.fa-money-bill-alt:after {
    content: "􏏑"
}

.fad.fa-money-bill-wave:after {
    content: "􏔺"
}

.fad.fa-money-bill-wave-alt:after {
    content: "􏔻"
}

.fad.fa-money-check:after {
    content: "􏔼"
}

.fad.fa-money-check-alt:after {
    content: "􏔽"
}

.fad.fa-money-check-edit:after {
    content: "􏡲"
}

.fad.fa-money-check-edit-alt:after {
    content: "􏡳"
}

.fad.fa-monitor-heart-rate:after {
    content: "􏘑"
}

.fad.fa-monkey:after {
    content: "􏛻"
}

.fad.fa-monument:after {
    content: "􏖦"
}

.fad.fa-moon:after {
    content: "􏆆"
}

.fad.fa-moon-cloud:after {
    content: "􏝔"
}

.fad.fa-moon-stars:after {
    content: "􏝕"
}

.fad.fa-mortar-pestle:after {
    content: "􏖧"
}

.fad.fa-mosque:after {
    content: "􏙸"
}

.fad.fa-motorcycle:after {
    content: "􏈜"
}

.fad.fa-mountain:after {
    content: "􏛼"
}

.fad.fa-mountains:after {
    content: "􏛽"
}

.fad.fa-mouse:after {
    content: "􏣌"
}

.fad.fa-mouse-alt:after {
    content: "􏣍"
}

.fad.fa-mouse-pointer:after {
    content: "􏉅"
}

.fad.fa-mp3-player:after {
    content: "􏣎"
}

.fad.fa-mug:after {
    content: "􏡴"
}

.fad.fa-mug-hot:after {
    content: "􏞶"
}

.fad.fa-mug-marshmallows:after {
    content: "􏞷"
}

.fad.fa-mug-tea:after {
    content: "􏡵"
}

.fad.fa-music:after {
    content: "􏀁"
}

.fad.fa-music-alt:after {
    content: "􏣏"
}

.fad.fa-music-alt-slash:after {
    content: "􏣐"
}

.fad.fa-music-slash:after {
    content: "􏣑"
}

.fad.fa-narwhal:after {
    content: "􏛾"
}

.fad.fa-network-wired:after {
    content: "􏛿"
}

.fad.fa-neuter:after {
    content: "􏈬"
}

.fad.fa-newspaper:after {
    content: "􏇪"
}

.fad.fa-not-equal:after {
    content: "􏔾"
}

.fad.fa-notes-medical:after {
    content: "􏒁"
}

.fad.fa-object-group:after {
    content: "􏉇"
}

.fad.fa-object-ungroup:after {
    content: "􏉈"
}

.fad.fa-octagon:after {
    content: "􏌆"
}

.fad.fa-oil-can:after {
    content: "􏘓"
}

.fad.fa-oil-temp:after {
    content: "􏘔"
}

.fad.fa-om:after {
    content: "􏙹"
}

.fad.fa-omega:after {
    content: "􏙺"
}

.fad.fa-ornament:after {
    content: "􏞸"
}

.fad.fa-otter:after {
    content: "􏜀"
}

.fad.fa-outdent:after {
    content: "􏀻"
}

.fad.fa-outlet:after {
    content: "􎀜"
}

.fad.fa-oven:after {
    content: "􎀝"
}

.fad.fa-overline:after {
    content: "􏡶"
}

.fad.fa-page-break:after {
    content: "􏡷"
}

.fad.fa-pager:after {
    content: "􏠕"
}

.fad.fa-paint-brush:after {
    content: "􏇼"
}

.fad.fa-paint-brush-alt:after {
    content: "􏖩"
}

.fad.fa-paint-roller:after {
    content: "􏖪"
}

.fad.fa-palette:after {
    content: "􏔿"
}

.fad.fa-pallet:after {
    content: "􏒂"
}

.fad.fa-pallet-alt:after {
    content: "􏒃"
}

.fad.fa-paper-plane:after {
    content: "􏇘"
}

.fad.fa-paperclip:after {
    content: "􏃆"
}

.fad.fa-parachute-box:after {
    content: "􏓍"
}

.fad.fa-paragraph:after {
    content: "􏇝"
}

.fad.fa-paragraph-rtl:after {
    content: "􏡸"
}

.fad.fa-parking:after {
    content: "􏕀"
}

.fad.fa-parking-circle:after {
    content: "􏘕"
}

.fad.fa-parking-circle-slash:after {
    content: "􏘖"
}

.fad.fa-parking-slash:after {
    content: "􏘗"
}

.fad.fa-passport:after {
    content: "􏖫"
}

.fad.fa-pastafarianism:after {
    content: "􏙻"
}

.fad.fa-paste:after {
    content: "􏃪"
}

.fad.fa-pause:after {
    content: "􏁌"
}

.fad.fa-pause-circle:after {
    content: "􏊋"
}

.fad.fa-paw:after {
    content: "􏆰"
}

.fad.fa-paw-alt:after {
    content: "􏜁"
}

.fad.fa-paw-claws:after {
    content: "􏜂"
}

.fad.fa-peace:after {
    content: "􏙼"
}

.fad.fa-pegasus:after {
    content: "􏜃"
}

.fad.fa-pen:after {
    content: "􏌄"
}

.fad.fa-pen-alt:after {
    content: "􏌅"
}

.fad.fa-pen-fancy:after {
    content: "􏖬"
}

.fad.fa-pen-nib:after {
    content: "􏖭"
}

.fad.fa-pen-square:after {
    content: "􏅋"
}

.fad.fa-pencil:after {
    content: "􏁀"
}

.fad.fa-pencil-alt:after {
    content: "􏌃"
}

.fad.fa-pencil-paintbrush:after {
    content: "􏘘"
}

.fad.fa-pencil-ruler:after {
    content: "􏖮"
}

.fad.fa-pennant:after {
    content: "􏑖"
}

.fad.fa-people-arrows:after {
    content: "􎁨"
}

.fad.fa-people-carry:after {
    content: "􏓎"
}

.fad.fa-pepper-hot:after {
    content: "􏠖"
}

.fad.fa-percent:after {
    content: "􏊕"
}

.fad.fa-percentage:after {
    content: "􏕁"
}

.fad.fa-person-booth:after {
    content: "􏝖"
}

.fad.fa-person-carry:after {
    content: "􏓏"
}

.fad.fa-person-dolly:after {
    content: "􏓐"
}

.fad.fa-person-dolly-empty:after {
    content: "􏓑"
}

.fad.fa-person-sign:after {
    content: "􏝗"
}

.fad.fa-phone:after {
    content: "􏂕"
}

.fad.fa-phone-alt:after {
    content: "􏡹"
}

.fad.fa-phone-laptop:after {
    content: "􏡺"
}

.fad.fa-phone-office:after {
    content: "􏙽"
}

.fad.fa-phone-plus:after {
    content: "􏓒"
}

.fad.fa-phone-rotary:after {
    content: "􏣓"
}

.fad.fa-phone-slash:after {
    content: "􏏝"
}

.fad.fa-phone-square:after {
    content: "􏂘"
}

.fad.fa-phone-square-alt:after {
    content: "􏡻"
}

.fad.fa-phone-volume:after {
    content: "􏊠"
}

.fad.fa-photo-video:after {
    content: "􏡼"
}

.fad.fa-pi:after {
    content: "􏙾"
}

.fad.fa-piano:after {
    content: "􏣔"
}

.fad.fa-piano-keyboard:after {
    content: "􏣕"
}

.fad.fa-pie:after {
    content: "􏜅"
}

.fad.fa-pig:after {
    content: "􏜆"
}

.fad.fa-piggy-bank:after {
    content: "􏓓"
}

.fad.fa-pills:after {
    content: "􏒄"
}

.fad.fa-pizza:after {
    content: "􏠗"
}

.fad.fa-pizza-slice:after {
    content: "􏠘"
}

.fad.fa-place-of-worship:after {
    content: "􏙿"
}

.fad.fa-plane:after {
    content: "􏁲"
}

.fad.fa-plane-alt:after {
    content: "􏏞"
}

.fad.fa-plane-arrival:after {
    content: "􏖯"
}

.fad.fa-plane-departure:after {
    content: "􏖰"
}

.fad.fa-plane-slash:after {
    content: "􎁩"
}

.fad.fa-planet-moon:after {
    content: "􎀟"
}

.fad.fa-planet-ringed:after {
    content: "􎀠"
}

.fad.fa-play:after {
    content: "􏁋"
}

.fad.fa-play-circle:after {
    content: "􏅄"
}

.fad.fa-plug:after {
    content: "􏇦"
}

.fad.fa-plus:after {
    content: "􏁧"
}

.fad.fa-plus-circle:after {
    content: "􏁕"
}

.fad.fa-plus-hexagon:after {
    content: "􏌀"
}

.fad.fa-plus-octagon:after {
    content: "􏌁"
}

.fad.fa-plus-square:after {
    content: "􏃾"
}

.fad.fa-podcast:after {
    content: "􏋎"
}

.fad.fa-podium:after {
    content: "􏚀"
}

.fad.fa-podium-star:after {
    content: "􏝘"
}

.fad.fa-police-box:after {
    content: "􎀡"
}

.fad.fa-poll:after {
    content: "􏚁"
}

.fad.fa-poll-h:after {
    content: "􏚂"
}

.fad.fa-poll-people:after {
    content: "􏝙"
}

.fad.fa-poo:after {
    content: "􏋾"
}

.fad.fa-poo-storm:after {
    content: "􏝚"
}

.fad.fa-poop:after {
    content: "􏘙"
}

.fad.fa-popcorn:after {
    content: "􏠙"
}

.fad.fa-portal-enter:after {
    content: "􎀢"
}

.fad.fa-portal-exit:after {
    content: "􎀣"
}

.fad.fa-portrait:after {
    content: "􏏠"
}

.fad.fa-pound-sign:after {
    content: "􏅔"
}

.fad.fa-power-off:after {
    content: "􏀑"
}

.fad.fa-pray:after {
    content: "􏚃"
}

.fad.fa-praying-hands:after {
    content: "􏚄"
}

.fad.fa-prescription:after {
    content: "􏖱"
}

.fad.fa-prescription-bottle:after {
    content: "􏒅"
}

.fad.fa-prescription-bottle-alt:after {
    content: "􏒆"
}

.fad.fa-presentation:after {
    content: "􏚅"
}

.fad.fa-print:after {
    content: "􏀯"
}

.fad.fa-print-search:after {
    content: "􏠚"
}

.fad.fa-print-slash:after {
    content: "􏚆"
}

.fad.fa-procedures:after {
    content: "􏒇"
}

.fad.fa-project-diagram:after {
    content: "􏕂"
}

.fad.fa-projector:after {
    content: "􏣖"
}

.fad.fa-pump-medical:after {
    content: "􎁪"
}

.fad.fa-pump-soap:after {
    content: "􎁫"
}

.fad.fa-pumpkin:after {
    content: "􏜇"
}

.fad.fa-puzzle-piece:after {
    content: "􏄮"
}

.fad.fa-qrcode:after {
    content: "􏀩"
}

.fad.fa-question:after {
    content: "􏄨"
}

.fad.fa-question-circle:after {
    content: "􏁙"
}

.fad.fa-question-square:after {
    content: "􏋽"
}

.fad.fa-quidditch:after {
    content: "􏑘"
}

.fad.fa-quote-left:after {
    content: "􏄍"
}

.fad.fa-quote-right:after {
    content: "􏄎"
}

.fad.fa-quran:after {
    content: "􏚇"
}

.fad.fa-rabbit:after {
    content: "􏜈"
}

.fad.fa-rabbit-fast:after {
    content: "􏜉"
}

.fad.fa-racquet:after {
    content: "􏑚"
}

.fad.fa-radar:after {
    content: "􎀤"
}

.fad.fa-radiation:after {
    content: "􏞹"
}

.fad.fa-radiation-alt:after {
    content: "􏞺"
}

.fad.fa-radio:after {
    content: "􏣗"
}

.fad.fa-radio-alt:after {
    content: "􏣘"
}

.fad.fa-rainbow:after {
    content: "􏝛"
}

.fad.fa-raindrops:after {
    content: "􏝜"
}

.fad.fa-ram:after {
    content: "􏜊"
}

.fad.fa-ramp-loading:after {
    content: "􏓔"
}

.fad.fa-random:after {
    content: "􏁴"
}

.fad.fa-raygun:after {
    content: "􎀥"
}

.fad.fa-receipt:after {
    content: "􏕃"
}

.fad.fa-record-vinyl:after {
    content: "􏣙"
}

.fad.fa-rectangle-landscape:after {
    content: "􏋺"
}

.fad.fa-rectangle-portrait:after {
    content: "􏋻"
}

.fad.fa-rectangle-wide:after {
    content: "􏋼"
}

.fad.fa-recycle:after {
    content: "􏆸"
}

.fad.fa-redo:after {
    content: "􏀞"
}

.fad.fa-redo-alt:after {
    content: "􏋹"
}

.fad.fa-refrigerator:after {
    content: "􎀦"
}

.fad.fa-registered:after {
    content: "􏉝"
}

.fad.fa-remove-format:after {
    content: "􏡽"
}

.fad.fa-repeat:after {
    content: "􏍣"
}

.fad.fa-repeat-1:after {
    content: "􏍥"
}

.fad.fa-repeat-1-alt:after {
    content: "􏍦"
}

.fad.fa-repeat-alt:after {
    content: "􏍤"
}

.fad.fa-reply:after {
    content: "􏏥"
}

.fad.fa-reply-all:after {
    content: "􏄢"
}

.fad.fa-republican:after {
    content: "􏝞"
}

.fad.fa-restroom:after {
    content: "􏞽"
}

.fad.fa-retweet:after {
    content: "􏁹"
}

.fad.fa-retweet-alt:after {
    content: "􏍡"
}

.fad.fa-ribbon:after {
    content: "􏓖"
}

.fad.fa-ring:after {
    content: "􏜋"
}

.fad.fa-rings-wedding:after {
    content: "􏠛"
}

.fad.fa-road:after {
    content: "􏀘"
}

.fad.fa-robot:after {
    content: "􏕄"
}

.fad.fa-rocket:after {
    content: "􏄵"
}

.fad.fa-rocket-launch:after {
    content: "􎀧"
}

.fad.fa-route:after {
    content: "􏓗"
}

.fad.fa-route-highway:after {
    content: "􏘚"
}

.fad.fa-route-interstate:after {
    content: "􏘛"
}

.fad.fa-router:after {
    content: "􏣚"
}

.fad.fa-rss:after {
    content: "􏂞"
}

.fad.fa-rss-square:after {
    content: "􏅃"
}

.fad.fa-ruble-sign:after {
    content: "􏅘"
}

.fad.fa-ruler:after {
    content: "􏕅"
}

.fad.fa-ruler-combined:after {
    content: "􏕆"
}

.fad.fa-ruler-horizontal:after {
    content: "􏕇"
}

.fad.fa-ruler-triangle:after {
    content: "􏘜"
}

.fad.fa-ruler-vertical:after {
    content: "􏕈"
}

.fad.fa-running:after {
    content: "􏜌"
}

.fad.fa-rupee-sign:after {
    content: "􏅖"
}

.fad.fa-rv:after {
    content: "􏞾"
}

.fad.fa-sack:after {
    content: "􏠜"
}

.fad.fa-sack-dollar:after {
    content: "􏠝"
}

.fad.fa-sad-cry:after {
    content: "􏖳"
}

.fad.fa-sad-tear:after {
    content: "􏖴"
}

.fad.fa-salad:after {
    content: "􏠞"
}

.fad.fa-sandwich:after {
    content: "􏠟"
}

.fad.fa-satellite:after {
    content: "􏞿"
}

.fad.fa-satellite-dish:after {
    content: "􏟀"
}

.fad.fa-sausage:after {
    content: "􏠠"
}

.fad.fa-save:after {
    content: "􏃇"
}

.fad.fa-sax-hot:after {
    content: "􏣛"
}

.fad.fa-saxophone:after {
    content: "􏣜"
}

.fad.fa-scalpel:after {
    content: "􏘝"
}

.fad.fa-scalpel-path:after {
    content: "􏘞"
}

.fad.fa-scanner:after {
    content: "􏒈"
}

.fad.fa-scanner-image:after {
    content: "􏣳"
}

.fad.fa-scanner-keyboard:after {
    content: "􏒉"
}

.fad.fa-scanner-touchscreen:after {
    content: "􏒊"
}

.fad.fa-scarecrow:after {
    content: "􏜍"
}

.fad.fa-scarf:after {
    content: "􏟁"
}

.fad.fa-school:after {
    content: "􏕉"
}

.fad.fa-screwdriver:after {
    content: "􏕊"
}

.fad.fa-scroll:after {
    content: "􏜎"
}

.fad.fa-scroll-old:after {
    content: "􏜏"
}

.fad.fa-scrubber:after {
    content: "􏋸"
}

.fad.fa-scythe:after {
    content: "􏜐"
}

.fad.fa-sd-card:after {
    content: "􏟂"
}

.fad.fa-search:after {
    content: "􏀂"
}

.fad.fa-search-dollar:after {
    content: "􏚈"
}

.fad.fa-search-location:after {
    content: "􏚉"
}

.fad.fa-search-minus:after {
    content: "􏀐"
}

.fad.fa-search-plus:after {
    content: "􏀎"
}

.fad.fa-seedling:after {
    content: "􏓘"
}

.fad.fa-send-back:after {
    content: "􏡾"
}

.fad.fa-send-backward:after {
    content: "􏡿"
}

.fad.fa-sensor:after {
    content: "􎀨"
}

.fad.fa-sensor-alert:after {
    content: "􎀩"
}

.fad.fa-sensor-fire:after {
    content: "􎀪"
}

.fad.fa-sensor-on:after {
    content: "􎀫"
}

.fad.fa-sensor-smoke:after {
    content: "􎀬"
}

.fad.fa-server:after {
    content: "􏈳"
}

.fad.fa-shapes:after {
    content: "􏘟"
}

.fad.fa-share:after {
    content: "􏁤"
}

.fad.fa-share-all:after {
    content: "􏍧"
}

.fad.fa-share-alt:after {
    content: "􏇠"
}

.fad.fa-share-alt-square:after {
    content: "􏇡"
}

.fad.fa-share-square:after {
    content: "􏅍"
}

.fad.fa-sheep:after {
    content: "􏜑"
}

.fad.fa-shekel-sign:after {
    content: "􏈋"
}

.fad.fa-shield:after {
    content: "􏄲"
}

.fad.fa-shield-alt:after {
    content: "􏏭"
}

.fad.fa-shield-check:after {
    content: "􏋷"
}

.fad.fa-shield-cross:after {
    content: "􏜒"
}

.fad.fa-shield-virus:after {
    content: "􎁬"
}

.fad.fa-ship:after {
    content: "􏈚"
}

.fad.fa-shipping-fast:after {
    content: "􏒋"
}

.fad.fa-shipping-timed:after {
    content: "􏒌"
}

.fad.fa-shish-kebab:after {
    content: "􏠡"
}

.fad.fa-shoe-prints:after {
    content: "􏕋"
}

.fad.fa-shopping-bag:after {
    content: "􏊐"
}

.fad.fa-shopping-basket:after {
    content: "􏊑"
}

.fad.fa-shopping-cart:after {
    content: "􏁺"
}

.fad.fa-shovel:after {
    content: "􏜓"
}

.fad.fa-shovel-snow:after {
    content: "􏟃"
}

.fad.fa-shower:after {
    content: "􏋌"
}

.fad.fa-shredder:after {
    content: "􏚊"
}

.fad.fa-shuttle-van:after {
    content: "􏖶"
}

.fad.fa-shuttlecock:after {
    content: "􏑛"
}

.fad.fa-sickle:after {
    content: "􏠢"
}

.fad.fa-sigma:after {
    content: "􏚋"
}

.fad.fa-sign:after {
    content: "􏓙"
}

.fad.fa-sign-in:after {
    content: "􏂐"
}

.fad.fa-sign-in-alt:after {
    content: "􏋶"
}

.fad.fa-sign-language:after {
    content: "􏊧"
}

.fad.fa-sign-out:after {
    content: "􏂋"
}

.fad.fa-sign-out-alt:after {
    content: "􏋵"
}

.fad.fa-signal:after {
    content: "􏀒"
}

.fad.fa-signal-1:after {
    content: "􏚌"
}

.fad.fa-signal-2:after {
    content: "􏚍"
}

.fad.fa-signal-3:after {
    content: "􏚎"
}

.fad.fa-signal-4:after {
    content: "􏚏"
}

.fad.fa-signal-alt:after {
    content: "􏚐"
}

.fad.fa-signal-alt-1:after {
    content: "􏚑"
}

.fad.fa-signal-alt-2:after {
    content: "􏚒"
}

.fad.fa-signal-alt-3:after {
    content: "􏚓"
}

.fad.fa-signal-alt-slash:after {
    content: "􏚔"
}

.fad.fa-signal-slash:after {
    content: "􏚕"
}

.fad.fa-signal-stream:after {
    content: "􏣝"
}

.fad.fa-signature:after {
    content: "􏖷"
}

.fad.fa-sim-card:after {
    content: "􏟄"
}

.fad.fa-sink:after {
    content: "􎁭"
}

.fad.fa-siren:after {
    content: "􎀭"
}

.fad.fa-siren-on:after {
    content: "􎀮"
}

.fad.fa-sitemap:after {
    content: "􏃨"
}

.fad.fa-skating:after {
    content: "􏟅"
}

.fad.fa-skeleton:after {
    content: "􏘠"
}

.fad.fa-ski-jump:after {
    content: "􏟇"
}

.fad.fa-ski-lift:after {
    content: "􏟈"
}

.fad.fa-skiing:after {
    content: "􏟉"
}

.fad.fa-skiing-nordic:after {
    content: "􏟊"
}

.fad.fa-skull:after {
    content: "􏕌"
}

.fad.fa-skull-cow:after {
    content: "􏣞"
}

.fad.fa-skull-crossbones:after {
    content: "􏜔"
}

.fad.fa-slash:after {
    content: "􏜕"
}

.fad.fa-sledding:after {
    content: "􏟋"
}

.fad.fa-sleigh:after {
    content: "􏟌"
}

.fad.fa-sliders-h:after {
    content: "􏇞"
}

.fad.fa-sliders-h-square:after {
    content: "􏏰"
}

.fad.fa-sliders-v:after {
    content: "􏏱"
}

.fad.fa-sliders-v-square:after {
    content: "􏏲"
}

.fad.fa-smile:after {
    content: "􏄘"
}

.fad.fa-smile-beam:after {
    content: "􏖸"
}

.fad.fa-smile-plus:after {
    content: "􏖹"
}

.fad.fa-smile-wink:after {
    content: "􏓚"
}

.fad.fa-smog:after {
    content: "􏝟"
}

.fad.fa-smoke:after {
    content: "􏝠"
}

.fad.fa-smoking:after {
    content: "􏒍"
}

.fad.fa-smoking-ban:after {
    content: "􏕍"
}

.fad.fa-sms:after {
    content: "􏟍"
}

.fad.fa-snake:after {
    content: "􏜖"
}

.fad.fa-snooze:after {
    content: "􏢀"
}

.fad.fa-snow-blowing:after {
    content: "􏝡"
}

.fad.fa-snowboarding:after {
    content: "􏟎"
}

.fad.fa-snowflake:after {
    content: "􏋜"
}

.fad.fa-snowflakes:after {
    content: "􏟏"
}

.fad.fa-snowman:after {
    content: "􏟐"
}

.fad.fa-snowmobile:after {
    content: "􏟑"
}

.fad.fa-snowplow:after {
    content: "􏟒"
}

.fad.fa-soap:after {
    content: "􎁮"
}

.fad.fa-socks:after {
    content: "􏚖"
}

.fad.fa-solar-panel:after {
    content: "􏖺"
}

.fad.fa-solar-system:after {
    content: "􎀯"
}

.fad.fa-sort:after {
    content: "􏃜"
}

.fad.fa-sort-alpha-down:after {
    content: "􏅝"
}

.fad.fa-sort-alpha-down-alt:after {
    content: "􏢁"
}

.fad.fa-sort-alpha-up:after {
    content: "􏅞"
}

.fad.fa-sort-alpha-up-alt:after {
    content: "􏢂"
}

.fad.fa-sort-alt:after {
    content: "􏢃"
}

.fad.fa-sort-amount-down:after {
    content: "􏅠"
}

.fad.fa-sort-amount-down-alt:after {
    content: "􏢄"
}

.fad.fa-sort-amount-up:after {
    content: "􏅡"
}

.fad.fa-sort-amount-up-alt:after {
    content: "􏢅"
}

.fad.fa-sort-circle:after {
    content: "􎀰"
}

.fad.fa-sort-circle-down:after {
    content: "􎀱"
}

.fad.fa-sort-circle-up:after {
    content: "􎀲"
}

.fad.fa-sort-down:after {
    content: "􏃝"
}

.fad.fa-sort-numeric-down:after {
    content: "􏅢"
}

.fad.fa-sort-numeric-down-alt:after {
    content: "􏢆"
}

.fad.fa-sort-numeric-up:after {
    content: "􏅣"
}

.fad.fa-sort-numeric-up-alt:after {
    content: "􏢇"
}

.fad.fa-sort-shapes-down:after {
    content: "􏢈"
}

.fad.fa-sort-shapes-down-alt:after {
    content: "􏢉"
}

.fad.fa-sort-shapes-up:after {
    content: "􏢊"
}

.fad.fa-sort-shapes-up-alt:after {
    content: "􏢋"
}

.fad.fa-sort-size-down:after {
    content: "􏢌"
}

.fad.fa-sort-size-down-alt:after {
    content: "􏢍"
}

.fad.fa-sort-size-up:after {
    content: "􏢎"
}

.fad.fa-sort-size-up-alt:after {
    content: "􏢏"
}

.fad.fa-sort-up:after {
    content: "􏃞"
}

.fad.fa-soup:after {
    content: "􏠣"
}

.fad.fa-spa:after {
    content: "􏖻"
}

.fad.fa-space-shuttle:after {
    content: "􏆗"
}

.fad.fa-space-station-moon:after {
    content: "􎀳"
}

.fad.fa-space-station-moon-alt:after {
    content: "􎀴"
}

.fad.fa-spade:after {
    content: "􏋴"
}

.fad.fa-sparkles:after {
    content: "􏢐"
}

.fad.fa-speaker:after {
    content: "􏣟"
}

.fad.fa-speakers:after {
    content: "􏣠"
}

.fad.fa-spell-check:after {
    content: "􏢑"
}

.fad.fa-spider:after {
    content: "􏜗"
}

.fad.fa-spider-black-widow:after {
    content: "􏜘"
}

.fad.fa-spider-web:after {
    content: "􏜙"
}

.fad.fa-spinner:after {
    content: "􏄐"
}

.fad.fa-spinner-third:after {
    content: "􏏴"
}

.fad.fa-splotch:after {
    content: "􏖼"
}

.fad.fa-spray-can:after {
    content: "􏖽"
}

.fad.fa-sprinkler:after {
    content: "􎀵"
}

.fad.fa-square:after {
    content: "􏃈"
}

.fad.fa-square-full:after {
    content: "􏑜"
}

.fad.fa-square-root:after {
    content: "􏚗"
}

.fad.fa-square-root-alt:after {
    content: "􏚘"
}

.fad.fa-squirrel:after {
    content: "􏜚"
}

.fad.fa-staff:after {
    content: "􏜛"
}

.fad.fa-stamp:after {
    content: "􏖿"
}

.fad.fa-star:after {
    content: "􏀅"
}

.fad.fa-star-and-crescent:after {
    content: "􏚙"
}

.fad.fa-star-christmas:after {
    content: "􏟔"
}

.fad.fa-star-exclamation:after {
    content: "􏋳"
}

.fad.fa-star-half:after {
    content: "􏂉"
}

.fad.fa-star-half-alt:after {
    content: "􏗀"
}

.fad.fa-star-of-david:after {
    content: "􏚚"
}

.fad.fa-star-of-life:after {
    content: "􏘡"
}

.fad.fa-star-shooting:after {
    content: "􎀶"
}

.fad.fa-starfighter:after {
    content: "􎀷"
}

.fad.fa-starfighter-alt:after {
    content: "􎀸"
}

.fad.fa-stars:after {
    content: "􏝢"
}

.fad.fa-starship:after {
    content: "􎀹"
}

.fad.fa-starship-freighter:after {
    content: "􎀺"
}

.fad.fa-steak:after {
    content: "􏠤"
}

.fad.fa-steering-wheel:after {
    content: "􏘢"
}

.fad.fa-step-backward:after {
    content: "􏁈"
}

.fad.fa-step-forward:after {
    content: "􏁑"
}

.fad.fa-stethoscope:after {
    content: "􏃱"
}

.fad.fa-sticky-note:after {
    content: "􏉉"
}

.fad.fa-stocking:after {
    content: "􏟕"
}

.fad.fa-stomach:after {
    content: "􏘣"
}

.fad.fa-stop:after {
    content: "􏁍"
}

.fad.fa-stop-circle:after {
    content: "􏊍"
}

.fad.fa-stopwatch:after {
    content: "􏋲"
}

.fad.fa-stopwatch-20:after {
    content: "􎁯"
}

.fad.fa-store:after {
    content: "􏕎"
}

.fad.fa-store-alt:after {
    content: "􏕏"
}

.fad.fa-store-alt-slash:after {
    content: "􎁰"
}

.fad.fa-store-slash:after {
    content: "􎁱"
}

.fad.fa-stream:after {
    content: "􏕐"
}

.fad.fa-street-view:after {
    content: "􏈝"
}

.fad.fa-stretcher:after {
    content: "􏠥"
}

.fad.fa-strikethrough:after {
    content: "􏃌"
}

.fad.fa-stroopwafel:after {
    content: "􏕑"
}

.fad.fa-subscript:after {
    content: "􏄬"
}

.fad.fa-subway:after {
    content: "􏈹"
}

.fad.fa-suitcase:after {
    content: "􏃲"
}

.fad.fa-suitcase-rolling:after {
    content: "􏗁"
}

.fad.fa-sun:after {
    content: "􏆅"
}

.fad.fa-sun-cloud:after {
    content: "􏝣"
}

.fad.fa-sun-dust:after {
    content: "􏝤"
}

.fad.fa-sun-haze:after {
    content: "􏝥"
}

.fad.fa-sunglasses:after {
    content: "􏢒"
}

.fad.fa-sunrise:after {
    content: "􏝦"
}

.fad.fa-sunset:after {
    content: "􏝧"
}

.fad.fa-superscript:after {
    content: "􏄫"
}

.fad.fa-surprise:after {
    content: "􏗂"
}

.fad.fa-swatchbook:after {
    content: "􏗃"
}

.fad.fa-swimmer:after {
    content: "􏗄"
}

.fad.fa-swimming-pool:after {
    content: "􏗅"
}

.fad.fa-sword:after {
    content: "􏜜"
}

.fad.fa-sword-laser:after {
    content: "􎀻"
}

.fad.fa-sword-laser-alt:after {
    content: "􎀼"
}

.fad.fa-swords:after {
    content: "􏜝"
}

.fad.fa-swords-laser:after {
    content: "􎀽"
}

.fad.fa-synagogue:after {
    content: "􏚛"
}

.fad.fa-sync:after {
    content: "􏀡"
}

.fad.fa-sync-alt:after {
    content: "􏋱"
}

.fad.fa-syringe:after {
    content: "􏒎"
}

.fad.fa-table:after {
    content: "􏃎"
}

.fad.fa-table-tennis:after {
    content: "􏑝"
}

.fad.fa-tablet:after {
    content: "􏄊"
}

.fad.fa-tablet-alt:after {
    content: "􏏺"
}

.fad.fa-tablet-android:after {
    content: "􏏻"
}

.fad.fa-tablet-android-alt:after {
    content: "􏏼"
}

.fad.fa-tablet-rugged:after {
    content: "􏒏"
}

.fad.fa-tablets:after {
    content: "􏒐"
}

.fad.fa-tachometer:after {
    content: "􏃤"
}

.fad.fa-tachometer-alt:after {
    content: "􏏽"
}

.fad.fa-tachometer-alt-average:after {
    content: "􏘤"
}

.fad.fa-tachometer-alt-fast:after {
    content: "􏘥"
}

.fad.fa-tachometer-alt-fastest:after {
    content: "􏘦"
}

.fad.fa-tachometer-alt-slow:after {
    content: "􏘧"
}

.fad.fa-tachometer-alt-slowest:after {
    content: "􏘨"
}

.fad.fa-tachometer-average:after {
    content: "􏘩"
}

.fad.fa-tachometer-fast:after {
    content: "􏘪"
}

.fad.fa-tachometer-fastest:after {
    content: "􏘫"
}

.fad.fa-tachometer-slow:after {
    content: "􏘬"
}

.fad.fa-tachometer-slowest:after {
    content: "􏘭"
}

.fad.fa-taco:after {
    content: "􏠦"
}

.fad.fa-tag:after {
    content: "􏀫"
}

.fad.fa-tags:after {
    content: "􏀬"
}

.fad.fa-tally:after {
    content: "􏚜"
}

.fad.fa-tanakh:after {
    content: "􏠧"
}

.fad.fa-tape:after {
    content: "􏓛"
}

.fad.fa-tasks:after {
    content: "􏂮"
}

.fad.fa-tasks-alt:after {
    content: "􏠨"
}

.fad.fa-taxi:after {
    content: "􏆺"
}

.fad.fa-teeth:after {
    content: "􏘮"
}

.fad.fa-teeth-open:after {
    content: "􏘯"
}

.fad.fa-telescope:after {
    content: "􎀾"
}

.fad.fa-temperature-down:after {
    content: "􎀿"
}

.fad.fa-temperature-frigid:after {
    content: "􏝨"
}

.fad.fa-temperature-high:after {
    content: "􏝩"
}

.fad.fa-temperature-hot:after {
    content: "􏝪"
}

.fad.fa-temperature-low:after {
    content: "􏝫"
}

.fad.fa-temperature-up:after {
    content: "􎁀"
}

.fad.fa-tenge:after {
    content: "􏟗"
}

.fad.fa-tennis-ball:after {
    content: "􏑞"
}

.fad.fa-terminal:after {
    content: "􏄠"
}

.fad.fa-text:after {
    content: "􏢓"
}

.fad.fa-text-height:after {
    content: "􏀴"
}

.fad.fa-text-size:after {
    content: "􏢔"
}

.fad.fa-text-width:after {
    content: "􏀵"
}

.fad.fa-th:after {
    content: "􏀊"
}

.fad.fa-th-large:after {
    content: "􏀉"
}

.fad.fa-th-list:after {
    content: "􏀋"
}

.fad.fa-theater-masks:after {
    content: "􏘰"
}

.fad.fa-thermometer:after {
    content: "􏒑"
}

.fad.fa-thermometer-empty:after {
    content: "􏋋"
}

.fad.fa-thermometer-full:after {
    content: "􏋇"
}

.fad.fa-thermometer-half:after {
    content: "􏋉"
}

.fad.fa-thermometer-quarter:after {
    content: "􏋊"
}

.fad.fa-thermometer-three-quarters:after {
    content: "􏋈"
}

.fad.fa-theta:after {
    content: "􏚞"
}

.fad.fa-thumbs-down:after {
    content: "􏅥"
}

.fad.fa-thumbs-up:after {
    content: "􏅤"
}

.fad.fa-thumbtack:after {
    content: "􏂍"
}

.fad.fa-thunderstorm:after {
    content: "􏝬"
}

.fad.fa-thunderstorm-moon:after {
    content: "􏝭"
}

.fad.fa-thunderstorm-sun:after {
    content: "􏝮"
}

.fad.fa-ticket:after {
    content: "􏅅"
}

.fad.fa-ticket-alt:after {
    content: "􏏿"
}

.fad.fa-tilde:after {
    content: "􏚟"
}

.fad.fa-times:after {
    content: "􏀍"
}

.fad.fa-times-circle:after {
    content: "􏁗"
}

.fad.fa-times-hexagon:after {
    content: "􏋮"
}

.fad.fa-times-octagon:after {
    content: "􏋰"
}

.fad.fa-times-square:after {
    content: "􏋓"
}

.fad.fa-tint:after {
    content: "􏁃"
}

.fad.fa-tint-slash:after {
    content: "􏗇"
}

.fad.fa-tire:after {
    content: "􏘱"
}

.fad.fa-tire-flat:after {
    content: "􏘲"
}

.fad.fa-tire-pressure-warning:after {
    content: "􏘳"
}

.fad.fa-tire-rugged:after {
    content: "􏘴"
}

.fad.fa-tired:after {
    content: "􏗈"
}

.fad.fa-toggle-off:after {
    content: "􏈄"
}

.fad.fa-toggle-on:after {
    content: "􏈅"
}

.fad.fa-toilet:after {
    content: "􏟘"
}

.fad.fa-toilet-paper:after {
    content: "􏜞"
}

.fad.fa-toilet-paper-alt:after {
    content: "􏜟"
}

.fad.fa-toilet-paper-slash:after {
    content: "􎁲"
}

.fad.fa-tombstone:after {
    content: "􏜠"
}

.fad.fa-tombstone-alt:after {
    content: "􏜡"
}

.fad.fa-toolbox:after {
    content: "􏕒"
}

.fad.fa-tools:after {
    content: "􏟙"
}

.fad.fa-tooth:after {
    content: "􏗉"
}

.fad.fa-toothbrush:after {
    content: "􏘵"
}

.fad.fa-torah:after {
    content: "􏚠"
}

.fad.fa-torii-gate:after {
    content: "􏚡"
}

.fad.fa-tornado:after {
    content: "􏝯"
}

.fad.fa-tractor:after {
    content: "􏜢"
}

.fad.fa-trademark:after {
    content: "􏉜"
}

.fad.fa-traffic-cone:after {
    content: "􏘶"
}

.fad.fa-traffic-light:after {
    content: "􏘷"
}

.fad.fa-traffic-light-go:after {
    content: "􏘸"
}

.fad.fa-traffic-light-slow:after {
    content: "􏘹"
}

.fad.fa-traffic-light-stop:after {
    content: "􏘺"
}

.fad.fa-trailer:after {
    content: "􎁁"
}

.fad.fa-train:after {
    content: "􏈸"
}

.fad.fa-tram:after {
    content: "􏟚"
}

.fad.fa-transgender:after {
    content: "􏈤"
}

.fad.fa-transgender-alt:after {
    content: "􏈥"
}

.fad.fa-transporter:after {
    content: "􎁂"
}

.fad.fa-transporter-1:after {
    content: "􎁃"
}

.fad.fa-transporter-2:after {
    content: "􎁄"
}

.fad.fa-transporter-3:after {
    content: "􎁅"
}

.fad.fa-transporter-empty:after {
    content: "􎁆"
}

.fad.fa-trash:after {
    content: "􏇸"
}

.fad.fa-trash-alt:after {
    content: "􏋭"
}

.fad.fa-trash-restore:after {
    content: "􏠩"
}

.fad.fa-trash-restore-alt:after {
    content: "􏠪"
}

.fad.fa-trash-undo:after {
    content: "􏢕"
}

.fad.fa-trash-undo-alt:after {
    content: "􏢖"
}

.fad.fa-treasure-chest:after {
    content: "􏜣"
}

.fad.fa-tree:after {
    content: "􏆻"
}

.fad.fa-tree-alt:after {
    content: "􏐀"
}

.fad.fa-tree-christmas:after {
    content: "􏟛"
}

.fad.fa-tree-decorated:after {
    content: "􏟜"
}

.fad.fa-tree-large:after {
    content: "􏟝"
}

.fad.fa-tree-palm:after {
    content: "􏠫"
}

.fad.fa-trees:after {
    content: "􏜤"
}

.fad.fa-triangle:after {
    content: "􏋬"
}

.fad.fa-triangle-music:after {
    content: "􏣢"
}

.fad.fa-trophy:after {
    content: "􏂑"
}

.fad.fa-trophy-alt:after {
    content: "􏋫"
}

.fad.fa-truck:after {
    content: "􏃑"
}

.fad.fa-truck-container:after {
    content: "􏓜"
}

.fad.fa-truck-couch:after {
    content: "􏓝"
}

.fad.fa-truck-loading:after {
    content: "􏓞"
}

.fad.fa-truck-monster:after {
    content: "􏘻"
}

.fad.fa-truck-moving:after {
    content: "􏓟"
}

.fad.fa-truck-pickup:after {
    content: "􏘼"
}

.fad.fa-truck-plow:after {
    content: "􏟞"
}

.fad.fa-truck-ramp:after {
    content: "􏓠"
}

.fad.fa-trumpet:after {
    content: "􏣣"
}

.fad.fa-tshirt:after {
    content: "􏕓"
}

.fad.fa-tty:after {
    content: "􏇤"
}

.fad.fa-turkey:after {
    content: "􏜥"
}

.fad.fa-turntable:after {
    content: "􏣤"
}

.fad.fa-turtle:after {
    content: "􏜦"
}

.fad.fa-tv:after {
    content: "􏉬"
}

.fad.fa-tv-alt:after {
    content: "􏣥"
}

.fad.fa-tv-music:after {
    content: "􏣦"
}

.fad.fa-tv-retro:after {
    content: "􏐁"
}

.fad.fa-typewriter:after {
    content: "􏣧"
}

.fad.fa-ufo:after {
    content: "􎁇"
}

.fad.fa-ufo-beam:after {
    content: "􎁈"
}

.fad.fa-umbrella:after {
    content: "􏃩"
}

.fad.fa-umbrella-beach:after {
    content: "􏗊"
}

.fad.fa-underline:after {
    content: "􏃍"
}

.fad.fa-undo:after {
    content: "􏃢"
}

.fad.fa-undo-alt:after {
    content: "􏋪"
}

.fad.fa-unicorn:after {
    content: "􏜧"
}

.fad.fa-union:after {
    content: "􏚢"
}

.fad.fa-universal-access:after {
    content: "􏊚"
}

.fad.fa-university:after {
    content: "􏆜"
}

.fad.fa-unlink:after {
    content: "􏄧"
}

.fad.fa-unlock:after {
    content: "􏂜"
}

.fad.fa-unlock-alt:after {
    content: "􏄾"
}

.fad.fa-upload:after {
    content: "􏂓"
}

.fad.fa-usb-drive:after {
    content: "􏣩"
}

.fad.fa-usd-circle:after {
    content: "􏋨"
}

.fad.fa-usd-square:after {
    content: "􏋩"
}

.fad.fa-user:after {
    content: "􏀇"
}

.fad.fa-user-alien:after {
    content: "􎁊"
}

.fad.fa-user-alt:after {
    content: "􏐆"
}

.fad.fa-user-alt-slash:after {
    content: "􏓺"
}

.fad.fa-user-astronaut:after {
    content: "􏓻"
}

.fad.fa-user-chart:after {
    content: "􏚣"
}

.fad.fa-user-check:after {
    content: "􏓼"
}

.fad.fa-user-circle:after {
    content: "􏊽"
}

.fad.fa-user-clock:after {
    content: "􏓽"
}

.fad.fa-user-cog:after {
    content: "􏓾"
}

.fad.fa-user-cowboy:after {
    content: "􏣪"
}

.fad.fa-user-crown:after {
    content: "􏚤"
}

.fad.fa-user-edit:after {
    content: "􏓿"
}

.fad.fa-user-friends:after {
    content: "􏔀"
}

.fad.fa-user-graduate:after {
    content: "􏔁"
}

.fad.fa-user-hard-hat:after {
    content: "􏠬"
}

.fad.fa-user-headset:after {
    content: "􏠭"
}

.fad.fa-user-injured:after {
    content: "􏜨"
}

.fad.fa-user-lock:after {
    content: "􏔂"
}

.fad.fa-user-md:after {
    content: "􏃰"
}

.fad.fa-user-md-chat:after {
    content: "􏠮"
}

.fad.fa-user-minus:after {
    content: "􏔃"
}

.fad.fa-user-music:after {
    content: "􏣫"
}

.fad.fa-user-ninja:after {
    content: "􏔄"
}

.fad.fa-user-nurse:after {
    content: "􏠯"
}

.fad.fa-user-plus:after {
    content: "􏈴"
}

.fad.fa-user-robot:after {
    content: "􎁋"
}

.fad.fa-user-secret:after {
    content: "􏈛"
}

.fad.fa-user-shield:after {
    content: "􏔅"
}

.fad.fa-user-slash:after {
    content: "􏔆"
}

.fad.fa-user-tag:after {
    content: "􏔇"
}

.fad.fa-user-tie:after {
    content: "􏔈"
}

.fad.fa-user-times:after {
    content: "􏈵"
}

.fad.fa-user-unlock:after {
    content: "􎁘"
}

.fad.fa-user-visor:after {
    content: "􎁌"
}

.fad.fa-users:after {
    content: "􏃀"
}

.fad.fa-users-class:after {
    content: "􏘽"
}

.fad.fa-users-cog:after {
    content: "􏔉"
}

.fad.fa-users-crown:after {
    content: "􏚥"
}

.fad.fa-users-medical:after {
    content: "􏠰"
}

.fad.fa-users-slash:after {
    content: "􎁳"
}

.fad.fa-utensil-fork:after {
    content: "􏋣"
}

.fad.fa-utensil-knife:after {
    content: "􏋤"
}

.fad.fa-utensil-spoon:after {
    content: "􏋥"
}

.fad.fa-utensils:after {
    content: "􏋧"
}

.fad.fa-utensils-alt:after {
    content: "􏋦"
}

.fad.fa-vacuum:after {
    content: "􎁍"
}

.fad.fa-vacuum-robot:after {
    content: "􎁎"
}

.fad.fa-value-absolute:after {
    content: "􏚦"
}

.fad.fa-vector-square:after {
    content: "􏗋"
}

.fad.fa-venus:after {
    content: "􏈡"
}

.fad.fa-venus-double:after {
    content: "􏈦"
}

.fad.fa-venus-mars:after {
    content: "􏈨"
}

.fad.fa-vest:after {
    content: "􎂅"
}

.fad.fa-vest-patches:after {
    content: "􎂆"
}

.fad.fa-vhs:after {
    content: "􏣬"
}

.fad.fa-vial:after {
    content: "􏒒"
}

.fad.fa-vials:after {
    content: "􏒓"
}

.fad.fa-video:after {
    content: "􏀽"
}

.fad.fa-video-plus:after {
    content: "􏓡"
}

.fad.fa-video-slash:after {
    content: "􏓢"
}

.fad.fa-vihara:after {
    content: "􏚧"
}

.fad.fa-violin:after {
    content: "􏣭"
}

.fad.fa-virus:after {
    content: "􎁴"
}

.fad.fa-virus-slash:after {
    content: "􎁵"
}

.fad.fa-viruses:after {
    content: "􎁶"
}

.fad.fa-voicemail:after {
    content: "􏢗"
}

.fad.fa-volcano:after {
    content: "􏝰"
}

.fad.fa-volleyball-ball:after {
    content: "􏑟"
}

.fad.fa-volume:after {
    content: "􏚨"
}

.fad.fa-volume-down:after {
    content: "􏀧"
}

.fad.fa-volume-mute:after {
    content: "􏚩"
}

.fad.fa-volume-off:after {
    content: "􏀦"
}

.fad.fa-volume-slash:after {
    content: "􏋢"
}

.fad.fa-volume-up:after {
    content: "􏀨"
}

.fad.fa-vote-nay:after {
    content: "􏝱"
}

.fad.fa-vote-yea:after {
    content: "􏝲"
}

.fad.fa-vr-cardboard:after {
    content: "􏜩"
}

.fad.fa-wagon-covered:after {
    content: "􏣮"
}

.fad.fa-walker:after {
    content: "􏠱"
}

.fad.fa-walkie-talkie:after {
    content: "􏣯"
}

.fad.fa-walking:after {
    content: "􏕔"
}

.fad.fa-wallet:after {
    content: "􏕕"
}

.fad.fa-wand:after {
    content: "􏜪"
}

.fad.fa-wand-magic:after {
    content: "􏜫"
}

.fad.fa-warehouse:after {
    content: "􏒔"
}

.fad.fa-warehouse-alt:after {
    content: "􏒕"
}

.fad.fa-washer:after {
    content: "􏢘"
}

.fad.fa-watch:after {
    content: "􏋡"
}

.fad.fa-watch-calculator:after {
    content: "􏣰"
}

.fad.fa-watch-fitness:after {
    content: "􏘾"
}

.fad.fa-water:after {
    content: "􏝳"
}

.fad.fa-water-lower:after {
    content: "􏝴"
}

.fad.fa-water-rise:after {
    content: "􏝵"
}

.fad.fa-wave-sine:after {
    content: "􏢙"
}

.fad.fa-wave-square:after {
    content: "􏠾"
}

.fad.fa-wave-triangle:after {
    content: "􏢚"
}

.fad.fa-waveform:after {
    content: "􏣱"
}

.fad.fa-waveform-path:after {
    content: "􏣲"
}

.fad.fa-webcam:after {
    content: "􏠲"
}

.fad.fa-webcam-slash:after {
    content: "􏠳"
}

.fad.fa-weight:after {
    content: "􏒖"
}

.fad.fa-weight-hanging:after {
    content: "􏗍"
}

.fad.fa-whale:after {
    content: "􏜬"
}

.fad.fa-wheat:after {
    content: "􏜭"
}

.fad.fa-wheelchair:after {
    content: "􏆓"
}

.fad.fa-whistle:after {
    content: "􏑠"
}

.fad.fa-wifi:after {
    content: "􏇫"
}

.fad.fa-wifi-1:after {
    content: "􏚪"
}

.fad.fa-wifi-2:after {
    content: "􏚫"
}

.fad.fa-wifi-slash:after {
    content: "􏚬"
}

.fad.fa-wind:after {
    content: "􏜮"
}

.fad.fa-wind-turbine:after {
    content: "􏢛"
}

.fad.fa-wind-warning:after {
    content: "􏝶"
}

.fad.fa-window:after {
    content: "􏐎"
}

.fad.fa-window-alt:after {
    content: "􏐏"
}

.fad.fa-window-close:after {
    content: "􏐐"
}

.fad.fa-window-frame:after {
    content: "􎁏"
}

.fad.fa-window-frame-open:after {
    content: "􎁐"
}

.fad.fa-window-maximize:after {
    content: "􏋐"
}

.fad.fa-window-minimize:after {
    content: "􏋑"
}

.fad.fa-window-restore:after {
    content: "􏋒"
}

.fad.fa-windsock:after {
    content: "􏝷"
}

.fad.fa-wine-bottle:after {
    content: "􏜯"
}

.fad.fa-wine-glass:after {
    content: "􏓣"
}

.fad.fa-wine-glass-alt:after {
    content: "􏗎"
}

.fad.fa-won-sign:after {
    content: "􏅙"
}

.fad.fa-wreath:after {
    content: "􏟢"
}

.fad.fa-wrench:after {
    content: "􏂭"
}

.fad.fa-x-ray:after {
    content: "􏒗"
}

.fad.fa-yen-sign:after {
    content: "􏅗"
}

.fad.fa-yin-yang:after {
    content: "􏚭"
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(/static/media/fa-light-300.ab918e79c8dbce95d715.eot);
    src: url(/static/media/fa-light-300.ab918e79c8dbce95d715.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-light-300.d3271a5651ab5ba62d85.woff2) format("woff2"), url(/static/media/fa-light-300.8df58881554c80bdbc5a.woff) format("woff"), url(/static/media/fa-light-300.431c25ff502d4460d3ec.ttf) format("truetype")
}

.fal {
    font-weight: 300
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/fa-regular-400.1c9c47c2e74e9e4a5d07.eot);
    src: url(/static/media/fa-regular-400.1c9c47c2e74e9e4a5d07.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-regular-400.33904a1b964c9b363ce7.woff2) format("woff2"), url(/static/media/fa-regular-400.126e4e16f5400ed7fb99.woff) format("woff"), url(/static/media/fa-regular-400.2e9a4f2704b8d8428494.ttf) format("truetype")
}

.fal,
.far {
    font-family: Font Awesome\ 5 Pro
}

.far {
    font-weight: 400
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(/static/media/fa-solid-900.dcddb714e825d85920df.eot);
    src: url(/static/media/fa-solid-900.dcddb714e825d85920df.eot?#iefix) format("embedded-opentype"), url(/static/media/fa-solid-900.54dfc8f551be346014e4.woff2) format("woff2"), url(/static/media/fa-solid-900.6057f0f7f9a9a68b2eed.woff) format("woff"), url(/static/media/fa-solid-900.601a1847bf98e6bf4b94.ttf) format("truetype")
}

.fa,
.fas {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900
}

@font-face {
    font-family: flaticon;
    src: url(/static/media/fa-solid-900.601a1847bf98e6bf4b94.ttf) format("truetype"), url(/static/media/fa-brands-400.92ee10240bc7f84042de.woff) format("woff"), url(/static/media/fa-duotone-900.ba609dbee69bb7ea5f84.woff2) format("woff2"), url(/static/media/fa-regular-400.1c9c47c2e74e9e4a5d07.eot) format("embedded-opentype")
}

i[class*=" flaticon-"]:before,
i[class^=flaticon-]:before {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: flaticon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none
}

.flaticon-vector:before {
    content: ""
}

.flaticon-medal:before {
    content: ""
}

.flaticon-app-development:before {
    content: ""
}

.flaticon-programming:before {
    content: ""
}

.flaticon-repairing-service:before {
    content: ""
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 30px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    color: #636363;
    color: var(--it-text-body);
    font-family: Rubik, sans-serif;
    font-family: var(--it-ff-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    overflow-x: hidden
}

body.monserat {
    font-family: var(--it-ff-monserat)
}

a {
    text-decoration: none;
    transition: .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    color: var(--it-heading-primary);
    font-family: Poppins, sans-serif;
    font-family: var(--it-ff-heading);
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    transition: all .3s ease-out 0s
}

img {
    max-width: 100%
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

p {
    color: #636363;
    color: var(--it-text-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.z-index {
    position: relative;
    z-index: 2
}

.z-index-3 {
    position: relative;
    z-index: 3
}

.z-index-4 {
    position: relative;
    z-index: 4
}

.z-index-5 {
    position: relative;
    z-index: 5
}

.z-index-6 {
    position: relative;
    z-index: 6
}

.btn,
.transition-3,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
select,
textarea {
    transition: all .3s ease-out 0s
}

.button:focus,
a:focus {
    outline: none;
    text-decoration: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    background: transparent;
    border: none;
    color: inherit;
    outline: none
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input,
textarea {
    color: #232323;
    color: var(--it-common-black);
    outline: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #70737d
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #70737d
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #70737d
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 100%;
    padding: 0;
    width: 100%
}

::selection {
    background: #ffdc60;
    background: var(--it-theme-1);
    color: #fff;
    color: var(--it-common-white);
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #232323;
    color: var(--it-common-black);
    font-size: var(--it-fz-body);
    opacity: 1
}

::placeholder {
    color: #232323;
    color: var(--it-common-black);
    font-size: var(--it-fz-body);
    opacity: 1
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.include-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gx-30 {
    --bs-gutter-x: 30px
}

.gx-40 {
    --bs-gutter-x: 40px
}

.gx-50 {
    --bs-gutter-x: 12px
}

.gx-60 {
    --bs-gutter-x: 65px
}

.gx-20 {
    --bs-gutter-x: 20px
}

.gx-25 {
    --bs-gutter-x: 25px
}

.gx-60 {
    --bs-gutter-x: 60px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .gx-60 {
        --bs-gutter-x: 40px
    }
}

.main-btn {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 62px;
    line-height: 64px;
    overflow: hidden;
    padding: 0 52px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: 1s;
    z-index: 1
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .main-btn {
        height: 48px;
        line-height: 48px;
        padding: 0 28px
    }
}

.main-btn span {
    color: #232323;
    color: var(--it-common-black);
    position: relative;
    transition: .7s;
    z-index: 99
}

.main-btn.white-bg {
    background-color: #fff;
    background-color: var(--it-common-white);
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2)
}

.main-btn:hover {
    background-color: #232323;
    background-color: var(--it-common-black);
    transition-delay: .3s
}

.main-btn:hover span {
    color: #fff;
    color: var(--it-common-white)
}

.it-btn,
.main-btn.alt-color-white:hover span {
    color: #232323;
    color: var(--it-common-black)
}

.it-btn {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

.it-btn.white-bg {
    background-color: #fff;
    background-color: var(--it-common-white)
}

.it-btn span {
    position: relative;
    transition: .7s;
    z-index: 99
}

.it-btn span,
.it-btn span i {
    color: #232323;
    color: var(--it-common-black)
}

.it-btn span i {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    width: 34px
}

.it-btn:hover {
    transition-delay: .3s
}

.it-btn:hover span {
    color: #fff;
    color: var(--it-common-white)
}

.yellow-btn {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 7px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    width: 180px;
    z-index: 1
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .yellow-btn {
        font-size: 16px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .yellow-btn {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .yellow-btn {
        font-size: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .yellow-btn {
        font-size: 15px
    }
}

.yellow-btn.grey-bg {
    background-color: #eff2f9
}

.yellow-btn span {
    color: #232323;
    color: var(--it-common-black);
    position: relative;
    transition: .7s;
    z-index: 99
}

.yellow-btn:hover span {
    color: #fff;
    color: var(--it-common-white)
}

.yellow-btn-sm {
    background-color: #f1f1f1;
    border-radius: 7px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .yellow-btn-sm {
        font-size: 16px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .yellow-btn-sm {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .yellow-btn-sm {
        font-size: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .yellow-btn-sm {
        font-size: 15px
    }
}

.yellow-btn-sm.yellow-bg {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    transition: .3s
}

.yellow-btn-sm.yellow-bg:hover {
    background: #232323;
    background: var(--it-common-black);
    color: #fff;
    color: var(--it-common-white)
}

.yellow-btn-sm:hover {
    background: #ffdc60;
    background: var(--it-theme-1)
}

.white-btn,
.yellow-btn-sm:hover {
    color: #232323;
    color: var(--it-common-black)
}

.white-btn {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    overflow: hidden;
    padding: 0 52px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .white-btn {
        height: 50px;
        line-height: 52px;
        padding: 0 42px
    }
}

.white-btn span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 500;
    position: relative;
    transition: .7s;
    z-index: 99
}

.white-btn.alt-color:hover span {
    color: #fff;
    color: var(--it-common-white)
}

.main-btn-sm {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    padding: 0 33px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: .7s;
    z-index: 1
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .main-btn-sm {
        padding: 0 25px
    }
}

.main-btn-sm.alt-color-white:hover {
    color: #232323;
    color: var(--it-common-black)
}

.main-btn-sm span {
    position: relative;
    z-index: 99
}

.main-btn-sm:hover {
    background-color: #232323;
    background-color: var(--it-common-black);
    color: #fff;
    color: var(--it-common-white)
}

.border-btn {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    padding: 0 33px;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

.border-btn,
.border-btn span {
    color: #232323;
    color: var(--it-common-black);
    position: relative
}

.border-btn span {
    transition: .7s;
    z-index: 99
}

.border-btn:hover {
    border: 1px solid transparent;
    transition-delay: .3s
}

.border-btn:hover span {
    color: #fff;
    color: var(--it-common-white)
}

.subscribe-btn-3 {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 60px;
    display: inline-block;
    font-weight: 500;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    padding: 0 53px;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .subscribe-btn-3 {
        border-radius: 60px;
        height: 55px;
        line-height: 55px;
        padding: 0 37px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .subscribe-btn-3 {
        border-radius: 60px;
        height: 50px;
        line-height: 50px;
        padding: 0 33px
    }
}

@media(max-width:767px) {
    .subscribe-btn-3 {
        border-radius: 60px;
        height: 50px;
        line-height: 50px;
        padding: 0 28px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .subscribe-btn-3 {
        padding: 0 50px
    }
}

.subscribe-btn-3 span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 500;
    position: relative;
    transition: .7s;
    z-index: 99
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .subscribe-btn-3 span {
        font-size: 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .subscribe-btn-3 span {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .subscribe-btn-3 span {
        font-size: 13px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .subscribe-btn-3 span {
        font-size: 15px
    }
}

.subscribe-btn-3:hover {
    color: #fff;
    color: var(--it-common-white)
}

.subscribe-btn-3.alt-color-blue:hover span {
    color: #232323;
    color: var(--it-common-black)
}

.subscribe-btn-2 {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 60px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    padding: 0 53px;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

.subscribe-btn-2,
.subscribe-btn-2 span {
    color: #232323;
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 500
}

.subscribe-btn-2 span {
    position: relative;
    transition: .7s;
    z-index: 99
}

@media(max-width:767px) {
    .subscribe-btn-2 span {
        font-size: 14px
    }
}

.subscribe-btn-2.alt-color-black:hover span {
    color: #fff;
    color: var(--it-common-white)
}

.subscribe-btn {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 33px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

.subscribe-btn:hover {
    background: #232323;
    background: var(--it-common-black);
    color: #fff;
    color: var(--it-common-white)
}

.subscribe-btn.radious-none {
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 23px
}

.border-btn-2 {
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 5px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

.border-btn-2 i {
    margin-left: 10px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.border-btn-2:hover {
    background: #232323;
    background: var(--it-common-black);
    border: 1px solid transparent;
    color: #fff;
    color: var(--it-common-white)
}

.border-btn-3 {
    border: 1px solid #fff;
    border: 1px solid var(--it-common-white);
    border-radius: 2px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    z-index: 1
}

.border-btn-3,
.border-btn-3 i {
    color: #fff;
    color: var(--it-common-white);
    transition: .3s
}

.border-btn-3 i {
    font-size: 17px;
    margin-right: 13px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.border-btn-3:hover {
    background: #fff;
    background: var(--it-common-white);
    border: 1px solid transparent
}

.border-btn-3.bg-color-1,
.border-btn-3:hover i {
    color: #232323;
    color: var(--it-common-black)
}

.border-btn-3.bg-color-1 {
    background-color: #83adff;
    background-color: var(--it-common-blue);
    border: none;
    border-radius: 5px
}

.border-btn-3.bg-color-1 i,
.border-btn-3.bg-color-2 {
    color: #232323;
    color: var(--it-common-black)
}

.border-btn-3.bg-color-2 {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border: none;
    border-radius: 5px
}

.border-btn-3.bg-color-2 i {
    color: #232323;
    color: var(--it-common-black)
}

.tp-btn-hover {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.tp-btn-hover b {
    background-color: #232323;
    background-color: var(--it-common-black);
    border-radius: 50%;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 1s ease;
    width: 0;
    z-index: 1
}

.tp-btn-hover:hover b {
    display: inline-block;
    height: 600px;
    width: 600px
}

.tp-btn-hover.alt-color b,
.tp-btn-hover.alt-color-orange b {
    background-color: #232323;
    background-color: var(--it-common-black)
}

.tp-btn-hover.alt-color-blue b {
    background-color: #83adff;
    background-color: var(--it-common-blue)
}

.tp-btn-hover.alt-color-white b {
    background-color: #fff;
    background-color: var(--it-common-white)
}

.apply-btn {
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 37px;
    overflow: hidden;
    padding: 0 19px;
    text-align: center;
    text-transform: capitalize;
    transition: .3s;
    z-index: 1
}

.apply-btn,
.apply-btn:hover {
    color: #232323;
    color: var(--it-common-black)
}

.apply-btn:hover {
    background: #ffdc60;
    background: var(--it-theme-1);
    border: 1px solid transparent
}

.submit-btn {
    background-color: #2e3bbb;
    background-color: var(--it-common-blue-3);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    text-align: center
}

.submit-btn,
.submit-btn:hover {
    color: #fff;
    color: var(--it-common-white)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px hsla(0, 0%, 100%, 0)
    }
    to {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .4)
    }
    70% {
        box-shadow: 0 0 0 45px hsla(0, 0%, 100%, 0)
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

@-webkit-keyframes section-animation {
    0% {
        width: 0
    }
    15% {
        width: 100%
    }
    85% {
        opacity: 1
    }
    90% {
        opacity: 0;
        width: 100%
    }
    to {
        opacity: 0;
        width: 0
    }
}

@keyframes section-animation {
    0% {
        width: 0
    }
    15% {
        width: 100%
    }
    85% {
        opacity: 1
    }
    90% {
        opacity: 0;
        width: 100%
    }
    to {
        opacity: 0;
        width: 0
    }
}

@-webkit-keyframes about-sm {
    to {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@keyframes about-sm {
    to {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@-webkit-keyframes hero-thumb-animation {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hero-thumb-animation {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes tpleftright {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes tpleftright {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes tprotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@keyframes tprotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@-webkit-keyframes tptranslateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes tptranslateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes RL_smooth {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes RL_smooth {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    to {
        -webkit-transform: translatXY(20px);
        transform: translateX(20px)
    }
}

@keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    to {
        -webkit-transform: translatXY(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes scale_up_down {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000
    }
}

@-webkit-keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    to {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    to {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@-webkit-keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
    60% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5)
    }
}

@keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
    60% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes moving {
    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 about-circle {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes about-circle {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes services-triangle {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px)
    }
    to {
        -webkit-transform: rotate(1turn) translateY(100px);
        transform: rotate(1turn) translateY(100px)
    }
}

@keyframes services-triangle {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px)
    }
    to {
        -webkit-transform: rotate(1turn) translateY(100px);
        transform: rotate(1turn) translateY(100px)
    }
}

@-webkit-keyframes hero-3-dot-2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hero-3-dot-2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
    51% {
        opacity: 1
    }
}

@keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
    51% {
        opacity: 1
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    20% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    50% {
        -webkit-transform: translatey(-40px);
        transform: translatey(-40px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes leftright {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes leftright {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes movinglight {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    20% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    50% {
        -webkit-transform: translatey(-70px);
        transform: translatey(-70px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes movinglight {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    20% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }
    50% {
        -webkit-transform: translatey(-70px);
        transform: translatey(-70px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes movinglight2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    20% {
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
    50% {
        -webkit-transform: translatey(70px);
        transform: translatey(70px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes movinglight2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    20% {
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
    50% {
        -webkit-transform: translatey(70px);
        transform: translatey(70px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes movingtop {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    20% {
        -webkit-transform: translatey(70px);
        transform: translatey(70px)
    }
    50% {
        -webkit-transform: translatey(-70px);
        transform: translatey(-70px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes movingtop {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    20% {
        -webkit-transform: translatey(70px);
        transform: translatey(70px)
    }
    50% {
        -webkit-transform: translatey(-70px);
        transform: translatey(-70px)
    }
    to {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes circle-animation {
    0% {
        right: 0
    }
    50% {
        right: 100%
    }
    to {
        right: 0
    }
}

@keyframes circle-animation {
    0% {
        right: 0
    }
    50% {
        right: 100%
    }
    to {
        right: 0
    }
}

@-webkit-keyframes circle-animation-2 {
    0% {
        left: 0
    }
    50% {
        left: 100%
    }
    to {
        left: 0
    }
}

@keyframes circle-animation-2 {
    0% {
        left: 0
    }
    50% {
        left: 100%
    }
    to {
        left: 0
    }
}

@-webkit-keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-webkit-keyframes zoom2 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes zoom2 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes wobble-vertical {
    10% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    50% {
        -webkit-transform: skew(15deg);
        transform: skew(15deg)
    }
    80% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes wobble-vertical {
    10% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    50% {
        -webkit-transform: skew(15deg);
        transform: skew(15deg)
    }
    80% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes section-highlight {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes section-highlight {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes widthcalc {
    0% {
        width: 20%
    }
    50% {
        width: 50%
    }
    75% {
        width: 90%
    }
    90% {
        opacity: 75%
    }
    90% {
        opacity: 100%
    }
}

@keyframes widthcalc {
    0% {
        width: 20%
    }
    50% {
        width: 50%
    }
    75% {
        width: 90%
    }
    90% {
        opacity: 75%
    }
    90% {
        opacity: 100%
    }
}

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
    60% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
    60% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes icon-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes light-one {
    0% {
        opacity: 1
    }
    25% {
        opacity: .4
    }
    50% {
        opacity: .6
    }
    75% {
        opacity: .8
    }
    to {
        opacity: 1
    }
}

@keyframes light-one {
    0% {
        opacity: 1
    }
    25% {
        opacity: .4
    }
    50% {
        opacity: .6
    }
    75% {
        opacity: .8
    }
    to {
        opacity: 1
    }
}

.dark #preloader {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

#preloader {
    background-color: #f7f7f7;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999
}

.preloader {
    box-sizing: border-box;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    padding: 0;
    text-align: left;
    top: 50%
}

.preloader,
.preloader span {
    display: inline-block;
    height: 50px;
    position: absolute;
    width: 50px
}

.preloader span {
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
    background: #ffdc60;
    background: var(--it-theme-1);
    border-radius: 100%
}

.preloader span:last-child {
    animation-delay: -.9s;
    -webkit-animation-delay: -.9s
}

@keyframes preloader {
    0% {
        opacity: .5;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes preloader {
    0% {
        opacity: .5;
        -webkit-transform: scale(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

.scroll-top {
    background: #ffdc60;
    background: var(--it-theme-1);
    border: none;
    border-radius: 6px;
    bottom: -10%;
    color: #232323;
    color: var(--it-common-black);
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    transition: 1s ease;
    width: 50px;
    z-index: 9
}

.scroll-top.open {
    bottom: 80px;
    right: 20px;
}

.grey-bg {
    background: #fffcf3;
    background: var(--it-grey-1)
}

.grey-bg-2 {
    background: #fafafa;
    background: var(--it-grey-2)
}

.black-bg {
    background: #292930;
    background: var(--it-common-black-2)
}

.black-bg-4 {
    background: #31303f;
    background: var(--it-common-black-6)
}

.black-bg-3 {
    background: #3a3a42;
    background: var(--it-common-black-3)
}

.black-bg-2 {
    background: #292931;
    background: var(--it-common-black-8)
}

.white-bg {
    background: #fff;
    background: var(--it-common-white)
}

.blue-bg {
    background: #4a6ef0;
    background: var(--it-common-blue-4)
}

.body-overlay {
    background: hsla(0, 0%, 9%, .6);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .45s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 999
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible
}

.it-instagram img {
    width: 100%
}

.itoffcanvas {
    background-color: #232323;
    background-color: var(--it-common-black);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, .8);
    opacity: 0;
    overflow-y: scroll;
    padding: 50px;
    position: fixed;
    right: -100%;
    scrollbar-width: none;
    top: 0;
    transition: .45s ease-in-out;
    visibility: hidden;
    width: 480px;
    z-index: 9999
}

.itoffcanvas.opened {
    opacity: 1;
    visibility: visible
}

@media(max-width:767px) {
    .itoffcanvas {
        padding: 40px 35px;
        width: 300px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .itoffcanvas {
        padding: 40px;
        width: 400px
    }
}

.itoffcanvas.opened {
    right: 0;
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition-duration: .6s
}

.itoffcanvas__logo {
    margin-bottom: 40px
}

@media(max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .itoffcanvas__logo {
        padding-top: 0
    }
}

.itoffcanvas__logo img {
    height: 100%;
    width: 157px
}

.itoffcanvas__close-btn button {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    opacity: .2;
    position: absolute;
    right: 50px;
    top: 42px;
    transition: 1s;
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition-duration: .3s
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 48px;
        top: 52px
    }
}

@media(max-width:767px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 39px;
        top: 38px
    }
}

.itoffcanvas__close-btn button:hover {
    color: #fff;
    opacity: 1
}

.itoffcanvas__content {
    margin-bottom: 30px
}

.itoffcanvas__content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px
}

.itoffcanvas__content span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.itoffcanvas__content a {
    color: #fff;
    color: var(--it-common-white);
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 51px
}

@media(max-width:767px) {
    .itoffcanvas__content a {
        font-size: 27px
    }
}

.itoffcanvas__social {
    margin-top: 50px
}

.itoffcanvas__social .social-icon a {
    background-color: #fff;
    background-color: var(--it-common-white);
    border-radius: 10px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    text-align: center;
    transition: .3s;
    width: 50px
}

@media(max-width:767px) {
    .itoffcanvas__social .social-icon a {
        margin-right: 3px
    }
}

.itoffcanvas__social .social-icon a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: #232323;
    color: var(--it-common-black)
}

.itoffcanvas__text {
    border-bottom: 1px solid #3b3838;
    margin-bottom: 20px;
    padding-bottom: 20px
}

@media (max-width:767px),
only screen and (min-width:768px)and (max-width:991px) {
    .itoffcanvas__text {
        display: none
    }
}

.itoffcanvas__text p {
    color: #ddd;
    font-size: 18px
}

.itoffcanvas__info {
    border-bottom: 1px solid #3b3838;
    margin-bottom: 20px;
    padding-bottom: 30px
}

.itoffcanvas__info .offcanva-title {
    color: #fff;
    color: var(--it-common-white);
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 40px
}

.itoffcanvas__info-icon a {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 50px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    width: 50px
}

.itoffcanvas__info-address span {
    color: hsla(0, 0%, 100%, .639);
    display: block;
    font-size: 16px;
    font-weight: 400
}

.itoffcanvas__info-address a {
    color: #fff;
    color: var(--it-common-white);
    display: block;
    font-size: 18px;
    font-weight: 600;
    transition: .3s
}

@media(max-width:767px) {
    .itoffcanvas__info-address a {
        font-size: 16px
    }
}

.itoffcanvas__info-address a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.it-offcanva-bottom-shape {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1
}

.it-offcanva-bottom-shape img {
    width: 100%
}

.breadcrumb__title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 15px
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .breadcrumb__title {
        font-size: 41px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .breadcrumb__title {
        font-size: 40px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .breadcrumb__title {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .breadcrumb__title {
        font-size: 32px;
        margin-bottom: 0
    }
}

.breadcrumb__plr {
    padding: 0 200px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .breadcrumb__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .breadcrumb__plr {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px),
only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .breadcrumb__plr {
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .breadcrumb__plr {
        padding: 0
    }
}

.breadcrumb__space {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
    padding-top: 200px
}

@media(max-width:767px) {
    .breadcrumb__space {
        padding-bottom: 80px;
        padding-top: 200px
    }
}

.breadcrumb__subtitle {
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase
}

@media(max-width:767px) {
    .breadcrumb__subtitle {
        font-size: 15px
    }
}

.breadcrumb__button a {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 1px solid #ffdc60;
    border: 1px solid var(--it-theme-1);
    border-radius: 30px;
    color: #636363;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 28px
}

.breadcrumb__button a i {
    padding: 0 8px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.breadcrumb__shape-1 {
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .breadcrumb__shape-1 {
        right: -2%;
        top: -2%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .breadcrumb__shape-1 {
        right: -2%;
        top: -2%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .breadcrumb__shape-1 {
        right: -5%;
        top: -5%
    }
}

.breadcrumb__shape-2 {
    position: absolute;
    right: 78%;
    top: 2%
}

.breadcrumb__shape-3 {
    -webkit-animation: zoom 5s infinite;
    animation: zoom 5s infinite;
    left: 2%;
    position: absolute;
    top: 13%
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .breadcrumb__shape-3 {
        left: 1%;
        top: 25%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .breadcrumb__shape-3 {
        left: 1%;
        top: 25%
    }
}

.breadcrumb__shape-4 {
    bottom: 0;
    left: 0;
    position: absolute
}

.breadcrumb__shape-5 {
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    bottom: 68%;
    position: absolute;
    right: 6%
}

.breadcrumb__shape-6 {
    -webkit-animation: tptranslateX2 4s infinite alternate;
    animation: tptranslateX2 4s infinite alternate;
    bottom: 12%;
    position: absolute;
    right: 1%
}

.breadcrumb__main-img {
    -webkit-animation: tpupdown .8s infinite alternate;
    animation: tpupdown .8s infinite alternate
}

.breadcrumb__big-text {
    left: 43%;
    position: absolute;
    top: 54%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .breadcrumb__big-text {
        left: 40%
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .breadcrumb__big-text {
        left: 37%;
        top: 51%
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .breadcrumb__big-text {
        left: 39%;
        top: 51%
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .breadcrumb__big-text {
        left: 40%;
        top: 51%
    }
}

.breadcrumb__big-text h2 {
    -webkit-text-stroke: 2px #ebebf1;
    color: transparent;
    font-size: 176px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .breadcrumb__big-text h2 {
        font-size: 165px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .breadcrumb__big-text h2 {
        font-size: 120px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .breadcrumb__big-text h2 {
        font-size: 100px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .breadcrumb__big-text h2 {
        font-size: 76px
    }
}

@media(max-width:767px) {
    .breadcrumb__button {
        margin-bottom: 30px
    }
}

.breadcrumb__bg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover
}

.it-custom-accordion .accordion-buttons {
    color: #232323;
    color: var(--it-common-black);
    font-size: 22px;
    font-weight: 600;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 19px
    }
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 14px;
        padding: 20px 10px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 17px;
        padding: 20px
    }
}

.it-custom-accordion .accordion-buttons[aria-expanded=true] {
    background-color: #ffdc60;
    background-color: var(--it-theme-1)
}

.it-custom-accordion .accordion-buttons[aria-expanded=true]:after {
    content: ""
}

.it-custom-accordion .accordion-buttons[aria-expanded=true] span {
    background-color: #fff;
    background-color: var(--it-common-white)
}

.it-custom-accordion .accordion-buttons[aria-expanded=true] span i {
    color: #4a6ef0;
    color: var(--it-common-blue-4)
}

.it-custom-accordion .accordion-buttons:after {
    background-image: none;
    color: var(--tp-theme-1);
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    opacity: 1;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto
}

@media(max-width:767px) {
    .it-custom-accordion .accordion-buttons:after {
        font-size: 13px;
        right: 5%
    }
}

.it-custom-accordion .accordion-buttons span {
    background-color: #4a6ef0;
    background-color: var(--it-common-blue-4);
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin-right: 15px;
    text-align: center;
    width: 30px
}

@media(max-width:767px) {
    .it-custom-accordion .accordion-buttons span {
        height: 25px;
        margin-right: 6px;
        width: 25px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .it-custom-accordion .accordion-buttons span {
        margin-right: 12px
    }
}

.it-custom-accordion .accordion-buttons span i {
    color: #fff;
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 700
}

@media(max-width:767px) {
    .it-custom-accordion .accordion-buttons span i {
        font-size: 14px
    }
}

.it-custom-accordion .accordion-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 30px 25px
}

@media only screen and (min-width:768px)and (max-width:991px),
only screen and (min-width:992px)and (max-width:1199px) {
    .it-custom-accordion .accordion-body {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .it-custom-accordion .accordion-body {
        font-size: 14px
    }
}

.it-custom-accordion .accordion-items {
    border: 1px solid #ddd;
    border: 1px solid var(--it-border-1);
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden
}

.it-custom-accordion-2 .accordion-items {
    margin-bottom: 20px
}

.it-custom-accordion-2 .accordion-buttons {
    background-color: var(--tp-common-white);
    border-radius: 10px 10px 0 0;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    padding: 40px 45px;
    position: relative;
    text-align: left;
    width: 100%
}

@media(max-width:767px) {
    .it-custom-accordion-2 .accordion-buttons {
        font-size: 17px;
        padding: 28px 20px
    }
}

.it-custom-accordion-2 .accordion-buttons:after {
    background-image: none;
    color: #b8bcc8;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    position: absolute;
    right: 45px;
    top: 45px;
    width: auto
}

@media(max-width:767px) {
    .it-custom-accordion-2 .accordion-buttons:after {
        right: 18px;
        top: 33px
    }
}

.it-custom-accordion-2 .accordion-buttons[aria-expanded=true]:after {
    content: ""
}

.it-custom-accordion-2 [aria-expanded=true] {
    border-radius: 10px 10px 10px 10px
}

.it-custom-accordion-2 .accordion-body {
    background-color: var(--tp-common-white);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 25px 32px 0 rgba(0, 0, 0, .06);
    font-size: 16px;
    padding: 20px 45px;
    position: relative;
    z-index: 1
}

@media(max-width:767px) {
    .it-custom-accordion-2 .accordion-body {
        padding: 20px 25px
    }
}

.it-custom-accordion-2 .accordion-body:before {
    background-color: var(--tp-grey-1);
    content: "";
    height: 2px;
    left: 45px;
    position: absolute;
    right: 45px;
    top: 0
}

.faq-accordion-border .accordion-items {
    background-color: var(--tp-common-white);
    border: 1px solid #f5f5f5;
    border-radius: 10px
}

.search__popup {
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    left: 0;
    padding-bottom: 100px;
    padding-top: 70px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition-delay: .7s;
    width: 100%;
    z-index: 99
}

.search__popup.search-opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s
}

.search__popup.search-opened .search__input {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .3s
}

.search__popup.search-opened .search__input:after {
    transition-delay: .5s;
    width: 100%
}

.search__popup-2 {
    background-color: var(--it-common-black-13)
}

.search__popup-2 .search__input .search-input-field~.search-focus-border {
    background-color: var(--it-theme-8)
}

.search__popup-3 .search__input .search-input-field~.search-focus-border {
    background-color: var(--it-theme-10)
}

.search__top {
    margin-bottom: 80px
}

.search__input {
    height: 80px;
    opacity: 0;
    position: relative;
    transition-delay: .5s
}

.search__input:after {
    background-color: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition-delay: .3s;
    width: 0
}

.search__input input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #fff;
    color: var(--it-common-white);
    font-size: 24px;
    height: 100%;
    outline: 0;
    padding: 0 30px 0 0;
    width: 100%
}

.search__input input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .5);
    font-size: 24px
}

.search__input input:-moz-placeholder,
.search__input input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5);
    font-size: 24px
}

.search__input input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5);
    font-size: 24px
}

.search__input button {
    color: #fff;
    color: var(--it-common-white);
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search__input .search-input-field~.search-focus-border {
    background-color: var(--it-common-orange);
    bottom: 0;
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    transition: all .5s ease-out 0s;
    width: 0
}

.search__input .search-input-field:focus~.search-focus-border {
    left: 0;
    right: auto;
    transition: all .5s ease-out 0s;
    width: 100%
}

.search__close-btn {
    color: hsla(0, 0%, 100%, .3);
    font-size: 25px
}

.search__close-btn:hover {
    color: #fff;
    color: var(--it-common-white)
}

.search__result-title {
    font-size: 50px;
    letter-spacing: -.04em;
    margin-bottom: 0
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .search__result-title {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .search__result-title {
        font-size: 35px
    }
}

.search__result-title span {
    color: #ffdc60;
    color: var(--it-theme-1);
    display: inline-block
}

.search__result-content p {
    color: var(--it-text-1);
    font-size: 16px;
    line-height: 1.62
}

.search__result-input {
    position: relative
}

.search__result-input-box {
    margin-bottom: 20px;
    position: relative
}

.search__result-input-box button {
    padding: 22px 43px;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .search__result-input-box button {
        margin-top: 15px;
        position: relative
    }
}

.search__result-input-box button:hover {
    background-color: #232323;
    background-color: var(--it-common-black)
}

.search__result-input input {
    background-color: #fff;
    background-color: var(--it-common-white);
    border: 1px solid #fff;
    border: 1px solid var(--it-common-white);
    box-shadow: -3px 0 0 #ffdc60, 0 1px 2px rgba(3, 4, 28, .14);
    box-shadow: -3px 0 0 var(--it-theme-1), 0 1px 2px rgba(3, 4, 28, .14);
    height: 70px;
    padding-left: 60px;
    padding-right: 177px;
    width: 100%
}

@media(max-width:767px) {
    .search__result-input input {
        padding-right: 25px
    }
}

.search__result-input span {
    color: #a0a0b5;
    font-size: 18px;
    left: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search__result-input span svg {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.search__result-tags a {
    border: 1px solid #d5d5dd;
    display: inline-block;
    font-family: var(--it-ff-space);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
    margin-right: 2px;
    padding: 5px 18px
}

.search__result-tags a:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-color: #ffdc60;
    border-color: var(--it-theme-1);
    color: #fff;
    color: var(--it-common-white)
}

.search__blog-item {
    border: 1px solid #eaeaef;
    padding: 50px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .search__blog-item {
        padding: 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .search__blog-item {
        padding: 25px
    }
}

@media(max-width:767px) {
    .search__blog-item {
        padding: 20px
    }
}

.search__blog-title {
    font-size: 30px;
    letter-spacing: -.04em;
    line-height: 1.2;
    margin-bottom: 13px
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .search__blog-title {
        font-size: 28px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .search__blog-title {
        font-size: 21px
    }
    .search__blog-title br {
        display: none
    }
}

@media (max-width:767px),
only screen and (min-width:576px)and (max-width:767px) {
    .search__blog-title br {
        display: none
    }
}

@media(max-width:767px) {
    .search__blog-title {
        font-size: 25px
    }
}

.search__blog-title a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.search__blog-tag {
    margin-bottom: 10px
}

.search__blog-tag a {
    background-color: rgba(99, 100, 219, .06);
    color: var(--it-common-purple);
    display: inline-block;
    font-family: var(--it-ff-space);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 4px 12px
}

.search__blog-tag a:hover {
    background-color: var(--it-common-purple);
    color: #fff;
    color: var(--it-common-white)
}

.search__blog-meta span {
    color: var(--it-text-1);
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px
}

.search__blog-meta span i,
.search__blog-meta span svg {
    margin-right: 2px
}

.search__blog-meta span svg {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.search__blog-meta span svg path {
    stroke: #7a7e83
}

.search__blog-meta-author {
    margin-bottom: 10px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .search__blog-meta-author {
        margin-right: 20px
    }
}

.search__blog-meta-author-thumb img {
    border-radius: 50%;
    height: 24px;
    margin-right: 10px;
    width: 24px
}

.search__blog-meta-author-content span {
    color: #7a7e83;
    display: inline-block;
    font-family: var(--it-ff-inter);
    font-size: 14px
}

.search__blog-meta-author-content span a {
    color: var(--it-common-black-11);
    font-weight: 500
}

.search__blog-meta-author-content span a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.search__blog-content p {
    color: var(--it-text-1);
    font-size: 15px;
    line-height: 1.47;
    margin-bottom: 20px
}

.search__blog-btn .it-btn-border {
    padding: 8px 29px
}

.search__blog-btn .it-btn-border i,
.search__blog-btn .it-btn-border svg {
    margin-left: 5px
}

.search__blog-btn .it-btn-border svg {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.search__blog-btn .it-btn-border:hover {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-color: #ffdc60;
    border-color: var(--it-theme-1);
    color: #fff;
    color: var(--it-common-white)
}

.section-subtitle {
    background-color: rgba(255, 220, 96, .21);
    border-radius: 30px;
    color: #232323;
    color: var(--it-common-black);
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
    padding: 10px 30px
}

.section-subtitle.section-white-bg {
    background-color: #fff;
    background-color: var(--it-common-white)
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .section-subtitle {
        font-size: 15px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .section-subtitle {
        font-size: 14px
    }
}

.section-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3
}

.section-title span {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    padding: 0 5px
}

.section-title i {
    font-style: normal;
    position: relative
}

.section-title i:after {
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 20px;
    bottom: 6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(max-width:767px) {
    .section-title i:after {
        bottom: 2px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .section-title {
        font-size: 37px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .section-title {
        font-size: 38px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .section-title {
        font-size: 35px
    }
    .section-title br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .section-title {
        font-size: 40px
    }
    .section-title br {
        display: none
    }
}

@media(max-width:767px) {
    .section-title {
        font-size: 32px
    }
    .section-title br {
        display: none
    }
}

@media(max-width:575px) {
    .section-title {
        font-size: 27px
    }
    .section-title br {
        display: none
    }
}

.section-blue-subtitle {
    border-bottom: 1px solid #4a6ef0;
    border-bottom: 1px solid var(--it-common-blue-4);
    color: #4a6ef0;
    color: var(--it-common-blue-4);
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .section-blue-subtitle {
        font-size: 20px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .section-blue-subtitle {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .section-blue-subtitle {
        font-size: 20px
    }
}

.hero-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3
}

.hero-title span {
    -webkit-text-stroke: 2px #232323;
    -webkit-text-stroke: 2px var(--it-common-black);
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    color: transparent;
    padding: 0 5px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .hero-title {
        font-size: 54px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .hero-title {
        font-size: 54px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .hero-title {
        font-size: 48px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .hero-title {
        font-size: 38px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .hero-title {
        font-size: 38px
    }
}

@media(max-width:767px) {
    .hero-title {
        font-size: 35px
    }
}

@media(max-width:575px) {
    .hero-title {
        font-size: 28px
    }
}

.hero-2-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 54px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 15px
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .hero-2-title {
        font-size: 48px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .hero-2-title {
        font-size: 38px
    }
}

@media(max-width:767px) {
    .hero-2-title {
        font-size: 37px
    }
}

@media(max-width:575px) {
    .hero-2-title {
        font-size: 32px
    }
}

.hero-2-title span {
    position: relative
}

.hero-2-title span:after {
    -webkit-animation: section-animation 4s infinite;
    animation: section-animation 4s infinite;
    background-color: #ffdc60;
    background-color: var(--it-theme-1);
    border-radius: 20px;
    bottom: -3%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 92%
}

.hero-3-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 15px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .hero-3-title {
        font-size: 45px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .hero-3-title {
        font-size: 40px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .hero-3-title {
        font-size: 38px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .hero-3-title {
        font-size: 37px
    }
    .hero-3-title br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .hero-3-title {
        font-size: 35px
    }
    .hero-3-title br {
        display: none
    }
}

@media(max-width:767px) {
    .hero-3-title {
        font-size: 32px
    }
    .hero-3-title br {
        display: none
    }
}

@media(max-width:575px) {
    .hero-3-title {
        font-size: 30px
    }
    .hero-3-title br {
        display: none
    }
}

.hero-4-title {
    color: #232323;
    color: var(--it-common-black);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 15px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .hero-4-title {
        font-size: 45px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .hero-4-title {
        font-size: 41px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .hero-4-title {
        font-size: 40px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .hero-4-title {
        font-size: 41px
    }
    .hero-4-title br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .hero-4-title {
        font-size: 37px
    }
    .hero-4-title br {
        display: none
    }
}

@media(max-width:767px) {
    .hero-4-title {
        font-size: 35px
    }
    .hero-4-title br {
        display: none
    }
    .hero-4-title {
        font-size: 32px
    }
    .hero-4-title br {
        display: none
    }
}

.hero-4-title span {
    background-color: #95b8ff;
    padding: 0 10px
}

.hero-4-title span,
.hero-5-title {
    color: #232323;
    color: var(--it-common-black)
}

.hero-5-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 15px
}

@media only screen and (min-width:1600px)and (max-width:1800px) {
    .hero-5-title {
        font-size: 45px
    }
}

@media only screen and (min-width:1400px)and (max-width:1599px) {
    .hero-5-title {
        font-size: 38px
    }
}

@media only screen and (min-width:1200px)and (max-width:1399px) {
    .hero-5-title {
        font-size: 36px
    }
}

@media only screen and (min-width:992px)and (max-width:1199px) {
    .hero-5-title {
        font-size: 32px
    }
    .hero-5-title br {
        display: none
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .hero-5-title {
        font-size: 30px
    }
    .hero-5-title br {
        display: none
    }
}

@media(max-width:767px) {
    .hero-5-title {
        font-size: 28px
    }
    .hero-5-title br {
        display: none
    }
}

.hero-5-title span {
    background-color: #95b8ff;
    color: #232323;
    color: var(--it-common-black);
    padding: 0 10px
}

.section-title-fixed-width {
    margin: 0 auto;
    max-width: 650px
}

:root {
    /* --it-ff-body: "Rubik", sans-serif;
    --it-ff-heading: "Poppins", sans-serif;
    --it-ff-fontawesome: Font Awesome 5 Pro;
    --it-common-white: #fff;
    --it-common-white-2: #d0d0d0;
    --it-common-black: #232323;
    --it-common-black-2: #292930;
    --it-common-black-3: #3a3a42;
    --it-common-black-4: #e2e2e2;
    --it-common-black-5: #2b2b32;
    --it-common-black-6: #31303f;
    --it-common-black-7: #1d1d25;
    --it-common-black-8: #292931;
    --it-common-sky: #ebf8fb;
    --it-common-pink: #fff4f4;
    --it-common-pink-2: #ffadad;
    --it-common-pink-3: #fb87e1;
    --it-common-pink-4: #ff9c9c;
    --it-common-pink-5: #ffbebe;
    --it-common-blue: #83adff;
    --it-common-blue-2: #e4edff;
    --it-common-blue-3: #2e3bbb;
    --it-common-blue-4: #4a6ef0;
    --it-common-blue-5: #eff2fe;
    --it-common-paste: #59c9da;
    --it-common-paste-2: #daf3f7;
    --it-common-paste-3: #57c9da;
    --it-common-green: #5ef794;
    --it-common-red: #ffadad;
    --it-common-red-2: #ffeded;
    --it-common-yellow: #fff6d6;
    --it-common-yellow-2: #fff1c9;
    --it-common-yellow-3: #fff3c8;
    --it-heading-primary: #232323;
    --it-grey-1: #fffcf3;
    --it-grey-2: #fafafa;
    --it-text-body: #636363;
    --it-theme-1: #ffdc60;
    --it-border-1: #ddd;
    --it-border-2: #595252 */

    --it-common-white: #ffffff;
    --it-common-white-2: #d0d0d0;
    --it-common-black: #232323;
    --it-common-black-2: #292930;
    --it-common-black-3: #3a3a42;
    --it-common-black-4: #e2e2e2;
    --it-common-black-5: #2b2b32;
    --it-common-black-6: #31303f;
    --it-common-black-7: #1d1d25;
    --it-common-black-8: #292931;
    --it-common-sky: #ebf8fb;
    --it-common-pink: #0cbfdf1b;
    --it-common-pink-2: #ffadad;
    --it-common-pink-3: #fb87e1;
    --it-common-pink-4: #ff9c9c;
    --it-common-pink-5: #ffbebe;
    --it-common-blue: #83adff;
    --it-common-blue-2: #e4edff;
    --it-common-blue-3: #2e3bbb;
    --it-common-blue-4: #4a6ef0;
    --it-common-blue-5: #eff2fe;
    --it-common-paste: #59c9da;
    --it-common-paste-2: #daf3f7;
    --it-common-paste-3: #57c9da;
    --it-common-green: #5ef794;
    --it-common-red: #ffadad;
    --it-common-red-2: #ffeded;
    --it-common-yellow: #fff6d6;
    --it-common-yellow-2: #fff1c9;
    --it-common-yellow-3: #fff3c8;
    --it-heading-primary: #232323;
    --it-grey-1: #fffcf3;
    --it-grey-2: #fafafa;
    --it-text-body: #636363;
    --it-theme-1: #0CC0DF;
    --it-theme-11: #ffdc60;
    --it-border-1: #dddddd;
    --it-border-2: #595252;
}

.mobile-menu.mean-container {
    overflow: hidden
}

@media(max-width:767px) {
    .mobile-menu.mean-container {
        margin-bottom: 30px
    }
}

.mobile-menu .sidebar-list {
    clear: both
}

.mobile-menu .sidebar-list li {
    color: var(--tp-common-white);
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.mobile-menu .sidebar-list li:after {
    background-color: transparent;
    border: 1px solid #c00;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px
}

.mobile-menu .tp-sidebar-social {
    margin-top: 20px
}

.mobile-menu .tp-sidebar-social a {
    background-color: var(--tp-theme-primary);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    margin-right: 5px;
    text-align: center;
    width: 35px
}

.sidebar-title h3 {
    color: var(--tp-common-white)
}

.mean-container a.meanmenu-reveal {
    display: none
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0
}

.mean-container .mean-bar {
    background: none;
    min-height: auto;
    padding: 0
}

.mean-container .mean-nav>ul {
    display: block !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mean-container a.meanmenu-reveal {
    display: none !important
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 0;
    width: 100%
}

.mean-container .mean-nav ul li a:hover {
    color: #ffdc60;
    color: var(--it-theme-1)
}

.mean-container .mean-nav ul li a.mean-expand {
    border: 1px solid hsla(0, 0%, 100%, .1) !important;
    color: #fff;
    font-weight: 400;
    height: 30px;
    line-height: 14px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 !important;
    top: 0;
    width: 30px
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    border-color: #888;
    color: #ffdc60;
    color: var(--it-theme-1)
}

.mean-container .mean-nav ul li>a>i {
    display: none
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

@media(max-width:992px) {
    .mean-container .mean-nav ul li.has-dropdown .submenu {
        display: none
    }
    .mean-container .mean-nav ul li.has-dropdown .submenu.submenu-open {
        display: block
    }
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tp-theme-2)
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    color: var(--tp-common-white);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 27px;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: auto;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: auto;
    left: var(--swiper-pagination-left, auto);
    right: 8px;
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-fraction {
    color: inherit;
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    width: 98%;
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

/*# sourceMappingURL=main.18b32aa5.css.map*/