.nuxt-progress {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 0%;
    opacity: 1;
    transition: width 0.1s, opacity 0.4s;
    background-color: black;
    z-index: 999999;
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none;
}

.nuxt-progress-failed {
    background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
    box-sizing: border-box;
    position: fixed;
    font-family: monospace;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: 88px;
    z-index: 2147483647;
    font-size: 16px;
    line-height: 1.2rem;
}

.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
    transition-delay: 0.2s;
    transition-property: all;
    transition-duration: 0.3s;
}

.v-leave-to[data-v-71e9e103] {
    opacity: 0;
    transform: translateY(20px);
}

svg[data-v-71e9e103] {
    display: inline-block;
    vertical-align: baseline;
    width: 1.1em;
    height: 0.825em;
    position: relative;
    top: 1px;
}

@charset "UTF-8";

/*-------------------------
    Variables
-------------------------*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

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

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

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

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

.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-top: 0;
    margin-bottom: 1rem
}

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

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

ol, ul {
    padding-left: 2rem
}

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

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 {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    -webkit-text-decoration: none;
    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;
    direction: ltr;
    unicode-bidi: bidi-override
}

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

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

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

a>code {
    color: inherit
}

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

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

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

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

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

@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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

@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: 1185px
    }
}

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

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

.col {
    flex: 1 0 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%
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0 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%
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0 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%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0 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%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0 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%
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0 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-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: .25rem
}

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

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

.g-2, .gy-2 {
    --bs-gutter-y: .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-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: .25rem
    }

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

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

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: .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-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: .25rem
    }

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

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

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: .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-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: .25rem
    }

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

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

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: .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-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: .25rem
    }

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

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

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: .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-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: .25rem
    }

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

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

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

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

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

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

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

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

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

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

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

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

.caption-top {
    caption-side: top
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    -moz-margin-end: .75rem;
    margin-right: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    border-radius: 0;
    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::file-selector-button {
        transition: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-right: 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 {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

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

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

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

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

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

.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 {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -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;
    -webkit-appearance: none;
    appearance: none
}

@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 {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 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;
    -moz-appearance: none;
    appearance: none
}

@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 {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

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

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

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

.form-floating {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

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

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

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

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

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

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

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

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

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

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

.btn:hover {
    color: #212529
}

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

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

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

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

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

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

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

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

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

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

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

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

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

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

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

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

.btn-check:focus+.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

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

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

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

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

.btn-check:focus+.btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

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

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

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

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

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

.btn-check:focus+.btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

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

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

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

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

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

.btn-check:focus+.btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

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

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

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

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

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

.btn-check:focus+.btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

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

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

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

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

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

.btn-check:focus+.btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

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

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

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

@media(min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

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

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

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

@media(min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

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

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

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

@media(min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

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

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

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

@media(min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

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

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

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

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

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

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

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

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

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

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

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

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

.dropstart .dropdown-toggle::after {
    display: none
}

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-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-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .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-right: .375rem;
    padding-left: .375rem
}

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

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

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

.btn-group-vertical>.btn-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-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-right: .5rem;
        padding-left: .5rem
    }

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

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

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

@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-right: .5rem;
        padding-left: .5rem
    }

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

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

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

@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-right: .5rem;
        padding-left: .5rem
    }

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

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

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

@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-right: .5rem;
        padding-left: .5rem
    }

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

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

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

@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-right: .5rem;
        padding-left: .5rem
    }

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

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

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

.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-right: .5rem;
    padding-left: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

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

.card-link:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-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-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: 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, border-radius .15s ease
}

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

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

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

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

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

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

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

.accordion-header {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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 {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

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

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

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

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

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

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

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

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

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

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

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

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

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

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

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

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

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

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

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

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

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

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

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

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

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

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

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

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

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

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

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

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

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

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

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

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

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

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

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

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

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

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

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

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

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

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

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

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

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

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

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

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

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

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

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

@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) {
    transform: translateX(100%)
}

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

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

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

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

@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 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@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;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

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

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

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

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

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

.carousel-indicators .active {
    opacity: 1
}

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

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

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

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

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

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

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

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

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

.link-secondary {
    color: #6c757d
}

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

.link-success {
    color: #198754
}

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

.link-info {
    color: #0dcaf0
}

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

.link-warning {
    color: #ffc107
}

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

.link-danger {
    color: #dc3545
}

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

.link-light {
    color: #f8f9fa
}

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

.link-dark {
    color: #212529
}

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

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

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

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

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

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

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

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

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

.border-end {
    border-right: 1px solid #dee2e6 !important
}

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

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

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

.border-start {
    border-left: 1px solid #dee2e6 !important
}

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

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

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

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

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

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

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

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

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

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: 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-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 {
    -webkit-text-decoration: none !important;
    text-decoration: none !important
}

.text-decoration-underline {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important
}

.text-decoration-line-through {
    -webkit-text-decoration: line-through !important;
    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 {
    color: #0d6efd !important
}

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

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

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

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

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

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

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

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

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

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

.bg-success {
    background-color: #198754 !important
}

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

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

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

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

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

.rounded {
    border-radius: .25rem !important
}

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

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

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

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: 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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: 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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: 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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: 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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: 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-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(/_nuxt/assets/fonts/icomoon.eot);
    src: url(/_nuxt/assets/fonts/icomoon.eot#iefix) format('embedded-opentype'),
        url(/_nuxt/assets/fonts/icomoon.ttf) format('truetype'),
        url(/_nuxt/assets/fonts/icomoon.woff) format('woff'),
        url(/_nuxt/assets/fonts/icomoon.svg#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
    content: '\e95c';
}

.icon-remove:before {
    content: '\e95d';
}

.icon-east:before {
    content: '\e95a';
}

.icon-west:before {
    content: '\e95b';
}

.icon-envelope:before {
    content: '\f0e0';
}

.icon-angle-left:before {
    content: '\f104';
}

.icon-angle-right:before {
    content: '\f105';
}

.icon-share-alt:before {
    content: '\f1e0';
}

.icon-1:before {
    content: '\e900';
}

.icon-2:before {
    content: '\e901';
}

.icon-3:before {
    content: '\e902';
}

.icon-4:before {
    content: '\e903';
}

.icon-5:before {
    content: '\e904';
}

.icon-6:before {
    content: '\e905';
}

.icon-7:before {
    content: '\e906';
}

.icon-8:before {
    content: '\e907';
}

.icon-9:before {
    content: '\e908';
}

.icon-10:before {
    content: '\e909';
}

.icon-11:before {
    content: '\e90a';
}

.icon-12:before {
    content: '\e90b';
}

.icon-13:before {
    content: '\e90c';
}

.icon-14:before {
    content: '\e90d';
}

.icon-15:before {
    content: '\e90e';
}

.icon-16:before {
    content: '\e90f';
}

.icon-17:before {
    content: '\e910';
}

.icon-18:before {
    content: '\e911';
}

.icon-19:before {
    content: '\e912';
}

.icon-20:before {
    content: '\e913';
}

.icon-21:before {
    content: '\e914';
}

.icon-22:before {
    content: '\e915';
}

.icon-23:before {
    content: '\e916';
}

.icon-24:before {
    content: '\e917';
}

.icon-25:before {
    content: '\e918';
}

.icon-26:before {
    content: '\e919';
}

.icon-27:before {
    content: '\e91a';
}

.icon-28:before {
    content: '\e91b';
}

.icon-29:before {
    content: '\e91c';
}

.icon-30:before {
    content: '\e91d';
}

.icon-31:before {
    content: '\e91e';
}

.icon-32:before {
    content: '\e91f';
}

.icon-33:before {
    content: '\e920';
}

.icon-34:before {
    content: '\e921';
}

.icon-35:before {
    content: '\e922';
}

.icon-36:before {
    content: '\e923';
}

.icon-37:before {
    content: '\e924';
}

.icon-38:before {
    content: '\e925';
}

.icon-39:before {
    content: '\e926';
}

.icon-40:before {
    content: '\e927';
}

.icon-41:before {
    content: '\e928';
}

.icon-42:before {
    content: '\e929';
}

.icon-43:before {
    content: '\e92a';
}

.icon-44:before {
    content: '\e92b';
}

.icon-45:before {
    content: '\e92c';
}

.icon-46:before {
    content: '\e92d';
}

.icon-47:before {
    content: '\e92e';
}

.icon-48:before {
    content: '\e92f';
}

.icon-49:before {
    content: '\e930';
}

.icon-50:before {
    content: '\e931';
}

.icon-51:before {
    content: '\e932';
}

.icon-52:before {
    content: '\e933';
}

.icon-53:before {
    content: '\e934';
}

.icon-54:before {
    content: '\e935';
}

.icon-55:before {
    content: '\e936';
}

.icon-56:before {
    content: '\e937';
}

.icon-57:before {
    content: '\e938';
}

.icon-58:before {
    content: '\e939';
}

.icon-59:before {
    content: '\e93a';
}

.icon-60:before {
    content: '\e93b';
}

.icon-61:before {
    content: '\e93c';
}

.icon-62:before {
    content: '\e93d';
}

.icon-63:before {
    content: '\e93e';
}

.icon-64:before {
    content: '\e93f';
}

.icon-65:before {
    content: '\e940';
}

.icon-66:before {
    content: '\e941';
}

.icon-67:before {
    content: '\e942';
}

.icon-68:before {
    content: '\e943';
}

.icon-69:before {
    content: '\e944';
}

.icon-70:before {
    content: '\e945';
}

.icon-71:before {
    content: '\e946';
}

.icon-72:before {
    content: '\e947';
}

.icon-73:before {
    content: '\e948';
}

.icon-74:before {
    content: '\e949';
}

.icon-75:before {
    content: '\e94a';
}

.icon-76:before {
    content: '\e94b';
}

.icon-77:before {
    content: '\e94c';
}

.icon-78:before {
    content: '\e94d';
}

.icon-79:before {
    content: '\e94e';
}

.icon-80:before {
    content: '\e94f';
}

.icon-81:before {
    content: '\e950';
}

.icon-82:before {
    content: '\e951';
}

.icon-83:before {
    content: '\e952';
}

.icon-84:before {
    content: '\e953';
}

.icon-85:before {
    content: '\e954';
}

.icon-86:before {
    content: '\e955';
}

.icon-87:before {
    content: '\e956';
}

.icon-88:before {
    content: '\e957';
}

.icon-89:before {
    content: '\e958';
}

.icon-phone:before {
    content: '\e959';
}

.icon-star-empty:before {
    content: '\e9d7';
}

.icon-star-half:before {
    content: '\e9d8';
}

.icon-star-full:before {
    content: '\e9d9';
}

.icon-minus:before {
    content: '\ea0b';
}

.icon-share2:before {
    content: '\ea82';
}

.icon-facebook:before {
    content: '\ea90';
}

.icon-instagram:before {
    content: '\ea92';
}

.icon-twitter:before {
    content: '\ea96';
}

.icon-whatsapp:before {
    content: "\f232";
}

.icon-youtube:before {
    content: '\ea9d';
}

.icon-linkedin2:before {
    content: '\eaca';
}

.icon-pinterest:before {
    content: '\ead1';
}

.icon-map:before {
    content: '\e045';
}

.icon-arrow-up-right2:before {
    content: '\ea33';
}

/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
    font-family: "remixicon";
    src: url(/_nuxt/assets/fonts/remixicon.eot);
    /* IE9*/
    src: url(/_nuxt/assets/fonts/remixicon.eot#iefix) format('embedded-opentype'),
        /* IE6-IE8 */
        url(/_nuxt/assets/fonts/remixicon.woff2) format("woff2"),
        url(/_nuxt/assets/fonts/remixicon.woff) format("woff"),
        url(/_nuxt/assets/fonts/remixicon.ttf) format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url(/_nuxt/assets/fonts/remixicon.svg#remixicon) format('svg');
    /* iOS 4.1- */
    font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-lg {
    font-size: 1.3333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.ri-xl {
    font-size: 1.5em;
    line-height: 0.6666em;
    vertical-align: -.075em;
}

.ri-xxs {
    font-size: .5em;
}

.ri-xs {
    font-size: .75em;
}

.ri-sm {
    font-size: .875em
}

.ri-1x {
    font-size: 1em;
}

.ri-2x {
    font-size: 2em;
}

.ri-3x {
    font-size: 3em;
}

.ri-4x {
    font-size: 4em;
}

.ri-5x {
    font-size: 5em;
}

.ri-6x {
    font-size: 6em;
}

.ri-7x {
    font-size: 7em;
}

.ri-8x {
    font-size: 8em;
}

.ri-9x {
    font-size: 9em;
}

.ri-10x {
    font-size: 10em;
}

.ri-fw {
    text-align: center;
    width: 1.25em;
}

.ri-24-hours-fill:before {
    content: "\ea01";
}

.ri-24-hours-line:before {
    content: "\ea02";
}

.ri-4k-fill:before {
    content: "\ea03";
}

.ri-4k-line:before {
    content: "\ea04";
}

.ri-a-b:before {
    content: "\ea05";
}

.ri-account-box-fill:before {
    content: "\ea06";
}

.ri-account-box-line:before {
    content: "\ea07";
}

.ri-account-circle-fill:before {
    content: "\ea08";
}

.ri-account-circle-line:before {
    content: "\ea09";
}

.ri-account-pin-box-fill:before {
    content: "\ea0a";
}

.ri-account-pin-box-line:before {
    content: "\ea0b";
}

.ri-account-pin-circle-fill:before {
    content: "\ea0c";
}

.ri-account-pin-circle-line:before {
    content: "\ea0d";
}

.ri-add-box-fill:before {
    content: "\ea0e";
}

.ri-add-box-line:before {
    content: "\ea0f";
}

.ri-add-circle-fill:before {
    content: "\ea10";
}

.ri-add-circle-line:before {
    content: "\ea11";
}

.ri-add-fill:before {
    content: "\ea12";
}

.ri-add-line:before {
    content: "\ea13";
}

.ri-admin-fill:before {
    content: "\ea14";
}

.ri-admin-line:before {
    content: "\ea15";
}

.ri-advertisement-fill:before {
    content: "\ea16";
}

.ri-advertisement-line:before {
    content: "\ea17";
}

.ri-airplay-fill:before {
    content: "\ea18";
}

.ri-airplay-line:before {
    content: "\ea19";
}

.ri-alarm-fill:before {
    content: "\ea1a";
}

.ri-alarm-line:before {
    content: "\ea1b";
}

.ri-alarm-warning-fill:before {
    content: "\ea1c";
}

.ri-alarm-warning-line:before {
    content: "\ea1d";
}

.ri-album-fill:before {
    content: "\ea1e";
}

.ri-album-line:before {
    content: "\ea1f";
}

.ri-alert-fill:before {
    content: "\ea20";
}

.ri-alert-line:before {
    content: "\ea21";
}

.ri-aliens-fill:before {
    content: "\ea22";
}

.ri-aliens-line:before {
    content: "\ea23";
}

.ri-align-bottom:before {
    content: "\ea24";
}

.ri-align-center:before {
    content: "\ea25";
}

.ri-align-justify:before {
    content: "\ea26";
}

.ri-align-left:before {
    content: "\ea27";
}

.ri-align-right:before {
    content: "\ea28";
}

.ri-align-top:before {
    content: "\ea29";
}

.ri-align-vertically:before {
    content: "\ea2a";
}

.ri-alipay-fill:before {
    content: "\ea2b";
}

.ri-alipay-line:before {
    content: "\ea2c";
}

.ri-amazon-fill:before {
    content: "\ea2d";
}

.ri-amazon-line:before {
    content: "\ea2e";
}

.ri-anchor-fill:before {
    content: "\ea2f";
}

.ri-anchor-line:before {
    content: "\ea30";
}

.ri-ancient-gate-fill:before {
    content: "\ea31";
}

.ri-ancient-gate-line:before {
    content: "\ea32";
}

.ri-ancient-pavilion-fill:before {
    content: "\ea33";
}

.ri-ancient-pavilion-line:before {
    content: "\ea34";
}

.ri-android-fill:before {
    content: "\ea35";
}

.ri-android-line:before {
    content: "\ea36";
}

.ri-angularjs-fill:before {
    content: "\ea37";
}

.ri-angularjs-line:before {
    content: "\ea38";
}

.ri-anticlockwise-2-fill:before {
    content: "\ea39";
}

.ri-anticlockwise-2-line:before {
    content: "\ea3a";
}

.ri-anticlockwise-fill:before {
    content: "\ea3b";
}

.ri-anticlockwise-line:before {
    content: "\ea3c";
}

.ri-app-store-fill:before {
    content: "\ea3d";
}

.ri-app-store-line:before {
    content: "\ea3e";
}

.ri-apple-fill:before {
    content: "\ea3f";
}

.ri-apple-line:before {
    content: "\ea40";
}

.ri-apps-2-fill:before {
    content: "\ea41";
}

.ri-apps-2-line:before {
    content: "\ea42";
}

.ri-apps-fill:before {
    content: "\ea43";
}

.ri-apps-line:before {
    content: "\ea44";
}

.ri-archive-drawer-fill:before {
    content: "\ea45";
}

.ri-archive-drawer-line:before {
    content: "\ea46";
}

.ri-archive-fill:before {
    content: "\ea47";
}

.ri-archive-line:before {
    content: "\ea48";
}

.ri-arrow-down-circle-fill:before {
    content: "\ea49";
}

.ri-arrow-down-circle-line:before {
    content: "\ea4a";
}

.ri-arrow-down-fill:before {
    content: "\ea4b";
}

.ri-arrow-down-line:before {
    content: "\ea4c";
}

.ri-arrow-down-s-fill:before {
    content: "\ea4d";
}

.ri-arrow-down-s-line:before {
    content: "\ea4e";
}

.ri-arrow-drop-down-fill:before {
    content: "\ea4f";
}

.ri-arrow-drop-down-line:before {
    content: "\ea50";
}

.ri-arrow-drop-left-fill:before {
    content: "\ea51";
}

.ri-arrow-drop-left-line:before {
    content: "\ea52";
}

.ri-arrow-drop-right-fill:before {
    content: "\ea53";
}

.ri-arrow-drop-right-line:before {
    content: "\ea54";
}

.ri-arrow-drop-up-fill:before {
    content: "\ea55";
}

.ri-arrow-drop-up-line:before {
    content: "\ea56";
}

.ri-arrow-go-back-fill:before {
    content: "\ea57";
}

.ri-arrow-go-back-line:before {
    content: "\ea58";
}

.ri-arrow-go-forward-fill:before {
    content: "\ea59";
}

.ri-arrow-go-forward-line:before {
    content: "\ea5a";
}

.ri-arrow-left-circle-fill:before {
    content: "\ea5b";
}

.ri-arrow-left-circle-line:before {
    content: "\ea5c";
}

.ri-arrow-left-down-fill:before {
    content: "\ea5d";
}

.ri-arrow-left-down-line:before {
    content: "\ea5e";
}

.ri-arrow-left-fill:before {
    content: "\ea5f";
}

.ri-arrow-left-line:before {
    content: "\ea60";
}

.ri-arrow-left-right-fill:before {
    content: "\ea61";
}

.ri-arrow-left-right-line:before {
    content: "\ea62";
}

.ri-arrow-left-s-fill:before {
    content: "\ea63";
}

.ri-arrow-left-s-line:before {
    content: "\ea64";
}

.ri-arrow-left-up-fill:before {
    content: "\ea65";
}

.ri-arrow-left-up-line:before {
    content: "\ea66";
}

.ri-arrow-right-circle-fill:before {
    content: "\ea67";
}

.ri-arrow-right-circle-line:before {
    content: "\ea68";
}

.ri-arrow-right-down-fill:before {
    content: "\ea69";
}

.ri-arrow-right-down-line:before {
    content: "\ea6a";
}

.ri-arrow-right-fill:before {
    content: "\ea6b";
}

.ri-arrow-right-line:before {
    content: "\ea6c";
}

.ri-arrow-right-s-fill:before {
    content: "\ea6d";
}

.ri-arrow-right-s-line:before {
    content: "\ea6e";
}

.ri-arrow-right-up-fill:before {
    content: "\ea6f";
}

.ri-arrow-right-up-line:before {
    content: "\ea70";
}

.ri-arrow-up-circle-fill:before {
    content: "\ea71";
}

.ri-arrow-up-circle-line:before {
    content: "\ea72";
}

.ri-arrow-up-down-fill:before {
    content: "\ea73";
}

.ri-arrow-up-down-line:before {
    content: "\ea74";
}

.ri-arrow-up-fill:before {
    content: "\ea75";
}

.ri-arrow-up-line:before {
    content: "\ea76";
}

.ri-arrow-up-s-fill:before {
    content: "\ea77";
}

.ri-arrow-up-s-line:before {
    content: "\ea78";
}

.ri-artboard-2-fill:before {
    content: "\ea79";
}

.ri-artboard-2-line:before {
    content: "\ea7a";
}

.ri-artboard-fill:before {
    content: "\ea7b";
}

.ri-artboard-line:before {
    content: "\ea7c";
}

.ri-article-fill:before {
    content: "\ea7d";
}

.ri-article-line:before {
    content: "\ea7e";
}

.ri-aspect-ratio-fill:before {
    content: "\ea7f";
}

.ri-aspect-ratio-line:before {
    content: "\ea80";
}

.ri-asterisk:before {
    content: "\ea81";
}

.ri-at-fill:before {
    content: "\ea82";
}

.ri-at-line:before {
    content: "\ea83";
}

.ri-attachment-2:before {
    content: "\ea84";
}

.ri-attachment-fill:before {
    content: "\ea85";
}

.ri-attachment-line:before {
    content: "\ea86";
}

.ri-auction-fill:before {
    content: "\ea87";
}

.ri-auction-line:before {
    content: "\ea88";
}

.ri-award-fill:before {
    content: "\ea89";
}

.ri-award-line:before {
    content: "\ea8a";
}

.ri-baidu-fill:before {
    content: "\ea8b";
}

.ri-baidu-line:before {
    content: "\ea8c";
}

.ri-ball-pen-fill:before {
    content: "\ea8d";
}

.ri-ball-pen-line:before {
    content: "\ea8e";
}

.ri-bank-card-2-fill:before {
    content: "\ea8f";
}

.ri-bank-card-2-line:before {
    content: "\ea90";
}

.ri-bank-card-fill:before {
    content: "\ea91";
}

.ri-bank-card-line:before {
    content: "\ea92";
}

.ri-bank-fill:before {
    content: "\ea93";
}

.ri-bank-line:before {
    content: "\ea94";
}

.ri-bar-chart-2-fill:before {
    content: "\ea95";
}

.ri-bar-chart-2-line:before {
    content: "\ea96";
}

.ri-bar-chart-box-fill:before {
    content: "\ea97";
}

.ri-bar-chart-box-line:before {
    content: "\ea98";
}

.ri-bar-chart-fill:before {
    content: "\ea99";
}

.ri-bar-chart-grouped-fill:before {
    content: "\ea9a";
}

.ri-bar-chart-grouped-line:before {
    content: "\ea9b";
}

.ri-bar-chart-horizontal-fill:before {
    content: "\ea9c";
}

.ri-bar-chart-horizontal-line:before {
    content: "\ea9d";
}

.ri-bar-chart-line:before {
    content: "\ea9e";
}

.ri-barcode-box-fill:before {
    content: "\ea9f";
}

.ri-barcode-box-line:before {
    content: "\eaa0";
}

.ri-barcode-fill:before {
    content: "\eaa1";
}

.ri-barcode-line:before {
    content: "\eaa2";
}

.ri-barricade-fill:before {
    content: "\eaa3";
}

.ri-barricade-line:before {
    content: "\eaa4";
}

.ri-base-station-fill:before {
    content: "\eaa5";
}

.ri-base-station-line:before {
    content: "\eaa6";
}

.ri-basketball-fill:before {
    content: "\eaa7";
}

.ri-basketball-line:before {
    content: "\eaa8";
}

.ri-battery-2-charge-fill:before {
    content: "\eaa9";
}

.ri-battery-2-charge-line:before {
    content: "\eaaa";
}

.ri-battery-2-fill:before {
    content: "\eaab";
}

.ri-battery-2-line:before {
    content: "\eaac";
}

.ri-battery-charge-fill:before {
    content: "\eaad";
}

.ri-battery-charge-line:before {
    content: "\eaae";
}

.ri-battery-fill:before {
    content: "\eaaf";
}

.ri-battery-line:before {
    content: "\eab0";
}

.ri-battery-low-fill:before {
    content: "\eab1";
}

.ri-battery-low-line:before {
    content: "\eab2";
}

.ri-battery-saver-fill:before {
    content: "\eab3";
}

.ri-battery-saver-line:before {
    content: "\eab4";
}

.ri-battery-share-fill:before {
    content: "\eab5";
}

.ri-battery-share-line:before {
    content: "\eab6";
}

.ri-bear-smile-fill:before {
    content: "\eab7";
}

.ri-bear-smile-line:before {
    content: "\eab8";
}

.ri-behance-fill:before {
    content: "\eab9";
}

.ri-behance-line:before {
    content: "\eaba";
}

.ri-bell-fill:before {
    content: "\eabb";
}

.ri-bell-line:before {
    content: "\eabc";
}

.ri-bike-fill:before {
    content: "\eabd";
}

.ri-bike-line:before {
    content: "\eabe";
}

.ri-bilibili-fill:before {
    content: "\eabf";
}

.ri-bilibili-line:before {
    content: "\eac0";
}

.ri-bill-fill:before {
    content: "\eac1";
}

.ri-bill-line:before {
    content: "\eac2";
}

.ri-billiards-fill:before {
    content: "\eac3";
}

.ri-billiards-line:before {
    content: "\eac4";
}

.ri-bit-coin-fill:before {
    content: "\eac5";
}

.ri-bit-coin-line:before {
    content: "\eac6";
}

.ri-blaze-fill:before {
    content: "\eac7";
}

.ri-blaze-line:before {
    content: "\eac8";
}

.ri-bluetooth-connect-fill:before {
    content: "\eac9";
}

.ri-bluetooth-connect-line:before {
    content: "\eaca";
}

.ri-bluetooth-fill:before {
    content: "\eacb";
}

.ri-bluetooth-line:before {
    content: "\eacc";
}

.ri-blur-off-fill:before {
    content: "\eacd";
}

.ri-blur-off-line:before {
    content: "\eace";
}

.ri-body-scan-fill:before {
    content: "\eacf";
}

.ri-body-scan-line:before {
    content: "\ead0";
}

.ri-bold:before {
    content: "\ead1";
}

.ri-book-2-fill:before {
    content: "\ead2";
}

.ri-book-2-line:before {
    content: "\ead3";
}

.ri-book-3-fill:before {
    content: "\ead4";
}

.ri-book-3-line:before {
    content: "\ead5";
}

.ri-book-fill:before {
    content: "\ead6";
}

.ri-book-line:before {
    content: "\ead7";
}

.ri-book-mark-fill:before {
    content: "\ead8";
}

.ri-book-mark-line:before {
    content: "\ead9";
}

.ri-book-open-fill:before {
    content: "\eada";
}

.ri-book-open-line:before {
    content: "\eadb";
}

.ri-book-read-fill:before {
    content: "\eadc";
}

.ri-book-read-line:before {
    content: "\eadd";
}

.ri-booklet-fill:before {
    content: "\eade";
}

.ri-booklet-line:before {
    content: "\eadf";
}

.ri-bookmark-2-fill:before {
    content: "\eae0";
}

.ri-bookmark-2-line:before {
    content: "\eae1";
}

.ri-bookmark-3-fill:before {
    content: "\eae2";
}

.ri-bookmark-3-line:before {
    content: "\eae3";
}

.ri-bookmark-fill:before {
    content: "\eae4";
}

.ri-bookmark-line:before {
    content: "\eae5";
}

.ri-boxing-fill:before {
    content: "\eae6";
}

.ri-boxing-line:before {
    content: "\eae7";
}

.ri-braces-fill:before {
    content: "\eae8";
}

.ri-braces-line:before {
    content: "\eae9";
}

.ri-brackets-fill:before {
    content: "\eaea";
}

.ri-brackets-line:before {
    content: "\eaeb";
}

.ri-briefcase-2-fill:before {
    content: "\eaec";
}

.ri-briefcase-2-line:before {
    content: "\eaed";
}

.ri-briefcase-3-fill:before {
    content: "\eaee";
}

.ri-briefcase-3-line:before {
    content: "\eaef";
}

.ri-briefcase-4-fill:before {
    content: "\eaf0";
}

.ri-briefcase-4-line:before {
    content: "\eaf1";
}

.ri-briefcase-5-fill:before {
    content: "\eaf2";
}

.ri-briefcase-5-line:before {
    content: "\eaf3";
}

.ri-briefcase-fill:before {
    content: "\eaf4";
}

.ri-briefcase-line:before {
    content: "\eaf5";
}

.ri-bring-forward:before {
    content: "\eaf6";
}

.ri-bring-to-front:before {
    content: "\eaf7";
}

.ri-broadcast-fill:before {
    content: "\eaf8";
}

.ri-broadcast-line:before {
    content: "\eaf9";
}

.ri-brush-2-fill:before {
    content: "\eafa";
}

.ri-brush-2-line:before {
    content: "\eafb";
}

.ri-brush-3-fill:before {
    content: "\eafc";
}

.ri-brush-3-line:before {
    content: "\eafd";
}

.ri-brush-4-fill:before {
    content: "\eafe";
}

.ri-brush-4-line:before {
    content: "\eaff";
}

.ri-brush-fill:before {
    content: "\eb00";
}

.ri-brush-line:before {
    content: "\eb01";
}

.ri-bubble-chart-fill:before {
    content: "\eb02";
}

.ri-bubble-chart-line:before {
    content: "\eb03";
}

.ri-bug-2-fill:before {
    content: "\eb04";
}

.ri-bug-2-line:before {
    content: "\eb05";
}

.ri-bug-fill:before {
    content: "\eb06";
}

.ri-bug-line:before {
    content: "\eb07";
}

.ri-building-2-fill:before {
    content: "\eb08";
}

.ri-building-2-line:before {
    content: "\eb09";
}

.ri-building-3-fill:before {
    content: "\eb0a";
}

.ri-building-3-line:before {
    content: "\eb0b";
}

.ri-building-4-fill:before {
    content: "\eb0c";
}

.ri-building-4-line:before {
    content: "\eb0d";
}

.ri-building-fill:before {
    content: "\eb0e";
}

.ri-building-line:before {
    content: "\eb0f";
}

.ri-bus-2-fill:before {
    content: "\eb10";
}

.ri-bus-2-line:before {
    content: "\eb11";
}

.ri-bus-fill:before {
    content: "\eb12";
}

.ri-bus-line:before {
    content: "\eb13";
}

.ri-bus-wifi-fill:before {
    content: "\eb14";
}

.ri-bus-wifi-line:before {
    content: "\eb15";
}

.ri-cactus-fill:before {
    content: "\eb16";
}

.ri-cactus-line:before {
    content: "\eb17";
}

.ri-cake-2-fill:before {
    content: "\eb18";
}

.ri-cake-2-line:before {
    content: "\eb19";
}

.ri-cake-3-fill:before {
    content: "\eb1a";
}

.ri-cake-3-line:before {
    content: "\eb1b";
}

.ri-cake-fill:before {
    content: "\eb1c";
}

.ri-cake-line:before {
    content: "\eb1d";
}

.ri-calculator-fill:before {
    content: "\eb1e";
}

.ri-calculator-line:before {
    content: "\eb1f";
}

.ri-calendar-2-fill:before {
    content: "\eb20";
}

.ri-calendar-2-line:before {
    content: "\eb21";
}

.ri-calendar-check-fill:before {
    content: "\eb22";
}

.ri-calendar-check-line:before {
    content: "\eb23";
}

.ri-calendar-event-fill:before {
    content: "\eb24";
}

.ri-calendar-event-line:before {
    content: "\eb25";
}

.ri-calendar-fill:before {
    content: "\eb26";
}

.ri-calendar-line:before {
    content: "\eb27";
}

.ri-calendar-todo-fill:before {
    content: "\eb28";
}

.ri-calendar-todo-line:before {
    content: "\eb29";
}

.ri-camera-2-fill:before {
    content: "\eb2a";
}

.ri-camera-2-line:before {
    content: "\eb2b";
}

.ri-camera-3-fill:before {
    content: "\eb2c";
}

.ri-camera-3-line:before {
    content: "\eb2d";
}

.ri-camera-fill:before {
    content: "\eb2e";
}

.ri-camera-lens-fill:before {
    content: "\eb2f";
}

.ri-camera-lens-line:before {
    content: "\eb30";
}

.ri-camera-line:before {
    content: "\eb31";
}

.ri-camera-off-fill:before {
    content: "\eb32";
}

.ri-camera-off-line:before {
    content: "\eb33";
}

.ri-camera-switch-fill:before {
    content: "\eb34";
}

.ri-camera-switch-line:before {
    content: "\eb35";
}

.ri-capsule-fill:before {
    content: "\eb36";
}

.ri-capsule-line:before {
    content: "\eb37";
}

.ri-car-fill:before {
    content: "\eb38";
}

.ri-car-line:before {
    content: "\eb39";
}

.ri-car-washing-fill:before {
    content: "\eb3a";
}

.ri-car-washing-line:before {
    content: "\eb3b";
}

.ri-caravan-fill:before {
    content: "\eb3c";
}

.ri-caravan-line:before {
    content: "\eb3d";
}

.ri-cast-fill:before {
    content: "\eb3e";
}

.ri-cast-line:before {
    content: "\eb3f";
}

.ri-cellphone-fill:before {
    content: "\eb40";
}

.ri-cellphone-line:before {
    content: "\eb41";
}

.ri-celsius-fill:before {
    content: "\eb42";
}

.ri-celsius-line:before {
    content: "\eb43";
}

.ri-centos-fill:before {
    content: "\eb44";
}

.ri-centos-line:before {
    content: "\eb45";
}

.ri-character-recognition-fill:before {
    content: "\eb46";
}

.ri-character-recognition-line:before {
    content: "\eb47";
}

.ri-charging-pile-2-fill:before {
    content: "\eb48";
}

.ri-charging-pile-2-line:before {
    content: "\eb49";
}

.ri-charging-pile-fill:before {
    content: "\eb4a";
}

.ri-charging-pile-line:before {
    content: "\eb4b";
}

.ri-chat-1-fill:before {
    content: "\eb4c";
}

.ri-chat-1-line:before {
    content: "\eb4d";
}

.ri-chat-2-fill:before {
    content: "\eb4e";
}

.ri-chat-2-line:before {
    content: "\eb4f";
}

.ri-chat-3-fill:before {
    content: "\eb50";
}

.ri-chat-3-line:before {
    content: "\eb51";
}

.ri-chat-4-fill:before {
    content: "\eb52";
}

.ri-chat-4-line:before {
    content: "\eb53";
}

.ri-chat-check-fill:before {
    content: "\eb54";
}

.ri-chat-check-line:before {
    content: "\eb55";
}

.ri-chat-delete-fill:before {
    content: "\eb56";
}

.ri-chat-delete-line:before {
    content: "\eb57";
}

.ri-chat-download-fill:before {
    content: "\eb58";
}

.ri-chat-download-line:before {
    content: "\eb59";
}

.ri-chat-follow-up-fill:before {
    content: "\eb5a";
}

.ri-chat-follow-up-line:before {
    content: "\eb5b";
}

.ri-chat-forward-fill:before {
    content: "\eb5c";
}

.ri-chat-forward-line:before {
    content: "\eb5d";
}

.ri-chat-heart-fill:before {
    content: "\eb5e";
}

.ri-chat-heart-line:before {
    content: "\eb5f";
}

.ri-chat-history-fill:before {
    content: "\eb60";
}

.ri-chat-history-line:before {
    content: "\eb61";
}

.ri-chat-new-fill:before {
    content: "\eb62";
}

.ri-chat-new-line:before {
    content: "\eb63";
}

.ri-chat-off-fill:before {
    content: "\eb64";
}

.ri-chat-off-line:before {
    content: "\eb65";
}

.ri-chat-poll-fill:before {
    content: "\eb66";
}

.ri-chat-poll-line:before {
    content: "\eb67";
}

.ri-chat-private-fill:before {
    content: "\eb68";
}

.ri-chat-private-line:before {
    content: "\eb69";
}

.ri-chat-quote-fill:before {
    content: "\eb6a";
}

.ri-chat-quote-line:before {
    content: "\eb6b";
}

.ri-chat-settings-fill:before {
    content: "\eb6c";
}

.ri-chat-settings-line:before {
    content: "\eb6d";
}

.ri-chat-smile-2-fill:before {
    content: "\eb6e";
}

.ri-chat-smile-2-line:before {
    content: "\eb6f";
}

.ri-chat-smile-3-fill:before {
    content: "\eb70";
}

.ri-chat-smile-3-line:before {
    content: "\eb71";
}

.ri-chat-smile-fill:before {
    content: "\eb72";
}

.ri-chat-smile-line:before {
    content: "\eb73";
}

.ri-chat-upload-fill:before {
    content: "\eb74";
}

.ri-chat-upload-line:before {
    content: "\eb75";
}

.ri-chat-voice-fill:before {
    content: "\eb76";
}

.ri-chat-voice-line:before {
    content: "\eb77";
}

.ri-check-double-fill:before {
    content: "\eb78";
}

.ri-check-double-line:before {
    content: "\eb79";
}

.ri-check-fill:before {
    content: "\eb7a";
}

.ri-check-line:before {
    content: "\eb7b";
}

.ri-checkbox-blank-circle-fill:before {
    content: "\eb7c";
}

.ri-checkbox-blank-circle-line:before {
    content: "\eb7d";
}

.ri-checkbox-blank-fill:before {
    content: "\eb7e";
}

.ri-checkbox-blank-line:before {
    content: "\eb7f";
}

.ri-checkbox-circle-fill:before {
    content: "\eb80";
}

.ri-checkbox-circle-line:before {
    content: "\eb81";
}

.ri-checkbox-fill:before {
    content: "\eb82";
}

.ri-checkbox-indeterminate-fill:before {
    content: "\eb83";
}

.ri-checkbox-indeterminate-line:before {
    content: "\eb84";
}

.ri-checkbox-line:before {
    content: "\eb85";
}

.ri-checkbox-multiple-blank-fill:before {
    content: "\eb86";
}

.ri-checkbox-multiple-blank-line:before {
    content: "\eb87";
}

.ri-checkbox-multiple-fill:before {
    content: "\eb88";
}

.ri-checkbox-multiple-line:before {
    content: "\eb89";
}

.ri-china-railway-fill:before {
    content: "\eb8a";
}

.ri-china-railway-line:before {
    content: "\eb8b";
}

.ri-chrome-fill:before {
    content: "\eb8c";
}

.ri-chrome-line:before {
    content: "\eb8d";
}

.ri-clapperboard-fill:before {
    content: "\eb8e";
}

.ri-clapperboard-line:before {
    content: "\eb8f";
}

.ri-clipboard-fill:before {
    content: "\eb90";
}

.ri-clipboard-line:before {
    content: "\eb91";
}

.ri-clockwise-2-fill:before {
    content: "\eb92";
}

.ri-clockwise-2-line:before {
    content: "\eb93";
}

.ri-clockwise-fill:before {
    content: "\eb94";
}

.ri-clockwise-line:before {
    content: "\eb95";
}

.ri-close-circle-fill:before {
    content: "\eb96";
}

.ri-close-circle-line:before {
    content: "\eb97";
}

.ri-close-fill:before {
    content: "\eb98";
}

.ri-close-line:before {
    content: "\eb99";
}

.ri-closed-captioning-fill:before {
    content: "\eb9a";
}

.ri-closed-captioning-line:before {
    content: "\eb9b";
}

.ri-cloud-fill:before {
    content: "\eb9c";
}

.ri-cloud-line:before {
    content: "\eb9d";
}

.ri-cloud-off-fill:before {
    content: "\eb9e";
}

.ri-cloud-off-line:before {
    content: "\eb9f";
}

.ri-cloud-windy-fill:before {
    content: "\eba0";
}

.ri-cloud-windy-line:before {
    content: "\eba1";
}

.ri-cloudy-2-fill:before {
    content: "\eba2";
}

.ri-cloudy-2-line:before {
    content: "\eba3";
}

.ri-cloudy-fill:before {
    content: "\eba4";
}

.ri-cloudy-line:before {
    content: "\eba5";
}

.ri-code-box-fill:before {
    content: "\eba6";
}

.ri-code-box-line:before {
    content: "\eba7";
}

.ri-code-fill:before {
    content: "\eba8";
}

.ri-code-line:before {
    content: "\eba9";
}

.ri-code-s-fill:before {
    content: "\ebaa";
}

.ri-code-s-line:before {
    content: "\ebab";
}

.ri-code-s-slash-fill:before {
    content: "\ebac";
}

.ri-code-s-slash-line:before {
    content: "\ebad";
}

.ri-code-view:before {
    content: "\ebae";
}

.ri-codepen-fill:before {
    content: "\ebaf";
}

.ri-codepen-line:before {
    content: "\ebb0";
}

.ri-coin-fill:before {
    content: "\ebb1";
}

.ri-coin-line:before {
    content: "\ebb2";
}

.ri-coins-fill:before {
    content: "\ebb3";
}

.ri-coins-line:before {
    content: "\ebb4";
}

.ri-collage-fill:before {
    content: "\ebb5";
}

.ri-collage-line:before {
    content: "\ebb6";
}

.ri-command-fill:before {
    content: "\ebb7";
}

.ri-command-line:before {
    content: "\ebb8";
}

.ri-community-fill:before {
    content: "\ebb9";
}

.ri-community-line:before {
    content: "\ebba";
}

.ri-compass-2-fill:before {
    content: "\ebbb";
}

.ri-compass-2-line:before {
    content: "\ebbc";
}

.ri-compass-3-fill:before {
    content: "\ebbd";
}

.ri-compass-3-line:before {
    content: "\ebbe";
}

.ri-compass-4-fill:before {
    content: "\ebbf";
}

.ri-compass-4-line:before {
    content: "\ebc0";
}

.ri-compass-discover-fill:before {
    content: "\ebc1";
}

.ri-compass-discover-line:before {
    content: "\ebc2";
}

.ri-compass-fill:before {
    content: "\ebc3";
}

.ri-compass-line:before {
    content: "\ebc4";
}

.ri-compasses-2-fill:before {
    content: "\ebc5";
}

.ri-compasses-2-line:before {
    content: "\ebc6";
}

.ri-compasses-fill:before {
    content: "\ebc7";
}

.ri-compasses-line:before {
    content: "\ebc8";
}

.ri-computer-fill:before {
    content: "\ebc9";
}

.ri-computer-line:before {
    content: "\ebca";
}

.ri-contacts-book-2-fill:before {
    content: "\ebcb";
}

.ri-contacts-book-2-line:before {
    content: "\ebcc";
}

.ri-contacts-book-fill:before {
    content: "\ebcd";
}

.ri-contacts-book-line:before {
    content: "\ebce";
}

.ri-contacts-book-upload-fill:before {
    content: "\ebcf";
}

.ri-contacts-book-upload-line:before {
    content: "\ebd0";
}

.ri-contacts-fill:before {
    content: "\ebd1";
}

.ri-contacts-line:before {
    content: "\ebd2";
}

.ri-contrast-2-fill:before {
    content: "\ebd3";
}

.ri-contrast-2-line:before {
    content: "\ebd4";
}

.ri-contrast-drop-2-fill:before {
    content: "\ebd5";
}

.ri-contrast-drop-2-line:before {
    content: "\ebd6";
}

.ri-contrast-drop-fill:before {
    content: "\ebd7";
}

.ri-contrast-drop-line:before {
    content: "\ebd8";
}

.ri-contrast-fill:before {
    content: "\ebd9";
}

.ri-contrast-line:before {
    content: "\ebda";
}

.ri-copper-coin-fill:before {
    content: "\ebdb";
}

.ri-copper-coin-line:before {
    content: "\ebdc";
}

.ri-copper-diamond-fill:before {
    content: "\ebdd";
}

.ri-copper-diamond-line:before {
    content: "\ebde";
}

.ri-copyleft-fill:before {
    content: "\ebdf";
}

.ri-copyleft-line:before {
    content: "\ebe0";
}

.ri-copyright-fill:before {
    content: "\ebe1";
}

.ri-copyright-line:before {
    content: "\ebe2";
}

.ri-coreos-fill:before {
    content: "\ebe3";
}

.ri-coreos-line:before {
    content: "\ebe4";
}

.ri-coupon-2-fill:before {
    content: "\ebe5";
}

.ri-coupon-2-line:before {
    content: "\ebe6";
}

.ri-coupon-3-fill:before {
    content: "\ebe7";
}

.ri-coupon-3-line:before {
    content: "\ebe8";
}

.ri-coupon-4-fill:before {
    content: "\ebe9";
}

.ri-coupon-4-line:before {
    content: "\ebea";
}

.ri-coupon-5-fill:before {
    content: "\ebeb";
}

.ri-coupon-5-line:before {
    content: "\ebec";
}

.ri-coupon-fill:before {
    content: "\ebed";
}

.ri-coupon-line:before {
    content: "\ebee";
}

.ri-cpu-fill:before {
    content: "\ebef";
}

.ri-cpu-line:before {
    content: "\ebf0";
}

.ri-creative-commons-by-fill:before {
    content: "\ebf1";
}

.ri-creative-commons-by-line:before {
    content: "\ebf2";
}

.ri-creative-commons-fill:before {
    content: "\ebf3";
}

.ri-creative-commons-line:before {
    content: "\ebf4";
}

.ri-creative-commons-nc-fill:before {
    content: "\ebf5";
}

.ri-creative-commons-nc-line:before {
    content: "\ebf6";
}

.ri-creative-commons-nd-fill:before {
    content: "\ebf7";
}

.ri-creative-commons-nd-line:before {
    content: "\ebf8";
}

.ri-creative-commons-sa-fill:before {
    content: "\ebf9";
}

.ri-creative-commons-sa-line:before {
    content: "\ebfa";
}

.ri-creative-commons-zero-fill:before {
    content: "\ebfb";
}

.ri-creative-commons-zero-line:before {
    content: "\ebfc";
}

.ri-criminal-fill:before {
    content: "\ebfd";
}

.ri-criminal-line:before {
    content: "\ebfe";
}

.ri-crop-2-fill:before {
    content: "\ebff";
}

.ri-crop-2-line:before {
    content: "\ec00";
}

.ri-crop-fill:before {
    content: "\ec01";
}

.ri-crop-line:before {
    content: "\ec02";
}

.ri-css3-fill:before {
    content: "\ec03";
}

.ri-css3-line:before {
    content: "\ec04";
}

.ri-cup-fill:before {
    content: "\ec05";
}

.ri-cup-line:before {
    content: "\ec06";
}

.ri-currency-fill:before {
    content: "\ec07";
}

.ri-currency-line:before {
    content: "\ec08";
}

.ri-cursor-fill:before {
    content: "\ec09";
}

.ri-cursor-line:before {
    content: "\ec0a";
}

.ri-customer-service-2-fill:before {
    content: "\ec0b";
}

.ri-customer-service-2-line:before {
    content: "\ec0c";
}

.ri-customer-service-fill:before {
    content: "\ec0d";
}

.ri-customer-service-line:before {
    content: "\ec0e";
}

.ri-dashboard-2-fill:before {
    content: "\ec0f";
}

.ri-dashboard-2-line:before {
    content: "\ec10";
}

.ri-dashboard-3-fill:before {
    content: "\ec11";
}

.ri-dashboard-3-line:before {
    content: "\ec12";
}

.ri-dashboard-fill:before {
    content: "\ec13";
}

.ri-dashboard-line:before {
    content: "\ec14";
}

.ri-database-2-fill:before {
    content: "\ec15";
}

.ri-database-2-line:before {
    content: "\ec16";
}

.ri-database-fill:before {
    content: "\ec17";
}

.ri-database-line:before {
    content: "\ec18";
}

.ri-delete-back-2-fill:before {
    content: "\ec19";
}

.ri-delete-back-2-line:before {
    content: "\ec1a";
}

.ri-delete-back-fill:before {
    content: "\ec1b";
}

.ri-delete-back-line:before {
    content: "\ec1c";
}

.ri-delete-bin-2-fill:before {
    content: "\ec1d";
}

.ri-delete-bin-2-line:before {
    content: "\ec1e";
}

.ri-delete-bin-3-fill:before {
    content: "\ec1f";
}

.ri-delete-bin-3-line:before {
    content: "\ec20";
}

.ri-delete-bin-4-fill:before {
    content: "\ec21";
}

.ri-delete-bin-4-line:before {
    content: "\ec22";
}

.ri-delete-bin-5-fill:before {
    content: "\ec23";
}

.ri-delete-bin-5-line:before {
    content: "\ec24";
}

.ri-delete-bin-6-fill:before {
    content: "\ec25";
}

.ri-delete-bin-6-line:before {
    content: "\ec26";
}

.ri-delete-bin-7-fill:before {
    content: "\ec27";
}

.ri-delete-bin-7-line:before {
    content: "\ec28";
}

.ri-delete-bin-fill:before {
    content: "\ec29";
}

.ri-delete-bin-line:before {
    content: "\ec2a";
}

.ri-delete-column:before {
    content: "\ec2b";
}

.ri-delete-row:before {
    content: "\ec2c";
}

.ri-device-fill:before {
    content: "\ec2d";
}

.ri-device-line:before {
    content: "\ec2e";
}

.ri-device-recover-fill:before {
    content: "\ec2f";
}

.ri-device-recover-line:before {
    content: "\ec30";
}

.ri-dingding-fill:before {
    content: "\ec31";
}

.ri-dingding-line:before {
    content: "\ec32";
}

.ri-direction-fill:before {
    content: "\ec33";
}

.ri-direction-line:before {
    content: "\ec34";
}

.ri-disc-fill:before {
    content: "\ec35";
}

.ri-disc-line:before {
    content: "\ec36";
}

.ri-discord-fill:before {
    content: "\ec37";
}

.ri-discord-line:before {
    content: "\ec38";
}

.ri-discuss-fill:before {
    content: "\ec39";
}

.ri-discuss-line:before {
    content: "\ec3a";
}

.ri-dislike-fill:before {
    content: "\ec3b";
}

.ri-dislike-line:before {
    content: "\ec3c";
}

.ri-disqus-fill:before {
    content: "\ec3d";
}

.ri-disqus-line:before {
    content: "\ec3e";
}

.ri-divide-fill:before {
    content: "\ec3f";
}

.ri-divide-line:before {
    content: "\ec40";
}

.ri-donut-chart-fill:before {
    content: "\ec41";
}

.ri-donut-chart-line:before {
    content: "\ec42";
}

.ri-door-closed-fill:before {
    content: "\ec43";
}

.ri-door-closed-line:before {
    content: "\ec44";
}

.ri-door-fill:before {
    content: "\ec45";
}

.ri-door-line:before {
    content: "\ec46";
}

.ri-door-lock-box-fill:before {
    content: "\ec47";
}

.ri-door-lock-box-line:before {
    content: "\ec48";
}

.ri-door-lock-fill:before {
    content: "\ec49";
}

.ri-door-lock-line:before {
    content: "\ec4a";
}

.ri-door-open-fill:before {
    content: "\ec4b";
}

.ri-door-open-line:before {
    content: "\ec4c";
}

.ri-dossier-fill:before {
    content: "\ec4d";
}

.ri-dossier-line:before {
    content: "\ec4e";
}

.ri-douban-fill:before {
    content: "\ec4f";
}

.ri-douban-line:before {
    content: "\ec50";
}

.ri-double-quotes-l:before {
    content: "\ec51";
}

.ri-double-quotes-r:before {
    content: "\ec52";
}

.ri-download-2-fill:before {
    content: "\ec53";
}

.ri-download-2-line:before {
    content: "\ec54";
}

.ri-download-cloud-2-fill:before {
    content: "\ec55";
}

.ri-download-cloud-2-line:before {
    content: "\ec56";
}

.ri-download-cloud-fill:before {
    content: "\ec57";
}

.ri-download-cloud-line:before {
    content: "\ec58";
}

.ri-download-fill:before {
    content: "\ec59";
}

.ri-download-line:before {
    content: "\ec5a";
}

.ri-draft-fill:before {
    content: "\ec5b";
}

.ri-draft-line:before {
    content: "\ec5c";
}

.ri-drag-drop-fill:before {
    content: "\ec5d";
}

.ri-drag-drop-line:before {
    content: "\ec5e";
}

.ri-drag-move-2-fill:before {
    content: "\ec5f";
}

.ri-drag-move-2-line:before {
    content: "\ec60";
}

.ri-drag-move-fill:before {
    content: "\ec61";
}

.ri-drag-move-line:before {
    content: "\ec62";
}

.ri-dribbble-fill:before {
    content: "\ec63";
}

.ri-dribbble-line:before {
    content: "\ec64";
}

.ri-drive-fill:before {
    content: "\ec65";
}

.ri-drive-line:before {
    content: "\ec66";
}

.ri-drizzle-fill:before {
    content: "\ec67";
}

.ri-drizzle-line:before {
    content: "\ec68";
}

.ri-drop-fill:before {
    content: "\ec69";
}

.ri-drop-line:before {
    content: "\ec6a";
}

.ri-dropbox-fill:before {
    content: "\ec6b";
}

.ri-dropbox-line:before {
    content: "\ec6c";
}

.ri-dual-sim-1-fill:before {
    content: "\ec6d";
}

.ri-dual-sim-1-line:before {
    content: "\ec6e";
}

.ri-dual-sim-2-fill:before {
    content: "\ec6f";
}

.ri-dual-sim-2-line:before {
    content: "\ec70";
}

.ri-dv-fill:before {
    content: "\ec71";
}

.ri-dv-line:before {
    content: "\ec72";
}

.ri-dvd-fill:before {
    content: "\ec73";
}

.ri-dvd-line:before {
    content: "\ec74";
}

.ri-e-bike-2-fill:before {
    content: "\ec75";
}

.ri-e-bike-2-line:before {
    content: "\ec76";
}

.ri-e-bike-fill:before {
    content: "\ec77";
}

.ri-e-bike-line:before {
    content: "\ec78";
}

.ri-earth-fill:before {
    content: "\ec79";
}

.ri-earth-line:before {
    content: "\ec7a";
}

.ri-earthquake-fill:before {
    content: "\ec7b";
}

.ri-earthquake-line:before {
    content: "\ec7c";
}

.ri-edge-fill:before {
    content: "\ec7d";
}

.ri-edge-line:before {
    content: "\ec7e";
}

.ri-edit-2-fill:before {
    content: "\ec7f";
}

.ri-edit-2-line:before {
    content: "\ec80";
}

.ri-edit-box-fill:before {
    content: "\ec81";
}

.ri-edit-box-line:before {
    content: "\ec82";
}

.ri-edit-circle-fill:before {
    content: "\ec83";
}

.ri-edit-circle-line:before {
    content: "\ec84";
}

.ri-edit-fill:before {
    content: "\ec85";
}

.ri-edit-line:before {
    content: "\ec86";
}

.ri-eject-fill:before {
    content: "\ec87";
}

.ri-eject-line:before {
    content: "\ec88";
}

.ri-emotion-2-fill:before {
    content: "\ec89";
}

.ri-emotion-2-line:before {
    content: "\ec8a";
}

.ri-emotion-fill:before {
    content: "\ec8b";
}

.ri-emotion-happy-fill:before {
    content: "\ec8c";
}

.ri-emotion-happy-line:before {
    content: "\ec8d";
}

.ri-emotion-laugh-fill:before {
    content: "\ec8e";
}

.ri-emotion-laugh-line:before {
    content: "\ec8f";
}

.ri-emotion-line:before {
    content: "\ec90";
}

.ri-emotion-normal-fill:before {
    content: "\ec91";
}

.ri-emotion-normal-line:before {
    content: "\ec92";
}

.ri-emotion-sad-fill:before {
    content: "\ec93";
}

.ri-emotion-sad-line:before {
    content: "\ec94";
}

.ri-emotion-unhappy-fill:before {
    content: "\ec95";
}

.ri-emotion-unhappy-line:before {
    content: "\ec96";
}

.ri-empathize-fill:before {
    content: "\ec97";
}

.ri-empathize-line:before {
    content: "\ec98";
}

.ri-emphasis-cn:before {
    content: "\ec99";
}

.ri-emphasis:before {
    content: "\ec9a";
}

.ri-english-input:before {
    content: "\ec9b";
}

.ri-equalizer-fill:before {
    content: "\ec9c";
}

.ri-equalizer-line:before {
    content: "\ec9d";
}

.ri-eraser-fill:before {
    content: "\ec9e";
}

.ri-eraser-line:before {
    content: "\ec9f";
}

.ri-error-warning-fill:before {
    content: "\eca0";
}

.ri-error-warning-line:before {
    content: "\eca1";
}

.ri-evernote-fill:before {
    content: "\eca2";
}

.ri-evernote-line:before {
    content: "\eca3";
}

.ri-exchange-box-fill:before {
    content: "\eca4";
}

.ri-exchange-box-line:before {
    content: "\eca5";
}

.ri-exchange-cny-fill:before {
    content: "\eca6";
}

.ri-exchange-cny-line:before {
    content: "\eca7";
}

.ri-exchange-dollar-fill:before {
    content: "\eca8";
}

.ri-exchange-dollar-line:before {
    content: "\eca9";
}

.ri-exchange-fill:before {
    content: "\ecaa";
}

.ri-exchange-funds-fill:before {
    content: "\ecab";
}

.ri-exchange-funds-line:before {
    content: "\ecac";
}

.ri-exchange-line:before {
    content: "\ecad";
}

.ri-external-link-fill:before {
    content: "\ecae";
}

.ri-external-link-line:before {
    content: "\ecaf";
}

.ri-eye-2-fill:before {
    content: "\ecb0";
}

.ri-eye-2-line:before {
    content: "\ecb1";
}

.ri-eye-close-fill:before {
    content: "\ecb2";
}

.ri-eye-close-line:before {
    content: "\ecb3";
}

.ri-eye-fill:before {
    content: "\ecb4";
}

.ri-eye-line:before {
    content: "\ecb5";
}

.ri-eye-off-fill:before {
    content: "\ecb6";
}

.ri-eye-off-line:before {
    content: "\ecb7";
}

.ri-facebook-box-fill:before {
    content: "\ecb8";
}

.ri-facebook-box-line:before {
    content: "\ecb9";
}

.ri-facebook-circle-fill:before {
    content: "\ecba";
}

.ri-facebook-circle-line:before {
    content: "\ecbb";
}

.ri-facebook-fill:before {
    content: "\ecbc";
}

.ri-facebook-line:before {
    content: "\ecbd";
}

.ri-fahrenheit-fill:before {
    content: "\ecbe";
}

.ri-fahrenheit-line:before {
    content: "\ecbf";
}

.ri-feedback-fill:before {
    content: "\ecc0";
}

.ri-feedback-line:before {
    content: "\ecc1";
}

.ri-file-2-fill:before {
    content: "\ecc2";
}

.ri-file-2-line:before {
    content: "\ecc3";
}

.ri-file-3-fill:before {
    content: "\ecc4";
}

.ri-file-3-line:before {
    content: "\ecc5";
}

.ri-file-4-fill:before {
    content: "\ecc6";
}

.ri-file-4-line:before {
    content: "\ecc7";
}

.ri-file-add-fill:before {
    content: "\ecc8";
}

.ri-file-add-line:before {
    content: "\ecc9";
}

.ri-file-chart-2-fill:before {
    content: "\ecca";
}

.ri-file-chart-2-line:before {
    content: "\eccb";
}

.ri-file-chart-fill:before {
    content: "\eccc";
}

.ri-file-chart-line:before {
    content: "\eccd";
}

.ri-file-cloud-fill:before {
    content: "\ecce";
}

.ri-file-cloud-line:before {
    content: "\eccf";
}

.ri-file-code-fill:before {
    content: "\ecd0";
}

.ri-file-code-line:before {
    content: "\ecd1";
}

.ri-file-copy-2-fill:before {
    content: "\ecd2";
}

.ri-file-copy-2-line:before {
    content: "\ecd3";
}

.ri-file-copy-fill:before {
    content: "\ecd4";
}

.ri-file-copy-line:before {
    content: "\ecd5";
}

.ri-file-damage-fill:before {
    content: "\ecd6";
}

.ri-file-damage-line:before {
    content: "\ecd7";
}

.ri-file-download-fill:before {
    content: "\ecd8";
}

.ri-file-download-line:before {
    content: "\ecd9";
}

.ri-file-edit-fill:before {
    content: "\ecda";
}

.ri-file-edit-line:before {
    content: "\ecdb";
}

.ri-file-excel-2-fill:before {
    content: "\ecdc";
}

.ri-file-excel-2-line:before {
    content: "\ecdd";
}

.ri-file-excel-fill:before {
    content: "\ecde";
}

.ri-file-excel-line:before {
    content: "\ecdf";
}

.ri-file-fill:before {
    content: "\ece0";
}

.ri-file-forbid-fill:before {
    content: "\ece1";
}

.ri-file-forbid-line:before {
    content: "\ece2";
}

.ri-file-gif-fill:before {
    content: "\ece3";
}

.ri-file-gif-line:before {
    content: "\ece4";
}

.ri-file-history-fill:before {
    content: "\ece5";
}

.ri-file-history-line:before {
    content: "\ece6";
}

.ri-file-hwp-fill:before {
    content: "\ece7";
}

.ri-file-hwp-line:before {
    content: "\ece8";
}

.ri-file-info-fill:before {
    content: "\ece9";
}

.ri-file-info-line:before {
    content: "\ecea";
}

.ri-file-line:before {
    content: "\eceb";
}

.ri-file-list-2-fill:before {
    content: "\ecec";
}

.ri-file-list-2-line:before {
    content: "\eced";
}

.ri-file-list-3-fill:before {
    content: "\ecee";
}

.ri-file-list-3-line:before {
    content: "\ecef";
}

.ri-file-list-fill:before {
    content: "\ecf0";
}

.ri-file-list-line:before {
    content: "\ecf1";
}

.ri-file-lock-fill:before {
    content: "\ecf2";
}

.ri-file-lock-line:before {
    content: "\ecf3";
}

.ri-file-mark-fill:before {
    content: "\ecf4";
}

.ri-file-mark-line:before {
    content: "\ecf5";
}

.ri-file-music-fill:before {
    content: "\ecf6";
}

.ri-file-music-line:before {
    content: "\ecf7";
}

.ri-file-paper-2-fill:before {
    content: "\ecf8";
}

.ri-file-paper-2-line:before {
    content: "\ecf9";
}

.ri-file-paper-fill:before {
    content: "\ecfa";
}

.ri-file-paper-line:before {
    content: "\ecfb";
}

.ri-file-pdf-fill:before {
    content: "\ecfc";
}

.ri-file-pdf-line:before {
    content: "\ecfd";
}

.ri-file-ppt-2-fill:before {
    content: "\ecfe";
}

.ri-file-ppt-2-line:before {
    content: "\ecff";
}

.ri-file-ppt-fill:before {
    content: "\ed00";
}

.ri-file-ppt-line:before {
    content: "\ed01";
}

.ri-file-reduce-fill:before {
    content: "\ed02";
}

.ri-file-reduce-line:before {
    content: "\ed03";
}

.ri-file-search-fill:before {
    content: "\ed04";
}

.ri-file-search-line:before {
    content: "\ed05";
}

.ri-file-settings-fill:before {
    content: "\ed06";
}

.ri-file-settings-line:before {
    content: "\ed07";
}

.ri-file-shield-2-fill:before {
    content: "\ed08";
}

.ri-file-shield-2-line:before {
    content: "\ed09";
}

.ri-file-shield-fill:before {
    content: "\ed0a";
}

.ri-file-shield-line:before {
    content: "\ed0b";
}

.ri-file-shred-fill:before {
    content: "\ed0c";
}

.ri-file-shred-line:before {
    content: "\ed0d";
}

.ri-file-text-fill:before {
    content: "\ed0e";
}

.ri-file-text-line:before {
    content: "\ed0f";
}

.ri-file-transfer-fill:before {
    content: "\ed10";
}

.ri-file-transfer-line:before {
    content: "\ed11";
}

.ri-file-unknow-fill:before {
    content: "\ed12";
}

.ri-file-unknow-line:before {
    content: "\ed13";
}

.ri-file-upload-fill:before {
    content: "\ed14";
}

.ri-file-upload-line:before {
    content: "\ed15";
}

.ri-file-user-fill:before {
    content: "\ed16";
}

.ri-file-user-line:before {
    content: "\ed17";
}

.ri-file-warning-fill:before {
    content: "\ed18";
}

.ri-file-warning-line:before {
    content: "\ed19";
}

.ri-file-word-2-fill:before {
    content: "\ed1a";
}

.ri-file-word-2-line:before {
    content: "\ed1b";
}

.ri-file-word-fill:before {
    content: "\ed1c";
}

.ri-file-word-line:before {
    content: "\ed1d";
}

.ri-file-zip-fill:before {
    content: "\ed1e";
}

.ri-file-zip-line:before {
    content: "\ed1f";
}

.ri-film-fill:before {
    content: "\ed20";
}

.ri-film-line:before {
    content: "\ed21";
}

.ri-filter-2-fill:before {
    content: "\ed22";
}

.ri-filter-2-line:before {
    content: "\ed23";
}

.ri-filter-3-fill:before {
    content: "\ed24";
}

.ri-filter-3-line:before {
    content: "\ed25";
}

.ri-filter-fill:before {
    content: "\ed26";
}

.ri-filter-line:before {
    content: "\ed27";
}

.ri-filter-off-fill:before {
    content: "\ed28";
}

.ri-filter-off-line:before {
    content: "\ed29";
}

.ri-find-replace-fill:before {
    content: "\ed2a";
}

.ri-find-replace-line:before {
    content: "\ed2b";
}

.ri-finder-fill:before {
    content: "\ed2c";
}

.ri-finder-line:before {
    content: "\ed2d";
}

.ri-fingerprint-2-fill:before {
    content: "\ed2e";
}

.ri-fingerprint-2-line:before {
    content: "\ed2f";
}

.ri-fingerprint-fill:before {
    content: "\ed30";
}

.ri-fingerprint-line:before {
    content: "\ed31";
}

.ri-fire-fill:before {
    content: "\ed32";
}

.ri-fire-line:before {
    content: "\ed33";
}

.ri-firefox-fill:before {
    content: "\ed34";
}

.ri-firefox-line:before {
    content: "\ed35";
}

.ri-first-aid-kit-fill:before {
    content: "\ed36";
}

.ri-first-aid-kit-line:before {
    content: "\ed37";
}

.ri-flag-2-fill:before {
    content: "\ed38";
}

.ri-flag-2-line:before {
    content: "\ed39";
}

.ri-flag-fill:before {
    content: "\ed3a";
}

.ri-flag-line:before {
    content: "\ed3b";
}

.ri-flashlight-fill:before {
    content: "\ed3c";
}

.ri-flashlight-line:before {
    content: "\ed3d";
}

.ri-flask-fill:before {
    content: "\ed3e";
}

.ri-flask-line:before {
    content: "\ed3f";
}

.ri-flight-land-fill:before {
    content: "\ed40";
}

.ri-flight-land-line:before {
    content: "\ed41";
}

.ri-flight-takeoff-fill:before {
    content: "\ed42";
}

.ri-flight-takeoff-line:before {
    content: "\ed43";
}

.ri-flood-fill:before {
    content: "\ed44";
}

.ri-flood-line:before {
    content: "\ed45";
}

.ri-flow-chart:before {
    content: "\ed46";
}

.ri-flutter-fill:before {
    content: "\ed47";
}

.ri-flutter-line:before {
    content: "\ed48";
}

.ri-focus-2-fill:before {
    content: "\ed49";
}

.ri-focus-2-line:before {
    content: "\ed4a";
}

.ri-focus-3-fill:before {
    content: "\ed4b";
}

.ri-focus-3-line:before {
    content: "\ed4c";
}

.ri-focus-fill:before {
    content: "\ed4d";
}

.ri-focus-line:before {
    content: "\ed4e";
}

.ri-foggy-fill:before {
    content: "\ed4f";
}

.ri-foggy-line:before {
    content: "\ed50";
}

.ri-folder-2-fill:before {
    content: "\ed51";
}

.ri-folder-2-line:before {
    content: "\ed52";
}

.ri-folder-3-fill:before {
    content: "\ed53";
}

.ri-folder-3-line:before {
    content: "\ed54";
}

.ri-folder-4-fill:before {
    content: "\ed55";
}

.ri-folder-4-line:before {
    content: "\ed56";
}

.ri-folder-5-fill:before {
    content: "\ed57";
}

.ri-folder-5-line:before {
    content: "\ed58";
}

.ri-folder-add-fill:before {
    content: "\ed59";
}

.ri-folder-add-line:before {
    content: "\ed5a";
}

.ri-folder-chart-2-fill:before {
    content: "\ed5b";
}

.ri-folder-chart-2-line:before {
    content: "\ed5c";
}

.ri-folder-chart-fill:before {
    content: "\ed5d";
}

.ri-folder-chart-line:before {
    content: "\ed5e";
}

.ri-folder-download-fill:before {
    content: "\ed5f";
}

.ri-folder-download-line:before {
    content: "\ed60";
}

.ri-folder-fill:before {
    content: "\ed61";
}

.ri-folder-forbid-fill:before {
    content: "\ed62";
}

.ri-folder-forbid-line:before {
    content: "\ed63";
}

.ri-folder-history-fill:before {
    content: "\ed64";
}

.ri-folder-history-line:before {
    content: "\ed65";
}

.ri-folder-info-fill:before {
    content: "\ed66";
}

.ri-folder-info-line:before {
    content: "\ed67";
}

.ri-folder-keyhole-fill:before {
    content: "\ed68";
}

.ri-folder-keyhole-line:before {
    content: "\ed69";
}

.ri-folder-line:before {
    content: "\ed6a";
}

.ri-folder-lock-fill:before {
    content: "\ed6b";
}

.ri-folder-lock-line:before {
    content: "\ed6c";
}

.ri-folder-music-fill:before {
    content: "\ed6d";
}

.ri-folder-music-line:before {
    content: "\ed6e";
}

.ri-folder-open-fill:before {
    content: "\ed6f";
}

.ri-folder-open-line:before {
    content: "\ed70";
}

.ri-folder-received-fill:before {
    content: "\ed71";
}

.ri-folder-received-line:before {
    content: "\ed72";
}

.ri-folder-reduce-fill:before {
    content: "\ed73";
}

.ri-folder-reduce-line:before {
    content: "\ed74";
}

.ri-folder-settings-fill:before {
    content: "\ed75";
}

.ri-folder-settings-line:before {
    content: "\ed76";
}

.ri-folder-shared-fill:before {
    content: "\ed77";
}

.ri-folder-shared-line:before {
    content: "\ed78";
}

.ri-folder-shield-2-fill:before {
    content: "\ed79";
}

.ri-folder-shield-2-line:before {
    content: "\ed7a";
}

.ri-folder-shield-fill:before {
    content: "\ed7b";
}

.ri-folder-shield-line:before {
    content: "\ed7c";
}

.ri-folder-transfer-fill:before {
    content: "\ed7d";
}

.ri-folder-transfer-line:before {
    content: "\ed7e";
}

.ri-folder-unknow-fill:before {
    content: "\ed7f";
}

.ri-folder-unknow-line:before {
    content: "\ed80";
}

.ri-folder-upload-fill:before {
    content: "\ed81";
}

.ri-folder-upload-line:before {
    content: "\ed82";
}

.ri-folder-user-fill:before {
    content: "\ed83";
}

.ri-folder-user-line:before {
    content: "\ed84";
}

.ri-folder-warning-fill:before {
    content: "\ed85";
}

.ri-folder-warning-line:before {
    content: "\ed86";
}

.ri-folder-zip-fill:before {
    content: "\ed87";
}

.ri-folder-zip-line:before {
    content: "\ed88";
}

.ri-folders-fill:before {
    content: "\ed89";
}

.ri-folders-line:before {
    content: "\ed8a";
}

.ri-font-color:before {
    content: "\ed8b";
}

.ri-font-size-2:before {
    content: "\ed8c";
}

.ri-font-size:before {
    content: "\ed8d";
}

.ri-football-fill:before {
    content: "\ed8e";
}

.ri-football-line:before {
    content: "\ed8f";
}

.ri-footprint-fill:before {
    content: "\ed90";
}

.ri-footprint-line:before {
    content: "\ed91";
}

.ri-forbid-2-fill:before {
    content: "\ed92";
}

.ri-forbid-2-line:before {
    content: "\ed93";
}

.ri-forbid-fill:before {
    content: "\ed94";
}

.ri-forbid-line:before {
    content: "\ed95";
}

.ri-format-clear:before {
    content: "\ed96";
}

.ri-fridge-fill:before {
    content: "\ed97";
}

.ri-fridge-line:before {
    content: "\ed98";
}

.ri-fullscreen-exit-fill:before {
    content: "\ed99";
}

.ri-fullscreen-exit-line:before {
    content: "\ed9a";
}

.ri-fullscreen-fill:before {
    content: "\ed9b";
}

.ri-fullscreen-line:before {
    content: "\ed9c";
}

.ri-function-fill:before {
    content: "\ed9d";
}

.ri-function-line:before {
    content: "\ed9e";
}

.ri-functions:before {
    content: "\ed9f";
}

.ri-funds-box-fill:before {
    content: "\eda0";
}

.ri-funds-box-line:before {
    content: "\eda1";
}

.ri-funds-fill:before {
    content: "\eda2";
}

.ri-funds-line:before {
    content: "\eda3";
}

.ri-gallery-fill:before {
    content: "\eda4";
}

.ri-gallery-line:before {
    content: "\eda5";
}

.ri-gallery-upload-fill:before {
    content: "\eda6";
}

.ri-gallery-upload-line:before {
    content: "\eda7";
}

.ri-game-fill:before {
    content: "\eda8";
}

.ri-game-line:before {
    content: "\eda9";
}

.ri-gamepad-fill:before {
    content: "\edaa";
}

.ri-gamepad-line:before {
    content: "\edab";
}

.ri-gas-station-fill:before {
    content: "\edac";
}

.ri-gas-station-line:before {
    content: "\edad";
}

.ri-gatsby-fill:before {
    content: "\edae";
}

.ri-gatsby-line:before {
    content: "\edaf";
}

.ri-genderless-fill:before {
    content: "\edb0";
}

.ri-genderless-line:before {
    content: "\edb1";
}

.ri-ghost-2-fill:before {
    content: "\edb2";
}

.ri-ghost-2-line:before {
    content: "\edb3";
}

.ri-ghost-fill:before {
    content: "\edb4";
}

.ri-ghost-line:before {
    content: "\edb5";
}

.ri-ghost-smile-fill:before {
    content: "\edb6";
}

.ri-ghost-smile-line:before {
    content: "\edb7";
}

.ri-gift-2-fill:before {
    content: "\edb8";
}

.ri-gift-2-line:before {
    content: "\edb9";
}

.ri-gift-fill:before {
    content: "\edba";
}

.ri-gift-line:before {
    content: "\edbb";
}

.ri-git-branch-fill:before {
    content: "\edbc";
}

.ri-git-branch-line:before {
    content: "\edbd";
}

.ri-git-commit-fill:before {
    content: "\edbe";
}

.ri-git-commit-line:before {
    content: "\edbf";
}

.ri-git-merge-fill:before {
    content: "\edc0";
}

.ri-git-merge-line:before {
    content: "\edc1";
}

.ri-git-pull-request-fill:before {
    content: "\edc2";
}

.ri-git-pull-request-line:before {
    content: "\edc3";
}

.ri-git-repository-commits-fill:before {
    content: "\edc4";
}

.ri-git-repository-commits-line:before {
    content: "\edc5";
}

.ri-git-repository-fill:before {
    content: "\edc6";
}

.ri-git-repository-line:before {
    content: "\edc7";
}

.ri-git-repository-private-fill:before {
    content: "\edc8";
}

.ri-git-repository-private-line:before {
    content: "\edc9";
}

.ri-github-fill:before {
    content: "\edca";
}

.ri-github-line:before {
    content: "\edcb";
}

.ri-gitlab-fill:before {
    content: "\edcc";
}

.ri-gitlab-line:before {
    content: "\edcd";
}

.ri-global-fill:before {
    content: "\edce";
}

.ri-global-line:before {
    content: "\edcf";
}

.ri-globe-fill:before {
    content: "\edd0";
}

.ri-globe-line:before {
    content: "\edd1";
}

.ri-goblet-fill:before {
    content: "\edd2";
}

.ri-goblet-line:before {
    content: "\edd3";
}

.ri-google-fill:before {
    content: "\edd4";
}

.ri-google-line:before {
    content: "\edd5";
}

.ri-google-play-fill:before {
    content: "\edd6";
}

.ri-google-play-line:before {
    content: "\edd7";
}

.ri-government-fill:before {
    content: "\edd8";
}

.ri-government-line:before {
    content: "\edd9";
}

.ri-gps-fill:before {
    content: "\edda";
}

.ri-gps-line:before {
    content: "\eddb";
}

.ri-gradienter-fill:before {
    content: "\eddc";
}

.ri-gradienter-line:before {
    content: "\eddd";
}

.ri-grid-fill:before {
    content: "\edde";
}

.ri-grid-line:before {
    content: "\eddf";
}

.ri-group-2-fill:before {
    content: "\ede0";
}

.ri-group-2-line:before {
    content: "\ede1";
}

.ri-group-fill:before {
    content: "\ede2";
}

.ri-group-line:before {
    content: "\ede3";
}

.ri-guide-fill:before {
    content: "\ede4";
}

.ri-guide-line:before {
    content: "\ede5";
}

.ri-h-1:before {
    content: "\ede6";
}

.ri-h-2:before {
    content: "\ede7";
}

.ri-h-3:before {
    content: "\ede8";
}

.ri-h-4:before {
    content: "\ede9";
}

.ri-h-5:before {
    content: "\edea";
}

.ri-h-6:before {
    content: "\edeb";
}

.ri-hail-fill:before {
    content: "\edec";
}

.ri-hail-line:before {
    content: "\eded";
}

.ri-hammer-fill:before {
    content: "\edee";
}

.ri-hammer-line:before {
    content: "\edef";
}

.ri-hand-coin-fill:before {
    content: "\edf0";
}

.ri-hand-coin-line:before {
    content: "\edf1";
}

.ri-hand-heart-fill:before {
    content: "\edf2";
}

.ri-hand-heart-line:before {
    content: "\edf3";
}

.ri-hand-sanitizer-fill:before {
    content: "\edf4";
}

.ri-hand-sanitizer-line:before {
    content: "\edf5";
}

.ri-handbag-fill:before {
    content: "\edf6";
}

.ri-handbag-line:before {
    content: "\edf7";
}

.ri-hard-drive-2-fill:before {
    content: "\edf8";
}

.ri-hard-drive-2-line:before {
    content: "\edf9";
}

.ri-hard-drive-fill:before {
    content: "\edfa";
}

.ri-hard-drive-line:before {
    content: "\edfb";
}

.ri-hashtag:before {
    content: "\edfc";
}

.ri-haze-2-fill:before {
    content: "\edfd";
}

.ri-haze-2-line:before {
    content: "\edfe";
}

.ri-haze-fill:before {
    content: "\edff";
}

.ri-haze-line:before {
    content: "\ee00";
}

.ri-hd-fill:before {
    content: "\ee01";
}

.ri-hd-line:before {
    content: "\ee02";
}

.ri-heading:before {
    content: "\ee03";
}

.ri-headphone-fill:before {
    content: "\ee04";
}

.ri-headphone-line:before {
    content: "\ee05";
}

.ri-health-book-fill:before {
    content: "\ee06";
}

.ri-health-book-line:before {
    content: "\ee07";
}

.ri-heart-2-fill:before {
    content: "\ee08";
}

.ri-heart-2-line:before {
    content: "\ee09";
}

.ri-heart-3-fill:before {
    content: "\ee0a";
}

.ri-heart-3-line:before {
    content: "\ee0b";
}

.ri-heart-add-fill:before {
    content: "\ee0c";
}

.ri-heart-add-line:before {
    content: "\ee0d";
}

.ri-heart-fill:before {
    content: "\ee0e";
}

.ri-heart-line:before {
    content: "\ee0f";
}

.ri-heart-pulse-fill:before {
    content: "\ee10";
}

.ri-heart-pulse-line:before {
    content: "\ee11";
}

.ri-hearts-fill:before {
    content: "\ee12";
}

.ri-hearts-line:before {
    content: "\ee13";
}

.ri-heavy-showers-fill:before {
    content: "\ee14";
}

.ri-heavy-showers-line:before {
    content: "\ee15";
}

.ri-history-fill:before {
    content: "\ee16";
}

.ri-history-line:before {
    content: "\ee17";
}

.ri-home-2-fill:before {
    content: "\ee18";
}

.ri-home-2-line:before {
    content: "\ee19";
}

.ri-home-3-fill:before {
    content: "\ee1a";
}

.ri-home-3-line:before {
    content: "\ee1b";
}

.ri-home-4-fill:before {
    content: "\ee1c";
}

.ri-home-4-line:before {
    content: "\ee1d";
}

.ri-home-5-fill:before {
    content: "\ee1e";
}

.ri-home-5-line:before {
    content: "\ee1f";
}

.ri-home-6-fill:before {
    content: "\ee20";
}

.ri-home-6-line:before {
    content: "\ee21";
}

.ri-home-7-fill:before {
    content: "\ee22";
}

.ri-home-7-line:before {
    content: "\ee23";
}

.ri-home-8-fill:before {
    content: "\ee24";
}

.ri-home-8-line:before {
    content: "\ee25";
}

.ri-home-fill:before {
    content: "\ee26";
}

.ri-home-gear-fill:before {
    content: "\ee27";
}

.ri-home-gear-line:before {
    content: "\ee28";
}

.ri-home-heart-fill:before {
    content: "\ee29";
}

.ri-home-heart-line:before {
    content: "\ee2a";
}

.ri-home-line:before {
    content: "\ee2b";
}

.ri-home-smile-2-fill:before {
    content: "\ee2c";
}

.ri-home-smile-2-line:before {
    content: "\ee2d";
}

.ri-home-smile-fill:before {
    content: "\ee2e";
}

.ri-home-smile-line:before {
    content: "\ee2f";
}

.ri-home-wifi-fill:before {
    content: "\ee30";
}

.ri-home-wifi-line:before {
    content: "\ee31";
}

.ri-honor-of-kings-fill:before {
    content: "\ee32";
}

.ri-honor-of-kings-line:before {
    content: "\ee33";
}

.ri-honour-fill:before {
    content: "\ee34";
}

.ri-honour-line:before {
    content: "\ee35";
}

.ri-hospital-fill:before {
    content: "\ee36";
}

.ri-hospital-line:before {
    content: "\ee37";
}

.ri-hotel-bed-fill:before {
    content: "\ee38";
}

.ri-hotel-bed-line:before {
    content: "\ee39";
}

.ri-hotel-fill:before {
    content: "\ee3a";
}

.ri-hotel-line:before {
    content: "\ee3b";
}

.ri-hotspot-fill:before {
    content: "\ee3c";
}

.ri-hotspot-line:before {
    content: "\ee3d";
}

.ri-hq-fill:before {
    content: "\ee3e";
}

.ri-hq-line:before {
    content: "\ee3f";
}

.ri-html5-fill:before {
    content: "\ee40";
}

.ri-html5-line:before {
    content: "\ee41";
}

.ri-ie-fill:before {
    content: "\ee42";
}

.ri-ie-line:before {
    content: "\ee43";
}

.ri-image-2-fill:before {
    content: "\ee44";
}

.ri-image-2-line:before {
    content: "\ee45";
}

.ri-image-add-fill:before {
    content: "\ee46";
}

.ri-image-add-line:before {
    content: "\ee47";
}

.ri-image-edit-fill:before {
    content: "\ee48";
}

.ri-image-edit-line:before {
    content: "\ee49";
}

.ri-image-fill:before {
    content: "\ee4a";
}

.ri-image-line:before {
    content: "\ee4b";
}

.ri-inbox-archive-fill:before {
    content: "\ee4c";
}

.ri-inbox-archive-line:before {
    content: "\ee4d";
}

.ri-inbox-fill:before {
    content: "\ee4e";
}

.ri-inbox-line:before {
    content: "\ee4f";
}

.ri-inbox-unarchive-fill:before {
    content: "\ee50";
}

.ri-inbox-unarchive-line:before {
    content: "\ee51";
}

.ri-increase-decrease-fill:before {
    content: "\ee52";
}

.ri-increase-decrease-line:before {
    content: "\ee53";
}

.ri-indent-decrease:before {
    content: "\ee54";
}

.ri-indent-increase:before {
    content: "\ee55";
}

.ri-indeterminate-circle-fill:before {
    content: "\ee56";
}

.ri-indeterminate-circle-line:before {
    content: "\ee57";
}

.ri-information-fill:before {
    content: "\ee58";
}

.ri-information-line:before {
    content: "\ee59";
}

.ri-infrared-thermometer-fill:before {
    content: "\ee5a";
}

.ri-infrared-thermometer-line:before {
    content: "\ee5b";
}

.ri-ink-bottle-fill:before {
    content: "\ee5c";
}

.ri-ink-bottle-line:before {
    content: "\ee5d";
}

.ri-input-cursor-move:before {
    content: "\ee5e";
}

.ri-input-method-fill:before {
    content: "\ee5f";
}

.ri-input-method-line:before {
    content: "\ee60";
}

.ri-insert-column-left:before {
    content: "\ee61";
}

.ri-insert-column-right:before {
    content: "\ee62";
}

.ri-insert-row-bottom:before {
    content: "\ee63";
}

.ri-insert-row-top:before {
    content: "\ee64";
}

.ri-instagram-fill:before {
    content: "\ee65";
}

.ri-instagram-line:before {
    content: "\ee66";
}

.ri-install-fill:before {
    content: "\ee67";
}

.ri-install-line:before {
    content: "\ee68";
}

.ri-invision-fill:before {
    content: "\ee69";
}

.ri-invision-line:before {
    content: "\ee6a";
}

.ri-italic:before {
    content: "\ee6b";
}

.ri-kakao-talk-fill:before {
    content: "\ee6c";
}

.ri-kakao-talk-line:before {
    content: "\ee6d";
}

.ri-key-2-fill:before {
    content: "\ee6e";
}

.ri-key-2-line:before {
    content: "\ee6f";
}

.ri-key-fill:before {
    content: "\ee70";
}

.ri-key-line:before {
    content: "\ee71";
}

.ri-keyboard-box-fill:before {
    content: "\ee72";
}

.ri-keyboard-box-line:before {
    content: "\ee73";
}

.ri-keyboard-fill:before {
    content: "\ee74";
}

.ri-keyboard-line:before {
    content: "\ee75";
}

.ri-keynote-fill:before {
    content: "\ee76";
}

.ri-keynote-line:before {
    content: "\ee77";
}

.ri-knife-blood-fill:before {
    content: "\ee78";
}

.ri-knife-blood-line:before {
    content: "\ee79";
}

.ri-knife-fill:before {
    content: "\ee7a";
}

.ri-knife-line:before {
    content: "\ee7b";
}

.ri-landscape-fill:before {
    content: "\ee7c";
}

.ri-landscape-line:before {
    content: "\ee7d";
}

.ri-layout-2-fill:before {
    content: "\ee7e";
}

.ri-layout-2-line:before {
    content: "\ee7f";
}

.ri-layout-3-fill:before {
    content: "\ee80";
}

.ri-layout-3-line:before {
    content: "\ee81";
}

.ri-layout-4-fill:before {
    content: "\ee82";
}

.ri-layout-4-line:before {
    content: "\ee83";
}

.ri-layout-5-fill:before {
    content: "\ee84";
}

.ri-layout-5-line:before {
    content: "\ee85";
}

.ri-layout-6-fill:before {
    content: "\ee86";
}

.ri-layout-6-line:before {
    content: "\ee87";
}

.ri-layout-bottom-2-fill:before {
    content: "\ee88";
}

.ri-layout-bottom-2-line:before {
    content: "\ee89";
}

.ri-layout-bottom-fill:before {
    content: "\ee8a";
}

.ri-layout-bottom-line:before {
    content: "\ee8b";
}

.ri-layout-column-fill:before {
    content: "\ee8c";
}

.ri-layout-column-line:before {
    content: "\ee8d";
}

.ri-layout-fill:before {
    content: "\ee8e";
}

.ri-layout-grid-fill:before {
    content: "\ee8f";
}

.ri-layout-grid-line:before {
    content: "\ee90";
}

.ri-layout-left-2-fill:before {
    content: "\ee91";
}

.ri-layout-left-2-line:before {
    content: "\ee92";
}

.ri-layout-left-fill:before {
    content: "\ee93";
}

.ri-layout-left-line:before {
    content: "\ee94";
}

.ri-layout-line:before {
    content: "\ee95";
}

.ri-layout-masonry-fill:before {
    content: "\ee96";
}

.ri-layout-masonry-line:before {
    content: "\ee97";
}

.ri-layout-right-2-fill:before {
    content: "\ee98";
}

.ri-layout-right-2-line:before {
    content: "\ee99";
}

.ri-layout-right-fill:before {
    content: "\ee9a";
}

.ri-layout-right-line:before {
    content: "\ee9b";
}

.ri-layout-row-fill:before {
    content: "\ee9c";
}

.ri-layout-row-line:before {
    content: "\ee9d";
}

.ri-layout-top-2-fill:before {
    content: "\ee9e";
}

.ri-layout-top-2-line:before {
    content: "\ee9f";
}

.ri-layout-top-fill:before {
    content: "\eea0";
}

.ri-layout-top-line:before {
    content: "\eea1";
}

.ri-leaf-fill:before {
    content: "\eea2";
}

.ri-leaf-line:before {
    content: "\eea3";
}

.ri-lifebuoy-fill:before {
    content: "\eea4";
}

.ri-lifebuoy-line:before {
    content: "\eea5";
}

.ri-lightbulb-fill:before {
    content: "\eea6";
}

.ri-lightbulb-flash-fill:before {
    content: "\eea7";
}

.ri-lightbulb-flash-line:before {
    content: "\eea8";
}

.ri-lightbulb-line:before {
    content: "\eea9";
}

.ri-line-chart-fill:before {
    content: "\eeaa";
}

.ri-line-chart-line:before {
    content: "\eeab";
}

.ri-line-fill:before {
    content: "\eeac";
}

.ri-line-height:before {
    content: "\eead";
}

.ri-line-line:before {
    content: "\eeae";
}

.ri-link-m:before {
    content: "\eeaf";
}

.ri-link-unlink-m:before {
    content: "\eeb0";
}

.ri-link-unlink:before {
    content: "\eeb1";
}

.ri-link:before {
    content: "\eeb2";
}

.ri-linkedin-box-fill:before {
    content: "\eeb3";
}

.ri-linkedin-box-line:before {
    content: "\eeb4";
}

.ri-linkedin-fill:before {
    content: "\eeb5";
}

.ri-linkedin-line:before {
    content: "\eeb6";
}

.ri-links-fill:before {
    content: "\eeb7";
}

.ri-links-line:before {
    content: "\eeb8";
}

.ri-list-check-2:before {
    content: "\eeb9";
}

.ri-list-check:before {
    content: "\eeba";
}

.ri-list-ordered:before {
    content: "\eebb";
}

.ri-list-settings-fill:before {
    content: "\eebc";
}

.ri-list-settings-line:before {
    content: "\eebd";
}

.ri-list-unordered:before {
    content: "\eebe";
}

.ri-live-fill:before {
    content: "\eebf";
}

.ri-live-line:before {
    content: "\eec0";
}

.ri-loader-2-fill:before {
    content: "\eec1";
}

.ri-loader-2-line:before {
    content: "\eec2";
}

.ri-loader-3-fill:before {
    content: "\eec3";
}

.ri-loader-3-line:before {
    content: "\eec4";
}

.ri-loader-4-fill:before {
    content: "\eec5";
}

.ri-loader-4-line:before {
    content: "\eec6";
}

.ri-loader-5-fill:before {
    content: "\eec7";
}

.ri-loader-5-line:before {
    content: "\eec8";
}

.ri-loader-fill:before {
    content: "\eec9";
}

.ri-loader-line:before {
    content: "\eeca";
}

.ri-lock-2-fill:before {
    content: "\eecb";
}

.ri-lock-2-line:before {
    content: "\eecc";
}

.ri-lock-fill:before {
    content: "\eecd";
}

.ri-lock-line:before {
    content: "\eece";
}

.ri-lock-password-fill:before {
    content: "\eecf";
}

.ri-lock-password-line:before {
    content: "\eed0";
}

.ri-lock-unlock-fill:before {
    content: "\eed1";
}

.ri-lock-unlock-line:before {
    content: "\eed2";
}

.ri-login-box-fill:before {
    content: "\eed3";
}

.ri-login-box-line:before {
    content: "\eed4";
}

.ri-login-circle-fill:before {
    content: "\eed5";
}

.ri-login-circle-line:before {
    content: "\eed6";
}

.ri-logout-box-fill:before {
    content: "\eed7";
}

.ri-logout-box-line:before {
    content: "\eed8";
}

.ri-logout-box-r-fill:before {
    content: "\eed9";
}

.ri-logout-box-r-line:before {
    content: "\eeda";
}

.ri-logout-circle-fill:before {
    content: "\eedb";
}

.ri-logout-circle-line:before {
    content: "\eedc";
}

.ri-logout-circle-r-fill:before {
    content: "\eedd";
}

.ri-logout-circle-r-line:before {
    content: "\eede";
}

.ri-luggage-cart-fill:before {
    content: "\eedf";
}

.ri-luggage-cart-line:before {
    content: "\eee0";
}

.ri-luggage-deposit-fill:before {
    content: "\eee1";
}

.ri-luggage-deposit-line:before {
    content: "\eee2";
}

.ri-lungs-fill:before {
    content: "\eee3";
}

.ri-lungs-line:before {
    content: "\eee4";
}

.ri-mac-fill:before {
    content: "\eee5";
}

.ri-mac-line:before {
    content: "\eee6";
}

.ri-macbook-fill:before {
    content: "\eee7";
}

.ri-macbook-line:before {
    content: "\eee8";
}

.ri-magic-fill:before {
    content: "\eee9";
}

.ri-magic-line:before {
    content: "\eeea";
}

.ri-mail-add-fill:before {
    content: "\eeeb";
}

.ri-mail-add-line:before {
    content: "\eeec";
}

.ri-mail-check-fill:before {
    content: "\eeed";
}

.ri-mail-check-line:before {
    content: "\eeee";
}

.ri-mail-close-fill:before {
    content: "\eeef";
}

.ri-mail-close-line:before {
    content: "\eef0";
}

.ri-mail-download-fill:before {
    content: "\eef1";
}

.ri-mail-download-line:before {
    content: "\eef2";
}

.ri-mail-fill:before {
    content: "\eef3";
}

.ri-mail-forbid-fill:before {
    content: "\eef4";
}

.ri-mail-forbid-line:before {
    content: "\eef5";
}

.ri-mail-line:before {
    content: "\eef6";
}

.ri-mail-lock-fill:before {
    content: "\eef7";
}

.ri-mail-lock-line:before {
    content: "\eef8";
}

.ri-mail-open-fill:before {
    content: "\eef9";
}

.ri-mail-open-line:before {
    content: "\eefa";
}

.ri-mail-send-fill:before {
    content: "\eefb";
}

.ri-mail-send-line:before {
    content: "\eefc";
}

.ri-mail-settings-fill:before {
    content: "\eefd";
}

.ri-mail-settings-line:before {
    content: "\eefe";
}

.ri-mail-star-fill:before {
    content: "\eeff";
}

.ri-mail-star-line:before {
    content: "\ef00";
}

.ri-mail-unread-fill:before {
    content: "\ef01";
}

.ri-mail-unread-line:before {
    content: "\ef02";
}

.ri-mail-volume-fill:before {
    content: "\ef03";
}

.ri-mail-volume-line:before {
    content: "\ef04";
}

.ri-map-2-fill:before {
    content: "\ef05";
}

.ri-map-2-line:before {
    content: "\ef06";
}

.ri-map-fill:before {
    content: "\ef07";
}

.ri-map-line:before {
    content: "\ef08";
}

.ri-map-pin-2-fill:before {
    content: "\ef09";
}

.ri-map-pin-2-line:before {
    content: "\ef0a";
}

.ri-map-pin-3-fill:before {
    content: "\ef0b";
}

.ri-map-pin-3-line:before {
    content: "\ef0c";
}

.ri-map-pin-4-fill:before {
    content: "\ef0d";
}

.ri-map-pin-4-line:before {
    content: "\ef0e";
}

.ri-map-pin-5-fill:before {
    content: "\ef0f";
}

.ri-map-pin-5-line:before {
    content: "\ef10";
}

.ri-map-pin-add-fill:before {
    content: "\ef11";
}

.ri-map-pin-add-line:before {
    content: "\ef12";
}

.ri-map-pin-fill:before {
    content: "\ef13";
}

.ri-map-pin-line:before {
    content: "\ef14";
}

.ri-map-pin-range-fill:before {
    content: "\ef15";
}

.ri-map-pin-range-line:before {
    content: "\ef16";
}

.ri-map-pin-time-fill:before {
    content: "\ef17";
}

.ri-map-pin-time-line:before {
    content: "\ef18";
}

.ri-map-pin-user-fill:before {
    content: "\ef19";
}

.ri-map-pin-user-line:before {
    content: "\ef1a";
}

.ri-mark-pen-fill:before {
    content: "\ef1b";
}

.ri-mark-pen-line:before {
    content: "\ef1c";
}

.ri-markdown-fill:before {
    content: "\ef1d";
}

.ri-markdown-line:before {
    content: "\ef1e";
}

.ri-markup-fill:before {
    content: "\ef1f";
}

.ri-markup-line:before {
    content: "\ef20";
}

.ri-mastercard-fill:before {
    content: "\ef21";
}

.ri-mastercard-line:before {
    content: "\ef22";
}

.ri-mastodon-fill:before {
    content: "\ef23";
}

.ri-mastodon-line:before {
    content: "\ef24";
}

.ri-medal-2-fill:before {
    content: "\ef25";
}

.ri-medal-2-line:before {
    content: "\ef26";
}

.ri-medal-fill:before {
    content: "\ef27";
}

.ri-medal-line:before {
    content: "\ef28";
}

.ri-medicine-bottle-fill:before {
    content: "\ef29";
}

.ri-medicine-bottle-line:before {
    content: "\ef2a";
}

.ri-medium-fill:before {
    content: "\ef2b";
}

.ri-medium-line:before {
    content: "\ef2c";
}

.ri-men-fill:before {
    content: "\ef2d";
}

.ri-men-line:before {
    content: "\ef2e";
}

.ri-mental-health-fill:before {
    content: "\ef2f";
}

.ri-mental-health-line:before {
    content: "\ef30";
}

.ri-menu-2-fill:before {
    content: "\ef31";
}

.ri-menu-2-line:before {
    content: "\ef32";
}

.ri-menu-3-fill:before {
    content: "\ef33";
}

.ri-menu-3-line:before {
    content: "\ef34";
}

.ri-menu-4-fill:before {
    content: "\ef35";
}

.ri-menu-4-line:before {
    content: "\ef36";
}

.ri-menu-5-fill:before {
    content: "\ef37";
}

.ri-menu-5-line:before {
    content: "\ef38";
}

.ri-menu-add-fill:before {
    content: "\ef39";
}

.ri-menu-add-line:before {
    content: "\ef3a";
}

.ri-menu-fill:before {
    content: "\ef3b";
}

.ri-menu-fold-fill:before {
    content: "\ef3c";
}

.ri-menu-fold-line:before {
    content: "\ef3d";
}

.ri-menu-line:before {
    content: "\ef3e";
}

.ri-menu-unfold-fill:before {
    content: "\ef3f";
}

.ri-menu-unfold-line:before {
    content: "\ef40";
}

.ri-merge-cells-horizontal:before {
    content: "\ef41";
}

.ri-merge-cells-vertical:before {
    content: "\ef42";
}

.ri-message-2-fill:before {
    content: "\ef43";
}

.ri-message-2-line:before {
    content: "\ef44";
}

.ri-message-3-fill:before {
    content: "\ef45";
}

.ri-message-3-line:before {
    content: "\ef46";
}

.ri-message-fill:before {
    content: "\ef47";
}

.ri-message-line:before {
    content: "\ef48";
}

.ri-messenger-fill:before {
    content: "\ef49";
}

.ri-messenger-line:before {
    content: "\ef4a";
}

.ri-meteor-fill:before {
    content: "\ef4b";
}

.ri-meteor-line:before {
    content: "\ef4c";
}

.ri-mic-2-fill:before {
    content: "\ef4d";
}

.ri-mic-2-line:before {
    content: "\ef4e";
}

.ri-mic-fill:before {
    content: "\ef4f";
}

.ri-mic-line:before {
    content: "\ef50";
}

.ri-mic-off-fill:before {
    content: "\ef51";
}

.ri-mic-off-line:before {
    content: "\ef52";
}

.ri-mickey-fill:before {
    content: "\ef53";
}

.ri-mickey-line:before {
    content: "\ef54";
}

.ri-microscope-fill:before {
    content: "\ef55";
}

.ri-microscope-line:before {
    content: "\ef56";
}

.ri-microsoft-fill:before {
    content: "\ef57";
}

.ri-microsoft-line:before {
    content: "\ef58";
}

.ri-mind-map:before {
    content: "\ef59";
}

.ri-mini-program-fill:before {
    content: "\ef5a";
}

.ri-mini-program-line:before {
    content: "\ef5b";
}

.ri-mist-fill:before {
    content: "\ef5c";
}

.ri-mist-line:before {
    content: "\ef5d";
}

.ri-money-cny-box-fill:before {
    content: "\ef5e";
}

.ri-money-cny-box-line:before {
    content: "\ef5f";
}

.ri-money-cny-circle-fill:before {
    content: "\ef60";
}

.ri-money-cny-circle-line:before {
    content: "\ef61";
}

.ri-money-dollar-box-fill:before {
    content: "\ef62";
}

.ri-money-dollar-box-line:before {
    content: "\ef63";
}

.ri-money-dollar-circle-fill:before {
    content: "\ef64";
}

.ri-money-dollar-circle-line:before {
    content: "\ef65";
}

.ri-money-euro-box-fill:before {
    content: "\ef66";
}

.ri-money-euro-box-line:before {
    content: "\ef67";
}

.ri-money-euro-circle-fill:before {
    content: "\ef68";
}

.ri-money-euro-circle-line:before {
    content: "\ef69";
}

.ri-money-pound-box-fill:before {
    content: "\ef6a";
}

.ri-money-pound-box-line:before {
    content: "\ef6b";
}

.ri-money-pound-circle-fill:before {
    content: "\ef6c";
}

.ri-money-pound-circle-line:before {
    content: "\ef6d";
}

.ri-moon-clear-fill:before {
    content: "\ef6e";
}

.ri-moon-clear-line:before {
    content: "\ef6f";
}

.ri-moon-cloudy-fill:before {
    content: "\ef70";
}

.ri-moon-cloudy-line:before {
    content: "\ef71";
}

.ri-moon-fill:before {
    content: "\ef72";
}

.ri-moon-foggy-fill:before {
    content: "\ef73";
}

.ri-moon-foggy-line:before {
    content: "\ef74";
}

.ri-moon-line:before {
    content: "\ef75";
}

.ri-more-2-fill:before {
    content: "\ef76";
}

.ri-more-2-line:before {
    content: "\ef77";
}

.ri-more-fill:before {
    content: "\ef78";
}

.ri-more-line:before {
    content: "\ef79";
}

.ri-motorbike-fill:before {
    content: "\ef7a";
}

.ri-motorbike-line:before {
    content: "\ef7b";
}

.ri-mouse-fill:before {
    content: "\ef7c";
}

.ri-mouse-line:before {
    content: "\ef7d";
}

.ri-movie-2-fill:before {
    content: "\ef7e";
}

.ri-movie-2-line:before {
    content: "\ef7f";
}

.ri-movie-fill:before {
    content: "\ef80";
}

.ri-movie-line:before {
    content: "\ef81";
}

.ri-music-2-fill:before {
    content: "\ef82";
}

.ri-music-2-line:before {
    content: "\ef83";
}

.ri-music-fill:before {
    content: "\ef84";
}

.ri-music-line:before {
    content: "\ef85";
}

.ri-mv-fill:before {
    content: "\ef86";
}

.ri-mv-line:before {
    content: "\ef87";
}

.ri-navigation-fill:before {
    content: "\ef88";
}

.ri-navigation-line:before {
    content: "\ef89";
}

.ri-netease-cloud-music-fill:before {
    content: "\ef8a";
}

.ri-netease-cloud-music-line:before {
    content: "\ef8b";
}

.ri-netflix-fill:before {
    content: "\ef8c";
}

.ri-netflix-line:before {
    content: "\ef8d";
}

.ri-newspaper-fill:before {
    content: "\ef8e";
}

.ri-newspaper-line:before {
    content: "\ef8f";
}

.ri-node-tree:before {
    content: "\ef90";
}

.ri-notification-2-fill:before {
    content: "\ef91";
}

.ri-notification-2-line:before {
    content: "\ef92";
}

.ri-notification-3-fill:before {
    content: "\ef93";
}

.ri-notification-3-line:before {
    content: "\ef94";
}

.ri-notification-4-fill:before {
    content: "\ef95";
}

.ri-notification-4-line:before {
    content: "\ef96";
}

.ri-notification-badge-fill:before {
    content: "\ef97";
}

.ri-notification-badge-line:before {
    content: "\ef98";
}

.ri-notification-fill:before {
    content: "\ef99";
}

.ri-notification-line:before {
    content: "\ef9a";
}

.ri-notification-off-fill:before {
    content: "\ef9b";
}

.ri-notification-off-line:before {
    content: "\ef9c";
}

.ri-npmjs-fill:before {
    content: "\ef9d";
}

.ri-npmjs-line:before {
    content: "\ef9e";
}

.ri-number-0:before {
    content: "\ef9f";
}

.ri-number-1:before {
    content: "\efa0";
}

.ri-number-2:before {
    content: "\efa1";
}

.ri-number-3:before {
    content: "\efa2";
}

.ri-number-4:before {
    content: "\efa3";
}

.ri-number-5:before {
    content: "\efa4";
}

.ri-number-6:before {
    content: "\efa5";
}

.ri-number-7:before {
    content: "\efa6";
}

.ri-number-8:before {
    content: "\efa7";
}

.ri-number-9:before {
    content: "\efa8";
}

.ri-numbers-fill:before {
    content: "\efa9";
}

.ri-numbers-line:before {
    content: "\efaa";
}

.ri-nurse-fill:before {
    content: "\efab";
}

.ri-nurse-line:before {
    content: "\efac";
}

.ri-oil-fill:before {
    content: "\efad";
}

.ri-oil-line:before {
    content: "\efae";
}

.ri-omega:before {
    content: "\efaf";
}

.ri-open-arm-fill:before {
    content: "\efb0";
}

.ri-open-arm-line:before {
    content: "\efb1";
}

.ri-open-source-fill:before {
    content: "\efb2";
}

.ri-open-source-line:before {
    content: "\efb3";
}

.ri-opera-fill:before {
    content: "\efb4";
}

.ri-opera-line:before {
    content: "\efb5";
}

.ri-order-play-fill:before {
    content: "\efb6";
}

.ri-order-play-line:before {
    content: "\efb7";
}

.ri-organization-chart:before {
    content: "\efb8";
}

.ri-outlet-2-fill:before {
    content: "\efb9";
}

.ri-outlet-2-line:before {
    content: "\efba";
}

.ri-outlet-fill:before {
    content: "\efbb";
}

.ri-outlet-line:before {
    content: "\efbc";
}

.ri-page-separator:before {
    content: "\efbd";
}

.ri-pages-fill:before {
    content: "\efbe";
}

.ri-pages-line:before {
    content: "\efbf";
}

.ri-paint-brush-fill:before {
    content: "\efc0";
}

.ri-paint-brush-line:before {
    content: "\efc1";
}

.ri-paint-fill:before {
    content: "\efc2";
}

.ri-paint-line:before {
    content: "\efc3";
}

.ri-palette-fill:before {
    content: "\efc4";
}

.ri-palette-line:before {
    content: "\efc5";
}

.ri-pantone-fill:before {
    content: "\efc6";
}

.ri-pantone-line:before {
    content: "\efc7";
}

.ri-paragraph:before {
    content: "\efc8";
}

.ri-parent-fill:before {
    content: "\efc9";
}

.ri-parent-line:before {
    content: "\efca";
}

.ri-parentheses-fill:before {
    content: "\efcb";
}

.ri-parentheses-line:before {
    content: "\efcc";
}

.ri-parking-box-fill:before {
    content: "\efcd";
}

.ri-parking-box-line:before {
    content: "\efce";
}

.ri-parking-fill:before {
    content: "\efcf";
}

.ri-parking-line:before {
    content: "\efd0";
}

.ri-passport-fill:before {
    content: "\efd1";
}

.ri-passport-line:before {
    content: "\efd2";
}

.ri-patreon-fill:before {
    content: "\efd3";
}

.ri-patreon-line:before {
    content: "\efd4";
}

.ri-pause-circle-fill:before {
    content: "\efd5";
}

.ri-pause-circle-line:before {
    content: "\efd6";
}

.ri-pause-fill:before {
    content: "\efd7";
}

.ri-pause-line:before {
    content: "\efd8";
}

.ri-pause-mini-fill:before {
    content: "\efd9";
}

.ri-pause-mini-line:before {
    content: "\efda";
}

.ri-paypal-fill:before {
    content: "\efdb";
}

.ri-paypal-line:before {
    content: "\efdc";
}

.ri-pen-nib-fill:before {
    content: "\efdd";
}

.ri-pen-nib-line:before {
    content: "\efde";
}

.ri-pencil-fill:before {
    content: "\efdf";
}

.ri-pencil-line:before {
    content: "\efe0";
}

.ri-pencil-ruler-2-fill:before {
    content: "\efe1";
}

.ri-pencil-ruler-2-line:before {
    content: "\efe2";
}

.ri-pencil-ruler-fill:before {
    content: "\efe3";
}

.ri-pencil-ruler-line:before {
    content: "\efe4";
}

.ri-percent-fill:before {
    content: "\efe5";
}

.ri-percent-line:before {
    content: "\efe6";
}

.ri-phone-camera-fill:before {
    content: "\efe7";
}

.ri-phone-camera-line:before {
    content: "\efe8";
}

.ri-phone-fill:before {
    content: "\efe9";
}

.ri-phone-find-fill:before {
    content: "\efea";
}

.ri-phone-find-line:before {
    content: "\efeb";
}

.ri-phone-line:before {
    content: "\efec";
}

.ri-phone-lock-fill:before {
    content: "\efed";
}

.ri-phone-lock-line:before {
    content: "\efee";
}

.ri-picture-in-picture-2-fill:before {
    content: "\efef";
}

.ri-picture-in-picture-2-line:before {
    content: "\eff0";
}

.ri-picture-in-picture-exit-fill:before {
    content: "\eff1";
}

.ri-picture-in-picture-exit-line:before {
    content: "\eff2";
}

.ri-picture-in-picture-fill:before {
    content: "\eff3";
}

.ri-picture-in-picture-line:before {
    content: "\eff4";
}

.ri-pie-chart-2-fill:before {
    content: "\eff5";
}

.ri-pie-chart-2-line:before {
    content: "\eff6";
}

.ri-pie-chart-box-fill:before {
    content: "\eff7";
}

.ri-pie-chart-box-line:before {
    content: "\eff8";
}

.ri-pie-chart-fill:before {
    content: "\eff9";
}

.ri-pie-chart-line:before {
    content: "\effa";
}

.ri-pin-distance-fill:before {
    content: "\effb";
}

.ri-pin-distance-line:before {
    content: "\effc";
}

.ri-ping-pong-fill:before {
    content: "\effd";
}

.ri-ping-pong-line:before {
    content: "\effe";
}

.ri-pinterest-fill:before {
    content: "\efff";
}

.ri-pinterest-line:before {
    content: "\f000";
}

.ri-pinyin-input:before {
    content: "\f001";
}

.ri-pixelfed-fill:before {
    content: "\f002";
}

.ri-pixelfed-line:before {
    content: "\f003";
}

.ri-plane-fill:before {
    content: "\f004";
}

.ri-plane-line:before {
    content: "\f005";
}

.ri-plant-fill:before {
    content: "\f006";
}

.ri-plant-line:before {
    content: "\f007";
}

.ri-play-circle-fill:before {
    content: "\f008";
}

.ri-play-circle-line:before {
    content: "\f009";
}

.ri-play-fill:before {
    content: "\f00a";
}

.ri-play-line:before {
    content: "\f00b";
}

.ri-play-list-2-fill:before {
    content: "\f00c";
}

.ri-play-list-2-line:before {
    content: "\f00d";
}

.ri-play-list-add-fill:before {
    content: "\f00e";
}

.ri-play-list-add-line:before {
    content: "\f00f";
}

.ri-play-list-fill:before {
    content: "\f010";
}

.ri-play-list-line:before {
    content: "\f011";
}

.ri-play-mini-fill:before {
    content: "\f012";
}

.ri-play-mini-line:before {
    content: "\f013";
}

.ri-playstation-fill:before {
    content: "\f014";
}

.ri-playstation-line:before {
    content: "\f015";
}

.ri-plug-2-fill:before {
    content: "\f016";
}

.ri-plug-2-line:before {
    content: "\f017";
}

.ri-plug-fill:before {
    content: "\f018";
}

.ri-plug-line:before {
    content: "\f019";
}

.ri-polaroid-2-fill:before {
    content: "\f01a";
}

.ri-polaroid-2-line:before {
    content: "\f01b";
}

.ri-polaroid-fill:before {
    content: "\f01c";
}

.ri-polaroid-line:before {
    content: "\f01d";
}

.ri-police-car-fill:before {
    content: "\f01e";
}

.ri-police-car-line:before {
    content: "\f01f";
}

.ri-price-tag-2-fill:before {
    content: "\f020";
}

.ri-price-tag-2-line:before {
    content: "\f021";
}

.ri-price-tag-3-fill:before {
    content: "\f022";
}

.ri-price-tag-3-line:before {
    content: "\f023";
}

.ri-price-tag-fill:before {
    content: "\f024";
}

.ri-price-tag-line:before {
    content: "\f025";
}

.ri-printer-cloud-fill:before {
    content: "\f026";
}

.ri-printer-cloud-line:before {
    content: "\f027";
}

.ri-printer-fill:before {
    content: "\f028";
}

.ri-printer-line:before {
    content: "\f029";
}

.ri-product-hunt-fill:before {
    content: "\f02a";
}

.ri-product-hunt-line:before {
    content: "\f02b";
}

.ri-profile-fill:before {
    content: "\f02c";
}

.ri-profile-line:before {
    content: "\f02d";
}

.ri-projector-2-fill:before {
    content: "\f02e";
}

.ri-projector-2-line:before {
    content: "\f02f";
}

.ri-projector-fill:before {
    content: "\f030";
}

.ri-projector-line:before {
    content: "\f031";
}

.ri-psychotherapy-fill:before {
    content: "\f032";
}

.ri-psychotherapy-line:before {
    content: "\f033";
}

.ri-pulse-fill:before {
    content: "\f034";
}

.ri-pulse-line:before {
    content: "\f035";
}

.ri-pushpin-2-fill:before {
    content: "\f036";
}

.ri-pushpin-2-line:before {
    content: "\f037";
}

.ri-pushpin-fill:before {
    content: "\f038";
}

.ri-pushpin-line:before {
    content: "\f039";
}

.ri-qq-fill:before {
    content: "\f03a";
}

.ri-qq-line:before {
    content: "\f03b";
}

.ri-qr-code-fill:before {
    content: "\f03c";
}

.ri-qr-code-line:before {
    content: "\f03d";
}

.ri-qr-scan-2-fill:before {
    content: "\f03e";
}

.ri-qr-scan-2-line:before {
    content: "\f03f";
}

.ri-qr-scan-fill:before {
    content: "\f040";
}

.ri-qr-scan-line:before {
    content: "\f041";
}

.ri-question-answer-fill:before {
    content: "\f042";
}

.ri-question-answer-line:before {
    content: "\f043";
}

.ri-question-fill:before {
    content: "\f044";
}

.ri-question-line:before {
    content: "\f045";
}

.ri-question-mark:before {
    content: "\f046";
}

.ri-questionnaire-fill:before {
    content: "\f047";
}

.ri-questionnaire-line:before {
    content: "\f048";
}

.ri-quill-pen-fill:before {
    content: "\f049";
}

.ri-quill-pen-line:before {
    content: "\f04a";
}

.ri-radar-fill:before {
    content: "\f04b";
}

.ri-radar-line:before {
    content: "\f04c";
}

.ri-radio-2-fill:before {
    content: "\f04d";
}

.ri-radio-2-line:before {
    content: "\f04e";
}

.ri-radio-button-fill:before {
    content: "\f04f";
}

.ri-radio-button-line:before {
    content: "\f050";
}

.ri-radio-fill:before {
    content: "\f051";
}

.ri-radio-line:before {
    content: "\f052";
}

.ri-devsblink-fill:before {
    content: "\f053";
}

.ri-devsblink-line:before {
    content: "\f054";
}

.ri-rainy-fill:before {
    content: "\f055";
}

.ri-rainy-line:before {
    content: "\f056";
}

.ri-reactjs-fill:before {
    content: "\f057";
}

.ri-reactjs-line:before {
    content: "\f058";
}

.ri-record-circle-fill:before {
    content: "\f059";
}

.ri-record-circle-line:before {
    content: "\f05a";
}

.ri-record-mail-fill:before {
    content: "\f05b";
}

.ri-record-mail-line:before {
    content: "\f05c";
}

.ri-recycle-fill:before {
    content: "\f05d";
}

.ri-recycle-line:before {
    content: "\f05e";
}

.ri-red-packet-fill:before {
    content: "\f05f";
}

.ri-red-packet-line:before {
    content: "\f060";
}

.ri-reddit-fill:before {
    content: "\f061";
}

.ri-reddit-line:before {
    content: "\f062";
}

.ri-refresh-fill:before {
    content: "\f063";
}

.ri-refresh-line:before {
    content: "\f064";
}

.ri-refund-2-fill:before {
    content: "\f065";
}

.ri-refund-2-line:before {
    content: "\f066";
}

.ri-refund-fill:before {
    content: "\f067";
}

.ri-refund-line:before {
    content: "\f068";
}

.ri-registered-fill:before {
    content: "\f069";
}

.ri-registered-line:before {
    content: "\f06a";
}

.ri-remixicon-fill:before {
    content: "\f06b";
}

.ri-remixicon-line:before {
    content: "\f06c";
}

.ri-remote-control-2-fill:before {
    content: "\f06d";
}

.ri-remote-control-2-line:before {
    content: "\f06e";
}

.ri-remote-control-fill:before {
    content: "\f06f";
}

.ri-remote-control-line:before {
    content: "\f070";
}

.ri-repeat-2-fill:before {
    content: "\f071";
}

.ri-repeat-2-line:before {
    content: "\f072";
}

.ri-repeat-fill:before {
    content: "\f073";
}

.ri-repeat-line:before {
    content: "\f074";
}

.ri-repeat-one-fill:before {
    content: "\f075";
}

.ri-repeat-one-line:before {
    content: "\f076";
}

.ri-reply-all-fill:before {
    content: "\f077";
}

.ri-reply-all-line:before {
    content: "\f078";
}

.ri-reply-fill:before {
    content: "\f079";
}

.ri-reply-line:before {
    content: "\f07a";
}

.ri-reserved-fill:before {
    content: "\f07b";
}

.ri-reserved-line:before {
    content: "\f07c";
}

.ri-rest-time-fill:before {
    content: "\f07d";
}

.ri-rest-time-line:before {
    content: "\f07e";
}

.ri-restart-fill:before {
    content: "\f07f";
}

.ri-restart-line:before {
    content: "\f080";
}

.ri-restaurant-2-fill:before {
    content: "\f081";
}

.ri-restaurant-2-line:before {
    content: "\f082";
}

.ri-restaurant-fill:before {
    content: "\f083";
}

.ri-restaurant-line:before {
    content: "\f084";
}

.ri-rewind-fill:before {
    content: "\f085";
}

.ri-rewind-line:before {
    content: "\f086";
}

.ri-rewind-mini-fill:before {
    content: "\f087";
}

.ri-rewind-mini-line:before {
    content: "\f088";
}

.ri-rhythm-fill:before {
    content: "\f089";
}

.ri-rhythm-line:before {
    content: "\f08a";
}

.ri-riding-fill:before {
    content: "\f08b";
}

.ri-riding-line:before {
    content: "\f08c";
}

.ri-road-map-fill:before {
    content: "\f08d";
}

.ri-road-map-line:before {
    content: "\f08e";
}

.ri-roadster-fill:before {
    content: "\f08f";
}

.ri-roadster-line:before {
    content: "\f090";
}

.ri-robot-fill:before {
    content: "\f091";
}

.ri-robot-line:before {
    content: "\f092";
}

.ri-rocket-2-fill:before {
    content: "\f093";
}

.ri-rocket-2-line:before {
    content: "\f094";
}

.ri-rocket-fill:before {
    content: "\f095";
}

.ri-rocket-line:before {
    content: "\f096";
}

.ri-rotate-lock-fill:before {
    content: "\f097";
}

.ri-rotate-lock-line:before {
    content: "\f098";
}

.ri-rounded-corner:before {
    content: "\f099";
}

.ri-route-fill:before {
    content: "\f09a";
}

.ri-route-line:before {
    content: "\f09b";
}

.ri-router-fill:before {
    content: "\f09c";
}

.ri-router-line:before {
    content: "\f09d";
}

.ri-rss-fill:before {
    content: "\f09e";
}

.ri-rss-line:before {
    content: "\f09f";
}

.ri-ruler-2-fill:before {
    content: "\f0a0";
}

.ri-ruler-2-line:before {
    content: "\f0a1";
}

.ri-ruler-fill:before {
    content: "\f0a2";
}

.ri-ruler-line:before {
    content: "\f0a3";
}

.ri-run-fill:before {
    content: "\f0a4";
}

.ri-run-line:before {
    content: "\f0a5";
}

.ri-safari-fill:before {
    content: "\f0a6";
}

.ri-safari-line:before {
    content: "\f0a7";
}

.ri-safe-2-fill:before {
    content: "\f0a8";
}

.ri-safe-2-line:before {
    content: "\f0a9";
}

.ri-safe-fill:before {
    content: "\f0aa";
}

.ri-safe-line:before {
    content: "\f0ab";
}

.ri-sailboat-fill:before {
    content: "\f0ac";
}

.ri-sailboat-line:before {
    content: "\f0ad";
}

.ri-save-2-fill:before {
    content: "\f0ae";
}

.ri-save-2-line:before {
    content: "\f0af";
}

.ri-save-3-fill:before {
    content: "\f0b0";
}

.ri-save-3-line:before {
    content: "\f0b1";
}

.ri-save-fill:before {
    content: "\f0b2";
}

.ri-save-line:before {
    content: "\f0b3";
}

.ri-scales-2-fill:before {
    content: "\f0b4";
}

.ri-scales-2-line:before {
    content: "\f0b5";
}

.ri-scales-3-fill:before {
    content: "\f0b6";
}

.ri-scales-3-line:before {
    content: "\f0b7";
}

.ri-scales-fill:before {
    content: "\f0b8";
}

.ri-scales-line:before {
    content: "\f0b9";
}

.ri-scan-2-fill:before {
    content: "\f0ba";
}

.ri-scan-2-line:before {
    content: "\f0bb";
}

.ri-scan-fill:before {
    content: "\f0bc";
}

.ri-scan-line:before {
    content: "\f0bd";
}

.ri-scissors-2-fill:before {
    content: "\f0be";
}

.ri-scissors-2-line:before {
    content: "\f0bf";
}

.ri-scissors-cut-fill:before {
    content: "\f0c0";
}

.ri-scissors-cut-line:before {
    content: "\f0c1";
}

.ri-scissors-fill:before {
    content: "\f0c2";
}

.ri-scissors-line:before {
    content: "\f0c3";
}

.ri-screenshot-2-fill:before {
    content: "\f0c4";
}

.ri-screenshot-2-line:before {
    content: "\f0c5";
}

.ri-screenshot-fill:before {
    content: "\f0c6";
}

.ri-screenshot-line:before {
    content: "\f0c7";
}

.ri-sd-card-fill:before {
    content: "\f0c8";
}

.ri-sd-card-line:before {
    content: "\f0c9";
}

.ri-sd-card-mini-fill:before {
    content: "\f0ca";
}

.ri-sd-card-mini-line:before {
    content: "\f0cb";
}

.ri-search-2-fill:before {
    content: "\f0cc";
}

.ri-search-2-line:before {
    content: "\f0cd";
}

.ri-search-eye-fill:before {
    content: "\f0ce";
}

.ri-search-eye-line:before {
    content: "\f0cf";
}

.ri-search-fill:before {
    content: "\f0d0";
}

.ri-search-line:before {
    content: "\f0d1";
}

.ri-secure-payment-fill:before {
    content: "\f0d2";
}

.ri-secure-payment-line:before {
    content: "\f0d3";
}

.ri-seedling-fill:before {
    content: "\f0d4";
}

.ri-seedling-line:before {
    content: "\f0d5";
}

.ri-send-backward:before {
    content: "\f0d6";
}

.ri-send-plane-2-fill:before {
    content: "\f0d7";
}

.ri-send-plane-2-line:before {
    content: "\f0d8";
}

.ri-send-plane-fill:before {
    content: "\f0d9";
}

.ri-send-plane-line:before {
    content: "\f0da";
}

.ri-send-to-back:before {
    content: "\f0db";
}

.ri-sensor-fill:before {
    content: "\f0dc";
}

.ri-sensor-line:before {
    content: "\f0dd";
}

.ri-separator:before {
    content: "\f0de";
}

.ri-server-fill:before {
    content: "\f0df";
}

.ri-server-line:before {
    content: "\f0e0";
}

.ri-service-fill:before {
    content: "\f0e1";
}

.ri-service-line:before {
    content: "\f0e2";
}

.ri-settings-2-fill:before {
    content: "\f0e3";
}

.ri-settings-2-line:before {
    content: "\f0e4";
}

.ri-settings-3-fill:before {
    content: "\f0e5";
}

.ri-settings-3-line:before {
    content: "\f0e6";
}

.ri-settings-4-fill:before {
    content: "\f0e7";
}

.ri-settings-4-line:before {
    content: "\f0e8";
}

.ri-settings-5-fill:before {
    content: "\f0e9";
}

.ri-settings-5-line:before {
    content: "\f0ea";
}

.ri-settings-6-fill:before {
    content: "\f0eb";
}

.ri-settings-6-line:before {
    content: "\f0ec";
}

.ri-settings-fill:before {
    content: "\f0ed";
}

.ri-settings-line:before {
    content: "\f0ee";
}

.ri-shape-2-fill:before {
    content: "\f0ef";
}

.ri-shape-2-line:before {
    content: "\f0f0";
}

.ri-shape-fill:before {
    content: "\f0f1";
}

.ri-shape-line:before {
    content: "\f0f2";
}

.ri-share-box-fill:before {
    content: "\f0f3";
}

.ri-share-box-line:before {
    content: "\f0f4";
}

.ri-share-circle-fill:before {
    content: "\f0f5";
}

.ri-share-circle-line:before {
    content: "\f0f6";
}

.ri-share-fill:before {
    content: "\f0f7";
}

.ri-share-forward-2-fill:before {
    content: "\f0f8";
}

.ri-share-forward-2-line:before {
    content: "\f0f9";
}

.ri-share-forward-box-fill:before {
    content: "\f0fa";
}

.ri-share-forward-box-line:before {
    content: "\f0fb";
}

.ri-share-forward-fill:before {
    content: "\f0fc";
}

.ri-share-forward-line:before {
    content: "\f0fd";
}

.ri-share-line:before {
    content: "\f0fe";
}

.ri-shield-check-fill:before {
    content: "\f0ff";
}

.ri-shield-check-line:before {
    content: "\f100";
}

.ri-shield-cross-fill:before {
    content: "\f101";
}

.ri-shield-cross-line:before {
    content: "\f102";
}

.ri-shield-fill:before {
    content: "\f103";
}

.ri-shield-flash-fill:before {
    content: "\f104";
}

.ri-shield-flash-line:before {
    content: "\f105";
}

.ri-shield-keyhole-fill:before {
    content: "\f106";
}

.ri-shield-keyhole-line:before {
    content: "\f107";
}

.ri-shield-line:before {
    content: "\f108";
}

.ri-shield-star-fill:before {
    content: "\f109";
}

.ri-shield-star-line:before {
    content: "\f10a";
}

.ri-shield-user-fill:before {
    content: "\f10b";
}

.ri-shield-user-line:before {
    content: "\f10c";
}

.ri-ship-2-fill:before {
    content: "\f10d";
}

.ri-ship-2-line:before {
    content: "\f10e";
}

.ri-ship-fill:before {
    content: "\f10f";
}

.ri-ship-line:before {
    content: "\f110";
}

.ri-shirt-fill:before {
    content: "\f111";
}

.ri-shirt-line:before {
    content: "\f112";
}

.ri-shopping-bag-2-fill:before {
    content: "\f113";
}

.ri-shopping-bag-2-line:before {
    content: "\f114";
}

.ri-shopping-bag-3-fill:before {
    content: "\f115";
}

.ri-shopping-bag-3-line:before {
    content: "\f116";
}

.ri-shopping-bag-fill:before {
    content: "\f117";
}

.ri-shopping-bag-line:before {
    content: "\f118";
}

.ri-shopping-basket-2-fill:before {
    content: "\f119";
}

.ri-shopping-basket-2-line:before {
    content: "\f11a";
}

.ri-shopping-basket-fill:before {
    content: "\f11b";
}

.ri-shopping-basket-line:before {
    content: "\f11c";
}

.ri-shopping-cart-2-fill:before {
    content: "\f11d";
}

.ri-shopping-cart-2-line:before {
    content: "\f11e";
}

.ri-shopping-cart-fill:before {
    content: "\f11f";
}

.ri-shopping-cart-line:before {
    content: "\f120";
}

.ri-showers-fill:before {
    content: "\f121";
}

.ri-showers-line:before {
    content: "\f122";
}

.ri-shuffle-fill:before {
    content: "\f123";
}

.ri-shuffle-line:before {
    content: "\f124";
}

.ri-shut-down-fill:before {
    content: "\f125";
}

.ri-shut-down-line:before {
    content: "\f126";
}

.ri-side-bar-fill:before {
    content: "\f127";
}

.ri-side-bar-line:before {
    content: "\f128";
}

.ri-signal-tower-fill:before {
    content: "\f129";
}

.ri-signal-tower-line:before {
    content: "\f12a";
}

.ri-signal-wifi-1-fill:before {
    content: "\f12b";
}

.ri-signal-wifi-1-line:before {
    content: "\f12c";
}

.ri-signal-wifi-2-fill:before {
    content: "\f12d";
}

.ri-signal-wifi-2-line:before {
    content: "\f12e";
}

.ri-signal-wifi-3-fill:before {
    content: "\f12f";
}

.ri-signal-wifi-3-line:before {
    content: "\f130";
}

.ri-signal-wifi-error-fill:before {
    content: "\f131";
}

.ri-signal-wifi-error-line:before {
    content: "\f132";
}

.ri-signal-wifi-fill:before {
    content: "\f133";
}

.ri-signal-wifi-line:before {
    content: "\f134";
}

.ri-signal-wifi-off-fill:before {
    content: "\f135";
}

.ri-signal-wifi-off-line:before {
    content: "\f136";
}

.ri-sim-card-2-fill:before {
    content: "\f137";
}

.ri-sim-card-2-line:before {
    content: "\f138";
}

.ri-sim-card-fill:before {
    content: "\f139";
}

.ri-sim-card-line:before {
    content: "\f13a";
}

.ri-single-quotes-l:before {
    content: "\f13b";
}

.ri-single-quotes-r:before {
    content: "\f13c";
}

.ri-sip-fill:before {
    content: "\f13d";
}

.ri-sip-line:before {
    content: "\f13e";
}

.ri-skip-back-fill:before {
    content: "\f13f";
}

.ri-skip-back-line:before {
    content: "\f140";
}

.ri-skip-back-mini-fill:before {
    content: "\f141";
}

.ri-skip-back-mini-line:before {
    content: "\f142";
}

.ri-skip-forward-fill:before {
    content: "\f143";
}

.ri-skip-forward-line:before {
    content: "\f144";
}

.ri-skip-forward-mini-fill:before {
    content: "\f145";
}

.ri-skip-forward-mini-line:before {
    content: "\f146";
}

.ri-skull-2-fill:before {
    content: "\f147";
}

.ri-skull-2-line:before {
    content: "\f148";
}

.ri-skull-fill:before {
    content: "\f149";
}

.ri-skull-line:before {
    content: "\f14a";
}

.ri-skype-fill:before {
    content: "\f14b";
}

.ri-skype-line:before {
    content: "\f14c";
}

.ri-slack-fill:before {
    content: "\f14d";
}

.ri-slack-line:before {
    content: "\f14e";
}

.ri-slice-fill:before {
    content: "\f14f";
}

.ri-slice-line:before {
    content: "\f150";
}

.ri-slideshow-2-fill:before {
    content: "\f151";
}

.ri-slideshow-2-line:before {
    content: "\f152";
}

.ri-slideshow-3-fill:before {
    content: "\f153";
}

.ri-slideshow-3-line:before {
    content: "\f154";
}

.ri-slideshow-4-fill:before {
    content: "\f155";
}

.ri-slideshow-4-line:before {
    content: "\f156";
}

.ri-slideshow-fill:before {
    content: "\f157";
}

.ri-slideshow-line:before {
    content: "\f158";
}

.ri-smartphone-fill:before {
    content: "\f159";
}

.ri-smartphone-line:before {
    content: "\f15a";
}

.ri-snapchat-fill:before {
    content: "\f15b";
}

.ri-snapchat-line:before {
    content: "\f15c";
}

.ri-snowy-fill:before {
    content: "\f15d";
}

.ri-snowy-line:before {
    content: "\f15e";
}

.ri-sort-asc:before {
    content: "\f15f";
}

.ri-sort-desc:before {
    content: "\f160";
}

.ri-sound-module-fill:before {
    content: "\f161";
}

.ri-sound-module-line:before {
    content: "\f162";
}

.ri-soundcloud-fill:before {
    content: "\f163";
}

.ri-soundcloud-line:before {
    content: "\f164";
}

.ri-space-ship-fill:before {
    content: "\f165";
}

.ri-space-ship-line:before {
    content: "\f166";
}

.ri-space:before {
    content: "\f167";
}

.ri-spam-2-fill:before {
    content: "\f168";
}

.ri-spam-2-line:before {
    content: "\f169";
}

.ri-spam-3-fill:before {
    content: "\f16a";
}

.ri-spam-3-line:before {
    content: "\f16b";
}

.ri-spam-fill:before {
    content: "\f16c";
}

.ri-spam-line:before {
    content: "\f16d";
}

.ri-speaker-2-fill:before {
    content: "\f16e";
}

.ri-speaker-2-line:before {
    content: "\f16f";
}

.ri-speaker-3-fill:before {
    content: "\f170";
}

.ri-speaker-3-line:before {
    content: "\f171";
}

.ri-speaker-fill:before {
    content: "\f172";
}

.ri-speaker-line:before {
    content: "\f173";
}

.ri-spectrum-fill:before {
    content: "\f174";
}

.ri-spectrum-line:before {
    content: "\f175";
}

.ri-speed-fill:before {
    content: "\f176";
}

.ri-speed-line:before {
    content: "\f177";
}

.ri-speed-mini-fill:before {
    content: "\f178";
}

.ri-speed-mini-line:before {
    content: "\f179";
}

.ri-split-cells-horizontal:before {
    content: "\f17a";
}

.ri-split-cells-vertical:before {
    content: "\f17b";
}

.ri-spotify-fill:before {
    content: "\f17c";
}

.ri-spotify-line:before {
    content: "\f17d";
}

.ri-spy-fill:before {
    content: "\f17e";
}

.ri-spy-line:before {
    content: "\f17f";
}

.ri-stack-fill:before {
    content: "\f180";
}

.ri-stack-line:before {
    content: "\f181";
}

.ri-stack-overflow-fill:before {
    content: "\f182";
}

.ri-stack-overflow-line:before {
    content: "\f183";
}

.ri-stackshare-fill:before {
    content: "\f184";
}

.ri-stackshare-line:before {
    content: "\f185";
}

.ri-star-fill:before {
    content: "\f186";
}

.ri-star-half-fill:before {
    content: "\f187";
}

.ri-star-half-line:before {
    content: "\f188";
}

.ri-star-half-s-fill:before {
    content: "\f189";
}

.ri-star-half-s-line:before {
    content: "\f18a";
}

.ri-star-line:before {
    content: "\f18b";
}

.ri-star-s-fill:before {
    content: "\f18c";
}

.ri-star-s-line:before {
    content: "\f18d";
}

.ri-star-smile-fill:before {
    content: "\f18e";
}

.ri-star-smile-line:before {
    content: "\f18f";
}

.ri-steam-fill:before {
    content: "\f190";
}

.ri-steam-line:before {
    content: "\f191";
}

.ri-steering-2-fill:before {
    content: "\f192";
}

.ri-steering-2-line:before {
    content: "\f193";
}

.ri-steering-fill:before {
    content: "\f194";
}

.ri-steering-line:before {
    content: "\f195";
}

.ri-stethoscope-fill:before {
    content: "\f196";
}

.ri-stethoscope-line:before {
    content: "\f197";
}

.ri-sticky-note-2-fill:before {
    content: "\f198";
}

.ri-sticky-note-2-line:before {
    content: "\f199";
}

.ri-sticky-note-fill:before {
    content: "\f19a";
}

.ri-sticky-note-line:before {
    content: "\f19b";
}

.ri-stock-fill:before {
    content: "\f19c";
}

.ri-stock-line:before {
    content: "\f19d";
}

.ri-stop-circle-fill:before {
    content: "\f19e";
}

.ri-stop-circle-line:before {
    content: "\f19f";
}

.ri-stop-fill:before {
    content: "\f1a0";
}

.ri-stop-line:before {
    content: "\f1a1";
}

.ri-stop-mini-fill:before {
    content: "\f1a2";
}

.ri-stop-mini-line:before {
    content: "\f1a3";
}

.ri-store-2-fill:before {
    content: "\f1a4";
}

.ri-store-2-line:before {
    content: "\f1a5";
}

.ri-store-3-fill:before {
    content: "\f1a6";
}

.ri-store-3-line:before {
    content: "\f1a7";
}

.ri-store-fill:before {
    content: "\f1a8";
}

.ri-store-line:before {
    content: "\f1a9";
}

.ri-strikethrough-2:before {
    content: "\f1aa";
}

.ri-strikethrough:before {
    content: "\f1ab";
}

.ri-subscript-2:before {
    content: "\f1ac";
}

.ri-subscript:before {
    content: "\f1ad";
}

.ri-subtract-fill:before {
    content: "\f1ae";
}

.ri-subtract-line:before {
    content: "\f1af";
}

.ri-subway-fill:before {
    content: "\f1b0";
}

.ri-subway-line:before {
    content: "\f1b1";
}

.ri-subway-wifi-fill:before {
    content: "\f1b2";
}

.ri-subway-wifi-line:before {
    content: "\f1b3";
}

.ri-suitcase-2-fill:before {
    content: "\f1b4";
}

.ri-suitcase-2-line:before {
    content: "\f1b5";
}

.ri-suitcase-3-fill:before {
    content: "\f1b6";
}

.ri-suitcase-3-line:before {
    content: "\f1b7";
}

.ri-suitcase-fill:before {
    content: "\f1b8";
}

.ri-suitcase-line:before {
    content: "\f1b9";
}

.ri-sun-cloudy-fill:before {
    content: "\f1ba";
}

.ri-sun-cloudy-line:before {
    content: "\f1bb";
}

.ri-sun-fill:before {
    content: "\f1bc";
}

.ri-sun-foggy-fill:before {
    content: "\f1bd";
}

.ri-sun-foggy-line:before {
    content: "\f1be";
}

.ri-sun-line:before {
    content: "\f1bf";
}

.ri-superscript-2:before {
    content: "\f1c0";
}

.ri-superscript:before {
    content: "\f1c1";
}

.ri-surgical-mask-fill:before {
    content: "\f1c2";
}

.ri-surgical-mask-line:before {
    content: "\f1c3";
}

.ri-surround-sound-fill:before {
    content: "\f1c4";
}

.ri-surround-sound-line:before {
    content: "\f1c5";
}

.ri-survey-fill:before {
    content: "\f1c6";
}

.ri-survey-line:before {
    content: "\f1c7";
}

.ri-swap-box-fill:before {
    content: "\f1c8";
}

.ri-swap-box-line:before {
    content: "\f1c9";
}

.ri-swap-fill:before {
    content: "\f1ca";
}

.ri-swap-line:before {
    content: "\f1cb";
}

.ri-switch-fill:before {
    content: "\f1cc";
}

.ri-switch-line:before {
    content: "\f1cd";
}

.ri-sword-fill:before {
    content: "\f1ce";
}

.ri-sword-line:before {
    content: "\f1cf";
}

.ri-syringe-fill:before {
    content: "\f1d0";
}

.ri-syringe-line:before {
    content: "\f1d1";
}

.ri-t-box-fill:before {
    content: "\f1d2";
}

.ri-t-box-line:before {
    content: "\f1d3";
}

.ri-t-shirt-2-fill:before {
    content: "\f1d4";
}

.ri-t-shirt-2-line:before {
    content: "\f1d5";
}

.ri-t-shirt-air-fill:before {
    content: "\f1d6";
}

.ri-t-shirt-air-line:before {
    content: "\f1d7";
}

.ri-t-shirt-fill:before {
    content: "\f1d8";
}

.ri-t-shirt-line:before {
    content: "\f1d9";
}

.ri-table-2:before {
    content: "\f1da";
}

.ri-table-alt-fill:before {
    content: "\f1db";
}

.ri-table-alt-line:before {
    content: "\f1dc";
}

.ri-table-fill:before {
    content: "\f1dd";
}

.ri-table-line:before {
    content: "\f1de";
}

.ri-tablet-fill:before {
    content: "\f1df";
}

.ri-tablet-line:before {
    content: "\f1e0";
}

.ri-takeaway-fill:before {
    content: "\f1e1";
}

.ri-takeaway-line:before {
    content: "\f1e2";
}

.ri-taobao-fill:before {
    content: "\f1e3";
}

.ri-taobao-line:before {
    content: "\f1e4";
}

.ri-tape-fill:before {
    content: "\f1e5";
}

.ri-tape-line:before {
    content: "\f1e6";
}

.ri-task-fill:before {
    content: "\f1e7";
}

.ri-task-line:before {
    content: "\f1e8";
}

.ri-taxi-fill:before {
    content: "\f1e9";
}

.ri-taxi-line:before {
    content: "\f1ea";
}

.ri-taxi-wifi-fill:before {
    content: "\f1eb";
}

.ri-taxi-wifi-line:before {
    content: "\f1ec";
}

.ri-team-fill:before {
    content: "\f1ed";
}

.ri-team-line:before {
    content: "\f1ee";
}

.ri-telegram-fill:before {
    content: "\f1ef";
}

.ri-telegram-line:before {
    content: "\f1f0";
}

.ri-temp-cold-fill:before {
    content: "\f1f1";
}

.ri-temp-cold-line:before {
    content: "\f1f2";
}

.ri-temp-hot-fill:before {
    content: "\f1f3";
}

.ri-temp-hot-line:before {
    content: "\f1f4";
}

.ri-terminal-box-fill:before {
    content: "\f1f5";
}

.ri-terminal-box-line:before {
    content: "\f1f6";
}

.ri-terminal-fill:before {
    content: "\f1f7";
}

.ri-terminal-line:before {
    content: "\f1f8";
}

.ri-terminal-window-fill:before {
    content: "\f1f9";
}

.ri-terminal-window-line:before {
    content: "\f1fa";
}

.ri-test-tube-fill:before {
    content: "\f1fb";
}

.ri-test-tube-line:before {
    content: "\f1fc";
}

.ri-text-direction-l:before {
    content: "\f1fd";
}

.ri-text-direction-r:before {
    content: "\f1fe";
}

.ri-text-spacing:before {
    content: "\f1ff";
}

.ri-text-wrap:before {
    content: "\f200";
}

.ri-text:before {
    content: "\f201";
}

.ri-thermometer-fill:before {
    content: "\f202";
}

.ri-thermometer-line:before {
    content: "\f203";
}

.ri-thumb-down-fill:before {
    content: "\f204";
}

.ri-thumb-down-line:before {
    content: "\f205";
}

.ri-thumb-up-fill:before {
    content: "\f206";
}

.ri-thumb-up-line:before {
    content: "\f207";
}

.ri-thunderstorms-fill:before {
    content: "\f208";
}

.ri-thunderstorms-line:before {
    content: "\f209";
}

.ri-ticket-2-fill:before {
    content: "\f20a";
}

.ri-ticket-2-line:before {
    content: "\f20b";
}

.ri-ticket-fill:before {
    content: "\f20c";
}

.ri-ticket-line:before {
    content: "\f20d";
}

.ri-time-fill:before {
    content: "\f20e";
}

.ri-time-line:before {
    content: "\f20f";
}

.ri-timer-2-fill:before {
    content: "\f210";
}

.ri-timer-2-line:before {
    content: "\f211";
}

.ri-timer-fill:before {
    content: "\f212";
}

.ri-timer-flash-fill:before {
    content: "\f213";
}

.ri-timer-flash-line:before {
    content: "\f214";
}

.ri-timer-line:before {
    content: "\f215";
}

.ri-todo-fill:before {
    content: "\f216";
}

.ri-todo-line:before {
    content: "\f217";
}

.ri-toggle-fill:before {
    content: "\f218";
}

.ri-toggle-line:before {
    content: "\f219";
}

.ri-tools-fill:before {
    content: "\f21a";
}

.ri-tools-line:before {
    content: "\f21b";
}

.ri-tornado-fill:before {
    content: "\f21c";
}

.ri-tornado-line:before {
    content: "\f21d";
}

.ri-trademark-fill:before {
    content: "\f21e";
}

.ri-trademark-line:before {
    content: "\f21f";
}

.ri-traffic-light-fill:before {
    content: "\f220";
}

.ri-traffic-light-line:before {
    content: "\f221";
}

.ri-train-fill:before {
    content: "\f222";
}

.ri-train-line:before {
    content: "\f223";
}

.ri-train-wifi-fill:before {
    content: "\f224";
}

.ri-train-wifi-line:before {
    content: "\f225";
}

.ri-translate-2:before {
    content: "\f226";
}

.ri-translate:before {
    content: "\f227";
}

.ri-travesti-fill:before {
    content: "\f228";
}

.ri-travesti-line:before {
    content: "\f229";
}

.ri-treasure-map-fill:before {
    content: "\f22a";
}

.ri-treasure-map-line:before {
    content: "\f22b";
}

.ri-trello-fill:before {
    content: "\f22c";
}

.ri-trello-line:before {
    content: "\f22d";
}

.ri-trophy-fill:before {
    content: "\f22e";
}

.ri-trophy-line:before {
    content: "\f22f";
}

.ri-truck-fill:before {
    content: "\f230";
}

.ri-truck-line:before {
    content: "\f231";
}

.ri-tumblr-fill:before {
    content: "\f232";
}

.ri-tumblr-line:before {
    content: "\f233";
}

.ri-tv-2-fill:before {
    content: "\f234";
}

.ri-tv-2-line:before {
    content: "\f235";
}

.ri-tv-fill:before {
    content: "\f236";
}

.ri-tv-line:before {
    content: "\f237";
}

.ri-twitch-fill:before {
    content: "\f238";
}

.ri-twitch-line:before {
    content: "\f239";
}

.ri-twitter-fill:before {
    content: "\f23a";
}

.ri-twitter-line:before {
    content: "\f23b";
}

.ri-typhoon-fill:before {
    content: "\f23c";
}

.ri-typhoon-line:before {
    content: "\f23d";
}

.ri-u-disk-fill:before {
    content: "\f23e";
}

.ri-u-disk-line:before {
    content: "\f23f";
}

.ri-ubuntu-fill:before {
    content: "\f240";
}

.ri-ubuntu-line:before {
    content: "\f241";
}

.ri-umbrella-fill:before {
    content: "\f242";
}

.ri-umbrella-line:before {
    content: "\f243";
}

.ri-underline:before {
    content: "\f244";
}

.ri-uninstall-fill:before {
    content: "\f245";
}

.ri-uninstall-line:before {
    content: "\f246";
}

.ri-unsplash-fill:before {
    content: "\f247";
}

.ri-unsplash-line:before {
    content: "\f248";
}

.ri-upload-2-fill:before {
    content: "\f249";
}

.ri-upload-2-line:before {
    content: "\f24a";
}

.ri-upload-cloud-2-fill:before {
    content: "\f24b";
}

.ri-upload-cloud-2-line:before {
    content: "\f24c";
}

.ri-upload-cloud-fill:before {
    content: "\f24d";
}

.ri-upload-cloud-line:before {
    content: "\f24e";
}

.ri-upload-fill:before {
    content: "\f24f";
}

.ri-upload-line:before {
    content: "\f250";
}

.ri-usb-fill:before {
    content: "\f251";
}

.ri-usb-line:before {
    content: "\f252";
}

.ri-user-2-fill:before {
    content: "\f253";
}

.ri-user-2-line:before {
    content: "\f254";
}

.ri-user-3-fill:before {
    content: "\f255";
}

.ri-user-3-line:before {
    content: "\f256";
}

.ri-user-4-fill:before {
    content: "\f257";
}

.ri-user-4-line:before {
    content: "\f258";
}

.ri-user-5-fill:before {
    content: "\f259";
}

.ri-user-5-line:before {
    content: "\f25a";
}

.ri-user-6-fill:before {
    content: "\f25b";
}

.ri-user-6-line:before {
    content: "\f25c";
}

.ri-user-add-fill:before {
    content: "\f25d";
}

.ri-user-add-line:before {
    content: "\f25e";
}

.ri-user-fill:before {
    content: "\f25f";
}

.ri-user-follow-fill:before {
    content: "\f260";
}

.ri-user-follow-line:before {
    content: "\f261";
}

.ri-user-heart-fill:before {
    content: "\f262";
}

.ri-user-heart-line:before {
    content: "\f263";
}

.ri-user-line:before {
    content: "\f264";
}

.ri-user-location-fill:before {
    content: "\f265";
}

.ri-user-location-line:before {
    content: "\f266";
}

.ri-user-received-2-fill:before {
    content: "\f267";
}

.ri-user-received-2-line:before {
    content: "\f268";
}

.ri-user-received-fill:before {
    content: "\f269";
}

.ri-user-received-line:before {
    content: "\f26a";
}

.ri-user-search-fill:before {
    content: "\f26b";
}

.ri-user-search-line:before {
    content: "\f26c";
}

.ri-user-settings-fill:before {
    content: "\f26d";
}

.ri-user-settings-line:before {
    content: "\f26e";
}

.ri-user-shared-2-fill:before {
    content: "\f26f";
}

.ri-user-shared-2-line:before {
    content: "\f270";
}

.ri-user-shared-fill:before {
    content: "\f271";
}

.ri-user-shared-line:before {
    content: "\f272";
}

.ri-user-smile-fill:before {
    content: "\f273";
}

.ri-user-smile-line:before {
    content: "\f274";
}

.ri-user-star-fill:before {
    content: "\f275";
}

.ri-user-star-line:before {
    content: "\f276";
}

.ri-user-unfollow-fill:before {
    content: "\f277";
}

.ri-user-unfollow-line:before {
    content: "\f278";
}

.ri-user-voice-fill:before {
    content: "\f279";
}

.ri-user-voice-line:before {
    content: "\f27a";
}

.ri-video-add-fill:before {
    content: "\f27b";
}

.ri-video-add-line:before {
    content: "\f27c";
}

.ri-video-chat-fill:before {
    content: "\f27d";
}

.ri-video-chat-line:before {
    content: "\f27e";
}

.ri-video-download-fill:before {
    content: "\f27f";
}

.ri-video-download-line:before {
    content: "\f280";
}

.ri-video-fill:before {
    content: "\f281";
}

.ri-video-line:before {
    content: "\f282";
}

.ri-video-upload-fill:before {
    content: "\f283";
}

.ri-video-upload-line:before {
    content: "\f284";
}

.ri-vidicon-2-fill:before {
    content: "\f285";
}

.ri-vidicon-2-line:before {
    content: "\f286";
}

.ri-vidicon-fill:before {
    content: "\f287";
}

.ri-vidicon-line:before {
    content: "\f288";
}

.ri-vimeo-fill:before {
    content: "\f289";
}

.ri-vimeo-line:before {
    content: "\f28a";
}

.ri-vip-crown-2-fill:before {
    content: "\f28b";
}

.ri-vip-crown-2-line:before {
    content: "\f28c";
}

.ri-vip-crown-fill:before {
    content: "\f28d";
}

.ri-vip-crown-line:before {
    content: "\f28e";
}

.ri-vip-diamond-fill:before {
    content: "\f28f";
}

.ri-vip-diamond-line:before {
    content: "\f290";
}

.ri-vip-fill:before {
    content: "\f291";
}

.ri-vip-line:before {
    content: "\f292";
}

.ri-virus-fill:before {
    content: "\f293";
}

.ri-virus-line:before {
    content: "\f294";
}

.ri-visa-fill:before {
    content: "\f295";
}

.ri-visa-line:before {
    content: "\f296";
}

.ri-voice-recognition-fill:before {
    content: "\f297";
}

.ri-voice-recognition-line:before {
    content: "\f298";
}

.ri-voiceprint-fill:before {
    content: "\f299";
}

.ri-voiceprint-line:before {
    content: "\f29a";
}

.ri-volume-down-fill:before {
    content: "\f29b";
}

.ri-volume-down-line:before {
    content: "\f29c";
}

.ri-volume-mute-fill:before {
    content: "\f29d";
}

.ri-volume-mute-line:before {
    content: "\f29e";
}

.ri-volume-off-vibrate-fill:before {
    content: "\f29f";
}

.ri-volume-off-vibrate-line:before {
    content: "\f2a0";
}

.ri-volume-up-fill:before {
    content: "\f2a1";
}

.ri-volume-up-line:before {
    content: "\f2a2";
}

.ri-volume-vibrate-fill:before {
    content: "\f2a3";
}

.ri-volume-vibrate-line:before {
    content: "\f2a4";
}

.ri-vuejs-fill:before {
    content: "\f2a5";
}

.ri-vuejs-line:before {
    content: "\f2a6";
}

.ri-walk-fill:before {
    content: "\f2a7";
}

.ri-walk-line:before {
    content: "\f2a8";
}

.ri-wallet-2-fill:before {
    content: "\f2a9";
}

.ri-wallet-2-line:before {
    content: "\f2aa";
}

.ri-wallet-3-fill:before {
    content: "\f2ab";
}

.ri-wallet-3-line:before {
    content: "\f2ac";
}

.ri-wallet-fill:before {
    content: "\f2ad";
}

.ri-wallet-line:before {
    content: "\f2ae";
}

.ri-water-flash-fill:before {
    content: "\f2af";
}

.ri-water-flash-line:before {
    content: "\f2b0";
}

.ri-webcam-fill:before {
    content: "\f2b1";
}

.ri-webcam-line:before {
    content: "\f2b2";
}

.ri-wechat-2-fill:before {
    content: "\f2b3";
}

.ri-wechat-2-line:before {
    content: "\f2b4";
}

.ri-wechat-fill:before {
    content: "\f2b5";
}

.ri-wechat-line:before {
    content: "\f2b6";
}

.ri-wechat-pay-fill:before {
    content: "\f2b7";
}

.ri-wechat-pay-line:before {
    content: "\f2b8";
}

.ri-weibo-fill:before {
    content: "\f2b9";
}

.ri-weibo-line:before {
    content: "\f2ba";
}

.ri-whatsapp-fill:before {
    content: "\f2bb";
}

.ri-whatsapp-line:before {
    content: "\f2bc";
}

.ri-wheelchair-fill:before {
    content: "\f2bd";
}

.ri-wheelchair-line:before {
    content: "\f2be";
}

.ri-wifi-fill:before {
    content: "\f2bf";
}

.ri-wifi-line:before {
    content: "\f2c0";
}

.ri-wifi-off-fill:before {
    content: "\f2c1";
}

.ri-wifi-off-line:before {
    content: "\f2c2";
}

.ri-window-2-fill:before {
    content: "\f2c3";
}

.ri-window-2-line:before {
    content: "\f2c4";
}

.ri-window-fill:before {
    content: "\f2c5";
}

.ri-window-line:before {
    content: "\f2c6";
}

.ri-windows-fill:before {
    content: "\f2c7";
}

.ri-windows-line:before {
    content: "\f2c8";
}

.ri-windy-fill:before {
    content: "\f2c9";
}

.ri-windy-line:before {
    content: "\f2ca";
}

.ri-wireless-charging-fill:before {
    content: "\f2cb";
}

.ri-wireless-charging-line:before {
    content: "\f2cc";
}

.ri-women-fill:before {
    content: "\f2cd";
}

.ri-women-line:before {
    content: "\f2ce";
}

.ri-wubi-input:before {
    content: "\f2cf";
}

.ri-xbox-fill:before {
    content: "\f2d0";
}

.ri-xbox-line:before {
    content: "\f2d1";
}

.ri-xing-fill:before {
    content: "\f2d2";
}

.ri-xing-line:before {
    content: "\f2d3";
}

.ri-youtube-fill:before {
    content: "\f2d4";
}

.ri-youtube-line:before {
    content: "\f2d5";
}

.ri-zcool-fill:before {
    content: "\f2d6";
}

.ri-zcool-line:before {
    content: "\f2d7";
}

.ri-zhihu-fill:before {
    content: "\f2d8";
}

.ri-zhihu-line:before {
    content: "\f2d9";
}

.ri-zoom-in-fill:before {
    content: "\f2da";
}

.ri-zoom-in-line:before {
    content: "\f2db";
}

.ri-zoom-out-fill:before {
    content: "\f2dc";
}

.ri-zoom-out-line:before {
    content: "\f2dd";
}

.ri-zzz-fill:before {
    content: "\f2de";
}

.ri-zzz-line:before {
    content: "\f2df";
}

@font-face {
    font-family: 'AeonikTRIAL';
    src: url(/_nuxt/assets/fonts/AeonikTRIAL-Regular.otf);
}

@font-face {
    font-family: 'Inter';
    src: url(/_nuxt/assets/fonts/Inter-Regular.ttf);
}

@font-face {
    font-family: 'Inter-Bold';
    src: url(/_nuxt/assets/fonts/Inter-Bold.ttf);
}

@font-face {
    font-family: 'UrbaneRounded';
    src: url(/_nuxt/assets/fonts/UrbaneRounded-ExtraLight.ttf);
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UrbaneRounded';
    src: url(/_nuxt/assets/fonts/UrbaneRounded-DemiBold.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UrbaneRounded';
    src: url(/_nuxt/assets/fonts/UrbaneRounded-Bold.ttf);
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UrbaneRounded';
    src: url(/_nuxt/assets/fonts/UrbaneRounded-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UrbaneRounded';
    src: url(/_nuxt/assets/fonts/UrbaneRounded-Thin.ttf);
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UrbaneRounded';
    src: url(/_nuxt/assets/fonts/UrbaneRounded-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UrbaneRounded';
    src: url(/_nuxt/assets/fonts/UrbaneRounded-Heavy.ttf);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.white {
    color: #fff !important;
}

.text-end {
    text-align: right;
}

header .gift {
    max-height: 32px;
    margin-bottom: 15px;
}

.edu-brand-area {
    padding: 80px 0px 50px 0px !important;
}

header .header-right {
    z-index: 1000;
}

.underline {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

header {
    position: relative;
}

.hero-banner {
    position: relative;
    margin-top: -90px;
}

.categorie-style {
    position: relative;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.categorie-style-3 {
    background-image: url(/images/index/icon12.png);
}

.categorie-style-1 {
    background-image: url(/images/index/icon10.png);
}

.categorie-style-2 {
    background-image: url(/images/index/icon11.png);
}

.googleMap {
    height: 420px;
}

.blogdescription {
    color: #050066;
}

.b24-form-state-text p {
    display: none;
}

/* Smartphones */
@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 767px) {
    .mainBoxProgram {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .googleMap {
        height: auto;
        height: initial;
    }

    .mainBoxProgram img {
        display: none;
    }

    .admission-main {
        display: block !important;
    }

    .bJHeCB {
        margin-bottom: 20px !important;
    }

    .hero-banner {
        min-height: -moz-fit-content !important;
        min-height: fit-content !important;
    }

    .edu-footer .footer-top {
        padding: 50px 0 0 0 !important;
    }

    /* .features-area-2,
    .edu-section-gap,
    .video-area-3,
    .counterup-area-2,
    .gap-top-equal,
    .testimonial-area-4,
    .cta-area-1,
    .popular-programs,
    .edu-course-area,
    .features-area-1,
    .edu-cta-banner-area ,
    .edu-cta-banner-area-1 {
        padding: 50px 0px !important;
        margin: 0px !important;
    } */

    .edu-brand-area {
        padding: 30px 0px 1px 0px !important;
        margin: 0px !important;
    }

    .w-m-50-i {
        width: 50% !important;
    }

    .w-m-30-i {
        width: 30% !important;
    }

    .our-story-partner-area .partner-grid.odd {
        background: #fff !important;
    }

    .arrow-down,
    .arrow-up {
        display: none;
    }

    .features-box,
    .edu-counterup {
        margin: 15px 0px !important;
    }

    .categorie-grid.categorie-style {
        margin: 0px !important;
    }

    .edu-footer .footer-top::before {
        background-image: none !important;
        background-image: initial !important;
        background: #050066;
        background: var(--color-textPrimary);
    }

    .footer-bottom {
        display: flex !important;
        bottom: auto !important;
        bottom: initial !important;
        position: static !important;
        position: initial !important;
        margin: 0px 20px;
    }

    .edu-footer-widget.float-right {
        float: none !important;
        float: initial !important;
    }
}

@media only screen and (max-width: 1100px) {}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* CSS rules for tablets - portrait */
    .image-container {
        border-radius: 0 0 16px 16px;
    }

    .hero-banner {
        min-height: -moz-fit-content !important;
        min-height: fit-content !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* CSS rules for tablets - landscape */
    .categorie-grid.categorie-style {
        min-width: 400px;
    }
}

@media (min-width: 768px) {}

@media only screen and (max-width: 991px) {

    /* CSS rules for desktops */
    .testimonial-area-4 .isotop-button {
        margin: 40px auto !important;
    }

    .counterup-box .w-m-50-i {
        width: 50%;
    }

    .edu-counterup {
        margin: 10px 0px !important;
    }

    .d-m-none {
        display: none;
    }

    .wherestudy {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        flex-direction: column !important;
    }

    .edu-footer.footer-lighten p {
        text-align: left;
    }

    .image-container {
        border-radius: 0px 0px 16px 16px !important;
    }

    .image-container {
        height: 250px !important;
    }

    .d-div-hero-img {
        display: block;
    }

    .footer-top .col-sm-6 {
        width: 50% !important;
    }


}

@media only screen and (max-width: 1199px) {
    .d-xm-none {
        display: none !important;
    }
}

.edu-brand-area {
    background: #eaecff;
    padding: 100px 0px;
}

.features-area-1 .section-title {
    margin-bottom: 15px !important;
}

input[type='text']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    font-size: 12px;
}

input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
textarea::placeholder {
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    font-size: 12px;
}

.image-container {
    width: 100%;
    height: 100vh;
    background-image: url(/images/index/form-contact.png);
    background-size: cover;
    background-position: center;
    border-radius: 0 16px 16px 0px;
}

.cta-area-div-details>.h2 {
    font-weight: 400 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.edu-section-gap .container-fluid {
    width: 80%;
}

.edu-section-gap .search-form {
    padding: 50px 0px !important;
}

.search-accordion-body input,
select,
textarea {
    height: 35px;
    font-size: 14px;
}

.edu-wherestudy-area {
    background: #eaecff;
    background-image: url(/images/index/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90%;
}

.edu-wherestudy-area .wherestudy-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
    box-shadow: 0px -1px 60px 5px rgba(166, 166, 166, 0.4);
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
}

.edu-wherestudy-area .wherestudy-grid img {
    width: 25px;
    height: 23px;
}

.edu-wherestudy-area .wherestudy-grid h5 {
    margin: 0px 5px;
}

.wherestudy-grid {
    margin: 15px 20px;
}

.wherestudy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.course-area-6 .swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 120px;
}

.testimonial-area-4 .isotop-button button {
    color: #ffffff;
    color: var(--color-white);
}

.testimonial-area-4 .isotop-button {
    margin: 40px 0px;
}

.nav-link.active {
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

.header-mainnav,
.header-brand {
    z-index: 999;
}

.video-play-image {
    height: 240px;
    width: 100%;
}

/* .testimonial-area-4 .testimonial-grid {
    padding: 0px !important;
}
.testimonial-area-4 .testimonial-grid.testimonial-style-3 {
    margin-bottom: 10px;
    height: 240px;
    width: 100%;
}
.testimonial-area-4 .thumbnail {
    padding: 0px !important;
}
.testimonial-grid .content .title {
    margin: 10px;
} */
.isotop-button button {
    height: 40px !important;
}

.categorie-grid.categorie-style .icon {
    position: absolute !important;
    min-width: 56px !important;
    width: 30px !important;
    left: 0px;
}

.categorie-grid.categorie-style .content .title {
    margin-left: 60px;
}

.animation-bg {
    background-image: linear-gradient(-225deg,
            #fff 8%,
            rgba(255, 209, 102, 1) 29%,
            rgba(255, 209, 102, 1) 67%,
            rgba(255, 209, 102, 1) 100%) !important;
    background-image: linear-gradient(-225deg,
            #fff 8%,
            var(--bg-yellow) 29%,
            var(--bg-yellow) 67%,
            var(--bg-yellow) 100%) !important;
    background-size: auto auto !important;
    background-size: initial !important;
    background-clip: border-box !important;
    background-clip: initial !important;
    background-size: 200% auto !important;
    background-clip: text !important;
    text-fill-color: rgba(0, 0, 0, 0) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
}

.animation-bg {
    animation: textclip 2s linear infinite !important;
}

.animation-bg-yellow {
    background-image: linear-gradient(-225deg,
            #fff 8%,
            rgba(255, 209, 102, 1) 29%,
            rgba(255, 209, 102, 1) 67%,
            rgba(255, 209, 102, 1) 100%) !important;
    background-image: linear-gradient(-225deg,
            #fff 8%,
            var(--bg-yellow) 29%,
            var(--bg-yellow) 67%,
            var(--bg-yellow) 100%) !important;
    background-size: auto auto !important;
    background-size: initial !important;
    background-clip: border-box !important;
    background-clip: initial !important;
    background-size: 200% auto !important;
    background-clip: text !important;
    text-fill-color: rgba(0, 0, 0, 0) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
}

.animation-bg-yellow {
    animation: textclip 2s linear infinite !important;
}

.animation-bg-blue {
    background-image: linear-gradient(-225deg,
            #fff 8%,
            #303DBF 29%,
            #303DBF 67%,
            #303DBF 100%) !important;
    background-size: auto auto !important;
    background-size: initial !important;
    background-clip: border-box !important;
    background-clip: initial !important;
    background-size: 200% auto !important;
    background-clip: text !important;
    text-fill-color: rgba(0, 0, 0, 0) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
    font-weight: 600;
    font-size: 16px;
    font-family: 'UrbaneRounded';
}

.animation-bg-blue {
    animation: textclip 2s linear infinite !important;
}

@keyframes textclip {
    0% {
        background-position: 100%;
    }

    to {
        background-position: -100%;
    }
}

.container-fluid {
    width: 90%;
}

@media only screen and (max-width: 767px) {
    .container-fluid {
        width: 98%;
    }
}

.search-button-sidebar {
    font-size: 16px;
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

.search-form {
    padding: 12px 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(233, 236, 239);
    color: rgb(136, 152, 170);
}

.category-blog-box-filter {
    background: rgba(229, 246, 255, 1);
    background: var(--bg-light-blue);
    color: #303DBF;
    color: var(--color-primary);
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    margin: 4px 10px;
    padding: 7px 30px;
}

.category-blog-box-filter.active {
    background: #16a2f0;
}

.category-blog-box-filter.active .title {
    color: #e5f6ff;
}

.category-blog-box-filter .title {
    font-size: 15px;
    margin: auto;
}

.category-blog-box-filter-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.category-blog-box-filter-main .category-link {
    min-width: -moz-fit-content;
    min-width: fit-content;
}

/*
.icon-form-main {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
*/
.icon-form-breadcrumb {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    margin: auto;
}

.icon-form-main img {
    width: auto;
    height: 55px;
}

.icon-form-main span {
    color: white;
}

.mt--9--blog img {
    margin-top: -100px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.blog-share .social-share {
    color: #ddd;
}

.Conclusion {
    background: #eaecff;
    padding: 25px 40px;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    margin-bottom: 20px;
}

.Conclusion p {
    margin-bottom: 10px;
}

.blog-share .social-share li {
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    margin: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    transition: 0.3s;
    transition: var(--transition);
    position: relative;
    color: #050066;
    z-index: 1;
}

.social-share.icon-transparent li a i {
    color: #fff;
    font-size: 18px;
}

.blog-details-content .blog-share .social-share li {
    margin: 0px 0px !important;
}

.blog-details-content {
    border-bottom: 0 !important;
    border-bottom: initial !important;
    padding-bottom: 70px;
}

.sideblog>.inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.sideblog .thumbnail {
    width: 50%;
    height: -moz-max-content;
    height: max-content;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 0px 0px 5px;
}

.sideblog .thumbnail img,
.sideblog .thumbnail a {
    height: -moz-max-content;
    min-height: 166px;
    -o-object-fit: cover;
    object-fit: cover;
    height: max-content;
    position: static;
}

.sideblog .content {
    width: 50%;
}

.sideblog>.inner>.content p {
    display: none;
}

.sideblog>.inner>.content .course-level,
.sideblog>.inner>.content span,
.fullblog>.inner>.content .course-level,
.fullblog>.inner>.content p,
.fullblog>.inner>.content span {
    margin-bottom: 0px;
}

.fullblog {
    height: -moz-min-content !important;
    height: min-content !important;
    min-height: -moz-min-content !important;
    min-height: min-content !important;
}

.fullblog>.inner>.content .title {
    margin-bottom: 0px;
    min-height: 0;
    min-height: initial;
}

.fullblog .thumbnail img {
    height: 220px;
    min-height: 0;
    min-height: initial;
    -o-object-fit: cover;
    object-fit: cover;
}

.multiselect__input {
    border-radius: 0 !important;
    border-radius: initial !important;
    border: medium none currentcolor !important;
    border: initial !important;
}

.multiselect--active .multiselect__tags .multiselect__input {
    border: 1px solid #c0c4e2 !important;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.pagination a {
    padding: 0.5rem;
    margin: 0 0.25rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.pagination a.active {
    background-color: #333;
    color: #fff;
}

.bg-border-round {
    border-radius: 10px;
    background-color: #f2f6fc;
    padding: 25px 20px 25px 20px;
    margin-bottom: 20px;
}

.program-thumbnail-div {
    display: flex;
    align-items: center;
}

.general-border-main,
.program-thumbnail-div,
.features-program-main,
.program-intakes-main {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.program-intakes-sub {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.course-details-area {
    margin: 50px 0px;
}

.rotated {
    display: none;
}

.program-intakes-sub .header span {
    color: #050066;
}

.program-intakes-main .label-open {
    border: 1px solid transparent;
    background-color: rgb(123, 220, 174);
    color: rgb(0, 65, 32);
    box-sizing: border-box;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 15px;
    font-size: 13px;
}

.program-intakes-main .label-likelyopen {
    border: 1px solid transparent;
    background-color: rgb(252, 232, 206);
    color: rgb(89, 45, 0);
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    padding: 10px 25px;
    font-size: 18px;
}

.program-intakes-sub i {
    font-size: 1px;
    padding: 0px 6px;
}

.features-program-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 10px;
}

.content-tab-lable span {
    color: #667080;
    font-size: 14px;
    font-weight: 500;
}

.admission-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admission-sub {
    display: flex;
    flex-direction: column;
    margin: 0px 20px 0px 0px;
}

.admission-sub .title {
    color: #667080;
    font-size: 12px;
}

.admission-main-title {
    color: #303dbf;
    margin: 15px 0px;
    font-size: 14px;
}

.admission-sub .value {
    font-weight: 600;
    font-size: 16px;
    color: #667080;
}

.content-tab-sub {
    display: flex;
    justify-content: space-between;
}

.mtb-30 {
    margin: 30px 0px;
}

.mtb-20 {
    margin: 20px 0px;
}

.content-tab-sub .value {
    font-weight: 300;
    font-size: 12px;
}

.features-program-sub img {
    width: 25px;
    margin-right: 15px;
}

.program-img-area .thumbnail img {
    max-height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
}

.program-thumbnail-div img {
    height: 60px;
    width: 60px;
}

.program-title-area .program-sec .program-title {
    color: #303dbf;
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 600;
}

.program-title-area h3,
.widget-course-summery h3 {
    font-size: 16px;
    color: #667080;
}

.program-title-area .code-uni {
    background-color: #4d74ff;
    border-radius: 16px;
    padding: 5px 20px;
    color: #fff;
}

.program-title-area .btn-primary-gradient {
    width: 100%;
    margin: 10px 0px;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    height: 44px;
    line-height: 44px;
}

.heading-title {
    font-size: 18px;
    margin: 15px 0px;
}

.heading-title img {
    width: 32px;
}

.feature-description {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}

.feature-description .label {
    color: #303dbf;
    font-weight: 600;
    font-size: 15px;
}

.feature-description .value {
    color: #667080;
    font-size: 12px;
    font-weight: 300;
}

.id-uni {
    color: #303dbf;
    margin: 20px 10px !important;
}

.program-title-area .program-sec p {
    font-size: 13px;
    margin: 5px 10px !important;
    color: rgb(96, 106, 132);
}

.program-title-area .program-thumbnail {
    display: flex;
}

.boxProgram {
    background-color: white;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    padding: 24px;
    overflow: hidden;
    border-radius: var(--border-radius-btn);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.program-title-area .program-logo img {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
}

.program-title-area .programtitlesec-body1 {
    font-size: 40px;
    font-weight: 600;
    color: rgb(50, 56, 71);
    margin: 0px;
}

.program-title-area .programtitlesec-body2 {
    font-size: 14px;
    font-weight: 400;
    color: rgb(96, 106, 132);
    letter-spacing: 2px;
}

.program-title-area .programtitlesec {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.program-gallery-grid .thumbnail {
    width: 100%;
    height: 185px;
}

.program-gallery-grid .thumbnail:hover {
    position: relative;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    -o-object-fit: cover;
    object-fit: cover;
    transition: filter 200ms linear 0s;
    cursor: zoom-in;
}

.program-gallery-grid .thumbnail img {
    border-radius: 5px;
    width: 100%;
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover;
}

.edu-gallery-grid {
    width: 100%;
}

.widget-course-summery {
    margin: 30px 0px;
}

.course-details-content .nav-tabs {
    justify-content: left;
}

.bJHeCB {
    background-color: #ffffff;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    padding: 15px 20px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.bJHeCB p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #606a84;
    text-align: left;
    margin: 0px;
}

.similar-programs {
    margin-top: 50px;
}

.text-end {
    text-align: left !important;
}

.text-left {
    text-align: left !important;
}

.rn-progress-parent {
    left: 30px;
    right: auto !important;
    right: initial !important;
}

.btn-lang,
.btn-lang:hover {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
    color: #303dbf;
    font-weight: 600;
    border: medium none currentcolor;
    border: initial;
    font-size: 14px;
}

.btn-lang:focus {
    border: medium none currentcolor !important;
    border: initial !important;
}

.btn-lang,
.btn-lang:hover {
    color: #303dbf !important;
}

.icon-lang {
    width: 13px;
    margin: 0px 5px 0px 0px;
}

.bg-primary {
    background-color: #303dbf !important;
}

.btn-lang {
    display: flex;
    align-items: center;
}

.unipage>.program-thumbnail-div,
.unipage>.features-program-main,
.unipage>.program-intakes-main,
.general-border-main {
    background: #fff;
}

.time-acceptance {
    display: flex;
    justify-content: space-between;
    color: #303dbf;
}

.faqs-univ {
    color: #667080;
    margin: 10px 0px;
}

.quspan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quspan i {
    font-size: 10px;
}

.mainBoxProgram .thumbnail img {
    max-width: 200px;
    height: 100%;
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;

}

.multiselect__input {
    border-radius: 0 !important;
    border-radius: initial !important;
    border: medium none currentcolor !important;
    border: initial !important;
}

.multiselect--active .multiselect__tags .multiselect__input {
    border: 1px solid #c0c4e2 !important;
}

.logoSchool {
    height: 80px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0px 10px;
}

.logoSchool:after {
    background-color: transparent !important;
    background-color: initial !important
}

.b24-form-header-title {
    display: none !important;
}

.b24-form-control-string .b24-form-control,
.b24-form-control-list .b24-form-control,
.b24-form-control-text .b24-form-control,
.b24-form-control-select .field-item {
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    height: 52px;
    background-image: none;
    background-image: initial;
    background-image: none;
    background-image: initial;
    background-image: none;
    background-image: initial;
    border: medium none currentcolor;
    border: initial;
    border: medium none currentcolor;
    border: initial;
    background-color: transparent;
    background-color: initial;
    background-color: transparent;
    background-color: initial;
    color: inherit;
    color: inherit;
    width: 100%;
    padding: 0;
    padding: initial;
    font: inherit;
    font: inherit;
    letter-spacing: inherit;
}

.b24-form-control-icon-after .b24-form-control,
.b24-form-control-icon-after .b24-form-control-label {
    font-size: 10px;
    background-color: transparent;
    background-color: initial;
    padding: 0;
    padding: initial;
    height: 45px;
    border-radius: 0;
    border-radius: initial;
    border: medium none currentcolor;
    border: initial;
}

.b24-form-control-icon-after .b24-form-control,
.b24-form-control-icon-after .b24-form-control-label {
    padding-right: 15px;
}

.b24-form-control-string .b24-form-control,
.b24-form-control-list .b24-form-control,
.b24-form-control-text .b24-form-control,
.b24-form-control-select .field-item {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%) !important;
    border: 1px solid var(--b24-field-border-color) !important;
    background-color: var(--b24-field-background-color) !important;
    color: var(--b24-text-color) !important;
    width: 100% !important;
    padding: 17px 10px 0 !important;
    font: 16px var(--b24-font-family) !important;
    letter-spacing: -0.3px !important;
    font-size: 10px !important;
    background-color: #ffffff !important;
    background-color: var(--color-white) !important;
    height: 45px !important;
    outline: none !important;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);

    color: #050066 !important;
    border: 1px solid #c0c4e2 !important;
    border: 1px solid var(--color-border-form) !important;
}

.b24-form-header {
    padding: 0px !important;
    border-bottom: 0 !important;
    border-bottom: initial !important;
    text-align: center !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0 !important;
    border-bottom: initial !important;
}

.b24-form-sign {
    display: none !important;
    padding: 0px !important;
}

.b24-form-btn {
    border-radius: 100px !important;
    height: 55px !important;
    line-height: 55px !important;
    color: #ffffff !important;
    color: var(--color-white) !important;
    background: #303DBF !important;
    background: var(--color-primary) !important;
    padding: 0 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: 0.4s !important;
    font-family: "UrbaneRounded", sans-serif !important;
    font-family: var(--font-secondary) !important;
    border: 0 none !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
}

.google-map-area #gmap_canvas {
    height: 300px !important;
    border-radius: 10px;
}

.universityBox img {
    height: 80px !important;
    border-radius: 4px !important;
    margin: 0px 10px;
    width: 80px !important;
}

.universityBox .thumbnail {
    height: 80px !important;
    border-radius: 4px !important;
    margin: 0px 10px;
    width: 80px !important;
}

.universityBox .thumbnail a {
    border-radius: 4px !important;
}

.blogimage img {
    display: block;
}

.sideblog .thumbnail,
.sideblog .thumbnail a,
.sideblog img,
.sideblog .thumbnail a:after {
    height: 166px !important;
    border-radius: 25px !important;
}

.mainRecent {
    height: 375px;
}

.mainRecent img {
    max-height: 215px;
}

.blogbox .content .course-level {
    margin-bottom: 5px !important;
}

.blogbox .content a {
    margin-top: 12px !important
}

.blogbox .readmore {
    margin: 12px 0px 25px !important
}

.blogbox .content .title a {
    margin-bottom: 12px !important;
    margin-top: 0px !important
}

.blog-details-content .entry-content p {
    color: rgb(55, 55, 55);
    font-size: 17px;
}

.google-map-area {
    margin-bottom: 10px420px;
}

html[dir="rtl"] .form-select {
    background-position: left .75rem center;
}

.pagination a {
    width: 35px;
    text-align: center;
}

.video-gallery .thumbnail:before {
    background-color: transparent !important;
    background-color: initial !important;
}

.faq-accordion .accordion-item .accordion-body p {
    font-size: 15px;
}

.video-gallery img {
    margin: auto;
    display: block;
}

.why-choose-box-3.features-box .icon {
    font-size: 44px;
    color: #ffffff;
    color: var(--color-white);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: -40px auto 28px;
}

.edu-team-grid .thumbnail a img {
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
}

.thumbnail-course {
    margin: 0px 20px;
}

.thumbnail-course img {
    border-radius: 20px;
    height: 100px !important;
}

#faqsPag.pagination-next-prev {
    display: block;
    margin: 30px auto !important;
    width: -moz-fit-content;
    width: fit-content;
}

#faqsPag.pagination-next-prev .btn-primary-gradient {
    height: -moz-fit-content;
    height: fit-content;
    color: #000;
    color: var(--color-heading);
    padding: 5px 10px;
    background: rgb(245, 210, 129);
    cursor: pointer;
    margin: 0px 5px;
}

#faqsPag.pagination-next-prev .btn-primary-gradient.active {
    background: #000;
    background: var(--color-heading);
    color: #fff;
}

#StudentFeature {
    background-color: #303dbf;
    padding: 150px 0 70px;
    position: relative;
}

#StudentFeature .features-grid h5,
#StudentFeature .features-grid h6,
#StudentFeature .features-grid p {
    color: #fff !important;
}

.p-0-m-0 {
    padding: 0px;
    margin: 0px;
}

/* new website */
.edu-about-area {
    position: relative;
    margin-bottom: 50px;
    padding: 50px 0px 0px;
}

.about-image-gallery img {
    border-radius: 10px;
    position: absolute;
    top: 35px;
    right: 25%;
}

.about-image-gallery {
    position: relative;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
}

header .lang {
    height: 25px;
    width: 25px;
    margin: 30px 25px 10px 0px;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-1-for-dark {
    top: -58px;
    right: 125px;
    visibility: hidden;
}

/* .dark-mode .hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-1-for-dark {
    visibility: visible;
}

.dark-mode .hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-1.for-light {
    visibility: hidden;
} */
.where-study-section {
    padding: 50px 0px 0px;
    background: #F9FAFB;
}

.where-study-section .title {
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

.image-study-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    margin: 15px 0px;
}

.image-study-container img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 16px;
}

.image-study-container:hover .image-study-link img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.5);
    border-radius: 16px;
}

.image-study-link {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.image-text-overlay {
    position: absolute;
    bottom: 20px;
    right: 30px;
    transition: opacity 0.3s ease;
    margin: 0px;
    color: #fff;
    font-weight: 100;
    font-size: 17px;
    font-family: 'UrbaneRounded';
}

.custom-testimonial-col-7 {
    margin: 0px;
    position: absolute;
    right: 0;
    padding: 0px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.img-testimonial-col-7 {
    margin: 50px 0px 0px;
    position: absolute;
    right: 0;
    padding: 0px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.uni-box-swiper {
    margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
    .url-col-2 {
        align-items: center !important;
        display: flex !important;
        justify-content: flex-end !important;
    }
}

.swiper-container-program {
    float: right;
    position: absolute;
    right: 0;
    margin-left: 30px;
    margin-top: 60px;
    width: 80%;
}

.program-view-all {
    position: absolute;
    right: 60px;
    align-items: center;
    display: flex;
    justify-content: space-around;
    top: 33px;
}

.position-relative {
    position: relative;
}

.testimonial-area-1 {
    /* padding: 50px 0px 150px; */
    min-height: 500px;
}

.home-one-cta-two {
    padding: 50px 0px 0px;
}

.contact-div-details {
    padding: 30px 50px 0px 0px;
}

.form-contact-us label {
    color: #1D2939;
}

.form-contact-us {
    padding: 20px 0px 80px;
}

@media only screen and (max-width: 992) {
    .testimonial-area-1 {
        min-height: 700px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-testimonial-col-7 {
        position: relative;
        min-height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .img-testimonial-col-7 {
        position: relative;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 50px 0px 50px;
    }

    .testimonial-area-img {
        margin: 50px 0px 50px;
    }

}

@media only screen and (max-width: 767px) {
    .custom-testimonial-col-7 {
        position: relative;
        height: 400px;
    }

    .img-testimonial-col-7 {
        position: relative;
        margin: 50px 0px 50px;
    }


    .program-box-bg::after {
        background-image: url(/img/program/icon-0012.svg) !important;
        background-position: left bottom !important;
        background-size: 180px 265px !important;
    }

    .contact-div-details {
        padding: 0px 0px !important;
    }

    .contact-us-image {
        display: none;
    }

}

.blog-section .edu-course .content .category a {
    color: #5C66D6;
    font-weight: 400;
}

.blog-section .edu-course .content .category {
    margin: 5px 0px;
}

.blog-section .edu-course .description {
    color: #98A2B3;
    font-weight: 300;
}

.blog-section .edu-course .content .title {
    margin: 0px 0px 5px;
}

.categorie-grid {
    padding: 0px;
}

a.btn-primary-white.btn-sm,
button.btn-primary-white.btn-sm {
    padding: 8px 30px;
    height: -moz-fit-content;
    height: fit-content;
}

.btn {
    padding: 8px 30px;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
}

.btn-primary {
    background: #303DBF !important;
    border-color: #303DBF !important;
}

.program-box-bg::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 88%;
    right: 0;
    height: 240px;
    background: #303DBF;
    background: var(--color-primary);
    background-image: url(/img/program/icon-0013.svg), url(/img/program/icon-0014.svg);
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: right top, left bottom;
}

.brand-grid {
    display: flex;
}

.program-area {
    min-height: 430px;
    padding: 70px 0px 0px;
}

.edu-cta-banner .section-title .title {
    margin-bottom: 10px !important;
}

.edu-cta-banner .section-title p {
    margin-bottom: 15px !important;
}

.testimonial-area-1 .swiper-navigation {
    margin-top: 30px;
}

.color-303DBF {
    color: #303DBF !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.edu-footer .edu-footer-widget .footer-link li a {
    text-transform: capitalize;
}

.swiper-navigation .swiper-btn-nxt,
.swiper-navigation .swiper-btn-prv {
    margin: 0px 15px 0px 0px;
}

.modal-backdrop {
    background-color: rgba(227, 227, 227, 0.36078);
}

.input-tel__label[data-v-e59be3b4] {
    top: 1px;
}

.mb-50 {
    margin-bottom: 50px;
}

html[native-dark-active] a.btn-primary-gradient,
html[native-dark-active] button.btn-primary-gradient {
    background: #ddd;
}

html[native-dark-active] p {
    color: #ffffff;
}

html[native-dark-active] .edu-cta-banner-area::before {
    background-image: none;
    background-image: initial;
}

html[native-dark-active] .edu-cta-banner-area::after {
    background-image: none;
    background-image: initial;
}

.blog-section-area .edmov-blog-box {
    min-height: 380px;
    height: -moz-fit-content;
    height: fit-content;
}

.blog-section-area .edmov-blog-box .inner .content {
    min-height: 200px;
    height: -moz-fit-content;
    height: fit-content;
}

.edmov-vue-mobile-popup-menu .mainmenu {
    background: #f5f6f7;
}

.brand-grid img {
    height: 75px;
    width: 75px;
}

.img-border-50 {
    border-radius: 50%;
}

.accordion-search-program-btn {
    box-shadow: none !important;
    box-shadow: initial !important;
}

.contact-us-image {
    border-radius: 16px 0px 0px 16px;
    height: 100%;
    background-image: url(/img/home/positive-university-students-smiling.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(25%);
}

.partner-bg {
    position: relative;
    z-index: 0;

}

.partner-bg .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.partner-bg img {
    z-index: 2 !important;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .home-testimonial {
        width: 50%;
    }
}

.d-m-none {
    display: none;
}

.d-d-none {
    display: block;
}

@media screen and (min-width: 900px) {
    .d-m-none {
        display: flex !important;
    }

    .d-d-none {
        display: none !important;
    }
}

.minh200 {
    min-height: 200px;
}

.top-disciplines-countries {
    display: flex;
    align-items: center;
}

.top-disciplines-countries img {
    width: 30px !important;
    height: 17px !important;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.top-disciplines-title {
    margin: 30px 0px 10px 0px;
}

/* 

.mainmenu-nav .mainmenu {
    margin-right: 50px !important;
} */
.showmore {
    cursor: pointer;
}

.step-career-story p {
    font-size: 14px;
}

.edu-header.header-fullwidth .header-mainmenu {
    background: #f9fafb;
}

.zindex1 {
    z-index: 0 !important;
}

.form-group.mobile {
    z-index: 1000000000000 !important;
}

.filters-box .parent-filter-item .head .icon {
    padding: 0px 5px;
}

.filters-box .parent-filter-item .head h6 {
    padding: 0px 5px;
}

.university-program-area .university-program-area-box .inner .read-more-btn {
    position: static !important;
    position: initial !important;
}

@media only screen and (max-width: 767px) {
    .university-program-area .university-program-area-box .inner .content .university-program-meta li {
        font-size: 15px !important;
    }
}

.university-program-area .university-program-area-box .inner .content .price li {
    font-size: 16px !important;
}

.bg-primary-after[data-v-e59be3b4]:after, .bg-primary-before[data-v-e59be3b4]:before, .bg-primary[data-v-e59be3b4] {
    background-color: #1e90ff
}

.bg-primary-after-transparency[data-v-e59be3b4]:after, .bg-primary-before-transparency[data-v-e59be3b4]:before, .bg-primary-transparency[data-v-e59be3b4] {
    background-color: rgba(30, 144, 255, .5)
}

.bg-secondary-after[data-v-e59be3b4]:after, .bg-secondary-before[data-v-e59be3b4]:before, .bg-secondary[data-v-e59be3b4] {
    background-color: #747474
}

.bg-secondary-after-transparency[data-v-e59be3b4]:after, .bg-secondary-before-transparency[data-v-e59be3b4]:before, .bg-secondary-transparency[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 45.5%, .5)
}

.bg-third-after[data-v-e59be3b4]:after, .bg-third-before[data-v-e59be3b4]:before, .bg-third[data-v-e59be3b4] {
    background-color: #ccc
}

.bg-third-after-transparency[data-v-e59be3b4]:after, .bg-third-before-transparency[data-v-e59be3b4]:before, .bg-third-transparency[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 80%, .5)
}

.bg-success-after[data-v-e59be3b4]:after, .bg-success-before[data-v-e59be3b4]:before, .bg-success[data-v-e59be3b4] {
    background-color: #9acd32
}

.bg-success-after-transparency[data-v-e59be3b4]:after, .bg-success-before-transparency[data-v-e59be3b4]:before, .bg-success-transparency[data-v-e59be3b4] {
    background-color: rgba(154, 205, 50, .5)
}

.bg-danger-after[data-v-e59be3b4]:after, .bg-danger-before[data-v-e59be3b4]:before, .bg-danger[data-v-e59be3b4] {
    background-color: #ff4500
}

.bg-danger-after-transparency[data-v-e59be3b4]:after, .bg-danger-before-transparency[data-v-e59be3b4]:before, .bg-danger-transparency[data-v-e59be3b4] {
    background-color: rgba(255, 69, 0, .5)
}

.bg-grey-after[data-v-e59be3b4]:after, .bg-grey-before[data-v-e59be3b4]:before, .bg-grey[data-v-e59be3b4] {
    background-color: #999
}

.bg-grey-after-transparency[data-v-e59be3b4]:after, .bg-grey-before-transparency[data-v-e59be3b4]:before, .bg-grey-transparency[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 60%, .5)
}

.bg-info-after[data-v-e59be3b4]:after, .bg-info-before[data-v-e59be3b4]:before, .bg-info[data-v-e59be3b4] {
    background-color: #17a2b8
}

.bg-info-after-transparency[data-v-e59be3b4]:after, .bg-info-before-transparency[data-v-e59be3b4]:before, .bg-info-transparency[data-v-e59be3b4] {
    background-color: rgba(23, 162, 184, .5)
}

.bg-warning-after[data-v-e59be3b4]:after, .bg-warning-before[data-v-e59be3b4]:before, .bg-warning[data-v-e59be3b4] {
    background-color: #ffa300
}

.bg-warning-after-transparency[data-v-e59be3b4]:after, .bg-warning-before-transparency[data-v-e59be3b4]:before, .bg-warning-transparency[data-v-e59be3b4] {
    background-color: rgba(255, 163, 0, .5)
}

.bg-light-after[data-v-e59be3b4]:after, .bg-light-before[data-v-e59be3b4]:before, .bg-light[data-v-e59be3b4] {
    background-color: #f5f5f5
}

.bg-light-after-transparency[data-v-e59be3b4]:after, .bg-light-before-transparency[data-v-e59be3b4]:before, .bg-light-transparency[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 96.1%, .5)
}

.bg-dark-after[data-v-e59be3b4]:after, .bg-dark-before[data-v-e59be3b4]:before, .bg-dark[data-v-e59be3b4] {
    background-color: #24292e
}

.bg-dark-after-transparency[data-v-e59be3b4]:after, .bg-dark-before-transparency[data-v-e59be3b4]:before, .bg-dark-transparency[data-v-e59be3b4] {
    background-color: rgba(36, 41, 46, .5)
}

.bg-default-after[data-v-e59be3b4]:after, .bg-default-before[data-v-e59be3b4]:before, .bg-default[data-v-e59be3b4] {
    background-color: #ccc
}

.bg-default-after-transparency[data-v-e59be3b4]:after, .bg-default-before-transparency[data-v-e59be3b4]:before, .bg-default-transparency[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 80%, .5)
}

.bg-white-after[data-v-e59be3b4]:after, .bg-white-before[data-v-e59be3b4]:before, .bg-white[data-v-e59be3b4] {
    background-color: #fff
}

.bg-white-after-transparency[data-v-e59be3b4]:after, .bg-white-before-transparency[data-v-e59be3b4]:before, .bg-white-transparency[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-black-after[data-v-e59be3b4]:after, .bg-black-before[data-v-e59be3b4]:before, .bg-black[data-v-e59be3b4] {
    background-color: #000
}

.bg-black-after-transparency[data-v-e59be3b4]:after, .bg-black-before-transparency[data-v-e59be3b4]:before, .bg-black-transparency[data-v-e59be3b4] {
    background-color: rgba(0, 0, 0, .5)
}

.fill-primary path[data-v-e59be3b4] {
    fill: #1e90ff
}

.fill-secondary path[data-v-e59be3b4] {
    fill: #747474
}

.fill-third path[data-v-e59be3b4] {
    fill: #ccc
}

.fill-success path[data-v-e59be3b4] {
    fill: #9acd32
}

.fill-danger path[data-v-e59be3b4] {
    fill: #ff4500
}

.fill-grey path[data-v-e59be3b4] {
    fill: #999
}

.fill-info path[data-v-e59be3b4] {
    fill: #17a2b8
}

.fill-warning path[data-v-e59be3b4] {
    fill: #ffa300
}

.fill-light path[data-v-e59be3b4] {
    fill: #f5f5f5
}

.fill-dark path[data-v-e59be3b4] {
    fill: #24292e
}

.fill-default path[data-v-e59be3b4] {
    fill: #ccc
}

.fill-white path[data-v-e59be3b4] {
    fill: #fff
}

.fill-black path[data-v-e59be3b4] {
    fill: #000
}

.label[data-v-e59be3b4] {
    border-radius: 2px;
    padding: 2px 4px;
    color: #fff;
    font-size: .714em
}

.label-primary[data-v-e59be3b4], .label[data-v-e59be3b4] {
    background-color: #1e90ff
}

.label-primary-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.label-secondary[data-v-e59be3b4] {
    background-color: #747474
}

.label-secondary-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #747474;
    color: #747474
}

.label-third[data-v-e59be3b4] {
    background-color: #ccc
}

.label-third-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.label-success[data-v-e59be3b4] {
    background-color: #9acd32
}

.label-success-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #9acd32;
    color: #9acd32
}

.label-danger[data-v-e59be3b4] {
    background-color: #ff4500
}

.label-danger-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ff4500;
    color: #ff4500
}

.label-grey[data-v-e59be3b4] {
    background-color: #999
}

.label-grey-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #999;
    color: #999
}

.label-info[data-v-e59be3b4] {
    background-color: #17a2b8
}

.label-info-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.label-warning[data-v-e59be3b4] {
    background-color: #ffa300
}

.label-warning-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ffa300;
    color: #ffa300
}

.label-light[data-v-e59be3b4] {
    background-color: #f5f5f5
}

.label-light-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.label-dark[data-v-e59be3b4] {
    background-color: #24292e
}

.label-dark-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #24292e;
    color: #24292e
}

.label-default[data-v-e59be3b4] {
    background-color: #ccc
}

.label-default-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.label-white[data-v-e59be3b4] {
    background-color: #fff
}

.label-white-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.label-black[data-v-e59be3b4] {
    background-color: #000
}

.label-black-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000
}

.dot[data-v-e59be3b4] {
    width: 6px;
    height: 6px;
    border-radius: 6px
}

.dot-primary[data-v-e59be3b4], .dot[data-v-e59be3b4] {
    background-color: #1e90ff
}

.dot-primary-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.dot-secondary[data-v-e59be3b4] {
    background-color: #747474
}

.dot-secondary-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #747474;
    color: #747474
}

.dot-third[data-v-e59be3b4] {
    background-color: #ccc
}

.dot-third-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.dot-success[data-v-e59be3b4] {
    background-color: #9acd32
}

.dot-success-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #9acd32;
    color: #9acd32
}

.dot-danger[data-v-e59be3b4] {
    background-color: #ff4500
}

.dot-danger-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ff4500;
    color: #ff4500
}

.dot-grey[data-v-e59be3b4] {
    background-color: #999
}

.dot-grey-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #999;
    color: #999
}

.dot-info[data-v-e59be3b4] {
    background-color: #17a2b8
}

.dot-info-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.dot-warning[data-v-e59be3b4] {
    background-color: #ffa300
}

.dot-warning-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ffa300;
    color: #ffa300
}

.dot-light[data-v-e59be3b4] {
    background-color: #f5f5f5
}

.dot-light-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.dot-dark[data-v-e59be3b4] {
    background-color: #24292e
}

.dot-dark-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #24292e;
    color: #24292e
}

.dot-default[data-v-e59be3b4] {
    background-color: #ccc
}

.dot-default-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.dot-white[data-v-e59be3b4] {
    background-color: #fff
}

.dot-white-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.dot-black[data-v-e59be3b4] {
    background-color: #000
}

.dot-black-outline[data-v-e59be3b4] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000
}

a[data-v-e59be3b4] {
    color: #1e90ff;
    -webkit-text-decoration: none;
    text-decoration: none
}

a[data-v-e59be3b4]:focus, a[data-v-e59be3b4]:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.btn[data-v-e59be3b4] {
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #1e90ff;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    line-height: 1;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    overflow: visible;
    -webkit-font-smoothing: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    -moz-osx-font-smoothing: inherit
}

.btn[data-v-e59be3b4]:focus, .btn[data-v-e59be3b4]:hover {
    background-color: #0077ea
}

.btn.active[data-v-e59be3b4] {
    background-color: #1e90ff
}

.btn.active[data-v-e59be3b4], .btn[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn.active[data-v-e59be3b4], .btn[data-v-e59be3b4]:focus, .btn[data-v-e59be3b4]:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.btn--rounded[data-v-e59be3b4] {
    border-radius: 50px
}

.btn--block[data-v-e59be3b4] {
    width: 100%
}

.btn--lg[data-v-e59be3b4] {
    padding: 16px 22px;
    font-size: 1.143em
}

.btn--md[data-v-e59be3b4] {
    padding: 10px 20px;
    font-size: 1em
}

.btn--sm[data-v-e59be3b4] {
    padding: 9px 15px;
    font-size: .857em
}

.btn--mini[data-v-e59be3b4] {
    padding: 7px 15px;
    font-size: .857em
}

.btn--fab[data-v-e59be3b4] {
    border-radius: 50%;
    padding: 0;
    height: 40px;
    width: 40px
}

.btn--fab.btn--lg[data-v-e59be3b4] {
    height: 50px;
    width: 50px
}

.btn--fab.btn--md[data-v-e59be3b4] {
    height: 36px;
    width: 36px
}

.btn--fab.btn--sm[data-v-e59be3b4] {
    height: 32px;
    width: 32px
}

.btn--fab.btn--mini[data-v-e59be3b4] {
    height: 28px;
    width: 28px
}

.btn--light[data-v-e59be3b4], .btn--white[data-v-e59be3b4] {
    color: #747474
}

.btn--primary[data-v-e59be3b4] {
    background-color: #1e90ff
}

.btn--primary[data-v-e59be3b4]:focus, .btn--primary[data-v-e59be3b4]:hover {
    background-color: #0077ea
}

.btn--primary.active[data-v-e59be3b4] {
    background-color: #1e90ff
}

.btn--primary.active[data-v-e59be3b4], .btn--primary[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn--primary--outline[data-v-e59be3b4] {
    background-color: rgba(30, 144, 255, .05);
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.btn--primary--outline.active[data-v-e59be3b4], .btn--primary--outline[data-v-e59be3b4]:focus, .btn--primary--outline[data-v-e59be3b4]:hover {
    background-color: #1e90ff;
    color: #fff
}

.btn--primary--outline.active[data-v-e59be3b4], .btn--primary--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn--secondary[data-v-e59be3b4] {
    background-color: #747474
}

.btn--secondary[data-v-e59be3b4]:focus, .btn--secondary[data-v-e59be3b4]:hover {
    background-color: #5b5b5b
}

.btn--secondary.active[data-v-e59be3b4] {
    background-color: #747474
}

.btn--secondary.active[data-v-e59be3b4], .btn--secondary[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 45.5%, .5)
}

.btn--secondary--outline[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 45.5%, .05);
    border: 1px solid #747474;
    color: #747474
}

.btn--secondary--outline.active[data-v-e59be3b4], .btn--secondary--outline[data-v-e59be3b4]:focus, .btn--secondary--outline[data-v-e59be3b4]:hover {
    background-color: #747474;
    color: #fff
}

.btn--secondary--outline.active[data-v-e59be3b4], .btn--secondary--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 45.5%, .5)
}

.btn--third[data-v-e59be3b4] {
    background-color: #ccc
}

.btn--third[data-v-e59be3b4]:focus, .btn--third[data-v-e59be3b4]:hover {
    background-color: #b3b3b3
}

.btn--third.active[data-v-e59be3b4] {
    background-color: #ccc
}

.btn--third.active[data-v-e59be3b4], .btn--third[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--third--outline[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 80%, .05);
    border: 1px solid #ccc;
    color: #ccc
}

.btn--third--outline.active[data-v-e59be3b4], .btn--third--outline[data-v-e59be3b4]:focus, .btn--third--outline[data-v-e59be3b4]:hover {
    background-color: #ccc;
    color: #fff
}

.btn--third--outline.active[data-v-e59be3b4], .btn--third--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--success[data-v-e59be3b4] {
    background-color: #9acd32
}

.btn--success[data-v-e59be3b4]:focus, .btn--success[data-v-e59be3b4]:hover {
    background-color: #7ba428
}

.btn--success.active[data-v-e59be3b4] {
    background-color: #9acd32
}

.btn--success.active[data-v-e59be3b4], .btn--success[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(154, 205, 50, .5)
}

.btn--success--outline[data-v-e59be3b4] {
    background-color: rgba(154, 205, 50, .05);
    border: 1px solid #9acd32;
    color: #9acd32
}

.btn--success--outline.active[data-v-e59be3b4], .btn--success--outline[data-v-e59be3b4]:focus, .btn--success--outline[data-v-e59be3b4]:hover {
    background-color: #9acd32;
    color: #fff
}

.btn--success--outline.active[data-v-e59be3b4], .btn--success--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(154, 205, 50, .5)
}

.btn--danger[data-v-e59be3b4] {
    background-color: #ff4500
}

.btn--danger[data-v-e59be3b4]:focus, .btn--danger[data-v-e59be3b4]:hover {
    background-color: #cc3700
}

.btn--danger.active[data-v-e59be3b4] {
    background-color: #ff4500
}

.btn--danger.active[data-v-e59be3b4], .btn--danger[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 69, 0, .5)
}

.btn--danger--outline[data-v-e59be3b4] {
    background-color: rgba(255, 69, 0, .05);
    border: 1px solid #ff4500;
    color: #ff4500
}

.btn--danger--outline.active[data-v-e59be3b4], .btn--danger--outline[data-v-e59be3b4]:focus, .btn--danger--outline[data-v-e59be3b4]:hover {
    background-color: #ff4500;
    color: #fff
}

.btn--danger--outline.active[data-v-e59be3b4], .btn--danger--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 69, 0, .5)
}

.btn--grey[data-v-e59be3b4] {
    background-color: #999
}

.btn--grey[data-v-e59be3b4]:focus, .btn--grey[data-v-e59be3b4]:hover {
    background-color: grey
}

.btn--grey.active[data-v-e59be3b4] {
    background-color: #999
}

.btn--grey.active[data-v-e59be3b4], .btn--grey[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 60%, .5)
}

.btn--grey--outline[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 60%, .05);
    border: 1px solid #999;
    color: #999
}

.btn--grey--outline.active[data-v-e59be3b4], .btn--grey--outline[data-v-e59be3b4]:focus, .btn--grey--outline[data-v-e59be3b4]:hover {
    background-color: #999;
    color: #fff
}

.btn--grey--outline.active[data-v-e59be3b4], .btn--grey--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 60%, .5)
}

.btn--info[data-v-e59be3b4] {
    background-color: #17a2b8
}

.btn--info[data-v-e59be3b4]:focus, .btn--info[data-v-e59be3b4]:hover {
    background-color: #117a8b
}

.btn--info.active[data-v-e59be3b4] {
    background-color: #17a2b8
}

.btn--info.active[data-v-e59be3b4], .btn--info[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(23, 162, 184, .5)
}

.btn--info--outline[data-v-e59be3b4] {
    background-color: rgba(23, 162, 184, .05);
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.btn--info--outline.active[data-v-e59be3b4], .btn--info--outline[data-v-e59be3b4]:focus, .btn--info--outline[data-v-e59be3b4]:hover {
    background-color: #17a2b8;
    color: #fff
}

.btn--info--outline.active[data-v-e59be3b4], .btn--info--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(23, 162, 184, .5)
}

.btn--warning[data-v-e59be3b4] {
    background-color: #ffa300
}

.btn--warning[data-v-e59be3b4]:focus, .btn--warning[data-v-e59be3b4]:hover {
    background-color: #cc8200
}

.btn--warning.active[data-v-e59be3b4] {
    background-color: #ffa300
}

.btn--warning.active[data-v-e59be3b4], .btn--warning[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 163, 0, .5)
}

.btn--warning--outline[data-v-e59be3b4] {
    background-color: rgba(255, 163, 0, .05);
    border: 1px solid #ffa300;
    color: #ffa300
}

.btn--warning--outline.active[data-v-e59be3b4], .btn--warning--outline[data-v-e59be3b4]:focus, .btn--warning--outline[data-v-e59be3b4]:hover {
    background-color: #ffa300;
    color: #fff
}

.btn--warning--outline.active[data-v-e59be3b4], .btn--warning--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 163, 0, .5)
}

.btn--light[data-v-e59be3b4] {
    background-color: #f5f5f5
}

.btn--light[data-v-e59be3b4]:focus, .btn--light[data-v-e59be3b4]:hover {
    background-color: #dcdcdc
}

.btn--light.active[data-v-e59be3b4] {
    background-color: #f5f5f5
}

.btn--light.active[data-v-e59be3b4], .btn--light[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 96.1%, .5)
}

.btn--light--outline[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 96.1%, .05);
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.btn--light--outline.active[data-v-e59be3b4], .btn--light--outline[data-v-e59be3b4]:focus, .btn--light--outline[data-v-e59be3b4]:hover {
    background-color: #f5f5f5;
    color: #fff
}

.btn--light--outline.active[data-v-e59be3b4], .btn--light--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 96.1%, .5)
}

.btn--dark[data-v-e59be3b4] {
    background-color: #24292e
}

.btn--dark[data-v-e59be3b4]:focus, .btn--dark[data-v-e59be3b4]:hover {
    background-color: #0e1011
}

.btn--dark.active[data-v-e59be3b4] {
    background-color: #24292e
}

.btn--dark.active[data-v-e59be3b4], .btn--dark[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(36, 41, 46, .5)
}

.btn--dark--outline[data-v-e59be3b4] {
    background-color: rgba(36, 41, 46, .05);
    border: 1px solid #24292e;
    color: #24292e
}

.btn--dark--outline.active[data-v-e59be3b4], .btn--dark--outline[data-v-e59be3b4]:focus, .btn--dark--outline[data-v-e59be3b4]:hover {
    background-color: #24292e;
    color: #fff
}

.btn--dark--outline.active[data-v-e59be3b4], .btn--dark--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(36, 41, 46, .5)
}

.btn--default[data-v-e59be3b4] {
    background-color: #ccc
}

.btn--default[data-v-e59be3b4]:focus, .btn--default[data-v-e59be3b4]:hover {
    background-color: #b3b3b3
}

.btn--default.active[data-v-e59be3b4] {
    background-color: #ccc
}

.btn--default.active[data-v-e59be3b4], .btn--default[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--default--outline[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 80%, .05);
    border: 1px solid #ccc;
    color: #ccc
}

.btn--default--outline.active[data-v-e59be3b4], .btn--default--outline[data-v-e59be3b4]:focus, .btn--default--outline[data-v-e59be3b4]:hover {
    background-color: #ccc;
    color: #fff
}

.btn--default--outline.active[data-v-e59be3b4], .btn--default--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--white[data-v-e59be3b4] {
    background-color: #fff
}

.btn--white[data-v-e59be3b4]:focus, .btn--white[data-v-e59be3b4]:hover {
    background-color: #e6e6e6
}

.btn--white.active[data-v-e59be3b4] {
    background-color: #fff
}

.btn--white.active[data-v-e59be3b4], .btn--white[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 100%, .5)
}

.btn--white--outline[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid #fff;
    color: #fff
}

.btn--white--outline.active[data-v-e59be3b4], .btn--white--outline[data-v-e59be3b4]:focus, .btn--white--outline[data-v-e59be3b4]:hover {
    background-color: #fff;
    color: #fff
}

.btn--white--outline.active[data-v-e59be3b4], .btn--white--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 100%, .5)
}

.btn--black.active[data-v-e59be3b4], .btn--black[data-v-e59be3b4], .btn--black[data-v-e59be3b4]:focus, .btn--black[data-v-e59be3b4]:hover {
    background-color: #000
}

.btn--black.active[data-v-e59be3b4], .btn--black[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(0, 0, 0, .5)
}

.btn--black--outline[data-v-e59be3b4] {
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid #000;
    color: #000
}

.btn--black--outline.active[data-v-e59be3b4], .btn--black--outline[data-v-e59be3b4]:focus, .btn--black--outline[data-v-e59be3b4]:hover {
    background-color: #000;
    color: #fff
}

.btn--black--outline.active[data-v-e59be3b4], .btn--black--outline[data-v-e59be3b4]:focus {
    box-shadow: 0 0 0 .143rem rgba(0, 0, 0, .5)
}

.btn--default--outline[data-v-e59be3b4] {
    color: #747474
}

.btn--disabled[data-v-e59be3b4]:disabled {
    box-shadow: none;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    cursor: not-allowed
}

.badge[data-v-e59be3b4] {
    background: #999;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    padding: 0 5px;
    font-size: .857em;
    color: #888;
    font-weight: 500
}

.badge-primary[data-v-e59be3b4] {
    background-color: #1e90ff;
    color: #fff
}

.badge-secondary[data-v-e59be3b4] {
    background-color: #747474;
    color: #fff
}

.badge-third[data-v-e59be3b4] {
    background-color: #ccc;
    color: #fff
}

.badge-success[data-v-e59be3b4] {
    background-color: #9acd32;
    color: #fff
}

.badge-danger[data-v-e59be3b4] {
    background-color: #ff4500;
    color: #fff
}

.badge-grey[data-v-e59be3b4] {
    background-color: #999;
    color: #fff
}

.badge-info[data-v-e59be3b4] {
    background-color: #17a2b8;
    color: #fff
}

.badge-warning[data-v-e59be3b4] {
    background-color: #ffa300;
    color: #fff
}

.badge-light[data-v-e59be3b4] {
    background-color: #f5f5f5;
    color: #fff
}

.badge-dark[data-v-e59be3b4] {
    background-color: #24292e;
    color: #fff
}

.badge-default[data-v-e59be3b4] {
    background-color: #ccc;
    color: #fff
}

.badge-white[data-v-e59be3b4] {
    background-color: #fff;
    color: #fff
}

.badge-black[data-v-e59be3b4] {
    background-color: #000;
    color: #fff
}

table.md[data-v-e59be3b4] {
    border-spacing: 0;
    border-radius: 8px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1em;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

table.md tr[data-v-e59be3b4] {
    background-color: #fff;
    width: 100%
}

table.md tr td[data-v-e59be3b4], table.md tr th[data-v-e59be3b4] {
    padding: 6px 13px;
    text-align: left
}

table.md tr[data-v-e59be3b4]:nth-child(2n) {
    background-color: #f2f2f2
}

.is-dark table.md[data-v-e59be3b4] {
    color: #f2f2f2
}

.is-dark table.md tr[data-v-e59be3b4] {
    background-color: #21222e
}

.is-dark table.md tr[data-v-e59be3b4]:nth-child(2n) {
    background-color: #2e2f40
}

.is-dark table.md tr td.text-muted[data-v-e59be3b4] {
    color: hsla(0, 0%, 100%, .3)
}

.slide-enter-active[data-v-e59be3b4], .slide-leave-active[data-v-e59be3b4] {
    opacity: 1;
    z-index: 998;
    transition: all .3s;
    transform: translateY(0)
}

.slide-enter[data-v-e59be3b4], .slide-leave-to[data-v-e59be3b4] {
    opacity: 0;
    z-index: 998;
    transform: translateY(-20px)
}

.tags-enter-active[data-v-e59be3b4], .tags-leave-active[data-v-e59be3b4] {
    opacity: 1;
    transition: all .3s;
    position: absolute;
    transform: translateY(0)
}

.tags-enter[data-v-e59be3b4], .tags-leave-to[data-v-e59be3b4] {
    opacity: 0;
    transform: translateX(-100%)
}

.slideinvert-enter-active[data-v-e59be3b4], .slideinvert-leave-active[data-v-e59be3b4] {
    opacity: 1;
    z-index: 998;
    transition: all .3s;
    transform: translateY(0)
}

.slideinvert-enter[data-v-e59be3b4], .slideinvert-leave-to[data-v-e59be3b4] {
    opacity: 0;
    z-index: 998;
    transform: translateY(40px)
}

.slidenext-enter-active[data-v-e59be3b4], .slidenext-leave-active[data-v-e59be3b4], .slideprev-enter-active[data-v-e59be3b4], .slideprev-leave-active[data-v-e59be3b4] {
    position: absolute;
    transition: all .3s
}

.slidenext-enter[data-v-e59be3b4], .slideprev-leave-to[data-v-e59be3b4] {
    transform: translateX(100%)
}

.slidenext-leave-to[data-v-e59be3b4], .slideprev-enter[data-v-e59be3b4] {
    transform: translateX(-100%)
}

.slidevnext-enter-active[data-v-e59be3b4], .slidevnext-leave-active[data-v-e59be3b4], .slidevprev-enter-active[data-v-e59be3b4], .slidevprev-leave-active[data-v-e59be3b4] {
    position: absolute;
    transition: all .3s
}

.slidevnext-enter[data-v-e59be3b4], .slidevprev-leave-to[data-v-e59be3b4] {
    transform: translateY(100%);
    opacity: 0
}

.slidevnext-leave-to[data-v-e59be3b4], .slidevprev-enter[data-v-e59be3b4] {
    transform: translateY(-100%);
    opacity: 0
}

@media screen and (max-width:415px) {
    .slide-enter-active[data-v-e59be3b4], .slide-leave-active[data-v-e59be3b4], .slideinvert-enter-active[data-v-e59be3b4], .slideinvert-leave-active[data-v-e59be3b4] {
        transition: all 0s
    }
}

.spinner-anim[data-v-e59be3b4] {
    animation: spin-data-v-e59be3b4 .6s linear infinite
}

@keyframes spin-data-v-e59be3b4 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dialog-fade-enter-active .dialog-animation[data-v-e59be3b4] {
    animation: dialog-fade-in-data-v-e59be3b4 .4s
}

.dialog-fade-leave-active .dialog-animation[data-v-e59be3b4] {
    animation: dialog-fade-out-data-v-e59be3b4 .4s
}

@keyframes dialog-fade-in-data-v-e59be3b4 {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-out-data-v-e59be3b4 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -30px, 0);
        opacity: 0
    }
}

.expand-enter-active[data-v-e59be3b4], .expand-leave-active[data-v-e59be3b4] {
    transition: .3s ease-in-out;
    transition-property: opacity, height;
    overflow: hidden
}

.expand-enter[data-v-e59be3b4], .expand-leave-to[data-v-e59be3b4] {
    height: 0;
    opacity: 0
}

.scale-enter-active[data-v-e59be3b4], .scale-leave-active[data-v-e59be3b4] {
    opacity: 1;
    z-index: 1;
    transition: all .3s cubic-bezier(.4, .52, .26, .9)
}

.scale-enter[data-v-e59be3b4], .scale-leave-to[data-v-e59be3b4] {
    opacity: .4;
    z-index: 1;
    transform: scale(0)
}

.flip-list-move[data-v-e59be3b4] {
    transition: transform .6s
}

.over-hid[data-v-e59be3b4] {
    overflow: hidden
}

.pos-r[data-v-e59be3b4] {
    position: relative
}

.pos-a[data-v-e59be3b4] {
    position: absolute
}

.flex[data-v-e59be3b4] {
    display: flex
}

.flex.fluid[data-v-e59be3b4] {
    width: 100%
}

.flex.direction-column[data-v-e59be3b4] {
    flex-direction: column
}

.flex.direction-column-reverse[data-v-e59be3b4] {
    flex-direction: column-reverse
}

.flex.direction-row[data-v-e59be3b4] {
    flex-direction: row
}

.flex.direction-row-reverse[data-v-e59be3b4] {
    flex-direction: row-reverse
}

.flex.align-center[data-v-e59be3b4] {
    align-items: center
}

.flex.align-start[data-v-e59be3b4] {
    align-items: flex-start
}

.flex.align-end[data-v-e59be3b4] {
    align-items: flex-end
}

.flex.justify-start[data-v-e59be3b4] {
    justify-content: flex-start
}

.flex.justify-end[data-v-e59be3b4] {
    justify-content: flex-end
}

.flex.justify-center[data-v-e59be3b4] {
    justify-content: center
}

.flex.space-between[data-v-e59be3b4] {
    justify-content: space-between
}

.flex.space-around[data-v-e59be3b4] {
    justify-content: space-around
}

.flex.flex-center[data-v-e59be3b4] {
    justify-content: center;
    align-items: center
}

.flex.flex--wrap[data-v-e59be3b4] {
    flex-wrap: wrap
}

.flex.flex--grow[data-v-e59be3b4] {
    flex-grow: 1
}

.flex-fill[data-v-e59be3b4] {
    flex: 0 1 auto
}

.flex-fixed[data-v-e59be3b4] {
    flex: 0 0 auto
}

.flex-1[data-v-e59be3b4] {
    flex: 1
}

.flex-100[data-v-e59be3b4] {
    flex: 0 1 100%
}

.flex-75[data-v-e59be3b4] {
    flex: 0 1 75%
}

.flex-50[data-v-e59be3b4] {
    flex: 0 1 50%
}

.flex-33[data-v-e59be3b4] {
    flex: 0 1 33.33%
}

.flex-25[data-v-e59be3b4] {
    flex: 0 1 25%
}

.flex-20[data-v-e59be3b4] {
    flex: 0 1 20%
}

.flex-16[data-v-e59be3b4] {
    flex: 0 1 16.66%
}

.text-muted-white[data-v-e59be3b4] {
    color: hsla(0, 0%, 100%, .54)
}

.text-muted[data-v-e59be3b4] {
    color: rgba(0, 0, 0, .54)
}

.is-dark .text-muted[data-v-e59be3b4] {
    color: hsla(0, 0%, 100%, .54)
}

.text-strong[data-v-e59be3b4] {
    font-weight: 500
}

.text-center[data-v-e59be3b4] {
    text-align: center
}

.text-left[data-v-e59be3b4] {
    text-align: left
}

.text-right[data-v-e59be3b4] {
    text-align: right
}

.text-primary[data-v-e59be3b4] {
    color: #1e90ff
}

.text-secondary[data-v-e59be3b4] {
    color: #747474
}

.text-third[data-v-e59be3b4] {
    color: #ccc
}

.text-success[data-v-e59be3b4] {
    color: #9acd32
}

.text-danger[data-v-e59be3b4] {
    color: #ff4500
}

.text-grey[data-v-e59be3b4] {
    color: #999
}

.text-info[data-v-e59be3b4] {
    color: #17a2b8
}

.text-warning[data-v-e59be3b4] {
    color: #ffa300
}

.text-light[data-v-e59be3b4] {
    color: #f5f5f5
}

.text-dark[data-v-e59be3b4] {
    color: #24292e
}

.text-default[data-v-e59be3b4] {
    color: #ccc
}

.text-white[data-v-e59be3b4] {
    color: #fff
}

.text-black[data-v-e59be3b4] {
    color: #000
}

.dots-text[data-v-e59be3b4] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dots-text-3[data-v-e59be3b4] {
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 3.9em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.dots-text-3[data-v-e59be3b4]:before {
    content: "...";
    position: absolute;
    right: 3px;
    bottom: 2px
}

.dots-text-3[data-v-e59be3b4]:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

.dots-text-2[data-v-e59be3b4] {
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 2.6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.dots-text-2[data-v-e59be3b4]:before {
    content: "...";
    position: absolute;
    right: 3px;
    bottom: 2px
}

.dots-text-2[data-v-e59be3b4]:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

.container[data-v-e59be3b4] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:768px) {
    .container[data-v-e59be3b4] {
        max-width: 100%
    }
}

@media(min-width:768px) {
    .container[data-v-e59be3b4] {
        max-width: 768px
    }
}

@media(min-width:1024px) {
    .container[data-v-e59be3b4] {
        max-width: 1024px
    }
}

@media(min-width:1440px) {
    .container[data-v-e59be3b4] {
        max-width: 1440px
    }
}

@media(min-width:2560px) {
    .container[data-v-e59be3b4] {
        max-width: 2560px
    }
}

.pr-0[data-v-e59be3b4] {
    padding-right: 0
}

.pt-0[data-v-e59be3b4] {
    padding-top: 0
}

.pb-0[data-v-e59be3b4] {
    padding-bottom: 0
}

.pl-0[data-v-e59be3b4] {
    padding-left: 0
}

.px-0[data-v-e59be3b4] {
    padding-left: 0;
    padding-right: 0
}

.py-0[data-v-e59be3b4] {
    padding-top: 0;
    padding-bottom: 0
}

.p-0[data-v-e59be3b4] {
    padding: 0
}

.pr-1[data-v-e59be3b4] {
    padding-right: .25rem
}

.pt-1[data-v-e59be3b4] {
    padding-top: .25rem
}

.pb-1[data-v-e59be3b4] {
    padding-bottom: .25rem
}

.pl-1[data-v-e59be3b4] {
    padding-left: .25rem
}

.px-1[data-v-e59be3b4] {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-1[data-v-e59be3b4] {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.p-1[data-v-e59be3b4] {
    padding: .25rem
}

.pr-2[data-v-e59be3b4] {
    padding-right: .5rem
}

.pt-2[data-v-e59be3b4] {
    padding-top: .5rem
}

.pb-2[data-v-e59be3b4] {
    padding-bottom: .5rem
}

.pl-2[data-v-e59be3b4] {
    padding-left: .5rem
}

.px-2[data-v-e59be3b4] {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-2[data-v-e59be3b4] {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.p-2[data-v-e59be3b4] {
    padding: .5rem
}

.pr-3[data-v-e59be3b4] {
    padding-right: 1rem
}

.pt-3[data-v-e59be3b4] {
    padding-top: 1rem
}

.pb-3[data-v-e59be3b4] {
    padding-bottom: 1rem
}

.pl-3[data-v-e59be3b4] {
    padding-left: 1rem
}

.px-3[data-v-e59be3b4] {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-3[data-v-e59be3b4] {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.p-3[data-v-e59be3b4] {
    padding: 1rem
}

.pr-4[data-v-e59be3b4] {
    padding-right: 1.5rem
}

.pt-4[data-v-e59be3b4] {
    padding-top: 1.5rem
}

.pb-4[data-v-e59be3b4] {
    padding-bottom: 1.5rem
}

.pl-4[data-v-e59be3b4] {
    padding-left: 1.5rem
}

.px-4[data-v-e59be3b4] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-4[data-v-e59be3b4] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.p-4[data-v-e59be3b4] {
    padding: 1.5rem
}

.pr-5[data-v-e59be3b4] {
    padding-right: 3rem
}

.pt-5[data-v-e59be3b4] {
    padding-top: 3rem
}

.pb-5[data-v-e59be3b4] {
    padding-bottom: 3rem
}

.pl-5[data-v-e59be3b4] {
    padding-left: 3rem
}

.px-5[data-v-e59be3b4] {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-5[data-v-e59be3b4] {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.p-5[data-v-e59be3b4] {
    padding: 3rem
}

.mr-0[data-v-e59be3b4] {
    margin-right: 0
}

.mt-0[data-v-e59be3b4] {
    margin-top: 0
}

.mb-0[data-v-e59be3b4] {
    margin-bottom: 0
}

.ml-0[data-v-e59be3b4] {
    margin-left: 0
}

.mx-0[data-v-e59be3b4] {
    margin-left: 0;
    margin-right: 0
}

.my-0[data-v-e59be3b4] {
    margin-top: 0;
    margin-bottom: 0
}

.m-0[data-v-e59be3b4] {
    margin: 0
}

.mr-1[data-v-e59be3b4] {
    margin-right: .25rem
}

.mt-1[data-v-e59be3b4] {
    margin-top: .25rem
}

.mb-1[data-v-e59be3b4] {
    margin-bottom: .25rem
}

.ml-1[data-v-e59be3b4] {
    margin-left: .25rem
}

.mx-1[data-v-e59be3b4] {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-1[data-v-e59be3b4] {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.m-1[data-v-e59be3b4] {
    margin: .25rem
}

.mr-2[data-v-e59be3b4] {
    margin-right: .5rem
}

.mt-2[data-v-e59be3b4] {
    margin-top: .5rem
}

.mb-2[data-v-e59be3b4] {
    margin-bottom: .5rem
}

.ml-2[data-v-e59be3b4] {
    margin-left: .5rem
}

.mx-2[data-v-e59be3b4] {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-2[data-v-e59be3b4] {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.m-2[data-v-e59be3b4] {
    margin: .5rem
}

.mr-3[data-v-e59be3b4] {
    margin-right: 1rem
}

.mt-3[data-v-e59be3b4] {
    margin-top: 1rem
}

.mb-3[data-v-e59be3b4] {
    margin-bottom: 1rem
}

.ml-3[data-v-e59be3b4] {
    margin-left: 1rem
}

.mx-3[data-v-e59be3b4] {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-3[data-v-e59be3b4] {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.m-3[data-v-e59be3b4] {
    margin: 1rem
}

.mr-4[data-v-e59be3b4] {
    margin-right: 1.5rem
}

.mt-4[data-v-e59be3b4] {
    margin-top: 1.5rem
}

.mb-4[data-v-e59be3b4] {
    margin-bottom: 1.5rem
}

.ml-4[data-v-e59be3b4] {
    margin-left: 1.5rem
}

.mx-4[data-v-e59be3b4] {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.my-4[data-v-e59be3b4] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.m-4[data-v-e59be3b4] {
    margin: 1.5rem
}

.mr-5[data-v-e59be3b4] {
    margin-right: 3rem
}

.mt-5[data-v-e59be3b4] {
    margin-top: 3rem
}

.mb-5[data-v-e59be3b4] {
    margin-bottom: 3rem
}

.ml-5[data-v-e59be3b4] {
    margin-left: 3rem
}

.mx-5[data-v-e59be3b4] {
    margin-left: 3rem;
    margin-right: 3rem
}

.my-5[data-v-e59be3b4] {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.m-5[data-v-e59be3b4] {
    margin: 3rem
}

.h-100[data-v-e59be3b4] {
    height: 100%
}

.mh-100[data-v-e59be3b4] {
    max-height: 100%
}

.w-100[data-v-e59be3b4] {
    width: 100%
}

.mw-100[data-v-e59be3b4] {
    max-width: 100%
}

.m-h-0[data-v-e59be3b4] {
    min-height: 0
}

.m-h-100[data-v-e59be3b4] {
    min-height: 100%
}

.m-w-0[data-v-e59be3b4] {
    min-width: 0
}

.m-w-100[data-v-e59be3b4] {
    min-width: 100%
}

.br-0[data-v-e59be3b4] {
    border-radius: 0
}

.brt-0[data-v-e59be3b4] {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.brb-0[data-v-e59be3b4] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.br-2[data-v-e59be3b4] {
    border-radius: 2px
}

.brt-2[data-v-e59be3b4] {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.brb-2[data-v-e59be3b4] {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.br-4[data-v-e59be3b4] {
    border-radius: 4px
}

.brt-4[data-v-e59be3b4] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.brb-4[data-v-e59be3b4] {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.br-8[data-v-e59be3b4] {
    border-radius: 8px
}

.brt-8[data-v-e59be3b4] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.brb-8[data-v-e59be3b4] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.fs-12[data-v-e59be3b4] {
    font-size: 12px
}

.fs-14[data-v-e59be3b4] {
    font-size: 14px
}

.fs-16[data-v-e59be3b4] {
    font-size: 16px
}

.fs-18[data-v-e59be3b4] {
    font-size: 18px
}

.fs-20[data-v-e59be3b4] {
    font-size: 20px
}

.fs-22[data-v-e59be3b4] {
    font-size: 22px
}

.fs-26[data-v-e59be3b4] {
    font-size: 26px
}

.fw-300[data-v-e59be3b4] {
    font-weight: 300
}

.fw-400[data-v-e59be3b4] {
    font-weight: 400
}

.fw-500[data-v-e59be3b4] {
    font-weight: 500
}

@media only screen and (max-width:2560px) {
    .hidden-4k[data-v-e59be3b4] {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .hidden-laptop[data-v-e59be3b4] {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .hidden-laptop-s[data-v-e59be3b4] {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .hidden-tablet[data-v-e59be3b4] {
        display: none
    }
}

@media only screen and (max-width:425px) {
    .hidden-mobile[data-v-e59be3b4] {
        display: none
    }
}

@media only screen and (max-width:375px) {
    .hidden-mobile-m[data-v-e59be3b4] {
        display: none
    }
}

@media only screen and (max-width:320px) {
    .hidden-mobile-s[data-v-e59be3b4] {
        display: none
    }
}

.show-4k[data-v-e59be3b4] {
    display: none
}

@media only screen and (max-width:2560px) {
    .show-4k[data-v-e59be3b4] {
        display: inherit
    }
}

.show-laptop[data-v-e59be3b4] {
    display: none
}

@media only screen and (max-width:1440px) {
    .show-laptop[data-v-e59be3b4] {
        display: inherit
    }
}

.show-laptop-s[data-v-e59be3b4] {
    display: none
}

@media only screen and (max-width:1024px) {
    .show-laptop-s[data-v-e59be3b4] {
        display: inherit
    }
}

.show-tablet[data-v-e59be3b4] {
    display: none
}

@media only screen and (max-width:768px) {
    .show-tablet[data-v-e59be3b4] {
        display: inherit
    }
}

.show-mobile[data-v-e59be3b4] {
    display: none
}

@media only screen and (max-width:425px) {
    .show-mobile[data-v-e59be3b4] {
        display: inherit
    }
}

.show-mobile-m[data-v-e59be3b4] {
    display: none
}

@media only screen and (max-width:375px) {
    .show-mobile-m[data-v-e59be3b4] {
        display: inherit
    }
}

.show-mobile-s[data-v-e59be3b4] {
    display: none
}

@media only screen and (max-width:320px) {
    .show-mobile-s[data-v-e59be3b4] {
        display: inherit
    }
}

[data-v-e59be3b4], [data-v-e59be3b4]:after, [data-v-e59be3b4]:before {
    box-sizing: border-box
}

blockquote[data-v-e59be3b4], body[data-v-e59be3b4], dd[data-v-e59be3b4], dl[data-v-e59be3b4], figure[data-v-e59be3b4], h1[data-v-e59be3b4], h2[data-v-e59be3b4], h3[data-v-e59be3b4], h4[data-v-e59be3b4], h5[data-v-e59be3b4], h6[data-v-e59be3b4], hr[data-v-e59be3b4], ol[data-v-e59be3b4], p[data-v-e59be3b4], pre[data-v-e59be3b4], ul[data-v-e59be3b4] {
    margin: 0;
    padding: 0
}

#app[data-v-e59be3b4], body[data-v-e59be3b4], button[data-v-e59be3b4], html[data-v-e59be3b4], input[data-v-e59be3b4] {
    font: 400 14px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1.5;
    -webkit-font-kerning: normal;
    font-feature-settings: "kern";
    font-kerning: normal
}

.input-tel[data-v-e59be3b4] {
    position: relative;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    height: 40px;
    min-height: 40px
}

.input-tel__label[data-v-e59be3b4] {
    position: absolute;
    top: 4px;
    cursor: pointer;
    left: 13px;
    transform: translateY(25%);
    opacity: 0;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    font-size: 11px;
    color: #747474
}

.input-tel__input[data-v-e59be3b4] {
    cursor: pointer;
    background-color: #fff;
    transition-duration: .3s;
    position: relative;
    width: 100%;
    padding: 0 12px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #ccc;
    font-size: 14px;
    z-index: 0;
    margin-left: -1px;
    height: 40px;
    min-height: 40px
}

.input-tel__input[data-v-e59be3b4]:hover {
    border-color: #1e90ff
}

.input-tel__input[data-v-e59be3b4]:not(.no-country-selector) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.input-tel__input[data-v-e59be3b4]::-moz-placeholder {
    color: #747474
}

.input-tel__input[data-v-e59be3b4]::placeholder {
    color: #747474
}

.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill, .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:active, .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:focus, .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #fff !important;
    -webkit-text-fill-color: #747474 !important
}

.input-tel__clear[data-v-e59be3b4] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    color: #747474;
    border-radius: 24px;
    cursor: pointer;
    font-size: 12px
}

.input-tel__clear[data-v-e59be3b4]:focus {
    outline: none
}

.input-tel__clear>span[data-v-e59be3b4]:not(.input-tel__clear__effect) {
    position: relative;
    top: 1px
}

.input-tel__clear__effect[data-v-e59be3b4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background-color: #747474;
    border-radius: 24px;
    transform: scale(0);
    transition: transform .2s
}

.input-tel__clear[data-v-e59be3b4]:hover {
    color: #fff
}

.input-tel__clear:hover .input-tel__clear__effect[data-v-e59be3b4] {
    transform: scale(1);
    opacity: .6
}

.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::-moz-placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill, .input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:active, .input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:focus, .input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #21222e !important;
    -webkit-text-fill-color: hsla(0, 0%, 100%, .7) !important
}

.input-tel.is-dark .input-tel__clear[data-v-e59be3b4] {
    color: hsla(0, 0%, 100%, .7)
}

.input-tel.is-dark .input-tel__clear__effect[data-v-e59be3b4] {
    background-color: hsla(0, 0%, 100%, .3)
}

.input-tel.is-dark .input-tel__clear[data-v-e59be3b4]:hover {
    color: #fff
}

.input-tel.is-focused[data-v-e59be3b4] {
    z-index: 1
}

.input-tel.is-focused .input-tel__input[data-v-e59be3b4] {
    border-color: #1e90ff;
    box-shadow: 0 0 0 .125rem rgba(30, 144, 255, .7)
}

.input-tel.is-focused .input-tel__label[data-v-e59be3b4] {
    color: #1e90ff
}

.input-tel.is-focused.has-error .input-tel__input[data-v-e59be3b4] {
    box-shadow: 0 0 0 .125rem rgba(255, 69, 0, .7)
}

.input-tel.is-focused.is-valid .input-tel__input[data-v-e59be3b4] {
    border-color: #9acd32;
    box-shadow: 0 0 0 .125rem rgba(154, 205, 50, .7)
}

.input-tel.has-value .input-tel__label[data-v-e59be3b4] {
    opacity: 1;
    transform: translateY(0);
    font-size: 11px
}

.input-tel.has-value .input-tel__input[data-v-e59be3b4] {
    padding-top: 14px
}

.input-tel.has-hint .input-tel__label[data-v-e59be3b4], .input-tel.has-value .input-tel__label[data-v-e59be3b4] {
    opacity: 1;
    transform: translateY(0);
    font-size: 11px
}

.input-tel.has-hint .input-tel__input[data-v-e59be3b4], .input-tel.has-value .input-tel__input[data-v-e59be3b4] {
    padding-top: 14px
}

.input-tel.is-valid .input-tel__input[data-v-e59be3b4], .input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover {
    border-color: #9acd32
}

.input-tel.is-valid .input-tel__label[data-v-e59be3b4] {
    color: #9acd32
}

.input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4] {
    border-color: #ff4500
}

.input-tel.has-error:not(.is-valid) .input-tel__label[data-v-e59be3b4] {
    color: #ff4500
}

.input-tel.is-disabled[data-v-e59be3b4] {
    cursor: not-allowed
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4] {
    border-color: #ccc;
    background-color: #f2f2f2;
    color: #ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::-moz-placeholder {
    color: #ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::placeholder {
    color: #ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4], .input-tel.is-disabled .input-tel__label[data-v-e59be3b4], .input-tel.is-disabled .input-tel__toggle__arrow[data-v-e59be3b4] {
    cursor: not-allowed;
    color: #ccc
}

.input-tel.sm[data-v-e59be3b4] {
    height: 36px;
    min-height: 36px
}

.input-tel.sm .input-tel__input[data-v-e59be3b4] {
    font-size: 12px;
    height: 36px;
    min-height: 36px
}

.input-tel.sm .input-tel__label[data-v-e59be3b4] {
    font-size: 10px
}

.input-tel.sm.has-value .input-tel__input[data-v-e59be3b4] {
    padding-top: 12px
}

.input-tel.lg[data-v-e59be3b4] {
    height: 48px;
    min-height: 48px
}

.input-tel.lg .input-tel__input[data-v-e59be3b4] {
    font-size: 14px;
    height: 48px;
    min-height: 48px
}

.input-tel.lg .input-tel__label[data-v-e59be3b4] {
    font-size: 14px
}

.input-tel.lg.has-value .input-tel__input[data-v-e59be3b4] {
    padding-top: 16px
}

.input-tel__loader[data-v-e59be3b4] {
    bottom: 0;
    height: 2px;
    left: 0;
    width: calc(100% - 8px);
    position: absolute;
    overflow: hidden;
    border-radius: 8px
}

.input-tel__loader__progress-bar[data-v-e59be3b4] {
    background-color: #1e90ff;
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    animation: loading-data-v-e59be3b4 2s linear infinite
}

@keyframes loading-data-v-e59be3b4 {
    0% {
        left: -200px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx), only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 14px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    background-image: url(/_nuxt/node_modules/vue-phone-number-input/dist/img/flags.9c96e0ed.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx), only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-image: url(/_nuxt/node_modules/vue-phone-number-input/dist/img/flags.9c96e0ed.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

.bg-primary-after[data-v-46e105de]:after, .bg-primary-before[data-v-46e105de]:before, .bg-primary[data-v-46e105de] {
    background-color: #1e90ff
}

.bg-primary-after-transparency[data-v-46e105de]:after, .bg-primary-before-transparency[data-v-46e105de]:before, .bg-primary-transparency[data-v-46e105de] {
    background-color: rgba(30, 144, 255, .5)
}

.bg-secondary-after[data-v-46e105de]:after, .bg-secondary-before[data-v-46e105de]:before, .bg-secondary[data-v-46e105de] {
    background-color: #747474
}

.bg-secondary-after-transparency[data-v-46e105de]:after, .bg-secondary-before-transparency[data-v-46e105de]:before, .bg-secondary-transparency[data-v-46e105de] {
    background-color: hsla(0, 0%, 45.5%, .5)
}

.bg-third-after[data-v-46e105de]:after, .bg-third-before[data-v-46e105de]:before, .bg-third[data-v-46e105de] {
    background-color: #ccc
}

.bg-third-after-transparency[data-v-46e105de]:after, .bg-third-before-transparency[data-v-46e105de]:before, .bg-third-transparency[data-v-46e105de] {
    background-color: hsla(0, 0%, 80%, .5)
}

.bg-success-after[data-v-46e105de]:after, .bg-success-before[data-v-46e105de]:before, .bg-success[data-v-46e105de] {
    background-color: #9acd32
}

.bg-success-after-transparency[data-v-46e105de]:after, .bg-success-before-transparency[data-v-46e105de]:before, .bg-success-transparency[data-v-46e105de] {
    background-color: rgba(154, 205, 50, .5)
}

.bg-danger-after[data-v-46e105de]:after, .bg-danger-before[data-v-46e105de]:before, .bg-danger[data-v-46e105de] {
    background-color: #ff4500
}

.bg-danger-after-transparency[data-v-46e105de]:after, .bg-danger-before-transparency[data-v-46e105de]:before, .bg-danger-transparency[data-v-46e105de] {
    background-color: rgba(255, 69, 0, .5)
}

.bg-grey-after[data-v-46e105de]:after, .bg-grey-before[data-v-46e105de]:before, .bg-grey[data-v-46e105de] {
    background-color: #999
}

.bg-grey-after-transparency[data-v-46e105de]:after, .bg-grey-before-transparency[data-v-46e105de]:before, .bg-grey-transparency[data-v-46e105de] {
    background-color: hsla(0, 0%, 60%, .5)
}

.bg-info-after[data-v-46e105de]:after, .bg-info-before[data-v-46e105de]:before, .bg-info[data-v-46e105de] {
    background-color: #17a2b8
}

.bg-info-after-transparency[data-v-46e105de]:after, .bg-info-before-transparency[data-v-46e105de]:before, .bg-info-transparency[data-v-46e105de] {
    background-color: rgba(23, 162, 184, .5)
}

.bg-warning-after[data-v-46e105de]:after, .bg-warning-before[data-v-46e105de]:before, .bg-warning[data-v-46e105de] {
    background-color: #ffa300
}

.bg-warning-after-transparency[data-v-46e105de]:after, .bg-warning-before-transparency[data-v-46e105de]:before, .bg-warning-transparency[data-v-46e105de] {
    background-color: rgba(255, 163, 0, .5)
}

.bg-light-after[data-v-46e105de]:after, .bg-light-before[data-v-46e105de]:before, .bg-light[data-v-46e105de] {
    background-color: #f5f5f5
}

.bg-light-after-transparency[data-v-46e105de]:after, .bg-light-before-transparency[data-v-46e105de]:before, .bg-light-transparency[data-v-46e105de] {
    background-color: hsla(0, 0%, 96.1%, .5)
}

.bg-dark-after[data-v-46e105de]:after, .bg-dark-before[data-v-46e105de]:before, .bg-dark[data-v-46e105de] {
    background-color: #24292e
}

.bg-dark-after-transparency[data-v-46e105de]:after, .bg-dark-before-transparency[data-v-46e105de]:before, .bg-dark-transparency[data-v-46e105de] {
    background-color: rgba(36, 41, 46, .5)
}

.bg-default-after[data-v-46e105de]:after, .bg-default-before[data-v-46e105de]:before, .bg-default[data-v-46e105de] {
    background-color: #ccc
}

.bg-default-after-transparency[data-v-46e105de]:after, .bg-default-before-transparency[data-v-46e105de]:before, .bg-default-transparency[data-v-46e105de] {
    background-color: hsla(0, 0%, 80%, .5)
}

.bg-white-after[data-v-46e105de]:after, .bg-white-before[data-v-46e105de]:before, .bg-white[data-v-46e105de] {
    background-color: #fff
}

.bg-white-after-transparency[data-v-46e105de]:after, .bg-white-before-transparency[data-v-46e105de]:before, .bg-white-transparency[data-v-46e105de] {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-black-after[data-v-46e105de]:after, .bg-black-before[data-v-46e105de]:before, .bg-black[data-v-46e105de] {
    background-color: #000
}

.bg-black-after-transparency[data-v-46e105de]:after, .bg-black-before-transparency[data-v-46e105de]:before, .bg-black-transparency[data-v-46e105de] {
    background-color: rgba(0, 0, 0, .5)
}

.fill-primary path[data-v-46e105de] {
    fill: #1e90ff
}

.fill-secondary path[data-v-46e105de] {
    fill: #747474
}

.fill-third path[data-v-46e105de] {
    fill: #ccc
}

.fill-success path[data-v-46e105de] {
    fill: #9acd32
}

.fill-danger path[data-v-46e105de] {
    fill: #ff4500
}

.fill-grey path[data-v-46e105de] {
    fill: #999
}

.fill-info path[data-v-46e105de] {
    fill: #17a2b8
}

.fill-warning path[data-v-46e105de] {
    fill: #ffa300
}

.fill-light path[data-v-46e105de] {
    fill: #f5f5f5
}

.fill-dark path[data-v-46e105de] {
    fill: #24292e
}

.fill-default path[data-v-46e105de] {
    fill: #ccc
}

.fill-white path[data-v-46e105de] {
    fill: #fff
}

.fill-black path[data-v-46e105de] {
    fill: #000
}

.label[data-v-46e105de] {
    border-radius: 2px;
    padding: 2px 4px;
    color: #fff;
    font-size: .714em
}

.label-primary[data-v-46e105de], .label[data-v-46e105de] {
    background-color: #1e90ff
}

.label-primary-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.label-secondary[data-v-46e105de] {
    background-color: #747474
}

.label-secondary-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #747474;
    color: #747474
}

.label-third[data-v-46e105de] {
    background-color: #ccc
}

.label-third-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.label-success[data-v-46e105de] {
    background-color: #9acd32
}

.label-success-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #9acd32;
    color: #9acd32
}

.label-danger[data-v-46e105de] {
    background-color: #ff4500
}

.label-danger-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ff4500;
    color: #ff4500
}

.label-grey[data-v-46e105de] {
    background-color: #999
}

.label-grey-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #999;
    color: #999
}

.label-info[data-v-46e105de] {
    background-color: #17a2b8
}

.label-info-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.label-warning[data-v-46e105de] {
    background-color: #ffa300
}

.label-warning-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ffa300;
    color: #ffa300
}

.label-light[data-v-46e105de] {
    background-color: #f5f5f5
}

.label-light-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.label-dark[data-v-46e105de] {
    background-color: #24292e
}

.label-dark-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #24292e;
    color: #24292e
}

.label-default[data-v-46e105de] {
    background-color: #ccc
}

.label-default-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.label-white[data-v-46e105de] {
    background-color: #fff
}

.label-white-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.label-black[data-v-46e105de] {
    background-color: #000
}

.label-black-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000
}

.dot[data-v-46e105de] {
    width: 6px;
    height: 6px;
    border-radius: 6px
}

.dot-primary[data-v-46e105de], .dot[data-v-46e105de] {
    background-color: #1e90ff
}

.dot-primary-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.dot-secondary[data-v-46e105de] {
    background-color: #747474
}

.dot-secondary-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #747474;
    color: #747474
}

.dot-third[data-v-46e105de] {
    background-color: #ccc
}

.dot-third-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.dot-success[data-v-46e105de] {
    background-color: #9acd32
}

.dot-success-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #9acd32;
    color: #9acd32
}

.dot-danger[data-v-46e105de] {
    background-color: #ff4500
}

.dot-danger-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ff4500;
    color: #ff4500
}

.dot-grey[data-v-46e105de] {
    background-color: #999
}

.dot-grey-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #999;
    color: #999
}

.dot-info[data-v-46e105de] {
    background-color: #17a2b8
}

.dot-info-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.dot-warning[data-v-46e105de] {
    background-color: #ffa300
}

.dot-warning-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ffa300;
    color: #ffa300
}

.dot-light[data-v-46e105de] {
    background-color: #f5f5f5
}

.dot-light-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.dot-dark[data-v-46e105de] {
    background-color: #24292e
}

.dot-dark-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #24292e;
    color: #24292e
}

.dot-default[data-v-46e105de] {
    background-color: #ccc
}

.dot-default-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.dot-white[data-v-46e105de] {
    background-color: #fff
}

.dot-white-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.dot-black[data-v-46e105de] {
    background-color: #000
}

.dot-black-outline[data-v-46e105de] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000
}

a[data-v-46e105de] {
    color: #1e90ff;
    -webkit-text-decoration: none;
    text-decoration: none
}

a[data-v-46e105de]:focus, a[data-v-46e105de]:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.btn[data-v-46e105de] {
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #1e90ff;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    line-height: 1;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    overflow: visible;
    -webkit-font-smoothing: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    -moz-osx-font-smoothing: inherit
}

.btn[data-v-46e105de]:focus, .btn[data-v-46e105de]:hover {
    background-color: #0077ea
}

.btn.active[data-v-46e105de] {
    background-color: #1e90ff
}

.btn.active[data-v-46e105de], .btn[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn.active[data-v-46e105de], .btn[data-v-46e105de]:focus, .btn[data-v-46e105de]:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.btn--rounded[data-v-46e105de] {
    border-radius: 50px
}

.btn--block[data-v-46e105de] {
    width: 100%
}

.btn--lg[data-v-46e105de] {
    padding: 16px 22px;
    font-size: 1.143em
}

.btn--md[data-v-46e105de] {
    padding: 10px 20px;
    font-size: 1em
}

.btn--sm[data-v-46e105de] {
    padding: 9px 15px;
    font-size: .857em
}

.btn--mini[data-v-46e105de] {
    padding: 7px 15px;
    font-size: .857em
}

.btn--fab[data-v-46e105de] {
    border-radius: 50%;
    padding: 0;
    height: 40px;
    width: 40px
}

.btn--fab.btn--lg[data-v-46e105de] {
    height: 50px;
    width: 50px
}

.btn--fab.btn--md[data-v-46e105de] {
    height: 36px;
    width: 36px
}

.btn--fab.btn--sm[data-v-46e105de] {
    height: 32px;
    width: 32px
}

.btn--fab.btn--mini[data-v-46e105de] {
    height: 28px;
    width: 28px
}

.btn--light[data-v-46e105de], .btn--white[data-v-46e105de] {
    color: #747474
}

.btn--primary[data-v-46e105de] {
    background-color: #1e90ff
}

.btn--primary[data-v-46e105de]:focus, .btn--primary[data-v-46e105de]:hover {
    background-color: #0077ea
}

.btn--primary.active[data-v-46e105de] {
    background-color: #1e90ff
}

.btn--primary.active[data-v-46e105de], .btn--primary[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn--primary--outline[data-v-46e105de] {
    background-color: rgba(30, 144, 255, .05);
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.btn--primary--outline.active[data-v-46e105de], .btn--primary--outline[data-v-46e105de]:focus, .btn--primary--outline[data-v-46e105de]:hover {
    background-color: #1e90ff;
    color: #fff
}

.btn--primary--outline.active[data-v-46e105de], .btn--primary--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn--secondary[data-v-46e105de] {
    background-color: #747474
}

.btn--secondary[data-v-46e105de]:focus, .btn--secondary[data-v-46e105de]:hover {
    background-color: #5b5b5b
}

.btn--secondary.active[data-v-46e105de] {
    background-color: #747474
}

.btn--secondary.active[data-v-46e105de], .btn--secondary[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 45.5%, .5)
}

.btn--secondary--outline[data-v-46e105de] {
    background-color: hsla(0, 0%, 45.5%, .05);
    border: 1px solid #747474;
    color: #747474
}

.btn--secondary--outline.active[data-v-46e105de], .btn--secondary--outline[data-v-46e105de]:focus, .btn--secondary--outline[data-v-46e105de]:hover {
    background-color: #747474;
    color: #fff
}

.btn--secondary--outline.active[data-v-46e105de], .btn--secondary--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 45.5%, .5)
}

.btn--third[data-v-46e105de] {
    background-color: #ccc
}

.btn--third[data-v-46e105de]:focus, .btn--third[data-v-46e105de]:hover {
    background-color: #b3b3b3
}

.btn--third.active[data-v-46e105de] {
    background-color: #ccc
}

.btn--third.active[data-v-46e105de], .btn--third[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--third--outline[data-v-46e105de] {
    background-color: hsla(0, 0%, 80%, .05);
    border: 1px solid #ccc;
    color: #ccc
}

.btn--third--outline.active[data-v-46e105de], .btn--third--outline[data-v-46e105de]:focus, .btn--third--outline[data-v-46e105de]:hover {
    background-color: #ccc;
    color: #fff
}

.btn--third--outline.active[data-v-46e105de], .btn--third--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--success[data-v-46e105de] {
    background-color: #9acd32
}

.btn--success[data-v-46e105de]:focus, .btn--success[data-v-46e105de]:hover {
    background-color: #7ba428
}

.btn--success.active[data-v-46e105de] {
    background-color: #9acd32
}

.btn--success.active[data-v-46e105de], .btn--success[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(154, 205, 50, .5)
}

.btn--success--outline[data-v-46e105de] {
    background-color: rgba(154, 205, 50, .05);
    border: 1px solid #9acd32;
    color: #9acd32
}

.btn--success--outline.active[data-v-46e105de], .btn--success--outline[data-v-46e105de]:focus, .btn--success--outline[data-v-46e105de]:hover {
    background-color: #9acd32;
    color: #fff
}

.btn--success--outline.active[data-v-46e105de], .btn--success--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(154, 205, 50, .5)
}

.btn--danger[data-v-46e105de] {
    background-color: #ff4500
}

.btn--danger[data-v-46e105de]:focus, .btn--danger[data-v-46e105de]:hover {
    background-color: #cc3700
}

.btn--danger.active[data-v-46e105de] {
    background-color: #ff4500
}

.btn--danger.active[data-v-46e105de], .btn--danger[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 69, 0, .5)
}

.btn--danger--outline[data-v-46e105de] {
    background-color: rgba(255, 69, 0, .05);
    border: 1px solid #ff4500;
    color: #ff4500
}

.btn--danger--outline.active[data-v-46e105de], .btn--danger--outline[data-v-46e105de]:focus, .btn--danger--outline[data-v-46e105de]:hover {
    background-color: #ff4500;
    color: #fff
}

.btn--danger--outline.active[data-v-46e105de], .btn--danger--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 69, 0, .5)
}

.btn--grey[data-v-46e105de] {
    background-color: #999
}

.btn--grey[data-v-46e105de]:focus, .btn--grey[data-v-46e105de]:hover {
    background-color: grey
}

.btn--grey.active[data-v-46e105de] {
    background-color: #999
}

.btn--grey.active[data-v-46e105de], .btn--grey[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 60%, .5)
}

.btn--grey--outline[data-v-46e105de] {
    background-color: hsla(0, 0%, 60%, .05);
    border: 1px solid #999;
    color: #999
}

.btn--grey--outline.active[data-v-46e105de], .btn--grey--outline[data-v-46e105de]:focus, .btn--grey--outline[data-v-46e105de]:hover {
    background-color: #999;
    color: #fff
}

.btn--grey--outline.active[data-v-46e105de], .btn--grey--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 60%, .5)
}

.btn--info[data-v-46e105de] {
    background-color: #17a2b8
}

.btn--info[data-v-46e105de]:focus, .btn--info[data-v-46e105de]:hover {
    background-color: #117a8b
}

.btn--info.active[data-v-46e105de] {
    background-color: #17a2b8
}

.btn--info.active[data-v-46e105de], .btn--info[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(23, 162, 184, .5)
}

.btn--info--outline[data-v-46e105de] {
    background-color: rgba(23, 162, 184, .05);
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.btn--info--outline.active[data-v-46e105de], .btn--info--outline[data-v-46e105de]:focus, .btn--info--outline[data-v-46e105de]:hover {
    background-color: #17a2b8;
    color: #fff
}

.btn--info--outline.active[data-v-46e105de], .btn--info--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(23, 162, 184, .5)
}

.btn--warning[data-v-46e105de] {
    background-color: #ffa300
}

.btn--warning[data-v-46e105de]:focus, .btn--warning[data-v-46e105de]:hover {
    background-color: #cc8200
}

.btn--warning.active[data-v-46e105de] {
    background-color: #ffa300
}

.btn--warning.active[data-v-46e105de], .btn--warning[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 163, 0, .5)
}

.btn--warning--outline[data-v-46e105de] {
    background-color: rgba(255, 163, 0, .05);
    border: 1px solid #ffa300;
    color: #ffa300
}

.btn--warning--outline.active[data-v-46e105de], .btn--warning--outline[data-v-46e105de]:focus, .btn--warning--outline[data-v-46e105de]:hover {
    background-color: #ffa300;
    color: #fff
}

.btn--warning--outline.active[data-v-46e105de], .btn--warning--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 163, 0, .5)
}

.btn--light[data-v-46e105de] {
    background-color: #f5f5f5
}

.btn--light[data-v-46e105de]:focus, .btn--light[data-v-46e105de]:hover {
    background-color: #dcdcdc
}

.btn--light.active[data-v-46e105de] {
    background-color: #f5f5f5
}

.btn--light.active[data-v-46e105de], .btn--light[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 96.1%, .5)
}

.btn--light--outline[data-v-46e105de] {
    background-color: hsla(0, 0%, 96.1%, .05);
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.btn--light--outline.active[data-v-46e105de], .btn--light--outline[data-v-46e105de]:focus, .btn--light--outline[data-v-46e105de]:hover {
    background-color: #f5f5f5;
    color: #fff
}

.btn--light--outline.active[data-v-46e105de], .btn--light--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 96.1%, .5)
}

.btn--dark[data-v-46e105de] {
    background-color: #24292e
}

.btn--dark[data-v-46e105de]:focus, .btn--dark[data-v-46e105de]:hover {
    background-color: #0e1011
}

.btn--dark.active[data-v-46e105de] {
    background-color: #24292e
}

.btn--dark.active[data-v-46e105de], .btn--dark[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(36, 41, 46, .5)
}

.btn--dark--outline[data-v-46e105de] {
    background-color: rgba(36, 41, 46, .05);
    border: 1px solid #24292e;
    color: #24292e
}

.btn--dark--outline.active[data-v-46e105de], .btn--dark--outline[data-v-46e105de]:focus, .btn--dark--outline[data-v-46e105de]:hover {
    background-color: #24292e;
    color: #fff
}

.btn--dark--outline.active[data-v-46e105de], .btn--dark--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(36, 41, 46, .5)
}

.btn--default[data-v-46e105de] {
    background-color: #ccc
}

.btn--default[data-v-46e105de]:focus, .btn--default[data-v-46e105de]:hover {
    background-color: #b3b3b3
}

.btn--default.active[data-v-46e105de] {
    background-color: #ccc
}

.btn--default.active[data-v-46e105de], .btn--default[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--default--outline[data-v-46e105de] {
    background-color: hsla(0, 0%, 80%, .05);
    border: 1px solid #ccc;
    color: #ccc
}

.btn--default--outline.active[data-v-46e105de], .btn--default--outline[data-v-46e105de]:focus, .btn--default--outline[data-v-46e105de]:hover {
    background-color: #ccc;
    color: #fff
}

.btn--default--outline.active[data-v-46e105de], .btn--default--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--white[data-v-46e105de] {
    background-color: #fff
}

.btn--white[data-v-46e105de]:focus, .btn--white[data-v-46e105de]:hover {
    background-color: #e6e6e6
}

.btn--white.active[data-v-46e105de] {
    background-color: #fff
}

.btn--white.active[data-v-46e105de], .btn--white[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 100%, .5)
}

.btn--white--outline[data-v-46e105de] {
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid #fff;
    color: #fff
}

.btn--white--outline.active[data-v-46e105de], .btn--white--outline[data-v-46e105de]:focus, .btn--white--outline[data-v-46e105de]:hover {
    background-color: #fff;
    color: #fff
}

.btn--white--outline.active[data-v-46e105de], .btn--white--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 100%, .5)
}

.btn--black.active[data-v-46e105de], .btn--black[data-v-46e105de], .btn--black[data-v-46e105de]:focus, .btn--black[data-v-46e105de]:hover {
    background-color: #000
}

.btn--black.active[data-v-46e105de], .btn--black[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(0, 0, 0, .5)
}

.btn--black--outline[data-v-46e105de] {
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid #000;
    color: #000
}

.btn--black--outline.active[data-v-46e105de], .btn--black--outline[data-v-46e105de]:focus, .btn--black--outline[data-v-46e105de]:hover {
    background-color: #000;
    color: #fff
}

.btn--black--outline.active[data-v-46e105de], .btn--black--outline[data-v-46e105de]:focus {
    box-shadow: 0 0 0 .143rem rgba(0, 0, 0, .5)
}

.btn--default--outline[data-v-46e105de] {
    color: #747474
}

.btn--disabled[data-v-46e105de]:disabled {
    box-shadow: none;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    cursor: not-allowed
}

.badge[data-v-46e105de] {
    background: #999;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    padding: 0 5px;
    font-size: .857em;
    color: #888;
    font-weight: 500
}

.badge-primary[data-v-46e105de] {
    background-color: #1e90ff;
    color: #fff
}

.badge-secondary[data-v-46e105de] {
    background-color: #747474;
    color: #fff
}

.badge-third[data-v-46e105de] {
    background-color: #ccc;
    color: #fff
}

.badge-success[data-v-46e105de] {
    background-color: #9acd32;
    color: #fff
}

.badge-danger[data-v-46e105de] {
    background-color: #ff4500;
    color: #fff
}

.badge-grey[data-v-46e105de] {
    background-color: #999;
    color: #fff
}

.badge-info[data-v-46e105de] {
    background-color: #17a2b8;
    color: #fff
}

.badge-warning[data-v-46e105de] {
    background-color: #ffa300;
    color: #fff
}

.badge-light[data-v-46e105de] {
    background-color: #f5f5f5;
    color: #fff
}

.badge-dark[data-v-46e105de] {
    background-color: #24292e;
    color: #fff
}

.badge-default[data-v-46e105de] {
    background-color: #ccc;
    color: #fff
}

.badge-white[data-v-46e105de] {
    background-color: #fff;
    color: #fff
}

.badge-black[data-v-46e105de] {
    background-color: #000;
    color: #fff
}

table.md[data-v-46e105de] {
    border-spacing: 0;
    border-radius: 8px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1em;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

table.md tr[data-v-46e105de] {
    background-color: #fff;
    width: 100%
}

table.md tr td[data-v-46e105de], table.md tr th[data-v-46e105de] {
    padding: 6px 13px;
    text-align: left
}

table.md tr[data-v-46e105de]:nth-child(2n) {
    background-color: #f2f2f2
}

.is-dark table.md[data-v-46e105de] {
    color: #f2f2f2
}

.is-dark table.md tr[data-v-46e105de] {
    background-color: #21222e
}

.is-dark table.md tr[data-v-46e105de]:nth-child(2n) {
    background-color: #2e2f40
}

.is-dark table.md tr td.text-muted[data-v-46e105de] {
    color: hsla(0, 0%, 100%, .3)
}

.slide-enter-active[data-v-46e105de], .slide-leave-active[data-v-46e105de] {
    opacity: 1;
    z-index: 998;
    transition: all .3s;
    transform: translateY(0)
}

.slide-enter[data-v-46e105de], .slide-leave-to[data-v-46e105de] {
    opacity: 0;
    z-index: 998;
    transform: translateY(-20px)
}

.tags-enter-active[data-v-46e105de], .tags-leave-active[data-v-46e105de] {
    opacity: 1;
    transition: all .3s;
    position: absolute;
    transform: translateY(0)
}

.tags-enter[data-v-46e105de], .tags-leave-to[data-v-46e105de] {
    opacity: 0;
    transform: translateX(-100%)
}

.slideinvert-enter-active[data-v-46e105de], .slideinvert-leave-active[data-v-46e105de] {
    opacity: 1;
    z-index: 998;
    transition: all .3s;
    transform: translateY(0)
}

.slideinvert-enter[data-v-46e105de], .slideinvert-leave-to[data-v-46e105de] {
    opacity: 0;
    z-index: 998;
    transform: translateY(40px)
}

.slidenext-enter-active[data-v-46e105de], .slidenext-leave-active[data-v-46e105de], .slideprev-enter-active[data-v-46e105de], .slideprev-leave-active[data-v-46e105de] {
    position: absolute;
    transition: all .3s
}

.slidenext-enter[data-v-46e105de], .slideprev-leave-to[data-v-46e105de] {
    transform: translateX(100%)
}

.slidenext-leave-to[data-v-46e105de], .slideprev-enter[data-v-46e105de] {
    transform: translateX(-100%)
}

.slidevnext-enter-active[data-v-46e105de], .slidevnext-leave-active[data-v-46e105de], .slidevprev-enter-active[data-v-46e105de], .slidevprev-leave-active[data-v-46e105de] {
    position: absolute;
    transition: all .3s
}

.slidevnext-enter[data-v-46e105de], .slidevprev-leave-to[data-v-46e105de] {
    transform: translateY(100%);
    opacity: 0
}

.slidevnext-leave-to[data-v-46e105de], .slidevprev-enter[data-v-46e105de] {
    transform: translateY(-100%);
    opacity: 0
}

@media screen and (max-width:415px) {
    .slide-enter-active[data-v-46e105de], .slide-leave-active[data-v-46e105de], .slideinvert-enter-active[data-v-46e105de], .slideinvert-leave-active[data-v-46e105de] {
        transition: all 0s
    }
}

.spinner-anim[data-v-46e105de] {
    animation: spin-data-v-46e105de .6s linear infinite
}

@keyframes spin-data-v-46e105de {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dialog-fade-enter-active .dialog-animation[data-v-46e105de] {
    animation: dialog-fade-in-data-v-46e105de .4s
}

.dialog-fade-leave-active .dialog-animation[data-v-46e105de] {
    animation: dialog-fade-out-data-v-46e105de .4s
}

@keyframes dialog-fade-in-data-v-46e105de {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-out-data-v-46e105de {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -30px, 0);
        opacity: 0
    }
}

.expand-enter-active[data-v-46e105de], .expand-leave-active[data-v-46e105de] {
    transition: .3s ease-in-out;
    transition-property: opacity, height;
    overflow: hidden
}

.expand-enter[data-v-46e105de], .expand-leave-to[data-v-46e105de] {
    height: 0;
    opacity: 0
}

.scale-enter-active[data-v-46e105de], .scale-leave-active[data-v-46e105de] {
    opacity: 1;
    z-index: 1;
    transition: all .3s cubic-bezier(.4, .52, .26, .9)
}

.scale-enter[data-v-46e105de], .scale-leave-to[data-v-46e105de] {
    opacity: .4;
    z-index: 1;
    transform: scale(0)
}

@keyframes loading-data-v-46e105de {
    0% {
        left: -200px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.flip-list-move[data-v-46e105de] {
    transition: transform .6s
}

.over-hid[data-v-46e105de] {
    overflow: hidden
}

.pos-r[data-v-46e105de] {
    position: relative
}

.pos-a[data-v-46e105de] {
    position: absolute
}

.flex[data-v-46e105de] {
    display: flex
}

.flex.fluid[data-v-46e105de] {
    width: 100%
}

.flex.direction-column[data-v-46e105de] {
    flex-direction: column
}

.flex.direction-column-reverse[data-v-46e105de] {
    flex-direction: column-reverse
}

.flex.direction-row[data-v-46e105de] {
    flex-direction: row
}

.flex.direction-row-reverse[data-v-46e105de] {
    flex-direction: row-reverse
}

.flex.align-center[data-v-46e105de] {
    align-items: center
}

.flex.align-start[data-v-46e105de] {
    align-items: flex-start
}

.flex.align-end[data-v-46e105de] {
    align-items: flex-end
}

.flex.justify-start[data-v-46e105de] {
    justify-content: flex-start
}

.flex.justify-end[data-v-46e105de] {
    justify-content: flex-end
}

.flex.justify-center[data-v-46e105de] {
    justify-content: center
}

.flex.space-between[data-v-46e105de] {
    justify-content: space-between
}

.flex.space-around[data-v-46e105de] {
    justify-content: space-around
}

.flex.flex-center[data-v-46e105de] {
    justify-content: center;
    align-items: center
}

.flex.flex--wrap[data-v-46e105de] {
    flex-wrap: wrap
}

.flex.flex--grow[data-v-46e105de] {
    flex-grow: 1
}

.flex-fill[data-v-46e105de] {
    flex: 0 1 auto
}

.flex-fixed[data-v-46e105de] {
    flex: 0 0 auto
}

.flex-1[data-v-46e105de] {
    flex: 1
}

.flex-100[data-v-46e105de] {
    flex: 0 1 100%
}

.flex-75[data-v-46e105de] {
    flex: 0 1 75%
}

.flex-50[data-v-46e105de] {
    flex: 0 1 50%
}

.flex-33[data-v-46e105de] {
    flex: 0 1 33.33%
}

.flex-25[data-v-46e105de] {
    flex: 0 1 25%
}

.flex-20[data-v-46e105de] {
    flex: 0 1 20%
}

.flex-16[data-v-46e105de] {
    flex: 0 1 16.66%
}

.text-muted-white[data-v-46e105de] {
    color: hsla(0, 0%, 100%, .54)
}

.text-muted[data-v-46e105de] {
    color: rgba(0, 0, 0, .54)
}

.is-dark .text-muted[data-v-46e105de] {
    color: hsla(0, 0%, 100%, .54)
}

.text-strong[data-v-46e105de] {
    font-weight: 500
}

.text-center[data-v-46e105de] {
    text-align: center
}

.text-left[data-v-46e105de] {
    text-align: left
}

.text-right[data-v-46e105de] {
    text-align: right
}

.text-primary[data-v-46e105de] {
    color: #1e90ff
}

.text-secondary[data-v-46e105de] {
    color: #747474
}

.text-third[data-v-46e105de] {
    color: #ccc
}

.text-success[data-v-46e105de] {
    color: #9acd32
}

.text-danger[data-v-46e105de] {
    color: #ff4500
}

.text-grey[data-v-46e105de] {
    color: #999
}

.text-info[data-v-46e105de] {
    color: #17a2b8
}

.text-warning[data-v-46e105de] {
    color: #ffa300
}

.text-light[data-v-46e105de] {
    color: #f5f5f5
}

.text-dark[data-v-46e105de] {
    color: #24292e
}

.text-default[data-v-46e105de] {
    color: #ccc
}

.text-white[data-v-46e105de] {
    color: #fff
}

.text-black[data-v-46e105de] {
    color: #000
}

.dots-text[data-v-46e105de] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dots-text-3[data-v-46e105de] {
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 3.9em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.dots-text-3[data-v-46e105de]:before {
    content: "...";
    position: absolute;
    right: 3px;
    bottom: 2px
}

.dots-text-3[data-v-46e105de]:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

.dots-text-2[data-v-46e105de] {
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 2.6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.dots-text-2[data-v-46e105de]:before {
    content: "...";
    position: absolute;
    right: 3px;
    bottom: 2px
}

.dots-text-2[data-v-46e105de]:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

.container[data-v-46e105de] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:768px) {
    .container[data-v-46e105de] {
        max-width: 100%
    }
}

@media(min-width:768px) {
    .container[data-v-46e105de] {
        max-width: 768px
    }
}

@media(min-width:1024px) {
    .container[data-v-46e105de] {
        max-width: 1024px
    }
}

@media(min-width:1440px) {
    .container[data-v-46e105de] {
        max-width: 1440px
    }
}

@media(min-width:2560px) {
    .container[data-v-46e105de] {
        max-width: 2560px
    }
}

.pr-0[data-v-46e105de] {
    padding-right: 0
}

.pt-0[data-v-46e105de] {
    padding-top: 0
}

.pb-0[data-v-46e105de] {
    padding-bottom: 0
}

.pl-0[data-v-46e105de] {
    padding-left: 0
}

.px-0[data-v-46e105de] {
    padding-left: 0;
    padding-right: 0
}

.py-0[data-v-46e105de] {
    padding-top: 0;
    padding-bottom: 0
}

.p-0[data-v-46e105de] {
    padding: 0
}

.pr-1[data-v-46e105de] {
    padding-right: .25rem
}

.pt-1[data-v-46e105de] {
    padding-top: .25rem
}

.pb-1[data-v-46e105de] {
    padding-bottom: .25rem
}

.pl-1[data-v-46e105de] {
    padding-left: .25rem
}

.px-1[data-v-46e105de] {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-1[data-v-46e105de] {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.p-1[data-v-46e105de] {
    padding: .25rem
}

.pr-2[data-v-46e105de] {
    padding-right: .5rem
}

.pt-2[data-v-46e105de] {
    padding-top: .5rem
}

.pb-2[data-v-46e105de] {
    padding-bottom: .5rem
}

.pl-2[data-v-46e105de] {
    padding-left: .5rem
}

.px-2[data-v-46e105de] {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-2[data-v-46e105de] {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.p-2[data-v-46e105de] {
    padding: .5rem
}

.pr-3[data-v-46e105de] {
    padding-right: 1rem
}

.pt-3[data-v-46e105de] {
    padding-top: 1rem
}

.pb-3[data-v-46e105de] {
    padding-bottom: 1rem
}

.pl-3[data-v-46e105de] {
    padding-left: 1rem
}

.px-3[data-v-46e105de] {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-3[data-v-46e105de] {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.p-3[data-v-46e105de] {
    padding: 1rem
}

.pr-4[data-v-46e105de] {
    padding-right: 1.5rem
}

.pt-4[data-v-46e105de] {
    padding-top: 1.5rem
}

.pb-4[data-v-46e105de] {
    padding-bottom: 1.5rem
}

.pl-4[data-v-46e105de] {
    padding-left: 1.5rem
}

.px-4[data-v-46e105de] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-4[data-v-46e105de] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.p-4[data-v-46e105de] {
    padding: 1.5rem
}

.pr-5[data-v-46e105de] {
    padding-right: 3rem
}

.pt-5[data-v-46e105de] {
    padding-top: 3rem
}

.pb-5[data-v-46e105de] {
    padding-bottom: 3rem
}

.pl-5[data-v-46e105de] {
    padding-left: 3rem
}

.px-5[data-v-46e105de] {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-5[data-v-46e105de] {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.p-5[data-v-46e105de] {
    padding: 3rem
}

.mr-0[data-v-46e105de] {
    margin-right: 0
}

.mt-0[data-v-46e105de] {
    margin-top: 0
}

.mb-0[data-v-46e105de] {
    margin-bottom: 0
}

.ml-0[data-v-46e105de] {
    margin-left: 0
}

.mx-0[data-v-46e105de] {
    margin-left: 0;
    margin-right: 0
}

.my-0[data-v-46e105de] {
    margin-top: 0;
    margin-bottom: 0
}

.m-0[data-v-46e105de] {
    margin: 0
}

.mr-1[data-v-46e105de] {
    margin-right: .25rem
}

.mt-1[data-v-46e105de] {
    margin-top: .25rem
}

.mb-1[data-v-46e105de] {
    margin-bottom: .25rem
}

.ml-1[data-v-46e105de] {
    margin-left: .25rem
}

.mx-1[data-v-46e105de] {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-1[data-v-46e105de] {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.m-1[data-v-46e105de] {
    margin: .25rem
}

.mr-2[data-v-46e105de] {
    margin-right: .5rem
}

.mt-2[data-v-46e105de] {
    margin-top: .5rem
}

.mb-2[data-v-46e105de] {
    margin-bottom: .5rem
}

.ml-2[data-v-46e105de] {
    margin-left: .5rem
}

.mx-2[data-v-46e105de] {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-2[data-v-46e105de] {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.m-2[data-v-46e105de] {
    margin: .5rem
}

.mr-3[data-v-46e105de] {
    margin-right: 1rem
}

.mt-3[data-v-46e105de] {
    margin-top: 1rem
}

.mb-3[data-v-46e105de] {
    margin-bottom: 1rem
}

.ml-3[data-v-46e105de] {
    margin-left: 1rem
}

.mx-3[data-v-46e105de] {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-3[data-v-46e105de] {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.m-3[data-v-46e105de] {
    margin: 1rem
}

.mr-4[data-v-46e105de] {
    margin-right: 1.5rem
}

.mt-4[data-v-46e105de] {
    margin-top: 1.5rem
}

.mb-4[data-v-46e105de] {
    margin-bottom: 1.5rem
}

.ml-4[data-v-46e105de] {
    margin-left: 1.5rem
}

.mx-4[data-v-46e105de] {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.my-4[data-v-46e105de] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.m-4[data-v-46e105de] {
    margin: 1.5rem
}

.mr-5[data-v-46e105de] {
    margin-right: 3rem
}

.mt-5[data-v-46e105de] {
    margin-top: 3rem
}

.mb-5[data-v-46e105de] {
    margin-bottom: 3rem
}

.ml-5[data-v-46e105de] {
    margin-left: 3rem
}

.mx-5[data-v-46e105de] {
    margin-left: 3rem;
    margin-right: 3rem
}

.my-5[data-v-46e105de] {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.m-5[data-v-46e105de] {
    margin: 3rem
}

.h-100[data-v-46e105de] {
    height: 100%
}

.mh-100[data-v-46e105de] {
    max-height: 100%
}

.w-100[data-v-46e105de] {
    width: 100%
}

.mw-100[data-v-46e105de] {
    max-width: 100%
}

.m-h-0[data-v-46e105de] {
    min-height: 0
}

.m-h-100[data-v-46e105de] {
    min-height: 100%
}

.m-w-0[data-v-46e105de] {
    min-width: 0
}

.m-w-100[data-v-46e105de] {
    min-width: 100%
}

.br-0[data-v-46e105de] {
    border-radius: 0
}

.brt-0[data-v-46e105de] {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.brb-0[data-v-46e105de] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.br-2[data-v-46e105de] {
    border-radius: 2px
}

.brt-2[data-v-46e105de] {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.brb-2[data-v-46e105de] {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.br-4[data-v-46e105de] {
    border-radius: 4px
}

.brt-4[data-v-46e105de] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.brb-4[data-v-46e105de] {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.br-8[data-v-46e105de] {
    border-radius: 8px
}

.brt-8[data-v-46e105de] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.brb-8[data-v-46e105de] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.fs-12[data-v-46e105de] {
    font-size: 12px
}

.fs-14[data-v-46e105de] {
    font-size: 14px
}

.fs-16[data-v-46e105de] {
    font-size: 16px
}

.fs-18[data-v-46e105de] {
    font-size: 18px
}

.fs-20[data-v-46e105de] {
    font-size: 20px
}

.fs-22[data-v-46e105de] {
    font-size: 22px
}

.fs-26[data-v-46e105de] {
    font-size: 26px
}

.fw-300[data-v-46e105de] {
    font-weight: 300
}

.fw-400[data-v-46e105de] {
    font-weight: 400
}

.fw-500[data-v-46e105de] {
    font-weight: 500
}

@media only screen and (max-width:2560px) {
    .hidden-4k[data-v-46e105de] {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .hidden-laptop[data-v-46e105de] {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .hidden-laptop-s[data-v-46e105de] {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .hidden-tablet[data-v-46e105de] {
        display: none
    }
}

@media only screen and (max-width:425px) {
    .hidden-mobile[data-v-46e105de] {
        display: none
    }
}

@media only screen and (max-width:375px) {
    .hidden-mobile-m[data-v-46e105de] {
        display: none
    }
}

@media only screen and (max-width:320px) {
    .hidden-mobile-s[data-v-46e105de] {
        display: none
    }
}

.show-4k[data-v-46e105de] {
    display: none
}

@media only screen and (max-width:2560px) {
    .show-4k[data-v-46e105de] {
        display: inherit
    }
}

.show-laptop[data-v-46e105de] {
    display: none
}

@media only screen and (max-width:1440px) {
    .show-laptop[data-v-46e105de] {
        display: inherit
    }
}

.show-laptop-s[data-v-46e105de] {
    display: none
}

@media only screen and (max-width:1024px) {
    .show-laptop-s[data-v-46e105de] {
        display: inherit
    }
}

.show-tablet[data-v-46e105de] {
    display: none
}

@media only screen and (max-width:768px) {
    .show-tablet[data-v-46e105de] {
        display: inherit
    }
}

.show-mobile[data-v-46e105de] {
    display: none
}

@media only screen and (max-width:425px) {
    .show-mobile[data-v-46e105de] {
        display: inherit
    }
}

.show-mobile-m[data-v-46e105de] {
    display: none
}

@media only screen and (max-width:375px) {
    .show-mobile-m[data-v-46e105de] {
        display: inherit
    }
}

.show-mobile-s[data-v-46e105de] {
    display: none
}

@media only screen and (max-width:320px) {
    .show-mobile-s[data-v-46e105de] {
        display: inherit
    }
}

[data-v-46e105de], [data-v-46e105de]:after, [data-v-46e105de]:before {
    box-sizing: border-box
}

blockquote[data-v-46e105de], body[data-v-46e105de], dd[data-v-46e105de], dl[data-v-46e105de], figure[data-v-46e105de], h1[data-v-46e105de], h2[data-v-46e105de], h3[data-v-46e105de], h4[data-v-46e105de], h5[data-v-46e105de], h6[data-v-46e105de], hr[data-v-46e105de], ol[data-v-46e105de], p[data-v-46e105de], pre[data-v-46e105de], ul[data-v-46e105de] {
    margin: 0;
    padding: 0
}

#app[data-v-46e105de], body[data-v-46e105de], button[data-v-46e105de], html[data-v-46e105de], input[data-v-46e105de] {
    font: 400 14px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1.5;
    -webkit-font-kerning: normal;
    font-feature-settings: "kern";
    font-kerning: normal
}

.country-selector[data-v-46e105de] {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    position: relative;
    height: 40px;
    min-height: 40px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.country-selector[data-v-46e105de]:hover {
    z-index: 1
}

.country-selector__label[data-v-46e105de] {
    position: absolute;
    top: 3px;
    cursor: pointer;
    left: 11px;
    transform: translateY(25%);
    opacity: 0;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    font-size: 11px;
    color: #747474
}

.country-selector__input[data-v-46e105de] {
    cursor: pointer;
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding-right: 22px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #ccc;
    font-size: 13px;
    z-index: 0;
    padding-left: 8px;
    color: #000
}

.country-selector__toggle[data-v-46e105de] {
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 24px
}

.country-selector__toggle__arrow[data-v-46e105de] {
    color: #747474
}

.country-selector__toggle__arrow path.arrow[data-v-46e105de] {
    fill: #747474
}

.country-selector__country-flag[data-v-46e105de] {
    margin: auto 0;
    position: absolute;
    top: 21px;
    left: 11px;
    z-index: 1;
    cursor: pointer
}

.country-selector__country-flag img[data-v-46e105de] {
    position: absolute
}

.country-selector__list[data-v-46e105de] {
    max-width: 100%;
    top: 100%;
    width: 100%;
    min-width: 230px;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    z-index: 9;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0
}

.country-selector__list.has-calling-code[data-v-46e105de] {
    min-width: 270px
}

.country-selector__list__item[data-v-46e105de] {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    border: 0;
    outline: none
}

.country-selector__list__item__flag-container[data-v-46e105de] {
    margin-right: 10px
}

.country-selector__list__item__calling-code[data-v-46e105de] {
    width: 45px;
    color: #747474
}

.country-selector__list__item.hover[data-v-46e105de], .country-selector__list__item.keyboard-selected[data-v-46e105de] {
    background-color: #f2f2f2
}

.country-selector__list__item.selected[data-v-46e105de] {
    color: #fff;
    font-weight: 600
}

.country-selector__list__item.selected .country-selector__list__item__calling-code[data-v-46e105de] {
    color: #fff
}

.country-selector.is-dark .country-selector__input[data-v-46e105de] {
    cursor: pointer;
    color: hsla(0, 0%, 100%, .7)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]::-moz-placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]::placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.country-selector.is-dark .country-selector__toggle__arrow[data-v-46e105de] {
    color: hsla(0, 0%, 100%, .7)
}

.country-selector.is-dark .country-selector__toggle__arrow path.arrow[data-v-46e105de] {
    fill: hsla(0, 0%, 100%, .7)
}

.country-selector.is-dark .country-selector__list__item[data-v-46e105de] {
    color: #f2f2f2
}

.country-selector.is-dark .country-selector__list__item.keyboard-selected[data-v-46e105de], .country-selector.is-dark .country-selector__list__item[data-v-46e105de]:hover {
    background-color: #43455e
}

.country-selector.is-dark .country-selector__list__calling-code[data-v-46e105de] {
    color: hsla(0, 0%, 100%, .3)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de], .country-selector.is-dark .country-selector__list[data-v-46e105de] {
    color: hsla(0, 0%, 100%, .7)
}

.country-selector.has-list-open[data-v-46e105de] {
    z-index: 1
}

.country-selector.has-list-open .country-selector__toggle[data-v-46e105de] {
    transform: rotate(180deg)
}

.country-selector.is-focused[data-v-46e105de] {
    z-index: 1
}

.country-selector.has-error .country-selector__input[data-v-46e105de] {
    border-color: #ff4500
}

.country-selector.has-error .country-selector__label[data-v-46e105de] {
    color: #ff4500
}

.country-selector.has-value .country-selector__input[data-v-46e105de] {
    padding-left: 40px
}

.country-selector.has-hint .country-selector__label[data-v-46e105de], .country-selector.has-value .country-selector__label[data-v-46e105de] {
    opacity: 1;
    transform: translateY(0);
    font-size: 11px
}

.country-selector.has-hint .country-selector__input[data-v-46e105de], .country-selector.has-value .country-selector__input[data-v-46e105de] {
    padding-top: 14px
}

.country-selector.is-disabled .country-selector[data-v-46e105de] {
    cursor: not-allowed
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de] {
    border-color: #ccc;
    background-color: #f2f2f2;
    color: #ccc
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]::-moz-placeholder {
    color: #ccc
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]::placeholder {
    color: #ccc
}

.country-selector.is-disabled .country-selector__country-flag>div[data-v-46e105de], .country-selector.is-disabled .country-selector__country-flag[data-v-46e105de], .country-selector.is-disabled .country-selector__input[data-v-46e105de], .country-selector.is-disabled .country-selector__label[data-v-46e105de], .country-selector.is-disabled .country-selector__toggle__arrow[data-v-46e105de] {
    cursor: not-allowed;
    color: #ccc
}

.country-selector.no-flags .country-selector__input[data-v-46e105de] {
    padding-left: 10px
}

.country-selector.sm[data-v-46e105de] {
    height: 36px;
    min-height: 36px
}

.country-selector.sm .country-selector__input[data-v-46e105de] {
    height: 36px;
    min-height: 36px;
    font-size: 12px
}

.country-selector.sm .country-selector__label[data-v-46e105de] {
    font-size: 10px
}

.country-selector.sm .country-selector__country-flag[data-v-46e105de] {
    top: 16px
}

.country-selector.sm .country-selector__country-flag img[data-v-46e105de] {
    zoom: .3;
    color: red;
    -moz-transform: scale(.3);
    -moz-transform-origin: 0 0
}

.country-selector.sm.has-value .country-selector__input[data-v-46e105de] {
    padding-top: 12px
}

.country-selector.lg[data-v-46e105de] {
    height: 48px;
    min-height: 48px
}

.country-selector.lg .country-selector__input[data-v-46e105de] {
    height: 48px;
    min-height: 48px;
    font-size: 14px
}

.country-selector.lg .country-selector__label[data-v-46e105de] {
    font-size: 14px
}

.country-selector.lg .country-selector__country-flag[data-v-46e105de] {
    top: 25px
}

.country-selector.lg .country-selector__country-flag img[data-v-46e105de] {
    zoom: .45;
    -moz-transform: scale(.45);
    -moz-transform-origin: 0 0
}

.country-selector.lg.has-value .country-selector__input[data-v-46e105de] {
    padding-top: 18px
}

.country-selector .slide-enter-active[data-v-46e105de], .country-selector .slide-leave-active[data-v-46e105de] {
    opacity: 1;
    z-index: 998;
    transition: all .3s;
    transform: translateY(0)
}

.country-selector .slide-enter[data-v-46e105de], .country-selector .slide-leave-to[data-v-46e105de] {
    opacity: 0;
    z-index: 998;
    transform: translateY(-20px)
}

.bg-primary-after[data-v-19351537]:after, .bg-primary-before[data-v-19351537]:before, .bg-primary[data-v-19351537] {
    background-color: #1e90ff
}

.bg-primary-after-transparency[data-v-19351537]:after, .bg-primary-before-transparency[data-v-19351537]:before, .bg-primary-transparency[data-v-19351537] {
    background-color: rgba(30, 144, 255, .5)
}

.bg-secondary-after[data-v-19351537]:after, .bg-secondary-before[data-v-19351537]:before, .bg-secondary[data-v-19351537] {
    background-color: #747474
}

.bg-secondary-after-transparency[data-v-19351537]:after, .bg-secondary-before-transparency[data-v-19351537]:before, .bg-secondary-transparency[data-v-19351537] {
    background-color: hsla(0, 0%, 45.5%, .5)
}

.bg-third-after[data-v-19351537]:after, .bg-third-before[data-v-19351537]:before, .bg-third[data-v-19351537] {
    background-color: #ccc
}

.bg-third-after-transparency[data-v-19351537]:after, .bg-third-before-transparency[data-v-19351537]:before, .bg-third-transparency[data-v-19351537] {
    background-color: hsla(0, 0%, 80%, .5)
}

.bg-success-after[data-v-19351537]:after, .bg-success-before[data-v-19351537]:before, .bg-success[data-v-19351537] {
    background-color: #9acd32
}

.bg-success-after-transparency[data-v-19351537]:after, .bg-success-before-transparency[data-v-19351537]:before, .bg-success-transparency[data-v-19351537] {
    background-color: rgba(154, 205, 50, .5)
}

.bg-danger-after[data-v-19351537]:after, .bg-danger-before[data-v-19351537]:before, .bg-danger[data-v-19351537] {
    background-color: #ff4500
}

.bg-danger-after-transparency[data-v-19351537]:after, .bg-danger-before-transparency[data-v-19351537]:before, .bg-danger-transparency[data-v-19351537] {
    background-color: rgba(255, 69, 0, .5)
}

.bg-grey-after[data-v-19351537]:after, .bg-grey-before[data-v-19351537]:before, .bg-grey[data-v-19351537] {
    background-color: #999
}

.bg-grey-after-transparency[data-v-19351537]:after, .bg-grey-before-transparency[data-v-19351537]:before, .bg-grey-transparency[data-v-19351537] {
    background-color: hsla(0, 0%, 60%, .5)
}

.bg-info-after[data-v-19351537]:after, .bg-info-before[data-v-19351537]:before, .bg-info[data-v-19351537] {
    background-color: #17a2b8
}

.bg-info-after-transparency[data-v-19351537]:after, .bg-info-before-transparency[data-v-19351537]:before, .bg-info-transparency[data-v-19351537] {
    background-color: rgba(23, 162, 184, .5)
}

.bg-warning-after[data-v-19351537]:after, .bg-warning-before[data-v-19351537]:before, .bg-warning[data-v-19351537] {
    background-color: #ffa300
}

.bg-warning-after-transparency[data-v-19351537]:after, .bg-warning-before-transparency[data-v-19351537]:before, .bg-warning-transparency[data-v-19351537] {
    background-color: rgba(255, 163, 0, .5)
}

.bg-light-after[data-v-19351537]:after, .bg-light-before[data-v-19351537]:before, .bg-light[data-v-19351537] {
    background-color: #f5f5f5
}

.bg-light-after-transparency[data-v-19351537]:after, .bg-light-before-transparency[data-v-19351537]:before, .bg-light-transparency[data-v-19351537] {
    background-color: hsla(0, 0%, 96.1%, .5)
}

.bg-dark-after[data-v-19351537]:after, .bg-dark-before[data-v-19351537]:before, .bg-dark[data-v-19351537] {
    background-color: #24292e
}

.bg-dark-after-transparency[data-v-19351537]:after, .bg-dark-before-transparency[data-v-19351537]:before, .bg-dark-transparency[data-v-19351537] {
    background-color: rgba(36, 41, 46, .5)
}

.bg-default-after[data-v-19351537]:after, .bg-default-before[data-v-19351537]:before, .bg-default[data-v-19351537] {
    background-color: #ccc
}

.bg-default-after-transparency[data-v-19351537]:after, .bg-default-before-transparency[data-v-19351537]:before, .bg-default-transparency[data-v-19351537] {
    background-color: hsla(0, 0%, 80%, .5)
}

.bg-white-after[data-v-19351537]:after, .bg-white-before[data-v-19351537]:before, .bg-white[data-v-19351537] {
    background-color: #fff
}

.bg-white-after-transparency[data-v-19351537]:after, .bg-white-before-transparency[data-v-19351537]:before, .bg-white-transparency[data-v-19351537] {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-black-after[data-v-19351537]:after, .bg-black-before[data-v-19351537]:before, .bg-black[data-v-19351537] {
    background-color: #000
}

.bg-black-after-transparency[data-v-19351537]:after, .bg-black-before-transparency[data-v-19351537]:before, .bg-black-transparency[data-v-19351537] {
    background-color: rgba(0, 0, 0, .5)
}

.fill-primary path[data-v-19351537] {
    fill: #1e90ff
}

.fill-secondary path[data-v-19351537] {
    fill: #747474
}

.fill-third path[data-v-19351537] {
    fill: #ccc
}

.fill-success path[data-v-19351537] {
    fill: #9acd32
}

.fill-danger path[data-v-19351537] {
    fill: #ff4500
}

.fill-grey path[data-v-19351537] {
    fill: #999
}

.fill-info path[data-v-19351537] {
    fill: #17a2b8
}

.fill-warning path[data-v-19351537] {
    fill: #ffa300
}

.fill-light path[data-v-19351537] {
    fill: #f5f5f5
}

.fill-dark path[data-v-19351537] {
    fill: #24292e
}

.fill-default path[data-v-19351537] {
    fill: #ccc
}

.fill-white path[data-v-19351537] {
    fill: #fff
}

.fill-black path[data-v-19351537] {
    fill: #000
}

.label[data-v-19351537] {
    border-radius: 2px;
    padding: 2px 4px;
    color: #fff;
    font-size: .714em
}

.label-primary[data-v-19351537], .label[data-v-19351537] {
    background-color: #1e90ff
}

.label-primary-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.label-secondary[data-v-19351537] {
    background-color: #747474
}

.label-secondary-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #747474;
    color: #747474
}

.label-third[data-v-19351537] {
    background-color: #ccc
}

.label-third-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.label-success[data-v-19351537] {
    background-color: #9acd32
}

.label-success-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #9acd32;
    color: #9acd32
}

.label-danger[data-v-19351537] {
    background-color: #ff4500
}

.label-danger-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ff4500;
    color: #ff4500
}

.label-grey[data-v-19351537] {
    background-color: #999
}

.label-grey-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #999;
    color: #999
}

.label-info[data-v-19351537] {
    background-color: #17a2b8
}

.label-info-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.label-warning[data-v-19351537] {
    background-color: #ffa300
}

.label-warning-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ffa300;
    color: #ffa300
}

.label-light[data-v-19351537] {
    background-color: #f5f5f5
}

.label-light-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.label-dark[data-v-19351537] {
    background-color: #24292e
}

.label-dark-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #24292e;
    color: #24292e
}

.label-default[data-v-19351537] {
    background-color: #ccc
}

.label-default-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.label-white[data-v-19351537] {
    background-color: #fff
}

.label-white-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.label-black[data-v-19351537] {
    background-color: #000
}

.label-black-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000
}

.dot[data-v-19351537] {
    width: 6px;
    height: 6px;
    border-radius: 6px
}

.dot-primary[data-v-19351537], .dot[data-v-19351537] {
    background-color: #1e90ff
}

.dot-primary-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.dot-secondary[data-v-19351537] {
    background-color: #747474
}

.dot-secondary-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #747474;
    color: #747474
}

.dot-third[data-v-19351537] {
    background-color: #ccc
}

.dot-third-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.dot-success[data-v-19351537] {
    background-color: #9acd32
}

.dot-success-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #9acd32;
    color: #9acd32
}

.dot-danger[data-v-19351537] {
    background-color: #ff4500
}

.dot-danger-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ff4500;
    color: #ff4500
}

.dot-grey[data-v-19351537] {
    background-color: #999
}

.dot-grey-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #999;
    color: #999
}

.dot-info[data-v-19351537] {
    background-color: #17a2b8
}

.dot-info-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.dot-warning[data-v-19351537] {
    background-color: #ffa300
}

.dot-warning-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ffa300;
    color: #ffa300
}

.dot-light[data-v-19351537] {
    background-color: #f5f5f5
}

.dot-light-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.dot-dark[data-v-19351537] {
    background-color: #24292e
}

.dot-dark-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #24292e;
    color: #24292e
}

.dot-default[data-v-19351537] {
    background-color: #ccc
}

.dot-default-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc
}

.dot-white[data-v-19351537] {
    background-color: #fff
}

.dot-white-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.dot-black[data-v-19351537] {
    background-color: #000
}

.dot-black-outline[data-v-19351537] {
    background-color: transparent;
    border: 1px solid #000;
    color: #000
}

a[data-v-19351537] {
    color: #1e90ff;
    -webkit-text-decoration: none;
    text-decoration: none
}

a[data-v-19351537]:focus, a[data-v-19351537]:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.btn[data-v-19351537] {
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #1e90ff;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    line-height: 1;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    overflow: visible;
    -webkit-font-smoothing: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    -moz-osx-font-smoothing: inherit
}

.btn[data-v-19351537]:focus, .btn[data-v-19351537]:hover {
    background-color: #0077ea
}

.btn.active[data-v-19351537] {
    background-color: #1e90ff
}

.btn.active[data-v-19351537], .btn[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn.active[data-v-19351537], .btn[data-v-19351537]:focus, .btn[data-v-19351537]:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.btn--rounded[data-v-19351537] {
    border-radius: 50px
}

.btn--block[data-v-19351537] {
    width: 100%
}

.btn--lg[data-v-19351537] {
    padding: 16px 22px;
    font-size: 1.143em
}

.btn--md[data-v-19351537] {
    padding: 10px 20px;
    font-size: 1em
}

.btn--sm[data-v-19351537] {
    padding: 9px 15px;
    font-size: .857em
}

.btn--mini[data-v-19351537] {
    padding: 7px 15px;
    font-size: .857em
}

.btn--fab[data-v-19351537] {
    border-radius: 50%;
    padding: 0;
    height: 40px;
    width: 40px
}

.btn--fab.btn--lg[data-v-19351537] {
    height: 50px;
    width: 50px
}

.btn--fab.btn--md[data-v-19351537] {
    height: 36px;
    width: 36px
}

.btn--fab.btn--sm[data-v-19351537] {
    height: 32px;
    width: 32px
}

.btn--fab.btn--mini[data-v-19351537] {
    height: 28px;
    width: 28px
}

.btn--light[data-v-19351537], .btn--white[data-v-19351537] {
    color: #747474
}

.btn--primary[data-v-19351537] {
    background-color: #1e90ff
}

.btn--primary[data-v-19351537]:focus, .btn--primary[data-v-19351537]:hover {
    background-color: #0077ea
}

.btn--primary.active[data-v-19351537] {
    background-color: #1e90ff
}

.btn--primary.active[data-v-19351537], .btn--primary[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn--primary--outline[data-v-19351537] {
    background-color: rgba(30, 144, 255, .05);
    border: 1px solid #1e90ff;
    color: #1e90ff
}

.btn--primary--outline.active[data-v-19351537], .btn--primary--outline[data-v-19351537]:focus, .btn--primary--outline[data-v-19351537]:hover {
    background-color: #1e90ff;
    color: #fff
}

.btn--primary--outline.active[data-v-19351537], .btn--primary--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(30, 144, 255, .5)
}

.btn--secondary[data-v-19351537] {
    background-color: #747474
}

.btn--secondary[data-v-19351537]:focus, .btn--secondary[data-v-19351537]:hover {
    background-color: #5b5b5b
}

.btn--secondary.active[data-v-19351537] {
    background-color: #747474
}

.btn--secondary.active[data-v-19351537], .btn--secondary[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 45.5%, .5)
}

.btn--secondary--outline[data-v-19351537] {
    background-color: hsla(0, 0%, 45.5%, .05);
    border: 1px solid #747474;
    color: #747474
}

.btn--secondary--outline.active[data-v-19351537], .btn--secondary--outline[data-v-19351537]:focus, .btn--secondary--outline[data-v-19351537]:hover {
    background-color: #747474;
    color: #fff
}

.btn--secondary--outline.active[data-v-19351537], .btn--secondary--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 45.5%, .5)
}

.btn--third[data-v-19351537] {
    background-color: #ccc
}

.btn--third[data-v-19351537]:focus, .btn--third[data-v-19351537]:hover {
    background-color: #b3b3b3
}

.btn--third.active[data-v-19351537] {
    background-color: #ccc
}

.btn--third.active[data-v-19351537], .btn--third[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--third--outline[data-v-19351537] {
    background-color: hsla(0, 0%, 80%, .05);
    border: 1px solid #ccc;
    color: #ccc
}

.btn--third--outline.active[data-v-19351537], .btn--third--outline[data-v-19351537]:focus, .btn--third--outline[data-v-19351537]:hover {
    background-color: #ccc;
    color: #fff
}

.btn--third--outline.active[data-v-19351537], .btn--third--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--success[data-v-19351537] {
    background-color: #9acd32
}

.btn--success[data-v-19351537]:focus, .btn--success[data-v-19351537]:hover {
    background-color: #7ba428
}

.btn--success.active[data-v-19351537] {
    background-color: #9acd32
}

.btn--success.active[data-v-19351537], .btn--success[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(154, 205, 50, .5)
}

.btn--success--outline[data-v-19351537] {
    background-color: rgba(154, 205, 50, .05);
    border: 1px solid #9acd32;
    color: #9acd32
}

.btn--success--outline.active[data-v-19351537], .btn--success--outline[data-v-19351537]:focus, .btn--success--outline[data-v-19351537]:hover {
    background-color: #9acd32;
    color: #fff
}

.btn--success--outline.active[data-v-19351537], .btn--success--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(154, 205, 50, .5)
}

.btn--danger[data-v-19351537] {
    background-color: #ff4500
}

.btn--danger[data-v-19351537]:focus, .btn--danger[data-v-19351537]:hover {
    background-color: #cc3700
}

.btn--danger.active[data-v-19351537] {
    background-color: #ff4500
}

.btn--danger.active[data-v-19351537], .btn--danger[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 69, 0, .5)
}

.btn--danger--outline[data-v-19351537] {
    background-color: rgba(255, 69, 0, .05);
    border: 1px solid #ff4500;
    color: #ff4500
}

.btn--danger--outline.active[data-v-19351537], .btn--danger--outline[data-v-19351537]:focus, .btn--danger--outline[data-v-19351537]:hover {
    background-color: #ff4500;
    color: #fff
}

.btn--danger--outline.active[data-v-19351537], .btn--danger--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 69, 0, .5)
}

.btn--grey[data-v-19351537] {
    background-color: #999
}

.btn--grey[data-v-19351537]:focus, .btn--grey[data-v-19351537]:hover {
    background-color: grey
}

.btn--grey.active[data-v-19351537] {
    background-color: #999
}

.btn--grey.active[data-v-19351537], .btn--grey[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 60%, .5)
}

.btn--grey--outline[data-v-19351537] {
    background-color: hsla(0, 0%, 60%, .05);
    border: 1px solid #999;
    color: #999
}

.btn--grey--outline.active[data-v-19351537], .btn--grey--outline[data-v-19351537]:focus, .btn--grey--outline[data-v-19351537]:hover {
    background-color: #999;
    color: #fff
}

.btn--grey--outline.active[data-v-19351537], .btn--grey--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 60%, .5)
}

.btn--info[data-v-19351537] {
    background-color: #17a2b8
}

.btn--info[data-v-19351537]:focus, .btn--info[data-v-19351537]:hover {
    background-color: #117a8b
}

.btn--info.active[data-v-19351537] {
    background-color: #17a2b8
}

.btn--info.active[data-v-19351537], .btn--info[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(23, 162, 184, .5)
}

.btn--info--outline[data-v-19351537] {
    background-color: rgba(23, 162, 184, .05);
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.btn--info--outline.active[data-v-19351537], .btn--info--outline[data-v-19351537]:focus, .btn--info--outline[data-v-19351537]:hover {
    background-color: #17a2b8;
    color: #fff
}

.btn--info--outline.active[data-v-19351537], .btn--info--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(23, 162, 184, .5)
}

.btn--warning[data-v-19351537] {
    background-color: #ffa300
}

.btn--warning[data-v-19351537]:focus, .btn--warning[data-v-19351537]:hover {
    background-color: #cc8200
}

.btn--warning.active[data-v-19351537] {
    background-color: #ffa300
}

.btn--warning.active[data-v-19351537], .btn--warning[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 163, 0, .5)
}

.btn--warning--outline[data-v-19351537] {
    background-color: rgba(255, 163, 0, .05);
    border: 1px solid #ffa300;
    color: #ffa300
}

.btn--warning--outline.active[data-v-19351537], .btn--warning--outline[data-v-19351537]:focus, .btn--warning--outline[data-v-19351537]:hover {
    background-color: #ffa300;
    color: #fff
}

.btn--warning--outline.active[data-v-19351537], .btn--warning--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(255, 163, 0, .5)
}

.btn--light[data-v-19351537] {
    background-color: #f5f5f5
}

.btn--light[data-v-19351537]:focus, .btn--light[data-v-19351537]:hover {
    background-color: #dcdcdc
}

.btn--light.active[data-v-19351537] {
    background-color: #f5f5f5
}

.btn--light.active[data-v-19351537], .btn--light[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 96.1%, .5)
}

.btn--light--outline[data-v-19351537] {
    background-color: hsla(0, 0%, 96.1%, .05);
    border: 1px solid #f5f5f5;
    color: #f5f5f5
}

.btn--light--outline.active[data-v-19351537], .btn--light--outline[data-v-19351537]:focus, .btn--light--outline[data-v-19351537]:hover {
    background-color: #f5f5f5;
    color: #fff
}

.btn--light--outline.active[data-v-19351537], .btn--light--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 96.1%, .5)
}

.btn--dark[data-v-19351537] {
    background-color: #24292e
}

.btn--dark[data-v-19351537]:focus, .btn--dark[data-v-19351537]:hover {
    background-color: #0e1011
}

.btn--dark.active[data-v-19351537] {
    background-color: #24292e
}

.btn--dark.active[data-v-19351537], .btn--dark[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(36, 41, 46, .5)
}

.btn--dark--outline[data-v-19351537] {
    background-color: rgba(36, 41, 46, .05);
    border: 1px solid #24292e;
    color: #24292e
}

.btn--dark--outline.active[data-v-19351537], .btn--dark--outline[data-v-19351537]:focus, .btn--dark--outline[data-v-19351537]:hover {
    background-color: #24292e;
    color: #fff
}

.btn--dark--outline.active[data-v-19351537], .btn--dark--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(36, 41, 46, .5)
}

.btn--default[data-v-19351537] {
    background-color: #ccc
}

.btn--default[data-v-19351537]:focus, .btn--default[data-v-19351537]:hover {
    background-color: #b3b3b3
}

.btn--default.active[data-v-19351537] {
    background-color: #ccc
}

.btn--default.active[data-v-19351537], .btn--default[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--default--outline[data-v-19351537] {
    background-color: hsla(0, 0%, 80%, .05);
    border: 1px solid #ccc;
    color: #ccc
}

.btn--default--outline.active[data-v-19351537], .btn--default--outline[data-v-19351537]:focus, .btn--default--outline[data-v-19351537]:hover {
    background-color: #ccc;
    color: #fff
}

.btn--default--outline.active[data-v-19351537], .btn--default--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 80%, .5)
}

.btn--white[data-v-19351537] {
    background-color: #fff
}

.btn--white[data-v-19351537]:focus, .btn--white[data-v-19351537]:hover {
    background-color: #e6e6e6
}

.btn--white.active[data-v-19351537] {
    background-color: #fff
}

.btn--white.active[data-v-19351537], .btn--white[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 100%, .5)
}

.btn--white--outline[data-v-19351537] {
    background-color: hsla(0, 0%, 100%, .05);
    border: 1px solid #fff;
    color: #fff
}

.btn--white--outline.active[data-v-19351537], .btn--white--outline[data-v-19351537]:focus, .btn--white--outline[data-v-19351537]:hover {
    background-color: #fff;
    color: #fff
}

.btn--white--outline.active[data-v-19351537], .btn--white--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem hsla(0, 0%, 100%, .5)
}

.btn--black.active[data-v-19351537], .btn--black[data-v-19351537], .btn--black[data-v-19351537]:focus, .btn--black[data-v-19351537]:hover {
    background-color: #000
}

.btn--black.active[data-v-19351537], .btn--black[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(0, 0, 0, .5)
}

.btn--black--outline[data-v-19351537] {
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid #000;
    color: #000
}

.btn--black--outline.active[data-v-19351537], .btn--black--outline[data-v-19351537]:focus, .btn--black--outline[data-v-19351537]:hover {
    background-color: #000;
    color: #fff
}

.btn--black--outline.active[data-v-19351537], .btn--black--outline[data-v-19351537]:focus {
    box-shadow: 0 0 0 .143rem rgba(0, 0, 0, .5)
}

.btn--default--outline[data-v-19351537] {
    color: #747474
}

.btn--disabled[data-v-19351537]:disabled {
    box-shadow: none;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    cursor: not-allowed
}

.badge[data-v-19351537] {
    background: #999;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    padding: 0 5px;
    font-size: .857em;
    color: #888;
    font-weight: 500
}

.badge-primary[data-v-19351537] {
    background-color: #1e90ff;
    color: #fff
}

.badge-secondary[data-v-19351537] {
    background-color: #747474;
    color: #fff
}

.badge-third[data-v-19351537] {
    background-color: #ccc;
    color: #fff
}

.badge-success[data-v-19351537] {
    background-color: #9acd32;
    color: #fff
}

.badge-danger[data-v-19351537] {
    background-color: #ff4500;
    color: #fff
}

.badge-grey[data-v-19351537] {
    background-color: #999;
    color: #fff
}

.badge-info[data-v-19351537] {
    background-color: #17a2b8;
    color: #fff
}

.badge-warning[data-v-19351537] {
    background-color: #ffa300;
    color: #fff
}

.badge-light[data-v-19351537] {
    background-color: #f5f5f5;
    color: #fff
}

.badge-dark[data-v-19351537] {
    background-color: #24292e;
    color: #fff
}

.badge-default[data-v-19351537] {
    background-color: #ccc;
    color: #fff
}

.badge-white[data-v-19351537] {
    background-color: #fff;
    color: #fff
}

.badge-black[data-v-19351537] {
    background-color: #000;
    color: #fff
}

table.md[data-v-19351537] {
    border-spacing: 0;
    border-radius: 8px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1em;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

table.md tr[data-v-19351537] {
    background-color: #fff;
    width: 100%
}

table.md tr td[data-v-19351537], table.md tr th[data-v-19351537] {
    padding: 6px 13px;
    text-align: left
}

table.md tr[data-v-19351537]:nth-child(2n) {
    background-color: #f2f2f2
}

.is-dark table.md[data-v-19351537] {
    color: #f2f2f2
}

.is-dark table.md tr[data-v-19351537] {
    background-color: #21222e
}

.is-dark table.md tr[data-v-19351537]:nth-child(2n) {
    background-color: #2e2f40
}

.is-dark table.md tr td.text-muted[data-v-19351537] {
    color: hsla(0, 0%, 100%, .3)
}

.slide-enter-active[data-v-19351537], .slide-leave-active[data-v-19351537] {
    opacity: 1;
    z-index: 998;
    transition: all .3s;
    transform: translateY(0)
}

.slide-enter[data-v-19351537], .slide-leave-to[data-v-19351537] {
    opacity: 0;
    z-index: 998;
    transform: translateY(-20px)
}

.tags-enter-active[data-v-19351537], .tags-leave-active[data-v-19351537] {
    opacity: 1;
    transition: all .3s;
    position: absolute;
    transform: translateY(0)
}

.tags-enter[data-v-19351537], .tags-leave-to[data-v-19351537] {
    opacity: 0;
    transform: translateX(-100%)
}

.slideinvert-enter-active[data-v-19351537], .slideinvert-leave-active[data-v-19351537] {
    opacity: 1;
    z-index: 998;
    transition: all .3s;
    transform: translateY(0)
}

.slideinvert-enter[data-v-19351537], .slideinvert-leave-to[data-v-19351537] {
    opacity: 0;
    z-index: 998;
    transform: translateY(40px)
}

.slidenext-enter-active[data-v-19351537], .slidenext-leave-active[data-v-19351537], .slideprev-enter-active[data-v-19351537], .slideprev-leave-active[data-v-19351537] {
    position: absolute;
    transition: all .3s
}

.slidenext-enter[data-v-19351537], .slideprev-leave-to[data-v-19351537] {
    transform: translateX(100%)
}

.slidenext-leave-to[data-v-19351537], .slideprev-enter[data-v-19351537] {
    transform: translateX(-100%)
}

.slidevnext-enter-active[data-v-19351537], .slidevnext-leave-active[data-v-19351537], .slidevprev-enter-active[data-v-19351537], .slidevprev-leave-active[data-v-19351537] {
    position: absolute;
    transition: all .3s
}

.slidevnext-enter[data-v-19351537], .slidevprev-leave-to[data-v-19351537] {
    transform: translateY(100%);
    opacity: 0
}

.slidevnext-leave-to[data-v-19351537], .slidevprev-enter[data-v-19351537] {
    transform: translateY(-100%);
    opacity: 0
}

@media screen and (max-width:415px) {
    .slide-enter-active[data-v-19351537], .slide-leave-active[data-v-19351537], .slideinvert-enter-active[data-v-19351537], .slideinvert-leave-active[data-v-19351537] {
        transition: all 0s
    }
}

.spinner-anim[data-v-19351537] {
    animation: spin-data-v-19351537 .6s linear infinite
}

@keyframes spin-data-v-19351537 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dialog-fade-enter-active .dialog-animation[data-v-19351537] {
    animation: dialog-fade-in-data-v-19351537 .4s
}

.dialog-fade-leave-active .dialog-animation[data-v-19351537] {
    animation: dialog-fade-out-data-v-19351537 .4s
}

@keyframes dialog-fade-in-data-v-19351537 {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-out-data-v-19351537 {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -30px, 0);
        opacity: 0
    }
}

.expand-enter-active[data-v-19351537], .expand-leave-active[data-v-19351537] {
    transition: .3s ease-in-out;
    transition-property: opacity, height;
    overflow: hidden
}

.expand-enter[data-v-19351537], .expand-leave-to[data-v-19351537] {
    height: 0;
    opacity: 0
}

.scale-enter-active[data-v-19351537], .scale-leave-active[data-v-19351537] {
    opacity: 1;
    z-index: 1;
    transition: all .3s cubic-bezier(.4, .52, .26, .9)
}

.scale-enter[data-v-19351537], .scale-leave-to[data-v-19351537] {
    opacity: .4;
    z-index: 1;
    transform: scale(0)
}

@keyframes loading-data-v-19351537 {
    0% {
        left: -200px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.flip-list-move[data-v-19351537] {
    transition: transform .6s
}

.over-hid[data-v-19351537] {
    overflow: hidden
}

.pos-r[data-v-19351537] {
    position: relative
}

.pos-a[data-v-19351537] {
    position: absolute
}

.flex[data-v-19351537] {
    display: flex
}

.flex.fluid[data-v-19351537] {
    width: 100%
}

.flex.direction-column[data-v-19351537] {
    flex-direction: column
}

.flex.direction-column-reverse[data-v-19351537] {
    flex-direction: column-reverse
}

.flex.direction-row[data-v-19351537] {
    flex-direction: row
}

.flex.direction-row-reverse[data-v-19351537] {
    flex-direction: row-reverse
}

.flex.align-center[data-v-19351537] {
    align-items: center
}

.flex.align-start[data-v-19351537] {
    align-items: flex-start
}

.flex.align-end[data-v-19351537] {
    align-items: flex-end
}

.flex.justify-start[data-v-19351537] {
    justify-content: flex-start
}

.flex.justify-end[data-v-19351537] {
    justify-content: flex-end
}

.flex.justify-center[data-v-19351537] {
    justify-content: center
}

.flex.space-between[data-v-19351537] {
    justify-content: space-between
}

.flex.space-around[data-v-19351537] {
    justify-content: space-around
}

.flex.flex-center[data-v-19351537] {
    justify-content: center;
    align-items: center
}

.flex.flex--wrap[data-v-19351537] {
    flex-wrap: wrap
}

.flex.flex--grow[data-v-19351537] {
    flex-grow: 1
}

.flex-fill[data-v-19351537] {
    flex: 0 1 auto
}

.flex-fixed[data-v-19351537] {
    flex: 0 0 auto
}

.flex-1[data-v-19351537] {
    flex: 1
}

.flex-100[data-v-19351537] {
    flex: 0 1 100%
}

.flex-75[data-v-19351537] {
    flex: 0 1 75%
}

.flex-50[data-v-19351537] {
    flex: 0 1 50%
}

.flex-33[data-v-19351537] {
    flex: 0 1 33.33%
}

.flex-25[data-v-19351537] {
    flex: 0 1 25%
}

.flex-20[data-v-19351537] {
    flex: 0 1 20%
}

.flex-16[data-v-19351537] {
    flex: 0 1 16.66%
}

.text-muted-white[data-v-19351537] {
    color: hsla(0, 0%, 100%, .54)
}

.text-muted[data-v-19351537] {
    color: rgba(0, 0, 0, .54)
}

.is-dark .text-muted[data-v-19351537] {
    color: hsla(0, 0%, 100%, .54)
}

.text-strong[data-v-19351537] {
    font-weight: 500
}

.text-center[data-v-19351537] {
    text-align: center
}

.text-left[data-v-19351537] {
    text-align: left
}

.text-right[data-v-19351537] {
    text-align: right
}

.text-primary[data-v-19351537] {
    color: #1e90ff
}

.text-secondary[data-v-19351537] {
    color: #747474
}

.text-third[data-v-19351537] {
    color: #ccc
}

.text-success[data-v-19351537] {
    color: #9acd32
}

.text-danger[data-v-19351537] {
    color: #ff4500
}

.text-grey[data-v-19351537] {
    color: #999
}

.text-info[data-v-19351537] {
    color: #17a2b8
}

.text-warning[data-v-19351537] {
    color: #ffa300
}

.text-light[data-v-19351537] {
    color: #f5f5f5
}

.text-dark[data-v-19351537] {
    color: #24292e
}

.text-default[data-v-19351537] {
    color: #ccc
}

.text-white[data-v-19351537] {
    color: #fff
}

.text-black[data-v-19351537] {
    color: #000
}

.dots-text[data-v-19351537] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dots-text-3[data-v-19351537] {
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 3.9em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.dots-text-3[data-v-19351537]:before {
    content: "...";
    position: absolute;
    right: 3px;
    bottom: 2px
}

.dots-text-3[data-v-19351537]:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

.dots-text-2[data-v-19351537] {
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 2.6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em
}

.dots-text-2[data-v-19351537]:before {
    content: "...";
    position: absolute;
    right: 3px;
    bottom: 2px
}

.dots-text-2[data-v-19351537]:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

.container[data-v-19351537] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:768px) {
    .container[data-v-19351537] {
        max-width: 100%
    }
}

@media(min-width:768px) {
    .container[data-v-19351537] {
        max-width: 768px
    }
}

@media(min-width:1024px) {
    .container[data-v-19351537] {
        max-width: 1024px
    }
}

@media(min-width:1440px) {
    .container[data-v-19351537] {
        max-width: 1440px
    }
}

@media(min-width:2560px) {
    .container[data-v-19351537] {
        max-width: 2560px
    }
}

.pr-0[data-v-19351537] {
    padding-right: 0
}

.pt-0[data-v-19351537] {
    padding-top: 0
}

.pb-0[data-v-19351537] {
    padding-bottom: 0
}

.pl-0[data-v-19351537] {
    padding-left: 0
}

.px-0[data-v-19351537] {
    padding-left: 0;
    padding-right: 0
}

.py-0[data-v-19351537] {
    padding-top: 0;
    padding-bottom: 0
}

.p-0[data-v-19351537] {
    padding: 0
}

.pr-1[data-v-19351537] {
    padding-right: .25rem
}

.pt-1[data-v-19351537] {
    padding-top: .25rem
}

.pb-1[data-v-19351537] {
    padding-bottom: .25rem
}

.pl-1[data-v-19351537] {
    padding-left: .25rem
}

.px-1[data-v-19351537] {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-1[data-v-19351537] {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.p-1[data-v-19351537] {
    padding: .25rem
}

.pr-2[data-v-19351537] {
    padding-right: .5rem
}

.pt-2[data-v-19351537] {
    padding-top: .5rem
}

.pb-2[data-v-19351537] {
    padding-bottom: .5rem
}

.pl-2[data-v-19351537] {
    padding-left: .5rem
}

.px-2[data-v-19351537] {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-2[data-v-19351537] {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.p-2[data-v-19351537] {
    padding: .5rem
}

.pr-3[data-v-19351537] {
    padding-right: 1rem
}

.pt-3[data-v-19351537] {
    padding-top: 1rem
}

.pb-3[data-v-19351537] {
    padding-bottom: 1rem
}

.pl-3[data-v-19351537] {
    padding-left: 1rem
}

.px-3[data-v-19351537] {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-3[data-v-19351537] {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.p-3[data-v-19351537] {
    padding: 1rem
}

.pr-4[data-v-19351537] {
    padding-right: 1.5rem
}

.pt-4[data-v-19351537] {
    padding-top: 1.5rem
}

.pb-4[data-v-19351537] {
    padding-bottom: 1.5rem
}

.pl-4[data-v-19351537] {
    padding-left: 1.5rem
}

.px-4[data-v-19351537] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-4[data-v-19351537] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.p-4[data-v-19351537] {
    padding: 1.5rem
}

.pr-5[data-v-19351537] {
    padding-right: 3rem
}

.pt-5[data-v-19351537] {
    padding-top: 3rem
}

.pb-5[data-v-19351537] {
    padding-bottom: 3rem
}

.pl-5[data-v-19351537] {
    padding-left: 3rem
}

.px-5[data-v-19351537] {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-5[data-v-19351537] {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.p-5[data-v-19351537] {
    padding: 3rem
}

.mr-0[data-v-19351537] {
    margin-right: 0
}

.mt-0[data-v-19351537] {
    margin-top: 0
}

.mb-0[data-v-19351537] {
    margin-bottom: 0
}

.ml-0[data-v-19351537] {
    margin-left: 0
}

.mx-0[data-v-19351537] {
    margin-left: 0;
    margin-right: 0
}

.my-0[data-v-19351537] {
    margin-top: 0;
    margin-bottom: 0
}

.m-0[data-v-19351537] {
    margin: 0
}

.mr-1[data-v-19351537] {
    margin-right: .25rem
}

.mt-1[data-v-19351537] {
    margin-top: .25rem
}

.mb-1[data-v-19351537] {
    margin-bottom: .25rem
}

.ml-1[data-v-19351537] {
    margin-left: .25rem
}

.mx-1[data-v-19351537] {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-1[data-v-19351537] {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.m-1[data-v-19351537] {
    margin: .25rem
}

.mr-2[data-v-19351537] {
    margin-right: .5rem
}

.mt-2[data-v-19351537] {
    margin-top: .5rem
}

.mb-2[data-v-19351537] {
    margin-bottom: .5rem
}

.ml-2[data-v-19351537] {
    margin-left: .5rem
}

.mx-2[data-v-19351537] {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-2[data-v-19351537] {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.m-2[data-v-19351537] {
    margin: .5rem
}

.mr-3[data-v-19351537] {
    margin-right: 1rem
}

.mt-3[data-v-19351537] {
    margin-top: 1rem
}

.mb-3[data-v-19351537] {
    margin-bottom: 1rem
}

.ml-3[data-v-19351537] {
    margin-left: 1rem
}

.mx-3[data-v-19351537] {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-3[data-v-19351537] {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.m-3[data-v-19351537] {
    margin: 1rem
}

.mr-4[data-v-19351537] {
    margin-right: 1.5rem
}

.mt-4[data-v-19351537] {
    margin-top: 1.5rem
}

.mb-4[data-v-19351537] {
    margin-bottom: 1.5rem
}

.ml-4[data-v-19351537] {
    margin-left: 1.5rem
}

.mx-4[data-v-19351537] {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.my-4[data-v-19351537] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.m-4[data-v-19351537] {
    margin: 1.5rem
}

.mr-5[data-v-19351537] {
    margin-right: 3rem
}

.mt-5[data-v-19351537] {
    margin-top: 3rem
}

.mb-5[data-v-19351537] {
    margin-bottom: 3rem
}

.ml-5[data-v-19351537] {
    margin-left: 3rem
}

.mx-5[data-v-19351537] {
    margin-left: 3rem;
    margin-right: 3rem
}

.my-5[data-v-19351537] {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.m-5[data-v-19351537] {
    margin: 3rem
}

.h-100[data-v-19351537] {
    height: 100%
}

.mh-100[data-v-19351537] {
    max-height: 100%
}

.w-100[data-v-19351537] {
    width: 100%
}

.mw-100[data-v-19351537] {
    max-width: 100%
}

.m-h-0[data-v-19351537] {
    min-height: 0
}

.m-h-100[data-v-19351537] {
    min-height: 100%
}

.m-w-0[data-v-19351537] {
    min-width: 0
}

.m-w-100[data-v-19351537] {
    min-width: 100%
}

.br-0[data-v-19351537] {
    border-radius: 0
}

.brt-0[data-v-19351537] {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.brb-0[data-v-19351537] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.br-2[data-v-19351537] {
    border-radius: 2px
}

.brt-2[data-v-19351537] {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.brb-2[data-v-19351537] {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.br-4[data-v-19351537] {
    border-radius: 4px
}

.brt-4[data-v-19351537] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.brb-4[data-v-19351537] {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.br-8[data-v-19351537] {
    border-radius: 8px
}

.brt-8[data-v-19351537] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.brb-8[data-v-19351537] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.fs-12[data-v-19351537] {
    font-size: 12px
}

.fs-14[data-v-19351537] {
    font-size: 14px
}

.fs-16[data-v-19351537] {
    font-size: 16px
}

.fs-18[data-v-19351537] {
    font-size: 18px
}

.fs-20[data-v-19351537] {
    font-size: 20px
}

.fs-22[data-v-19351537] {
    font-size: 22px
}

.fs-26[data-v-19351537] {
    font-size: 26px
}

.fw-300[data-v-19351537] {
    font-weight: 300
}

.fw-400[data-v-19351537] {
    font-weight: 400
}

.fw-500[data-v-19351537] {
    font-weight: 500
}

@media only screen and (max-width:2560px) {
    .hidden-4k[data-v-19351537] {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .hidden-laptop[data-v-19351537] {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .hidden-laptop-s[data-v-19351537] {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .hidden-tablet[data-v-19351537] {
        display: none
    }
}

@media only screen and (max-width:425px) {
    .hidden-mobile[data-v-19351537] {
        display: none
    }
}

@media only screen and (max-width:375px) {
    .hidden-mobile-m[data-v-19351537] {
        display: none
    }
}

@media only screen and (max-width:320px) {
    .hidden-mobile-s[data-v-19351537] {
        display: none
    }
}

.show-4k[data-v-19351537] {
    display: none
}

@media only screen and (max-width:2560px) {
    .show-4k[data-v-19351537] {
        display: inherit
    }
}

.show-laptop[data-v-19351537] {
    display: none
}

@media only screen and (max-width:1440px) {
    .show-laptop[data-v-19351537] {
        display: inherit
    }
}

.show-laptop-s[data-v-19351537] {
    display: none
}

@media only screen and (max-width:1024px) {
    .show-laptop-s[data-v-19351537] {
        display: inherit
    }
}

.show-tablet[data-v-19351537] {
    display: none
}

@media only screen and (max-width:768px) {
    .show-tablet[data-v-19351537] {
        display: inherit
    }
}

.show-mobile[data-v-19351537] {
    display: none
}

@media only screen and (max-width:425px) {
    .show-mobile[data-v-19351537] {
        display: inherit
    }
}

.show-mobile-m[data-v-19351537] {
    display: none
}

@media only screen and (max-width:375px) {
    .show-mobile-m[data-v-19351537] {
        display: inherit
    }
}

.show-mobile-s[data-v-19351537] {
    display: none
}

@media only screen and (max-width:320px) {
    .show-mobile-s[data-v-19351537] {
        display: inherit
    }
}

[data-v-19351537], [data-v-19351537]:after, [data-v-19351537]:before {
    box-sizing: border-box
}

blockquote[data-v-19351537], body[data-v-19351537], dd[data-v-19351537], dl[data-v-19351537], figure[data-v-19351537], h1[data-v-19351537], h2[data-v-19351537], h3[data-v-19351537], h4[data-v-19351537], h5[data-v-19351537], h6[data-v-19351537], hr[data-v-19351537], ol[data-v-19351537], p[data-v-19351537], pre[data-v-19351537], ul[data-v-19351537] {
    margin: 0;
    padding: 0
}

#app[data-v-19351537], body[data-v-19351537], button[data-v-19351537], html[data-v-19351537], input[data-v-19351537] {
    font: 400 14px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1.5;
    -webkit-font-kerning: normal;
    font-feature-settings: "kern";
    font-kerning: normal
}

.vue-phone-number-input .select-country-container[data-v-19351537] {
    flex: 0 0 120px;
    width: 120px;
    min-width: 120px;
    max-width: 120px
}

.vue-phone-number-input.sm .select-country-container[data-v-19351537] {
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    max-width: 110px
}

.vue-phone-number-input.lg .select-country-container[data-v-19351537] {
    flex: 0 0 130px;
    width: 130px;
    min-width: 130px;
    max-width: 130px
}

:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
    Variables
-------------------------*/
:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

/*==============================
 *  Shortcode
=================================*/
/*--------------------------------------*/
.container-custom,
.container-custom-1520 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.75rem;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: 0.75rem;
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.container-custom {
    max-width: 1710px;
}

.container-custom-1520 {
    max-width: 1520px;
}

@media only screen and (max-width: 767px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .container-custom,
    .container-custom-1520 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1185px;
    }
}

/*===========================
    Background Image 
=============================*/
.edu-blog-widget.widget-categories .category-list, .edu-blog-area .shape-group, .blog-meta, .edu-footer .information-list, .header-action, .header-top .header-info, .coming-soon-page-area .shape-group, .edu-error .thumbnail .shape-group, .error-page-area>.shape-group, .video-gallery .shape-group, .team-details-content .contact-info ul, .team-details-content .main-info .team-meta, .team-area-6 .shape-group, .team-area-5 .shape-group, .team-area-4 .shape-group, .team-area-3 .shape-group, .team-share-info, .pv-cta-area .shape-group li, .pv-zoom-demo-area .zoom-thumbnail .shape-group li, .pv-inner-page-area .shape-group li, .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li, .pv-elementor-area .elementor-thumbnail .shape-group li, .account-page-area .shape-group, .edu-product .inner>.thumbnail .product-hover-info ul, .product-details-area .content .product-feature, .privacy-policy ul, .pricing-table .pricing-body .list-item, .hero-banner.hero-style-7 .shape-group, .hero-banner.hero-style-6 .shape-group, .hero-banner.hero-style-5 .shape-group, .hero-banner.hero-style-4 .shape-group, .hero-banner.hero-style-3 .shape-group, .hero-banner.hero-style-2 .banner-gallery .shape-group, .hero-banner .banner-thumbnail .shape-group, .hero-banner .banner-content .shape-group, .faq-style-4 .faq-thumbnail .shape-group, .edu-hero-gallery .shape-group, .edu-faq-content .shape-group, .event-details .details-content .event-meta, .edu-event-area .shape-group, .edu-event-list .content .event-meta, .edu-event .content .event-meta, .course-curriculam .course-lesson ul, .course-details-content .entry-content .course-meta, .edu-sorting-area .sorting-right .layout-switcher .switcher-btn, .course-area-7 .shape-group, .course-area-3 .shape-group, .course-layout-five-tooltip-content .content .course-feature ul, .course-layout-five-tooltip-content .content .course-meta, .edu-course .hover-content-aside .content .course-feature ul, .edu-course .content .course-meta, .contact-form.form-style-2 .shape-group, .contact-form-area .shape-group, .contact-us-info .address-list, .contact-me .thumbnail .shape-group, .edu-cta-box .shape-group, .edu-cta-banner .shape-group, .cta-banner-3 .shape-group, .cta-banner-2 .shape-group, .about-style-5 .shape-group, .about-style-3 .shape-group, .about-style-3 .about-image-gallery .shape-group, .about-style-1 .shape-group,
.about-style-2 .shape-group, .about-content .features-list, .about-image-gallery .shape-group li, .edu-pagination, .edu-course-widget.widget-course-summery .content .course-item, .edu-breadcrumb-area .shape-group, .edu-breadcrumb-area .course-meta, .edu-breadcrumb-area .edu-breadcrumb, .shape-group {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    transition: 0.3s;
    transition: var(--transition);
}

.bg-image, .bgImagePosition {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-image_fixed {
    background-attachment: fixed !important;
}

.bg-image--1 {
    background-image: url(/images/bg/bg-image-1.png);
}

.bg-image--2 {
    background-image: url(/images/bg/bg-image-2.jpg);
}

.bg-image--9 {
    background-image: url(/images/bg/bg-image-9.png);
}

.bg-image--14 {
    background-image: url(/images/bg/bg-image-14.jpg);
}

.bg-image--17 {
    background-image: url(/images/bg/bg-image-17.jpg);
}

.bg-image--19 {
    background-image: url(/images/bg/bg-image-19.jpg);
}

.bg-image--21 {
    background-image: url(/images/bg/bg-image-21.jpg);
}

/*===================
Custom Row
======================*/
.row--0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row--0>[class*=col] {
    padding-left: 0px;
    padding-right: 0px;
}

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row--5>[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row--10>[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
}

.row--15 {
    margin-left: -15px;
    margin-right: -15px;
}

.row--15>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

.row--20 {
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--20>[class*=col], .row--20>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20>[class*=col], .row--20>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20>[class*=col], .row--20>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20>[class*=col], .row--20>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--20>[class*=col], .row--20>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--25 {
    margin-left: -25px;
    margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--25>[class*=col], .row--25>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25>[class*=col], .row--25>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25>[class*=col], .row--25>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25>[class*=col], .row--25>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--25>[class*=col], .row--25>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--30>[class*=col], .row--30>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30>[class*=col], .row--30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30>[class*=col], .row--30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30>[class*=col], .row--30>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--30>[class*=col], .row--30>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--35 {
    margin-left: -35px;
    margin-right: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--35>[class*=col], .row--35>[class*=col-] {
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--35>[class*=col], .row--35>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35>[class*=col], .row--35>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35>[class*=col], .row--35>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--35>[class*=col], .row--35>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--40 {
    margin-left: -40px;
    margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--40>[class*=col], .row--40>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40>[class*=col], .row--40>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40>[class*=col], .row--40>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40>[class*=col], .row--40>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--40>[class*=col], .row--40>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--45 {
    margin-left: -45px;
    margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--45>[class*=col], .row--45>[class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45>[class*=col], .row--45>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45>[class*=col], .row--45>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45>[class*=col], .row--45>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--45>[class*=col], .row--45>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--50 {
    margin-left: -50px;
    margin-right: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--50 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--50>[class*=col], .row--50>[class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--50>[class*=col], .row--50>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--50>[class*=col], .row--50>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--50>[class*=col], .row--50>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--50>[class*=col], .row--50>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--60 {
    margin-left: -60px;
    margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--60>[class*=col], .row--60>[class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60>[class*=col], .row--60>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60>[class*=col], .row--60>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60>[class*=col], .row--60>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--60>[class*=col], .row--60>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

#edmov-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999999;
    overflow: hidden;
    background-image: linear-gradient(20deg, #31b978 0%, #303DBF 100%);
    transition: all 1.5s ease-out;
}

#edmov-preloader.loaded .preloader-close-btn-wraper {
    bottom: 200%;
}

.preloader-close-btn-wraper {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 30px;
    transition: all 1.5s ease-out;
}

.preloader-close-btn-wraper .preloader-close-btn {
    border-radius: 50px;
    font-size: 13px;
    padding: 4px 23px;
    background: #000000;
    background: var(--color-black);
    color: #ffffff;
    color: var(--color-white);
    cursor: pointer;
    height: 45px;
    line-height: 35px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader-spin-1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: edmov-preloader-bounce-animation 2s infinite ease-in-out;
}

.preloader-spin-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: edmov-preloader-bounce-animation 2s infinite ease-in-out;
    animation-delay: -1s;
}

@keyframes edmov-preloader-bounce-animation {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.shape-dark {
    visibility: hidden;
}

.shape-light {
    visibility: visible;
}

.dark-mode .shape-light {
    visibility: hidden;
}

.dark-mode .shape-dark {
    visibility: visible;
}

.d-none-shape-dark {
    display: none;
}

/*-------------------------
    Reset Styels
-------------------------*/
* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    display: inline-block;
    color: #000;
    color: var(--color-heading);
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    color: #303DBF;
    color: var(--color-primary);
}

a:focus {
    outline: none;
}

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

mark {
    background: #303DBF;
    background: var(--color-primary);
    color: #ffffff;
}

code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    hyphens: none;
    color: #303DBF;
    color: var(--color-primary);
}

kbd,
ins {
    color: #ffffff;
}

pre,
pre.wp-block-code {
    font-family: "Courier 10 Pitch", Courier, monospace !important;
    font-size: 15px !important;
    margin: 40px 0 !important;
    overflow: auto;
    padding: 20px !important;
    white-space: pre !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: #344054 !important;
    color: var(--color-body) !important;
    background: var(--color-light);
    border-radius: 4px;
}

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: #000;
    color: var(--color-heading);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li>ul,
li>ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

table thead th {
    font-weight: 600;
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

ins {
    background: rgba(56, 88, 246, 0.6);
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 0 5px;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    opacity: 0.6;
}

table a,
table a:link,
table a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

kbd {
    background: var(--heading-color);
}

dfn,
cite,
em {
    font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
    -webkit-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal;
}

blockquote strong,
blockquote b {
    font-weight: 600;
}

/*-------------------------
    Typography
-------------------------*/
html {
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

body {
    overflow: hidden;
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-primary);
    color: #344054;
    color: var(--color-body);
    font-weight: 400;
    background-color: #F9FAFB;
    background-color: var(--color-bg-body);
    margin: 0;
    padding: 0;
}

body.modal-open {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

.display-one {
    font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    color: #000;
    color: var(--color-heading);
}

h1,
.h1 {
    font-size: 50px;
    font-size: var(--h1);
    line-height: 1.2;
    line-height: var(--h1-lineHeight);
}

h2,
.h2 {
    font-size: 36px;
    font-size: var(--h2);
    line-height: 1.39;
    line-height: var(--h2-lineHeight);
}

h3,
.h3 {
    font-size: 28px;
    font-size: var(--h3);
    line-height: 1.43;
    line-height: var(--h3-lineHeight);
}

h4,
.h4 {
    font-size: 20px;
    font-size: var(--h4);
    line-height: 1.4;
    line-height: var(--h4-lineHeight);
}

h5,
.h5 {
    font-size: 18px;
    font-size: var(--h5);
    line-height: 1.45;
    line-height: var(--h5-lineHeight);
}

h6,
.h6 {
    font-size: 16px;
    font-size: var(--h6);
    line-height: 1.62;
    line-height: var(--h6-lineHeight);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    transition: 0.5s;
}

a {
    color: #000;
    color: var(--color-heading);
    transition: 0.3s;
}

@media only screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 600;
    font-weight: var(--p-semi-bold);
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    font-weight: var(--p-semi-bold);
}

p {
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
    font-weight: 400;
    margin: 0 0 30px;
    margin-top: 5px !important;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0;
    }
}

p.b1 {
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
}

p.b2 {
    font-size: 13px;
    font-size: var(--font-size-b2);
    line-height: 1.85;
    line-height: var(--line-height-b2);
}

.b1 {
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
}

.b2 {
    font-size: 13px;
    font-size: var(--font-size-b2);
    line-height: 1.85;
    line-height: var(--line-height-b2);
}

.table,
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 30px;
    width: 100%;
}

table a,
table a:link,
table a:visited {
    -webkit-text-decoration: none;
    text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    color: #000;
    color: var(--color-heading);
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
    List Style
---------------------------*/
ul,
ol {
    padding-left: 18px;
}

ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px;
}

ul.liststyle.bullet li {
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
    color: #344054;
    color: var(--color-body);
    position: relative;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-left: 19px;
    }
}

ul.liststyle.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #344054;
    background: var(--color-body);
    left: 0;
    top: 10px;
}

ul.liststyle.bullet li+li {
    margin-top: 8px;
}

ul li {
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: #344054;
    color: var(--color-body);
}

ul li a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #344054;
    color: var(--color-body);
    transition: 0.3s;
    transition: var(--transition);
}

ul li a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

ul ul {
    margin-bottom: 0;
}

ol {
    margin-bottom: 30px;
}

ol li {
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
    color: #344054;
    color: var(--color-body);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

ol li a {
    color: var(--heading-color);
    transition: 0.3s;
    transition: var(--transition);
    -webkit-text-decoration: none;
    text-decoration: none;
}

ol li a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

ol ul {
    padding-left: 30px;
}

hr {
    display: block;
    height: 0;
    margin: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid var(--color-border);
    background: transparent;
}

kbd {
    background: #303DBF;
    background: var(--color-primary);
}

/*-------------------------
    Forms Styles
-------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

input,
select,
textarea {
    width: 100%;
    transition: 0.3s;
}

input {
    height: 45px;
}

select,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
    font-size: 12px;
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: none;
    padding: 0 20px;
    height: 45px;
    outline: none;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    color: #050066;
    color: #000;
    color: var(--color-heading);
    border: 1px solid #c0c4e2;
    border: 1px solid var(--color-border-form);
    /* -- Placeholder -- */
}

select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    /* Firefox */
    opacity: 1;
}

select::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    /* Firefox */
    opacity: 1;
}

select:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    opacity: 1;
}

select::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    opacity: 1;
}

select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
    border-color: #303DBF;
    border-color: var(--color-primary);
}

textarea {
    padding: 20px 25px;
}

input[type=radio]~label {
    padding-left: 30px;
}

input[type=radio]~label::before {
    border: 1px solid #dcdfe0;
    border-radius: 50%;
}

input[type=radio]~label::after {
    content: "";
    height: 7px;
    width: 7px;
    top: 9px;
    left: 5px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-radius: 50%;
}

input[type=radio]:checked~label::before {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-color: #dcdfe0;
}

/*--------------------
    Contact Form 
----------------------*/
.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    color: #000;
    color: var(--color-heading);
    margin-bottom: 8px;
}

.form-group .submit-btn {
    padding: 0 35px;
}

.form-message {
    margin-bottom: 0;
    text-align: center;
}

.form-message.error {
    margin-top: 20px;
    color: #f80707;
}

.form-message.success {
    margin-top: 20px;
    color: #0d8d2d;
}

/*-------------------------
    Common
-------------------------*/
.color-fb {
    color: #1877f2 !important;
    color: var(--color-facebook) !important;
}

.color-ig {
    color: #c231a1 !important;
    color: var(--color-instagram) !important;
}

.color-twitter {
    color: #1da1f2 !important;
    color: var(--color-twitter) !important;
}

.color-yt {
    color: #cd201f !important;
    color: var(--color-youtube) !important;
}

.color-linkd {
    color: #0a66c2 !important;
    color: var(--color-linkedin) !important;
}

.color-primary {
    color: #303DBF;
    color: var(--color-primary);
}

.color-secondary {
    color: #0900B2;
    color: var(--color-secondary);
}

.bg-lighten01 {
    background-color: #f0f4f5;
    background-color: var(--color-lighten01);
}

.bg-lighten02 {
    background-color: #edf5f8;
    background-color: var(--color-lighten02);
}

.bg-lighten03 {
    background-color: #f5f1eb;
    background-color: var(--color-lighten03);
}

.bg-lighten04 {
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
}

/*----------------------
    Animation  
-----------------------*/
.edmov-animated-shape {
    position: relative;
    z-index: 9;
}

.shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .shape-group {
        display: none;
    }
}

.z-10 {
    z-index: 10;
}

.home-four-course {
    position: relative;
    overflow: hidden;
}

.home-four-course::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-3.jpg);
    background-size: cover;
    z-index: -1;
}

.home-four-course .shape-group .shape-1 {
    top: 59px;
    right: -88px;
}

.home-four-course .shape-group .shape-2 {
    top: -263px;
    right: -406px;
    z-index: -1;
}

.home-four-course .shape-group .shape-2 span {
    display: block;
    height: 570px;
    width: 570px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

@keyframes headerSticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes bounceSlide {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce-slide {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: bounceSlide;
}

@keyframes line1 {
    0% {
        opacity: 1;
        bottom: 0;
    }

    30% {
        bottom: 30%;
    }

    50% {
        bottom: 50%;
    }

    70% {
        bottom: 70%;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@keyframes line2 {
    0% {
        opacity: 1;
        top: 0;
    }

    30% {
        bottom: 30%;
    }

    50% {
        bottom: 50%;
    }

    70% {
        bottom: 70%;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@keyframes line3 {
    0% {
        opacity: 1;
        top: 500px;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@keyframes line4 {
    0% {
        opacity: 1;
        top: 300px;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@keyframes line5 {
    0% {
        opacity: 1;
        bottom: 400px;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@keyframes customOne {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}

@keyframes customTwo {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(100px, 0px);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

.customOne {
    animation: customOne 2s infinite;
}

.rotateit {
    animation: rotateIt 11s linear infinite;
}

@keyframes edmov-vsm-y-move {
    0% {
        transform: translate(0, -30%);
    }

    100% {
        transform: translate(0, 30%);
    }
}

@keyframes edmov-vsm-y-reverse-move {
    0% {
        transform: translate(0, 30%);
    }

    100% {
        transform: translate(0, -30%);
    }
}

@keyframes edmov-sm-x-move {
    0% {
        transform: translate(-50%, 0);
    }

    100% {
        transform: translate(50%, 0);
    }
}

@keyframes edmov-sm-x-reverse-move {
    0% {
        transform: translate(50%, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes edmov-rotate-x {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes edmov-rotate-y {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes edmov-zoom2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

@keyframes edmov-zoom1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.25);
    }
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

/*------------------------
	slidefadeinup
--------------------------*/
@keyframes slideFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.slideFadeInUp {
    animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@keyframes moveVertical {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple_2 {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(3);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes ripple_3 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes radiusChange {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    40% {
        border-radius: 50px 0px 100px 0px;
    }

    80% {
        border-radius: 0px 50px 0px 100px;
    }

    100% {
        border-radius: 0px 0px 0px 0px;
    }
}

@keyframes radiusChange2 {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    25% {
        border-radius: 50px 0px;
    }

    50% {
        border-radius: 0px 0px 0px 0px;
    }

    75% {
        border-radius: 0px 50px;
    }

    100% {
        border-radius: 50px 0px;
    }
}

/*=======================================================================
2. Elements Styles
=========================================================================*/
/*-------------------------
    Accordion Style
---------------------------*/
.edu-accordion .accordion-item {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
}

.edu-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.edu-accordion .accordion-item .accordion-button {
    font-size: 18px;
    color: #000;
    color: var(--color-heading);
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    background-color: transparent;
    border: none;
    padding: 28px 30px;
    box-shadow: none;
}

.edu-accordion .accordion-item .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.edu-accordion .accordion-item .accordion-button:after {
    background-image: none;
    content: "\e95d";
    font-family: "icomoon";
    font-family: var(--font-icomoon);
    font-size: 22px;
    font-weight: 500;
    height: auto;
    width: auto;
}

.edu-accordion .accordion-item .accordion-button.collapsed:after {
    content: "\e95c";
}

.edu-accordion .accordion-body {
    padding: 0;
}

.edu-accordion .accordion-body .course-lesson {
    border: none;
    padding: 0;
}

.edu-accordion .accordion-body .course-lesson ul li {
    padding: 14px 30px;
}

.edu-accordion .accordion-body .course-lesson ul li:last-child {
    border-bottom: none;
}

/*-------------------------
    Back To Top  
---------------------------*/
.paginacontainer {
    height: 3000px;
}

.rn-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 71, 87, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rn-progress-parent::after {
    position: absolute;
    font-family: "remixicon" !important;
    content: "\ea78";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #0900B2;
    color: var(--color-secondary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.rn-progress-parent:hover::after {
    color: #0900B2;
    color: var(--color-secondary);
}

.rn-progress-parent:hover::before {
    opacity: 1;
}

.rn-progress-parent svg path {
    fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
    stroke: #0900B2;
    stroke: var(--color-secondary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/*-------------------------
    Breadcrumb
---------------------------*/
.edu-breadcrumb-area {
    background-color: #f5f9fa;
    background-image: url(/images/index/HeroBackground.png);
    padding: 70px 0px 50px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-breadcrumb-area {
        padding: 70px 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-breadcrumb-area {
        padding: 55px 0 45px;
    }
}

.edu-breadcrumb-area .breadcrumb-inner {
    text-align: center;
}

.edu-breadcrumb-area .search-form-breadcrumb {
    position: absolute;
    bottom: -26px;
}

.edu-breadcrumb-area .page-title .pre-title {
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: block;
}

.edu-breadcrumb-area .page-title .title {
    margin-bottom: 12px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .edu-breadcrumb-area .page-title .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .edu-breadcrumb-area .page-title .title {
        font-size: 26px;
    }
}

.edu-breadcrumb-area .page-title .subtitle {
    color: #fff;
    font-size: 15px;
}

.edu-breadcrumb-area .edu-breadcrumb {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item {
    color: #ffffff;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
    font-weight: var(--p-medium);
}

.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item a {
    color: #ffffff;
    color: var(--color-white);
}

.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item a:hover {
    color: #ffffff;
    color: var(--color-white);
}

.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item.active {
    font-weight: 600;
    font-weight: var(--p-semi-bold);
}

.edu-breadcrumb-area .edu-breadcrumb li.separator i {
    font-size: 16px;
    font-weight: 700;
    font-weight: var(--p-bold);
    margin: 0 10px;
    color: #ffffff;
    color: var(--color-white);
    position: relative;
    display: inline-block;
    top: 2px;
}

.edu-breadcrumb-area .course-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -20px;
    margin-left: -20px;
}

@media only screen and (max-width: 767px) {
    .edu-breadcrumb-area .course-meta {
        display: block;
        margin-top: 20px;
    }
}

.edu-breadcrumb-area .course-meta li {
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 500;
    color: #ffffff;
    color: var(--color-white);
    display: flex;
    align-items: center;
    position: relative;
}

.edu-breadcrumb-area .course-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 4px;
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .edu-breadcrumb-area .course-meta li:after {
        display: none;
    }
}

.edu-breadcrumb-area .course-meta li:last-child:after {
    display: none;
}

.edu-breadcrumb-area .course-meta li i {
    padding-right: 14px;
    font-size: 24px;
    color: #ffffff;
    color: var(--color-white);
}

.edu-breadcrumb-area .course-meta .course-rating .rating {
    margin-right: 8px;
}

.edu-breadcrumb-area .course-meta .course-rating .rating i {
    font-size: 15px;
    color: #f8b81f;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .edu-breadcrumb-area .shape-group {
        display: none;
    }
}

.edu-breadcrumb-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.edu-breadcrumb-area .shape-group li.shape-1 {
    top: -315px;
    left: -60px;
}

.edu-breadcrumb-area .shape-group li.shape-2 {
    top: 60px;
    left: 11%;
}

.edu-breadcrumb-area .shape-group li.shape-3 {
    bottom: 120px;
    right: 13%;
    z-index: 1;
}

.edu-breadcrumb-area .shape-group li.shape-4 {
    top: 30px;
    right: -180px;
}

.edu-breadcrumb-area .shape-group li.shape-5 {
    top: -70px;
    right: -88px;
}

.edu-breadcrumb-area .shape-group li.shape-1, .edu-breadcrumb-area .shape-group li.shape-4 {
    height: 470px;
    width: 470px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.breadcrumb-style-2 {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.breadcrumb-style-2:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.breadcrumb-style-2 .page-title {
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-style-2 .page-title {
        width: 100%;
    }
}

.breadcrumb-style-2 .page-title .title {
    color: #ffffff;
    color: var(--color-white);
    font-size: 30px;
}

.breadcrumb-style-2 .edu-breadcrumb li.breadcrumb-item {
    color: #ffffff;
    color: var(--color-white);
}

.breadcrumb-style-2 .edu-breadcrumb li.breadcrumb-item a {
    color: #ffffff;
    color: var(--color-white);
}

.breadcrumb-style-2 .edu-breadcrumb li.separator i {
    color: #ffffff;
    color: var(--color-white);
}

.breadcrumb-style-3 {
    padding: 5px 0 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-style-3 {
        padding: 5px 0 70px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-style-3 {
        padding: 5px 0 70px;
    }
}

.breadcrumb-style-3 .breadcrumb-inner {
    text-align: left;
}

.breadcrumb-style-3 .breadcrumb-inner .page-title {
    width: 55%;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-style-3 .breadcrumb-inner .page-title {
        width: 100%;
    }
}

.breadcrumb-style-3 .breadcrumb-inner .page-title .title {
    font-size: 36px;
    margin-bottom: 4px;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-style-3 .breadcrumb-inner .page-title .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-style-3 .breadcrumb-inner .page-title .title {
        font-size: 26px;
    }
}

.breadcrumb-style-3 .breadcrumb-inner .edu-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-style-3 .breadcrumb-inner .edu-breadcrumb {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-style-3 .breadcrumb-inner .edu-breadcrumb {
        margin-bottom: 40px;
    }
}

.breadcrumb-style-3 .breadcrumb-inner .course-meta {
    justify-content: flex-start;
}

.breadcrumb-style-3 .shape-group li.shape-2 {
    left: 7%;
}

.breadcrumb-style-3 .shape-group li.shape-2 img {
    width: 160px;
}

.breadcrumb-style-4 {
    padding: 110px 0 105px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-style-4 {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-style-4 {
        padding: 60px 0;
    }
}

.breadcrumb-style-4 .page-title .title {
    width: 75%;
    margin: 0 auto 5px;
}

.breadcrumb-style-4 .course-meta li {
    font-weight: 400;
    color: #344054;
    color: var(--color-body);
}

@media only screen and (max-width: 767px) {
    .breadcrumb-style-4 .course-meta li {
        justify-content: center;
    }
}

.breadcrumb-style-4 .course-meta li i {
    font-size: 18px;
}

.breadcrumb-style-5 {
    padding: 0;
    padding: 18px 0px;
    background: #303DBF;
    background: var(--color-primary);
}

.breadcrumb-style-5 .edu-breadcrumb {
    justify-content: flex-start;
    margin: -10px 0;
}

.search-accordion-body .form-group label {
    margin-bottom: 0px;
}

.search-accordion-body input,
select,
textarea {
    height: 40px;
}

.search-accordion-body .form-group {
    margin-bottom: 10px;
}

/*-------------------
 * Button
---------------------*/
a.btn-transparent,
button.btn-transparent {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #0900B2;
    color: var(--color-textSecondary);
    display: inline-block;
    position: relative;
}

a.btn-transparent::after,
button.btn-transparent::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #303DBF;
    background: var(--color-primary);
}

a.btn-transparent i,
button.btn-transparent i {
    padding-left: 6px;
    top: -1px;
    position: relative;
    font-size: 12px;
}

a.btn-transparent:hover,
button.btn-transparent:hover {
    color: #303DBF;
    color: var(--color-primary);
}

a.btn-transparent:hover::after,
button.btn-transparent:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

a.btn,
button.btn {
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    font-size: 14px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px 35px;
    font-weight: 500;
    text-transform: capitalize;
}

a.btn-primary, a.btn-primary-white,
button.btn-primary,
button.btn-primary-white {
    color: #ffffff;
    color: var(--color-white);
    background: #303DBF;
    background: var(--color-primary);
    border-color: #303DBF !important;
    border-color: var(--color-primary) !important;
}

a.btn-primary i, a.btn-primary-white i,
button.btn-primary i,
button.btn-primary-white i {
    font-size: 10px;
}

a.btn-primary:hover, a.btn-primary-white:hover,
button.btn-primary:hover,
button.btn-primary-white:hover {
    border-color: #0a58ca !important;
}

a.btn-primary-gradient,
button.btn-primary-gradient {
    color: #ffffff;
    color: var(--color-white);
    background: linear-gradient(90deg, #1d2bba 0%, #3c0894 100%);
}

a.btn-primary-gradient i,
button.btn-primary-gradient i {
    padding-left: 6px;
    position: relative;
    font-size: 11px;
}

@media only screen and (max-width: 767px) {

    a.btn-primary-gradient i,
    button.btn-primary-gradient i {
        font-size: 9px;
    }
}

a.btn-primary-gradient:hover,
button.btn-primary-gradient:hover {
    border-color: currentcolor;
    border-color: initial;
    color: #fff !important;
    background-color: #0a58ca;
}

a.btn-primary-white,
button.btn-primary-white {
    color: #303DBF;
    color: var(--color-primary);
    background: #ffffff;
    background: var(--color-white);
    border: 2px solid #303DBF;
    border: 2px solid var(--color-primary);
}

a.btn-primary-white:hover:not(:has(.animation-bg-blue)),
button.btn-primary-white:hover:not(:has(.animation-bg-blue)) {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a58ca !important;
}

a.btn-primary-white-without-border,
button.btn-primary-white-without-border {
    color: #303DBF;
    color: var(--color-primary);
    background: #ffffff;
    background: var(--color-white);
}

.button-group {
    display: flex;
    align-items: center;
    margin: -5px;
}

.button-group a {
    margin: 5px;
}

.wishlist-btn {
    background: rgba(255, 255, 255, 0.15);
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.wishlist-btn i {
    color: #ffffff;
    color: var(--color-white);
    font-size: 19px;
}

.wishlist-btn.btn-outline-dark {
    height: 50px;
    width: 50px;
    line-height: 55px;
    color: #000;
    color: var(--color-heading);
    pointer-events: all;
}

.wishlist-btn.btn-outline-dark i {
    color: #000;
    color: var(--color-heading);
}

.wishlist-btn.btn-outline-dark:hover i {
    color: #ffffff;
    color: var(--color-white);
}

.btn-icon-round {
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #ffffff;
    color: var(--color-white);
    font-size: 12px;
}

.btn-center {
    margin: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
}

.login-btn,
.signup-btn {
    padding: 10px 32px !important;
    height: 40px !important;
}

header .btn-light {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
}

.btn-light {
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    font-size: 13px;
    color: rgb(84, 83, 120);
}

.btn-light:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.banner-btn {
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .banner-btn {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-btn {
        margin-top: 30px;
    }
}

.banner-btn .btn-primary-gradient {
    margin-right: 20px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-btn .btn-primary-gradient {
        margin-top: 15px;
    }
}

.banner-btn .btn-primary-white {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-btn .btn-primary-white {
        margin-top: 15px;
    }
}

.banner-btn .btn-hero {
    height: 50px;
    padding: 12px 10px;
    font-weight: 500;
    font-size: 16px;
}

.btn-no-border {
    border: medium none currentcolor !important;
    border: initial !important;
}

.button-social-auth {
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    border: 1px;
    background: #fff;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    color: #344054;
}

.button-social-auth img {
    height: 20px;
    margin-bottom: 8px;
}

.btn-home-cta {
    padding: 13px 61px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 15px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

a.btn-primary-gradient,
button.btn-primary-gradient {
    color: #ffffff;
    color: var(--color-white);
    background: linear-gradient(90deg, #1d2bba 0%, #3c0894 100%);
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.031372549);
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
}

.banner-btn .btn-hero {
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 12px 0px;
    letter-spacing: 0;
}

.banner-btn .btn-primary-white {
    border: 3px solid;
}

/*-------------------------
Countdown 
--------------------------*/
.countdown {
    display: flex;
}

.countdown .countdown-section {
    margin-right: 10px;
    text-align: center;
}

.countdown .countdown-section:last-child {
    margin-right: 0;
}

.countdown .countdown-number {
    font-size: 20px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    line-height: 1;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.countdown .countdown-number.day {
    background-color: rgba(26, 182, 157, 0.1);
    color: #303DBF;
    color: var(--color-primary);
}

.countdown .countdown-number.hour {
    background-color: rgba(238, 74, 98, 0.1);
    color: #0900B2;
    color: var(--color-secondary);
}

.countdown .countdown-number.minute {
    background-color: rgba(142, 86, 255, 0.1);
    color: #8e56ff;
    color: var(--color-extra02);
}

.countdown .countdown-number.second {
    background-color: rgba(248, 148, 31, 0.1);
    color: #f8941f;
    color: var(--color-extra05);
}

.countdown .countdown-unit {
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    font-weight: var(--p-medium);
    color: #344054;
    color: var(--color-body);
}

.coming-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-countdown .countdown-section {
    margin: 0 30px;
    position: relative;
    min-width: 80px;
}

.coming-countdown .countdown-section:after {
    content: ":";
    font-size: 30px;
    color: #ffffff;
    color: var(--color-white);
    font-weight: var(--s-bold);
    position: absolute;
    right: -30px;
    top: -9px;
}

.coming-countdown .countdown-section:last-child:after {
    display: none;
}

.coming-countdown .countdown-number {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 700;
    font-weight: var(--p-bold);
    color: #ffffff;
    color: var(--color-white);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    line-height: 1;
}

.coming-countdown .countdown-unit {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

/*-------------------
  Course Widget
---------------------*/
.edu-course-widget {
    background-color: #f5f9fa;
    border-radius: 5px;
    padding: 20px 15px 20px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-course-widget {
        padding: 20px 20px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .edu-course-widget {
        margin-bottom: 30px;
    }
}

.edu-course-widget:last-child {
    margin-bottom: 0;
}

.edu-course-widget .widget-title {
    margin-bottom: 0;
}

.edu-course-widget .widget-title.widget-toggle {
    position: relative;
    cursor: pointer;
}

.edu-course-widget .widget-title.widget-toggle:after {
    content: "\e91e";
    font-family: "icomoon";
    font-family: var(--font-icomoon);
    font-size: 6px;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(180deg);
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course-widget .content {
    padding-top: 10px;
}

.edu-course-widget .content .edu-form-check {
    position: relative;
    margin: 20px 0;
}

.edu-course-widget .content .edu-form-check label span {
    margin-left: 2px;
}

.edu-course-widget.collapsed .widget-title.widget-toggle:after {
    transform: rotate(0deg);
}

.edu-course-widget.widget-rating .content .edu-form-check label i {
    color: #eda803;
}

.edu-course-widget.widget-rating .content .edu-form-check label i.off {
    color: #c8cbcc;
}

.edu-course-widget.widget-course-summery {
    padding: 15px;
}

.edu-course-widget.widget-course-summery .widget-title {
    margin-bottom: 16px;
}

.edu-course-widget.widget-course-summery .thumbnail {
    position: relative;
    margin-bottom: 10px;
}

.edu-course-widget.widget-course-summery .thumbnail:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    background-color: var(--color-black);
    border-radius: 5px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.edu-course-widget.widget-course-summery .thumbnail img {
    border-radius: 5px;
    width: 100%;
}

.edu-course-widget.widget-course-summery .thumbnail .play-btn {
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    background: var(--color-white);
    transition: 0.3s;
    transition: var(--transition);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 18px;
}

.edu-course-widget.widget-course-summery .thumbnail .play-btn i {
    margin-left: 5px;
}

.edu-course-widget.widget-course-summery .thumbnail .play-btn:hover {
    background-color: #303DBF;
    background-color: var(--color-primary);
    color: #ffffff;
    color: var(--color-white);
}

.edu-course-widget.widget-course-summery .content {
    padding: 30px 25px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-course-widget.widget-course-summery .content {
        padding: 30px 10px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-course-widget.widget-course-summery .content {
        padding: 30px 10px 25px;
    }
}

.edu-course-widget.widget-course-summery .content .course-item li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    padding: 15px 0;
    margin: 0;
}

.edu-course-widget.widget-course-summery .content .course-item li:last-child {
    border-bottom: none;
}

.edu-course-widget.widget-course-summery .content .course-item li i {
    font-size: 24px;
    padding-right: 15px;
    max-width: 35px;
}

.edu-course-widget.widget-course-summery .content .course-item li svg {
    margin-right: 15px;
    max-width: 35px;
}

.edu-course-widget.widget-course-summery .content .course-item li .label {
    display: flex;
    align-items: center;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.edu-course-widget.widget-course-summery .content .course-item li .price {
    font-size: 20px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-course-widget.widget-course-summery .content .read-more-btn {
    margin-top: 24px;
    margin-bottom: 30px;
}

.edu-course-widget.widget-course-summery .content .read-more-btn .btn-primary-gradient {
    width: 100%;
}

.edu-course-widget.widget-course-summery .content .share-area .title {
    margin-bottom: 15px;
}

.edu-course-widget.widget-course-summery .content .share-area .social-share {
    margin: -8px;
}

.edu-course-widget.widget-course-summery .content .share-area .social-share li {
    margin: 8px;
}

.edu-course-widget.widget-course-summery .content .share-area .social-share li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.course-sidebar-2 {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-sidebar-2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .course-sidebar-2 {
        margin-bottom: 50px;
    }
}

.course-sidebar-2 .edu-course-widget {
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.course-sidebar-2 .edu-course-widget .inner {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 15px;
}

.course-sidebar-2 .edu-course-widget:last-child .inner {
    border-bottom: none;
}

.course-sidebar-3 .edu-blog-widget,
.course-sidebar-3 .edu-course-widget {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
    margin-bottom: 30px;
}

.course-sidebar-3 .edu-blog-widget:last-child,
.course-sidebar-3 .edu-course-widget:last-child {
    margin-bottom: 0;
}

.course-sidebar-3 .edu-blog-widget {
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course-sidebar-3 .edu-blog-widget {
        padding: 40px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .course-sidebar-3 .edu-blog-widget {
        padding: 40px 25px;
    }
}

.course-sidebar-3 .edu-blog-widget .widget-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .course-sidebar-3 {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar-top-position {
        margin-top: -365px;
        position: relative;
        z-index: 2;
    }
}

.accordion-button:focus {
    border-color: currentcolor;
    border-color: initial;
    box-shadow: none;
    box-shadow: initial;
}

.accordion-button {
    background-color: transparent;
    background-color: initial;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    background-color: initial;
}

/*-------------------
  Pagination Styles
---------------------*/
.edu-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 70px;
}

.edu-pagination li {
    margin: 0 2px;
}

.edu-pagination li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #000;
    color: var(--color-heading);
    transition: 0.3s;
    transition: var(--transition);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.edu-pagination li a:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    transition: var(--transition);
    z-index: -1;
    opacity: 0;
}

.edu-pagination li a i {
    font-weight: 600;
    position: relative;
    top: 2px;
}

.edu-pagination li.active a, .edu-pagination li:hover a {
    color: #ffffff;
    color: var(--color-white);
}

.edu-pagination li.active a:before, .edu-pagination li:hover a:before {
    opacity: 1;
}

.edu-pagination li.more-next a {
    position: relative;
}

.edu-pagination li.more-next a:after {
    content: ". . .";
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.edu-pagination.top-space-30 {
    padding-top: 30px;
}

/*---------------------------
  Section Title
----------------------------*/
.section-title .pre-title {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.section-title .pre-title.pre-textsecondary {
    color: #0900B2;
    color: var(--color-secondary);
}

.section-title .title {
    margin-bottom: 5px;
    font-size: 30px;
    color: #04005C;
    color: var(--color-primary-dark);
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .section-title .title br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 28px;
    }
}

.section-title .shape-line {
    display: block;
    color: #303DBF;
    color: var(--color-primary);
}

.section-title p {
    margin-bottom: 5px;
    color: #344054;
    font-size: 14px;
}

.section-title.section-left {
    text-align: left;
}

.section-title.section-center {
    text-align: center;
}

.section-title.section-center p {
    padding: 10px 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.section-center p {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.section-center p {
        padding: 0 !important;
    }
}

.section-title-flex {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .section-title-flex {
        display: block;
        text-align: center;
    }
}

.section-title-flex .left-content {
    flex: 1;
    text-align: right;
    margin-right: 90px;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .section-title-flex .left-content {
        text-align: center;
        margin-right: 0;
    }
}

.section-title-flex .left-content:after {
    content: "";
    height: 83px;
    width: 1px;
    background-color: #e5e1dc;
    position: absolute;
    top: 5px;
    right: -45px;
}

@media only screen and (max-width: 767px) {
    .section-title-flex .left-content:after {
        display: none;
    }
}

.section-title-flex .right-content {
    flex: 1;
}

.section-title-flex .right-content p {
    margin: 0;
    color: #000;
    color: var(--color-heading);
}

.splash-title .number {
    font-size: 60px;
    font-weight: 600;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    line-height: 1;
    margin-bottom: 5px;
    background: #31B978;
    background: linear-gradient(to left, #31B978 0%, #303DBF 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .splash-title .number {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-title .number {
        font-size: 40px;
    }
}

.splash-title .pre-title {
    font-size: 16px;
    font-weight: 600;
    background: #31B978;
    background: linear-gradient(to left, #31B978 0%, #303DBF 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.splash-title .title {
    font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .splash-title .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-title .title {
        font-size: 30px;
    }
}

/*---------------------------
 * Swiper Styles
----------------------------*/
.swiper-wrapper .swiper-slide {
    padding: 0 10px;
}

.swiper-navigation .swiper-btn-nxt,
.swiper-navigation .swiper-btn-prv {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    background: #fff;
    color: #D0D5DD;
}

@media only screen and (max-width: 767px) {

    .swiper-navigation .swiper-btn-nxt,
    .swiper-navigation .swiper-btn-prv {
        font-size: 18px;
    }
}

.swiper-navigation .swiper-btn-nxt:hover,
.swiper-navigation .swiper-btn-prv:hover {
    background: #4362F9;
    color: #fff;
}

.blog-gallery-activation {
    position: relative;
}

.blog-gallery-activation .swiper-navigation .swiper-btn-nxt,
.blog-gallery-activation .swiper-navigation .swiper-btn-prv {
    position: absolute;
    top: 45%;
    z-index: 1;
}

.blog-gallery-activation .swiper-navigation .swiper-btn-nxt {
    left: 30px;
}

.blog-gallery-activation .swiper-navigation .swiper-btn-prv {
    right: 20px;
}

/*---------------------------
    Social Share Style
---------------------------*/
.social-share {
    margin: -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.social-share li {
    margin: 10px;
}

.social-share li a {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    color: #344054;
    color: var(--color-body);
    transition: 0.3s;
    text-align: center;
}

.social-share li a:hover {
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-color: #303DBF;
    border-color: var(--color-primary);
    color: #ffffff;
    color: var(--color-white);
}

.social-share.icon-transparent {
    margin: 0 -15px;
}

.social-share.icon-transparent li {
    margin: 0 15px;
}

.social-share.icon-transparent li a {
    height: auto;
    width: auto;
    color: #ffffff !important;
    color: var(--color-white) !important;
    transition: 0.4s;
    line-height: normal;
    line-height: initial;
    font-size: 23px;
    border: none;
    border-radius: 0;
}

.social-share.icon-transparent li a:hover {
    color: #303DBF;
    color: var(--color-primary);
    background-color: transparent;
}

/*=======================================================================
3. Template Styles
=========================================================================*/
/*-------------------
  About Styles
---------------------*/
.about-image-gallery {
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-gallery {
        text-align: center;
    }
}

.about-image-gallery img {
    border-radius: 10px;
}

.about-image-gallery .video-box {
    position: absolute;
    top: 0;
    right: 40px;
}

@media only screen and (max-width: 575px) {
    .about-image-gallery .video-box {
        transform: scale(0.7);
        right: 0;
    }
}

.about-image-gallery .video-box .inner {
    padding: 20px;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 10px;
    box-shadow: 0px 40px 70px rgba(27, 20, 78, 0.1);
}

.about-image-gallery .video-box .inner .thumb {
    position: relative;
    text-align: center;
}

.about-image-gallery .video-box .inner .thumb img {
    border-radius: 6px;
}

.about-image-gallery .video-box .inner .thumb .popup-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    height: 60px;
    width: 60px;
    line-height: 62px;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 50%;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 18px;
}

.about-image-gallery .video-box .inner .thumb .popup-icon i {
    margin-left: 5px;
}

.about-image-gallery .video-box .inner .thumb .popup-icon:hover {
    background-color: #303DBF;
    background-color: var(--color-primary);
    color: #ffffff;
    color: var(--color-white);
}

.about-image-gallery .video-box .inner .loading-bar {
    margin: -20px 0;
    padding-top: 20px;
}

.about-image-gallery .video-box .inner .loading-bar span {
    display: block;
    height: 7px;
    background-color: #eaf0f2;
    border-radius: 10px;
    margin: 20px 0;
}

.about-image-gallery .video-box .inner .loading-bar span:first-child {
    width: 80%;
}

.about-image-gallery .video-box .inner .loading-bar span:nth-child(2n) {
    width: 45%;
}

.about-image-gallery .award-status {
    position: absolute;
    right: 70px;
    bottom: 0;
}

@media only screen and (max-width: 479px) {
    .about-image-gallery .award-status {
        right: 0;
    }
}

.about-image-gallery .award-status .inner {
    display: flex;
    padding: 22px 20px 18px 30px;
    align-items: center;
    box-shadow: 0px 40px 70px rgba(27, 20, 78, 0.1);
    background: #FFFFFF;
    border-radius: 10px;
}

.about-image-gallery .award-status .inner .icon {
    width: 60px;
    height: 60px;
    background: rgba(26, 182, 157, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    color: #303DBF;
    color: var(--color-primary);
    font-size: 30px;
}

.about-image-gallery .award-status .inner .content {
    text-align: left;
}

.about-image-gallery .award-status .inner .content .title {
    color: #303DBF;
    color: var(--color-primary);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

.about-image-gallery .shape-group li {
    position: absolute;
    z-index: -1;
}

.about-image-gallery .shape-group li.shape-1 {
    top: 20px;
    left: -100px;
}

@media only screen and (max-width: 991px) {
    .about-image-gallery .shape-group li.shape-1 {
        left: 0;
    }
}

.about-image-gallery .shape-group li.shape-2 {
    bottom: -30px;
    right: 130px;
}

.about-content {
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .about-content {
        padding-left: 0;
    }
}

.about-content .section-title {
    margin-bottom: 20px;
}

.about-content .features-list li {
    font-weight: 500;
    font-weight: var(--p-medium);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    color: #000;
    color: var(--color-heading);
    padding-left: 35px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 16px;
}

.about-content .features-list li:before {
    content: "\e913";
    font-family: "icomoon";
    color: #f8b81f;
    color: var(--color-tertiary);
    font-size: 19px;
    position: absolute;
    left: 0;
    top: -3px;
}

.about-style-1,
.about-style-2 {
    position: relative;
}

.about-style-1 .shape-group li,
.about-style-2 .shape-group li {
    position: absolute;
    top: 107px;
    right: -210px;
    z-index: -1;
}

.about-style-1 .shape-group li.shape-1.circle span,
.about-style-2 .shape-group li.shape-1.circle span {
    display: block;
    height: 101px;
    width: 101px;
    border: 15px solid #f8b81f;
    border: 15px solid var(--color-tertiary);
    border-radius: 50%;
}

@media only screen and (max-width: 1650px) {

    .about-style-1 .shape-group li,
    .about-style-2 .shape-group li {
        right: -110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {

    .about-style-1 .shape-group li,
    .about-style-2 .shape-group li {
        right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .about-style-1 .about-image-gallery .shape-group li {
        display: none;
    }
}

.about-style-1 .about-image-gallery .shape-group li.shape-1 {
    top: 20px;
    left: -100px;
}

.about-style-1 .about-image-gallery .shape-group li.shape-2 {
    top: 4px;
    left: -50px;
}

.about-style-1 .about-image-gallery .shape-group li.shape-3 {
    bottom: -33px;
    right: 120px;
    top: inherit;
}

.about-style-2 .about-image-gallery {
    position: relative;
    padding: 80px 0 60px 70px;
}

@media only screen and (max-width: 767px) {
    .about-style-2 .about-image-gallery {
        padding: 0;
    }
}

.about-style-2 .about-image-gallery .author-box {
    position: absolute;
    top: 15px;
    right: 0;
    max-width: 220px;
}

@media only screen and (max-width: 767px) {
    .about-style-2 .about-image-gallery .author-box {
        display: none;
    }
}

.about-style-2 .about-image-gallery .author-box .inner {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 40px 70px rgba(15, 11, 44, 0.2);
    padding: 40px 20px;
    border-radius: 10px 40px 10px 80px;
    text-align: center;
}

.about-style-2 .about-image-gallery .author-box .inner .thumb {
    margin-bottom: 20px;
}

.about-style-2 .about-image-gallery .author-box .inner .content .title {
    margin-bottom: 10px;
}

.about-style-2 .about-image-gallery .author-box .inner .content p {
    margin-bottom: 0;
}

.about-style-2 .about-image-gallery .award-status {
    right: auto;
    left: 0;
}

.about-style-2 .about-image-gallery .award-status .inner {
    box-shadow: 0px 40px 60px rgba(15, 11, 44, 0.15);
    border-radius: 30px 10px 50px 10px;
}

.about-style-2 .about-image-gallery .award-status .inner .icon {
    background: rgba(238, 74, 98, 0.1);
    color: #0900B2;
    color: var(--color-secondary);
}

.about-style-2 .about-image-gallery .award-status .inner .content .title {
    color: #0900B2;
    color: var(--color-secondary);
}

.about-style-2 .about-image-gallery .award-status .inner .content .subtitle {
    color: #000;
    color: var(--color-heading);
}

.about-style-2 .about-image-gallery .shape-group li.shape-1 {
    top: 0;
    left: -55px;
    right: inherit;
}

.about-style-2 .about-image-gallery .shape-group li.shape-2 {
    top: 0;
    left: 0;
    bottom: inherit;
    right: inherit;
}

.about-style-2 .about-image-gallery .shape-group li.shape-3 {
    top: inherit;
    bottom: -15px;
    right: -5px;
}

.about-style-2 .about-content {
    padding-left: 80px;
}

@media only screen and (max-width: 1199px) {
    .about-style-2 .about-content {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .about-style-2 .about-content {
        padding-left: 0;
    }
}

.about-style-3 {
    padding: 90px 0 120px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-3 {
        padding: 90px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .about-style-3 {
        padding: 80px 0;
    }
}

.about-style-3 .about-content {
    padding-right: 30px;
    padding-left: 0;
}

@media only screen and (max-width: 575px) {
    .about-style-3 .about-content {
        padding-right: 0;
    }
}

.about-style-3 .about-content .section-title {
    margin-bottom: 34px;
}

.about-style-3 .about-content .nav-tabs {
    border-bottom: none;
    margin: -8px -16px;
    padding-bottom: 20px;
}

.about-style-3 .about-content .nav-tabs .nav-item {
    margin: 8px 16px;
    position: relative;
}

.about-style-3 .about-content .nav-tabs .nav-item:after {
    content: "";
    height: 14px;
    width: 2px;
    background-color: #e5e5e5;
    position: absolute;
    top: 2px;
    right: -18px;
}

.about-style-3 .about-content .nav-tabs .nav-item:last-child:after {
    display: none;
}

.about-style-3 .about-content .nav-tabs .nav-link {
    color: #000;
    color: var(--color-heading);
    font-size: 17px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    padding-bottom: 1px;
}

.about-style-3 .about-content .nav-tabs .nav-link:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: #0900B2;
    background-color: var(--color-secondary);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.about-style-3 .about-content .nav-tabs .nav-link:hover, .about-style-3 .about-content .nav-tabs .nav-link.active {
    color: #0900B2;
    color: var(--color-secondary);
}

.about-style-3 .about-content .nav-tabs .nav-link:hover:after, .about-style-3 .about-content .nav-tabs .nav-link.active:after {
    width: 100%;
    opacity: 1;
}

.about-style-3 .about-content .tab-content p {
    margin-bottom: 20px;
}

.about-style-3 .about-content .tab-content .features-list li:before {
    color: #0900B2;
    color: var(--color-secondary);
}

.about-style-3 .about-image-gallery {
    padding: 80px 0 65px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-3 .about-image-gallery {
        text-align: left;
        padding: 20px 0 65px;
    }
}

@media only screen and (max-width: 767px) {
    .about-style-3 .about-image-gallery {
        padding: 20px 0 65px;
    }
}

@media only screen and (max-width: 479px) {
    .about-style-3 .about-image-gallery {
        padding: 0;
    }
}

.about-style-3 .about-image-gallery .main-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-3 .about-image-gallery .main-img-2 {
        right: 115px;
    }
}

@media only screen and (max-width: 479px) {
    .about-style-3 .about-image-gallery .main-img-2 {
        display: none;
    }
}

.about-style-3 .about-image-gallery .shape-group li {
    position: absolute;
    z-index: -1;
}

.about-style-3 .about-image-gallery .shape-group li img {
    position: static;
    position: initial;
}

.about-style-3 .about-image-gallery .shape-group li.shape-1 {
    left: inherit;
    right: 95px;
    top: -15px;
}

.about-style-3 .about-image-gallery .shape-group li.shape-2 {
    left: inherit;
    bottom: inherit;
    right: 39px;
    top: 13px;
    z-index: -2;
}

.about-style-3 .about-image-gallery .shape-group li.shape-3 {
    top: inherit;
    right: inherit;
    left: -2px;
    bottom: 33px;
}

.about-style-3 .about-image-gallery .shape-group li.shape-4 {
    right: 40px;
    bottom: -25px;
    z-index: -1;
}

.about-style-3 .about-image-gallery .shape-group li.shape-4 span {
    display: block;
    height: 320px;
    width: 320px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .about-style-3 .shape-group {
        display: none;
    }
}

.about-style-3 .shape-group li {
    position: absolute;
    z-index: -1;
}

.about-style-3 .shape-group li img {
    position: static;
    position: initial;
}

.about-style-3 .shape-group li.shape-1 {
    left: 110px;
    top: 20px;
}

@media only screen and (max-width: 1650px) {
    .about-style-3 .shape-group li.shape-1 {
        left: 0;
        top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .about-style-3 .shape-group li.shape-1 {
        left: -90px;
    }
}

.about-style-3 .shape-group li.shape-2 {
    top: -350px;
    left: 80px;
    z-index: -1;
}

@media only screen and (max-width: 1650px) {
    .about-style-3 .shape-group li.shape-2 {
        left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .about-style-3 .shape-group li.shape-2 {
        left: -90px;
    }
}

.about-style-4 .about-content {
    padding-right: 0;
    padding-left: 30px;
}

.about-style-4 .about-content .section-title p {
    margin-top: 26px;
}

.about-style-4 .about-content .features-list {
    margin-bottom: 35px;
}

.about-style-4 .about-content .features-list li:before {
    color: #0900B2;
    color: var(--color-secondary);
}

.about-style-4 .about-image-gallery {
    padding: 80px 0 65px;
    margin-right: 30px;
}

.about-style-4 .about-image-gallery .main-img-1 {
    background-color: #ffffff;
    background-color: var(--color-white);
    padding: 20px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0 20px 40px 0 rgba(42, 11, 88, 0.1);
}

.about-style-4 .about-image-gallery .main-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-style-4 .about-image-gallery .shape-group .shape-1 {
    left: inherit;
    right: 85px;
    top: 0;
}

.about-style-4 .about-image-gallery .shape-group .shape-2 {
    right: 31px;
    left: inherit;
    top: 32px;
    z-index: -2;
    bottom: inherit;
}

.about-style-4 .about-image-gallery .shape-group .shape-3 {
    right: inherit;
    left: -32px;
    bottom: 32px;
}

.about-style-4 .about-image-gallery .shape-group .shape-4 {
    right: 70px;
    bottom: -25px;
    z-index: -1;
}

.about-style-4 .about-image-gallery .shape-group .shape-4 span {
    display: block;
    height: 320px;
    width: 320px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.about-style-5 {
    position: relative;
}

.about-style-5 .section-title {
    margin-bottom: 60px;
}

.about-style-5 .about-image-gallery {
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    .about-style-5 .about-image-gallery .shape-group {
        display: block;
    }
}

.about-style-5 .about-image-gallery .shape-group li.shape-1 {
    top: -40px;
    right: -10px;
    left: inherit;
    bottom: inherit;
    z-index: 1;
}

.about-style-5 .about-image-gallery .shape-group li.shape-2 {
    right: auto;
    left: -80px;
    bottom: -78px;
    animation: rotateIt 10s linear infinite;
}

.about-style-5 .about-content .features-list {
    padding-bottom: 18px;
}

.about-style-5 .about-content .features-list li:before {
    color: #0900B2;
    color: var(--color-secondary);
}

.about-style-5 .shape-group li {
    position: absolute;
    z-index: -1;
}

.about-style-5 .shape-group li.shape-1 {
    bottom: 80px;
    right: 180px;
}

.about-style-6 {
    position: relative;
    padding: 90px 0 50px;
    background-color: #ffffff;
    background-color: var(--color-white);
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .about-style-6 {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 479px) {
    .about-style-6 {
        padding: 20px 0 50px;
    }
}

.about-style-6:after {
    content: url(/images/about/shape-32.png);
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    z-index: 2;
}

.about-style-6 .about-content .section-title {
    margin-bottom: 30px;
}

.about-style-6 .about-content .section-title p {
    margin-top: 25px;
}

.about-style-6 .about-content .about-mission {
    margin-bottom: 20px;
}

.about-style-6 .about-content .about-mission .title {
    margin-bottom: 14px;
}

.about-style-6 .about-content .about-mission p {
    margin-bottom: 25px;
}

.about-style-6 .about-content .about-mission .features-list li:before {
    color: #0900B2;
    color: var(--color-secondary);
}

.about-style-6 .about-image-gallery {
    padding: 0;
}

.about-style-6 .about-image-gallery .main-img-2 {
    text-align: right;
    margin-top: -240px;
}

@media only screen and (max-width: 575px) {
    .about-style-6 .about-image-gallery .main-img-2 {
        display: none;
    }
}

.about-style-6 .about-image-gallery .shape-group .shape-1 {
    top: 130px;
    right: 35px;
    left: auto;
}

.about-style-6 .about-image-gallery .shape-group .shape-2 {
    bottom: 240px;
    right: auto;
    left: -15px;
    z-index: 1;
    animation: rotateIt 10s linear infinite;
}

.about-style-6 .about-image-gallery .shape-group .shape-3 {
    bottom: 110px;
    left: 20px;
}

.about-style-7 {
    position: relative;
}

.about-style-7 .about-image-gallery {
    position: relative;
    padding: 80px 0 0 70px;
}

@media only screen and (max-width: 767px) {
    .about-style-7 .about-image-gallery {
        padding: 0;
    }
}

.about-style-7 .about-image-gallery .main-img-2 {
    position: absolute;
    right: 0;
    top: 15px;
}

@media only screen and (max-width: 767px) {
    .about-style-7 .about-image-gallery .main-img-2 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .about-style-7 .about-image-gallery .shape-group {
        display: none;
    }
}

.about-style-7 .about-image-gallery .shape-group li {
    position: absolute;
    z-index: -1;
}

.about-style-7 .about-image-gallery .shape-group li img {
    position: static;
    position: initial;
}

.about-style-7 .about-image-gallery .shape-group li.shape-1 {
    top: 0;
    left: -55px;
}

.about-style-7 .about-image-gallery .shape-group li.shape-2 {
    top: 0;
    left: 0;
    bottom: inherit;
    right: inherit;
}

.about-style-7 .about-image-gallery .shape-group li.shape-3 {
    bottom: -60px;
    right: -10px;
}

.about-style-7 .about-image-gallery .shape-group li.shape-4 {
    bottom: -80px;
    left: 10px;
    z-index: 1;
}

.about-style-7 .about-content {
    padding-right: 80px;
    padding-left: 0;
}

@media only screen and (max-width: 1199px) {
    .about-style-7 .about-content {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .about-style-7 .about-content {
        padding-right: 0;
    }
}

.about-style-7 .about-content .section-title p {
    margin-bottom: 28px;
    margin-top: 30px;
}

.about-style-7>.shape-group>li {
    position: absolute;
    z-index: -1;
    top: 75px;
    left: 125px;
    height: 100px;
    width: 100px;
    border: 16px solid #f8b81f;
    border-radius: 50%;
}

@media only screen and (max-width: 1650px) {
    .about-style-7>.shape-group>li {
        left: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .about-style-7>.shape-group>li {
        left: -20px;
        top: 45px;
    }
}

.about-style-8 {
    position: relative;
}

.about-style-8:before {
    content: "";
    height: 1030px;
    width: 100%;
    background: linear-gradient(-90deg, #f5f1eb 0%, rgba(245, 241, 235, 0.3) 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.about-style-8 .about-content {
    padding-right: 40px;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .about-style-8 .about-content {
        padding-right: 0;
    }
}

.about-style-8 .about-content .section-title p {
    margin-top: 30px;
}

.about-style-8 .about-content .about-mission {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

@media only screen and (max-width: 575px) {
    .about-style-8 .about-content .about-mission {
        display: block;
    }
}

.about-style-8 .about-content .about-mission .single-item {
    padding-right: 50px;
    flex: 1;
}

@media only screen and (max-width: 575px) {
    .about-style-8 .about-content .about-mission .single-item {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.about-style-8 .about-content .about-mission .single-item:last-child {
    padding-right: 0;
}

.about-style-8 .about-content .about-mission .single-item .icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
}

.about-style-8 .about-content .about-mission .single-item .icon.color-extra02 {
    color: #8e56ff;
    color: var(--color-extra02);
}

.about-style-8 .about-content .about-mission .single-item .icon.color-extra06 {
    color: #39c0fa;
    color: var(--color-extra06);
}

.about-style-8 .about-content .about-mission .single-item .title {
    margin-bottom: 10px;
}

.about-style-8 .about-image-gallery {
    padding: 0;
}

.about-style-8 .about-image-gallery .thumbnail img {
    width: 100%;
}

.about-style-8 .about-image-gallery .thumbnail-1 {
    text-align: right;
    margin-top: 40px;
}

.about-style-8 .about-image-gallery .thumbnail-1 img {
    border-radius: 70px 10px 10px 10px;
}

.about-style-8 .about-image-gallery .thumbnail-2 img {
    border-radius: 10px;
}

.about-style-8 .about-image-gallery .thumbnail-3 {
    text-align: right;
}

.about-style-8 .about-image-gallery .thumbnail-3 img {
    border-radius: 10px 10px 90px 10px;
}

.about-style-8 .about-image-gallery .thumbnail-4 img {
    border-radius: 10px;
}

.about-style-8 .about-image-gallery .shape-group li img {
    position: static;
    position: initial;
}

.about-style-8 .about-image-gallery .shape-group li.shape-1 {
    top: 0;
    left: -90px;
}

.about-style-8 .about-image-gallery .shape-group li.shape-2 {
    top: -20px;
    left: 25px;
    bottom: inherit;
    right: inherit;
}

.about-style-8 .about-image-gallery .shape-group li.shape-3 {
    bottom: 20px;
    right: -70px;
}

@media only screen and (max-width: 991px) {
    .about-style-8 .about-image-gallery .shape-group li.shape-3 {
        display: none;
    }
}

.about-style-8 .about-image-gallery .shape-group li.shape-4 {
    bottom: -75px;
    right: -165px;
}

.about-style-8 .about-image-gallery .shape-group li.shape-4 span {
    height: 400px;
    width: 400px;
    border: 1px solid #e8e6e3;
    border-radius: 50%;
    display: block;
}

.about-style-8:after {
    content: "";
    height: 600px;
    width: 600px;
    border: 1px solid #e8e6e3;
    border-radius: 50%;
    position: absolute;
    top: -175px;
    left: -70px;
    z-index: -1;
}

@media only screen and (max-width: 1650px) {
    .about-style-8:after {
        left: -195px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .about-style-8:after {
        left: -250px;
    }
}

/*-------------------
  Brand Styles
---------------------*/
.brand-section-heading {
    padding-right: 60px;
}

@media only screen and (max-width: 575px) {
    .brand-section-heading {
        padding-right: 0;
    }
}

.brand-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.brand-grid-wrap:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #f0f0f0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.brand-grid-wrap .brand-grid {
    padding: 18px 5px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    transition: 0.3s;
    transition: var(--transition);
}

.brand-grid-wrap .brand-grid:first-child {
    border-left: 1px solid #f0f0f0;
}

.brand-grid-wrap .brand-grid:nth-child(5n) {
    border-left: 1px solid #f0f0f0;
}

.brand-grid-wrap .brand-grid:hover {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
}

.brand-grid-wrap.brand-style-2 {
    grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 991px) {
    .brand-grid-wrap.brand-style-2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 479px) {
    .brand-grid-wrap.brand-style-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.brand-grid-wrap.brand-style-2:after {
    display: none;
}

.brand-grid-wrap.brand-style-2 .brand-grid {
    padding: 10px 20px;
}

.brand-grid-wrap.brand-style-2 .brand-grid:first-child {
    border-left: none;
}

@media only screen and (max-width: 479px) {
    .brand-grid-wrap.brand-style-2 .brand-grid:nth-child(2n) {
        border-right: none;
    }
}

@media only screen and (max-width: 991px) {
    .brand-grid-wrap.brand-style-2 .brand-grid:nth-child(3n) {
        border-right: none;
    }
}

@media only screen and (max-width: 479px) {
    .brand-grid-wrap.brand-style-2 .brand-grid:nth-child(3n) {
        border-right: 1px solid #f0f0f0;
    }
}

.brand-grid-wrap.brand-style-2 .brand-grid:nth-child(5n) {
    border-left: none;
}

.brand-grid-wrap.brand-style-2 .brand-grid:last-child {
    border-right: none;
}

.brand-grid-wrap.brand-style-2 .brand-grid:hover {
    box-shadow: none;
}

.brand-grid-wrap.brand-style-3 {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

@media only screen and (max-width: 991px) {
    .brand-grid-wrap.brand-style-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .brand-grid-wrap.brand-style-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .brand-grid-wrap.brand-style-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.brand-grid-wrap.brand-style-3:after {
    display: none;
}

.brand-grid-wrap.brand-style-3 .brand-grid {
    border: none;
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
    border-radius: 5px;
    padding: 30px 0;
    opacity: 0.4;
}

.brand-grid-wrap.brand-style-3 .brand-grid:hover {
    box-shadow: none;
    opacity: 1;
}

.brand-area-2 {
    position: relative;
    background: #F9F7F4;
    padding: 75px 0;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .brand-area-2 {
        padding: 50px 0;
    }
}

.brand-area-2 .shape-group li {
    position: absolute;
    z-index: -1;
}

.brand-area-2 .shape-group li.shape-1 {
    bottom: -170px;
    left: -220px;
}

.brand-area-2 .shape-group li.shape-2 {
    top: -22px;
    right: -21px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .brand-area-2 .shape-group li.shape-2 {
        top: -60px;
        right: -70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .brand-area-2 .shape-group li.shape-2 {
        display: none;
    }
}

.brand-area-5 {
    padding: 400px 0 120px;
    background-position: bottom;
    position: relative;
}

.brand-area-5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-20.svg);
}

.brand-area-5::before svg {
    background: rgb(247, 245, 242);
    background: linear-gradient(-90deg, rgb(247, 245, 242) 0%, rgba(247, 245, 242, 0.30196) 50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area-5 {
        padding: 380px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .brand-area-5 {
        padding: 260px 0 80px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .brand-area-5 {
        background: none;
        background-color: #FCFBFA;
    }
}

@media only screen and (max-width: 575px) {
    .brand-area-5 {
        padding: 80px 0 80px;
        margin-top: 80px;
    }
}

/*-------------------
  Call To Action Styles
---------------------*/
.edu-cta-banner-area {
    padding: 70px 0;
    background-color: #303DBF;
    position: relative;
}

.edu-cta-banner-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/home/groupcat-1.png);
    background-image: url(/img/home/cta-after-1.svg);
    background-position: right top;
    background-repeat: no-repeat;
}

.edu-cta-banner-area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/home/groupcat-2.png);
    background-image: url(/img/home/cta-after-2.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-cta-banner-area {
        padding: 50px 0;
    }

    .edu-cta-banner-area::after {
        background-image: none;
        background-image: initial;
    }

    .edu-cta-banner-area::before {
        background-image: none;
        background-image: initial;
    }
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner-area {
        padding: 50px 0;
    }

    .edu-cta-banner-area::after {
        background-image: none;
        background-image: initial;
    }

    .edu-cta-banner-area::before {
        background-image: none;
        background-image: initial;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-cta-banner-area .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner-area .shape-group {
        display: none;
    }
}

.edu-cta-banner-area .section-title p {
    color: #98A2B3;
}

.edu-cta-banner-area-1 {
    padding: 90px 0 40px;
    background-color: #f0f4f5;
    position: relative;
}

.edu-cta-banner-area-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-cta-banner-area-1 {
        padding: 80px 0 70px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner-area-1 {
        padding: 80px 0 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-cta-banner-area-1 .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner-area-1 .shape-group {
        display: none;
    }
}

.edu-cta-banner-1 .title {
    margin-bottom: 30px;
    color: #2c2c2c;
    text-align: left;
}

.edu-cta-banner-1 .section-title .title {
    margin-bottom: 30px;
    color: #2c2c2c;
}

.edu-cta-banner-1 .newsletter-form {
    width: 82%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner-1 .newsletter-form {
        width: 100%;
    }
}

.cta-banner-2 {
    position: relative;
    background-color: #f7f5f2;
    z-index: 1;
    overflow: hidden;
}

.cta-banner-2::before {
    display: none;
}

.cta-banner-2 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.cta-banner-2 .shape-group li.shape-1 {
    top: 30px;
    left: 100px;
}

.cta-banner-2 .shape-group li.shape-2 {
    bottom: -20px;
    left: 17%;
}

.cta-banner-2 .shape-group li.shape-3 {
    bottom: 60px;
    right: 120px;
}

.cta-banner-2 .shape-group li.shape-4 {
    top: 10px;
    right: 18%;
}

.cta-banner-2 .shape-group li.shape-5 {
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.cta-banner-2 .shape-group li.shape-5 img {
    opacity: 1;
    transform: scaleX(1);
}

.cta-banner-3 {
    padding: 220px 0 130px;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.cta-banner-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-4.svg);
    filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(983%) hue-rotate(324deg) brightness(104%) contrast(94%);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .cta-banner-3 {
        padding: 150px 0 80px;
    }
}

.cta-banner-3 .edu-cta-banner .title {
    margin-bottom: 30px;
    color: #fff;
}

.cta-banner-3 .edu-cta-banner .section-title .title {
    margin-bottom: 30px;
    color: #fff;
}

.cta-banner-3 .edu-cta-banner .newsletter-form {
    width: 82%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .cta-banner-3 .edu-cta-banner .newsletter-form {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .cta-banner-3 .shape-group {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .cta-banner-3 .shape-group {
        display: none;
    }
}

.cta-banner-3 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.cta-banner-3 .shape-group li.shape-1 {
    bottom: -70px;
    left: -290px;
    z-index: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .cta-banner-3 .shape-group li.shape-1 {
        left: -60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .cta-banner-3 .shape-group li.shape-1 img {
        width: 60%;
    }
}

.cta-banner-3 .shape-group li.shape-2 {
    bottom: -105px;
    right: -175px;
    z-index: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cta-banner-3 .shape-group li.shape-2 {
        right: -100px;
        bottom: -25px;
    }
}

@media only screen and (max-width: 1199px) {
    .cta-banner-3 .shape-group li.shape-2 {
        right: -130px;
        bottom: -25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .cta-banner-3 .shape-group li.shape-2 img {
        width: 70%;
    }
}

.cta-banner-3 .shape-group li.shape-3 {
    top: -70px;
    left: 119px;
}

.cta-banner-3 .shape-group li.shape-3 img {
    opacity: 0.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .cta-banner-3 .shape-group li.shape-3 img {
        width: 70%;
    }
}

.cta-banner-3 .shape-group li.shape-4 {
    bottom: -115px;
    right: 180px;
}

.cta-banner-3 .shape-group li.shape-4 img {
    opacity: 0.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .cta-banner-3 .shape-group li.shape-4 img {
        width: 70%;
    }
}

.edu-cta-banner {
    position: relative;
    z-index: 1;
}

.edu-cta-banner .section-title {
    margin-bottom: 0;
}

.edu-cta-banner .section-title .title {
    margin-bottom: 28px;
    color: #ffffff;
    color: var(--color-white);
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner .shape-group {
        display: none;
    }
}

.edu-cta-banner .shape-group li {
    position: absolute;
    z-index: -1;
}

.edu-cta-banner .shape-group li.shape-1 {
    bottom: 0;
    left: -130px;
}

.edu-cta-banner .shape-group li.shape-2 {
    top: -105px;
    right: -160px;
}

.university-cta-wrapper {
    background-color: #f7f5f2;
}

.university-cta-wrapper.edu-cta-banner-area::before {
    filter: brightness(0) saturate(100%) invert(90%) sepia(23%) saturate(5531%) hue-rotate(343deg) brightness(101%) contrast(94%);
}

.online-academy-cta-wrapper.edu-cta-banner-area {
    background-image: url(/images/cta/h-4-cta.png);
}

.online-academy-cta-wrapper.edu-cta-banner-area::before {
    background-image: url(/images/cta/h-4-cta.svg);
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(10%) hue-rotate(90deg) brightness(105%) contrast(90%);
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(10%) hue-rotate(90deg) brightness(105%) contrast(90%);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-one-cta-wrapper,
.university-cta-wrapper,
.online-academy-cta-wrapper {
    overflow: hidden;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-01,
.university-cta-wrapper .edu-cta-banner .shape-group li.shape-01,
.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-01 {
    top: 109px;
    left: -68px;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-02,
.university-cta-wrapper .edu-cta-banner .shape-group li.shape-02,
.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-02 {
    bottom: 29px;
    left: 11px;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-03,
.university-cta-wrapper .edu-cta-banner .shape-group li.shape-03,
.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-03 {
    top: -61px;
    right: -168px;
    z-index: 0;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-04,
.university-cta-wrapper .edu-cta-banner .shape-group li.shape-04,
.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-04 {
    top: -126px;
    right: -118px;
}

.cta-area-2 {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

.cta-area-2 .edu-cta-box::before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(90%) contrast(90%);
}

.edu-cta-box {
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    border-radius: 10px;
    padding: 50px 50px;
    position: relative;
}

.edu-cta-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/cta-bg-imgae-07.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .edu-cta-box {
        padding: 40px 30px;
    }
}

.edu-cta-box.home-one-cta .title a:hover, .edu-cta-box.home-four-cta .title a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.edu-cta-box.home-one-cta .shape-group li.shape-01, .edu-cta-box.home-four-cta .shape-group li.shape-01 {
    top: -11px;
    left: -118px;
}

.edu-cta-box.home-one-cta .shape-group li.shape-02, .edu-cta-box.home-four-cta .shape-group li.shape-02 {
    top: -31px;
    left: -63px;
    z-index: -2;
}

.edu-cta-box.home-one-cta .shape-group li.shape-03, .edu-cta-box.home-four-cta .shape-group li.shape-03 {
    bottom: -50px;
    right: -45px;
}

.edu-cta-box .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 12;
}

@media only screen and (max-width: 767px) {
    .edu-cta-box .inner {
        flex-direction: column;
        text-align: center;
    }
}

.edu-cta-box .inner .content {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.edu-cta-box .inner .content .subtitle {
    font-weight: 500;
    font-weight: var(--p-medium);
    font-size: 18px;
    color: #fff;
}

.edu-cta-box .inner .content .title {
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .edu-cta-box .inner .content .title {
        font-size: 20px;
    }
}

.edu-cta-box .inner .sparator {
    margin: 0 30px;
}

@media only screen and (max-width: 767px) {
    .edu-cta-box .inner .sparator {
        margin: 15px 0;
    }
}

.edu-cta-box .inner .sparator span {
    display: block;
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 60px;
    border: 4px solid rgba(26, 182, 157, 0.2);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    color: #303DBF;
    color: var(--color-primary);
    background-color: #fff;
}

.edu-cta-box .shape-group li {
    position: absolute;
    z-index: -1;
    margin: 0;
}

.edu-cta-box .shape-group li.shape-1 {
    top: -31px;
    left: -118px;
}

.edu-cta-box .shape-group li.shape-2 {
    bottom: -50px;
    right: -45px;
}

.edu-cta-box.cta-style-3 {
    background: #0900B2;
    background: var(--color-secondary);
}

@media only screen and (max-width: 767px) {
    .edu-cta-box.cta-style-3 {
        padding: 40px 30px;
    }
}

.edu-cta-box.cta-style-3 .inner .content .subtitle {
    color: #ffffff;
    color: var(--color-white);
}

.edu-cta-box.cta-style-3 .inner .content .title {
    color: #ffffff;
    color: var(--color-white);
    font-weight: 600;
    font-weight: var(--p-semi-bold);
}

.edu-cta-box.cta-style-3 .inner .sparator span {
    border: 4px solid rgba(238, 74, 98, 0.7);
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-cta-box.cta-style-2 {
    background: #f8b81f;
    background: var(--color-tertiary);
}

.edu-cta-box.cta-style-2 .inner .content .subtitle {
    color: #000;
    color: var(--color-heading);
}

.edu-cta-box.cta-style-2 .inner .content .title a {
    color: #000;
    color: var(--color-heading);
}

.edu-cta-box.cta-style-2 .inner .content .title a:hover {
    color: rgba(24, 24, 24, 0.75);
}

.edu-cta-box.cta-style-2 .inner .sparator span {
    color: #000;
    border-color: rgba(20, 20, 23, 0.1);
}

@media only screen and (max-width: 575px) {
    .newsletter-form .input-group {
        display: block;
        text-align: left;
    }
}

.newsletter-form .input-group .form-control {
    height: 60px;
    border-radius: 5px !important;
    background-color: #ffffff;
    background-color: var(--color-white);
    border: none;
    color: #000;
    color: var(--color-heading);
    padding: 0 40px;
    /* -- Placeholder -- */
}

@media only screen and (max-width: 767px) {
    .newsletter-form .input-group .form-control {
        height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-form .input-group .form-control {
        width: 100%;
    }
}

.newsletter-form .input-group .form-control::-moz-placeholder {
    color: #000;
    color: var(--color-heading);
    /* Firefox */
    opacity: 1;
}

.newsletter-form .input-group .form-control::placeholder {
    color: #000;
    color: var(--color-heading);
    /* Firefox */
    opacity: 1;
}

.newsletter-form .input-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    color: var(--color-heading);
    opacity: 1;
}

.newsletter-form .input-group .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    color: var(--color-heading);
    opacity: 1;
}

.newsletter-form .input-group .form-control:focus {
    box-shadow: none;
}

.newsletter-form .input-group button {
    border-radius: 30px 5px !important;
    margin-left: 20px !important;
    padding: 0 40px;
}

@media only screen and (max-width: 575px) {
    .newsletter-form .input-group button {
        margin: 20px 0 0 !important;
    }
}

.newsletter-form .input-group button:hover {
    border-radius: 5px 30px !important;
}

.btn-cta {
    padding: 20px 50px;
    height: 10px;
    border-radius: 16px;
}

.btn-cta .animation-bg-blue {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .btn-cta {
        color: #98A2B3;
        text-align: justify;
    }
}

/*-------------------
  Campus Styles
---------------------*/
.campus-thumbnail .thumbnail img {
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .campus-thumbnail .thumbnail img {
        width: 100%;
    }
}

.campus-content {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    border-radius: 0 5px 5px 5px;
    padding: 60px 50px 60px 70px;
    background-color: #ffffff;
    background-color: var(--color-white);
    margin-left: -120px;
    margin-top: 90px;
}

@media only screen and (max-width: 1199px) {
    .campus-content {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .campus-content {
        box-shadow: none;
        padding: 0;
    }
}

.campus-content .features-box {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    display: flex;
    text-align: left;
    margin-bottom: 24px;
}

.campus-content .features-box:last-child {
    margin-bottom: 0;
}

.campus-content .features-box .icon {
    font-size: 48px;
    margin-right: 20px;
    margin-bottom: 0;
}

.campus-content .features-box .icon .fitness-icon {
    font-size: 32px;
}

.campus-content .features-box .content {
    flex: 1;
}

.campus-content .features-box .content .title {
    margin-bottom: 12px;
}

.campus-content .features-box .content p {
    color: #344054;
    color: var(--color-body);
}

.edu-campus-area {
    position: relative;
}

.edu-campus-area .campus-image-gallery {
    position: relative;
}

.edu-campus-area .campus-image-gallery .shape-1 {
    z-index: -1;
    bottom: -220px;
    left: -235px;
}

.edu-campus-area .campus-image-gallery .shape-1 span {
    display: block;
    height: 470px;
    width: 470px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.edu-campus-area .campus-image-gallery .shape-2 {
    bottom: -84px;
    left: -144px;
}

.edu-campus-area .campus-image-gallery .shape-3 {
    bottom: -118px;
    left: -85px;
}

.edu-campus-area .campus-content {
    position: relative;
}

.edu-campus-area .campus-content .shape-4 {
    z-index: -1;
    top: -140px;
    right: -158px;
}

.edu-campus-area .campus-content .shape-4 span {
    display: block;
    height: 320px;
    width: 320px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.edu-campus-area .campus-content .shape-5 {
    top: -33px;
    right: -64px;
}

.edu-campus-area .campus-content .shape-5 span {
    display: block;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background: #F3F8FA;
}

.edu-campus-area .campus-content .shape-6 {
    top: -80px;
    right: -28px;
    z-index: 0;
}

/*-------------------
  Categorie Styles
---------------------*/
.categorie-grid {
    padding: 50px 30px;
    text-align: center;
    transition: 0.3s;
    display: flex;
    transition: var(--transition);
    text-align: left;
    border-radius: 100px;
    background: #fff;
    align-items: center;
}

.categorie-grid .icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(48, 61, 191, 0.1019607843);
    margin-right: 20px;
    border-radius: 50%;
    padding: 25px;
}

.categorie-grid .icon img {
    width: 45px;
}

.categorie-grid .content .title {
    margin-bottom: 15px;
    transition: 0.3s;
    transition: var(--transition);
}

.categorie-grid .content p {
    color: #344054;
    color: var(--color-textSecondary-2);
    margin: 10px 0px 0px;
    font-size: 13px;
    transition: 0.3s;
    transition: var(--transition);
    font-weight: 400;
}

.categorie-grid .content .course-remain {
    font-weight: 500;
    display: inline-block;
    padding: 2px 18px;
    border-radius: 5px;
    transition: 0.3s;
    transition: var(--transition);
}

.categorie-grid.color-primary-style {
    background-color: rgba(26, 182, 157, 0.07);
}

.categorie-grid.color-primary-style .icon,
.categorie-grid.color-primary-style .course-remain {
    background-color: rgba(26, 182, 157, 0.1);
    color: #303DBF;
    color: var(--color-primary);
}

.categorie-grid.color-primary-style:hover {
    background-color: rgb(26, 182, 157);
}

.categorie-grid.color-primary-style:hover .icon,
.categorie-grid.color-primary-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-secondary-style {
    background-color: rgba(238, 74, 98, 0.07);
}

.categorie-grid.color-secondary-style .icon,
.categorie-grid.color-secondary-style .course-remain {
    background-color: rgba(238, 74, 98, 0.1);
    color: #0900B2;
    color: var(--color-secondary);
}

.categorie-grid.color-secondary-style:hover {
    background-color: rgb(238, 74, 98);
}

.categorie-grid.color-secondary-style:hover .icon,
.categorie-grid.color-secondary-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-tertiary-style {
    background-color: rgba(248, 184, 31, 0.07);
}

.categorie-grid.color-tertiary-style .icon,
.categorie-grid.color-tertiary-style .course-remain {
    background-color: rgba(248, 184, 31, 0.1);
    color: #f8b81f;
    color: var(--color-tertiary);
}

.categorie-grid.color-tertiary-style:hover {
    background-color: rgb(248, 184, 31);
}

.categorie-grid.color-tertiary-style:hover .icon,
.categorie-grid.color-tertiary-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra01-style {
    background-color: rgba(14, 205, 115, 0.07);
}

.categorie-grid.color-extra01-style .icon,
.categorie-grid.color-extra01-style .course-remain {
    background-color: rgba(14, 205, 115, 0.1);
    color: #0ecd73;
    color: var(--color-extra01);
}

.categorie-grid.color-extra01-style:hover {
    background-color: rgb(14, 205, 115);
}

.categorie-grid.color-extra01-style:hover .icon,
.categorie-grid.color-extra01-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra02-style {
    background-color: rgba(142, 86, 255, 0.07);
}

.categorie-grid.color-extra02-style .icon,
.categorie-grid.color-extra02-style .course-remain {
    background-color: rgba(142, 86, 255, 0.1);
    color: #8e56ff;
    color: var(--color-extra02);
}

.categorie-grid.color-extra02-style svg path {
    fill: #8e56ff !important;
    fill: var(--color-extra02) !important;
}

.categorie-grid.color-extra02-style:hover {
    background-color: rgb(142, 86, 255);
}

.categorie-grid.color-extra02-style:hover .icon,
.categorie-grid.color-extra02-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra02-style:hover svg path {
    fill: #ffffff !important;
    fill: var(--color-white) !important;
}

.categorie-grid.color-extra03-style {
    background-color: rgba(249, 37, 150, 0.07);
}

.categorie-grid.color-extra03-style .icon,
.categorie-grid.color-extra03-style .course-remain {
    background-color: rgba(249, 37, 150, 0.1);
    color: #f92596;
    color: var(--color-extra03);
}

.categorie-grid.color-extra03-style:hover {
    background-color: rgb(249, 37, 150);
}

.categorie-grid.color-extra03-style:hover .icon,
.categorie-grid.color-extra03-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra04-style {
    background-color: rgba(88, 102, 235, 0.07);
}

.categorie-grid.color-extra04-style .icon,
.categorie-grid.color-extra04-style .course-remain {
    background-color: rgba(88, 102, 235, 0.1);
    color: #5866eb;
    color: var(--color-extra04);
}

.categorie-grid.color-extra04-style:hover {
    background-color: rgb(88, 102, 235);
}

.categorie-grid.color-extra04-style:hover .icon,
.categorie-grid.color-extra04-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra05-style {
    background-color: rgba(248, 148, 31, 0.07);
}

.categorie-grid.color-extra05-style .icon,
.categorie-grid.color-extra05-style .course-remain {
    background-color: rgba(248, 148, 31, 0.1);
    color: #f8941f;
    color: var(--color-extra05);
}

.categorie-grid.color-extra05-style:hover {
    background-color: rgb(248, 148, 31);
}

.categorie-grid.color-extra05-style:hover .icon,
.categorie-grid.color-extra05-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra06-style {
    background-color: rgba(57, 192, 250, 0.07);
}

.categorie-grid.color-extra06-style .icon,
.categorie-grid.color-extra06-style .course-remain {
    background-color: rgba(57, 192, 250, 0.1);
    color: #39c0fa;
    color: var(--color-extra06);
}

.categorie-grid.color-extra06-style svg path {
    fill: #39c0fa !important;
    fill: var(--color-extra06) !important;
}

.categorie-grid.color-extra06-style:hover {
    background-color: rgb(57, 192, 250);
}

.categorie-grid.color-extra06-style:hover .icon,
.categorie-grid.color-extra06-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra06-style:hover svg path {
    fill: #ffffff !important;
    fill: var(--color-white) !important;
}

.categorie-grid.color-extra07-style {
    background-color: rgba(218, 4, 248, 0.07);
}

.categorie-grid.color-extra07-style .icon,
.categorie-grid.color-extra07-style .course-remain {
    background-color: rgba(218, 4, 248, 0.1);
    color: #da04f8;
    color: var(--color-extra07);
}

.categorie-grid.color-extra07-style:hover {
    background-color: rgb(218, 4, 248);
}

.categorie-grid.color-extra07-style:hover .icon,
.categorie-grid.color-extra07-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.color-extra08-style {
    background-color: rgba(70, 100, 228, 0.07);
}

.categorie-grid.color-extra08-style .icon,
.categorie-grid.color-extra08-style .course-remain {
    background-color: rgba(70, 100, 228, 0.1);
    color: #4664e4;
    color: var(--color-extra08);
}

.categorie-grid.color-extra08-style:hover {
    background-color: rgb(70, 100, 228);
}

.categorie-grid.color-extra08-style:hover .icon,
.categorie-grid.color-extra08-style:hover .course-remain {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    color: var(--color-white);
}

.categorie-grid.categorie-style {
    padding: 16px 30px;
    display: flex;
    align-items: center;
    text-align: left;
    height: 120px;
}

.categorie-grid.categorie-style .icon {
    background-color: transparent;
    margin-bottom: 0;
    justify-content: flex-start;
    height: auto;
    width: auto;
    min-width: 84px;
}

.categorie-grid.categorie-style .icon .art-design {
    font-size: 45px;
}

.categorie-grid.categorie-style .icon .personal-development {
    font-size: 44px;
}

.categorie-grid.categorie-style .icon .health-fitness {
    font-size: 46px;
}

.categorie-grid.categorie-style .icon .data-science {
    font-size: 41px;
}

.categorie-grid.categorie-style .icon .computer-science {
    font-size: 33px;
}

.categorie-grid.categorie-style .icon .video-photography {
    font-size: 37px;
}

.categorie-grid.categorie-style .content {
    flex: 1;
}

.categorie-grid.categorie-style .content .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    font-size: 16px;
}

.edu-categorie-area {
    background-color: #F9FAFB;
    background-color: var(--bg-light-gray);
}

.categorie-grid .content .title {
    margin-bottom: 0px;
    font-size: 15px;
}

.categorie-grid {
    padding: 15px 10px;
}

.edu-categorie-area {
    padding: 50px 0px 0px;
}

/*-------------------
  Contact Styles
---------------------*/
.contact-me .inner {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .contact-me .inner {
        display: block;
        text-align: center;
    }
}

.contact-me .thumbnail {
    margin-right: 130px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-me .thumbnail {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-me .thumbnail {
        margin-bottom: 40px;
        margin-right: 0;
    }
}

.contact-me .thumbnail .thumb {
    box-shadow: 0px 20px 40px 0px rgba(42, 11, 88, 0.1);
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .contact-me .thumbnail .thumb {
        display: inline-block;
    }
}

.contact-me .thumbnail .thumb img {
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .contact-me .thumbnail .shape-group {
        display: none;
    }
}

.contact-me .thumbnail .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.contact-me .thumbnail .shape-group li.shape-1 {
    top: -45px;
    right: 30px;
}

.contact-me .thumbnail .shape-group li.shape-2 {
    top: -20px;
    right: -30px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-me .thumbnail .shape-group li.shape-2 {
        display: none;
    }
}

.contact-me .thumbnail .shape-group li.shape-3 {
    bottom: -15px;
    left: -40px;
}

.contact-me .contact-us-info {
    flex: 1;
}

.contact-us-info .heading-title {
    margin-bottom: 26px;
}

.contact-us-info .address-list li .title {
    margin-bottom: 5px;
}

.contact-us-info .address-list li p {
    margin-bottom: 20px;
}

.contact-us-info .social-share {
    padding-top: 12px;
}

@media only screen and (max-width: 767px) {
    .contact-me-area .contact-us-info .social-share {
        justify-content: center;
    }
}

.contact-form-area {
    background-color: #f0f4f5;
    background-color: var(--color-lighten01);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .contact-form-area .shape-group {
        display: none;
    }
}

.contact-form-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.contact-form-area .shape-group li.shape-1 {
    top: 32%;
    left: 13%;
}

.contact-form-area .shape-group li.shape-2 {
    top: 32%;
    left: 9%;
}

.contact-form-area .shape-group li.shape-3 {
    top: -200px;
    right: -110px;
}

.contact-form-area .shape-group li.shape-3 span {
    display: block;
    height: 476px;
    width: 476px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.contact-form-area .shape-group li.shape-4 {
    top: 150px;
    right: 135px;
}

.contact-form.form-style-2 {
    padding: 70px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 5px;
    margin-bottom: -80px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .contact-form.form-style-2 {
        padding: 40px;
    }
}

.contact-form.form-style-2 .section-title {
    margin-bottom: 5px;
}

.contact-form.form-style-2 .section-title p {
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form.form-style-2 .form-group {
    margin-bottom: 0;
}

.contact-form.form-style-2 .form-group input,
.contact-form.form-style-2 .form-group textarea {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    padding: 20px 0 10px;
}

.contact-form.form-style-2 .form-group .btn-primary-gradient {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .contact-form.form-style-2 .shape-group {
        display: none;
    }
}

.contact-form.form-style-2 .shape-group li {
    position: absolute;
    z-index: -1;
}

.contact-form.form-style-2 .shape-group li.shape-1 {
    top: -60px;
    right: -90px;
}

.contact-form.form-style-2 .shape-group li.shape-2 {
    top: -80px;
    right: -10px;
    z-index: 1;
}

.contact-form .error-msg p,
.contact-form .success-msg p {
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-us-area {
    padding: 50px 0px 0px;
    background: #F9FAFB;
}

.contact-us-area .mb-500 {
    margin-bottom: 50px;
}

.google-map-area #gmap_canvas {
    width: 100%;
    height: 600px;
    margin-bottom: -8px;
}

/*-------------------
  Counterup Styles
---------------------*/
.edu-counterup {
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    text-align: left;
    padding: 30px;
    margin: 0px 20px;
}

@media only screen and (max-width: 479px) {
    .edu-counterup {
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-counterup .odometer.odometer-auto-theme .odometer-digit .odometer-value {
        line-height: 1.2;
    }
}

.edu-counterup .count-number {
    margin-bottom: 30px;
}

.edu-counterup .count-number span,
.edu-counterup .count-number em {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-weight: 800;
    font-weight: var(--p-extra-bold);
}

.edu-counterup .count-number.primary-color {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-counterup .count-number.secondary-color {
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-counterup .count-number.extra02-color {
    color: rgb(5, 0, 102);
}

.edu-counterup .count-number.extra05-color {
    color: #f8941f;
    color: var(--color-extra05);
}

.edu-counterup .count-number img {
    height: 45px;
}

.edu-counterup .title {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-weight: var(--p-medium);
}

.edu-counterup.counterup-style-1 {
    box-shadow: 0px 10px 30px 6px rgba(0, 0, 0, 0.07);
}

.edu-counterup.counterup-style-2 p {
    font-size: 12px !important;
    margin: 0px !important;
}

.edu-counterup.counterup-style-3 {
    padding: 0;
    border-radius: 0;
    position: relative;
}

.edu-counterup.counterup-style-3:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e5e5e5;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
    .edu-counterup.counterup-style-3:after {
        display: none;
    }
}

.edu-counterup.counterup-style-3.border-none:after {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-counterup.counterup-style-3.border-none:after {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .edu-counterup.counterup-style-3.border-none:after {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .edu-counterup.counterup-style-3.border-none:after {
        display: none;
    }
}

.edu-counterup.counterup-style-4 {
    box-shadow: 0px 30px 70px 0px rgba(16, 12, 47, 0.05);
    border-radius: 4px;
    background-color: #ffffff;
    background-color: var(--color-white);
}

.edu-counterup.counterup-style-4 .icon {
    text-align: center;
    height: 90px;
    width: 90px;
    line-height: 95px;
    border-radius: 50%;
    font-size: 50px;
    margin: 0 auto 25px;
}

.edu-counterup.counterup-style-4 .icon.primary-color {
    background-color: rgba(26, 182, 157, 0.1);
    color: #303DBF;
    color: var(--color-primary);
}

.edu-counterup.counterup-style-4 .icon.secondary-color {
    background-color: rgba(255, 91, 92, 0.1);
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-counterup.counterup-style-4 .icon.extra08-color {
    background-color: rgba(70, 100, 228, 0.1);
    color: #4664e4;
    color: var(--color-extra08);
}

.edu-counterup.counterup-style-4 .icon.extra05-color {
    background-color: rgba(248, 150, 36, 0.1);
    color: #f8941f;
    color: var(--color-extra05);
}

.edu-counterup.counterup-style-4 .count-number span {
    font-weight: 700;
    font-weight: var(--p-bold);
}

.edu-counterup.counterup-style-5.primary-color {
    background-color: rgba(26, 182, 157, 0.1);
}

.edu-counterup.counterup-style-5.primary-color .count-number {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-counterup.counterup-style-5.secondary-color {
    background-color: rgba(255, 91, 92, 0.1);
}

.edu-counterup.counterup-style-5.secondary-color .count-number {
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-counterup.counterup-style-5.extra02-color {
    background-color: rgba(142, 86, 255, 0.1);
}

.edu-counterup.counterup-style-5.extra02-color .count-number {
    color: #8e56ff;
    color: var(--color-extra02);
}

.edu-counterup.counterup-style-5.extra05-color {
    background-color: rgba(248, 150, 36, 0.1);
}

.edu-counterup.counterup-style-5.extra05-color .count-number {
    color: #f8941f;
    color: var(--color-extra05);
}

.edu-counterup.counterup-style-6 {
    position: relative;
    padding: 5px 0;
}

.edu-counterup.counterup-style-6:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.edu-counterup.counterup-style-6.border-none:after {
    display: none;
}

.edu-counterup.counterup-style-6 .icon {
    font-size: 60px;
    color: #ffffff;
    color: var(--color-white);
    line-height: 1;
    margin-bottom: 10px;
}

.edu-counterup.counterup-style-6 .count-number {
    color: #ffffff;
    color: var(--color-white);
}

.edu-counterup.counterup-style-6 .title {
    color: #ffffff;
    color: var(--color-white);
}

.counterup-area-2 {
    position: relative;
    z-index: 1;
}

.counterup-area-2 .counterup-box-wrap {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .counterup-area-2 .counterup-box-wrap {
        padding: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .counterup-area-2 .counterup-box-wrap {
        padding: 0px;
    }
}

.counterup-area-2 .counterup-box-wrap .counterup-box {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .counterup-area-2 .counterup-box-wrap .shape-group {
        display: none;
    }
}

.counterup-area-2 .counterup-box-wrap .shape-group li {
    position: absolute;
    z-index: -1;
}

.counterup-area-2 .counterup-box-wrap .shape-group li.shape-1 {
    top: -80px;
    left: -90px;
}

.counterup-area-2 .counterup-box-wrap .shape-group li.shape-2 {
    top: -100px;
    left: -15px;
    z-index: 1;
}

.counterup-area-2 .counterup-box-wrap .shape-group li.shape-3 {
    bottom: -60px;
    right: -70px;
}

.counterup-area-2 .counterup-box-wrap .shape-group li.shape-4 {
    bottom: -63px;
    right: 30px;
}

@media only screen and (max-width: 991px) {

    .counterup-area-3 :nth-child(2) .edu-counterup.counterup-style-3:after,
    .counterup-area-3 :nth-child(4) .edu-counterup.counterup-style-3:after {
        width: 0px;
    }
}

.counterup-area-4 {
    margin-top: -160px;
    position: relative;
}

.counterup-area-6 {
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    padding: 65px 0;
}

@media only screen and (max-width: 991px) {
    .counterup-area-6 :nth-child(2) .counterup-style-6:after {
        width: 0px;
    }
}

.counterup-area-7 {
    position: relative;
    z-index: 1;
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
}

.counterup-area-7 .counterup-content {
    padding-right: 80px;
    padding-top: 30px;
}

.counterup-area-7 .counterup-box-wrap {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 30px 70px 0px rgba(16, 12, 47, 0.08);
    border-radius: 10px;
    padding: 70px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .counterup-area-7 .counterup-box-wrap {
        padding: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .counterup-area-7 .counterup-box-wrap {
        padding: 10px;
    }
}

.counterup-area-7 .counterup-box-wrap .counterup-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

@media only screen and (max-width: 479px) {
    .counterup-area-7 .counterup-box-wrap .counterup-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

.counterup-area-7 .counterup-box-wrap .counterup-box:before {
    content: "";
    height: 100%;
    width: 0.1px;
    background-color: #e5e5e5;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 479px) {
    .counterup-area-7 .counterup-box-wrap .counterup-box:before {
        display: none;
    }
}

.counterup-area-7 .counterup-box-wrap .counterup-box:after {
    content: "";
    height: 0.1px;
    width: 100%;
    background-color: #e5e5e5;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 479px) {
    .counterup-area-7 .counterup-box-wrap .counterup-box:after {
        display: none;
    }
}

.counterup-area-7 .counterup-box-wrap .shape-group li {
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .counterup-area-7 .counterup-box-wrap .shape-group li img {
        transform: scale(0.5);
        animation: none;
    }
}

.counterup-area-7 .counterup-box-wrap .shape-group li.shape-1 {
    top: -80px;
    left: -90px;
}

.counterup-area-7 .counterup-box-wrap .shape-group li.shape-2 {
    top: -100px;
    left: -15px;
    z-index: 1;
}

.counterup-area-7 .counterup-box-wrap .shape-group li.shape-3 {
    bottom: -60px;
    right: -90px;
}

.counterup-area-7 .counterup-box-wrap .shape-group li.shape-4 {
    bottom: -63px;
    right: 30px;
}

.counterup-area-8 {
    position: relative;
}

.counterup-area-8 .shape-group li {
    position: absolute;
    z-index: -1;
}

.counterup-area-8 .shape-group li img {
    opacity: 0.9;
}

.counterup-area-8 .shape-group li.shape-1 {
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.counterup-area-9 .shape-group li.shape-1 {
    bottom: -34px;
    right: -54px;
}

.counterup-area-2 {
    padding: 100px 0px;
}

.edu-counterup .count-number.extra02-color {
    color: rgb(5, 0, 102);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
}

.mainBoxProgram {
    background-color: #f2f6fc;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.mainBoxProgram .content .sub-title {
    margin: 5px 0px;
}

.mainBoxProgram .content .title {
    margin: 5px 0px;
    font-weight: 600;
    color: #303DBF;
    color: var(--color-primary);
}

.mainBoxProgram .content .course-meta-address .university {
    font-weight: 600;
    font-size: 14px;
    color: #050066;
}

.mainBoxProgram .content .course-meta-address .address {
    font-weight: 400;
    font-size: 12px;
    color: #050066;
}

.mainBoxProgram .content .course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainBoxProgram .content .course-meta .course-meta-sub {
    display: flex;
    flex-direction: column;
    margin: 5px 0px;
    color: #414141;
    font-weight: 600;
    margin-top: 10px;
}

.mainBoxProgram .content .course-meta .course-meta-sub .course-price {
    font-weight: 300;
    font-size: 13px;
}

.mainBoxProgram .btn-sm {
    padding: 12px 25px;
    height: -moz-fit-content;
    height: fit-content;
    line-height: normal;
    line-height: initial;
    margin-top: 15px;
    margin-right: 15px;
}

.edu-course.course-style-1 {
    transition: 0.5s;
    transition: var(--transition-2);
}

.edu-course.course-style-1 .thumbnail {
    transition: 0.5s;
    transition: var(--transition-2);
}

.edu-course.course-style-1 .thumbnail img {
    transition: 0.5s;
    transition: var(--transition-2);
}

.edu-course.course-style-1 .thumbnail:after {
    transition: 0.5s;
    transition: var(--transition-2);
}

.edu-course .thumbnail {
    position: relative;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course .thumbnail a {
    display: block;
    overflow: hidden;
}

.edu-course .thumbnail a img {
    transition: 0.4s;
    width: 100%;
}

.edu-course .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course .thumbnail .time-top {
    position: absolute;
    top: 10px;
    right: 10px;
}

.edu-course .thumbnail .duration {
    background-color: #f8b81f;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    color: var(--color-white);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    display: block;
}

.edu-course .thumbnail .duration i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.edu-course .content .course-level {
    font-size: 13px;
    font-weight: 500;
    color: #303DBF;
    color: var(--color-primary);
    margin-bottom: 15px;
    display: inline-block;
}

.edu-course .content a {
    font-size: 14px;
    color: #344054;
    color: var(--color-textSecondary-2);
    margin-bottom: 7px;
    font-weight: 600;
}

.edu-course .content a .icon-4:before {
    content: "\e903";
    font-size: 10px;
}

.edu-course .content a:hover,
.edu-course .content a:focus,
.edu-course .content a:active {
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

.edu-course .content .title {
    margin-bottom: 5px;
}

.edu-course .content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    color: var(--color-heading);
    font-size: 17px;
    font-weight: 600;
}

.edu-course .content p {
    margin: 0px !important;
    font-size: 13px !important;
}

.edu-course .content .course-rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.edu-course .content .course-rating .rating {
    color: #f8b81f;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course .content .course-rating .rating-count {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
    margin-left: 10px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course .content .course-price {
    font-size: 14px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    color: #0900B2;
    color: var(--color-secondary);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    margin-bottom: 14px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course .content .course-price.price-round {
    font-size: 22px;
    font-weight: 700;
    font-weight: var(--p-bold);
    color: #ffffff;
    color: var(--color-white);
    height: 80px;
    width: 80px;
    line-height: 84px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-radius: 50%;
    text-align: center;
}

.edu-course .content .course-meta li {
    display: inline-block;
    font-size: 13px;
    color: #000;
    color: var(--color-heading);
    margin-right: 25px;
    position: relative;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course .content .course-meta li:last-child {
    margin-right: 0;
}

.edu-course .content .course-meta li:last-child:after {
    display: none;
}

.edu-course .content .course-meta li i {
    color: #a7a7a7;
    font-size: 14px;
    margin-right: 7px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course .course-hover-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    padding: 50px 20px 45px 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
    display: inline-table;
}

.edu-course .course-hover-content .content {
    padding: 0;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 10px;
    right: 10px;
}

.edu-course .course-hover-content .content .wishlist-btn:hover {
    background: #0900B2;
    background: var(--color-secondary);
}

@media only screen and (max-width: 1199px) {
    .edu-course .course-hover-content .content .wishlist-btn {
        display: none;
    }
}

.edu-course .course-hover-content .content .course-level {
    background-color: #ffffff;
    background-color: var(--color-white);
    color: #000;
    color: var(--color-heading);
}

.edu-course .course-hover-content .content .title {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course .course-hover-content .content .title a:hover {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course .course-hover-content .content .course-rating .rating-count {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course .course-hover-content .content .course-price {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course .course-hover-content .content p {
    color: #ffffff;
    color: var(--color-white);
    margin-bottom: 15px;
}

.edu-course .course-hover-content .content .course-meta {
    margin-bottom: 16px;
}

.edu-course .course-hover-content .content .course-meta li {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course .course-hover-content .content .course-meta li:after {
    background-color: rgba(255, 255, 255, 0.25);
}

.edu-course .course-hover-content .content .course-meta li i {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course .hover-content-aside {
    width: 344px;
    padding-left: 12px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(-20px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
    pointer-events: none;
    z-index: 1;
}

.edu-course .hover-content-aside .content {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
    padding: 30px 30px 40px 30px;
}

.edu-course .hover-content-aside .content:before {
    content: "";
    border-top: 12px solid transparent;
    border-right: 13px solid #ffffff;
    border-right: 13px solid var(--color-white);
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
}

.edu-course .hover-content-aside .content .course-rating {
    margin-bottom: 0;
}

.edu-course .hover-content-aside .content .course-meta {
    margin-bottom: 5px;
}

.edu-course .hover-content-aside .content .course-meta li {
    font-size: 15px;
    font-size: var(--font-size-b1);
    color: #344054;
    color: var(--color-body);
}

.edu-course .hover-content-aside .content .course-meta li:after {
    height: 5px;
    width: 5px;
    background-color: #d1d1d1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}

.edu-course .hover-content-aside .content .course-feature {
    margin-bottom: 25px;
}

.edu-course .hover-content-aside .content .course-feature ul li {
    font-size: 13px;
    position: relative;
    padding-left: 28px;
}

.edu-course .hover-content-aside .content .course-feature ul li:before {
    content: "\e913";
    font-family: "icomoon";
    color: #000;
    color: var(--color-heading);
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

.edu-course .hover-content-aside .content .button-group .btn-primary-gradient {
    flex: 1;
}

.edu-course .hover-content-aside.content-right {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 12px;
}

.edu-course .hover-content-aside.content-right .content:before {
    left: auto;
    right: -12px;
    transform: scaleX(-1);
}

.edu-course:hover .course-hover-content-wrapper {
    opacity: 1;
}

.edu-course:hover .thumbnail a img {
    transform: scale(1.1);
}

.edu-course:hover .course-hover-content {
    visibility: visible;
    opacity: 1;
}

.edu-course:hover .hover-content-aside {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.edu-course.course-style-2 .course-hover-content .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.edu-course.course-style-3 {
    background-color: transparent;
    padding-bottom: 5px;
    z-index: 1;
}

.edu-course.course-style-3:before {
    content: "";
    height: 10px;
    width: 100%;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course.course-style-3 .thumbnail .time-top {
    right: auto;
    left: 10px;
}

.edu-course.course-style-3 .content {
    padding: 30px 30px 30px;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 0 0 4px 4px;
    position: relative;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course.course-style-3 .content .course-level {
    color: #0900B2;
    color: var(--color-secondary);
    background-color: rgba(238, 74, 98, 0.15);
    margin-bottom: 12px;
}

.edu-course.course-style-3 .content .title {
    margin-bottom: 14px;
}

.edu-course.course-style-3 .content p {
    margin-bottom: 20px;
}

.edu-course.course-style-3 .content .course-rating {
    margin-bottom: 0;
}

.edu-course.course-style-3 .content .read-more-btn {
    visibility: hidden;
    opacity: 0;
    margin-bottom: -50px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-course.course-style-3:hover:before {
    background-color: rgba(255, 91, 92, 0.3);
}

.edu-course.course-style-3:hover .thumbnail {
    margin-bottom: -75px;
}

.edu-course.course-style-3:hover .thumbnail a:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.edu-course.course-style-3:hover .content .read-more-btn {
    margin-top: 24px;
    margin-bottom: 0;
    visibility: visible;
    opacity: 1;
}

.edu-course.course-style-4 {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-darkest);
    padding: 30px;
}

.edu-course.course-style-4 .inner {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .edu-course.course-style-4 .inner {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .edu-course.course-style-4 .thumbnail {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.edu-course.course-style-4 .thumbnail a {
    border-radius: 4px;
}

.edu-course.course-style-4 .thumbnail a img {
    border-radius: 4px;
    width: auto;
}

.edu-course.course-style-4 .thumbnail a:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.edu-course.course-style-4 .thumbnail .time-top {
    left: 10px;
    right: auto;
}

.edu-course.course-style-4 .content {
    flex: 1;
    padding: 0;
}

.edu-course.course-style-4 .content .course-price {
    font-weight: 700;
    font-weight: var(--p-bold);
    font-size: 16px;
    margin-bottom: 10px;
}

.edu-course.course-style-4 .content .course-rating {
    margin-bottom: 14px;
}

.edu-course.course-style-4:hover {
    background-color: #303DBF;
    background-color: var(--color-primary);
}

.edu-course.course-style-4:hover .content .title a {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-4:hover .content .course-price {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-4:hover .content .course-rating .rating-count {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-4:hover .content .course-meta li {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-4:hover .content .course-meta li i {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-4:hover .content .course-meta li:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.edu-course.course-style-5 {
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
    border-radius: 4px;
}

.edu-course.course-style-5 .thumbnail a:after {
    background-color: rgba(0, 0, 0, 0);
}

.edu-course.course-style-5 .content {
    position: relative;
}

.edu-course.course-style-5 .content .price-round {
    position: absolute;
    top: -40px;
    right: 30px;
}

.edu-course.course-style-5 .content .course-level {
    background-color: transparent;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 15px;
    padding: 0;
}

.edu-course.course-style-5 .content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.edu-course.course-style-5 .content p {
    margin-bottom: 0px !important;
}

.edu-course.course-style-6 {
    background-color: transparent;
}

.edu-course.course-style-6 .thumbnail {
    margin-bottom: 15px;
}

.edu-course.course-style-6 .thumbnail a:after {
    background-color: rgba(0, 0, 0, 0);
}

.edu-course.course-style-6 .thumbnail .price-round {
    font-size: 22px;
    font-weight: 700;
    font-weight: var(--p-bold);
    color: #ffffff;
    color: var(--color-white);
    height: 80px;
    width: 80px;
    line-height: 84px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.edu-course.course-style-6 .content {
    background-color: #ffffff;
    background-color: var(--color-white);
    padding: 35px 40px 30px;
    border-radius: 0 0 4px 4px;
}

.edu-course.course-style-6 .content .course-level {
    background-color: transparent;
    padding: 0;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 15px;
}

.edu-course.course-style-6 .content .title {
    margin-bottom: 15px;
}

.edu-course.course-style-7 {
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-darkest);
    background-color: transparent;
}

.edu-course.course-style-7 .thumbnail {
    margin-bottom: -23px;
}

.edu-course.course-style-7 .thumbnail a {
    border-radius: 10px 10px 0 0;
}

.edu-course.course-style-7 .thumbnail a img {
    border-radius: 10px 10px 0 0;
}

.edu-course.course-style-7 .thumbnail a:after {
    background-color: rgba(0, 0, 0, 0);
}

.edu-course.course-style-7 .thumbnail .course-price {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    transition: 0.3s;
    transition: var(--transition);
    position: absolute;
    bottom: -40px;
    right: 30px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .edu-course.course-style-7 .thumbnail .course-price {
        bottom: -18px;
    }
}

.edu-course.course-style-7 .thumbnail .course-price.price-round {
    font-size: 22px;
    font-weight: 700;
    font-weight: var(--p-bold);
    color: #ffffff;
    color: var(--color-white);
    height: 80px;
    width: 80px;
    line-height: 84px;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 50%;
    text-align: center;
}

.edu-course.course-style-7 .content {
    position: relative;
    -webkit-mask-image: url("/images/others/mask-06.png");
    mask-image: url("/images/others/mask-06.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    padding: 50px 20px 10px 30px;
    border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 767px) {
    .edu-course.course-style-7 .content {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.edu-course.course-style-7 .content .course-level {
    background-color: transparent;
    padding: 0;
    font-size: 15px;
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-7 .content .title {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-7 .content .title a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.edu-course.course-style-7 .content .course-meta {
    margin-bottom: 10px;
}

.edu-course.course-style-7 .content .course-meta li {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-7 .content .course-meta li i {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-7 .content p {
    color: #ffffff;
    color: var(--color-white);
}

.edu-course.course-style-7.bg-color-extra02 .thumbnail .price-round {
    color: #8e56ff;
    color: var(--color-extra02);
}

.edu-course.course-style-7.bg-color-extra02 .content {
    background-color: #8e56ff;
    background-color: var(--color-extra02);
}

.edu-course.course-style-7.bg-color-secondary .thumbnail .price-round {
    color: #0900B2;
    color: var(--color-textSecondary);
}

.edu-course.course-style-7.bg-color-secondary .content {
    background-color: #0900B2;
    background-color: var(--color-textSecondary);
}

.edu-course.course-style-7.bg-color-primary .thumbnail .price-round {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-course.course-style-7.bg-color-primary .content {
    background-color: #303DBF;
    background-color: var(--color-primary);
}

.edu-course.course-style-8 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
}

.edu-course.course-style-8:last-child {
    margin-bottom: 0;
}

.edu-course.course-style-8 .content .course-rating {
    margin-bottom: 10px;
}

.edu-course.course-style-8 .hover-content-aside {
    top: 100%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    padding-top: 12px;
    z-index: 2;
}

.edu-course.course-style-8 .hover-content-aside .content {
    padding: 30px 30px 40px;
}

.edu-course.course-style-8 .hover-content-aside .content:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-bottom: 12px solid var(--color-white);
    border-top: none;
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.edu-course.course-style-8 .hover-content-aside .content .course-level {
    background-color: transparent;
    padding: 0;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 15px;
    margin-bottom: 10px;
}

.edu-course.course-style-8 .hover-content-aside .content .course-meta {
    margin-bottom: 2px;
}

.edu-course.course-style-8:hover {
    background-color: #ffffff;
    background-color: var(--color-white);
}

.edu-course.course-style-8:hover .content .course-price {
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-course.course-style-8:hover .content .title a {
    color: #000;
    color: var(--color-heading);
}

.edu-course.course-style-8:hover .content .title a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-course.course-style-8:hover .content .course-rating .rating-count {
    color: #000;
    color: var(--color-heading);
}

.edu-course.course-style-8:hover .content .course-meta li {
    color: #000;
    color: var(--color-heading);
}

.edu-course.course-style-8:hover .content .course-meta li:after {
    background-color: #e5e5e5;
}

.edu-course.course-style-8:hover .content .course-meta li i {
    color: #a7a7a7;
}

.edu-course.course-style-9 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
    margin-left: 105px;
}

@media only screen and (max-width: 575px) {
    .edu-course.course-style-9 {
        margin-left: 0px;
    }
}

.edu-course.course-style-9:last-child {
    margin-bottom: 0;
}

.edu-course.course-style-9 .thumbnail {
    margin-left: -135px;
}

@media only screen and (max-width: 575px) {
    .edu-course.course-style-9 .thumbnail {
        margin-left: 0px;
    }
}

.edu-course.course-style-9 .thumbnail a {
    border-radius: 50%;
}

.edu-course.course-style-9 .thumbnail a img {
    border-radius: 50%;
}

.edu-course.course-style-9 .thumbnail a:after {
    border-radius: 50%;
}

.edu-course.course-style-9 .content .course-rating {
    margin-bottom: 10px;
}

.edu-course.course-style-9 .content p {
    margin-bottom: 12px;
}

.edu-course.course-style-9 .content .course-meta {
    margin: -10px 0;
}

.edu-course.course-style-9 .hover-content-aside {
    top: 100%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    padding-top: 12px;
    z-index: 2;
}

.edu-course.course-style-9 .hover-content-aside .content {
    padding: 30px 30px 40px;
}

.edu-course.course-style-9 .hover-content-aside .content:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-bottom: 12px solid var(--color-white);
    border-top: none;
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.edu-course.course-style-9 .hover-content-aside .content .course-level {
    background-color: transparent;
    padding: 0;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 15px;
    margin-bottom: 10px;
}

.edu-course.course-style-9 .hover-content-aside .content .course-meta {
    margin-bottom: 2px;
}

.edu-course.course-style-9:hover {
    background-color: #ffffff;
    background-color: var(--color-white);
}

.edu-course.course-style-9:hover .content .course-price {
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-course.course-style-9:hover .content .title a {
    color: #000;
    color: var(--color-heading);
}

.edu-course.course-style-9:hover .content .title a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-course.course-style-9:hover .content .course-rating .rating-count {
    color: #000;
    color: var(--color-heading);
}

.edu-course.course-style-9:hover .content .course-meta li {
    color: #000;
    color: var(--color-heading);
}

.edu-course.course-style-9:hover .content .course-meta li:after {
    background-color: #e5e5e5;
}

.edu-course.course-style-9:hover .content .course-meta li i {
    color: #a7a7a7;
}

.edu-course.course-box-shadow {
    min-height: 450px;
}

.edu-course.course-style-1.hover-button-bg-white a.btn-primary-gradient.btn-secondary:hover, .edu-course.course-style-2.hover-button-bg-white a.btn-primary-gradient.btn-secondary:hover {
    color: #000000;
    color: var(--color-black);
    background: #ffffff;
}

.edu-course.course-style-1.hover-button-bg-white a.btn-primary-gradient.btn-secondary:hover:after, .edu-course.course-style-2.hover-button-bg-white a.btn-primary-gradient.btn-secondary:hover:after {
    background: #ffffff;
}

.edu-course.course-style-1.hover-button-bg-white a.btn-primary-gradient.btn-secondary:after, .edu-course.course-style-2.hover-button-bg-white a.btn-primary-gradient.btn-secondary:after {
    display: none;
}

.edu-course-area {
    position: relative;
}

.edu-course-area.course-area-6 {
    padding-bottom: 175px;
}

@media only screen and (max-width: 767px) {
    .edu-course-area.course-area-6 .course-activation .swiper-wrapper .swiper-slide {
        padding: 0;
    }
}

.edu-course-area.course-area-6 .course-activation .swiper-pagination {
    position: absolute;
    bottom: 30px;
}

.edu-course-area.course-area-6 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 110px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .edu-course-area.course-area-6 .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 90px;
    }
}

.course-view-all {
    text-align: center;
    margin-top: 60px;
}

.course-view-all .view-text {
    margin-bottom: 0;
}

.course-layout-five-tooltip-content {
    width: 344px;
    pointer-events: none;
    z-index: 1;
}

.course-layout-five-tooltip-content .content {
    border-radius: 4px;
    padding: 30px 30px 40px 30px;
    position: relative;
}

.course-layout-five-tooltip-content .content .price-round {
    position: absolute;
    top: -40px;
    right: 30px;
}

.course-layout-five-tooltip-content .content .course-level {
    background-color: transparent;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 15px;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.course-layout-five-tooltip-content .content .title {
    margin-top: 0px;
    margin-bottom: 8px;
}

.course-layout-five-tooltip-content .content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    pointer-events: all;
}

.course-layout-five-tooltip-content .content .title a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.course-layout-five-tooltip-content .content .course-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.course-layout-five-tooltip-content .content .course-rating .rating {
    color: #f8b81f;
    transition: 0.3s;
    transition: var(--transition);
}

.course-layout-five-tooltip-content .content .course-rating .rating-count {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
    margin-left: 10px;
    transition: 0.3s;
    transition: var(--transition);
}

.course-layout-five-tooltip-content .content .course-price {
    font-size: 14px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    color: #0900B2;
    color: var(--color-secondary);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    margin-bottom: 14px;
    transition: 0.3s;
    transition: var(--transition);
}

.course-layout-five-tooltip-content .content .course-price.price-round {
    font-size: 22px;
    font-weight: 700;
    font-weight: var(--p-bold);
    color: #ffffff;
    color: var(--color-white);
    height: 80px;
    width: 80px;
    line-height: 84px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-radius: 50%;
    text-align: center;
}

.course-layout-five-tooltip-content .content .course-meta li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    transition: 0.3s;
    transition: var(--transition);
    font-size: 15px;
    font-size: var(--font-size-b1);
    color: #344054;
    color: var(--color-body);
}

.course-layout-five-tooltip-content .content .course-meta li:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #d1d1d1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}

.course-layout-five-tooltip-content .content .course-meta li:last-child {
    margin-right: 0;
}

.course-layout-five-tooltip-content .content .course-meta li:last-child:after {
    display: none;
}

.course-layout-five-tooltip-content .content .course-meta li i {
    color: #a7a7a7;
    font-size: 14px;
    margin-right: 7px;
    transition: 0.3s;
    transition: var(--transition);
}

.course-layout-five-tooltip-content .content .course-feature {
    margin-bottom: 25px;
}

.course-layout-five-tooltip-content .content .course-feature ul li {
    font-size: 13px;
    position: relative;
    padding-left: 28px;
}

.course-layout-five-tooltip-content .content .course-feature ul li:before {
    content: "\e913";
    font-family: "icomoon";
    color: #000;
    color: var(--color-heading);
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

.course-layout-five-tooltip-content .content .button-group .btn-primary-gradient {
    flex: 1;
    color: #ffffff !important;
    color: var(--color-white) !important;
    pointer-events: all;
}

body .tpd-size-medium .tpd-content {
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tpd-tooltip .tpd-content-wrapper {
    overflow: visible;
    overflow: initial;
}

@media only screen and (max-width: 767px) {
    .tpd-tooltip .tpd-content-wrapper {
        display: none;
    }
}

.tpd-tooltip .tpd-content {
    padding: 0;
    line-height: inherit;
    font-size: var(--fontSize);
}

.tpd-tooltip .tpd-shift-stem-side {
    display: none !important;
}

.tpd-tooltip .tpd-backgrounds,
.tpd-tooltip .tpd-stem {
    display: none !important;
}

.tpd-visible-frame-left .tpd-frame-left,
.tpd-visible-frame-right .tpd-frame-left {
    position: relative;
}

.tpd-visible-frame-left .tpd-frame-left:before,
.tpd-visible-frame-right .tpd-frame-left:before {
    content: "";
    border-top: 12px solid transparent;
    border-right: 13px solid #ffffff;
    border-right: 13px solid var(--color-white);
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    z-index: 9;
}

.tpd-visible-frame-right .tpd-frame-left:after {
    content: "";
    border-top: 12px solid transparent;
    border-right: 13px solid #ffffff;
    border-right: 13px solid var(--color-white);
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    z-index: 9;
}

.tpd-visible-frame-right .tpd-frame-right {
    position: relative;
    list-style: none;
}

.tpd-visible-frame-right .tpd-frame-right:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border-left: 13px solid #ffffff;
    border-left: 13px solid var(--color-white);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    left: inherit !important;
    right: 0px;
}

.tpd-skin {
    left: 12px;
}

@media only screen and (max-width: 767px) {
    .tpd-skin {
        display: none;
    }
}

.tpd-content-spacer {
    background: #ffffff;
    background: var(--color-white);
    box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
    border-radius: 4px;
}

.tpd-skin.tpd-visible-frame-right {
    left: 0px;
}

.tpd-skin-light a {
    color: inherit !important;
}

.tpd-tooltip {
    z-index: 9 !important;
}

.tpd-tooltip a,
.tpd-tooltip a:hover {
    color: inherit !important;
    text-decoration: inherit !important;
}

.load-more-btn {
    text-align: center;
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .load-more-btn {
        margin-top: 50px;
    }
}

.load-more-btn .btn-primary-gradient {
    padding: 0 50px;
}

@media only screen and (max-width: 767px) {
    .load-more-btn .btn-primary-gradient {
        padding: 0 30px;
    }
}

.load-more-btn .btn-primary-gradient i {
    font-size: 20px;
    top: 4px;
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {
    .load-more-btn .btn-primary-gradient i {
        font-size: 15px;
        top: 2px;
    }
}

.isotop-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 100%;
    background: #fff;
    flex-wrap: nowrap;
    padding: 5px;
}

.isotop-button button {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-weight: var(--p-medium);
    color: #344054;
    color: var(--color-textSecondary-2);
    border-radius: 4px;
    border: none;
    padding: 0 30px;
    height: 40px;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    background-color: transparent;
    background-color: initial;
    margin: 5px;
    transition: 0.3s;
    transition: var(--transition);
    position: relative;
    z-index: 1;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .isotop-button button {
        padding: 0 25px;
        height: 50px;
        font-size: 12px;
    }
}

.isotop-button button:hover:after, .isotop-button button.is-checked:after {
    bottom: -10px;
    visibility: visible;
    opacity: 1;
}

.isotop-button.button-transparent button {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-weight: var(--p-medium);
    text-transform: capitalize;
    background-color: transparent;
    color: #344054;
    color: var(--color-body);
    height: auto;
    padding: 0 12px;
}

.isotop-button.button-transparent button:after {
    display: block;
    border: none;
    height: 2px;
    width: 0;
    background-color: #303DBF;
    background-color: var(--color-primary);
    bottom: 0;
}

.isotop-button.button-transparent button:hover:after, .isotop-button.button-transparent button.is-checked:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.course-area-3 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .course-area-3 .shape-group {
        display: none;
    }
}

.course-area-3 .shape-group li {
    position: absolute;
    z-index: -1;
}

.course-area-3 .shape-group li.shape-1 {
    top: -75px;
    right: -50px;
}

.course-area-3 .shape-group li.shape-2 {
    bottom: -65px;
    left: -155px;
}

.course-area-7 {
    padding: 220px 0;
    position: relative;
    z-index: 1;
}

.course-area-7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-6.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .course-area-7 {
        padding: 150px 0;
    }
}

.course-area-7 .shape-group li {
    position: absolute;
    z-index: -1;
}

.course-area-7 .shape-group li img {
    opacity: 0.3;
}

.course-area-7 .shape-group li.shape-1 {
    top: 64px;
    left: -100px;
}

.course-area-7 .shape-group li.shape-2 {
    bottom: -50px;
    right: -90px;
}

.course-area-7 .shape-group li.shape-3 {
    top: 140px;
    right: -25px;
}

.edu-sorting-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
}

@media only screen and (max-width: 991px) {
    .edu-sorting-area {
        display: block;
        text-align: center;
    }
}

.edu-sorting-area .showing-text {
    margin-bottom: 0;
}

.edu-sorting-area .showing-text span {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-sorting-area .sorting-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .edu-sorting-area .sorting-right {
        justify-content: center;
    }
}

@media only screen and (max-width: 479px) {
    .edu-sorting-area .sorting-right {
        flex-direction: column;
    }
}

.edu-sorting-area .sorting-right .layout-switcher {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

@media only screen and (max-width: 991px) {
    .edu-sorting-area .sorting-right .layout-switcher {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-sorting-area .sorting-right .layout-switcher {
        margin-right: 0;
    }
}

.edu-sorting-area .sorting-right .layout-switcher label {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    color: var(--color-heading);
    margin-right: 10px;
    margin-top: 4px;
}

.edu-sorting-area .sorting-right .layout-switcher .switcher-btn {
    display: flex;
    align-items: center;
    margin: -5px;
}

.edu-sorting-area .sorting-right .layout-switcher .switcher-btn li {
    margin: 5px;
}

.edu-sorting-area .sorting-right .layout-switcher .switcher-btn li a {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 3px;
    padding: 8px;
    color: #d1d1d1;
    font-size: 16px;
    line-height: 1;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-sorting-area .sorting-right .layout-switcher .switcher-btn li a:hover, .edu-sorting-area .sorting-right .layout-switcher .switcher-btn li a.active {
    border-color: #303DBF;
    border-color: var(--color-primary);
    color: #303DBF;
    color: var(--color-primary);
}

.edu-sorting-area .sorting-right .edu-sorting {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .edu-sorting-area .sorting-right .edu-sorting {
        margin-top: 20px;
    }
}

.edu-sorting-area .sorting-right .edu-sorting .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
    font-size: 10px;
    color: #000;
    color: var(--color-heading);
}

.edu-sorting-area .sorting-right .edu-sorting .edu-select {
    padding-left: 50px;
    width: 200px;
}

.nav-link.active {
    color: #303DBF;
    color: var(--color-primary);
    background-color: #ddd;
}

.edu-course-area .isotop-button {
    border: medium none currentcolor !important;
    border: initial !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    border-radius: initial !important;
    width: 100% !important;
    justify-content: flex-start !important;
}

.edu-course.course-style-1 .thumbnail img {
    border-radius: 16px;
}

.edu-course.course-style-1 .thumbnail {
    border-radius: 16px;
}

.edu-course.course-style-1 {
    border-radius: 16px;
}

.edu-course .thumbnail a {
    border-radius: 16px;
}

.edu-course .thumbnail a:after {
    border-radius: 16px;
}

.edu-course .content {
    padding: 5px 5px 0px;
}

.edu-course .content .title,
.edu-course .content .title a {
    margin-bottom: 0px;
}

.edu-course .content a {
    font-size: 13px;
    color: #344054;
    color: var(--color-textSecondary-2);
    margin-bottom: 0px;
    font-weight: 400;
}

.university-area {
    padding: 60px 0px 0px;
    background: #f9fafb;
}

.url-col-2 {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.partner-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #6563FF 0%, #FFDE00 100%);
    z-index: 1;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    height: 109%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(50%);
}

.partner-bg img {
    border-radius: 16px;
    margin-top: 40px;
    z-index: 99;
}

#partner .about-content {
    padding-right: 30px;
    padding-left: 0px;
}

.partner-area-title .title {
    color: #303DBF;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

/*-------------------
  Course Details Style
---------------------*/
.course-details-content {
    padding-right: 10px;
}

@media only screen and (max-width: 991px) {
    .course-details-content {
        padding-right: 0;
    }
}

.course-details-content .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    justify-content: center;
}

.course-details-content .nav-tabs .nav-item {
    margin: 0 5px;
}

.course-details-content .nav-tabs .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border: 0 none;
    background: transparent;
    padding: 15px 25px;
    position: relative;
    color: #344054;
    color: var(--color-body);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.course-details-content .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    background: #303DBF;
    background: var(--color-primary);
    height: 2px;
    width: 0;
    transition: 0.4s;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.course-details-content .nav-tabs .nav-item .nav-link.active, .course-details-content .nav-tabs .nav-item .nav-link:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.course-details-content .nav-tabs .nav-item .nav-link.active::after, .course-details-content .nav-tabs .nav-item .nav-link:hover::after {
    width: 100%;
    opacity: 1;
}

.course-details-content .course-tab-content {
    margin-top: 65px;
}

@media only screen and (max-width: 767px) {
    .course-details-content .course-tab-content {
        margin-top: 50px;
    }
}

.course-details-content .entry-content .title {
    margin-bottom: 4px;
}

.course-details-content .entry-content .course-meta {
    display: flex;
    align-items: center;
    margin-right: -20px;
    margin-left: -20px;
}

@media only screen and (max-width: 767px) {
    .course-details-content .entry-content .course-meta {
        display: block;
        margin-top: 20px;
    }
}

.course-details-content .entry-content .course-meta li {
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
    display: flex;
    align-items: center;
    position: relative;
}

.course-details-content .entry-content .course-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 4px;
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .course-details-content .entry-content .course-meta li:after {
        display: none;
    }
}

.course-details-content .entry-content .course-meta li:last-child:after {
    display: none;
}

.course-details-content .entry-content .course-meta li i {
    padding-right: 14px;
    font-size: 24px;
    color: #303DBF;
    color: var(--color-primary);
}

.course-details-content .entry-content .course-meta .course-rating .rating {
    margin-right: 8px;
}

.course-details-content .entry-content .course-meta .course-rating .rating i {
    font-size: 15px;
    color: #f8b81f;
    padding: 0;
}

.course-details-content .entry-content .thumbnail {
    position: relative;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .course-details-content .entry-content .thumbnail {
        margin-top: 40px;
    }
}

.course-details-content .entry-content .thumbnail img {
    border-radius: 5px;
}

.course-details-content .entry-content .thumbnail:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.course-details-content .entry-content .thumbnail .video-play-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    transition: 0.3s;
    transition: var(--transition);
    border-radius: 50%;
    background-color: #ffffff;
    background-color: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #0900B2;
    color: var(--color-secondary);
}

@media only screen and (max-width: 575px) {
    .course-details-content .entry-content .thumbnail .video-play-btn {
        width: 60px;
        height: 60px;
        line-height: 62px;
    }
}

.course-details-content .entry-content .thumbnail .video-play-btn i {
    margin-left: 5px;
}

.course-details-content .entry-content .thumbnail .video-play-btn:hover {
    background-color: #0900B2;
    background-color: var(--color-secondary);
    color: #ffffff;
    color: var(--color-white);
}

.course-details-content .course-enroll-box {
    margin-top: 110px;
    display: flex;
    background-color: #ffffff;
    background-color: var(--color-white);
    padding: 40px 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 767px) {
    .course-details-content .course-enroll-box {
        margin-top: 80px;
        display: block;
        padding: 10px 0;
    }
}

.course-details-content .course-enroll-box .single-item {
    padding: 0 45px;
    position: relative;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course-details-content .course-enroll-box .single-item {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 767px) {
    .course-details-content .course-enroll-box .single-item {
        padding: 30px 35px;
    }
}

.course-details-content .course-enroll-box .single-item:after {
    content: "";
    height: 140px;
    width: 1px;
    background-color: #e5e5e5;
    background-color: var(--color-border);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .course-details-content .course-enroll-box .single-item:after {
        height: 1px;
        width: 100%;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.course-details-content .course-enroll-box .single-item:last-child:after {
    display: none;
}

.course-details-content .course-enroll-box .single-item .enroll-status {
    display: block;
    background-color: rgba(70, 100, 228, 0.07);
    border-radius: 5px;
    padding: 8px 28px;
    font-size: 14px;
    font-weight: 500;
    color: #4664e4;
    color: var(--color-extra08);
}

.course-details-content .course-enroll-box .single-item .price {
    font-size: 28px;
    font-weight: 600;
    color: #0900B2;
    color: var(--color-secondary);
}

.course-details-content .course-enroll-box .single-item .login-btn {
    font-size: 14px;
}

.course-details-content .course-enroll-box .single-item .login-btn a {
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
}

.course-details-content .course-enroll-box .single-item .login-btn a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.course-details-content .course-enroll-box .single-item.course-price {
    flex: 1;
}

.course-overview ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.course-overview ul li {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.course-overview ul li:after {
    content: "\e938";
    font-family: "icomoon";
    font-family: var(--font-icomoon);
    color: #303DBF;
    color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.course-overview .border-box {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    padding: 40px 40px 30px;
    margin-bottom: 90px;
}

@media only screen and (max-width: 575px) {
    .course-overview .border-box {
        padding: 40px 30px 30px;
    }
}

.course-overview .border-box ul {
    margin: 0;
}

.course-curriculam .course-lesson {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    padding: 40px 50px 50px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .course-curriculam .course-lesson {
        padding: 35px 20px 40px;
    }
}

.course-curriculam .course-lesson .title {
    margin-bottom: 6px;
}

.course-curriculam .course-lesson:last-child {
    margin-bottom: 0;
}

.course-curriculam .course-lesson ul li {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    padding: 14px 0;
    align-items: center;
    margin: 0;
    color: #000;
    color: var(--color-heading);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    transition: 0.3s;
    transition: var(--transition);
}

.course-curriculam .course-lesson ul li:first-child {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid var(--color-border);
}

.course-curriculam .course-lesson ul li i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.course-curriculam .course-lesson ul li .text i {
    margin-right: 8px;
}

.course-curriculam .course-lesson ul li:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.course-curriculam .course-lesson .badge-list {
    margin: -3px;
    text-align: right;
}

.course-curriculam .course-lesson .badge {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    padding: 7px;
    margin: 3px;
}

.course-curriculam .course-lesson .badge.badge-primary {
    background-color: rgba(26, 182, 157, 0.07);
    opacity: 1;
    color: #303DBF;
    color: var(--color-primary);
}

.course-curriculam .course-lesson .badge.badge-secondary {
    background-color: rgba(238, 74, 99, 0.07);
    opacity: 1;
    color: #0900B2;
    color: var(--color-secondary);
}

.course-instructor {
    padding: 0;
    display: flex;
}

.course-instructor .thumbnail {
    min-width: 170px;
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .course-instructor .thumbnail {
        min-width: 80px;
    }
}

.course-instructor .thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.course-instructor .author-content .title {
    margin-bottom: 0;
    font-size: 20px;
}

.course-instructor .author-content .subtitle {
    display: block;
    margin-bottom: 20px;
}

.course-instructor .author-content p {
    margin-bottom: 25px;
}

.course-review .heading-title {
    margin-bottom: 5px;
}

.course-review .rating-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    width: 170px;
    height: 170px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .course-review .rating-box {
        margin: 0 auto;
    }
}

.course-review .rating-box .rating {
    color: #f8b81f;
    margin-bottom: 5px;
}

.course-review .rating-box .rating-number {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    color: #0900B2;
    color: var(--color-secondary);
    margin-bottom: 10px;
}

.course-review .rating-box span {
    font-size: 14px;
    line-height: 26px;
}

.course-review .review-wrapper {
    margin-top: -30px;
}

@media only screen and (max-width: 767px) {
    .course-review .review-wrapper {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .course-review .review-wrapper {
        margin-top: 0;
        margin-left: 0;
    }
}

.course-review .review-wrapper .single-progress-bar {
    position: relative;
}

.course-review .review-wrapper .rating-text {
    display: inline-block;
    position: relative;
    top: 17px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
}

.course-review .review-wrapper .rating-text i {
    color: #f8b81f;
    padding-left: 12px;
}

.course-review .review-wrapper .progress {
    margin-right: 38px;
    margin-left: 70px;
    height: 6px;
    background: #f2f2f2;
}

.course-review .review-wrapper .progress .progress-bar {
    background-color: #f8b81f;
}

.course-review .review-wrapper span.rating-value {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
    position: absolute;
    right: 0;
    top: 55%;
}

.course-review .comment-area {
    margin-top: 70px;
}

.course-review .comment-list-wrapper .comment .comment-content .rating {
    color: #f8b81f;
    margin-bottom: 6px;
}

.course-review .comment-list-wrapper .comment+.comment {
    margin-top: 5px;
}

.course-review .comment-form-area {
    margin-top: 40px;
}

.course-review .comment-form-area .heading-title {
    margin-bottom: 25px;
}

.course-review .comment-form-area .rating-icon {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.course-review .comment-form-area .rating-icon .title {
    margin-bottom: 0;
    margin-right: 22px;
}

.course-review .comment-form-area .rating-icon .rating i {
    color: #e1e1e1;
}

.course-review .comment-form-area .rating-icon .rating i:hover {
    color: #f8b81f;
}

.course-review .border-box {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    padding-bottom: 10px;
}

.course-review .border-box .rating-box {
    margin: 30px 0 30px 30px;
}

@media only screen and (max-width: 991px) {
    .course-review .border-box .rating-box {
        margin: 30px auto;
    }
}

.course-review .border-box .review-wrapper {
    margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
    .course-review .border-box .review-wrapper {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .course-review .border-box .review-wrapper {
        margin-bottom: 40px;
    }
}

.course-review .border-box .comment-area {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid var(--color-border);
    margin-top: 0;
    padding-top: 30px;
}

.course-review .border-box .comment-list-wrapper .comment {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 575px) {
    .course-review .border-box .comment-list-wrapper .comment {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.course-details-3 .nav-tabs {
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .course-details-3 .nav-tabs {
        margin-top: 60px;
    }
}

.course-details-3 .nav-tabs .nav-item .nav-link.active, .course-details-3 .nav-tabs .nav-item .nav-link:hover {
    color: #000;
    color: var(--color-heading);
}

.course-details-3 .course-curriculam .heading-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-details-3 .course-curriculam .heading-title .title {
    margin-bottom: 0;
}

.course-details-3 .course-curriculam .heading-title button i {
    font-size: 6px;
    top: -2px;
}

.course-details-3 .course-curriculam .edu-accordion .heading-title {
    margin-bottom: 15px;
    margin-top: 40px;
}

.course-details-3 .course-curriculam .edu-accordion .accordion-item {
    margin-bottom: 10px;
}

.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button {
    padding: 30px 50px 26px 65px;
    display: block;
}

.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 3px solid #e5e5e5;
    border: 3px solid var(--color-border);
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 30px;
}

.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button:after {
    content: "\e91e";
    font-size: 6px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    color: #ffffff;
    color: var(--color-white);
    font-weight: 400;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 47px;
}

.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button .topics {
    display: block;
    font-size: 15px;
    color: #344054;
    color: var(--color-body);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-primary);
    font-weight: 500;
    margin-top: 4px;
}

.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button .expand {
    position: absolute;
    top: 60%;
    right: 30px;
    font-size: 13px;
}

.course-details-3 .course-curriculam .edu-accordion .accordion-item.no-collapsed .accordion-button:after {
    display: none;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px 20px 70px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    color: #ffffff;
    color: var(--color-white);
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .title {
    color: #ffffff;
    color: var(--color-white);
    margin-bottom: 0;
    display: flex;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .title i {
    font-size: 20px;
    margin-right: 15px;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text {
    font-size: 13px;
    font-weight: 500;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span:after {
    content: "";
    height: 13px;
    width: 1px;
    background-color: #ffffff;
    background-color: var(--color-white);
    position: absolute;
    top: 4px;
    right: -12px;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span:last-child {
    margin-right: 0;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span:last-child:after {
    display: none;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson ul li {
    padding: 14px 30px 14px 100px;
    position: relative;
}

.course-details-3 .course-curriculam .edu-accordion .course-lesson ul li:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 3px solid #e5e5e5;
    border: 3px solid var(--color-border);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
}

/*-------------------
  Event Styles
---------------------*/
.edu-event {
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-darkest);
}

.edu-event.event-style-1 {
    box-shadow: none;
}

.edu-event .thumbnail {
    transition: 0.3s;
    transition: var(--transition);
    position: relative;
}

.edu-event .thumbnail a {
    display: block;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}

.edu-event .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event .thumbnail a img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event .thumbnail .event-time {
    position: absolute;
    top: 10px;
    left: 10px;
}

.edu-event .thumbnail .event-time span {
    background-color: #f8941f;
    border-radius: 4px;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    color: var(--color-white);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    display: block;
}

.edu-event .thumbnail .event-time span i {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.edu-event .content {
    background-color: #f7f5f2;
    position: relative;
    padding: 40px 30px 45px;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event .content:after {
    content: "";
    height: 10px;
    width: 100%;
    background-color: rgba(255, 91, 92, 0.3);
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event .content .event-date {
    width: 80px;
    height: 80px;
    background: #303DBF;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    right: 30px;
    z-index: 1;
}

.edu-event .content .event-date span {
    font-weight: 600;
    font-size: 22px;
    display: block;
    color: #ffffff;
    color: var(--color-white);
    text-align: center;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.edu-event .content .event-date span.day {
    line-height: 1;
    margin-bottom: 4px;
}

.edu-event .content .event-date span.month {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

.edu-event .content .title {
    margin-bottom: 16px;
}

.edu-event .content .event-meta {
    padding-top: 14px;
    padding-bottom: 0;
    margin: -5px -16px;
}

.edu-event .content .event-meta li {
    color: #344054;
    color: var(--color-body);
    margin: 5px 16px;
}

.edu-event .content .event-meta li i {
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 22px;
    top: 5px;
    padding-right: 10px;
    position: relative;
}

.edu-event .content .read-more-btn {
    visibility: hidden;
    opacity: 0;
    margin-bottom: -50px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event .content p {
    margin-bottom: 0;
}

.edu-event:hover .thumbnail {
    margin-bottom: -75px;
}

.edu-event:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
}

.edu-event:hover .thumbnail a img {
    transform: scale(1.1);
}

.edu-event:hover .content {
    padding: 40px 30px 35px;
    background-color: #ffffff;
    background-color: var(--color-white);
}

.edu-event:hover .content:after {
    visibility: visible;
    opacity: 1;
}

.edu-event:hover .content .read-more-btn {
    margin-top: 25px;
    margin-bottom: 0;
    visibility: visible;
    opacity: 1;
}

.edu-event.event-style-2 .content {
    padding: 40px 30px 45px;
}

.edu-event.event-style-2 .content:after {
    display: none;
}

.edu-event.event-style-2:hover .thumbnail {
    margin-bottom: -70px;
}

.edu-event-list {
    background-color: transparent;
    border-radius: 10px;
    padding: 30px;
    transition: 0.3s;
    transition: var(--transition);
}

@media only screen and (max-width: 575px) {
    .edu-event-list {
        padding: 20px;
    }
}

.edu-event-list .inner {
    display: flex;
}

@media only screen and (max-width: 575px) {
    .edu-event-list .thumbnail {
        max-width: 100px;
    }
}

.edu-event-list .thumbnail a {
    display: block;
    -webkit-mask-image: url("/images/others/mask-05.png");
    mask-image: url("/images/others/mask-05.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.edu-event-list .content {
    flex: 1;
    padding-left: 28px;
    padding-top: 12px;
}

@media only screen and (max-width: 575px) {
    .edu-event-list .content {
        padding-left: 15px;
    }
}

.edu-event-list .content .event-meta {
    margin: -5px -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
}

.edu-event-list .content .event-meta li {
    color: #344054;
    color: var(--color-body);
    margin: 5px 10px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event-list .content .event-meta li i {
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 16px;
    padding-right: 10px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event-list .content .title {
    margin-bottom: 12px;
}

.edu-event-list .content .event-location {
    padding-bottom: 10px;
    color: #344054;
    color: var(--color-body);
    display: flex;
    align-items: center;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event-list .content .event-location i {
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 22px;
    padding-right: 10px;
    position: relative;
    top: -1px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event-list .content p {
    margin: 5px 0 22px;
}

.edu-event-list.event-list-2 {
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 30px;
}

.edu-event-list.event-list-2 .inner {
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .edu-event-list.event-list-2 .inner {
        display: block;
    }
}

.edu-event-list.event-list-2 .thumbnail a {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 10px;
}

.edu-event-list.event-list-2 .thumbnail a img {
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .edu-event-list.event-list-2 .thumbnail a img {
        width: 100%;
    }
}

.edu-event-list.event-list-2 .content {
    padding-left: 40px;
    padding-top: 6px;
}

@media only screen and (max-width: 767px) {
    .edu-event-list.event-list-2 .content {
        padding-left: 0;
        padding-top: 30px;
    }
}

.edu-event-list.event-list-2 .content .event-meta li i {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-event-list.event-list-2 .content .event-location i {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-event-list.event-list-3 {
    background-color: #ffffff;
    background-color: var(--color-white);
}

.edu-event-list.event-list-3 .title a {
    transition: 0.3s;
    transition: var(--transition);
}

.edu-event-list.event-list-3.bg-style-extra02 .content .btn-primary-gradient {
    background-color: #8e56ff;
    background-color: var(--color-extra02);
}

.edu-event-list.event-list-3.bg-style-extra02:hover {
    background-color: #8e56ff;
    background-color: var(--color-extra02);
}

.edu-event-list.event-list-3.bg-style-extra05 .content .btn-primary-gradient {
    background-color: #f8941f;
    background-color: var(--color-extra05);
}

.edu-event-list.event-list-3.bg-style-extra05:hover {
    background-color: #f8941f;
    background-color: var(--color-extra05);
}

.edu-event-list.event-list-3.bg-style-primary .content .btn-primary-gradient {
    background-color: #303DBF;
    background-color: var(--color-primary);
}

.edu-event-list.event-list-3.bg-style-primary:hover {
    background-color: #303DBF;
    background-color: var(--color-primary);
}

.edu-event-list.event-list-3.bg-style-primary .content .btn-primary-gradient:hover {
    background-color: #ffffff !important;
    background-color: var(--color-white) !important;
    color: #000 !important;
    color: var(--color-heading) !important;
}

.edu-event-list.event-list-3.bg-style-primary .content .btn-primary-gradient:hover:after {
    background: #ffffff !important;
    background: var(--color-white) !important;
}

.edu-event-list.event-list-3.bg-style-secondary .content .btn-primary-gradient {
    background-color: #0900B2;
    background-color: var(--color-secondary);
}

.edu-event-list.event-list-3.bg-style-secondary:hover {
    background-color: #0900B2;
    background-color: var(--color-secondary);
}

.edu-event-list.event-list-3:hover:not(.event-list-2) .content .title {
    color: #ffffff;
    color: var(--color-white);
}

.edu-event-list.event-list-3:hover:not(.event-list-2) .content .title a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-meta li {
    color: #ffffff;
    color: var(--color-white);
}

.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-meta li i {
    color: #ffffff;
    color: var(--color-white);
}

.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-location {
    color: #ffffff;
    color: var(--color-white);
}

.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-location i {
    color: #ffffff;
    color: var(--color-white);
}

.edu-event-list.event-list-3:hover:not(.event-list-2) .content p {
    color: #ffffff;
    color: var(--color-white);
}

.edu-event-list.event-list-3:hover .content .btn-primary-gradient {
    background-color: #ffffff;
    background-color: var(--color-white);
    color: #000;
    color: var(--color-heading);
}

.edu-event-list.event-list-3:hover .content .btn-primary-gradient:hover {
    color: #ffffff;
    color: var(--color-white);
    background-color: transparent;
}

.event-view-all-btn {
    text-align: center;
    margin-top: 55px;
}

.event-view-all-btn .view-text {
    font-size: 18px;
    margin-bottom: 0;
}

.edu-event-area {
    position: relative;
}

.edu-event-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.edu-event-area .shape-group li.shape-1 {
    top: 81px;
    left: -81px;
}

.edu-event-area .shape-group li.shape-2 {
    top: -44px;
    left: -190px;
    z-index: -1;
}

.edu-event-area .shape-group li.shape-2 span {
    display: block;
    height: 400px;
    width: 400px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.event-area-2 {
    padding: 115px 0 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-area-2 {
        padding: 55px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .event-area-2 {
        padding: 35px 0 80px;
    }
}

.event-area-3 {
    padding: 220px 0 230px;
    z-index: 1;
}

.event-area-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-area-3 {
        padding: 200px 0;
    }
}

@media only screen and (max-width: 767px) {
    .event-area-3 {
        padding: 200px 0;
    }
}

.event-area-3 .shape-group li {
    z-index: -1;
}

.event-area-3 .shape-group li img {
    opacity: 0.3;
}

.event-area-3 .shape-group li.shape-1 {
    right: -77px;
    top: 108px;
    left: inherit;
}

.event-area-3 .shape-group li.shape-2 {
    top: inherit;
    bottom: -71px;
    left: -90px;
}

.event-details {
    margin-bottom: 60px;
}

.event-details .main-thumbnail {
    margin-bottom: 70px;
}

.event-details .main-thumbnail img {
    border-radius: 10px;
}

.event-details .details-content ul {
    list-style-type: disc;
    margin-bottom: 60px;
}

.event-details .details-content ul li {
    color: #000;
    color: var(--color-heading);
}

.event-details .details-content .event-meta {
    display: flex;
    align-items: center;
    margin: -10px -20px;
    flex-wrap: wrap;
}

.event-details .details-content .event-meta li {
    margin-right: 20px;
    margin-left: 20px;
    color: #000;
    color: var(--color-heading);
    display: flex;
    align-items: center;
    position: relative;
}

.event-details .details-content .event-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 4px;
    right: -20px;
}

.event-details .details-content .event-meta li:last-child:after {
    display: none;
}

.event-details .details-content .event-meta li i {
    padding-right: 10px;
    font-size: 20px;
    color: #303DBF;
    color: var(--color-primary);
}

.event-details .details-content .gmap_canvas {
    margin-top: 40px;
}

.event-details .details-content .gmap_canvas #gmap_canvas {
    height: 370px;
    width: 100%;
    border-radius: 5px;
}

.event-speaker .heading-title {
    margin-bottom: 30px;
}

/*-------------------
  FAQ Styles
---------------------*/
.faq-accordion .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-header {
    padding: 0;
    position: relative;
}

.faq-accordion .accordion-item .accordion-button {
    background-color: #303DBF;
    background-color: var(--color-primary);
    padding: 20px 45px 20px 30px;
    border-radius: 10px 10px 0 0;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    color: var(--color-white);
    transition: 0.3s;
    z-index: 2;
}

@media only screen and (max-width: 575px) {
    .faq-accordion .accordion-item .accordion-button {
        font-size: 16px;
    }
}

.faq-accordion .accordion-item .accordion-button:after {
    display: none;
}

.faq-accordion .accordion-item .accordion-button:before {
    content: "\e91e";
    font-family: "icomoon";
    font-size: 6px;
    color: #ffffff;
    color: var(--color-white);
    background-image: none;
    position: absolute;
    top: 22px;
    right: 30px;
    line-height: 1;
    transform: rotate(180deg);
    transition: 0.3s;
}

.faq-accordion .accordion-item .accordion-button.collapsed {
    background-color: transparent;
    color: #000;
    color: var(--color-heading);
}

.faq-accordion .accordion-item .accordion-button.collapsed:before {
    top: 26px;
    transform: rotate(0deg);
    color: #344054;
    color: var(--color-body);
}

.faq-accordion .accordion-item .accordion-body {
    padding: 25px 30px 30px;
}

.faq-accordion .accordion-item .accordion-body p {
    margin-bottom: 0;
}

.edu-faq-content {
    position: relative;
}

.edu-faq-content .shape-group {
    margin: 0;
}

.edu-faq-content .shape-group li {
    position: absolute;
    z-index: -1;
}

.edu-faq-content .shape-group li.shape-1 {
    bottom: -115px;
    right: -145px;
}

.edu-faq-content .shape-group li.shape-2 {
    bottom: -95px;
    right: -165px;
}

.edu-faq-content .shape-group li.shape-2 span {
    display: block;
    height: 101px;
    width: 101px;
    border: 15px solid #0900B2;
    border: 15px solid var(--color-secondary);
    border-radius: 50%;
}

.edu-hero-gallery {
    position: relative;
}

.edu-hero-gallery .thumbnail-1 {
    text-align: right;
}

.edu-hero-gallery .thumbnail-1 img {
    background: #303DBF;
    border-radius: 150px 0px 0px 0px;
    width: 100%;
    height: 100%;
}

.edu-hero-gallery .thumbnail-2 {
    margin: 65px 15px 5px;
}

.edu-hero-gallery .thumbnail-2 img {
    border-radius: 0 0;
    width: 100%;
    height: 100%;
}

.edu-hero-gallery .thumbnail-3 {
    margin: 15px 5px;
    text-align: right;
}

.edu-hero-gallery .thumbnail-3 img {
    border-radius: 0 0;
    width: 100%;
    height: 100%;
}

.edu-hero-gallery .thumbnail-4 {
    margin: -5px 10px;
}

.edu-hero-gallery .thumbnail-4 img {
    background: #FFDE00;
    border-radius: 0px 0px 150px 0px;
    width: 100%;
    height: 100%;
}

.edu-hero-gallery .shape-group {
    margin: 0;
}

.edu-hero-gallery .shape-group li {
    position: absolute;
    z-index: -1;
    margin: 0;
}

.edu-hero-gallery .shape-group li.shape-1 {
    top: -45px;
    left: 44%;
}

.edu-hero-gallery .shape-group li.shape-2 {
    top: 56px;
    right: -10px;
}

.edu-hero-gallery .shape-group li.shape-3 {
    bottom: -15px;
    left: -7px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .edu-hero-gallery .shape-group li.shape-3 {
        display: none;
    }
}

.edu-hero-gallery .shape-group li.shape-4 {
    bottom: -45px;
    left: -45px;
}

@media only screen and (max-width: 991px) {
    .edu-hero-gallery .shape-group li.shape-4 {
        display: none;
    }
}

.faq-style-1 {
    padding: 150px 0 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-style-1 {
        padding: 150px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-style-1 {
        padding: 100px 0;
    }
}

.faq-style-2 {
    padding: 120px 0 150px;
    position: relative;
}

.faq-style-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-10.png);
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-style-2 {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .faq-style-2 {
        padding: 80px 0 100px;
    }
}

.faq-style-2 .edu-hero-gallery {
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-style-2 .edu-hero-gallery {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-style-2 .edu-hero-gallery {
        margin-top: 20px;
    }
}

.faq-style-2 .edu-hero-gallery .thumbnail-1 {
    margin-top: 35px;
}

.faq-style-2 .edu-hero-gallery .thumbnail-1 img {
    border-radius: 0 80px 0 80px;
}

.faq-style-2 .edu-hero-gallery .thumbnail-2 {
    margin-top: 285px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-style-2 .edu-hero-gallery .thumbnail-2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .faq-style-2 .edu-hero-gallery .thumbnail-2 {
        margin-top: 0;
    }
}

.faq-style-2 .edu-hero-gallery .thumbnail-2 img {
    border-radius: 80px 0 80px 0;
}

@media only screen and (max-width: 991px) {
    .faq-style-2 .edu-hero-gallery .shape-group {
        display: none;
    }
}

.faq-style-2 .edu-hero-gallery .shape-group .shape-1 {
    top: 35px;
    left: -35px;
}

.faq-style-2 .edu-hero-gallery .shape-group .shape-2 {
    top: 35px;
    left: 210px;
    right: auto;
    z-index: 1;
}

.faq-style-2 .edu-hero-gallery .shape-group .shape-3 {
    top: 230px;
    left: inherit;
    bottom: inherit;
    right: -22px;
    z-index: -1;
}

.faq-style-2 .edu-hero-gallery .shape-group .shape-4 {
    top: 270px;
    left: inherit;
    right: -58px;
    bottom: inherit;
}

.faq-style-2 .edu-hero-gallery .shape-group .shape-5 {
    bottom: 110px;
    left: -50px;
}

.faq-style-2 .edu-hero-gallery .shape-group .shape-6 {
    bottom: 35px;
    left: 90px;
}

.faq-style-3 .edu-hero-gallery {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .faq-style-3 .edu-hero-gallery {
        text-align: center;
    }
}

.faq-style-3 .edu-hero-gallery .thumbnail-1 {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 20px 40px 0px rgba(42, 11, 88, 0.1);
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .faq-style-3 .edu-hero-gallery .thumbnail-1 {
        display: block;
    }
}

.faq-style-3 .edu-hero-gallery .thumbnail-1 img {
    border-radius: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .faq-style-3 .edu-hero-gallery .shape-group {
        display: none;
    }
}

.faq-style-3 .edu-hero-gallery .shape-group .shape-1 {
    top: -30px;
    right: -50px;
    left: inherit;
}

.faq-style-3 .edu-hero-gallery .shape-group .shape-2 {
    top: 70px;
    right: -97px;
    z-index: 1;
}

.faq-style-3 .edu-hero-gallery .shape-group .shape-3 {
    bottom: -40px;
    left: -68px;
    z-index: -1;
}

.faq-style-4 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .faq-style-4 {
        padding-bottom: 50px;
    }
}

.faq-style-4 .faq-accordion .accordion-item .accordion-button {
    color: #ffffff;
    color: var(--color-white);
}

.faq-style-4 .faq-accordion .accordion-item .accordion-button:before {
    color: #ffffff;
    color: var(--color-white);
}

.faq-style-4 .faq-accordion .accordion-item .accordion-button.style-extra02 {
    background-color: #8e56ff;
    background-color: var(--color-extra02);
}

.faq-style-4 .faq-accordion .accordion-item .accordion-button.style-extra05 {
    background-color: #f8941f;
    background-color: var(--color-extra05);
}

.faq-style-4 .faq-accordion .accordion-item .accordion-button.style-primary {
    background-color: #303DBF;
    background-color: var(--color-primary);
}

.faq-style-4 .faq-accordion .accordion-item .accordion-button.collapsed {
    border-radius: 10px;
}

.faq-style-4 .faq-thumbnail {
    position: relative;
}

.faq-style-4 .faq-thumbnail .thumbnail {
    -webkit-mask-image: url("/images/others/mask-09.png");
    mask-image: url("/images/others/mask-09.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    text-align: center;
}

.faq-style-4 .faq-thumbnail .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.faq-style-4 .faq-thumbnail .shape-group li.shape-1 {
    top: -78px;
    right: 115px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .faq-style-4 .faq-thumbnail .shape-group li.shape-1 {
        z-index: -1;
    }
}

.faq-style-4 .faq-thumbnail .shape-group li.shape-2 {
    top: 0;
    right: 30px;
}

.faq-style-4 .faq-thumbnail .shape-group li.shape-3 {
    bottom: 40px;
    left: 10px;
}

.faq-page-area {
    overflow: hidden;
}

.faq-page-nav {
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .faq-page-nav {
        text-align: center;
        margin-bottom: 40px;
        padding-right: 0;
    }
}

.faq-page-nav .title {
    margin-bottom: 14px;
}

.faq-page-nav .nav-tabs {
    border: none;
    display: block;
}

.faq-page-nav .nav-tabs .nav-item {
    margin: 18px 0;
}

.faq-page-nav .nav-tabs .nav-link {
    border: none;
    background-color: transparent;
    padding: 5px 0;
    color: #000;
    color: var(--color-heading);
    font-weight: 600;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    position: relative;
    transition: 0.3s;
    transition: var(--transition);
}

@media only screen and (max-width: 991px) {
    .faq-page-nav .nav-tabs .nav-link {
        margin: 0 auto;
    }
}

.faq-page-nav .nav-tabs .nav-link:after {
    content: "\e95a";
    font-family: "icomoon";
    font-family: var(--font-icomoon);
    color: #303DBF;
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 1px;
    left: -20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.faq-page-nav .nav-tabs .nav-link.active {
    padding-left: 30px;
    color: #303DBF;
    color: var(--color-primary);
}

.faq-page-nav .nav-tabs .nav-link.active:after {
    font-size: 20px;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.faq-page-tab-content {
    position: relative;
}

/*-------------------
  Features Styles
---------------------*/
.features-area-1 .features-box svg {
    max-width: 37px;
}

.features-area-1 .features-box:hover .icon svg path {
    stroke: #ffffff;
    stroke: var(--color-white);
}

.features-area-1 {
    padding-bottom: 100px;
}

.features-grid span {
    color: rgb(239, 71, 111);
}

.features-grid h5 {
    color: rgb(5, 0, 102);
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.features-grid p {
    color: rgb(104, 103, 139);
    font-size: 13px;
}

.features-box {
    padding: 50px 30px;
    text-align: left;
    transition: 0.3s;
    transition: var(--transition);
    background: #ffffff;
    box-shadow: 15px 30px 30px rgba(5, 0, 102, 0.05);
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
}

.features-area-1 .section-title .title {
    -webkit-text-stroke: 0.1px black;
    -webkit-text-fill-color: rgb(5, 0, 102);
}

.features-grid {
    display: block;
    margin: auto;
}

.arrow-down {
    margin-bottom: 20px;
}

.arrow-down img {
    height: 50px;
}

.arrow-up {
    margin-top: 20px;
}

.arrow-up img {
    height: 50px;
}

.features-box-2 {
    text-align: left;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    background-color: #ffffff;
    background-color: var(--color-white);
    transition: 0.3s;
    transition: var(--transition);
    margin: 10px 0px !important;
    padding: 25px;
    height: 190px;
    min-height: -moz-fit-content;
    min-height: fit-content;
}

.features-box-2 .icon {
    align-items: left;
    justify-content: left;
    transition: 0.3s;
    transition: var(--transition);
}

.features-box-2 .icon img {
    width: 55px;
    margin-bottom: 15px;
}

.features-box-2 .content .title {
    font-size: 17px;
    color: #000;
    color: var(--color-heading);
    transition: 0.3s;
    transition: var(--transition);
}

.features-box-2 .content .title span {
    display: block;
}

.features-box-2 .content p {
    color: #344054;
    color: var(--color-textSecondary-2);
    margin: 5px 0px 10px;
    font-size: 13px;
    transition: 0.3s;
    transition: var(--transition);
}

.features-box-2 .content a {
    font-size: 13px;
    color: #303DBF;
    color: var(--color-primary);
    font-weight: 500;
    margin-top: 20px;
}

.features-box-2.color-primary-style .icon {
    background-color: rgba(26, 182, 157, 0.1);
    color: #303DBF;
    color: var(--color-primary);
}

.features-box-2.color-primary-style .icon:after {
    background-color: #303DBF;
    background-color: var(--color-primary);
}

.features-box-2.color-primary-style:hover .icon {
    background-color: rgb(26, 182, 157);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.color-secondary-style .icon {
    background-color: rgba(238, 74, 98, 0.1);
    color: #0900B2;
    color: var(--color-secondary);
}

.features-box-2.color-secondary-style .icon:after {
    background-color: #0900B2;
    background-color: var(--color-secondary);
}

.features-box-2.color-secondary-style:hover .icon {
    background-color: rgb(238, 74, 98);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.color-extra05-style .icon {
    background-color: rgba(248, 148, 31, 0.1);
    color: #f8941f;
    color: var(--color-extra05);
}

.features-box-2.color-extra05-style .icon:after {
    background-color: #f8941f;
    background-color: var(--color-extra05);
}

.features-box-2.color-extra05-style:hover .icon {
    background-color: rgb(248, 148, 31);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.color-extra08-style .icon {
    background-color: rgba(70, 100, 228, 0.1);
    color: #4664e4;
    color: var(--color-extra08);
}

.features-box-2.color-extra08-style:hover .icon {
    background-color: rgb(70, 100, 228);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.color-extra02-style .icon {
    background-color: rgba(142, 86, 255, 0.1);
    color: #8e56ff;
    color: var(--color-extra02);
}

.features-box-2.color-extra02-style .icon:after {
    background-color: #8e56ff;
    background-color: var(--color-extra02);
}

.features-box-2.color-extra02-style:hover .icon {
    background-color: rgb(142, 86, 255);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.color-extra03-style .icon {
    background-color: rgba(249, 37, 150, 0.1);
    color: #f92596;
    color: var(--color-extra03);
}

.features-box-2.color-extra03-style .icon:after {
    background-color: #f92596;
    background-color: var(--color-extra03);
}

.features-box-2.color-extra03-style:hover .icon {
    background-color: rgb(249, 37, 150);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.color-extra04-style .icon {
    background-color: rgba(88, 102, 235, 0.1);
    color: #5866eb;
    color: var(--color-extra04);
}

.features-box-2.color-extra04-style .icon:after {
    background-color: #5866eb;
    background-color: var(--color-extra04);
}

.features-box-2.color-extra04-style:hover .icon {
    background-color: rgb(88, 102, 235);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.features-style-2 {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 30px 0;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
    .features-box-2.features-style-2 {
        padding-left: 0;
        border-right: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-box-2.features-style-2 {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .features-box-2.features-style-2 {
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .features-box-2.features-style-2 {
        justify-content: flex-start;
    }
}

.features-box-2.features-style-2 .edmov-svg-animate svg path {
    stroke: #ffffff !important;
    max-width: 38px;
}

.features-box-2.features-style-2:first-child {
    padding-left: 0;
}

.features-box-2.features-style-2:last-child {
    border-right: none;
}

.features-box-2.features-style-2 .icon {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.features-style-2 .content {
    padding-left: 20px;
}

.features-box-2.features-style-2 .content .title {
    margin-bottom: 0;
    font-weight: 500;
    font-weight: var(--p-medium);
    color: #ffffff;
    color: var(--color-white);
}

.features-box-2.features-style-3 {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    padding: 50px 25px 42px;
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-box-2.features-style-3 {
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .features-box-2.features-style-3 {
        padding: 30px 25px;
    }
}

.features-box-2.features-style-3:first-child {
    padding-left: 50px;
}

@media only screen and (max-width: 767px) {
    .features-box-2.features-style-3:first-child {
        padding-left: 25px;
    }
}

.features-box-2.features-style-3 .icon {
    margin-top: 2px;
    height: auto;
    width: auto;
    min-width: 50px;
    background-color: transparent;
    font-size: 40px;
    margin-right: 20px;
    margin-bottom: 0;
}

.features-box-2.features-style-3 .content {
    flex: 1;
}

.features-box-2.features-style-3 .content p {
    color: #344054;
    color: var(--color-body);
}

.features-box-2.features-style-3:hover .icon {
    background-color: transparent;
    color: inherit;
}

.features-box-2.features-style-3:hover.color-primary-style {
    background-color: rgba(26, 182, 157, 0.07);
}

.features-box-2.features-style-3:hover.color-primary-style:hover .icon {
    color: #303DBF;
    color: var(--color-primary);
}

.features-box-2.features-style-3:hover.color-secondary-style:hover {
    background-color: rgba(238, 74, 98, 0.07);
}

.features-box-2.features-style-3:hover.color-secondary-style:hover .icon {
    color: #0900B2;
    color: var(--color-secondary);
}

.features-box-2.features-style-3:hover.color-extra02-style:hover {
    background-color: rgba(142, 86, 255, 0.07);
}

.features-box-2.features-style-3:hover.color-extra02-style:hover .icon {
    color: #8e56ff;
    color: var(--color-extra02);
}

.features-box-2.features-style-4 {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
    text-align: left;
    margin-bottom: 50px;
}

.features-box-2.features-style-4 .icon {
    -webkit-mask-image: url("/images/others/mask-08.png");
    mask-image: url("/images/others/mask-08.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    height: 83px;
    width: 109px;
    font-size: 40px;
    margin-right: 30px;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .features-box-2.features-style-4 .icon {
        margin-right: 15px;
    }
}

.features-box-2.features-style-4 .icon:after {
    content: "";
    -webkit-mask-image: url("/images/others/mask-07.png");
    mask-image: url("/images/others/mask-07.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.features-box-2.features-style-4 .content {
    flex: 1;
}

.features-box-2.features-style-4 .content .title {
    font-weight: 700;
    font-weight: var(--p-bold);
    margin-bottom: 5px;
}

.features-box-2.features-style-4 .content p {
    color: #344054;
    color: var(--color-body);
}

.features-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .features-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .features-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.features-area-2 {
    padding: 100px 0px;
    background: rgb(234, 236, 255);
}

.features-area-3 .features-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 20px 40px 0px rgba(42, 11, 88, 0.1);
    border-radius: 5px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .features-area-3 .features-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.features-area-4 {
    padding: 120px 0 90px;
}

@media only screen and (max-width: 1199px) {
    .features-area-4 {
        padding: 100px 0 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-area-4 {
        padding: 60px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .features-area-4 {
        padding: 60px 0;
    }
}

/*-------------------
  Gallery Styles
---------------------*/
.edu-gallery-area .gallery-grid-wrap {
    margin: -15px;
}

.edu-gallery-grid {
    position: relative;
    display: block;
    padding: 15px;
}

.edu-gallery-grid .thumbnail {
    position: relative;
}

.edu-gallery-grid .thumbnail img {
    border-radius: 5px;
    width: 100%;
}

.edu-gallery-grid .thumbnail::before {
    background: linear-gradient(-145deg, #303DBF 0%, #303DBF 100%);
    border-radius: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.edu-gallery-grid .zoom-icon {
    opacity: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #303DBF;
    color: var(--color-primary);
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .edu-gallery-grid .zoom-icon {
        width: 50px;
        height: 50px;
        line-height: 52px;
        font-size: 16px;
    }
}

.edu-gallery-grid:hover .thumbnail:before {
    opacity: 0.9;
}

.edu-gallery-grid:hover .zoom-icon {
    top: 50%;
    opacity: 1;
}

/*-------------------
  Hero Banner Styles
---------------------*/
.hero-banner {
    min-height: 660px;
    display: flex;
    align-items: center;
    background: linear-gradient(221.46deg, #303DBF -35%, rgba(255, 255, 255, 0) 60%);
}

@media only screen and (max-width: 1199px) {
    .hero-banner {
        min-height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner {
        min-height: 100%;
    }
}

.hero-banner .banner-content {
    position: relative;
    z-index: 1;
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner .banner-content {
        text-align: center;
        margin-bottom: 50px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-content {
        text-align: center;
        margin-bottom: 40px;
        margin-right: 5px;
    }
}

.hero-banner .banner-content .subtitle {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-weight: var(--p-bold);
    color: #f8b81f;
    color: var(--color-tertiary);
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.hero-banner .banner-content .title {
    margin-bottom: 18px;
}

@media only screen and (max-width: 1199px) {
    .hero-banner .banner-content .title br {
        display: none;
    }
}

.hero-banner .banner-content p {
    color: #344054;
    color: var(--color-gray);
    font-size: 15px;
    font-weight: 300;
}

.hero-banner .banner-content .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner .banner-content .shape-group li.shape-1 {
    top: -75px;
    left: -90px;
}

.hero-banner .banner-thumbnail {
    margin-right: -75px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-banner .banner-thumbnail {
        margin-right: 0;
    }
}

.hero-banner .banner-thumbnail .thumbnail {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner .banner-thumbnail .thumbnail {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-thumbnail .thumbnail {
        text-align: center;
    }
}

.hero-banner .banner-thumbnail .instructor-info {
    position: absolute;
    bottom: 70px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-thumbnail .instructor-info {
        bottom: 40px;
    }
}

.hero-banner .banner-thumbnail .instructor-info .inner {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 26px 30px 16px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.hero-banner .banner-thumbnail .instructor-info .inner .title {
    margin-bottom: 5px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media {
    display: flex;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .thumb {
    margin-left: -2px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content {
    line-height: 1;
    color: #000;
    color: var(--color-heading);
    font-weight: 500;
    margin-top: 10px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content span {
    display: block;
    font-weight: 600;
    color: #0900B2;
    color: var(--color-secondary);
}

.hero-banner .banner-thumbnail .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-1 {
    top: 50px;
    left: 160px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-2 {
    top: 115px;
    left: 170px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 {
    top: 45%;
    left: 17%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 span.circle-shape {
    width: 41px;
    height: 41px;
    background: #f8b81f;
    background: var(--color-tertiary);
    border-radius: 100%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-4 {
    top: 114px;
    right: 41px;
    z-index: 1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-5 {
    bottom: 100px;
    right: -50px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-6 {
    bottom: 132px;
    right: -98px;
}

.hero-banner.presentation-hero-style {
    min-height: 745px;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 1;
    clip-path: none;
    min-height: 930px;
    margin-top: -110px;
}

.hero-banner.presentation-hero-style::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-27.png);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style {
        min-height: 740px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style {
        min-height: 600px;
    }
}

.hero-banner.presentation-hero-style .banner-content {
    text-align: center;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content {
        padding: 160px 0;
    }
}

.hero-banner.presentation-hero-style .banner-content .subtitle {
    letter-spacing: 1px;
    background: #31B978;
    background: linear-gradient(to left, #31B978 0%, #303DBF 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content .subtitle {
        font-size: 14px;
    }
}

.hero-banner.presentation-hero-style .banner-content .title {
    margin-bottom: 40px;
}

.hero-banner.presentation-hero-style .banner-content:before, .hero-banner.presentation-hero-style .banner-content:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    transition: 0.3s;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid #dae1e3;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content:before, .hero-banner.presentation-hero-style .banner-content:after {
        display: none;
    }
}

.hero-banner.presentation-hero-style .banner-content:before {
    height: 570px;
    width: 570px;
    top: -140px;
    left: 200px;
    animation: ripple_3 2.5s linear 1s infinite;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-content:before {
        left: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content:before {
        height: 400px;
        width: 400px;
        left: 154px;
        top: -70px;
    }
}

.hero-banner.presentation-hero-style .banner-content:after {
    height: 370px;
    width: 370px;
    top: -43px;
    left: 299px;
    animation: ripple_3 2.5s linear infinite;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-content:after {
        left: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content:after {
        height: 300px;
        width: 300px;
        left: 202px;
        top: -16px;
    }
}

.hero-banner.presentation-hero-style .banner-content p {
    width: 70%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content p {
        width: 100%;
    }
}

.hero-banner.presentation-hero-style .banner-gallery {
    display: block;
    position: static;
    position: initial;
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-gallery {
        display: none;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail {
    position: absolute;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail img {
        width: 75%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail img {
        width: 65%;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1 {
    top: 225px;
    left: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1 img {
    animation: none;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-2 {
    top: inherit;
    bottom: 158px;
    right: inherit;
    left: 0;
    padding: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3 {
    top: 195px;
    right: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3 img {
    border-radius: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4 {
    bottom: 180px;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4 {
        right: -115px;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 {
    top: 135px;
    left: 325px;
    border-radius: 10px;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 img {
    border-radius: 10px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .shape-group {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li img {
        width: 75%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .shape-group li img {
        width: 65%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-1 {
    top: auto;
    bottom: 37%;
    left: 19%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-1 {
        bottom: 32%;
        left: 19%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-1 img {
    opacity: 1;
}

.hero-banner.presentation-hero-style .shape-group li.shape-2 {
    top: auto;
    bottom: 29%;
    left: 20%;
    z-index: 2;
}

.hero-banner.presentation-hero-style .shape-group li.shape-3 {
    top: 145px;
    bottom: auto;
    left: auto;
    right: 13%;
}

.hero-banner.presentation-hero-style .shape-group li.shape-4 {
    top: 29%;
    bottom: auto;
    left: auto;
    right: 15%;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-4 {
        top: 19%;
        right: 23%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-4 span {
    display: block;
    height: 100px;
    width: 100px;
    border: 16px solid #f8b81f;
    border: 16px solid var(--color-tertiary);
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-4 span {
        height: 50px;
        width: 50px;
        border: 7px solid #f8b81f;
        border: 7px solid var(--color-tertiary);
    }
}

.hero-banner.hero-style-1 {
    align-items: flex-end;
    position: relative;
    background-color: #fff;
    background-color: var(--bg-color);
}

.hero-banner.hero-style-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/banner/BG-1.png);
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-1::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-1 {
        padding-top: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-1 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-1 .banner-content .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-1 .banner-thumbnail .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-1 .banner-thumbnail .shape-group .shape-1 {
    animation: edublink-sm-x-move 3.5s alternate infinite linear;
}

.hero-banner.hero-style-1 .shape-7 {
    position: absolute;
    right: -6px;
    top: 13%;
    z-index: 1;
}

.hero-banner.hero-style-1 .shape-7 img {
    filter: opacity(0.7);
    -webkit-filter: opacity(0.7);
}

.hero-banner.hero-style-2 {
    padding: 150px 0 50px;
    background-position: center bottom;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-2 {
        padding: 0;
    }
}

.hero-banner.hero-style-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(97%) sepia(7%) saturate(503%) hue-rotate(316deg) brightness(103%) contrast(92%);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-2 {
        padding: 120px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 {
        padding: 120px 0 0px;
    }
}

.hero-banner.hero-style-2 .banner-gallery {
    text-align: right;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 1;
}

.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-1 img {
    border-radius: 0 70px 0 110px;
}

.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 {
    padding-top: 120px;
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 {
        text-align: left;
        padding-top: 0;
    }
}

.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 img {
    border-radius: 50px 0 90px 0;
}

.hero-banner.hero-style-2 .banner-gallery .online-support {
    position: absolute;
    left: 50px;
    bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 .banner-gallery .online-support {
        display: none;
    }
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner {
    display: flex;
    padding: 30px;
    align-items: center;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 50px 10px 50px 10px;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .icon {
    width: 50px;
    height: 50px;
    background: rgba(238, 74, 98, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 22px;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content {
    text-align: left;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .subtitle {
    font-size: 13px;
    font-weight: 700;
    font-weight: var(--p-bold);
    color: rgba(20, 20, 23, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .title {
    font-weight: 500;
    font-weight: var(--p-medium);
    line-height: 1;
    margin-bottom: 0;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .title a {
    color: #0900B2;
    color: var(--color-secondary);
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 .banner-gallery .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-1 {
    top: -58px;
    right: 125px;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-2 {
    top: 85px;
    right: -50px;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-3 {
    bottom: 30px;
    right: -108px;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-4 {
    bottom: -10px;
    left: -12px;
}

.hero-banner.hero-style-3 {
    min-height: 715px;
    position: relative;
    z-index: 1;
    -webkit-mask-image: url("/images/others/mask-01.png");
    mask-image: url("/images/others/mask-01.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-3 {
        min-height: 100%;
        padding: 100px 0 55px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-3 {
        min-height: 100%;
        padding: 80px 0 35px;
    }
}

.hero-banner.hero-style-3:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.hero-banner.hero-style-3 .banner-content {
    padding-bottom: 110px;
}

.hero-banner.hero-style-3 .banner-content .title {
    color: #ffffff;
    color: var(--color-white);
    font-weight: 800;
    font-weight: var(--p-extra-bold);
}

.hero-banner.hero-style-3 .banner-content p {
    color: #ffffff;
    color: var(--color-white);
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-3 .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-3 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-3 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner.hero-style-3 .shape-group li.shape-1 {
    top: -122px;
    left: -207px;
}

.hero-banner.hero-style-3 .shape-group li.shape-2 {
    top: -108px;
    left: 142px;
}

.hero-banner.hero-style-3 .shape-group li.shape-3 {
    top: -410px;
    left: -516px;
}

.hero-banner.hero-style-4 {
    min-height: 745px;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 1;
    clip-path: polygon(0 0%, 100% 0%, 100% 92%, 0% 100%);
}

.hero-banner.hero-style-4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-18.png);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 {
        clip-path: polygon(0 0%, 100% 0%, 100% 92%, 0% 97%);
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 {
        clip-path: none;
    }
}

.hero-banner.hero-style-4 .banner-content {
    text-align: center;
    padding-bottom: 30px;
}

.hero-banner.hero-style-4 .banner-content p {
    width: 70%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-content p {
        width: 100%;
    }
}

.hero-banner.hero-style-4 .banner-gallery {
    display: block;
    position: static;
    position: initial;
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail {
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        width: 17%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        width: 15%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        width: 30%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        display: none;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 {
    top: 140px;
    left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 {
        left: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 {
        left: 80px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 img {
    border-radius: 0;
    animation: radiusChange 8s linear infinite;
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
    top: 100px;
    right: 120px;
    padding-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
        right: 15px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 img {
    border-radius: 50px 0px;
    animation: radiusChange2 5s linear;
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
    bottom: 160px;
    right: 310px;
    padding-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 15px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 img {
    border-radius: 10px 40px;
}

.hero-banner.hero-style-4 .banner-gallery .online-support {
    position: absolute;
    left: 240px;
    bottom: 160px;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-4 .banner-gallery .online-support {
        left: 100px;
        bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .online-support {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .banner-gallery .online-support {
        left: 0;
        bottom: -40px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner {
    display: flex;
    padding: 30px;
    align-items: center;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 50px 10px 50px 10px;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .icon {
    width: 50px;
    height: 50px;
    background: rgba(238, 74, 98, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    color: #0900B2;
    color: var(--color-secondary);
    font-size: 22px;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content {
    text-align: left;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content .subtitle {
    font-size: 13px;
    font-weight: 700;
    font-weight: var(--p-bold);
    color: rgba(20, 20, 23, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content .title {
    color: #000;
    color: var(--color-heading);
    font-weight: 500;
    font-weight: var(--p-medium);
    line-height: 1;
    margin-bottom: 0;
}

.hero-banner.hero-style-4 .scroll-down-btn {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn {
        bottom: -10px;
        z-index: 12;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn {
    height: 200px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn {
        height: 50px;
        width: 50px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        align-items: center;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i {
    padding-top: 40px;
    font-size: 26px;
    color: #303DBF;
    color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i {
        font-size: 16px;
        padding-top: 0;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before, .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid #dfe7e9;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before, .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
        display: none;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before {
    animation: ripple_2 3s linear infinite;
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
    animation: ripple_2 3s linear 1s infinite;
}

.hero-banner.hero-style-4 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 .shape-group li {
        width: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .shape-group li {
        width: 10%;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-1 {
    top: 50px;
    left: 195px;
}

.hero-banner.hero-style-4 .shape-group li.shape-1 img {
    opacity: 0.5;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-1 {
        left: 161px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-2 {
    top: 85px;
    left: 335px;
}

.hero-banner.hero-style-4 .shape-group li.shape-2 img {
    width: 130px;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-2 {
        left: 215px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-3 {
    bottom: 200px;
    left: 130px;
}

.hero-banner.hero-style-4 .shape-group li.shape-4 {
    bottom: 220px;
    left: 26%;
}

.hero-banner.hero-style-4 .shape-group li.shape-5 {
    top: 35px;
    right: 24%;
}

.hero-banner.hero-style-4 .shape-group li.shape-6 {
    top: 66px;
    right: 88px;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-6 {
        right: 8px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-7 {
    bottom: 210px;
    right: 60px;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-7 {
        bottom: 220px;
        right: -50px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-7 img {
    opacity: 0.3;
}

.hero-banner.hero-style-4 .shape-group li.shape-8 {
    z-index: -2;
    bottom: 120px;
    left: -95px;
}

.hero-banner.hero-style-4 .shape-group li.shape-8 span {
    display: block;
    height: 270px;
    width: 270px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.hero-banner.hero-style-5 {
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
    -webkit-mask-image: url("/images/others/mask-02.png");
    mask-image: url("/images/others/mask-02.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    min-height: 715px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-5 {
        padding: 80px 0;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail {
    margin-right: 0;
    text-align: right;
    padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .banner-thumbnail {
        text-align: center;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail .thumbnail {
    display: inline-block;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-banner.hero-style-5 .banner-thumbnail .shape-group {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .banner-thumbnail .shape-group li {
        width: 100%;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group img {
    transform: none;
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-1 {
    top: 0;
    left: auto;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-1 {
        left: 0;
        right: 0;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-2 {
    top: auto;
    bottom: 85px;
    left: 52px;
    z-index: 1;
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-3 {
    top: 18px;
    left: auto;
    right: -45px;
    z-index: -2;
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-4 {
    top: -45px;
    right: 8px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-5 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-5 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .shape-group li {
        width: 15%;
    }
}

.hero-banner.hero-style-5 .shape-group li.shape-1 {
    top: 40px;
    left: 70px;
}

.hero-banner.hero-style-5 .shape-group li.shape-2 {
    bottom: 28px;
    left: 160px;
}

.hero-banner.hero-style-5 .shape-group li.shape-3 {
    top: 85px;
    left: 46%;
}

.hero-banner.hero-style-5 .shape-group li.shape-4 {
    bottom: 70px;
    right: 205px;
}

.hero-banner.hero-style-5 .shape-group li.shape-5 {
    top: 55px;
    right: 75px;
}

.hero-banner.hero-style-6 {
    min-height: 710px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-6 {
        padding: 100px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 {
        padding: 80px 0 0;
    }
}

.hero-banner.hero-style-6:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #f0f4f5;
    background-color: var(--color-lighten01);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-mask-image: url("/images/others/mask-03.png");
    mask-image: url("/images/others/mask-03.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.hero-banner.hero-style-6 .banner-thumbnail {
    margin-right: -15px;
    text-align: right;
    margin-bottom: -125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-6 .banner-thumbnail {
        margin-bottom: 0;
        margin-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail {
        margin-bottom: 0;
        margin-right: 0;
        text-align: center;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .thumbnail {
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 1199px), only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group {
        display: block;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group img {
    opacity: 1;
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1 {
    top: 80px;
    left: auto;
    right: 15px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1 {
        right: inherit;
        left: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1 {
        left: 60px;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-2 {
    top: auto;
    bottom: 250px;
    left: 80px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-2 {
        display: none;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-3 {
    top: 80px;
    left: auto;
    right: -75px;
    z-index: -2;
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-4 {
    top: 26px;
    right: 22px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-4 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-6 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner.hero-style-6 .shape-group li img {
    opacity: 0.2;
}

.hero-banner.hero-style-6 .shape-group li.shape-1 {
    top: 45px;
    left: 250px;
}

.hero-banner.hero-style-6 .shape-group li.shape-2 {
    bottom: 26px;
    left: 115px;
}

.hero-banner.hero-style-6 .shape-group li.shape-3 {
    top: 25px;
    right: 0px;
    z-index: -1;
}

.hero-banner.hero-style-7 {
    min-height: 820px;
    flex-direction: column;
    position: relative;
    justify-content: center;
    background: linear-gradient(-90deg, rgba(49, 185, 120, 0.2) 0%, rgba(26, 182, 157, 0.2) 100%);
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 {
        min-height: 100%;
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 {
        min-height: 100%;
        padding: 60px 0 80px;
    }
}

.hero-banner.hero-style-7 .banner-content {
    text-align: center;
    padding-top: 30px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 .banner-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content {
        padding-top: 0;
    }
}

.hero-banner.hero-style-7 .banner-content p {
    width: 70%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content p {
        width: 100%;
    }
}

.hero-banner.hero-style-7 .banner-content .features-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -50px;
    padding-top: 65px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content .features-list {
        margin: 0 -20px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-7 .banner-content .features-list {
        margin: 0 -5px;
    }
}

.hero-banner.hero-style-7 .banner-content .features-box {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0 50px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content .features-box {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-7 .banner-content .features-box {
        margin: 0 5px;
    }
}

.hero-banner.hero-style-7 .banner-content .features-box .icon {
    color: #ffffff;
    color: var(--color-white);
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-7 .banner-content .features-box .content .title {
        font-size: 14px;
    }
}

.hero-banner.hero-style-7 .banner-content .features-box.color-extra02-style .icon {
    background-color: rgb(142, 86, 255);
}

.hero-banner.hero-style-7 .banner-content .features-box.color-secondary-style .icon {
    background-color: rgb(238, 74, 98);
}

.hero-banner.hero-style-7 .banner-content .features-box.color-primary-style .icon {
    background-color: rgb(26, 182, 157);
}

.hero-banner.hero-style-7 .banner-gallery {
    display: block;
    position: static;
    position: initial;
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail {
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail {
        width: 20%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail {
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail {
        display: none;
    }
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail img {
    border-radius: 0;
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
    bottom: 160px;
    left: 130px;
}

@media only screen and (max-width: 1650px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
        bottom: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
        bottom: 50%;
    }
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
    bottom: 120px;
    right: 150px;
    padding-top: 0;
}

@media only screen and (max-width: 1650px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
        bottom: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
        bottom: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-7 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner.hero-style-7 .shape-group li img {
    opacity: 0.3;
}

.hero-banner.hero-style-7 .shape-group li.shape-1 {
    top: 100px;
    left: 82px;
}

.hero-banner.hero-style-7 .shape-group li.shape-2 {
    top: 47%;
    left: 24%;
}

.hero-banner.hero-style-7 .shape-group li.shape-3 {
    bottom: 0;
    left: 44%;
}

.hero-banner.hero-style-7 .shape-group li.shape-4 {
    top: 220px;
    right: 21%;
}

.hero-banner.hero-style-7 .shape-group li.shape-5 {
    top: 135px;
    right: 65px;
}

.hero-banner.hero-style-7 .shape-group li.shape-6 {
    top: -60px;
    left: 35%;
}

.hero-banner.hero-style-7 .shape-group li.shape-6 img {
    opacity: 1;
}

.hero-banner.hero-style-7 .shape-group li.shape-7 {
    bottom: -35px;
    right: 21%;
}

.hero-banner.hero-style-7 .shape-group li.shape-7 img {
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-hero-gallery {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .edu-hero-gallery {
        margin-top: 40px;
    }
}

/*-------------------
  Instagram Styles
---------------------*/
.instagram-grid {
    text-align: center;
}

.instagram-grid a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.instagram-grid a img {
    border-radius: 5px;
    transition: 0.3s;
    transition: var(--transition);
    width: 100%;
}

.instagram-grid a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    background-color: var(--color-black);
    border-radius: 5px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.instagram-grid a .user-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(1.5);
    z-index: 1;
    color: #ffffff;
    color: var(--color-white);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.instagram-grid a .user-info .icon {
    display: block;
    font-size: 26px;
}

.instagram-grid a .user-info .user-name {
    font-size: 18px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-weight: var(--p-semi-bold);
}

.instagram-grid:hover a img {
    transform: scale(1.1);
}

.instagram-grid:hover a:after {
    visibility: visible;
    opacity: 0.5;
}

.instagram-grid:hover a .user-info {
    transform: translateY(-50%) scale(1);
    visibility: visible;
    opacity: 1;
}

/*-------------------
  Pricing Table Styles 
---------------------*/
.pricing-table {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    border-radius: 5px;
    padding: 50px 30px 45px;
    position: relative;
    text-align: center;
}

.pricing-table .pricing-header {
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.pricing-table .pricing-header .price-wrap {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    line-height: 1;
    margin-bottom: 20px;
}

.pricing-table .pricing-header .price-wrap .amount {
    font-weight: 700;
    font-weight: var(--p-bold);
    font-size: 40px;
    color: #000;
    color: var(--color-heading);
    display: block;
    margin-bottom: 18px;
}

.pricing-table .pricing-header .price-wrap .duration {
    color: #344054;
    color: var(--color-body);
    font-size: 15px;
    font-weight: 500;
    font-weight: var(--p-medium);
}

.pricing-table .pricing-header .title {
    text-transform: uppercase;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-weight: 500;
    font-weight: var(--p-medium);
    font-size: 15px;
    color: #303DBF;
    color: var(--color-primary);
    margin-bottom: 18px;
}

.pricing-table .pricing-body {
    margin-bottom: 40px;
}

.pricing-table .pricing-body .list-item li {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    color: #000;
    color: var(--color-heading);
}

.pricing-table .pricing-body .list-item li i {
    color: #303DBF;
    color: var(--color-primary);
    margin-right: 10px;
}

.pricing-table .pricing-body .list-item li+li {
    margin-top: 16px;
}

.pricing-table .pricing-body .list-item li.item-off {
    color: #344054;
    color: var(--color-body);
}

.pricing-table .pricing-body .list-item li.item-off i {
    color: #344054;
    color: var(--color-body);
    opacity: 0.5;
}

.pricing-table .btn-primary-gradient.btn-border {
    padding: 0 30px;
}

.pricing-table .btn-primary-gradient.btn-border i {
    font-size: 15px;
    font-weight: 600;
    top: 2px;
    padding-left: 10px;
}

.pricing-table .btn-primary-gradient.btn-border:after {
    display: block;
}

.pricing-table:hover .btn-primary-gradient {
    background-color: #303DBF;
    background-color: var(--color-primary);
    color: #ffffff;
    color: var(--color-white);
    border-color: #303DBF;
    border-color: var(--color-primary);
}

/*-------------------
  Privacy Policy Style
---------------------*/
.privacy-policy-area {
    padding: 120px 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .privacy-policy-area {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .privacy-policy-area {
        padding: 80px 0;
    }
}

.privacy-policy {
    padding-right: 50px;
}

.privacy-policy h4.title {
    margin-bottom: 25px;
}

.privacy-policy p {
    margin-bottom: 28px;
}

.privacy-policy .text-block {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .privacy-policy .text-block {
        margin-bottom: 50px;
    }
}

.privacy-policy .text-block:last-child {
    margin-bottom: 0;
}

.privacy-policy ul li {
    padding-left: 30px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.privacy-policy ul li:after {
    content: "\e913";
    font-family: "icomoon";
    font-family: var(--font-icomoon);
    color: #303DBF;
    color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 0;
}

/*----------------------------
    Product Details Styles 
------------------------------*/
.product-details-area {
    padding-bottom: 95px;
}

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

@media only screen and (max-width: 767px) {
    .product-details-area {
        padding-bottom: 50px;
    }
}

.product-details-area .thumbnail {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    text-align: center;
}

.product-details-area .content .title {
    margin-bottom: 12px;
}

.product-details-area .content .product-rating {
    display: flex;
    align-content: center;
    margin-bottom: 10px;
}

.product-details-area .content .product-rating .rating {
    margin-right: 5px;
}

.product-details-area .content .product-rating .rating i {
    font-size: 14px;
    color: #f8b81f;
    padding: 0;
}

.product-details-area .content .product-rating .rating-count {
    font-size: 14px;
    color: #000;
    color: var(--color-heading);
    font-weight: 600;
}

.product-details-area .content .price {
    font-size: 18px;
    font-weight: 600;
    color: #303DBF;
    color: var(--color-primary);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.product-details-area .content p {
    margin-top: 22px;
    margin-bottom: 34px;
}

.product-details-area .content .product-action .add-to-cart-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .product-details-area .content .product-action .add-to-cart-btn {
        margin-top: 20px;
    }
}

.product-details-area .content .product-action .add-to-cart-btn a {
    margin-right: 10px;
}

.product-details-area .content .product-action .add-to-cart-btn a:last-child {
    margin-right: 0;
}

.product-details-area .content .product-action .add-to-cart-btn .wishlist-btn {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 5px;
}

.product-details-area .content .product-action .add-to-cart-btn .wishlist-btn i {
    font-size: 16px;
    color: #000;
    color: var(--color-heading);
}

.product-details-area .content .product-action .add-to-cart-btn .wishlist-btn:hover {
    border-color: #0900B2;
    border-color: var(--color-secondary);
}

.product-details-area .content .product-action .add-to-cart-btn .wishlist-btn:hover i {
    color: #ffffff;
    color: var(--color-white);
}

.product-details-area .content .product-feature {
    margin-top: 32px;
}

.product-details-area .content .product-feature li {
    font-weight: 400;
    margin: 6px 0;
    font-size: 16px;
}

.product-details-area .content .product-feature li span {
    font-weight: 600;
    color: #000;
    color: var(--color-heading);
}

.product-details-area .content .product-feature li a {
    position: relative;
    display: inline-block;
}

.product-details-area .content .product-feature li a::after {
    position: absolute;
    content: ",";
    right: -3px;
}

.product-details-area .content .product-feature li a:last-child:after {
    display: none;
}

.product-description-nav {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    justify-content: center;
    margin-bottom: 35px;
}

.product-description-nav .nav-item {
    margin: 0 5px;
}

.product-description-nav .nav-item button.nav-link {
    background: transparent;
    border: 0 none;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    padding: 22px 25px;
    color: #344054;
    color: var(--color-body);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    position: relative;
    transition: 0.3s;
}

.product-description-nav .nav-item button.nav-link::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    background: #303DBF;
    background: var(--color-primary);
    transition: 0.4s;
    width: 0;
}

.product-description-nav .nav-item button.nav-link:hover, .product-description-nav .nav-item button.nav-link.active {
    color: #000;
    color: var(--color-heading);
}

.product-description-nav .nav-item button.nav-link:hover::after, .product-description-nav .nav-item button.nav-link.active::after {
    width: 100%;
}

.product-description-content .comment-area {
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 45px;
}

.product-description-content .comment-area .heading-title {
    margin-bottom: 40px;
}

.product-description-content .comment-list-wrapper .comment .comment-content .title {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .product-description-content .comment-list-wrapper .comment .comment-content .title {
        display: block;
    }
}

.product-description-content .comment-list-wrapper .comment .comment-content .date {
    margin-bottom: 0;
    font-size: 15px;
    color: #344054;
    color: var(--color-body);
    font-weight: 400;
    margin-left: 5px;
}

@media only screen and (max-width: 479px) {
    .product-description-content .comment-list-wrapper .comment .comment-content .date {
        margin-left: 0;
        margin-top: 4px;
    }
}

.product-description-content .comment-list-wrapper .comment .comment-content .rating {
    font-size: 13px;
    color: #ffc92e;
    margin-bottom: 16px;
}

.product-description-content .comment-form-area {
    margin-top: 70px;
}

.product-description-content .comment-form .review-rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-description-content .comment-form .review-rating .title {
    margin-bottom: 0;
    margin-right: 15px;
}

.product-description-content .comment-form .review-rating .rating {
    font-size: 14px;
    color: #ffc92e;
}

.product-description-content .comment-form .form-group label {
    color: #344054;
    color: var(--color-body);
    margin-bottom: 5px;
}

.product-description-content .comment-form .form-group input {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    height: 50px;
}

.product-description-content .comment-form .form-group textarea {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
}

.product-description-content .comment-form .form-group .edu-form-check label:before {
    background-color: transparent;
}

/*-------------------
  Shop Styles 
---------------------*/
.edu-product {
    margin-bottom: 15px;
}

.edu-product .inner {
    text-align: center;
}

.edu-product .inner>.thumbnail {
    position: relative;
}

.edu-product .inner>.thumbnail>a {
    display: block;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    overflow: hidden;
}

.edu-product .inner>.thumbnail>a img {
    width: 100%;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-product .inner>.thumbnail .product-hover-info {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.edu-product .inner>.thumbnail .product-hover-info ul li {
    margin: 0;
    padding: 7px;
    position: relative;
}

.edu-product .inner>.thumbnail .product-hover-info ul li a {
    text-align: center;
    font-size: 18px;
    color: #000000;
    color: var(--color-black);
    height: 36px;
    width: 36px;
    line-height: 40px;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 50%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.edu-product .inner>.thumbnail .product-hover-info ul li a:hover {
    background-color: #303DBF;
    background-color: var(--color-primary);
    color: #ffffff;
    color: var(--color-white);
}

.edu-product .inner .content {
    padding-top: 26px;
}

.edu-product .inner .content .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.edu-product .inner .content .product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.edu-product .inner .content .product-rating .rating {
    color: #ffc92e;
    transition: 0.3s;
    transition: var(--transition);
    font-size: 14px;
}

.edu-product .inner .content .product-rating .rating-count {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
    margin-left: 5px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-product .inner .content .price {
    font-size: 14px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-primary);
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    color: #303DBF;
    color: var(--color-primary);
}

.edu-product:hover .inner .thumbnail a {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    border-color: #ffffff;
    border-color: var(--color-white);
}

.edu-product:hover .inner .thumbnail a img {
    transform: scale(1.1);
    opacity: 0.3;
}

.edu-product:hover .inner .thumbnail .product-hover-info {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.pro-qty {
    width: 136px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 18px;
}

@media only screen and (max-width: 575px) {
    .pro-qty {
        width: 110px;
        height: 50px;
    }
}

.pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-size: 15px;
    margin: 0 12px;
    color: #101010;
}

.pro-qty .qtybtn {
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #848484;
    transition: 0.3s;
}

.pro-qty .qtybtn:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.pro-qty input::-webkit-outer-spin-button,
.pro-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pro-qty input[type=number] {
    -moz-appearance: textfield;
}

.cart-table th,
.cart-table td {
    border: none;
    border-bottom: 1px solid #e6e6e6 !important;
}

@media only screen and (max-width: 767px) {

    .cart-table th:last-child,
    .cart-table td:last-child {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table thead {
        display: none;
    }
}

.cart-table thead th {
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-primary);
    text-transform: capitalize;
    color: #000;
    color: var(--color-heading);
    padding: 18px 15px;
}

@media only screen and (max-width: 991px) {
    .cart-table thead th {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table tbody tr {
        padding-left: 120px;
        position: relative;
        display: block;
        border-bottom: 1px solid var(--color-lighter);
        margin-bottom: 30px;
    }

    .cart-table tbody tr:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-table tbody tr {
        padding-left: 90px;
    }
}

.cart-table tbody td {
    vertical-align: middle;
    padding: 30px 15px;
    font-size: 15px;
    color: #222222;
    min-width: 150px;
}

@media only screen and (max-width: 991px) {
    .cart-table tbody td {
        font-size: 18px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table tbody td {
        font-size: 16px;
        display: block;
        text-align: right;
        padding: 10px 0;
        position: relative;
    }

    .cart-table tbody td:before {
        content: attr(data-title) " :";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 13px;
        color: #000000;
        color: var(--color-black);
    }
}

.cart-table tbody td.product-remove {
    min-width: auto;
}

@media only screen and (max-width: 767px) {
    .cart-table tbody td.product-remove {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: none !important;
        z-index: 1;
    }
}

.cart-table tbody td.product-remove .remove-wishlist {
    display: block;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    color: var(--color-black);
    transition: 0.3s;
    transition: var(--transition);
}

@media only screen and (max-width: 767px) {
    .cart-table tbody td.product-remove .remove-wishlist {
        font-size: 10px;
    }
}

.cart-table tbody td.product-remove .remove-wishlist:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.cart-table tbody td.product-remove:before {
    display: none;
}

.cart-table tbody td.product-thumbnail {
    width: 110px;
}

@media only screen and (max-width: 767px) {
    .cart-table tbody td.product-thumbnail {
        width: 80px;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: none !important;
        text-align: left;
    }
}

.cart-table tbody td.product-thumbnail a {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
}

.cart-table tbody td.product-thumbnail a img {
    height: 110px;
}

@media only screen and (max-width: 575px) {
    .cart-table tbody td.product-thumbnail a img {
        height: 85px;
    }
}

.cart-table tbody td.product-thumbnail:before {
    display: none;
}

.cart-table tbody td.product-title {
    width: 30%;
    color: #000;
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-primary);
}

@media only screen and (max-width: 767px) {
    .cart-table tbody td.product-title {
        width: 100%;
        text-align: left;
        padding-right: 40px;
    }
}

.cart-table tbody td.product-title a {
    transition: 0.3s;
    transition: var(--transition);
}

.cart-table tbody td.product-title:before {
    display: none;
}

.cart-table tbody td.product-quantity .pro-qty {
    margin: 0 auto;
    margin-right: 0;
}

.wishlist-table tbody td.product-add-cart:before {
    display: none;
}

@media only screen and (max-width: 575px) {
    .cart-update-btn-area {
        display: block;
    }
}

.cart-update-btn-area .product-cupon {
    flex-wrap: nowrap;
    border: 1px solid #303dbf;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    width: 100%;
    padding: 5px 5px 5px 20px;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
}

.cart-update-btn-area .product-cupon input {
    padding: 0;
    border: none;
    height: auto;
    padding-right: 20px;
    border-radius: 0 !important;
    border-radius: initial !important;
}

.cart-update-btn-area .product-cupon .submit-btn {
    border: none;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #303DBF;
    background: var(--color-primary);
    color: #ffffff;
    color: var(--color-white);
    padding: 5px 27px;
    font-size: 12px;
}

.cart-update-btn-area .product-cupon .submit-btn .icon-4 {
    font-size: 9px;
    font-weight: 300;
}

.cart-update-btn-area .product-cupon .submit-btn span {
    padding: 0px 10px;
    font-size: 13px;
}

.cart-update-btn-area .update-btn {
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .cart-update-btn-area .update-btn {
        text-align: left;
        margin-top: 20px;
    }
}

.cart-update-btn-area .update-btn .btn-primary-gradient.disabled {
    opacity: 0.5;
}

.order-summery {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .order-summery {
        margin-top: 80px;
    }
}

.order-summery .title {
    margin-bottom: 24px;
}

.order-summery .summery-table tbody td {
    border-color: #e6e6e6;
    font-size: 16px;
    color: #000;
    color: var(--color-heading);
    padding: 14px 30px;
}

.order-summery .summery-table tbody td:first-child {
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    width: 165px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-primary);
}

.order-summery .summery-table tbody td:last-child {
    font-size: 15px;
    text-align: right;
    color: #848484;
}

.order-summery .summery-table .order-total td:last-child {
    color: #000;
    color: var(--color-heading);
    font-weight: 600;
    font-weight: var(--p-semi-bold);
}

.order-summery .checkout-btn {
    width: 100%;
}

.order-summery.checkout-summery {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-summery.checkout-summery {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .order-summery.checkout-summery {
        margin-top: 60px;
    }
}

.order-summery.checkout-summery .summery-table-wrap {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    padding: 45px 50px 30px;
}

@media only screen and (max-width: 575px) {
    .order-summery.checkout-summery .summery-table-wrap {
        padding: 40px 20px 20px;
    }
}

.order-summery.checkout-summery .summery-table-wrap .title {
    margin-bottom: 18px;
}

.order-summery.checkout-summery .summery-table-wrap table {
    margin-bottom: 0;
}

.order-summery.checkout-summery .summery-table-wrap table tr:last-child td {
    border-bottom: none;
}

.order-summery.checkout-summery .summery-table-wrap table td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    width: auto;
    padding: 12px 0;
    color: #000;
    color: var(--color-heading);
}

@media only screen and (max-width: 575px) {
    .order-summery.checkout-summery .summery-table-wrap table td {
        font-size: 14px;
    }
}

.order-summery.checkout-summery .summery-table-wrap table .order-subtotal td:last-child {
    color: #344054;
    color: var(--color-body);
    font-weight: 500;
    font-weight: var(--p-medium);
}

.order-summery.checkout-summery .summery-table-wrap table .order-total td {
    font-weight: 700;
    font-weight: var(--p-bold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .account-page-area .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .account-page-area .shape-group {
        display: none;
    }
}

.account-page-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.account-page-area .shape-group li.shape-1 {
    bottom: -10px;
    left: 60px;
}

.account-page-area .shape-group li.shape-2 {
    top: -60px;
    right: 50px;
}

.account-page-area .shape-group li.shape-3 {
    top: -30px;
    right: 0px;
    z-index: 1;
}

.checkout-notice {
    margin-bottom: 65px;
}

.checkout-notice .coupn-box {
    padding: 0 30px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 5px;
}

.checkout-notice .toggle-bar {
    padding: 18px 0;
    margin-bottom: 0;
}

.checkout-notice .toggle-bar a {
    color: #303DBF;
    color: var(--color-primary);
    transition: 0.3s;
    transition: var(--transition);
}

@media only screen and (max-width: 479px) {
    .checkout-notice .input-group {
        display: block;
    }
}

.checkout-notice .input-group input {
    width: auto;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    height: 50px;
    border-radius: 5px !important;
}

.checkout-notice .input-group .apply-btn {
    margin-left: 10px !important;
}

@media only screen and (max-width: 479px) {
    .checkout-notice .input-group .apply-btn {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

.checkout-notice .toggle-open {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
}

.checkout-billing .title {
    margin-bottom: 30px;
}

.checkout-billing .form-group {
    margin-bottom: 25px;
}

.checkout-billing .form-group label {
    font-size: 16px;
    margin-bottom: 5px;
}

.checkout-billing .form-group input {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 10px;
}

.checkout-billing .form-group input:last-child {
    margin-bottom: 0;
}

.checkout-billing .form-group textarea {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.checkout-billing .form-group select {
    height: 45px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    color: #344054;
    color: var(--color-body);
    font-weight: 400;
    background: url(/images/icons/arrow-icon.png) 92% center no-repeat transparent;
}

.order-payment {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    padding: 50px 50px 42px;
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .order-payment {
        padding: 40px 20px 30px;
    }
}

.order-payment .title {
    margin-bottom: 40px;
}

.order-payment .payment-method {
    background-color: #f5f9fa;
    padding: 30px 30px 45px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .order-payment .payment-method {
        padding: 30px 20px 30px;
    }
}

.order-payment .form-group {
    position: relative;
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.order-payment .form-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.order-payment .form-group p {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 30px;
}

.order-payment .form-group a {
    margin-left: 20px;
    font-weight: 500;
}

.order-payment .form-group label {
    font-size: 16px;
    font-weight: 500;
}

.order-payment .form-group:last-child {
    border-bottom: none;
}

.order-payment .form-group input[type=checkbox],
.order-payment .form-group input[type=radio] {
    width: auto;
}

.search-header-input {
    align-items: center;
}

.search-header-input input {
    padding: 0;
    border: none;
    height: auto;
    padding-right: 20px;
    font-size: 18px;
    width: 100%;
    min-height: 37px;
}

.search-header-input i {
    color: #303DBF;
    color: var(--color-primary);
    padding: 0px 10px;
}

.border-h {
    border-right: 1px solid #c0c4e2;
    border-right: 1px solid var(--color-border-form);
    border-radius: 0px !important;
}

.product-cupon {
    background: #ffffff;
    background: var(--color-white);
}

/*-------------------
  Splash Page Styles 
---------------------*/
.pv-header-style.edu-header .header-mainmenu {
    background-color: transparent;
    box-shadow: none;
    z-index: 5;
}

.pv-header-style.edu-header .header-mainmenu.edu-sticky {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.pv-header-style .mainmenu-nav {
    margin-right: 30px;
}

.pv-header-style .mainmenu-nav .mainmenu {
    justify-content: flex-end !important;
}

.pv-header-style .mainmenu-nav .mainmenu li a {
    padding: 0 20px;
    height: 90px;
    line-height: 90px;
}

.pv-header-style .edmov-vue-mobile-popup-menu .mainmenu li.header-btn {
    padding-top: 30px;
}

.pv-header-style .edmov-vue-mobile-popup-menu .mainmenu li.header-btn .btn-primary-gradient {
    padding: 0;
}

.pv-header-style .edmov-vue-mobile-popup-menu .mainmenu li.header-btn .btn-primary-gradient:hover {
    color: #ffffff;
    color: var(--color-white);
}

.pv-demo-counterup {
    margin-top: -95px;
    position: relative;
    z-index: 1;
}

.pv-demo-counterup .counterup-wrap {
    background-color: #ffffff;
    background-color: var(--color-white);
    max-width: 870px;
    width: 100%;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin: 0 auto;
    padding: 50px 0;
}

@media only screen and (max-width: 767px) {
    .pv-demo-counterup .counterup-wrap {
        padding: 40px 0;
    }
}

.pv-demo-counterup .counterup-wrap .edu-counterup {
    box-shadow: none;
    padding: 0 30px;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .pv-demo-counterup .counterup-wrap .edu-counterup {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    .pv-demo-counterup .counterup-wrap .edu-counterup {
        padding: 20px;
    }
}

.pv-demo-counterup .counterup-wrap .edu-counterup.border-end {
    border-color: #e5e5e5;
    border-color: var(--color-border);
}

@media only screen and (max-width: 575px) {
    .pv-demo-counterup .counterup-wrap .edu-counterup.border-end {
        border: none !important;
    }
}

.pv-demo-counterup .counterup-wrap .edu-counterup .count-number {
    font-size: 50px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-demo-counterup .counterup-wrap .edu-counterup .count-number {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-demo-counterup .counterup-wrap .edu-counterup .count-number {
        font-size: 30px;
    }
}

.pv-demo-counterup .counterup-wrap .edu-counterup .title {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    color: var(--color-heading);
    text-transform: capitalize;
}

.pv-demo-area {
    padding: 140px 0 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-demo-area {
        padding: 110px 0 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-demo-area {
        padding: 90px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-demo-area {
        padding: 70px 0 20px;
    }
}

.single-demo {
    text-align: center;
    margin-bottom: 60px;
}

.single-demo .inner {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 15px;
    transition: 0.3s;
}

.single-demo.coming-soon a {
    pointer-events: none;
}

.single-demo .thumbnail {
    position: relative;
    text-align: center;
}

.single-demo .thumbnail .thumbnail-link {
    display: block;
    position: relative;
}

.single-demo .thumbnail .thumbnail-link::before {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.single-demo .thumbnail .thumbnail-link img {
    border-radius: 5px;
    width: 100%;
}

.single-demo .thumbnail .hover-action {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
}

.single-demo .title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.single-demo:hover .inner {
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.single-demo:hover .thumbnail .thumbnail-link::before {
    opacity: 1;
}

.single-demo:hover .thumbnail .hover-action {
    opacity: 1;
}

.pv-elementor-area {
    padding: 150px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-elementor-area {
        padding: 120px 0 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-elementor-area {
        padding: 100px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-elementor-area {
        padding: 80px 0 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .pv-elementor-area .elementor-content .splash-title {
        text-align: center;
    }
}

.pv-elementor-area .elementor-content .splash-title img {
    margin-bottom: 35px;
}

.pv-elementor-area .elementor-content .splash-title p {
    width: 60%;
}

@media only screen and (max-width: 1199px) {
    .pv-elementor-area .elementor-content .splash-title p {
        width: 100%;
    }
}

.pv-elementor-area .elementor-thumbnail {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .pv-elementor-area .elementor-thumbnail {
        text-align: center;
    }
}

.pv-elementor-area .elementor-thumbnail img {
    border-radius: 20px;
}

@media only screen and (max-width: 991px) {
    .pv-elementor-area .elementor-thumbnail .shape-group {
        display: none;
    }
}

.pv-elementor-area .elementor-thumbnail .shape-group li {
    position: absolute;
    z-index: -1;
}

.pv-elementor-area .elementor-thumbnail .shape-group li.shape-1 {
    top: -50px;
    left: -75px;
}

.pv-elementor-area .elementor-thumbnail .shape-group li.shape-2 {
    top: -82px;
    left: -14px;
    z-index: 1;
}

.pv-elementor-area .elementor-thumbnail .shape-group li.shape-3 {
    bottom: -70px;
    right: 50px;
}

.pv-elementor-area .elementor-thumbnail .shape-group li.shape-4 {
    bottom: -80px;
    right: -80px;
    z-index: -2;
}

.pv-courses-demo {
    position: relative;
    padding: 150px 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-courses-demo {
        padding: 120px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-courses-demo {
        padding: 100px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-courses-demo {
        padding: 80px 0 10px;
    }
}

.pv-courses-demo .splash-title.section-title {
    margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .pv-courses-demo .splash-title.section-title {
        margin-bottom: 50px;
    }
}

.pv-courses-demo .splash-title .shape-line {
    margin-bottom: 28px;
}

.pv-courses-demo .splash-title p {
    color: #000;
    color: var(--color-heading);
    font-size: 16px;
}

.pv-courses-demo .margque-courses {
    background-image: url(/images/preview/courses.png);
    background-repeat: repeat-x;
    background-size: auto;
    height: 460px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.pv-courses-demo .shape-group li.shape-1 {
    top: 100px;
    right: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .pv-courses-demo .shape-group li.shape-1 {
        top: 80px;
        right: 30px;
    }
}

.pv-courses-demo .shape-group li.shape-2 {
    top: 310px;
    left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .pv-courses-demo .shape-group li.shape-2 {
        display: none;
    }
}

.pv-courses-demo .shape-group li.shape-3 {
    top: 330px;
    left: 165px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .pv-courses-demo .shape-group li.shape-3 {
        display: none;
    }
}

.pv-courses-demo .shape-group li.shape-4 {
    top: 130px;
    left: 15%;
}

.pv-courses-demo .shape-group li.shape-5 {
    top: -252px;
    right: -111px;
    z-index: -2;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .pv-courses-demo .shape-group li.shape-5 {
        top: -230px;
        right: -270px;
    }
}

.pv-courses-demo .shape-group li.shape-5 span {
    display: block;
    height: 470px;
    width: 470px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.pv-course-details-area {
    position: relative;
    padding: 115px 0 135px;
}

.pv-course-details-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/preview-course-bg.jpg);
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-course-details-area {
        padding: 120px 0 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-course-details-area {
        padding: 100px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-course-details-area {
        padding: 80px 0 40px;
    }
}

.pv-course-details-area .course-content {
    max-width: 460px;
}

@media only screen and (max-width: 1710px) {
    .pv-course-details-area .course-content {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-course-details-area .course-content {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .pv-course-details-area .course-content {
        max-width: 100%;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .pv-course-details-area .course-content .splash-title.section-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pv-course-details-area .course-content .splash-title {
        text-align: center;
    }
}

.pv-course-details-area .course-content .splash-title img {
    margin-bottom: 35px;
}

.pv-course-details-area .course-thumbnail {
    position: relative;
    z-index: 1;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .pv-course-details-area .course-thumbnail {
        text-align: center;
    }
}

.pv-course-details-area .course-thumbnail .course-instructor {
    position: absolute;
    content: "";
    left: -40px;
    top: 150px;
}

@media only screen and (max-width: 1650px) {
    .pv-course-details-area .course-thumbnail .course-instructor {
        left: -50px;
        max-width: 320px;
    }
}

@media only screen and (max-width: 1199px) {
    .pv-course-details-area .course-thumbnail .course-instructor {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .pv-course-details-area .course-thumbnail .shape-group {
        display: none;
    }
}

.pv-course-details-area .course-thumbnail .shape-group li {
    position: absolute;
    z-index: -1;
}

.pv-course-details-area .course-thumbnail .shape-group li.shape-1 {
    top: -30px;
    left: 60px;
}

@media only screen and (max-width: 1710px) {
    .pv-course-details-area .course-thumbnail .shape-group li.shape-1 {
        top: -30px;
        left: -10px;
    }
}

.pv-course-details-area .course-thumbnail .shape-group li.shape-2 {
    top: -40px;
    left: 135px;
    z-index: 1;
}

@media only screen and (max-width: 1710px) {
    .pv-course-details-area .course-thumbnail .shape-group li.shape-2 {
        top: -40px;
        left: 65px;
    }
}

.pv-course-details-area .course-thumbnail .shape-group li.shape-3 {
    bottom: -10px;
    right: -30px;
}

.pv-course-details-area .course-thumbnail .shape-group li.shape-4 {
    bottom: 7px;
    right: 100px;
}

.pv-shop-area {
    position: relative;
    padding: 125px 0 115px;
}

.pv-shop-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-24.jpg);
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-shop-area {
        padding: 120px 0 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-shop-area {
        padding: 100px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-shop-area {
        padding: 80px 0 40px;
    }
}

.pv-shop-area .shop-content {
    padding-left: 145px;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .pv-shop-area .shop-content {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 1199px) {
    .pv-shop-area .shop-content {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .pv-shop-area .shop-content .splash-title.section-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pv-shop-area .shop-content .splash-title {
        text-align: center;
    }
}

.pv-shop-area .shop-content .splash-title img {
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .pv-shop-area .shop-thumbnail {
        text-align: center;
    }
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images {
    position: relative;
    z-index: 1;
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shop-demo-left {
    position: absolute;
    content: "";
    left: -160px;
    top: 150px;
}

@media only screen and (min-width: 1401px) and (max-width: 1750px), only screen and (min-width: 1200px) and (max-width: 1400px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shop-demo-left {
        left: -50px;
        max-width: 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shop-demo-left {
        display: none;
    }
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shop-demo-right {
    position: absolute;
    content: "";
    right: -50px;
    top: 100px;
}

@media only screen and (min-width: 1401px) and (max-width: 1750px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shop-demo-right {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shop-demo-right {
        right: -30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shop-demo-right {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group {
        display: none;
    }
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li {
    position: absolute;
    z-index: -1;
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li.shape-1 {
    top: -55px;
    left: -35px;
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li.shape-2 {
    bottom: -46px;
    right: 160px;
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li.shape-3 {
    top: 147px;
    left: 130px;
    z-index: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li.shape-3 {
        top: 151px;
        left: 154px;
    }
}

.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li.shape-3 span {
    display: block;
    height: 100px;
    width: 100px;
    border: 16px solid #f8b81f;
    border: 16px solid var(--color-tertiary);
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li.shape-3 span {
        height: 70px;
        width: 70px;
        border: 11px solid #f8b81f;
        border: 11px solid var(--color-tertiary);
    }
}

.pv-features-area {
    padding: 150px 0 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-features-area {
        padding: 120px 0 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-features-area {
        padding: 100px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-features-area {
        padding: 80px 0 30px;
    }
}

.demo-feature {
    margin-bottom: 45px;
}

.demo-feature .inner {
    text-align: center;
}

.demo-feature .inner .icon {
    background: #FFFFFF;
    box-shadow: 0px 15px 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 100%;
    height: 202px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-feature .inner .icon img {
    max-height: 80px;
}

.demo-feature .inner .title {
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: 600;
}

.pv-inner-page-area {
    padding: 150px 0 75px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pv-inner-page-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-25.jpg);
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-inner-page-area {
        padding: 120px 0 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-inner-page-area {
        padding: 100px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-inner-page-area {
        padding: 80px 0 20px;
    }
}

.pv-inner-page-area .splash-title .shape-line {
    margin-bottom: 28px;
}

.pv-inner-page-area .splash-title p {
    color: #000;
    color: var(--color-heading);
    font-size: 16px;
}

.pv-inner-page-area .margque-inner-page {
    background-image: url(/images/preview/inner-demo.png);
    background-repeat: repeat-x;
    background-size: auto;
    height: 650px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

@media only screen and (max-width: 991px) {
    .pv-inner-page-area .shape-group {
        display: none;
    }
}

.pv-inner-page-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.pv-inner-page-area .shape-group li.shape-1 {
    top: -65px;
    left: -85px;
}

.pv-inner-page-area .shape-group li.shape-2 {
    top: 80px;
    left: 152px;
}

.pv-inner-page-area .shape-group li.shape-3 {
    top: 20%;
    right: 18%;
}

.pv-inner-page-area .shape-group li.shape-3 span {
    display: block;
    height: 100px;
    width: 100px;
    border: 15px solid #f8b81f;
    border: 15px solid var(--color-tertiary);
    border-radius: 50%;
}

.pv-zoom-demo-area {
    padding: 85px 0 20px;
}

@media only screen and (max-width: 991px) {
    .pv-zoom-demo-area .zoom-content .splash-title {
        text-align: center;
    }
}

.pv-zoom-demo-area .zoom-content .splash-title img {
    margin-bottom: 35px;
}

.pv-zoom-demo-area .zoom-content .splash-title p {
    width: 80%;
}

@media only screen and (max-width: 991px) {
    .pv-zoom-demo-area .zoom-content .splash-title p {
        width: 100%;
    }
}

.pv-zoom-demo-area .zoom-thumbnail {
    position: relative;
    z-index: 1;
    margin-right: -60px;
    padding-right: 15px;
}

@media only screen and (max-width: 991px) {
    .pv-zoom-demo-area .zoom-thumbnail {
        margin-right: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .pv-zoom-demo-area .zoom-thumbnail .shape-group {
        display: none;
    }
}

.pv-zoom-demo-area .zoom-thumbnail .shape-group li {
    position: absolute;
    z-index: -1;
}

.pv-zoom-demo-area .zoom-thumbnail .shape-group li.shape-1 {
    top: 25px;
    right: 175px;
}

.pv-zoom-demo-area .zoom-thumbnail .shape-group li.shape-2 {
    top: 0;
    right: 308px;
}

.pv-zoom-demo-area .zoom-thumbnail .shape-group li.shape-2 span {
    display: block;
    height: 100px;
    width: 100px;
    border: 15px solid #f8b81f;
    border: 15px solid var(--color-tertiary);
    border-radius: 50%;
}

.pv-zoom-demo-area .zoom-thumbnail .shape-group li.shape-3 {
    bottom: 45px;
    left: 130px;
}

.pv-cta-area {
    background-color: #1B1C1C;
    padding: 145px 0 120px;
    position: relative;
    z-index: 1;
}

.pv-cta-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-26.png);
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-cta-area {
        padding: 120px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-cta-area {
        padding: 100px 0;
    }
}

.pv-cta-area .cta-content {
    text-align: center;
}

.pv-cta-area .cta-content .subtitle {
    font-size: 20px;
    font-weight: 600;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    color: #f8b81f;
    color: var(--color-tertiary);
    margin-bottom: 30px;
    display: block;
}

.pv-cta-area .cta-content .title {
    font-size: 40px;
    color: #ffffff;
    color: var(--color-white);
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pv-cta-area .cta-content .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .pv-cta-area .cta-content .title {
        font-size: 30px;
    }
}

.pv-cta-area .cta-content .button-group {
    justify-content: center;
    margin: -10px;
}

@media only screen and (max-width: 575px) {
    .pv-cta-area .cta-content .button-group {
        display: block;
    }
}

.pv-cta-area .cta-content .button-group a {
    margin: 10px;
}

.pv-cta-area .cta-content .button-group .btn-bg-white {
    background-color: #ffffff;
    background-color: var(--color-white);
    color: #000;
    color: var(--color-heading);
}

.pv-cta-area .cta-content .button-group .btn-bg-white:hover {
    color: #ffffff;
    color: var(--color-white);
}

@media only screen and (max-width: 1199px) {
    .pv-cta-area .shape-group {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .pv-cta-area .shape-group {
        display: none;
    }
}

.pv-cta-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.pv-cta-area .shape-group li.shape-1 {
    top: 80px;
    left: 7%;
}

@media only screen and (max-width: 1199px) {
    .pv-cta-area .shape-group li.shape-1 {
        left: 3%;
    }
}

.pv-cta-area .shape-group li.shape-2 {
    top: 90px;
    left: 10%;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .pv-cta-area .shape-group li.shape-2 {
        left: 7%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pv-cta-area .shape-group li.shape-2 img {
        width: 85%;
    }
}

.pv-cta-area .shape-group li.shape-3 {
    top: 32%;
    right: 11%;
}

@media only screen and (max-width: 1199px) {
    .pv-cta-area .shape-group li.shape-3 {
        right: 2%;
    }
}

.pv-cta-area .shape-group li.shape-4 {
    bottom: 25%;
    right: 14%;
}

@media only screen and (max-width: 1199px) {
    .pv-cta-area .shape-group li.shape-4 {
        right: 2%;
    }
}

.pv-cta-area .shape-group li.shape-4 span {
    display: block;
    height: 135px;
    width: 135px;
    border: 16px solid #f8b81f;
    border: 16px solid var(--color-tertiary);
    border-radius: 50%;
}

/*-------------------
  Team Styles
---------------------*/
.team-share-info {
    margin: -5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.team-share-info li {
    display: inline-block;
    margin: 5px;
}

.team-share-info li a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 2px solid #ffffff;
    border: 2px solid var(--color-white);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    color: var(--color-white);
    transition: 0.3s;
    transition: var(--transition);
}

.team-share-info li a:hover {
    background: #ffffff;
    background: var(--color-white);
    color: #303DBF;
    color: var(--color-primary);
}

.edu-team-grid .thumbnail-wrap {
    position: relative;
}

.edu-team-grid .thumbnail {
    margin-bottom: 25px;
}

.edu-team-grid .thumbnail a {
    border-radius: 10px;
    position: relative;
    display: block;
}

.edu-team-grid .thumbnail a img {
    border-radius: 10px;
    width: 100%;
}

.edu-team-grid .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(26, 182, 157, 0.6);
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-team-grid .content {
    text-align: center;
}

.edu-team-grid .content .title {
    margin-bottom: 4px;
}

.edu-team-grid .content .designation {
    display: inline-block;
}

.edu-team-grid .team-share-info li {
    transform: translateX(10px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-team-grid:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
}

.edu-team-grid:hover .team-share-info li {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.edu-team-grid:hover .team-share-info li:nth-child(1n) {
    transition-delay: 0.2s;
}

.edu-team-grid:hover .team-share-info li:nth-child(2n) {
    transition-delay: 0.3s;
}

.edu-team-grid:hover .team-share-info li:nth-child(3n) {
    transition-delay: 0.4s;
}

.edu-team-grid:hover .team-share-info li:nth-child(4n) {
    transition-delay: 0.5s;
}

.edu-team-grid.team-style-1 .team-share-info {
    top: 20px;
    right: 20px;
    left: auto;
    transform: translateY(0);
    margin: -10px 0;
}

.edu-team-grid.team-style-1 .team-share-info li {
    display: block;
    margin: 10px 0;
    transform: translateY(-10px);
}

.edu-team-grid.team-style-1 .team-share-info li:first-child {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.edu-team-grid.team-style-1 .team-share-info li:first-child a {
    border-color: #303DBF;
    border-color: var(--color-primary);
    color: #303DBF;
    color: var(--color-primary);
}

.edu-team-grid.team-style-1:hover .team-share-info li {
    transform: translateY(0);
}

.edu-team-grid.team-style-1:hover .team-share-info li:first-child a {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-color: #ffffff;
    border-color: var(--color-white);
    color: #303DBF;
    color: var(--color-primary);
}

.edu-team-grid.team-style-2 {
    padding: 0 30px 36px;
    position: relative;
    z-index: 1;
}

.edu-team-grid.team-style-2:after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.edu-team-grid.team-style-2 .content .designation {
    margin-bottom: 15px;
}

.edu-team-grid.team-style-2 .content p {
    margin-bottom: 0;
}

.edu-team-grid.team-style-3 {
    position: relative;
}

.edu-team-grid.team-style-3 .thumbnail {
    margin-bottom: 0;
}

.edu-team-grid.team-style-3 .content {
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.edu-team-grid.team-style-3 .content .title,
.edu-team-grid.team-style-3 .content .designation {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker2);
    border-radius: 4px;
}

.edu-team-grid.team-style-3 .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    padding: 11px 25px 9px;
}

.edu-team-grid.team-style-3 .content .designation {
    padding: 4px 20px;
    font-size: 16px;
}

.edu-team-grid.team-style-3 .team-share-info {
    top: 35%;
}

.edu-team-grid.team-style-4 {
    position: relative;
}

.edu-team-grid.team-style-4 .thumbnail {
    margin-bottom: 0;
}

.edu-team-grid.team-style-4 .thumbnail a:after {
    background: linear-gradient(-125deg, rgba(49, 185, 120, 0.8) 0%, rgba(26, 182, 157, 0.8) 100%);
}

.edu-team-grid.team-style-4 .content {
    text-align: left;
    display: inline-block;
    margin-top: -30px;
    position: relative;
    margin-left: 30px;
}

.edu-team-grid.team-style-4 .content .title,
.edu-team-grid.team-style-4 .content .designation {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker2);
    border-radius: 4px;
}

.edu-team-grid.team-style-4 .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    padding: 16px 25px 15px;
}

.edu-team-grid.team-style-4 .content .designation {
    padding: 4px 20px;
    font-size: 16px;
}

.edu-team-grid.team-style-5 .thumbnail {
    margin-bottom: 0;
}

.edu-team-grid.team-style-5 .content {
    position: relative;
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker2);
    border-radius: 5px;
    margin: -55px 30px 0;
    padding: 30px 0 25px;
}

.team-area-3 {
    position: relative;
}

.team-area-3 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.team-area-3 .shape-group li.shape-1 {
    bottom: -20px;
    left: 135px;
}

@media only screen and (max-width: 1650px) {
    .team-area-3 .shape-group li.shape-1 {
        left: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .team-area-3 .shape-group li.shape-1 {
        left: -70px;
    }
}

.team-area-4 {
    position: relative;
    -webkit-mask-image: url("/images/others/mask-04.png");
    mask-image: url("/images/others/mask-04.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    background-color: #f0f4f5;
    background-color: var(--color-lighten01);
    padding: 120px 0 390px;
}

.team-area-4 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.team-area-4 .shape-group li img {
    transform: scaleX(-1);
    opacity: 0.2;
}

.team-area-4 .shape-group li.shape-1 {
    top: 20px;
    left: -10px;
}

.team-area-4 .shape-group li.shape-2 {
    bottom: 35%;
    right: 130px;
}

.team-area-4 .shape-group li.shape-3 {
    top: 40px;
    right: 240px;
}

.team-area-5 {
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .team-area-5 .shape-group {
        display: none;
    }
}

.team-area-5 .shape-group li {
    position: absolute;
    z-index: -1;
}

.team-area-5 .shape-group li.shape-1 {
    top: -170px;
    right: -150px;
}

.team-area-5 .shape-group li.shape-1 span {
    display: block;
    height: 476px;
    width: 476px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.team-area-5 .shape-group li.shape-2 {
    top: 150px;
    right: 8%;
}

.team-area-5 .shape-group li.shape-3 {
    bottom: -110px;
    left: -200px;
}

.team-area-5 .shape-group li.shape-3 span {
    display: block;
    height: 476px;
    width: 476px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.team-area-6 {
    position: relative;
}

.team-area-6 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.team-area-6 .shape-group li img {
    opacity: 0.6;
}

.team-area-6 .shape-group li.shape-1 {
    top: -165px;
    left: -90px;
}

@media only screen and (max-width: 991px) {
    .team-area-6 .shape-group li.shape-1 {
        display: none;
    }
}

.team-area-6 .shape-group li.shape-2 {
    top: -180px;
    right: -55px;
}

.team-area-6 .shape-group li.shape-3 {
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-thumb {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .team-details-thumb {
        text-align: center;
        margin-bottom: 40px;
    }
}

.team-details-thumb .thumbnail {
    margin-bottom: 30px;
}

.team-details-thumb .thumbnail img {
    border-radius: 50%;
}

.team-details-thumb .social-share {
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-content {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .team-details-content {
        text-align: center;
    }
}

.team-details-content .main-info {
    margin-bottom: 30px;
}

.team-details-content .main-info .subtitle {
    font-weight: 500;
    font-weight: var(--p-medium);
    color: #303DBF;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.team-details-content .main-info .title {
    margin-bottom: 0;
}

.team-details-content .main-info .team-meta {
    display: flex;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-content .main-info .team-meta {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .team-details-content .main-info .team-meta {
        justify-content: center;
    }
}

.team-details-content .main-info .team-meta li {
    display: flex;
    align-items: center;
    color: #000;
    color: var(--color-heading);
    margin-right: 40px;
    position: relative;
    transition: 0.3s;
    transition: var(--transition);
}

.team-details-content .main-info .team-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 3px;
    right: -22px;
    transition: 0.3s;
    transition: var(--transition);
}

.team-details-content .main-info .team-meta li:last-child {
    margin-right: 0;
}

.team-details-content .main-info .team-meta li:last-child:after {
    display: none;
}

.team-details-content .main-info .team-meta li i {
    color: #a7a7a7;
    font-size: 15px;
    margin-right: 7px;
    transition: 0.3s;
    transition: var(--transition);
}

.team-details-content .main-info .team-meta li .rating {
    transition: 0.3s;
    transition: var(--transition);
}

.team-details-content .main-info .team-meta li .rating i {
    color: #f8b81f;
    margin-right: 0;
}

.team-details-content .main-info .team-meta li .rating-count {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    color: var(--color-heading);
    margin-left: 10px;
    transition: 0.3s;
    transition: var(--transition);
}

.team-details-content .contact-info {
    margin-top: 40px;
}

.team-details-content .contact-info ul li span {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    min-width: 100px;
    display: inline-block;
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    color: #000;
    color: var(--color-heading);
}

/*-------------------
  Testimonial Styles
---------------------*/
.home-one-testimonial {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .home-one-testimonial {
        margin-top: 0px;
    }
}

.testimonial-grid {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 60px 30px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-grid:after {
    content: url("/images/testimonial/shape-1.png");
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: -1;
}

.testimonial-grid .thumbnail {
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
}

.testimonial-grid .thumbnail img {
    border-radius: 50%;
}

.testimonial-grid .thumbnail .qoute-icon {
    height: 34px;
    width: 34px;
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
    color: var(--color-white);
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-radius: 50%;
    border: 4px solid #ffffff;
    border: 4px solid var(--color-white);
    display: block;
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: -12px;
}

.testimonial-grid .content p {
    margin-bottom: 20px;
    font-size: 16px;
}

.testimonial-grid .content .rating-icon {
    margin-bottom: 6px;
}

.testimonial-grid .content .rating-icon i {
    color: #f8b81f;
}

.testimonial-grid .content .title {
    font-weight: 500;
    font-weight: var(--p-medium);
    margin-bottom: 2px;
}

.testimonial-grid.testimonial-style-3 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.testimonial-grid.testimonial-style-3:after {
    display: none;
}

.testimonial-slide .content {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    padding: 35px 28px 35px 40px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.testimonial-slide .content .logo {
    margin-bottom: 22px;
}

.testimonial-slide .content p {
    color: #000;
    color: var(--color-heading);
    font-size: 16px;
    margin-bottom: 15px;
}

.testimonial-slide .content .rating-icon i {
    color: #f8b81f;
}

.testimonial-slide .author-info {
    display: flex;
    align-items: center;
}

.testimonial-slide .author-info .thumb {
    margin-right: 20px;
}

.testimonial-slide .author-info .thumb img {
    border-radius: 50%;
}

.testimonial-slide .author-info .info {
    flex: 1;
}

.testimonial-slide .author-info .info .title {
    margin-bottom: 0;
}

.testimonial-slide.testimonial-style-2 .content {
    padding: 45px 40px 50px 50px;
    border-radius: 5px;
}

@media only screen and (max-width: 479px) {
    .testimonial-slide.testimonial-style-2 .content {
        padding: 40px 30px;
    }
}

.testimonial-slide.testimonial-style-2 .content .rating-icon {
    margin-bottom: 20px;
}

.testimonial-slide.testimonial-style-2 .content p {
    margin-bottom: 24px;
}

.testimonial-slide.testimonial-style-3 .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.testimonial-slide.testimonial-style-3 .content .rating-icon {
    margin-bottom: 15px;
}

.testimonial-slide.testimonial-style-3 .content p {
    margin-bottom: 20px;
}

.testimonial-area-2 {
    position: relative;
}

.testimonial-area-2 .testimonial-activation {
    padding: 0 30px;
    margin: -30px -30px 0;
    margin-bottom: 50px;
}

.testimonial-area-2 .testimonial-activation .swiper-slide {
    opacity: 0;
    visibility: hidden;
}

.testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-active, .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next, .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next+.swiper-slide {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next {
        opacity: 0;
        visibility: hidden;
    }
}

.testimonial-area-2 .swiper-pagination {
    bottom: -70px;
}

.testimonial-area-2 .shape-group .shape-1 {
    top: 168px;
    right: -75px;
}

.testimonial-area-2 .shape-group .shape-2 {
    top: 217px;
    right: -106px;
}

.testimonial-area-2 .shape-group .shape-3 {
    bottom: 50px;
    left: 45%;
    transform: translateX(-50%);
}

.testimonial-area-2.edu-section-gap .shape-group .shape-3 {
    bottom: 58px;
}

.testimonial-area-3 {
    position: relative;
    -webkit-mask-image: url("/images/others/mask-04.png");
    mask-image: url("/images/others/mask-04.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
    padding: 115px 0 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-3 {
        padding: 95px 0 200px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-3 {
        padding: 75px 0 180px;
    }
}

.testimonial-area-3 .testimonial-activation-2 {
    margin: 0 -45px;
    padding: 0 30px;
}

.testimonial-area-3 .testimonial-activation-2 .testimonial-slide .content {
    margin-top: 0;
    margin-bottom: 50px;
}

.testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide {
    opacity: 0;
    visibility: hidden;
}

.testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-active, .testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 0;
    }
}

.testimonial-area-3 .swiper-pagination {
    bottom: 235px;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-3 .swiper-pagination {
        bottom: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-3 .shape-group {
        display: none;
    }
}

.testimonial-area-3 .shape-group li.shape-1 {
    top: 95px;
    left: 95px;
}

.testimonial-area-3 .shape-group li.shape-2 {
    bottom: 215px;
    left: 245px;
}

.testimonial-area-3 .shape-group li.shape-3 {
    bottom: 150px;
    right: 170px;
}

.testimonial-area-3 .shape-group li.shape-4 {
    top: 120px;
    right: 70px;
}

.testimonial-area-3 .shape-group li.shape-5 {
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-area-3 .shape-group li.shape-5 img {
    transform: scaleX(1);
    opacity: 1;
}

.testimonial-area-4 {
    padding: 120px 0 70px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-4 {
        padding: 100px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-4 .testimonial-heading-area {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-area-4 .testimonial-heading-area .section-title.section-left {
        text-align: center;
    }
}

.testimonial-area-4 .testimonial-activation-3 {
    margin: 0 -50px;
    padding: 0 30px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.testimonial-area-4 .testimonial-activation-3 .swiper-slide {
    opacity: 0;
    visibility: hidden;
}

.testimonial-area-4 .testimonial-activation-3 .swiper-slide.swiper-slide-active, .testimonial-area-4 .testimonial-activation-3 .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible;
}

.testimonial-area-4 .shape-group li img {
    opacity: 0.2;
}

.testimonial-area-4 .shape-group li.shape-1 {
    bottom: 60px;
    left: 42%;
}

.testimonial-area-4 .shape-group li.shape-2 {
    bottom: 35px;
    right: 12%;
}

.testimonial-area-4 .shape-group li.shape-2 img {
    opacity: 0.7;
}

.testimonial-area-4 .swiper-navigation {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .testimonial-area-4 .swiper-navigation {
        text-align: center;
    }
}

.testimonial-coverflow {
    margin: -55px 0;
}

.testimonial-coverflow .testimonial-grid {
    margin: 55px 0;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .testimonial-coverflow .testimonial-grid {
        margin: 55px 30px;
    }
}

.testimonial-coverflow .testimonial-grid:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    background-color: var(--color-white);
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 0.3s;
    transition: var(--transition);
}

.testimonial-coverflow .swiper-slide {
    padding: 0;
}

.testimonial-coverflow .swiper-slide.swiper-slide-visible.swiper-slide-active .testimonial-grid:before {
    opacity: 0;
}

.swiper-testimonial-slider-wrapper .swiper-slide {
    opacity: 0;
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
    margin-left: 36px;
    box-shadow: 70px 0px 50px 0px rgba(26, 46, 85, 0.1);
    padding: 40px 30px 50px;
}

@media only screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 40px;
    }
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
    margin-left: 40px;
    margin-right: 36px;
    box-shadow: -40px 0px 50px 0px rgba(26, 46, 85, 0.1);
    padding: 40px 30px 50px;
}

@media only screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 40px;
    }
}

.testimonial-area-1 {
    background: #F9FAFB;
    background: var(--bg-light-gray);
    min-height: 460px;
    padding: 50px 0px 50px;
}

.testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide.swiper-slide-active, .testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible;
}

.testimonial-area-1 .custom-testimonial-col-7 {
    max-height: 380px;
}

.testimonial-area-1 .custom-testimonial-col-7 .swiper-container {
    max-height: 380px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    background-color: rgba(26, 182, 157, 0.3);
    opacity: 1;
    margin: 0 8px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(26, 182, 157);
}

.testimonial-area-6 {
    position: relative;
}

.testimonial-area-6:before {
    content: "";
    height: 925px;
    width: 100%;
    background: linear-gradient(-90deg, #f5f1eb 0%, rgba(245, 241, 235, 0.3) 100%);
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-6:before {
        height: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area-6:before {
        height: 55%;
    }
}

.testimonial-area-6 .testimonial-activation-5 .swiper-wrapper .swiper-slide {
    padding: 0;
}

.testimonial-area-6 .swiper-pagination {
    bottom: 30px;
    text-align: right;
}

.testimonial-area-6 .shape-group li.shape-1 {
    bottom: 80px;
    left: -100px;
}

.testimonial-area-6 .shape-group li.shape-2 {
    top: -50px;
    right: -94px;
}

.testimonial-area-6 .shape-group li.shape-3 {
    top: -200px;
    right: -250px;
}

.testimonial-area-6 .shape-group li.shape-3 span {
    height: 400px;
    width: 400px;
    border: 1px solid #e8e6e3;
    border-radius: 50%;
    display: block;
}

.testimonial-grid.testimonial-style-3 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    height: 350px;
    box-shadow: none;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    align-items: center;
    background-position-x: center;
}

.testimonial-grid.testimonial-style-3 .content {
    position: absolute;
    bottom: 0;
}

.testimonial-grid.testimonial-style-3 .content .title,
.testimonial-grid.testimonial-style-3 .content .location {
    color: #fff;
    font-size: 14px;
}

.testimonial-area-img {
    min-height: 500px;
    padding: 50px 0px;
    background: #f9fafb;
}

.testimonial-area-1>.swiper-navigation {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper-navigation {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-navigation {
        display: none;
    }
}

.testimonial-heading-area {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .testimonial-heading-area {
        padding-right: 0;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.testimonial-heading-area .swiper-navigation {
    margin-top: 50px;
}

.testimonial-heading-area .section-title {
    color: #344054;
    color: var(--color-gray);
}

.testimonial-heading-area .section-title .title {
    margin-bottom: 20px;
    color: #050066;
    font-size: 28px;
}

.testimonial-heading-area .section-title p {
    font-weight: 300;
}

.program-area .swiper-navigation {
    margin-top: 50px;
}

/*-------------------
  Video Styles
---------------------*/
.video-gallery {
    position: relative;
    z-index: 1;
}

.video-gallery .thumbnail {
    position: relative;
}

.video-gallery .thumbnail .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #ffffff;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: rgb(48, 61, 191);
}

@media only screen and (max-width: 575px) {
    .video-gallery .thumbnail .video-play-btn {
        width: 60px;
        height: 60px;
        line-height: 62px;
    }
}

.video-gallery .thumbnail .video-play-btn i {
    margin-left: 5px;
}

.video-gallery .thumbnail .video-play-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: ripple 2s linear infinite;
}

.video-gallery .thumbnail .video-play-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: ripple 2s linear 1s infinite;
}

.video-gallery .thumbnail:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-gallery .thumbnail .video-play-btn i {
    font-size: 15px;
}

.video-gallery .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.video-gallery .shape-group li.shape-1 {
    top: -70px;
    right: -70px;
}

.video-gallery .shape-group li.shape-2 {
    top: -100px;
    right: 15px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .video-gallery .shape-group li.shape-2 {
        display: none;
    }
}

.video-gallery .shape-group li.shape-3 {
    bottom: -40px;
    left: -130px;
}

.video-area-1 {
    position: relative;
}

.video-area-1 .video-gallery .video-play-btn {
    width: 50px;
    height: 50px;
    line-height: 45px;
}

.video-area-2 {
    position: relative;
    z-index: 1;
    padding: 210px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area-2 {
        padding: 150px 0 200px;
    }
}

@media only screen and (max-width: 767px) {
    .video-area-2 {
        padding: 120px 0 150px;
    }
}

.video-area-2:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.video-banner-content {
    text-align: center;
}

.video-banner-content .video-btn {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .video-banner-content .video-btn {
        margin-bottom: 70px;
    }
}

.video-banner-content .video-play-btn {
    position: relative;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #0900B2;
    background: var(--color-secondary);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #303dbf;
}

.video-banner-content .video-play-btn i {
    margin-left: 5px;
}

.video-banner-content .video-play-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: ripple 2s linear infinite;
}

.video-banner-content .video-play-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: ripple 2s linear 1s infinite;
}

.video-banner-content .title {
    color: #ffffff;
    color: var(--color-white);
    margin-bottom: 0;
}

.popular-programs .video-gallery .thumbnail img {
    border-radius: 10px;
    max-height: 400px;
    margin: auto;
    display: block;
}

.popular-programs .video-gallery .thumbnail:before {
    border-radius: 10px;
    max-height: 400px;
    margin: auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
}

.popular-programs .video-gallery .shape-group li.shape-1 {
    top: -70px;
    right: auto;
    left: -70px;
}

.popular-programs .video-gallery .shape-group li.shape-2 {
    top: -20px;
    right: auto;
    left: -110px;
}

.popular-programs .video-gallery .shape-group li.shape-3 {
    bottom: -40px;
    right: -40px;
    left: auto;
    z-index: 1;
}

.video-area-4 .video-gallery {
    margin-bottom: -275px;
}

@media only screen and (max-width: 575px) {
    .video-area-4 .video-gallery {
        margin-bottom: 0px;
    }
}

.video-gallery-5 {
    margin-top: 40px;
}

.video-gallery-5 .thumbnail:before {
    border-radius: 50px 10px 0 0;
}

.video-gallery-5 .thumbnail img {
    border-radius: 50px 10px 0 0;
    width: 100%;
}

.video-gallery-5 .content {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 0 10px 10px;
    padding: 22px 30px;
}

.video-gallery-5 .content .title {
    margin-bottom: 0;
    width: 60%;
}

@media only screen and (max-width: 1199px) {
    .video-gallery-5 .content .title {
        width: 100%;
    }
}

.video-area-3 {
    background-image: url(/images/index/group-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
}

.video-area-3 p {
    color: rgb(193, 199, 255) !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.video-area-3 h2 {
    color: rgb(255, 255, 255) !important;
}

.video-area-3 {
    color: rgb(0, 237, 166) !important;
}

.video-gallery img {
    border-radius: 16px;
}

/*-------------------
  Why Choose Styles
---------------------*/
.why-choose-content .section-title {
    margin-bottom: 32px;
}

.why-choose-content .features-list .features-box {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    text-align: left;
    margin-bottom: 36px;
}

.why-choose-content .features-list .features-box .icon {
    background-color: transparent;
    margin-right: 30px;
    margin-bottom: 0;
}

.why-choose-content .features-list .features-box .content {
    flex: 1;
}

.why-choose-content .features-list .features-box .content .title {
    margin-bottom: 6px;
}

.why-choose-content .features-list .features-box .content p {
    color: #344054;
    color: var(--color-body);
}

.why-choose-content .features-list .features-box.color-secondary-style .icon {
    border: 1px solid rgba(238, 74, 98, 0.2);
}

.why-choose-content .features-list .features-box.color-secondary-style:hover .icon {
    background-color: #0900B2;
    background-color: var(--color-secondary);
}

.why-choose-content .features-list .features-box.color-primary-style .icon {
    border: 1px solid rgba(26, 182, 157, 0.2);
}

.why-choose-content .features-list .features-box.color-primary-style:hover .icon {
    background-color: #303DBF;
    background-color: var(--color-primary);
}

.why-choose-content .features-list .features-box.color-extra05-style .icon {
    border: 1px solid rgba(248, 148, 31, 0.2);
}

.why-choose-content .features-list .features-box.color-extra05-style:hover .icon {
    background-color: #f8941f;
    background-color: var(--color-extra05);
}

.why-choose-gallery {
    position: relative;
    z-index: 1;
}

.why-choose-gallery .thumbnail img {
    border-radius: 10px;
}

.why-choose-gallery .thumbnail.thumbnail-1 {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-gallery .thumbnail.thumbnail-1 {
        margin-right: 80px;
    }
}

.why-choose-gallery .thumbnail.thumbnail-2 {
    margin-top: -230px;
}

@media only screen and (max-width: 767px) {
    .why-choose-gallery .thumbnail.thumbnail-2 {
        transform: none !important;
    }
}

.why-choose-gallery .thumbnail.thumbnail-2 img {
    background-color: #ffffff;
    background-color: var(--color-white);
    padding: 10px;
    box-shadow: 0 30px 90px 0 rgba(26, 46, 85, 0.1);
}

.why-choose-gallery .shape-group li.shape-1 {
    top: 100px;
    left: 30px;
}

.why-choose-gallery .shape-group li.shape-2 {
    bottom: -35px;
    right: 45px;
}

.why-choose-gallery .shape-group li.shape-2 img {
    animation: rotateIt 10s linear infinite;
}

.why-choose-area-2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #ffffff;
    background-color: var(--color-white);
}

.why-choose-area-2:before {
    content: "";
    height: 68%;
    width: 100%;
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .why-choose-area-2 .shape-group {
        display: none;
    }
}

.why-choose-area-2 .shape-group li {
    position: absolute;
    z-index: -1;
}

.why-choose-area-2 .shape-group li.shape-1 {
    top: -310px;
    left: -50px;
}

.why-choose-area-2 .shape-group li.shape-1 span {
    display: block;
    height: 476px;
    width: 476px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.why-choose-area-2 .shape-group li.shape-2 {
    top: 80px;
    left: 100px;
}

.why-choose-area-2 .shape-group li.shape-3 {
    top: 100px;
    right: -20px;
}

.why-choose-area-2 .shape-group li.shape-3 span {
    display: block;
    height: 476px;
    width: 476px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.why-choose-area-2 .shape-group li.shape-4 {
    top: 50px;
    right: 10px;
}

.why-choose-area-2 .shape-group li.shape-5 {
    bottom: -50px;
    right: -50px;
}

.why-choose-area-2 .shape-group li.shape-5 span {
    display: block;
    height: 100px;
    width: 100px;
    border: 16px solid #f8b81f;
    border-radius: 50%;
}

.why-choose-box.features-box {
    min-height: -moz-fit-content;
    min-height: fit-content;
    border-radius: 8px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 15px;
    box-shadow: none !important;
    box-shadow: initial !important;
}

.why-choose-box.features-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin: 0px auto 10px;
}

.why-choose-box.features-box .content {
    height: 50px;
}

.why-choose-box.features-box .content .title {
    margin-top: 5px;
    font-size: 16px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
}

.why-choose-box-2.features-box {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    padding: 0 50px 55px;
    border-radius: 5px 50px 5px 70px;
}

.why-choose-box-2.features-box .icon {
    height: 70px;
    font-size: 44px;
    transform: translateY(-55px);
    margin-top: 55px;
    margin-bottom: -20px;
    color: #ffffff;
    color: var(--color-white);
}

.why-choose-box-2.features-box .content .title {
    margin-bottom: 22px;
}

.why-choose-box-2.features-box.color-primary-style .icon {
    background-color: rgb(26, 182, 157);
}

.why-choose-box-2.features-box.color-secondary-style .icon {
    background-color: rgb(238, 74, 98);
}

.why-choose-box-2.features-box.color-extra08-style .icon {
    background-color: rgb(70, 100, 228);
}

.why-choose-box-3.features-box {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 0;
    border-radius: 5px;
    max-width: 370px;
    margin: 0 auto;
}

.why-choose-box-3.features-box .thumbnail img {
    border-radius: 5px 5px 0 0;
}

.why-choose-box-3.features-box .content {
    padding: 0 40px 45px;
}

.why-choose-box-3.features-box .icon {
    margin-top: -40px;
    position: relative;
    height: 90px;
    width: 90px;
    font-size: 44px;
    color: #ffffff;
    color: var(--color-white);
}

.why-choose-box-3.features-box .content .title {
    margin-bottom: 22px;
}

.why-choose-box-3.features-box.color-primary-style .icon {
    background-color: rgb(26, 182, 157);
}

.why-choose-box-3.features-box.color-secondary-style .icon {
    background-color: rgb(238, 74, 98);
}

.why-choose-box-3.features-box.color-extra08-style .icon {
    background-color: rgb(70, 100, 228);
}

.why-choose-area-3 {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .why-choose-area-3 .shape-group {
        display: none;
    }
}

.why-choose-area-3 .shape-group li.shape-1 {
    top: -180px;
    left: 75px;
}

@media only screen and (max-width: 1650px) {
    .why-choose-area-3 .shape-group li.shape-1 {
        left: -100px;
    }
}

.why-choose-area-3 .shape-group li.shape-1 span {
    display: block;
    height: 476px;
    width: 476px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.why-choose-area-3 .shape-group li.shape-2 {
    top: 195px;
    left: 120px;
}

@media only screen and (max-width: 1650px) {
    .why-choose-area-3 .shape-group li.shape-2 {
        left: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .why-choose-area-3 .shape-group li.shape-2 {
        left: -60px;
        top: 150px;
    }
}

.why-choose-area-3 .shape-group li.shape-3 {
    top: 210px;
    right: -60px;
}

.why-choose-area-4 {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .why-choose-area-4 .shape-group {
        display: none;
    }
}

.why-choose-area-4 .shape-group li {
    position: absolute;
    z-index: -1;
}

.why-choose-area-4 .shape-group li.shape-1 {
    top: -25px;
    left: -205px;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .why-choose-area-4 .shape-group li.shape-1 {
        top: -35px;
        left: -165px;
    }
}

.why-choose-area-4 .shape-group li.shape-2 {
    top: 10px;
    right: -270px;
}

.why-choose-area-4 .shape-group li.shape-2 span {
    height: 400px;
    width: 400px;
    border: 1px solid #e8e6e3;
    border-radius: 50%;
    display: block;
}

/*-------------------
  404 Error
---------------------*/
.error-page-area {
    position: relative;
}

.error-page-area>.shape-group li {
    position: absolute;
    z-index: -1;
}

.error-page-area>.shape-group li.shape-1 {
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
}

.edu-error {
    text-align: center;
}

.edu-error .thumbnail {
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .edu-error .thumbnail {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-error .thumbnail .shape-group {
        display: none;
    }
}

.edu-error .thumbnail .shape-group li {
    position: absolute;
    z-index: -1;
}

.edu-error .thumbnail .shape-group li.shape-1 {
    left: -46px;
    top: -5px;
    opacity: 0.4;
}

.edu-error .thumbnail .shape-group li.shape-2 {
    left: 50px;
    top: -15px;
}

.edu-error .thumbnail .shape-group li.shape-3 {
    right: -46px;
    top: -25px;
    opacity: 0.4;
}

.edu-error .thumbnail .shape-group li.shape-4 {
    right: -12px;
    top: 40px;
    z-index: 1;
}

.edu-error .content .title {
    font-size: 50px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .edu-error .content .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .edu-error .content .title {
        font-size: 30px;
    }
}

.edu-error .content .subtitle {
    margin-bottom: 65px;
}

@media only screen and (max-width: 575px) {
    .edu-error .content .subtitle {
        margin-bottom: 50px;
    }
}

.edu-error .content .btn-primary-gradient i {
    padding-right: 10px;
    font-size: 16px;
    top: 1px;
}

.coming-soon-page-area {
    height: 100vh;
    width: 100%;
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0;
    min-height: 500px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    overflow-y: inherit;
}

.coming-soon-page-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-22.png);
    z-index: -1;
}

.coming-soon-page-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.coming-soon-page-area .shape-group li.shape-1 {
    top: 70px;
    left: 155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .coming-soon-page-area .shape-group li.shape-1 {
        left: -55px;
    }
}

.coming-soon-page-area .shape-group li.shape-2 {
    top: 240px;
    left: 360px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .coming-soon-page-area .shape-group li.shape-2 {
        left: 105px;
    }
}

.coming-soon-page-area .shape-group li.shape-3 {
    top: 170px;
    right: 19%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .coming-soon-page-area .shape-group li.shape-3 {
        right: 0;
    }
}

.coming-soon-page-area .shape-group li.shape-4 {
    top: 50px;
    right: 14%;
    height: 71px;
    width: 71px;
    border: 11px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.coming-soon-content {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}

.coming-soon-content .coming-countdown {
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .coming-countdown .countdown-section {
        margin: 0 15px 30px;
    }

    .coming-soon-content .coming-countdown .countdown-section .countdown-number {
        font-size: 35px;
    }

    .coming-soon-content .coming-countdown .countdown-section:after {
        top: -14px;
        right: -20px;
    }
}

.coming-soon-content .title {
    font-size: 90px;
    color: #ffffff;
    color: var(--color-white);
    font-weight: 800;
    font-weight: var(--p-extra-bold);
    margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .coming-soon-content .title {
        font-size: 75px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .coming-soon-content .title {
        font-size: 65px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .title {
        font-size: 50px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .coming-soon-content .title {
        font-size: 40px;
        margin-bottom: 35px;
    }
}

.coming-soon-content .input-group {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 5px;
    margin-top: 70px;
    align-items: center;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .input-group {
        margin-top: 30px;
    }
}

.coming-soon-content .input-group .form-control {
    background-color: transparent;
    height: 50px;
}

.coming-soon-content .input-group .form-control:focus {
    box-shadow: none;
}

.coming-soon-content .input-group .btn-primary-gradient {
    border-radius: 5px !important;
    padding: 0 35px;
}

@media only screen and (max-width: 479px) {
    .coming-soon-content .input-group .btn-primary-gradient {
        padding: 0 15px;
    }
}

.popular-programs {
    padding: 100px 0px;
}

.popular-programs .main-image img {
    height: 490px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    width: 100%;
}

.popular-programs-box {
    background-color: #ffffff;
    background-color: var(--color-white);
    transition: 0.3s;
    transition: var(--transition);
    box-shadow: 0px 30px 60px rgba(5, 0, 102, 0.1);
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    padding: 25px 10px !important;
    font-weight: 900;
    height: 150px !important;
    margin: 20px 10px !important;
}

.popular-programs-box .icon {
    align-items: left;
    justify-content: left;
    transition: 0.3s;
    transition: var(--transition);
}

.popular-programs-box .icon img {
    width: 45px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    margin: auto;
}

.popular-programs-box .content {
    text-align: center;
}

.popular-programs-box .content .title {
    font-size: 17px;
    color: #000;
    color: var(--color-heading);
    transition: 0.3s;
    transition: var(--transition);
    margin: 23px 0px 13px;
}

.popular-programs-box .content .title span {
    display: block;
}

.popular-programs-box .content p {
    color: #68678b !important;
    margin: 5px 0px 10px;
    font-size: 13px;
    transition: 0.3s;
    transition: var(--transition);
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin: auto;
    line-height: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popular-programs-box .content p {
        width: 82%;
    }
}

.popular-programs-box .content a {
    font-size: 13px;
    color: #303DBF;
    color: var(--color-primary);
    font-weight: 500;
    margin-top: 20px;
}

.m-t-0 {
    margin-top: 0px !important;
}

/*=======================================================================
4.Blocks Styles 
=========================================================================*/
/*--------------------------
    Header Styles  
--------------------------*/
.edu-header .header-mainmenu {
    background-color: #ffffff;
    background-color: var(--color-white);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .edu-header .header-mainmenu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-header .header-mainmenu {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.edu-header .header-mainmenu.edu-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #ffffff;
    background-color: var(--color-white);
    animation: headerSticky 0.95s ease forwards;
}

.edu-header .header-navbar {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .edu-header .header-navbar {
        justify-content: space-between;
    }
}

.edu-header .header-navbar .header-mainnav {
    flex: 1;
}

@media only screen and (max-width: 1199px) {
    .edu-header .header-navbar .header-mainnav {
        display: none;
    }
}

.edu-header .header-brand {
    display: flex;
    align-items: center;
}

.edu-header .header-brand img.logo-dark {
    display: none;
}

.edu-header .header-brand img.logo-light {
    display: inline-block;
    height: 40px;
    width: 100%;
}

.edu-header .header-brand .logo {
    margin-right: 40px;
}

@media only screen and (max-width: 575px) {
    .edu-header .header-brand .logo {
        margin-right: 15px;
    }
}

.edu-header .header-brand .logo a {
    display: block;
}

.edu-header .image-categories {
    width: 100%;
    height: 100%;
}

.edu-header .header-category {
    border-left: 1.5px solid #f2f2f2;
    border-right: 1.5px solid #f2f2f2;
    margin-right: 10px;
}

@media only screen and (max-width: 1350px) {
    .edu-header .header-category {
        display: none;
    }
}

.edu-header .header-category .mainmenu li.has-droupdown>a {
    padding: 0 40px;
}

.edu-header .header-category .mainmenu li.has-droupdown>a i {
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.edu-header .header-category .mainmenu li.has-droupdown>a:after {
    display: none;
}

.edu-header.header-fullwidth .header-mainmenu,
.edu-header.header-fullwidth .header-top-bar {
    padding-left: 62px;
    padding-right: 62px;
}

@media only screen and (max-width: 1699px) {

    .edu-header.header-fullwidth .header-mainmenu,
    .edu-header.header-fullwidth .header-top-bar {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media only screen and (max-width: 767px) {

    .edu-header.header-fullwidth .header-mainmenu,
    .edu-header.header-fullwidth .header-top-bar {
        padding-left: 0;
        padding-right: 0;
    }
}

/*------------------------
    Header Style One  
--------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-top .header-top-left .header-notify {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-top .header-top-left .header-notify {
        text-align: center;
        padding: 15px 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-top-left .header-notify {
        text-align: center;
        padding: 15px 0 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-top .header-info {
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-info {
        margin: 0 -10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-top .header-info li {
        padding: 14px 15px 12px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-info li {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-top .header-info li:after {
        height: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-top .header-info li:after {
        display: none;
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-1 .header-top .header-info li:nth-last-child(2):after {
        display: none;
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-1 .header-top .header-info li.social-icon {
        display: none;
    }
}

@media only screen and (max-width: 1350px) {
    .header-style-1 .header-mainnav .mainmenu-nav .mainmenu {
        justify-content: center;
    }
}

.header-style-1 .header-action li.search-icon {
    display: none;
}

@media only screen and (max-width: 1699px) {
    .header-style-1 .header-action li.search-icon {
        display: block;
    }
}

.header-style-1 .header-action>li>a {
    color: #000;
    color: var(--color-heading);
    padding: 0 26px;
    display: block;
    height: 90px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: auto !important;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-action>li>a {
        padding: 0 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-action>li>a {
        padding: 0 12px;
    }
}

.header-style-1 .header-action>li>a:hover, .header-style-1 .header-action>li>a.active {
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.mainmenu-nav .mainmenu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    float: right;
    position: relative;
    width: 100%;
}

.mainmenu-nav .mainmenu .lang-li {
    position: absolute;
    right: 0;
}

.mainmenu-nav .mainmenu>li>a {
    color: #000;
    color: var(--color-heading);
    padding: 0 15px;
    display: block;
    height: 90px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 90px;
    transition: 0.3s;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu-nav .mainmenu>li>a {
        padding: 0 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu-nav .mainmenu>li>a {
        padding: 0 12px;
    }
}

.mainmenu-nav .mainmenu>li>a:hover, .mainmenu-nav .mainmenu>li>a.active {
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

.mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown>a {
    position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown>a::after {
    position: absolute;
    content: "\ea4e";
    font-family: "remixicon";
    top: 1px;
    font-size: 18px;
    right: -2px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu-nav .mainmenu li.has-droupdown>a::after {
        right: 0px;
    }
}

.mainmenu-nav .mainmenu li.has-droupdown>a .no-has-arrow {
    margin: 30px 25px 10px 0px !important;
}

.mainmenu-nav .mainmenu li.has-droupdown>a .no-has-arrow::after {
    position: absolute;
    content: normal;
    content: initial;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu {
    min-width: -moz-max-content;
    min-width: max-content;
    height: auto;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 10px 0 15px;
    transition: 0.3s;
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    pointer-events: none;
    border-radius: 8px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
    position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    display: block;
    color: #000;
    color: var(--color-heading);
    text-transform: capitalize;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
    color: #303DBF !important;
    color: var(--color-primary) !important;
    background: var(--color-darker);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
    color: #303DBF !important;
    color: var(--color-primary) !important;
    background: var(--color-darker);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li span {
    padding: 0px 50px;
    cursor: pointer;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li:hover span {
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown>a::after {
    transform: rotate(-90deg);
    top: 10px;
    right: 40px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown .submenu {
    position: absolute;
    left: 100%;
    top: 90%;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown:hover .submenu {
    left: 100%;
    top: 0;
    z-index: 90;
    opacity: 1;
    visibility: visible;
}

.mainmenu-nav .mainmenu li.has-droupdown:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 75px;
    pointer-events: auto;
}

.mainmenu-nav .mainmenu li.has-droupdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: auto;
}

.mainmenu-nav .mainmenu li.has-droupdown:hover .mega-menu .submenu {
    pointer-events: auto;
}

.mainmenu-nav .mainmenu li ul.mega-menu {
    min-width: 1170px;
    height: auto;
    position: absolute;
    top: 90%;
    left: -324px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    padding: 70px 0;
    transition: 0.3s;
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    pointer-events: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mainmenu-nav .mainmenu li ul.mega-menu {
        left: -524px;
    }
}

@media only screen and (max-width: 1350px) {
    .mainmenu-nav .mainmenu li ul.mega-menu {
        left: -473px;
    }
}

.mainmenu-nav .mainmenu li ul.mega-menu .menu-title {
    font-weight: 600;
    padding-left: 100px;
    margin-bottom: 0;
}

.mainmenu-nav .mainmenu li ul.mega-menu>li {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid var(--color-border);
}

.mainmenu-nav .mainmenu li ul.mega-menu>li:last-child {
    border-right: 0;
}

.mainmenu-nav .mainmenu li ul.mega-menu .submenu {
    position: static;
    position: initial;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    padding: 20px 0 0 70px;
}

.header-style-2 .mainmenu-nav .mainmenu li ul.mega-menu,
.header-style-3 .mainmenu-nav .mainmenu li ul.mega-menu {
    left: auto;
    right: -397px;
}

.mainmenu-nav .mainmenu li.lang-li>a::after {
    position: static !important;
    position: initial !important;
    content: normal !important;
    content: initial !important;
}

header .lang {
    margin: 0px !important;
}

/*--------------------------
    Header Top Styles  
--------------------------*/
.header-top-bar {
    background-color: #1f2432;
}

@media only screen and (max-width: 991px) {
    .header-top-bar {
        display: none;
    }
}

.header-top {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-top {
        display: block;
    }
}

.header-top .header-top-left {
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top .header-top-left {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-top .header-top-left {
        margin-right: 0;
    }
}

.header-top .header-top-right {
    flex: 1;
    text-align: right;
}

.header-top .header-notify {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-size: 14px;
    color: #ffffff;
    color: var(--color-white);
}

.header-top .header-notify a {
    color: #0900B2;
    color: var(--color-secondary);
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-weight: 500;
}

.header-top .header-notify a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.header-top .header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top .header-info {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .header-top .header-info {
        justify-content: center;
        margin: 0 -15px;
    }
}

.header-top .header-info li {
    display: inline-block;
    margin: 0;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-size: 14px;
    color: #ffffff;
    color: var(--color-white);
    padding: 14px 30px 12px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .header-top .header-info li {
        padding: 15px;
    }
}

.header-top .header-info li:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.header-top .header-info li a {
    color: #ffffff;
    color: var(--color-white);
}

.header-top .header-info li a:hover {
    color: #0900B2;
    color: var(--color-secondary);
}

.header-top .header-info li i {
    font-size: 15px;
    color: #0900B2;
    color: var(--color-secondary);
    padding-right: 10px;
    position: relative;
    top: 1px;
}

.header-top .header-info li:last-child:after {
    display: none;
}

.header-top .header-info li.social-icon {
    margin: 0 -12px;
}

.header-top .header-info li.social-icon a {
    padding: 0 12px;
}

.header-top .header-info li.social-icon a i {
    color: #ffffff;
    color: var(--color-white);
    transition: 0.3s;
    transition: var(--transition);
    padding: 0;
}

.header-top .header-info li.social-icon a:hover i {
    color: #0900B2;
    color: var(--color-secondary);
}

.header-top .header-info li.header-btn {
    padding: 0 30px 0 0;
}

@media only screen and (max-width: 991px) {
    .header-top .header-info li.header-btn {
        padding: 0;
    }
}

.header-top .header-info li.header-btn .btn-primary-gradient {
    color: #ffffff;
    color: var(--color-white);
    border-radius: 0;
    overflow: visible;
}

.header-top .header-info li.header-btn .btn-primary-gradient i {
    color: #ffffff;
    color: var(--color-white);
    padding-right: 0;
    font-size: 11px;
    top: 0;
}

.header-top .header-info li.header-btn .btn-primary-gradient:after {
    border-radius: 0;
}

/*------------------------
    Header Actions  
-------------------------*/
.header-action {
    display: flex;
    align-items: center;
    margin: 0 0px;
}

@media only screen and (max-width: 575px) {
    .header-action {
        margin: 0 0px;
    }
}

.header-action li {
    margin: 0 10px;
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .header-action li {
        margin: 0 10px;
    }
}

.header-action li.icon a {
    font-size: 16px;
    color: #000;
    color: var(--color-heading);
    position: relative;
}

.header-action li.icon a .count {
    position: absolute;
    top: -9px;
    right: -10px;
    display: block;
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 23px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #ffffff;
    color: var(--color-white);
    font-size: 12px;
    font-weight: 500;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.header-action li.icon a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.header-action li.icon.cart-icon {
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .header-action li.icon.cart-icon {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1699px) {
    .header-action .search-bar {
        display: none;
    }
}

.header-action .search-bar .input-group {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.header-action .search-bar .input-group .form-control {
    height: 50px;
    border: none;
    line-height: 1;
    font-size: 15px;
    color: #000;
    color: var(--color-heading);
    font-weight: 400;
    padding: 0 0 0 20px;
}

.header-action .search-bar .input-group .form-control:focus {
    box-shadow: none;
}

.header-action .search-bar .input-group .search-btn {
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: #000;
    color: var(--color-heading);
    padding: 0 20px;
    transition: 0.3s;
    transition: var(--transition);
}

.header-action .search-bar .input-group .search-btn:hover {
    color: #303DBF;
    color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
    .header-action .header-btn {
        display: none;
    }
}

.header-action .header-btn a {
    display: block;
    color: #ffffff;
    color: var(--color-white);
    padding: 0 30px;
}

.header-action .mobile-menu-bar .hamberger-button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #000;
    color: var(--color-heading);
    font-size: 20px;
    line-height: 1;
    transition: 0.3s;
    transition: var(--transition);
}

.header-action .mobile-menu-bar .hamberger-button:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.header-action .mobile-menu-bar .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #000;
    color: var(--color-heading);
    font-size: 20px;
    line-height: 1;
    transition: 0.3s;
    transition: var(--transition);
}

.header-action .mobile-menu-bar .close-button:hover {
    color: #303DBF;
    color: var(--color-primary);
}

/*------------------------------
    Popup Menu Styles
--------------------------------*/
.edmov-vue-mobile-popup-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    visibility: hidden;
    opacity: 0;
    top: 0px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 99999;
}

.edmov-vue-mobile-popup-menu .inner {
    width: 100%;
    z-index: 999;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all 0.5s ease-out;
    top: 80px;
}

.edmov-vue-mobile-popup-menu .inner .header-top {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.edmov-vue-mobile-popup-menu .inner .header-top .logo a img {
    max-height: 45px;
}

.edmov-vue-mobile-popup-menu.active {
    visibility: visible;
    opacity: 1;
}

.edmov-vue-mobile-popup-menu.active .inner {
    opacity: 1;
    top: 80px;
    overflow-y: auto;
}

.edmov-vue-mobile-popup-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
}

.edmov-vue-mobile-popup-menu .mainmenu li {
    margin: 0;
}

.edmov-vue-mobile-popup-menu .mainmenu li a {
    padding: 7px 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

.edmov-vue-mobile-popup-menu .mainmenu li a.active {
    color: #303DBF !important;
    color: var(--color-primary) !important;
    font-weight: 700 !important;
}

.edmov-vue-mobile-popup-menu .mainmenu .has-droupdown .submenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}

.edmov-vue-mobile-popup-menu .mainmenu .has-droupdown .submenu li a {
    font-size: 15px;
}

.edmov-vue-mobile-popup-menu .mainmenu .has-droupdown .submenu li a.active {
    color: #303DBF !important;
    color: var(--color-primary) !important;
}

.edmov-vue-mobile-popup-menu .mainmenu .has-droupdown>a {
    position: relative;
}

.edmov-vue-mobile-popup-menu .mainmenu .has-droupdown>a::after {
    position: absolute;
    content: "\e942";
    font-family: "icomoon" !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    font-size: 12px;
}

.edmov-vue-mobile-popup-menu .mainmenu .has-droupdown>a.open::after {
    content: "\ea0b";
}

.edmov-vue-mobile-popup-menu .mainmenu .mega-menu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}

.edmov-vue-mobile-popup-menu .mainmenu .mega-menu>li .menu-title {
    margin-bottom: 5px;
    padding-top: 15px;
}

.edmov-vue-mobile-popup-menu .mainmenu .mega-menu .submenu {
    padding: 0;
    margin: 0;
    display: block;
}

.edmov-vue-mobile-popup-menu .mainmenu li {
    margin-right: 3px;
}

.mobile-icons-button {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
}

.mobile-icons-button .m-icon-button {
    margin: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

/*----------------------
    Search Popup  
-----------------------*/
.edu-search-popup {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: transform 0.7s ease;
}

.edu-search-popup.open {
    transform-origin: top center;
    transform: scale(1, 1);
    height: 100%;
}

.edu-search-popup .content-wrap {
    background-color: #ffffff;
    background-color: var(--color-white);
    width: 100%;
    min-height: 560px;
    position: relative;
    box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .edu-search-popup .content-wrap {
        min-height: 450px;
    }
}

.edu-search-popup .site-logo {
    position: absolute;
    top: 60px;
    left: 70px;
}

.edu-search-popup .site-logo img.logo-dark {
    display: none;
}

.edu-search-popup .site-logo img.logo-light {
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .edu-search-popup .site-logo {
        top: 40px;
        left: 20px;
    }
}

.edu-search-popup .close-button {
    position: absolute;
    right: 62px;
    top: 62px;
}

@media only screen and (max-width: 1199px) {
    .edu-search-popup .close-button {
        top: 50px;
        right: 15px;
    }
}

.edu-search-popup .close-button .close-trigger {
    background: transparent;
    border: none;
    color: #000;
    color: var(--color-heading);
    font-size: 22px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-search-popup .close-button .close-trigger:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-search-popup .inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.edu-search-popup .inner .search-form {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
}

.edu-search-popup .inner .search-form input {
    height: 90px;
    border: 0 none;
    border-radius: 5px;
    background: transparent;
    padding: 0;
    padding-right: 55px;
    font-weight: 400;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .edu-search-popup .inner .search-form input {
        font-size: 16px;
        height: 60px;
    }
}

.edu-search-popup .inner .search-form .submit-button {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: none;
    color: #000;
    color: var(--color-heading);
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-search-popup .inner .search-form .submit-button:hover {
    color: #303DBF;
    color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
    .edu-search-popup .inner .search-form .submit-button {
        font-size: 20px;
    }
}

.edu-search-popup::before {
    position: absolute;
    background-color: transparent;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.no-topbar .edu-search-popup {
    top: 0px;
}

/*-------------------------
   Footer Styles
-------------------------*/
.edu-footer {
    position: relative;
}

.edu-footer .footer-top {
    position: relative;
    padding: 50px 0;
    background: #04005C;
    background: var(--color-primary-dark);
    padding-bottom: 100px;
}

.edu-footer .footer-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/home/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: left bottom;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-footer .footer-top {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .edu-footer .footer-top {
        padding: 60px 0;
    }

    .edu-footer .footer-top::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
        background: initial !important;
        background-image: url(/images/index/footer-sm.png) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.edu-footer.footer-style-1 .footer-top .edu-footer-widget .logo a img.logo-dark {
    display: none;
}

.edu-footer .description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.edu-footer .information-list li {
    margin-top: 0;
    margin-bottom: 0;
}

.edu-footer .information-list li span {
    font-weight: 500;
    margin-right: 5px;
}

.edu-footer .information-list li a {
    transition: 0.3s;
}

.edu-footer .information-list li+li {
    margin-top: 5px;
}

.edu-footer .information-list li:hover a {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-footer .edu-footer-widget {
    position: relative;
    z-index: 1;
}

.edu-footer .edu-footer-widget .logo a img.logo-light {
    display: inline-block;
    margin-bottom: 20px;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 150px !important;
}

.edu-footer .edu-footer-widget .inner {
    margin-top: 15px;
}

.edu-footer .edu-footer-widget .footer-link {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.edu-footer .edu-footer-widget .footer-link li {
    margin-top: 0;
    margin-bottom: 0;
}

.edu-footer .edu-footer-widget .footer-link li a {
    display: block;
    line-height: 26px;
}

.edu-footer .edu-footer-widget .footer-link li+li {
    margin-top: 11px;
}

.edu-footer .edu-footer-widget .footer-link li:hover a {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-footer .edu-footer-widget .input-group {
    margin-bottom: 15px;
}

.edu-footer .edu-footer-widget .input-group .form-control {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    font-size: 15px;
    font-size: var(--font-size-b1);
    font-weight: 400;
    border: none;
    height: 50px;
    padding: 0 15px;
}

.edu-footer .edu-footer-widget .input-group button {
    height: 50px;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    color: #000;
    color: var(--color-heading);
    width: 100%;
}

.edu-footer .edu-footer-widget.explore-widget {
    margin-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-footer .edu-footer-widget.explore-widget {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-footer .edu-footer-widget.explore-widget {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .edu-footer .edu-footer-widget.explore-widget {
        margin-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    .edu-footer .edu-footer-widget .input-group.footer-subscription-form {
        flex-direction: column;
    }
}

@media only screen and (max-width: 479px) {
    .edu-footer .edu-footer-widget .input-group.footer-subscription-form .form-control {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-footer .edu-footer-widget .input-group.footer-subscription-form button {
        margin-left: 0px !important;
    }
}

.edu-footer.footer-dark .widget-title {
    color: #ffffff;
    color: var(--color-white);
}

.edu-footer.footer-dark p {
    color: #bababa;
}

.edu-footer.footer-dark li {
    color: #bababa;
}

.edu-footer.footer-dark a {
    color: #bababa;
}

.edu-footer.footer-lighten .widget-title {
    font-size: 16px !important;
    color: #ffffff;
    color: var(--color-white);
    text-transform: capitalize;
    font-weight: 100;
    line-height: 1.4;
    line-height: var(--h4-lineHeight);
    margin: 0 0 20px;
}

.edu-footer.footer-lighten p {
    color: #a5a0ff;
    color: var(--footer-text-light);
    font-size: 14px !important;
}

.edu-footer.footer-lighten li {
    color: #a5a0ff;
    color: var(--footer-text-light);
}

.edu-footer.footer-lighten a {
    color: #a5a0ff;
    color: var(--footer-text-light);
}

.edu-footer.footer-light p {
    color: #000;
    color: var(--color-heading);
}

.edu-footer.footer-light li {
    color: #000;
    color: var(--color-heading);
}

.edu-footer.footer-light a {
    color: #000;
    color: var(--color-heading);
}

.edu-footer.footer-light .edu-footer-widget .input-group .form-control {
    background-color: #f7f5f2;
    background-color: var(--color-lighten04);
}

/*-------------------------
    Copyright Styles  
--------------------------*/
.copyright-area {
    padding: 32px 0;
}

.copyright-area p {
    margin-bottom: 0;
}

.footer-dark .copyright-area {
    border-top: 1px solid #1f2020;
}

.footer-dark .copyright-area a {
    color: #303DBF;
    color: var(--color-primary);
}

.footer-dark .copyright-area a:hover {
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-lighten .copyright-area {
    background-color: #ebeff0;
}

.footer-lighten .copyright-area p {
    color: #000000;
    color: var(--color-black);
}

.footer-lighten .copyright-area a {
    color: #303DBF;
    color: var(--color-primary);
}

.footer-lighten .copyright-area a:hover {
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-light .copyright-area {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-top: 1px solid #e5e5e5;
}

.footer-light .copyright-area p {
    color: #000;
    color: var(--color-heading);
}

.footer-light .copyright-area a {
    color: #303DBF;
    color: var(--color-primary);
}

.footer-light .copyright-area a:hover {
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgb(27, 22, 125);
    padding: 10px 0px 0px;
}

.footer-bottom .social-share.icon-transparent li a {
    color: #a5a0ff;
    color: var(--footer-text-light);
}

.footer-space-top {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-space-top {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-space-top {
        margin-top: 10px;
    }
}

/*=======================================================================
5.Blog Styles 
=========================================================================*/
/*-------------------------
    Blog Styles  
---------------------------*/
.blog-meta {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 18px;
    margin: -5px -16px;
}

@media only screen and (max-width: 1199px) {
    .blog-meta {
        margin: -5px -10px;
    }
}

.blog-meta li {
    margin: 5px 16px;
    color: #000;
    color: var(--color-heading);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .blog-meta li {
        margin: 5px 10px;
    }
}

.blog-meta li:last-child:after {
    display: none;
}

.blog-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 3px;
    right: -18px;
}

@media only screen and (max-width: 1199px) {
    .blog-meta li:after {
        right: -12px;
    }
}

.blog-meta li a {
    color: #000;
    color: var(--color-heading);
}

.blog-meta li i,
.blog-meta li img {
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    color: #303DBF;
    color: var(--color-primary);
}

.edu-blog {
    position: relative;
}

.edu-blog .thumbnail {
    position: relative;
}

.edu-blog .thumbnail a {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.edu-blog .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-blog .thumbnail a img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-blog .thumbnail .video-play-btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 50% !important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    font-size: 18px;
    color: #303DBF;
    color: var(--color-primary);
}

.edu-blog .thumbnail .video-play-btn:after {
    display: none;
}

@media only screen and (max-width: 575px) {
    .edu-blog .thumbnail .video-play-btn {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }
}

.edu-blog .content {
    background-color: #ffffff;
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
}

@media only screen and (max-width: 1199px) {
    .edu-blog .content {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-blog .content {
        padding: 20px;
    }
}

.edu-blog .content .blog-category {
    color: #344054;
    color: var(--color-body);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.edu-blog .content .blog-category:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-blog .content .title {
    margin-bottom: 10px;
}

.edu-blog .content p {
    margin-bottom: 0;
}

.edu-blog .content.position-top {
    margin-top: -175px;
    margin-left: 30px;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-blog .content.position-top {
        margin-top: -125px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-blog .content.position-top {
        margin-top: -105px;
    }
}

@media only screen and (max-width: 1199px) {
    .edu-blog .content.position-top {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-blog .content.position-top {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.edu-blog .content.position-top .read-more-btn {
    position: absolute;
    top: -40px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-blog .content.position-top .read-more-btn .btn-icon-round {
    box-shadow: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    box-shadow: var(--shadow-dark);
}

.edu-blog:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
}

.edu-blog:hover .thumbnail a img {
    transform: scale(1.1);
}

.edu-blog:hover .position-top .read-more-btn {
    visibility: visible;
    opacity: 1;
    top: -30px;
}

.edu-blog.blog-style-2 {
    margin-bottom: 40px;
}

.edu-blog.blog-style-2:last-child {
    margin-bottom: 0;
}

.edu-blog.blog-style-2 .inner {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .edu-blog.blog-style-2 .inner {
        display: block;
    }
}

.edu-blog.blog-style-2 .thumbnail {
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .edu-blog.blog-style-2 .thumbnail {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.edu-blog.blog-style-2 .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.edu-blog.blog-style-2 .thumbnail a img {
    width: 100%;
}

.edu-blog.blog-style-2 .content {
    box-shadow: none;
    padding: 0;
    flex: 1;
}

.edu-blog.blog-style-2 .content .blog-meta {
    padding-bottom: 0;
}

.edu-blog.blog-style-2 .content .blog-meta i {
    color: #d0d0d1;
}

.edu-blog.blog-style-2 .blog-date {
    width: 80px;
    height: 80px;
    background: #303DBF;
    background: var(--color-primary);
    border-radius: 60px 60px 14px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.edu-blog.blog-style-2 .blog-date span {
    font-weight: 600;
    font-size: 22px;
    display: block;
    color: #ffffff;
    color: var(--color-white);
    text-align: center;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.edu-blog.blog-style-2 .blog-date span.day {
    line-height: 1;
    margin-bottom: 4px;
}

.edu-blog.blog-style-2 .blog-date span.month {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .edu-blog.blog-style-2.first-large-blog {
        margin-bottom: 20px;
    }
}

.edu-blog.blog-style-2.first-large-blog .inner {
    display: block;
}

.edu-blog.blog-style-2.first-large-blog .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
}

.edu-blog.blog-style-2.first-large-blog .thumbnail a:after {
    display: none;
}

.edu-blog.blog-style-2.first-large-blog .content {
    padding-left: 110px;
}

.edu-blog.blog-style-2.first-large-blog .content .blog-date {
    top: 6px;
    right: auto;
    left: 0;
}

.edu-blog.blog-style-2.first-large-blog .content .title {
    margin-bottom: 15px;
}

.edu-blog.blog-style-2.first-large-blog .content .blog-meta {
    padding-top: 20px;
}

.edu-blog.blog-style-3 .thumbnail a {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-3 .thumbnail a img {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-3 .thumbnail .read-more-btn {
    position: absolute;
    top: 53%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition: var(--transition);
}

.edu-blog.blog-style-3 .thumbnail .read-more-btn a {
    display: inline-block;
    border-radius: 50%;
}

.edu-blog.blog-style-3 .thumbnail .read-more-btn a:after {
    display: none;
}

.edu-blog.blog-style-3 .content {
    border-radius: 0 0 10px 10px;
}

.edu-blog.blog-style-3 .content:before {
    content: url("/images/blog/shape-01.png");
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .edu-blog.blog-style-3 .content:before {
        content: "";
    }
}

.edu-blog.blog-style-3 .content .title {
    font-weight: 700;
    font-weight: var(--p-bold);
}

.edu-blog.blog-style-3:hover .thumbnail .read-more-btn {
    visibility: visible;
    opacity: 1;
    top: 51%;
}

.edu-blog.blog-style-4 {
    margin-bottom: 70px;
}

.edu-blog.blog-style-4 .thumbnail .blog-gallery-activation .swiper-wrapper .swiper-slide {
    padding: 0;
}

.edu-blog.blog-style-4 .thumbnail .blog-gallery-activation .swiper-wrapper .swiper-slide a {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-4 .thumbnail .blog-gallery-activation .swiper-wrapper .swiper-slide a img {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-4 .inner .thumbnail a {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-4 .inner .thumbnail a img {
    border-radius: 10px 10px 0 0;
}

.edu-blog.blog-style-4 .content {
    border-radius: 0 0 10px 10px;
    padding: 44px 50px;
}

@media only screen and (max-width: 575px) {
    .edu-blog.blog-style-4 .content {
        padding: 30px 25px;
    }
}

.edu-blog.blog-style-4 .content .read-more-btn {
    margin-top: 25px;
}

.edu-blog.blog-style-5 {
    margin-bottom: 40px;
}

.edu-blog.blog-style-list {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
    padding: 40px 40px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .edu-blog.blog-style-list {
        padding: 30px 20px 30px;
    }
}

.edu-blog.blog-style-list .inner {
    display: flex;
}

.edu-blog.blog-style-list .thumbnail {
    margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-blog.blog-style-list .thumbnail {
        max-width: 250px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .edu-blog.blog-style-list .thumbnail {
        margin-right: 20px;
    }
}

.edu-blog.blog-style-list .content {
    background-color: transparent;
    box-shadow: none;
    flex: 1;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .edu-blog.blog-style-list .content {
        flex: auto;
    }
}

.edu-blog.blog-style-list .content .read-more-btn {
    margin-top: 24px;
}

.edu-blog.post-video .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.edu-blog.post-gallery .thumbnail a img {
    transform: none;
}

.edu-blog.post-gallery .thumbnail a:after {
    display: none;
}

.blog-view-all-btn {
    text-align: center;
    margin-top: 55px;
}

.blog-view-all-btn .view-text {
    font-size: 18px;
    margin-bottom: 0;
}

.edu-blog-area {
    position: relative;
    background: #f2f3ff;
    background: var(--bg-gray);
}

@media only screen and (max-width: 991px) {
    .edu-blog-area .shape-group {
        display: none;
    }
}

.edu-blog-area .shape-group li {
    position: absolute;
    z-index: -1;
}

.edu-blog-area .shape-group li.shape-1 {
    left: -117px;
    top: -70px;
}

.edu-blog-area .shape-group li.shape-2 {
    top: 99px;
    left: 55px;
}

.edu-blog-area .shape-group li.shape-2 span {
    display: block;
    height: 101px;
    width: 101px;
    border: 15px solid #0900B2;
    border: 15px solid var(--color-secondary);
    border-radius: 50%;
}

.edu-blog-area .shape-group li.shape-3 {
    right: 85px;
    bottom: 90px;
}

.edu-blog-area.blog-area-2 {
    padding-top: 128px;
    position: relative;
}

.edu-blog-area.blog-area-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bg/bg-image-2.svg);
    filter: brightness(0) saturate(100%) invert(96%) sepia(2%) saturate(484%) hue-rotate(339deg) brightness(103%) contrast(95%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-blog-area.blog-area-2 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-blog-area.blog-area-2 {
        padding-top: 120px;
    }
}

.edu-blog-area.blog-area-2 .shape-group li.shape-1 {
    left: 135px;
    top: 30px;
    z-index: 1;
}

@media only screen and (max-width: 1650px) {
    .edu-blog-area.blog-area-2 .shape-group li.shape-1 {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area-4 {
        padding: 30px 0 60px !important;
    }
}

@media only screen and (max-width: 767px) {
    .blog-area-4 {
        padding: 0 0 30px !important;
    }
}

.blog-section-area .edmov-blog-box {
    min-height: 380px;
}

@media only screen and (max-width: 767px) {
    .blog-section-area .edmov-blog-box {
        min-height: 450px;
    }
}

/*-------------------------
    Blog Details Styles  
---------------------------*/
.blog-details-content {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 70px;
}

.blog-details-content .entry-content .category {
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}

.blog-details-content .entry-content .title {
    margin-bottom: 5px;
}

.blog-details-content .entry-content .thumbnail {
    margin: 50px 0 65px;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .entry-content .thumbnail {
        margin: 20px 0 30px;
    }
}

.blog-details-content .entry-content .thumbnail img {
    border-radius: 10px;
    width: 100%;
}

.blog-details-content>.title {
    margin-top: 60px;
}

.blog-details-content>p {
    margin-bottom: 26px;
}

.blog-details-content>ul {
    list-style: disc;
}

.blog-details-content>ul li {
    color: #000;
    color: var(--color-heading);
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-details-content .features-image {
    margin: 65px 0;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .features-image {
        margin: 40px 0;
    }
}

.blog-details-content .features-image .thumb img {
    width: 100%;
    border-radius: 5px;
}

.blog-details-content blockquote {
    margin: 65px 0 70px;
}

@media only screen and (max-width: 767px) {
    .blog-details-content blockquote {
        margin: 40px 0 30px;
    }
}

.blog-details-content .blog-share-area {
    margin-top: 65px;
}

.blog-details-content .blog-tags,
.blog-details-content .blog-share {
    display: flex;
    align-items: center;
}

.blog-details-content .blog-tags .title,
.blog-details-content .blog-share .title {
    margin-bottom: 0;
    margin-right: 12px;
}

.blog-details-content .blog-share {
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .blog-share {
        justify-content: flex-start;
        margin-top: 30px;
    }
}

.blog-details-content .blog-share .title {
    margin-right: 25px;
}

.blog-details-content .blog-share .social-share {
    margin: 0 -12px;
}

.blog-details-content .blog-share .social-share li {
    margin: 0 12px;
}

blockquote {
    box-shadow: 0px 5px 50px 0px rgba(26, 46, 85, 0.1);
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 35px 40px 35px 120px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    blockquote {
        padding: 35px 30px 35px 100px;
    }
}

blockquote:after {
    content: "\e94a";
    font-family: "icomoon";
    font-family: var(--font-icomoon);
    font-size: 35px;
    color: #303DBF;
    color: var(--color-primary);
    position: absolute;
    top: 30px;
    left: 40px;
}

@media only screen and (max-width: 767px) {
    blockquote:after {
        left: 30px;
        font-size: 30px;
    }
}

blockquote p {
    font-size: 17px;
    margin-bottom: 8px;
}

blockquote .author {
    margin-bottom: 0;
    font-weight: 500;
    font-weight: var(--p-medium);
}

.blog-author {
    padding: 70px 0;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .blog-author {
        display: block;
    }
}

.blog-author .thumbnail {
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-author .thumbnail {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-author .thumbnail {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.blog-author .thumbnail img {
    border-radius: 50%;
}

.blog-author .author-content {
    flex: 1;
}

.blog-author .author-content .title {
    margin-bottom: 10px;
}

.blog-author .author-content p {
    margin-bottom: 15px;
}

.blog-author .author-content .social-share.icon-transparent {
    margin: 0 -10px;
}

.blog-author .author-content .social-share.icon-transparent li {
    margin: 0 10px;
}

.blog-author .author-content .social-share.icon-transparent li a {
    font-size: 18px;
}

.blog-pagination-list {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: 0.3s;
    transition: var(--transition);
    position: relative;
    z-index: 2;
}

.blog-pagination-list a {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    position: relative;
    z-index: 1;
    color: #000;
    color: var(--color-heading);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-weight: var(--p-semi-bold);
    font-size: 18px;
    line-height: 26px;
    transition: 0.3s;
    transition: var(--transition);
}

.blog-pagination-list a i {
    font-size: 20px;
    transition: 0.4s;
    margin-right: 20px;
}

.blog-pagination-list:hover {
    background-color: #f0f4f5;
    border-color: #f0f4f5;
}

.blog-pagination-list.next-post {
    text-align: right;
}

.blog-pagination-list.next-post a i {
    margin-right: 0;
    margin-left: 20px;
}

/*-----------------------------
    Blog Comments Style  
------------------------------*/
.comment-area {
    margin-top: 100px;
}

.comment-area .heading-title {
    margin-bottom: 30px;
}

.comment-list-wrapper .comment {
    display: flex;
}

.comment-list-wrapper .comment .thumbnail {
    min-width: 80px;
    width: 80px;
    max-height: 80px;
    border-radius: 50%;
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .comment-list-wrapper .comment .thumbnail {
        margin-right: 20px;
        min-width: 60px;
        width: 60px;
    }
}

.comment-list-wrapper .comment .thumbnail img {
    border-radius: 50%;
    width: 100%;
}

.comment-list-wrapper .comment .comment-content .title {
    margin-bottom: 2px;
}

.comment-list-wrapper .comment .comment-content .date {
    display: block;
    margin-bottom: 14px;
}

.comment-list-wrapper .comment .comment-content p {
    margin-bottom: 18px;
}

.comment-list-wrapper .comment .comment-content .reply-btn {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
}

.comment-list-wrapper .comment .comment-content .reply-btn i {
    margin-right: 10px;
}

.comment-list-wrapper .comment.comment-reply {
    margin-left: 110px;
}

@media only screen and (max-width: 575px) {
    .comment-list-wrapper .comment.comment-reply {
        margin-left: 40px;
    }
}

.comment-list-wrapper .comment+.comment {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid var(--color-border);
    padding-top: 30px;
    margin-top: 30px;
}

/*-----------------------------
    Blog Comments Form
------------------------------*/
.comment-form-area {
    margin-top: 90px;
}

.comment-form-area .heading-title {
    margin-bottom: 30px;
}

.comment-form .form-group {
    margin-bottom: 0;
}

.comment-form .form-group input,
.comment-form .form-group textarea {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
}

.comment-form .form-group .edu-form-check label {
    color: #344054;
    color: var(--color-body);
    padding-left: 27px;
}

.comment-form .form-group .edu-form-check label:before {
    background-color: #f7f7f7;
    border-color: #e5e5e5;
    border-color: var(--color-border);
    height: 15px;
    width: 15px;
    top: 5px;
}

.comment-form .form-group .edu-form-check label:after {
    left: 3px;
}

.comment-form .form-group .edu-form-check input:checked~label::before {
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-color: #303DBF;
    border-color: var(--color-primary);
}

.comment-form .form-group .edu-form-check input:checked~label::after {
    opacity: 1;
}

/*-------------------
  Blog Widget
---------------------*/
.edu-blog-sidebar {
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
    border-radius: 5px;
    padding: 35px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-blog-sidebar {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-blog-sidebar {
        margin-top: 60px;
    }
}

.edu-blog-widget {
    padding: 35px 40px;
}

@media only screen and (max-width: 767px) {
    .edu-blog-widget {
        padding: 20px;
    }
}

.edu-blog-widget .widget-title {
    margin-bottom: 35px;
}

.edu-blog-widget.widget-search .blog-search {
    position: relative;
}

.edu-blog-widget.widget-search .blog-search .search-button {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    background-color: transparent;
    font-size: 18px;
}

.edu-blog-widget.widget-search .blog-search input {
    padding: 0 20px 0 56px;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
}

.edu-blog-widget.widget-latest-post .latest-post {
    display: flex;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.edu-blog-widget.widget-latest-post .latest-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.edu-blog-widget.widget-latest-post .latest-post .thumbnail {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .edu-blog-widget.widget-latest-post .latest-post .thumbnail {
        margin-right: 10px;
    }
}

.edu-blog-widget.widget-latest-post .latest-post .thumbnail a img {
    border-radius: 5px;
    max-height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
}

.edu-blog-widget.widget-latest-post .latest-post .post-content {
    flex: 1;
}

.edu-blog-widget.widget-latest-post .latest-post .post-content .title {
    margin-bottom: 5px;
}

.edu-blog-widget.widget-latest-post .latest-post .post-content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.edu-blog-widget.widget-latest-post .latest-post .post-content .blog-meta {
    padding-bottom: 0;
}

.edu-blog-widget.widget-categories .category-list {
    margin: -14px 0;
}

.edu-blog-widget.widget-categories .category-list li {
    margin: 14px 0;
}

.edu-blog-widget.widget-categories .category-list li a {
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    color: #000;
    color: var(--color-heading);
    font-weight: 500;
    font-weight: var(--p-medium);
}

.edu-blog-widget.widget-categories .category-list li a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-blog-widget.widget-action .inner {
    background-color: #f5f9fa;
    text-align: center;
    padding: 40px 40px 90px;
    border-radius: 10px;
    position: relative;
}

.edu-blog-widget.widget-action .inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/others/shape-21.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: opacity(0.3);
    -webkit-filter: opacity(0.3);
}

@media only screen and (max-width: 1199px) {
    .edu-blog-widget.widget-action .inner {
        padding: 40px 25px 60px;
    }
}

.edu-blog-widget.widget-action .inner .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.edu-blog-widget.widget-action .inner .title span {
    color: #0900B2;
    color: var(--color-secondary);
}

.edu-blog-widget.widget-action .inner .shape-line {
    font-size: 10px;
    color: #303DBF;
    color: var(--color-primary);
    display: block;
    margin-bottom: 14px;
}

.edu-blog-widget.widget-action .inner p {
    color: #000;
    color: var(--color-heading);
    margin-bottom: 20px;
}

.tag-list {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.tag-list a {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-secondary);
    margin: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    transition: 0.3s;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.tag-list a:after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.3s;
    transition: var(--transition);
    opacity: 0;
}

.tag-list a:hover {
    color: #ffffff;
    color: var(--color-white);
    border-color: transparent;
}

.tag-list a:hover:after {
    opacity: 1;
}

/*=======================================================================
6. Spacing + Default
=========================================================================*/
/*-------------------------
    Spacing
-------------------------*/
.edu-section-gap {
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-section-gap {
        padding: 95px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-section-gap {
        padding: 75px 0 80px;
    }
}

.gap-tb-text {
    padding: 115px 0 112px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-tb-text {
        padding: 95px 0 92px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-tb-text {
        padding: 75px 0 72px;
    }
}

.section-gap-equal {
    padding: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-gap-equal {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-gap-equal {
        padding: 50px 0;
    }
}

.gap-top-text {
    padding-top: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-top-text {
        padding-top: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-top-text {
        padding-top: 75px;
    }
}

.gap-bottom-text {
    padding-bottom: 112px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-bottom-text {
        padding-bottom: 92px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-bottom-text {
        padding-bottom: 72px;
    }
}

.gap-top-equal {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-top-equal {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-top-equal {
        padding-top: 80px;
    }
}

.gap-bottom-equal {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-bottom-equal {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-bottom-equal {
        padding-bottom: 80px;
    }
}

.section-gap-large {
    padding: 145px 0 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-gap-large {
        padding: 115px 0 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-gap-large {
        padding: 95px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .section-gap-large {
        padding: 75px 0 80px;
    }
}

.gap-large-text {
    padding: 145px 0 142px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-large-text {
        padding: 115px 0 112px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-large-text {
        padding: 95px 0 92px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-large-text {
        padding: 75px 0 72px;
    }
}

.gap-large-equal {
    padding: 150px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-large-equal {
        padding: 120px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-large-equal {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .gap-large-equal {
        padding: 80px 0;
    }
}

.gap-lg-top-text {
    padding-top: 145px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-lg-top-text {
        padding-top: 115px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-lg-top-text {
        padding-top: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-lg-top-text {
        padding-top: 75px;
    }
}

.gap-lg-bottom-text {
    padding-bottom: 142px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-lg-bottom-text {
        padding-bottom: 112px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-lg-bottom-text {
        padding-bottom: 92px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-lg-bottom-text {
        padding-bottom: 72px;
    }
}

.gap-lg-bottom-equal {
    padding-bottom: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-lg-bottom-equal {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-lg-bottom-equal {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-lg-bottom-equal {
        padding-bottom: 80px;
    }
}

.gap-lg-top-equal {
    padding-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-lg-top-equal {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gap-lg-top-equal {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .gap-lg-top-equal {
        padding-top: 80px;
    }
}

.brand-section-gap {
    padding: 85px 0;
}

.mb--10 {
    margin-bottom: 10px;
}

.mb--20 {
    margin-bottom: 20px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.mb--90 {
    margin-bottom: 90px !important;
}

.mt--50 {
    margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
    .col-pl--35 {
        padding-left: 35px;
    }

    .col-pr--35 {
        padding-right: 35px;
    }
}

.pt--50 {
    padding-top: 50px;
}

/* Vue Mobile Menu */
.edmov-mobile-menu.mainmenu li {
    position: relative;
}

.edmov-mobile-menu.mainmenu li a.scrollactive-item.is-active {
    color: #303DBF;
    color: var(--color-primary);
}

.edmov-mobile-menu.mainmenu li a i {
    display: flow-root;
    padding: 5px 0 0 0;
}

.edmov-mobile-menu.mainmenu .social-share {
    margin: 10px 0px;
}

.edmov-mobile-menu.mainmenu .submenu-wrapper {
    display: none;
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
}

.edmov-mobile-menu.mainmenu .submenu-wrapper li {
    margin-bottom: 5px;
}

.edmov-mobile-menu.mainmenu .submenu-wrapper li .submenu-wrapper li a {
    line-height: 25px;
    font-weight: 400;
}

.edmov-mobile-menu.mainmenu .submenu-wrapper.active {
    display: block;
}

.edmov-mobile-menu.mainmenu .submenu-toggle {
    width: 30px;
    height: 30px;
    color: #303DBF;
    color: var(--color-primary);
    text-align: center;
    font-size: 22px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 9px;
    cursor: pointer;
}

.edmov-mobile-menu.mainmenu .submenu-toggle i {
    transition: 0.3s;
    line-height: 32px;
}

.edmov-mobile-menu.mainmenu .submenu-toggle i::before {
    content: "\ea4e";
    font-family: "remixicon";
}

/* Menu CSS */
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.nuxt-link-exact-active {
    color: #303DBF;
    color: var(--color-primary);
}

.mainmenu-nav a.scrollactive-item.is-active {
    color: #303DBF;
    color: var(--color-primary);
}

.header-action li.icon button.search-trigger {
    font-size: 22px;
    color: #000;
    color: var(--color-heading);
    position: relative;
}

.dark-mode .mainmenu-nav .mainmenu li.has-droupdown .mega-menu .submenu {
    box-shadow: inherit !important;
}

.dark-mode .header-action li.icon.light-dark-icon .edmov-vue-light-dark-switcher svg {
    color: #ffffff;
    color: var(--color-white);
}

.dark-mode .header-action li.icon.light-dark-icon .edmov-vue-light-dark-switcher svg path {
    color: #ffffff;
    color: var(--color-white);
    fill: #ffffff;
    fill: var(--color-white);
}

.dark-mode .edmov-vue-mobile-popup-menu .inner {
    background: var(--dark-color-bg-body);
}

.dark-mode .edmov-vue-mobile-popup-menu .mainmenu li a {
    color: #ffffff;
    color: var(--color-white);
}

.dark-mode .edmov-vue-mobile-popup-menu .mainmenu li a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.dark-mode .edmov-vue-mobile-popup-menu .edmov-mobile-menu.mainmenu .submenu-toggle {
    background-color: #1c242f;
    background-color: var(--bg-color-2);
    color: #ffffff;
}

.dark-mode .edmov-vue-mobile-popup-menu .inner .header-top .close-menu .close-button {
    background: var(--dark-color-border);
}

.dark-mode .edmov-vue-mobile-popup-menu .inner .header-top .close-menu .close-button:hover {
    color: #ffffff;
    color: var(--color-white);
    background: #303DBF;
    background: var(--color-primary);
}

.search-trigger {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

/* swiper default styles */
.swiper-pagination {
    position: static;
    display: block;
    line-height: 1;
    margin-top: 25px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
}

.swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    background-color: rgba(26, 182, 157, 0.3);
    opacity: 1;
    margin: 0 8px !important;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #303DBF;
}

/* AOS animation in mobile */
@media only screen and (max-width: 767px) {
    [data-aos^=fade] {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* FunFact CSS */
.edu-vue-count-suffix {
    margin-left: -8px;
}

/* Video/Video PopUp CSS */
a.video-play-btn.video-popup-activation {
    cursor: pointer;
}

a.play-btn {
    cursor: pointer;
}

/* Course CSS */
.edu-course-six-each-item .edu-course.course-style-8 {
    margin-bottom: 0px;
}

.edu-course .hover-content-aside {
    width: 350px;
}

@media only screen and (max-width: 1880px) {
    .course-style-3-third-item .edu-course .hover-content-aside {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 12px;
    }

    .course-style-3-third-item .edu-course .hover-content-aside .content:before {
        left: auto;
        right: -12px;
        transform: scaleX(-1);
    }
}

@media only screen and (max-width: 767px) {
    .course-style-3-third-item .edu-course .hover-content-aside {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .course-style-3-third-item.course-style-3-even .hover-content-aside {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 12px;
    }

    .course-style-3-third-item.course-style-3-even .hover-content-aside .content:before {
        left: auto;
        right: -12px;
        transform: scaleX(-1);
    }
}

@media only screen and (max-width: 767px) {
    .course-style-3-third-item.course-style-3-even .hover-content-aside {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .course-style-3-third-item.course-style-3-odd .edu-course .hover-content-aside {
        left: 100%;
        right: inherit;
        padding-left: 12px;
        padding-right: 0;
    }

    .course-style-3-third-item.course-style-3-odd .edu-course .hover-content-aside .content:before {
        right: inherit;
        left: -13px;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .course-style-3-third-item.course-style-3-odd .edu-course .hover-content-aside {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .course-style-3-even .hover-content-aside {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 12px;
    }

    .course-style-3-even .hover-content-aside .content:before {
        left: auto;
        right: -12px;
        transform: scaleX(-1);
    }
}

@media only screen and (max-width: 767px) {
    .course-style-3-even .hover-content-aside {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .course-style-3-odd .hover-content-aside {
        display: none;
    }
}

/* Gallery Grid/Masonry CSS */
.edmov-vue-gallery-masonry .edu-gallery-grid {
    width: 100%;
}

/* Blog CSS */
.masonry-blog-items .masonry-item {
    margin-bottom: 65px;
    padding: 0 15px;
}

.blog-style-1 .title a,
.blog-style-2 .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Event CSS */
.edu-event.event-style-1 {
    box-shadow: none;
}

.edu-event-list .event-list-2 .thumbnail img {
    width: 320px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-details .details-content .event-meta li a {
    color: #000;
    color: var(--color-heading);
}

.event-details .details-content .event-meta li a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

/* Product/Product Details/Cart/Checkout/Wishlist CSS */
.edmov-vue-product-btn button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.checkout-page-vue-coupon-form-toggle {
    cursor: pointer;
}

.checkout-page-vue-coupon-form.collapsing {
    transition: height 0.05s ease;
}

.checkout-page-vue-coupon-form {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Pagination CSS */
.edmov-vue-pagination {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 70px;
}

.edmov-vue-pagination.mt--0 {
    margin-top: 0;
}

.edmov-vue-pagination.mt--70 {
    margin-top: 70px;
}

.edmov-vue-pagination.align-left {
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .edmov-vue-pagination {
        margin-top: 40px;
    }

    .edmov-vue-pagination.mt--0 {
        margin-top: 0;
    }
}

.edmov-vue-pagination .pagination {
    margin-bottom: 0;
    padding-bottom: 0;
}

.edmov-vue-pagination .page-item {
    display: inline-block;
    margin: 0 7px;
    z-index: 0;
}

.edmov-vue-pagination .page-item .page-link {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 100%;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #000000;
    color: var(--color-black);
    box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}

.edmov-vue-pagination .page-item .page-link:hover {
    color: #ffffff;
    color: var(--color-white);
}

.edmov-vue-pagination .page-item.active .page-link, .edmov-vue-pagination .page-item:hover .page-link {
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
    color: #ffffff;
    color: var(--color-white);
}

.edmov-vue-pagination .page-item.active .page-link {
    cursor: auto;
}

.edmov-vue-pagination .page-item.disabled .page-link {
    cursor: not-allowed;
}

.edmov-vue-pagination .page-item.disabled:hover .page-link {
    color: #ffffff;
    color: var(--color-white);
    background: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    background: var(--gradient-primary);
}

.edmov-vue-pagination .page-item:first-child, .edmov-vue-pagination .page-item:last-child {
    display: none;
}

.edmov-vue-pagination .VuePagination__count,
.edmov-vue-pagination .VuePagination__pagination-item-prev-chunk,
.edmov-vue-pagination .VuePagination__pagination-item-next-chunk {
    display: none;
}

.edmov-vue-pagination .VuePagination__pagination-item-prev-page {
    position: relative;
}

.edmov-vue-pagination .VuePagination__pagination-item-prev-page ::before {
    content: "\e95b";
    font-family: "icomoon" !important;
}

.edmov-vue-pagination .VuePagination__pagination-item-next-page {
    position: relative;
}

.edmov-vue-pagination .VuePagination__pagination-item-next-page ::before {
    content: "\e95a";
    font-family: "icomoon" !important;
}

.dark-mode .edmov-vue-pagination .page-item .page-link {
    color: #000000;
    color: var(--color-black);
}

.dark-mode .edmov-vue-pagination .page-item .page-link:hover {
    color: #ffffff;
    color: var(--color-white);
}

.dark-mode .edmov-vue-pagination .page-item.active .page-link {
    color: #ffffff;
    color: var(--color-white);
}

.dark-mode .edmov-vue-pagination .page-item.disabled:hover .page-link {
    color: #ffffff;
    color: var(--color-white);
}

/* Dark/Light Switcher CSS */
.edmov-vue-light-dark-switcher {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: -3px;
}

.edmov-vue-light-dark-switcher svg.edmov-moon-icon {
    max-width: 23px;
}

.edmov-vue-light-dark-switcher svg path {
    color: #000;
    color: var(--color-heading);
}

/* Miscellaneous */
@keyframes edmov-marque-animation {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 5440px;
    }
}

.background-marque {
    animation: edmov-marque-animation 50s linear infinite reverse;
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .edmov-svg-animate svg path {
        stroke-dashoffset: 0 !important;
    }
}

/*-------------------------
    Forms Styles
-------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

input,
select,
textarea {
    width: 100%;
    transition: 0.3s;
}

input {
    height: 60px;
}

input,
textarea {
    font-size: 12px;
    background-color: #ffffff;
    background-color: var(--color-white);
    box-shadow: none;
    padding: 0 20px;
    height: 45px;
    outline: none;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    color: #050066;
    color: #000;
    color: var(--color-heading);
    border: 1px solid #c0c4e2;
    border: 1px solid var(--color-border-form);
    /* -- Placeholder -- */
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    /* Firefox */
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    /* Firefox */
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(148, 147, 177, 1);
    color: var(--color-placeholder);
    opacity: 1;
}

input:focus,
textarea:focus {
    border-color: #303DBF;
    border-color: var(--color-primary);
}

textarea {
    padding: 20px 25px;
}

input[type=radio]~label {
    padding-left: 30px;
}

input[type=radio]~label::before {
    border: 1px solid #dcdfe0;
    border-radius: 50%;
}

input[type=radio]~label::after {
    content: "";
    height: 7px;
    width: 7px;
    top: 9px;
    left: 5px;
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-radius: 50%;
}

input[type=radio]:checked~label::before {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-color: #dcdfe0;
}

/*--------------------
    Contact Form 
----------------------*/
.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    color: #000;
    color: var(--color-heading);
    margin-bottom: 8px;
}

.form-group .submit-btn {
    padding: 0 35px;
}

.form-message {
    margin-bottom: 0;
    text-align: center;
}

.form-message.error {
    margin-top: 20px;
    color: #f80707;
}

.form-message.success {
    margin-top: 20px;
    color: #0d8d2d;
}

.country-selector__label {
    font-family: "UrbaneRounded" !important;
}

.country-selector__list {
    font-family: "UrbaneRounded" !important;
    z-index: 11 !important;
}

.country-selector.has-hint .country-selector__input[data-v-46e105de],
.country-selector.has-value .country-selector__input[data-v-46e105de] {
    border-radius: 0 !important;
    border-radius: initial !important;
    border-top-left-radius: 5px !important;
    border-top-left-radius: var(--border-radius-btn) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: var(--border-radius-btn) !important;
    border: 1px solid #c0c4e2;
    border: 1px solid var(--color-border-form);
    height: 45px;
}

input[type=tel] {
    font-size: 12px !important;
    background-color: #ffffff !important;
    background-color: var(--color-white) !important;
    box-shadow: none !important;
    padding: 0 20px !important;
    height: 45px !important;
    outline: none;
    border-radius: 5px !important;
    border-radius: var(--border-radius-btn) !important;
    color: #050066 !important;
    color: #000 !important;
    color: var(--color-heading) !important;
    border: 1px solid #c0c4e2 !important;
    border: 1px solid var(--color-border-form) !important;
    font-family: "UrbaneRounded" !important;
}

input[type=tel]::-moz-placeholder {
    color: rgba(148, 147, 177, 1) !important;
    color: var(--color-placeholder) !important;
    opacity: 1 !important;
}

input[type=tel]::placeholder {
    color: rgba(148, 147, 177, 1) !important;
    color: var(--color-placeholder) !important;
    opacity: 1 !important;
}

input[type=tel]:-ms-input-placeholder {
    color: rgba(148, 147, 177, 1) !important;
    color: var(--color-placeholder) !important;
    opacity: 1 !important;
}

input[type=tel]::-ms-input-placeholder {
    color: rgba(148, 147, 177, 1) !important;
    color: var(--color-placeholder) !important;
    opacity: 1 !important;
}

input[type=tel]:focus {
    border-color: #303DBF !important;
    border-color: var(--color-primary) !important;
}

input[type=file] {
    padding: 0px !important;
    height: 40px !important;
    border: 1px solid #e5e5e5;
    font-size: 13px;
}

input[type=file]::file-selector-button:hover {
    background-color: #ddd;
}

input[type=file] {
    position: relative;
}

input[type=file]::file-selector-button {
    width: 136px;
    color: transparent;
    padding: 20px 0px;
    height: 50px !important;
    background: #D0D5DD;
}

input[type=file]::before {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 16px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("/img/auth/icon-file.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

input[type=file]::after {
    position: absolute;
    pointer-events: none;
    top: 11px;
    left: 40px;
    color: #344054;
    content: "Select file";
}

input[type=file]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 44px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}

input[type=file]::file-selector-button:hover {
    background-color: #f3f4f6;
}

input[type=file]::file-selector-button:active {
    background-color: #e5e7eb;
}

/*---------------------------
/*---------------------------
* university Styles
----------------------------*/
.university-details-edmov {
    background-color: #F9FAFB;
}

.university-details-edmov .university-hero {
    padding: 50px 0 0;
}

.university-details-edmov .university-hero .university-hero-img {
    display: flex;
    align-items: center;
}

.university-details-edmov .university-hero .university-hero-img .thumbnail img {
    max-width: 100px;
    margin-right: 15px;
    border-radius: 50%;
}

.university-details-edmov .university-hero .university-hero-img .author-content h6 {
    color: #303DBF;
    color: var(--color-primary);
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-details-edmov .university-hero .university-hero-img .author-content h6 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .university-hero-img .author-content h6 {
        font-size: 25px;
    }
}

.university-details-edmov .university-hero .university-hero-location .location {
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

.university-details-edmov .university-hero .university-hero-location .location i {
    margin-right: 10px;
    color: #303DBF;
    font-size: 20px;
}

.university-details-edmov .university-hero .university-hero-location .location span {
    color: #98A2B3;
    font-size: 16px;
    margin-top: 5px;
}

.university-details-edmov .university-hero .university-hero-location .btn-apply .btn-lg {
    width: 80%;
    padding: 10px 20px;
    height: 50px;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .hero-card-university .col-mobile-50 {
        width: 50% !important;
    }
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 24px 15px 24px 15px;
    border-radius: 16px;
    min-height: 200px;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .hero-card-university .hero-university-box {
        margin: 10px 0px 0px;
    }
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content {
    color: #475467;
    display: flex;
    flex-direction: column;
    min-height: 120px;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content .icon {
    color: #475467;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content .icon img {
    width: 35px;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content .title {
    color: #475467;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 20px 0px 0px;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content p {
    color: #303DBF;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

.university-details-edmov .university-hero .university-image-details {
    position: relative;
}

.university-details-edmov .university-hero .university-image-details .university-img-full img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.university-details-edmov .university-hero .university-image-details .university-img-full iframe {
    border-radius: 24px;
    width: 100%;
}

.university-details-edmov .university-hero .university-image-details .hero-card-university {
    position: absolute;
    top: -180px;
    right: 15px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .university-image-details .hero-card-university {
        top: -50px;
        right: auto;
        right: initial;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .btn-apply-desktop {
        display: none;
    }
}

.university-details-edmov .university-hero .btn-apply-mobile {
    display: none;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .btn-apply-mobile {
        display: block;
    }
}

.university-details-edmov .university-hero .btn-apply-mobile a {
    width: 100%;
}

.university-details-edmov .main-title-university .title,
.university-details-edmov .main-title-university h4,
.university-details-edmov .main-title-university h1,
.university-details-edmov .main-title-university h2 {
    color: #303DBF;
    font-size: 27px;
    font-weight: 400;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {

    .university-details-edmov .main-title-university .title,
    .university-details-edmov .main-title-university h4,
    .university-details-edmov .main-title-university h1,
    .university-details-edmov .main-title-university h2 {
        font-size: 20px !important;
    }
}

.university-details-edmov .about-university-area {
    padding: 0px 0 0;
}

.university-details-edmov .about-university-area .founded-about-university span {
    color: #000;
    font-size: 17px;
}

.university-details-edmov .about-university-area p {
    color: #344054;
    font-size: 15px;
    margin-bottom: 0px;
}

.university-details-edmov .about-university-area .show-more {
    color: #303DBF;
    font-size: 16px;
}

.university-details-edmov .university-features-area {
    margin-top: 50px;
    position: relative;
    padding: 50px 0px 80px;
}

.university-details-edmov .university-features-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #04005C 0%, #303DBF 100%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 0;
}

.university-details-edmov .university-features-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/img/home/bg-112.png") no-repeat right;
    z-index: 1;
}

.university-details-edmov .university-features-area .main-title-university {
    z-index: 2;
    position: relative;
}

.university-details-edmov .university-features-area .main-title-university .title {
    text-align: left;
    color: #fff;
    z-index: 999;
}

.university-details-edmov .university-features-area-tab {
    position: relative;
    margin-top: -50px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-details-edmov .university-features-area-tab .w-50-mobile {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-features-area-tab .w-50-mobile {
        margin-bottom: 5px;
    }
}

.university-details-edmov .university-features-area-tab .university-features-grid {
    z-index: 999;
    padding: 15px 40px 15px 40px;
    border-radius: 16px;
    background-color: #fff;
    margin: 10px 0px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-features-area-tab .university-features-grid {
        padding: 15px 5px;
    }
}

.university-details-edmov .university-features-area-tab .university-features-grid .sub-feature {
    z-index: 999;
}

.university-details-edmov .university-features-area-tab .university-features-grid .content .title {
    text-align: center;
    font-weight: 400;
    color: #475467;
    font-size: 15px;
    margin: 0px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-features-area-tab .university-features-grid .content .title {
        font-size: 12px;
    }
}

.university-details-edmov .gallery-area {
    padding: 50px 0 0;
}

.university-details-edmov .gallery-area .gallery-img {
    margin: 0px 0px 25px;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .gallery-area .gallery-img {
        margin: 0px 0px 15px;
    }
}

.university-details-edmov .gallery-area .item-0 {
    width: 100%;
    height: 606px;
}

.university-details-edmov .gallery-area .item-1 {
    width: 100%;
    height: 253px;
}

.university-details-edmov .gallery-area .item-2 {
    width: 100%;
    height: 257px;
}

.university-details-edmov .gallery-area .item-3 {
    width: 100%;
    height: 290px;
}

.university-details-edmov .gallery-area .item-4 {
    width: 100%;
    height: 290px;
}

.university-details-edmov .gallery-area .item-5 {
    width: 100%;
    height: 594px;
}

.university-details-edmov .gallery-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.university-details-edmov .university-program-area {
    padding: 50px 0 0;
}

.university-details-edmov .university-program-area .btn-primary-white {
    background: #f9fafb;
}

.university-details-edmov .address-area {
    padding: 50px 0 0;
}

.university-details-edmov .address-area .address-us-info {
    background-color: #fff;
    border-radius: 16px;
    margin: 0px !important;
}

.university-details-edmov .address-area .address-us-info ul {
    padding: 20px 40px;
    margin-bottom: 10px;
    list-style: none;
}

.university-details-edmov .address-area .address-us-info ul li p {
    font-size: 16px;
    color: #000;
    margin: 0px 0px 10px;
}

.university-details-edmov .accommodation-area {
    padding: 50px 0 0;
}

.university-details-edmov .accommodation-area .accommodation-details-content {
    padding: 16px 40px 16px 40px;
    background: #fff;
}

.university-details-edmov .accommodation-area .accommodation-details-content .title {
    color: #303DBF;
    font-size: 20px;
    font-weight: 400;
}

.university-details-edmov .accommodation-area .accommodation-details-content p {
    font-size: 15px;
}

.university-details-edmov .partner-accommodation-area {
    padding: 20px 0 0;
}

.university-details-edmov .partner-accommodation-area .main-header-partner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 20px;
}

.university-details-edmov .partner-accommodation-area .main-header-partner .title {
    margin-bottom: 5px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program {
    background-color: #fff;
    border-radius: 16px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .thumbnail a img {
    border-radius: 16px 16px 0px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 15px 15px 20px 15px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .title {
    margin-bottom: 0px !important;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 5px 0px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .title {
        font-size: 16px;
    }
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-location {
    line-height: 20px;
    padding: 5px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-location span {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-space {
    line-height: 20px;
    padding: 5px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-space span {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-price {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #303DBF;
    padding: 5px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-price span {
    font-size: 18px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .partner-accommodation-box-swiper {
    margin: 0px;
}

.university-details-edmov .program-view-all-btn {
    margin: 30px auto;
}

.university-details-edmov .faq-university-page-area {
    padding: 50px 0 0;
}

.university-details-edmov .similar-university-area-area {
    padding: 50px 0;
}

.university-details-edmov .similar-university-area-area .uni-box-swiper {
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-details-edmov .btn {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .btn {
        padding: 10px;
    }
}

.address-list-tab {
    display: flex;
}

.address-list-tab li {
    margin: 0px 10px;
}

.blog-hero-area {
    padding: 70px 0;
    background-color: #04005C;
    background-color: var(--color-primary-dark);
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .blog-hero-area {
        padding: 20px 0;
    }
}

.blog-hero-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/blog/Frame300.svg);
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 0;
}

.blog-hero-area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/blog/Frame461.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 0;
}

.blog-hero-area .blog-hero-area-content {
    position: relative;
    z-index: 1000;
}

.blog-hero-area .blog-hero-area-content .title {
    color: #fff;
    font-size: 38px;
    text-transform: capitalize;
}

.blog-hero-area .blog-hero-area-content .title-descrption {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-hero-area .blog-hero-area-content .title-descrption {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-hero-area .blog-hero-area-content .title-descrption {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-hero-area .blog-hero-area-content .top-categories {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-hero-area .blog-hero-area-content .top-categories {
        width: 50%;
    }
}

.blog-hero-area .blog-hero-area-content .top-categories.active .top-categories-grid .content .title {
    color: #3F51B5;
}

.blog-hero-area .blog-hero-area-content .top-categories .top-categories-grid {
    padding: 11px 6px;
    border-radius: 16px;
    background-color: #fff;
    margin: 5px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-hero-area .blog-hero-area-content .top-categories .top-categories-grid {
        min-height: 60px;
        margin: 10px 0px;
        text-align: center;
        align-items: center;
        padding: 10px;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .blog-hero-area .blog-hero-area-content .top-categories .top-categories-grid {
        min-height: 60px;
        margin: 10px 0px;
        text-align: center;
        align-items: center;
        padding: 10px;
        display: flex;
        justify-content: center;
    }
}

.blog-hero-area .blog-hero-area-content .top-categories .top-categories-grid .content .title {
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 13px;
    margin: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-hero-area .blog-hero-area-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-hero-area .blog-hero-area-content {
        padding: 20px;
    }
}

.blog-hero-area .btn-blog-search {
    background-color: #fff;
    border-radius: 16px;
    color: #303DBF;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .blog-hero-area .btn-blog-search {
        font-size: 15px;
        width: 100%;
        padding: 0px;
    }
}

.blog-hero-area .blog-search input {
    border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-hero-area .blog-search .w-m-70 {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-hero-area .blog-search .w-m-70 {
        width: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-hero-area .blog-search .w-m-30 {
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-hero-area .blog-search .w-m-30 {
        width: 30%;
    }
}

.blog-hero-area .blog-swiper {
    margin-bottom: 100px;
}

.blog-details-hero-area {
    position: relative;
    background-color: #f9fafb;
    padding: 50px 0 0;
}

.blog-details-hero-area .background-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-details-hero-area .blog-details-content {
    background-color: #fff;
    border-radius: 24px;
    padding: 35px 40px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-hero-area .blog-details-content {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-hero-area .blog-details-content {
        margin-top: 0px;
    }
}

.blog-details-hero-area .blog-details-content .entry-content .category {
    color: #303DBF;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.blog-details-hero-area .blog-details-content .entry-content .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-hero-area .blog-details-content .entry-content .title {
        font-size: 38px;
        line-height: normal;
        line-height: initial;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-hero-area .blog-details-content .entry-content .title {
        font-size: 20px;
        line-height: normal;
        line-height: initial;
    }
}

.blog-details-hero-area .blog-details-content .entry-content .blog-meta {
    padding-top: 10px;
    padding-bottom: 40px;
}

.blog-details-hero-area .blog-details-content .details-content {
    background-color: #fff !important;
    background: #fff !important;
}

.blog-details-hero-area .blog-details-content .details-content div {
    background-color: #fff !important;
    background: #fff !important;
}

.blog-details-hero-area .blog-details-content .details-content .title {
    color: #303DBF;
    font-size: 24px;
}

.blog-details-hero-area .blog-details-content .details-content a {
    color: #303dbf !important;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.blog-details-hero-area .blog-details-content .details-content a:hover {
    color: #303dbf !important;
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}

.blog-details-hero-area .blog-details-content .details-content p {
    display: block;
    color: #000 !important;
    font-size: 16px !important;
    background: #fff !important;
    max-width: 800px !important;
    word-wrap: break-word;
    box-sizing: content-box !important;
    box-sizing: initial !important;
    white-space: break-spaces;
}

.blog-details-hero-area .blog-details-content .details-content img {
    border-radius: 24px;
    margin-bottom: 30px;
}

.blog-details-hero-area .blog-details-content .details-content blockquote {
    box-shadow: none;
    box-shadow: initial;
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 24px;
    padding: 32px 37px 32px 37px;
    position: relative;
    border: 2.5px solid #303DBF;
    margin: 0px;
    margin-bottom: 30px;
    font-family: "UrbaneRounded" !important;
}

.blog-details-hero-area .blog-details-content .details-content blockquote::after {
    content: "";
    font-size: 35px;
    color: inherit;
    position: absolute;
    top: 30px;
    left: 40px;
    background-image: url(/img/blog/blockquote-1.svg);
    width: 165px;
    height: 110px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .blog-details-hero-area .blog-details-content .details-content blockquote::after {
        background-size: 100px 50px;
        left: 0px;
    }
}

.blog-details-hero-area .blog-details-content .details-content blockquote::before {
    content: "";
    font-size: 35px;
    color: inherit;
    position: absolute;
    bottom: 30px;
    right: 40px;
    background-image: url(/img/blog/blockquote-2.svg);
    width: 165px;
    height: 110px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .blog-details-hero-area .blog-details-content .details-content blockquote::before {
        background-size: 100px 50px;
        width: 100px;
        height: 100px;
    }
}

.blog-details-hero-area .blog-details-content .details-content blockquote .author-blockquote .content {
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-height: 30px;
    margin-top: 10px;
}

.blog-details-hero-area .blog-details-content .details-content blockquote .author-blockquote .content span {
    color: #303DBF;
    font-weight: 400;
    font-size: 18px;
}

.blog-details-hero-area .blog-details-content .details-content blockquote .author-blockquote .content img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    padding-left: 10px;
}

.blog-details-hero-area .blog-details-content .details-content blockquote .author-blockquote .author-job {
    font-weight: 400;
    margin-left: 35px;
    color: #667085;
    font-size: 14px;
    margin-top: 0px !important;
}

.blog-details-hero-area .blog-details-content .details-content .consolation {
    background-color: #ffffff;
    background-color: var(--color-white);
    border-radius: 24px;
    padding: 32px 37px 32px 37px;
    position: relative;
    border: 2.5px solid #303DBF;
}

.blog-details-hero-area .blog-details-content .details-content .consolation .title {
    color: #303DBF;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 5px;
}

.blog-details-hero-area .blog-details-content .details-content .consolation p {
    color: #68678B;
    font-size: 16px;
    margin-bottom: 0px;
}

.blog-details-hero-area .blog-details-content .blog-meta li {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-hero-area .blog-details-content .blog-meta li {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-hero-area .blog-details-content .blog-meta li {
        margin-right: 0px;
    }
}

.blog-details-hero-area .blog-details-content .blog-meta li:after {
    height: 0px;
}

@media only screen and (max-width: 767px) {
    .blog-details-hero-area .blog-details-content .blog-meta li:after {
        height: 0px;
    }
}

.blog-section-area {
    background-color: #F9FAFB;
    padding: 50px 0px 0px;
}

.blog-section-area .edmov-blog-box {
    border-radius: 16px;
    margin-bottom: 30px;
    cursor: pointer;
}

.blog-section-area .edmov-blog-box .inner .thumbnail {
    border-radius: 16px 16px 0px 0px;
    height: 200px;
}

.blog-section-area .edmov-blog-box .inner .thumbnail a {
    height: 200px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
}

.blog-section-area .edmov-blog-box .inner .thumbnail a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    display: block;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
}

.blog-section-area .edmov-blog-box .inner .content {
    padding: 10px 20px 10px;
    border-radius: 0px 0px 16px 16px;
    background-color: #fff;
    position: relative;
}

.blog-section-area .edmov-blog-box .inner .content .course-level {
    font-weight: 100;
}

.blog-section-area .edmov-blog-box .inner .content .course-level a {
    color: #5C66D6;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 100;
}

.blog-section-area .edmov-blog-box .inner .content .course-level a:hover {
    color: #04005C;
    color: var(--color-primary-dark);
}

.blog-section-area .edmov-blog-box .inner .content .title {
    margin-bottom: 5px;
}

.blog-section-area .edmov-blog-box .inner .content .title a {
    color: #000000;
    font-size: 18px;
}

.blog-section-area .edmov-blog-box .inner .content .title a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.blog-section-area .edmov-blog-box .inner .content .description {
    color: #98A2B3;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 300;
}

.blog-section-area .edmov-blog-box:hover .content {
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 3px solid #3F51B5;
}

.blog-section-area .edmov-blog-box-full-image .inner .thumbnail {
    border-radius: 32px;
    width: 100%;
    position: relative;
    height: 500px;
}

.blog-section-area .edmov-blog-box-full-image .inner .thumbnail a {
    border-radius: 32px;
    width: 100%;
    height: 500px;
}

.blog-section-area .edmov-blog-box-full-image .inner .thumbnail a img {
    border-radius: 32px;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-section-area .edmov-blog-box-full-image .inner .thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 32px;
}

.blog-section-area .edmov-blog-box-full-image .inner .content {
    padding: 10px 20px;
    border-radius: 0px 0px 16px 16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.blog-section-area .edmov-blog-box-full-image .inner .content .course-level {
    font-weight: 100;
}

.blog-section-area .edmov-blog-box-full-image .inner .content .course-level a {
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 100;
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-section-area .edmov-blog-box-full-image .inner .content .course-level a {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-section-area .edmov-blog-box-full-image .inner .content .course-level a {
        width: 100%;
    }
}

.blog-section-area .edmov-blog-box-full-image .inner .content .course-level a:hover {
    color: #04005C;
    color: var(--color-primary-dark);
}

.blog-section-area .edmov-blog-box-full-image .inner .content .title {
    margin-bottom: 15px;
}

.blog-section-area .edmov-blog-box-full-image .inner .content .title a {
    color: #fff;
    font-size: 30px;
    width: 55%;
}

@media only screen and (max-width: 767px) {
    .blog-section-area .edmov-blog-box-full-image .inner .content .title a {
        width: 100%;
    }
}

.blog-section-area .edmov-blog-box-full-image .inner .content .title a:hover {
    color: #D0D5DD;
}

.blog-section-area .edmov-blog-box-full-image .inner .content .description {
    color: #D0D5DD;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 20px;
    font-weight: 200;
    width: 80%;
    font-family: "UrbaneRounded-Light";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-section-area .edmov-blog-box-full-image .inner .content .description {
        width: 100%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-section-area .edmov-blog-box-full-image .inner .content .description {
        font-size: 16px;
        width: 100%;
    }
}

.blog-section-area .edmov-blog-box-full-image .inner .content .see-more a {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}

.blog-section-area .edmov-blog-box-full-image .inner .content .see-more a:hover {
    color: #ddd;
}

.blog-section-area .edmov-blog-box-full-image .inner .content .see-more .icon {
    width: 45px;
    height: auto;
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #545454;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #303DBF !important;
}

@media (min-width: 1199px) {
    .blog-hero-area .blog-hero-area-content .col-18 {
        width: 18% !important;
    }
}

@media (max-width: 1199px) {
    .blog-hero-area .blog-hero-area-content .top-categories .top-categories-grid {
        /* height: 37px; */
        padding: 0px 10px;
    }

    .blog-hero-area .blog-hero-area-content .title {
        font-size: 27px;
    }
}

.search-program-edmov {
    background-color: #EAECF0;
}

.search-program-edmov .search-program-hero {
    background: linear-gradient(97.47deg, #020029 2.82%, #303DBF 100%);
    position: relative;
    text-align: center;
    padding: 100px 0px;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-hero {
        padding: 50px 0px;
    }
}

.search-program-edmov .search-program-hero::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/search/hero2.png);
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-hero::before {
        background-image: url(/img/search/hero2-m.svg);
    }
}

.search-program-edmov .search-program-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/search/hero1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-hero::after {
        background-image: url(/img/search/hero1-m.svg);
    }
}

.search-program-edmov .search-program-hero .title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-hero .title {
        font-weight: 500;
        font-size: 30px;
    }
}

.search-program-edmov .search-program-hero .title span {
    color: #FFDA02;
}

.search-program-edmov .discount-banner {
    background: linear-gradient(97.08deg, #303DBF -1.62%, #161C59 96.34%);
    padding: 20px 15px 15px;
    border-radius: 16px;
    margin-bottom: 15px;
}

.search-program-edmov .discount-banner .title-section {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.search-program-edmov .discount-banner .title-section img {
    height: 70px;
}

.search-program-edmov .discount-banner .title-section h5 {
    color: #fff;
    font-size: 20px;
    margin: 0px 5px;
}

.search-program-edmov .discount-banner p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 12px;
}

.search-program-edmov .search-banner-program {
    padding: 50px 0px;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-banner-program {
        padding: 30px 0px 10px;
    }
}

.search-program-edmov .search-banner-program .search-banner-program-area-form {
    background-color: #fff;
    padding: 0px;
    border-radius: 8px;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-banner-program .search-banner-program-area-form {
        margin-right: -8px;
        margin-bottom: 10px;
    }
}

.search-program-edmov .search-banner-program .search-banner-program-area-form input {
    border: medium none currentcolor;
    border: initial;
    border-radius: 0;
    border-radius: initial;
    font-size: 14px;
    padding: 30px 20px;
    min-height: 50px;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-banner-program .search-banner-program-area-form input {
        padding: 0px 20px;
        min-height: 45px;
    }
}

.search-program-edmov .search-banner-program .search-banner-program-area-form input:-webkit-autofill {
    background-color: #fff;
    background: #fff;
}

.search-program-edmov .search-banner-program .search-banner-program-area-form input:autofill {
    background-color: #fff;
    background: #fff;
}

.search-program-edmov .search-banner-program .search-banner-program-area-form input::-moz-placeholder {
    color: #1D2939;
    font-size: 14px;
    font-weight: 400;
}

.search-program-edmov .search-banner-program .search-banner-program-area-form input::placeholder {
    color: #1D2939;
    font-size: 14px;
    font-weight: 400;
}

.search-program-edmov .search-banner-program .search-banner-program-area-form .border-left-search {
    border-right: 1px solid #98A2B3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-program-edmov .search-banner-program .search-banner-program-area-form .border-left-search {
        border-bottom: 1px solid #98A2B3;
        border-right: 0;
        border-right: initial;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-banner-program .search-banner-program-area-form .border-left-search {
        border-bottom: 1px solid #98A2B3;
        border-right: 0;
        border-right: initial;
    }
}

.search-program-edmov .search-sorting-btn-area {
    background-color: #fff;
    padding: 0px;
    border-radius: 8px;
}

.search-program-edmov .search-sorting-btn-area .dropdown,
.search-program-edmov .search-sorting-btn-area .dropdown-menu {
    width: 100%;
}

.search-program-edmov .search-sorting-btn-area button {
    color: #667085 !important;
    font-weight: 500;
    min-height: 50px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-program-edmov .search-sorting-btn-area button {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-sorting-btn-area button {
        width: 100%;
        min-height: 45px;
    }
}

.search-program-edmov .search-program-sidebar {
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-program-edmov .search-program-sidebar {
        padding: 0px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar {
        padding: 0px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-program-edmov .search-program-sidebar .tab-content {
        padding: 15px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-content {
        padding: 15px 5px;
    }
}

.search-program-edmov .search-program-sidebar .tab-content .header h2 {
    font-size: 24px;
    color: #344054;
    font-weight: 500;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-content .header h2 {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        position: relative;
    }
}

.search-program-edmov .search-program-sidebar .tab-content .header h2:after {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-program-edmov .search-program-sidebar .tab-pane-program-search {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-pane-program-search {
        margin-bottom: 35px;
    }
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .accordion-search-program-btn {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none !important;
    box-shadow: initial !important;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-pane-program-search .accordion-search-program-btn {
        padding: 0px;
        height: 45px;
    }
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .accordion-search-program-btn img {
    margin-right: 7px;
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .accordion-button:not(.collapsed):after {
    background-image: url(/img/search/minus.svg);
    box-shadow: none !important;
    box-shadow: initial !important;
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .accordion-button:after {
    background-image: url(/img/search/plus.svg);
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .search-program-body {
    padding: 5px 35px;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-pane-program-search .search-program-body {
        padding: 5px;
    }
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .search-program-body .widget-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .search-program-body .widget-header .widget-title {
    color: #7A899F;
    font-size: 14px;
    font-weight: 300;
}

.search-program-edmov .search-program-sidebar .tab-pane-program-search .search-program-body .widget-header .widget-clear {
    color: #303DBF;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-pane-program-search .search-program-body .search-program-body .edu-form-check {
        font-size: 14px;
    }
}

.search-program-edmov .university-program-area {
    padding: 0px;
}

.search-program-edmov .isotope-header {
    padding: 0px 5px;
}

.search-program-edmov .isotope-header h2 {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
}

.search-program-edmov .isotope-header h2 span {
    color: #667085;
    font-size: 16px;
}

.search-program-edmov .isotope-header p {
    font-size: 15px;
    color: #303DBF;
    color: var(--color-primary);
    margin: 0px 0px 22px;
}

.search-program-edmov .university-search-area .university-search-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    margin: 15px 0px;
}

.search-program-edmov .university-search-area .university-search-box .thumbnail a img {
    width: 80px;
    height: 80px;
}

.search-program-edmov .university-search-area .university-search-box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 10px;
}

.search-program-edmov .university-search-area .university-search-box .content .title {
    margin: 0px;
}

.search-program-edmov .university-search-area .university-search-box .content p {
    margin: 0px;
}

.search-program-edmov input[type=checkbox] {
    padding: 0;
    height: 15px;
    width: 15px;
    margin: 0px 10px 0px;
    margin-bottom: 8px;
}

.search-program-edmov .custom-control-inline {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .accordion-button-main {
        height: 50px;
        padding: 0px;
        background: #2832a5;
        border-radius: 8px;
        color: #fff !important;
        text-align: center;
    }
}

.accordion-button-main h2 {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 0px 13px 0px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .accordion-button-main h2 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar {
        padding: 0px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-content {
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-program-sidebar .tab-pane-program-search {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-button-main:not(.collapsed) {
        background-color: #303dbf;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-button-main::after {
        background-image: none !important;
        background-image: initial !important;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-button-main:not(.collapsed)::after {
        background-image: none !important;
        background-image: initial !important;
    }
}

@media only screen and (max-width: 767px) {
    .search-program-edmov .search-sorting-btn-area button {
        border-radius: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-form-check[data-v-aec10eb6] {
        font-size: 14px;
    }
}

.filter-image-svg {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .filter-image-svg {
        display: block;
        margin-right: 5px;
    }
}

.university-search-box {
    display: flex;
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    align-items: center;
    margin-top: 15px;
}

.university-search-box .thumbnail img {
    height: 90px;
    border-radius: 16px;
    width: 90px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .university-search-box .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 10px;
    }
}

.university-search-box .content h6,
.university-search-box .content p {
    margin: 0px;
}

.university-program-area {
    padding: 50px 0 0;
}

.university-program-area .university-program-area-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 24px;
    margin: 0;
    min-height: 432px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
}

.university-program-area .university-program-area-box .inner .content .category {
    background-color: #F7F7FD;
    border-radius: 6px;
    padding: 6px 16px 6px 0px;
}

.university-program-area .university-program-area-box .inner .content .category h3 {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 6px 16px 6px 16px;
}

.university-program-area .university-program-area-box .inner .content .category h3 a {
    color: #667085;
    font-weight: 400;
}

.university-program-area .university-program-area-box .inner .content .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.university-program-area .university-program-area-box .inner .content .title a {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.university-program-area .university-program-area-box .inner .content .university {
    list-style: none;
    padding: 0px;
    margin: 10px 0px;
}

.university-program-area .university-program-area-box .inner .content .university li a {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.university-program-area .university-program-area-box .inner .content .university li a img {
    height: 30px;
    border-radius: 50%;
    width: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
}

.university-program-area .university-program-area-box .inner .content .price {
    list-style: none;
    padding: 0px;
    margin: 10px 0px !important;
}

.university-program-area .university-program-area-box .inner .content .price li {
    color: #667085;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
}

.university-program-area .university-program-area-box .inner .content .price li.amount {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.university-program-area .university-program-area-box .inner .content .university-program-meta {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin: 0px 0px 10px !important;
    padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-program-area .university-program-area-box .inner .content .university-program-meta {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .university-program-area .university-program-area-box .inner .content .university-program-meta {
        padding-right: 0px;
    }
}

.university-program-area .university-program-area-box .inner .content .university-program-meta li {
    color: #344054;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    margin: 3px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-program-area .university-program-area-box .inner .content .university-program-meta li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .university-program-area .university-program-area-box .inner .content .university-program-meta li {
        font-size: 12px;
    }
}

.university-program-area .university-program-area-box .inner .content .university-program-meta li img {
    margin-right: 5px;
}

.university-program-area .university-program-area-box .inner .content .university-program-meta li i {
    padding-right: 5px;
}

.university-program-area .university-program-area-box .inner .read-more-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 88%;
    bottom: 10px;
}

.university-program-area .university-program-area-box .inner .read-more-btn .btn {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 0px;
}

.university-program-area .university-program-area-box .inner .read-more-btn .btn:first-child {
    margin-right: 10px;
}

.university-program-area .university-program-area-box .inner .read-more-btn .btn:last-child {
    margin-left: 10px;
}

@media only screen and (min-width: 767) {

    .accordion-collapse,
    #Filter {
        display: block !important;
    }
}

.disabled {
    color: #404A59;
    width: 100%;
}

.coming {
    color: #303DBF;
    background: #DEE0F7;
    padding: 2px 2px;
    border-radius: 2px 0px 0px 0px;
    font-size: 9px;
}

.discount-modal {
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.discount-modal .header-discount {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 16px 16px 0px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-image: linear-gradient(rgba(48, 61, 191, 0.84), rgb(31, 40, 130)), url(/img/search/bg-discount.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 767px) {
    .discount-modal .header-discount {
        padding: 30px 20px;
    }
}

.discount-modal .header-discount .title {
    color: #fff;
    font-size: 30px;
    margin: 10px 30px;
}

@media only screen and (max-width: 767px) {
    .discount-modal .header-discount .title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .discount-modal .header-discount img {
        height: 100px;
    }
}

.discount-modal .close-model {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: 100;
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: 9999;
}

.discount-modal .body {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.discount-modal .body .p-main {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
}

.discount-modal .body .p-main span {
    color: #303DBF;
}

.discount-modal .body .p-details {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
}

.program-details-hero {
    padding: 50px 0 0;
}

.program-details-hero .university-hero-img {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.program-details-hero .university-hero-img .thumbnail img {
    max-width: 50px;
    height: 50px;
    margin-right: 10px;
}

.program-details-hero .university-hero-img .author-content h6 {
    color: #475467;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .program-details-hero .university-hero-img .author-content h6 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .program-details-hero .university-hero-img .author-content h6 {
        font-size: 20px;
    }
}

.program-details-hero .university-hero-location {
    margin-bottom: 25px;
}

.program-details-hero .university-hero-location .location {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
}

.program-details-hero .university-hero-location .location i {
    margin-right: 5px;
    color: #303DBF;
    font-size: 18px;
}

.program-details-hero .university-hero-location .location .subtitle {
    color: #667085;
    margin: 0px 5px 0px 7px;
    font-weight: 400;
    font-size: 13px;
}

.program-details-hero .university-hero-location .location .title {
    color: #303DBF;
    font-weight: 500;
    font-size: 14px;
}

.program-details-hero .university-hero-location .btn-apply .btn-lg {
    width: 80%;
    padding: 10px 20px;
    height: 50px;
    font-size: 17px;
}

.program-details-hero .hero-card-university .hero-university-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 24px 15px 24px 15px;
    border-radius: 16px;
    min-height: 200px;
    position: relative;
    z-index: 10000;
}

@media only screen and (max-width: 767px) {
    .program-details-hero .hero-card-university .hero-university-box {
        margin: 10px 0px 0px;
    }
}

.program-details-hero .hero-card-university .hero-university-box .content {
    color: #475467;
    display: flex;
    flex-direction: column;
    min-height: 155px;
}

.program-details-hero .hero-card-university .hero-university-box .content .icon {
    color: #475467;
}

.program-details-hero .hero-card-university .hero-university-box .content .icon img {
    width: 50px;
}

.program-details-hero .hero-card-university .hero-university-box .content .title {
    color: #475467;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 20px 0px 0px;
}

.program-details-hero .hero-card-university .hero-university-box .content p {
    color: #303DBF;
    position: absolute;
    bottom: 0;
}

.program-details-hero .university-image-details {
    position: relative;
}

.program-details-hero .university-image-details .university-img-full img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.program-details-hero .university-image-details .hero-card-university {
    position: absolute;
    top: -120px;
    right: 15px;
}

@media only screen and (max-width: 767px) {
    .program-details-hero .university-image-details .hero-card-university {
        top: -50px;
        right: auto;
        right: initial;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .program-details-hero .btn-apply-desktop {
        display: none;
    }
}

.program-details-hero .btn-apply-mobile {
    display: none;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .program-details-hero .btn-apply-mobile {
        display: block;
    }
}

.program-details-hero .btn-apply-mobile a {
    width: 100%;
}

.program-feature-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 24px 15px 24px 15px;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .program-feature-box {
        margin: 10px 0px 0px;
    }
}

.program-feature-box .content {
    color: #475467;
    display: flex;
    flex-direction: column;
}

.program-feature-box .content .icon {
    color: #475467;
    width: 50px;
}

.program-feature-box .content .icon img {
    width: 30px;
}

.program-feature-box .content .title {
    color: #475467;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0px 10px;
}

@media only screen and (max-width: 767px) {
    .program-feature-box .content .title {
        height: 25px;
        font-size: 14px;
    }
}

.program-feature-box .content p {
    color: #303DBF;
    margin: 0px;
}

.program-detail-box {
    padding: 10px 30px;
    background: #fff;
    margin: 10px 0px;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .program-detail-box {
        padding: 10px 10px;
    }
}

.program-detail-box .content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .program-detail-box .content {
        display: flex;
        justify-content: space-between;
    }
}

.program-detail-box .main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.program-detail-box .main img {
    margin-right: 10px;
}

.program-detail-box .main h4,
.program-detail-box .main .title {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 0px;
    margin: 0px;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.program-detail-box p {
    color: #303DBF !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
    .program-detail-box p {
        margin-top: 0px;
    }
}

.program-detail-box p span {
    color: rgba(48, 61, 191, 0.6);
    font-size: 14px;
}

.study-plan {
    display: flex;
    padding: 40px 0 0;
    margin-bottom: -10px;
}

.study-plan .title {
    color: #667085;
    font-size: 27px;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 10px;
}

@media only screen and (max-width: 767px) {
    .study-plan .title {
        font-size: 23px !important;
    }
}

.study-plan a {
    color: #303DBF;
    font-size: 14px;
    padding: 10px 0px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.program-hero-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program-hero-box .title {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .program-hero-box .title {
        width: 100%;
        font-size: 23px;
    }
}

.program-feature {
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    background: #FEFBE8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-feature img {
    width: 45px;
}

@media only screen and (max-width: 767px) {
    .program-feature img {
        width: 40px;
    }
}

.program-feature span {
    color: #344054;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .program-feature span {
        font-size: 15px;
    }
}

.btn-area-program {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .btn-area-program {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-area-program {
        width: 100%;
    }
}

.btn-area-program .btn-primary-white {
    padding-left: 0px;
    padding-right: 0px;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .btn-area-program .btn-primary-white {
        margin-top: 10px;
    }
}

.btn-area-program .btn-primary {
    height: 45px;
}

.program-details-hero {
    padding: 10px 0px;
}

.program-hero-box .title {
    font-size: 29px;
    font-weight: 500;
}

.program-details-hero .university-hero-img .thumbnail img {
    width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.program-details-hero .university-hero-img .author-content h6 {
    font-size: 20px;
}

.program-exam-area {
    padding: 50px 0 0;
}

.program-exam-section .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
}

.program-exam-section .title img {
    width: 30px;
    margin-right: 10px;
}

.program-exam-section .sub-exam-program-area {
    margin-left: 30px;
}

.program-exam-section .sub-exam-program-area .sub-exam-program {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.program-exam-section .sub-exam-program-area .sub-exam-program img {
    margin-right: 10px;
    width: 25px;
}

.program-exam-section .sub-exam-program-area .sub-exam-program span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #475467;
}

.program-exam-section .minimum-requirements-section {
    padding: 15px 10px;
    background: #fff;
    text-align: center;
}

.program-exam-section .minimum-requirements-section span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.program-exam-section .minimum-requirements-section .score {
    color: #303DBF;
    font-size: 14px;
    font-weight: 500;
}

.university-program-area-box-2 {
    border: 1px solid #EAECF0;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 16px;
    margin: 20px 0px;
}

.university-program-area-box-2 .card-body .info-section {
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.university-program-area-box-2 .card-body .price-section {
    padding: 15px 0px;
}

.university-program-area-box-2 .card-body .col {
    text-align: left;
}

.university-program-area-box-2 .card-body .col .info-icon {
    color: #344054;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    align-items: center;
}

.university-program-area-box-2 .card-body .col .info-icon span {
    padding: 2px;
}

.university-program-area-box-2 .card-body .col .details-info {
    color: #1D2939 !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.university-program-area-box-2 .card-body .col .details-info svg {
    margin: 0px 2px;
}

.university-program-area-box-2 .card-body .col .price-label {
    margin: 0px !important;
    font-weight: 500;
    color: #667085;
    font-size: 14px;
    text-transform: capitalize;
}

.university-program-area-box-2 .card-body .col .price {
    margin: 0px !important;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.university-program-area-box-2 .card-header-box {
    border-bottom: 1px solid #EAECF0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.university-program-area-box-2 .card-header-box .university-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.university-program-area-box-2 .card-header-box .university-info .university-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.university-program-area-box-2 .card-header-box .university-info .university-title a {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.university-program-area-box-2 .card-header-box .university-info .university-title a img {
    height: 31px;
    border-radius: 50%;
}

.university-program-area-box-2 .card-header-box .university-info .university-title a h5 {
    margin-bottom: 0px;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px;
}

.university-program-area-box-2 .card-header-box .university-info .favorite-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.university-program-area-box-2 .card-header-box .program-title-details {
    padding-top: 5px;
}

.university-program-area-box-2 .card-header-box .program-title-details a h2 {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 3px;
    margin-bottom: 10px !important;
}

.university-program-area-box-2 .btn-program-force {
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 100% !important;
    padding: 0px 15px !important;
    text-align: center !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-14 {
    font-size: 15px !important;
}

.info-icon svg {
    margin-bottom: 5px;
}

.university-program-area-box-2 .card-body .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.total_result {
    color: #667085;
    font-weight: 300;
}

.where-study-hero-area {
    padding: 25px 0px 0px;
}

.about-where-study-page-area {
    padding: 25px 0px 0px;
}

.about-where-study-page-area .program-detail-box.odd {
    background-color: #F2F4F7;
}

.about-where-study-page-area .program-detail-box .main img {
    margin-right: 10px;
    height: 20px;
    margin-top: 8px;
}

.about-where-study-page-area .program-detail-box p {
    color: #303dbf !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    text-align: right;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-where-study-page-area .program-detail-box p {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .about-where-study-page-area .program-detail-box p {
        text-align: left;
    }
}

.how-apply {
    text-align: center;
}

.how-apply p {
    text-align: center;
    font-size: 14px;
    width: 60%;
    display: block;
    margin: auto;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .how-apply p {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .how-apply p {
        width: 100%;
    }
}

.apply-process ul {
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .apply-process ul {
        display: flex;
        overflow: scroll;
    }
}

.apply-process ul li {
    height: 110px;
    position: relative;
    color: #1D2939;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .apply-process ul li {
        padding: 10px;
        height: auto;
        height: initial;
        text-align: center;
        display: block;
        margin: auto;
        text-align: center;
    }
}

.apply-process ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-image: url(/img/where_study/line.svg);
    background-repeat: no-repeat;
    background-size: 40px 50px;
}

@media only screen and (max-width: 767px) {
    .apply-process ul li:not(:last-child)::after {
        background-image: none;
        background-image: initial;
    }
}

.apply-process ul li.active {
    color: #303DBF;
}

.apply-process ul li.active span {
    background-color: #303DBF;
    color: #fff;
}

.apply-process ul li span {
    background-color: #EAECF0;
    padding: 12px 15px;
    border-radius: 16px;
    color: #667085;
}

@media only screen and (max-width: 767px) {
    .apply-process ul li span {
        border-radius: 50%;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 7px;
        text-align: center;
        margin: auto;
        margin-bottom: 5px;
    }
}

.step-career-container {
    background: #fff;
    margin-top: 30px;
    padding: 0px 40px;
    min-height: -moz-min-content;
    min-height: min-content;
    border-radius: 16px;
}

.step-career-container .main .title {
    font-size: 17px;
}

.step-career-container ul {
    margin-bottom: 0px !important;
    height: 160px;
}

.step-career-container img {
    height: 200px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .step-career-container {
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .minh200 {
        min-height: -moz-fit-content !important;
        min-height: fit-content !important;
    }
}

.step-career {
    margin-top: 30px;
    background: #fff;
    min-height: -moz-min-content;
    min-height: min-content;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .step-career {
        padding: 0px;
    }
}

.step-career .main {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.step-career .main h6 {
    margin: 10px 0px !important;
    color: #303DBF;
    font-weight: 500;
}

.step-career button {
    float: right;
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.where-study-edmov .university-details-edmov .main-title-university .title {
    font-size: 20px !important;
}

.study-abroad-item-0 img {
    height: 780px;
}

.study-abroad-item-1 img {
    height: 276px;
}

.study-abroad-item-2 img {
    height: 491px;
}

.study-abroad-item-3 img {
    height: 383px;
}

.study-abroad-item-4 img {
    height: 383px;
}

.study-abroad-item-5 img {
    height: 491px;
}

.study-abroad-item-7 img {
    height: 276px;
}

.custom-swiper-apply-process .swiper-pagination {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-apply-process .swiper-pagination {
        display: flex;
        align-items: center;
        flex-direction: row;
        overflow-x: scroll;
        height: -moz-max-content;
        height: max-content;
        overflow-y: hidden;
        padding: 0px 0px 20px;
    }
}

.custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent !important;
    background-color: initial !important;
    margin: 10px 10px !important;
    display: inline-block;
    border-radius: 0;
    border-radius: initial;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 100px;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet {
        min-height: -moz-fit-content;
        min-height: fit-content;
        display: flex;
        flex-direction: column;
        width: -moz-max-content;
        width: max-content;
        white-space: nowrap;
        margin: 0px 10px !important;
        min-width: 115px;
    }
}

.custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet .num {
    background: #ddd;
    color: #667085;
    border-radius: 16px;
    margin-right: 10px;
    display: block;
    width: 45px;
    height: 50px;
    padding: 18px 0px;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet .num {
        border-radius: 50%;
        height: 40px;
        margin-bottom: 10px;
        padding: 11px 0;
        width: 40px;
    }
}

.custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet .num::after {
    content: "";
    position: absolute;
    top: 57px;
    left: 18px;
    right: 0;
    height: 58px;
    width: 10px;
    background-image: url(/img/where_study/line.svg);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet .num::after {
        content: "";
        position: absolute;
        top: 16px;
        left: 51px;
        right: 0;
        height: 10px;
        width: 70px;
        background-image: url(/img/where_study/line-2.svg);
    }
}

.custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet .num.last::after {
    content: "";
    position: absolute;
    background-image: none !important;
    background-image: initial !important;
}

.custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent !important;
    background-color: initial !important;
}

.custom-swiper-apply-process .swiper-pagination .swiper-pagination-bullet-active .num {
    background: #303DBF;
    color: #fff;
}

.step-career-container img {
    height: 250px;
}

.our-story-hero-area {
    background-color: #F9FAFB;
    position: relative;
    padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-story-hero-area {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-story-hero-area {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .our-story-hero-area {
        padding-bottom: 0px;
    }
}

.our-story-hero-area .our-story-content-hero {
    background: #FFFFFF;
    box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.1803921569);
    padding: 20px;
    border-radius: 16px;
    bottom: 12px;
    position: absolute;
    right: 200px;
    width: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-story-hero-area .our-story-content-hero {
        width: 100%;
        position: relative;
        left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-story-hero-area .our-story-content-hero {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        right: initial;
        bottom: auto;
        bottom: initial;
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .our-story-hero-area .our-story-content-hero {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        right: initial;
        bottom: auto;
        bottom: initial;
        margin: 10px 0px;
    }
}

.our-story-hero-area .our-story-content-hero h4 {
    margin: 0px;
    color: #303DBF;
    font-size: 18px;
}

.our-story-hero-area .our-story-content-hero p {
    margin: 0px;
    font-weight: 400;
    color: #344054;
    font-size: 14px;
}

.our-story-mission-area {
    position: relative;
    padding: 100px 0px;
    background: linear-gradient(90.84deg, #04005C -3.78%, rgba(48, 61, 191, 0.2) 107.92%), url("/img/our_story/Frame846.jpg");
    background-size: cover;
    background-position: center;
}

.our-story-mission-area .main-title h4 {
    color: #FFFFFF;
    width: 55%;
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-story-mission-area .main-title h4 {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .our-story-mission-area .main-title h4 {
        width: 100%;
    }
}

.our-story-mission-area .mission-grid {
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
    float: right;
    margin: 10px 0px;
    min-height: 250px;
}

.our-story-mission-area .mission-grid .content .title {
    margin: 0px;
    color: #303DBF;
    font-size: 18px;
    margin-bottom: 10px;
}

.our-story-mission-area .mission-grid .content p {
    margin: 0px;
    font-weight: 400;
    color: #344054;
    font-size: 14px;
    line-height: auto;
}

.our-story-value-area {
    background: #F9FAFB;
    padding: 50px 0px;
}

.our-story-value-area h2 {
    color: #303DBF;
}

.our-story-value-area .value-grid {
    margin: 10px 0px;
}

.our-story-value-area .value-grid .content {
    background-color: #fff;
    border-radius: 8px;
    float: right;
    display: flex;
    align-items: center;
    padding: 25px;
    min-height: 210px;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
}

.our-story-value-area .value-grid .content .title {
    margin: 0px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
}

.our-story-value-area .value-grid .content p {
    margin: 0px;
    font-weight: 400;
    color: #344054;
    font-size: 14px;
    line-height: auto;
}

.our-story-partner-area {
    background: #F9FAFB;
    padding: 50px 0px;
}

.our-story-partner-area h2 {
    color: #303DBF;
}

.our-story-partner-area .partner-grid {
    border-radius: 16px;
    padding: 20px;
    margin: 10px;
}

@media only screen and (max-width: 767px) {
    .our-story-partner-area .partner-grid {
        border-radius: 16px;
        padding: 10px;
        margin: 10px;
    }
}

.our-story-partner-area .partner-grid img {
    display: block;
    margin: auto;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.our-story-partner-area .partner-grid.odd {
    background: #EFF0FB;
}

.our-story-partner-area .partner-grid.even {
    background: #FFFFFF;
}

.our-story-partner-area .col-md-5-offset {
    margin-left: 2.333333%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-story-partner-area .col-md-5-offset {
        margin-left: 0px;
    }

    .our-story-partner-area .col-md-5-offset .partner-grid.odd {
        background: #F9FAFB;
    }
}

@media only screen and (max-width: 767px) {
    .our-story-partner-area .col-md-5-offset {
        margin-left: 0px;
    }
}

.our-story-main-title {
    color: #303DBF;
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 500;
}

.color-white {
    color: #fff !important;
}

.our-story-team-area {
    background: linear-gradient(98.57deg, #04005C -1.72%, #303DBF 98.14%);
    padding: 50px 0px;
    position: relative;
}

.our-story-team-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/our_story/Group29.svg);
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .our-story-team-area::before {
        background-image: "" !important;
        z-index: -1;
    }
}

.our-story-team-area::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/our_story/Group28.svg);
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .our-story-team-area::after {
        background-image: "" !important;
        z-index: -1;
    }
}

.our-story-team-area .team-grid img {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .our-story-team-area .team-grid img {
        height: 150px;
        width: 150px;
    }
}

.our-story-team-area .team-grid .content h4 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.our-story-team-area .team-grid .content p {
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.our-story-story-area {
    padding: 50px 0px;
    position: relative;
    background: #F9FAFB;
}

@media only screen and (max-width: 767px) {
    .our-story-story-area {
        padding: 0px;
    }
}

.our-story-story-area .apply-process-story ul li {
    min-height: 65px;
    list-style: none;
}

.our-story-story-area .apply-process-story .ball-process {
    background: #d0d5dd;
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px;
}

.our-story-story-area .apply-process-story .ball-process.active {
    background: #303DBF;
}

.our-story-story-area .apply-process-story .ball-process img {
    margin-top: 20px;
    margin-left: 6px;
    max-height: 40px;
}

.our-story-story-area .step-career-story {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    display: block;
    margin: auto;
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .our-story-story-area .step-career-story {
        margin-top: 0px;
    }
}

.our-story-story-area .step-career-story .title-process {
    color: #303DBF;
    font-weight: 400;
    font-size: 19px;
    margin-top: 50px;
}

.our-story-story-area .step-career-story .content h4 {
    margin: 0px;
    padding: 0px;
}

.our-story-story-area .step-career-story .content p {
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 767px) {
    .d-flex-mobile {
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-mobile-2 {
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .col-mobile-2 {
        width: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-mobile-10 {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .col-mobile-10 {
        width: 80%;
    }
}

.custom-swiper-our-story .swiper-pagination {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-our-story .swiper-pagination {
        display: flex;
        align-items: center;
        flex-direction: row;
        overflow-x: scroll;
        height: -moz-max-content;
        height: max-content;
        overflow-y: hidden;
        padding: 0px 0px 20px;
    }
}

.custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent !important;
    background-color: initial !important;
    margin: 10px 10px !important;
    display: inline-block;
    border-radius: 0;
    border-radius: initial;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 50px;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet {
        min-height: -moz-fit-content;
        min-height: fit-content;
        display: flex;
        flex-direction: column;
        width: -moz-max-content;
        width: max-content;
        white-space: nowrap;
        margin: 0px 10px !important;
        min-width: 75px;
    }
}

.custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet .num {
    background: #ddd;
    color: #667085;
    border-radius: 50%;
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet .num {
        border-radius: 50%;
        height: 20px;
        /* margin-bottom: 10px; */
        /* padding: 11px 0; */
        width: 20px;
    }
}

.custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet .num::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 5px;
    right: 0;
    height: 40px;
    width: 10px;
    background-image: url(/img/where_study/line.svg);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet .num::after {
        content: "";
        position: absolute;
        top: 7px;
        left: 30px;
        right: 0;
        height: 10px;
        width: 60px;
        background-image: url(/img/where_study/line-2.svg);
    }
}

.custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet .num.last::after {
    content: "";
    position: absolute;
    background-image: none !important;
    background-image: initial !important;
}

.custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent !important;
    background-color: initial !important;
}

.custom-swiper-our-story .swiper-pagination .swiper-pagination-bullet-active .num {
    background: #303DBF;
    color: #fff;
}

.auth-section {
    position: relative;
    background: linear-gradient(221.46deg, #303DBF -35%, rgba(255, 255, 255, 0) 60%);
    margin-top: -90px;
    min-height: 700px;
}

@media only screen and (max-width: 767px) {
    .auth-section {
        background: linear-gradient(221.46deg, #303DBF -23.33%, rgba(255, 255, 255, 0) 70.85%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auth-section {
        background: linear-gradient(221.46deg, #303DBF -23.33%, rgba(255, 255, 255, 0) 70.85%);
    }
}

.auth-section .margin-top--200 {
    margin-top: 200px !important;
    padding: 30px 0px 80px;
}

@media only screen and (max-width: 767px) {
    .auth-section .margin-top--200 {
        margin-top: 100px !important;
        padding: 0px 0px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auth-section .margin-top--200 {
        margin-top: 100px !important;
        padding: 0px 0px 30px;
    }
}

.auth-section .margin-top--120 {
    margin-top: 120px !important;
    padding: 30px 0px 80px;
}

@media only screen and (max-width: 767px) {
    .auth-section .margin-top--120 {
        margin-top: 100px !important;
        padding: 0px 0px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auth-section .margin-top--120 {
        margin-top: 100px !important;
        padding: 0px 0px 30px;
    }
}

.auth-section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    background: url(/img/auth/Frame1171275730.svg), url(/img/auth/Frame1171275728.svg), url(/img/auth/vector-bg-1.svg) !important;
    background-size: contain, auto, contain !important;
    background-position: right, top right, right !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    height: 600px;
}

@media only screen and (max-width: 767px) {
    .auth-section::before {
        background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
        background: initial !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auth-section::before {
        background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
        background: initial !important;
    }
}

.auth-section .hero-auth-page .auth-thumbnail {
    background-color: #ffffff;
    background-color: var(--color-white);
}

.auth-section .switcher-section .title h4 {
    font-size: 25px;
    color: #141A50;
    margin-bottom: 40px;
}

.auth-section .switcher-section .switcher-register-type h5 {
    margin-bottom: 1rem;
    font-size: 18px;
    color: #272728;
}

.auth-section .switcher-section .switcher-register-type .border-sign-up-box {
    margin-bottom: 1rem;
    padding: 16px;
    border-radius: 8px;
    border: 1px;
    background: #FFFFFF;
    border: 1px solid #B7B7B8;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    min-height: 150px;
    margin-bottom: 30px;
}

.auth-section .switcher-section .switcher-register-type .border-sign-up-box .signup-radio {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 25px;
}

.auth-section .switcher-section .switcher-register-type .border-sign-up-box .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    left: 25px;
    top: 50px;
    position: absolute;
}

.auth-section .switcher-section .switcher-register-type .border-sign-up-box .title img {
    margin-right: 0.5rem;
}

.auth-section .switcher-section .switcher-register-type .border-sign-up-box .title p {
    margin: 0;
}

.auth-section .switcher-section .switcher-register-type .sign-helper {
    margin-top: 20px;
}

.auth-section .switcher-section .switcher-register-type .sign-helper p {
    text-align: center;
    color: #475467;
}

.auth-section .switcher-section .switcher-register-type .sign-helper p a {
    color: #303DBF;
}

.auth-section .form-section .primary-auth-container {
    margin: 35px 0px;
}

.auth-section .form-section .primary-auth-container .auth-divider {
    background-color: #e3e3e3;
    height: 0.5px;
    margin-bottom: 40px;
    text-align: center;
}

.auth-section .form-section .primary-auth-container .auth-divider .auth-divider-text {
    background-color: #fff;
    position: relative;
    top: -0.9em;
    padding: 0px 15px;
}

@media only screen and (max-width: 767px) {
    .auth-section .form-section .primary-auth-container .auth-divider .auth-divider-text {
        background-color: #e9eaf8;
        border-radius: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auth-section .form-section .primary-auth-container .auth-divider .auth-divider-text {
        background-color: #e4e6f7;
    }
}

.auth-section .form-section .primary-auth-container .auth-divider .social-auth-button.link-button {
    color: #323847;
    font-weight: 600;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 50px;
    margin-top: 15px;
    padding-left: 90px;
    padding-right: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon-on-label {
    position: absolute;
    top: 45px;
    left: 15px;
    transition: 0.3s;
    transition: var(--transition);
    width: 18px;
}

.login-form-box {
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .login-form-box {
        padding: 40px 30px;
    }
}

.login-form-box .title {
    margin-bottom: 5px;
}

.login-form-box a {
    color: #303DBF;
    color: var(--color-primary);
}

.login-form-box a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.login-form-box p {
    color: #68678B;
    margin-bottom: 25px;
    font-size: 14px;
}

.login-form-box .form-group {
    position: relative;
    margin-bottom: 12px;
}

.login-form-box .form-group input,
.login-form-box .form-group select {
    border: 1px solid #e5e5e5 !important;
    border: 1px solid var(--color-border) !important;
    height: 44px !important;
    border-radius: 5px !important;
    padding: 0px 45px;
}

.login-form-box .form-group .btn-primary-gradient {
    width: 100%;
}

.login-form-box .form-group .end-icon {
    position: absolute;
    top: 45px;
    right: 18px;
    color: #b2b2b2;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    transition: var(--transition);
}

.login-form-box .form-group .end-icon:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.login-form-box .chekbox-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

@media only screen and (max-width: 479px) {
    .login-form-box .chekbox-area {
        display: block;
    }
}

.login-form-box .chekbox-area .edu-form-check {
    position: relative;
}

.login-form-box .chekbox-area .edu-form-check label {
    padding-left: 5px;
    font-size: 14px !important;
}

.login-form-box .chekbox-area .edu-form-check label:before {
    background-color: #f7f7f7;
    border-color: #e5e5e5;
    border-color: var(--color-border);
}

.login-form-box .chekbox-area .edu-form-check input {
    height: auto;
    width: 14px;
}

.login-form-box .chekbox-area .edu-form-check input:checked~label::before {
    background-color: #303DBF;
    background-color: var(--color-primary);
    border-color: #303DBF;
    border-color: var(--color-primary);
}

.login-form-box .chekbox-area .edu-form-check input:checked~label::after {
    opacity: 1;
}

.login-form-box .chekbox-area .password-reset {
    font-size: 14px;
}

@media only screen and (max-width: 479px) {
    .login-form-box .chekbox-area .password-reset {
        padding-left: 30px;
        margin-top: 5px;
    }
}

.mt-10 {
    margin-top: 10px;
}

.login-form-box-popup {
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .login-form-box-popup {
        padding: 40px 30px;
    }
}

.login-form-box-popup .title {
    margin-bottom: 5px;
}

.login-form-box-popup a {
    color: #303DBF;
    color: var(--color-primary);
}

.login-form-box-popup a:hover {
    color: #303DBF;
    color: var(--color-primary);
}

.login-form-box-popup p {
    color: #68678B;
    margin-bottom: 25px;
    font-size: 14px;
}

.login-form-box-popup .form-group {
    position: relative;
    margin-bottom: 12px;
}

.login-form-box-popup .form-group input,
.login-form-box-popup .form-group select {
    border: 1px solid #e5e5e5 !important;
    border: 1px solid var(--color-border) !important;
    height: 44px !important;
    border-radius: 5px !important;
    padding: 0px 45px;
}

.login-form-box-popup .icon-on-label {
    right: 15px !important;
    left: auto !important;
    left: initial !important;
}

.bg-EAECF0 {
    background: #EAECF0 !important;
}

.wizard-area {
    background: #eaecf0;
    margin: 0px;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wizard-answer {
    min-height: 50px;
    border: 1px solid #EAECF0;
    background: #fff;
    border-radius: 8px;
    margin: 10px auto;
    align-items: center;
    padding: 15px 20px;
    max-width: 450px;
    text-align: left;
    min-width: 250px;
    display: flex;
}

.wizard-answer .svg-icon {
    margin: 0px 4px;
}

.wizard-answer span {
    color: #475467;
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    .wizard-answers {
        width: 100%;
    }
}

.wizard-answers .selected-answer {
    border: 2px solid #303DBF;
}

.next-btn {
    min-width: 300px;
    height: 52px;
    margin: 100px 0px 0px 0px;
    background-color: #303DBF;
    background: #303DBF;
    color: #fff;
}

.grid-0-column {
    width: 100%;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .grid-0-column .wizard-answer {
        width: 100%;
    }
}

.grid-1-column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.grid-1-column .wizard-answer {
    width: 23%;
}

@media only screen and (max-width: 767px) {
    .grid-1-column .wizard-answer {
        width: 100%;
    }
}

.grid-2-column {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.grid-2-column .wizard-answer {
    width: 30%;
}

@media only screen and (max-width: 767px) {
    .grid-2-column .wizard-answer {
        width: 100%;
    }
}

.grid-3-column,
.grid-4-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
}

.grid-3-column .wizard-answer,
.grid-4-column .wizard-answer {
    margin: 15px;
    max-width: none;
    max-width: initial;
    text-align: left;
    min-width: 0;
    min-width: initial;
}

@media only screen and (max-width: 767px) {

    .grid-3-column,
    .grid-4-column {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {

    .grid-3-column,
    .grid-4-column {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .grid-3-column .wizard-answer,
    .grid-4-column .wizard-answer {
        min-width: -moz-fit-content !important;
        min-width: fit-content !important;
    }
}

.button-next-wizard {
    display: flex !important;
    flex-direction: row;
    text-align: center !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: row-reverse !important;
}

.button-next-wizard svg {
    transform: rotateY(180deg);
}

.button-next-wizard span {
    padding: 0px 10px;
}

.dots {
    display: flex;
    position: absolute;
    top: 91px;
    right: 0px;
    width: 100%;
}

.dots span {
    width: 30px;
    height: 14px;
    width: 25%;
    display: block;
    transition: all 0.3s;
}

.dots span.active {
    background: #039855;
}

.btn-skip-wizard {
    margin: 20px 0px;
    color: #303DBF;
}

.btn-back-question {
    position: absolute;
    top: 120px;
    left: 30px;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
}

.btn-back {
    border: medium none currentcolor;
    border: initial;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
    transform: rotateY(180deg);
}

.flex-align-items-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .d-none-m {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .d-none-m {
        display: none !important;
    }
}

.display-mobile {
    display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-mobile {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .display-mobile {
        display: block !important;
    }
}

.display-desktop {
    display: block !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .display-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {

    .program-detail-box .main h4,
    .program-detail-box .main .title {
        font-size: 14px;
    }
}

.form-contact-us form input {
    font-size: 10px;
    background-color: #ffffff;
    box-shadow: none;
    padding: 0 20px;
    height: 45px;
    outline: none;
    border-radius: 5px;
    border-radius: var(--border-radius-btn);
    color: #050066;
    color: #000;
    color: var(--color-heading);
    border: 1px solid #98A2B3;
}

.home-one-cta-two {
    padding: 50px 0px 0px;
    background: #F9FAFB;
}

.program-area,
#partner {
    background: #F9FAFB;
}

@media only screen and (max-width: 767px) {
    .col-mobile-50 {
        width: 50% !important;
    }
}

.title-style-2 {
    color: #303DBF !important;
    font-size: 27px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

@media only screen and (max-width: 767px) {
    .title-style-2 {
        font-size: 23px !important;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.testimonial-grid .btn-video {
    position: absolute;
    top: 50%;
    left: 38%;
}

.btn-video {
    background: hsla(0, 0%, 99.09%, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: medium none currentcolor !important;
    border: initial !important;
}

.btn-video i {
    color: #303dbf;
}

.font-25 h2,
.font-25 span {
    font-size: 25px !important;
}

.program-box-swiper {
    margin-top: 100px;
    right: 30px;
}

@media only screen and (max-width: 767px) {
    .program-box-swiper {
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .program-box-swiper {
        right: 0px;
    }
}

.program-view-all {
    right: 40px;
    top: 39px;
}

.display-sm-mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .display-sm-mobile {
        display: block !important;
    }
}

.display-md-desktop {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .display-md-desktop {
        display: none !important;
    }
}

.program-area {
    min-height: 430px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .program-area {
        min-height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .program-area {
        min-height: 430px;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0% 25%;
    }

    50% {
        background-position: 25% 50%;
    }

    100% {
        background-position: 50% 100%;
    }
}

.add-shadow-box .university-program-area-box,
.add-shadow-box .university-search-box {
    background-color: rgb(238, 238, 238);
}

.add-shadow-box .university-program-area-box .thumbnail img,
.add-shadow-box .university-search-box .thumbnail img {
    display: none;
}

.add-shadow-box ul,
.add-shadow-box a {
    display: none;
}

.add-shadow-box h2,
.add-shadow-box p,
.add-shadow-box h6 {
    color: transparent;
    background-image: linear-gradient(266deg, rgba(211, 211, 211, 0) 0px, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: moveBackground 2s cubic-bezier(0.4, 0, 1, 1) infinite;
    background-color: rgb(238, 238, 238);
    min-height: 18px;
    min-width: 67.7274%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.add-shadow-box .price li {
    color: transparent !important;
    background-image: linear-gradient(266deg, rgba(211, 211, 211, 0) 0px, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: moveBackground 2s cubic-bezier(0.4, 0, 1, 1) infinite;
    background-color: rgb(238, 238, 238);
    min-height: 18px;
    min-width: 67.7274%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.add-shadow-box .read-more-btn {
    display: none !important;
}

.add-shadow-box .university-program-meta,
.add-shadow-box .university-search-area {
    color: transparent !important;
    background-image: linear-gradient(266deg, rgba(211, 211, 211, 0) 0px, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: moveBackground 2s cubic-bezier(0.4, 0, 1, 1) infinite;
    background-color: rgb(238, 238, 238);
    min-height: 18px;
    min-width: 67.7274%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.add-shadow-box .university-program-area .university-program-area-box .inner .content .category {
    display: none;
}

.add-shadow-box .university-program-area .university-program-area-box .inner .content .university-program-meta {
    display: none;
}

.add-shadow-box .search-program-edmov .university-search-area .university-search-box .thumbnail a img {
    display: none;
}

.add-shadow-box p {
    color: transparent !important;
    background-image: linear-gradient(266deg, rgba(211, 211, 211, 0) 0px, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: moveBackground 2s cubic-bezier(0.4, 0, 1, 1) infinite;
    background-color: rgb(238, 238, 238);
    min-height: 18px;
    min-width: 67.7274%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.pagination li {
    cursor: pointer;
}

.pagination li.active {
    color: #303DBF;
    color: var(--color-primary);
}

.edu-course.course-style-1 .thumbnail img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav-where-study {
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px 32px;
    position: absolute;
    right: 10%;
    width: -moz-fit-content;
    width: fit-content;
}

.nav-where-study .h4 {
    color: #303DBF;
    font-size: 17px;
    padding: 0px;
    margin-bottom: 5px;
}

.nav-where-study ul li {
    margin: 2px 0px;
    font-size: 15px;
    padding: 0px;
    color: #344054;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-where-study {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .nav-where-study {
        display: none;
    }
}

.h-400 {
    height: 400px;
}

.p-r-l-20 {
    padding: 0px 20px;
}

.university-details-edmov .main-title-university .title {
    font-size: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ErrorResult {
    margin: 0px;
    padding: 0px 20px;
    color: #303dbf;
    font-size: 14px;
}

.isotope-header h2 {
    display: none;
}

.isotope-header h2.show.active {
    display: block;
}

.login-form-box .chekbox-area .edu-form-check {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.login-form-box .form-group select {
    padding: 0px 15px !important;
}

.country-selector__country-flag[data-v-46e105de] {
    top: 17px !important;
}

.input-tel.has-hint .input-tel__label[data-v-e59be3b4],
.input-tel.has-value .input-tel__label[data-v-e59be3b4] {
    display: none !important;
}

.country-selector.has-hint .country-selector__input[data-v-46e105de],
.country-selector.has-value .country-selector__input[data-v-46e105de] {
    padding-top: 0px !important;
}

.country-selector.has-hint .country-selector__label[data-v-46e105de],
.country-selector.has-value .country-selector__label[data-v-46e105de] {
    display: none !important;
}

.country-selector.has-hint .country-selector__label[data-v-46e105de],
.country-selector.has-value .country-selector__label[data-v-46e105de] {
    display: none !important;
}

.testimonial-div {
    width: 50%;
}

.testimonial-div .swiper-wrapper .swiper-slide {
    max-width: 301px;
}

.edu-course .thumbnail a:after {
    background-color: rgba(228, 228, 228, 0.2);
}

.brand-grid img {
    height: 100px;
    width: 100px;
}

.university-details-edmov .gallery-area .item-0 {
    height: 535px;
}

.university-details-edmov .gallery-area .item-3 {
    height: 255px;
}

.mainmenu-nav .mainmenu li {
    padding: 0px 6px;
}

.home-testimonial>.swiper-slide {
    max-width: 320px;
}

.edu-header .header-mainmenu.edu-sticky {
    background-color: #F9FAFB;
}

.partner-bg {
    position: relative;
    z-index: 0;
}

.partner-bg .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.partner-bg img {
    z-index: 2 !important;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-us-image {
    border-radius: 16px 0px 0px 16px;
    height: 100%;
    background-image: url(/img/home/positive-university-students-smiling.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(25%);
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box {
    margin-top: 10px;
}

.nav-where-study {
    z-index: 50;
}

.btn-area-program .btn-primary,
.btn-area-program .btn-primary-white {
    height: 46px;
}

.section-title.section-center p {
    font-size: 14px;
}

.svg-hero-home {
    height: 14px;
    margin: 0px 10px 6px;
}

.blog-section-area .edmov-blog-box .inner .content {
    min-height: 250px;
}

.banner-btn .btn-hero {
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 12px 0px;
    letter-spacing: 0.5px;
}

.cta-button-p {
    padding: 0px !important;
    font-size: 16px;
}

.cta-button {
    height: 55px !important;
    padding: 10px 50px !important;
    border-radius: 16px !important;
}

.modal-dialog {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
}

.modal-content {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
    border: medium none currentcolor !important;
    border: initial !important;
}

.modal-dialog {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
}

.modal-content {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
    border: medium none currentcolor !important;
    border: initial !important;
}

.b-modal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.model-no-back iframe,
.model-no-back .b-modal {
    width: 50vw !important;
    height: 50vh !important;
    border-radius: 16px !important;
}

@media (max-width: 768px) {

    .model-no-back iframe,
    .model-no-back .b-modal {
        width: 100% !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        min-height: 40vh;
    }

    .modal-dialog {
        max-width: none !important;
        max-width: initial !important;
    }
}

.ModelContactus {
    background: #fff !important;
    padding: 32px;
    border-radius: 16px !important;
    width: 40vw;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 768px) {

    .ModelContactus iframe,
    .ModelContactus,
    .ModelContactus .b-modal {
        padding: 50px 20px;
        width: 100%;
        display: block;
        margin: auto;
    }

    .university-program-area .university-program-area-box .inner .read-more-btn {
        width: 100%;
    }
}

.why-choose-box .icon img {
    height: 80px;
    margin: auto;
}

.testimonial-home .testimonial-home-container {
    position: relative;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    box-shadow: var(--shadow-darker);
}

.testimonial-home .testimonial-home-container img {
    border-radius: 10px;
}

.testimonial-home .testimonial-home-container .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-home .testimonial-home-container .content {
    position: absolute;
    bottom: 0;
    right: 10;
}

.testimonial-home .testimonial-home-container .content .title {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

.testimonial-home .testimonial-home-container .content .location {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

.top-disciplines-area {
    padding: 50px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-disciplines-area .w-50-mobile {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .top-disciplines-area .w-50-mobile {
        margin-bottom: 5px;
    }
}

.top-disciplines-area .top-disciplines-grid {
    padding: 15px 15px;
    border-radius: 16px;
    background-color: #fff;
}

.top-disciplines-area .top-disciplines-grid .content .title {
    text-align: center;
    font-weight: 400;
    color: #475467;
    font-size: 15px;
    margin: 0px;
}

@media only screen and (max-width: 767px) {
    .top-disciplines-area .top-disciplines-grid .content .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .top-disciplines-area .top-disciplines-grid {
        padding: 15px 5px;
    }
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 15px !important;
}

.university-details-edmov .main-title-university .title {
    font-size: 23px;
    margin-bottom: 15px;
}

.testimonial-home .testimonial-home-container .content h5,
.testimonial-home .testimonial-home-container .content h6 {
    margin: 0px;
}

.testimonial-home .testimonial-home-container .content {
    bottom: 20px !important;
    left: 20px !important;
}

.swiper-pagination-bullet h3 {
    font-size: 15px;
    font-size: var(--font-size-b1);
    line-height: 1.73;
    line-height: var(--line-height-b1);
    color: #344054;
    color: var(--color-body);
    font-family: "UrbaneRounded", sans-serif;
    font-family: var(--font-primary);
    font-weight: 400;
}

.where-study-title {
    font-size: 30px;
    color: #fff;
    margin: auto;
    display: block;
    padding: 150px 0px 0px;
    text-align: center;
}

@media (max-width: 767px) {
    .where-study-title {
        padding: 100px 0px;
    }
}

.most-read-blog-item {
    border-radius: 16px;
    overflow: hidden;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: no-repeat center center/cover;
    cursor: pointer;
    padding: 32px;
    color: #fff;
}

.most-read-blog-item h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.most-read-blog-item p {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 16px;
}

.most-read-blog-item p p,
.most-read-blog-item p span {
    color: #fff !important;
    font-size: 16px;
}

.most-read-blog-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.font-h4 {
    font-size: 20px;
    font-size: var(--h4);
    line-height: 1.4;
    line-height: var(--h4-lineHeight);
}

.faqs-hero .h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

.faqs-hero .h2 span {
    color: #303DBF;
    font-weight: 700;
}

.faqs-hero p {
    font-weight: 400;
    font-size: 18px;
    color: #475467;
    padding: 0;
    margin: 0;
}

.faqs-topics .h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
}

.faqs-topics .h2 span {
    color: #303DBF;
    font-weight: 700;
}

.faqs-topics .discover_section {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #475467;
    margin: 0;
    padding: 0 100px;
}

@media (max-width: 768px) {
    .faqs-topics .discover_section {
        padding: 0 10px;
    }
}

.topic-card {
    background: #fff;
    border-radius: 8px;
    padding: 36px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.02);
}

.topic-card img {
    height: 64px;
    margin-bottom: 20px;
}

.topic-card h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #000;
    font-size: 19px;
}

.topic-card:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.partners-page .features-box {
    background: #f9fafb;
    text-align: center;
}

.partners-page .features-box h3 {
    color: #303DBF;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
    padding: 0;
}

.partners-page .features-box p {
    font-weight: 300;
    font-size: 20px;
    color: #1D2939;
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .partners-page .features-box p {
        width: 100%;
    }
}

.partners-page .features-box .features {
    background: #f9fafb;
    margin-top: 32px;
}

.partners-page .features-box .features .feature {
    padding: 40px 32px;
    background: #fff;
    border-radius: 16px;
    text-align: left;
    transition: box-shadow 0.3s;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.partners-page .features-box .features .feature img {
    width: 60px;
    height: 60px;
}

.partners-page .features-box .features .feature .title-container {
    height: 56px;
}

.partners-page .features-box .features .feature .title-container h6 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    margin: 0;
    padding: 0;
    transition: color 0.3s;
}

.partners-page .features-box .features .feature:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.partners-page .features-box .features .feature:hover h6 {
    color: #4D9EFF;
}

.partners-page .cta-box {
    background-image: url(/_nuxt/assets/images/partners/cta-partners-bg.svg);
    background-size: cover;
    background-position: center;
}

.partners-page .how-to-box {
    background: #fff;
    padding: 40px 32px;
    border-radius: 16px;
    text-align: left;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.partners-page .how-to-box h6 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.partners-page .how-to-box p {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 25px;
    height: 125px;
}

.partners-page .how-to-box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mainmenu-nav .mainmenu li.has-droupdown>a .lang {
    margin: 0px !important;
}

.university-program-area .university-program-area-box {
    min-height: 440px;
}

.university-search-box .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.most-specialists {
    padding: 32px 0;
}

.most-specialists .custom-card {
    border-radius: 10px;
    overflow: hidden;
    border-width: 0px;
}

.most-specialists .custom-card img {
    padding: 5px;
    border-radius: 10px;
}

.most-specialists h2 {
    font-size: 36px;
    color: #303DBF;
    font-weight: 700;
    padding: 0;
    margin: 0 0 24px;
}

.most-specialists .specialist {
    border-radius: 16px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.04);
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .most-specialists .specialist .specialist-img {
        font-size: 18px;
    }
}

.most-specialists .specialist h6 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    padding: 0;
    margin: 0 0 8px;
}

@media only screen and (max-width: 767px) {
    .most-specialists .specialist h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .university-program-area .actions .btn {
        padding: 5px;
    }
}

.university-program-area .my-application-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.02);
}

.university-program-area .my-application-box .alert {
    border-radius: 10px;
}

.university-program-area .my-application-box span.code {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.university-program-area .my-application-box h5 {
    font-size: 20px;
    padding: 8px 0;
    font-weight: 500;
    margin-bottom: 8px;
}

.university-program-area .my-application-box .university-box {
    display: flex;
    align-items: center;
}

.university-program-area .my-application-box .university-box img {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.university-program-area .my-application-box .university-box span {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #344054;
    font-weight: 500;
}

.university-program-area .my-application-box .info-box {
    padding: 15px 0 20px;
}

.university-program-area .my-application-box .info-box .apply-date {
    width: 100%;
    display: flex;
    align-items: center;
}

.university-program-area .my-application-box .info-box .apply-date img {
    margin-right: 8px;
}

.university-program-area .my-application-box .info-box .apply-date h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #344054;
}

.university-program-area .my-application-box .info-box .apply-date span {
    font-size: 14px;
    color: #6C757D;
    color: #98A2B3;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.university-program-area .my-application-box .info-box .due-date {
    width: 100%;
    display: flex;
    align-items: center;
}

.university-program-area .my-application-box .info-box .due-date img {
    margin-right: 8px;
}

.university-program-area .my-application-box .info-box .due-date h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.university-program-area .my-application-box .info-box .due-date span {
    font-size: 14px;
    color: #6C757D;
    margin: 0;
    padding: 0;
}

.general-dash-stages .stage .title {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 500;
}

.general-dash-stages .stage.active .title {
    cursor: pointer;
    background: #1A5099;
    color: #fff;
}

.pt-0 {
    padding-top: 0px !important;
}

.university-hero {
    padding: 50px 0 0;
}

.university-hero .university-hero-img {
    display: flex;
    align-items: center;
}

.university-hero .university-hero-img .thumbnail img {
    max-width: 100px !important;
    height: 100px !important;
    margin-right: 15px !important;
    border-radius: 0 !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.university-hero .university-hero-img .author-content h1 {
    color: #303DBF;
    color: var(--color-primary);
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-hero .university-hero-img .author-content h1 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .university-hero .university-hero-img .author-content h1 {
        font-size: 25px;
    }
}

.university-hero .university-hero-location .location {
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

.university-hero .university-hero-location .location i {
    margin-right: 10px;
    color: #303DBF;
    font-size: 20px;
}

.university-hero .university-hero-location .location span {
    color: #98A2B3;
    font-size: 16px;
    margin-top: 5px;
}

.university-hero .university-hero-location .btn-apply .btn-lg {
    width: 80%;
    padding: 10px 20px;
    height: 50px;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .university-hero .hero-card-university .col-mobile-50 {
        width: 50% !important;
    }
}

.university-hero .hero-card-university .hero-university-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 24px 15px 24px 15px;
    border-radius: 16px;
    min-height: 200px;
    position: relative;
    z-index: 5;
}

.university-hero .hero-card-university .hero-university-box .content {
    color: #475467;
    display: flex;
    flex-direction: column;
    min-height: 120px;
}

.university-hero .hero-card-university .hero-university-box .content .icon {
    color: #475467;
}

.university-hero .hero-card-university .hero-university-box .content .icon img {
    width: 35px;
}

.university-hero .hero-card-university .hero-university-box .content .title {
    color: #475467;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 20px 0px 0px;
}

.university-hero .hero-card-university .hero-university-box .content p {
    color: #303DBF;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .university-hero .hero-card-university .hero-university-box {
        margin: 10px 0px 0px;
    }
}

.university-hero .university-image-details {
    position: relative;
}

.university-hero .university-image-details .university-img-full img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.university-hero .university-image-details .university-img-full iframe {
    border-radius: 24px;
    width: 100%;
}

.university-hero .university-image-details .hero-card-university {
    position: absolute;
    top: -180px;
    right: 15px;
}

@media only screen and (max-width: 767px) {
    .university-hero .university-image-details .hero-card-university {
        top: auto;
        top: initial;
        right: auto;
        right: initial;
        position: relative;
        display: block;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .university-hero .btn-apply-desktop {
        display: none;
    }
}

.university-hero .btn-apply-mobile {
    display: none;
    width: 100%;
}

.university-hero .btn-apply-mobile a {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .university-hero .btn-apply-mobile {
        display: block;
    }
}

.filters-box {
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 32px;
}

.filters-box .parent-filter-item .head {
    cursor: pointer;
}

.filters-box .parent-filter-item .toggle-icon {
    transform: rotate(0deg);
}

.filters-box .parent-filter-item .filter-items {
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.filters-box .parent-filter-item.active .filter-items {
    display: block;
}

.filters-box .parent-filter-item.active .toggle-icon svg {
    transform: rotate(180deg);
}

.filters-box .parent-filter-item .head {
    position: relative;
}

.filters-box .parent-filter-item .toggle-icon {
    right: 0;
    position: absolute;
    left: auto;
    left: initial;
}

.filter-title {
    font-family: UrbaneRounded, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.university-details-edmov {
    background-color: #F9FAFB;
}

.university-details-edmov .university-hero {
    padding: 50px 0 0;
}

.university-details-edmov .university-hero .university-hero-img {
    display: flex;
    align-items: center;
}

.university-details-edmov .university-hero .university-hero-img .thumbnail img {
    max-width: 100px;
    margin-right: 15px;
    border-radius: 50%;
}

.university-details-edmov .university-hero .university-hero-img .author-content h6 {
    color: #303DBF;
    color: var(--color-primary);
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-details-edmov .university-hero .university-hero-img .author-content h6 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .university-hero-img .author-content h6 {
        font-size: 25px;
    }
}

.university-details-edmov .university-hero .university-hero-location .location {
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

.university-details-edmov .university-hero .university-hero-location .location i {
    margin-right: 10px;
    color: #303DBF;
    font-size: 20px;
}

.university-details-edmov .university-hero .university-hero-location .location span {
    color: #98A2B3;
    font-size: 16px;
    margin-top: 5px;
}

.university-details-edmov .university-hero .university-hero-location .btn-apply .btn-lg {
    width: 80%;
    padding: 10px 20px;
    height: 50px;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .hero-card-university .col-mobile-50 {
        width: 50% !important;
    }
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 24px 15px 24px 15px;
    border-radius: 16px;
    min-height: 200px;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .hero-card-university .hero-university-box {
        margin: 10px 0px 0px;
    }
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content {
    color: #475467;
    display: flex;
    flex-direction: column;
    min-height: 120px;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content .icon {
    color: #475467;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content .icon img {
    width: 35px;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content .title {
    color: #475467;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 20px 0px 0px;
}

.university-details-edmov .university-hero .hero-card-university .hero-university-box .content p {
    color: #303DBF;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

.university-details-edmov .university-hero .university-image-details {
    position: relative;
}

.university-details-edmov .university-hero .university-image-details .university-img-full img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.university-details-edmov .university-hero .university-image-details .university-img-full iframe {
    border-radius: 24px;
    width: 100%;
}

.university-details-edmov .university-hero .university-image-details .hero-card-university {
    position: absolute;
    top: -180px;
    right: 15px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .university-image-details .hero-card-university {
        top: 0px;
        right: auto !important;
        right: initial !important;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .btn-apply-desktop {
        display: none;
    }
}

.university-details-edmov .university-hero .btn-apply-mobile {
    display: none;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-hero .btn-apply-mobile {
        display: block;
    }
}

.university-details-edmov .university-hero .btn-apply-mobile a {
    width: 100%;
}

.university-details-edmov .main-title-university .title,
.university-details-edmov .main-title-university h4,
.university-details-edmov .main-title-university h1,
.university-details-edmov .main-title-university h2 {
    color: #303DBF;
    font-size: 27px;
    font-weight: 400;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {

    .university-details-edmov .main-title-university .title,
    .university-details-edmov .main-title-university h4,
    .university-details-edmov .main-title-university h1,
    .university-details-edmov .main-title-university h2 {
        font-size: 20px !important;
    }
}

.university-details-edmov .about-university-area {
    padding: 0px 0 0;
}

.university-details-edmov .about-university-area .founded-about-university span {
    color: #000;
    font-size: 17px;
}

.university-details-edmov .about-university-area p {
    color: #344054;
    font-size: 15px;
    margin-bottom: 0px;
}

.university-details-edmov .about-university-area .show-more {
    color: #303DBF;
    font-size: 16px;
}

.university-details-edmov .university-features-area {
    margin-top: 50px;
    position: relative;
    padding: 50px 0px 80px;
}

.university-details-edmov .university-features-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #04005C 0%, #303DBF 100%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 0;
}

.university-details-edmov .university-features-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/img/home/bg-112.png") no-repeat right;
    z-index: 1;
}

.university-details-edmov .university-features-area .main-title-university {
    z-index: 2;
    position: relative;
}

.university-details-edmov .university-features-area .main-title-university .title {
    text-align: left;
    color: #fff;
    z-index: 999;
}

.university-details-edmov .university-features-area-tab {
    position: relative;
    margin-top: -50px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-details-edmov .university-features-area-tab .w-50-mobile {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-features-area-tab .w-50-mobile {
        margin-bottom: 5px;
    }
}

.university-details-edmov .university-features-area-tab .university-features-grid {
    z-index: 999;
    padding: 15px 40px 15px 40px;
    border-radius: 16px;
    background-color: #fff;
    margin: 10px 0px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-features-area-tab .university-features-grid {
        padding: 15px 5px;
    }
}

.university-details-edmov .university-features-area-tab .university-features-grid .sub-feature {
    z-index: 999;
}

.university-details-edmov .university-features-area-tab .university-features-grid .content .title {
    text-align: center;
    font-weight: 400;
    color: #475467;
    font-size: 15px;
    margin: 0px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .university-features-area-tab .university-features-grid .content .title {
        font-size: 16px;
    }
}

.university-details-edmov .gallery-area {
    padding: 50px 0 0;
}

.university-details-edmov .gallery-area .gallery-img {
    margin: 0px 0px 25px;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .gallery-area .gallery-img {
        margin: 0px 0px 15px;
    }
}

.university-details-edmov .gallery-area .item-0 {
    width: 100%;
    height: 606px;
}

.university-details-edmov .gallery-area .item-1 {
    width: 100%;
    height: 253px;
}

.university-details-edmov .gallery-area .item-2 {
    width: 100%;
    height: 257px;
}

.university-details-edmov .gallery-area .item-3 {
    width: 100%;
    height: 290px;
}

.university-details-edmov .gallery-area .item-4 {
    width: 100%;
    height: 290px;
}

.university-details-edmov .gallery-area .item-5 {
    width: 100%;
    height: 594px;
}

.university-details-edmov .gallery-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.university-details-edmov .university-program-area {
    padding: 50px 0 0;
}

.university-details-edmov .university-program-area .btn-primary-white {
    background: #f9fafb;
}

.university-details-edmov .address-area {
    padding: 50px 0 0;
}

.university-details-edmov .address-area .address-us-info {
    background-color: #fff;
    border-radius: 16px;
    margin: 0px !important;
}

.university-details-edmov .address-area .address-us-info ul {
    padding: 20px 40px;
    margin-bottom: 10px;
    list-style: none;
}

.university-details-edmov .address-area .address-us-info ul li p {
    font-size: 16px;
    color: #000;
    margin: 0px 0px 10px;
}

.university-details-edmov .accommodation-area {
    padding: 50px 0 0;
}

.university-details-edmov .accommodation-area .accommodation-details-content {
    padding: 16px 40px 16px 40px;
    background: #fff;
}

.university-details-edmov .accommodation-area .accommodation-details-content .title {
    color: #303DBF;
    font-size: 20px;
    font-weight: 400;
}

.university-details-edmov .accommodation-area .accommodation-details-content p {
    font-size: 15px;
}

.university-details-edmov .partner-accommodation-area {
    padding: 20px 0 0;
}

.university-details-edmov .partner-accommodation-area .main-header-partner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 20px;
}

.university-details-edmov .partner-accommodation-area .main-header-partner .title {
    margin-bottom: 5px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program {
    background-color: #fff;
    border-radius: 16px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .thumbnail a img {
    border-radius: 16px 16px 0px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 15px 15px 20px 15px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .title {
    margin-bottom: 0px !important;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 5px 0px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .title {
        font-size: 16px;
    }
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-location {
    line-height: 20px;
    padding: 5px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-location span {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-space {
    line-height: 20px;
    padding: 5px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-space span {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-price {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #303DBF;
    padding: 5px 0px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .content .accommodation-price span {
    font-size: 18px;
}

.university-details-edmov .partner-accommodation-area .accommodation-program .inner .partner-accommodation-box-swiper {
    margin: 0px;
}

.university-details-edmov .program-view-all-btn {
    margin: 30px auto;
}

.university-details-edmov .faq-university-page-area {
    padding: 50px 0 0;
}

.university-details-edmov .similar-university-area-area {
    padding: 50px 0;
}

.university-details-edmov .similar-university-area-area .uni-box-swiper {
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .university-details-edmov .btn {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .university-details-edmov .btn {
        padding: 10px;
    }
}

.widgets {
    padding: 32px 0;
}

.widgets .card-2 {
    background: linear-gradient(90deg, rgb(2, 0, 41) 0%, #303DBF 100%);
}

.widgets .card-3 {
    background: #303DBF;
}

.widgets .yellow-card {
    margin-bottom: 100px;
    width: 121px;
    height: 95px;
}

@media screen and (max-width: 768px) {
    .widgets .yellow-card {
        width: 60px;
        height: 47px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .widgets {
        padding: 24px 0;
    }
}

.widgets .item {
    border-radius: 20px;
    padding: 32px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .widgets .item {
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 16px;
    }
}

.widgets .item h5 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .widgets .item h5 {
        font-size: 20px;
    }
}

.widgets .item.h-1 {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .widgets .item.h-1 {
        height: 105px;
    }
}

.widgets .item.h-2 {
    height: 385px;
}

@media screen and (max-width: 768px) {
    .widgets .item.h-2 {
        height: 220px;
    }
}

.widgets .item.h-3 {
    height: 540px;
}

@media screen and (max-width: 768px) {
    .widgets .item.h-3 {
        height: 340px;
    }
}

.close-model {
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    float: right;
    display: block;
    direction: rtl;
    margin-top: -10px;
}

.sub-submenu-m {
    padding-left: 30px;
    list-style: none !important;
    font-weight: 400;
}

.sub-submenu-m li a {
    font-size: 15px !important;
}

.aa-Panel {
    z-index: 99999 !important;
}

.university-program-area-box-2 .card-body .info-section {
    padding: 15px 0px 10px 0px !important;
}

.university-program-area-box-2 .card-header-box .university-info .university-title a {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
}

@media only screen and (max-width: 767px) {
    .university-hero .university-hero-img .author-content h1 {
        padding: 0px 10px !important;
    }
}

.university-hero .university-hero-img .thumbnail img {
    max-width: 100px !important;
    height: 100px !important;
    margin: 0px 15px !important;
    border-radius: 0 !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.university-details-edmov .university-hero .university-hero-location .location {
    margin: 15px !important;
}

.top-disciplines-area .top-disciplines-grid {
    margin-bottom: 10px;
}

.application-details .university-details img {
    border-radius: 50%;
    height: 50px;
    margin-right: 12px;
    width: 50px !important;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
}

.program-detail-box .main h4,
.program-detail-box .main .title {
    min-width: 0 !important;
    min-width: initial !important;
}

.top-disciplines-area .top-disciplines-grid .content .title {
    text-align: left;
}

.program-detail-box .main {
    min-width: 125px;
}

.search-program-edmov h1 {
    margin-top: 30px;
}

.congratulation-modal {
    padding: 40px 40px;
    min-width: 500px;
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.congratulation-modal img {
    width: 150px;
    margin-bottom: 25px;
}

.congratulation-modal .p-main {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin: 10px 30px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .congratulation-modal .p-main {
        font-size: 25px;
    }
}

.congratulation-modal .p-details {
    font-size: 13px;
    text-align: center;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .search-box .dropdown .btn {
        height: 45px;
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .filters-box {
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .search-box .dropdown .btn {
        height: 50px;
        width: 100%;
    }
}

.hero-sidebar-dashboard {
    background-image: url(/img/home/university_campus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
    border-radius: 20px;
    margin: 0px !important;
}

.hero-sidebar-dashboard h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .hero-sidebar-dashboard h6 {
        width: 100%;
    }
}

.hero-sidebar-dashboard p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}

.hero-sidebar-dashboard .btn {
    background: #fff;
    color: #0900b2;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}

.aa-DetachedSearchButton {
    border-radius: 8px !important;
    padding: 8px 16px 8px 16px !important;
    border: medium none currentcolor !important;
    border: initial !important;
    height: 47px !important;
}

.btn-search-primary {
    border: 1px solid #303DBF;
    border-radius: 8px;
    padding: 8px 20px;
    height: 45px;
}

.aa-DetachedSearchButton {
    height: 47px !important;
}

svg.aa-SubmitIcon {
    display: none !important;
}

.aa-Form {
    border: medium none currentcolor !important;
    border: initial !important;
    border-radius: 8px !important;
    height: 47px !important;
}

.university-program-area .my-application-box h5 {
    min-height: 60px;
    font-size: 16px !important;
}

@media only screen and (max-width: 767px) {

    .h1,
    h1 {
        font-size: 24px !important;
    }
}

.why-choose-box.features-box .content .title {
    font-size: 14px !important;
    margin-top: 5px !important;
}

.dashboard-student .brand-logo {
    margin-top: 50px;
}

.dashboard-student .brand-logo img {
    width: 150px;
}

.dashboard-student .sidebar-item a span {
    color: #475467;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.dashboard-student .sidebar-nav ul {
    padding-left: 0px !important;
}

.dashboard-student .sidebar-nav ul .sidebar-item .sidebar-link {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-student .sidebar-nav ul .sidebar-item .sidebar-link svg.strake path {
    stroke: #475467;
}

.dashboard-student .sidebar-nav ul .sidebar-item .sidebar-link svg.fill path {
    fill: #475467;
}

.dashboard-student .nuxt-link-exact-active {
    color: #fff !important;
    background: #303dbf;
}

.dashboard-student .nuxt-link-exact-active span {
    color: #fff !important;
}

.dashboard-student .nuxt-link-exact-active span svg.strake path {
    stroke: #fff !important;
}

.dashboard-student .nuxt-link-exact-active span svg.fill path {
    fill: #fff !important;
}

.dashboard-student .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background: #303dbf;
}

.dashboard-student .sidebar-nav ul .sidebar-item .sidebar-link:hover span {
    color: #fff;
}

.dashboard-student .sidebar-nav ul .sidebar-item .sidebar-link:hover svg.strake path {
    stroke: #fff;
}

.dashboard-student .sidebar-nav ul .sidebar-item .sidebar-link:hover svg.fill path {
    fill: #fff;
}

.dashboard-student .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active,
.dashboard-student .sidebar-nav ul .sidebar-item.selected>.sidebar-link,
.dashboard-student .sidebar-nav ul .sidebar-item>.sidebar-link.active {
    background-color: #0d6efd;
    background-color: var(--bs-primary);
}

.dashboard-student .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active span,
.dashboard-student .sidebar-nav ul .sidebar-item.selected>.sidebar-link span,
.dashboard-student .sidebar-nav ul .sidebar-item>.sidebar-link.active span {
    color: #fff;
}

.dashboard-student .help-center-sidebar {
    padding: 20px 10px;
    border-radius: 16px;
    background: #F9FAFB;
}

.dashboard-student .unlimited-access-details p,
.dashboard-student .unlimited-access-details h6 {
    margin-bottom: 5px;
}

.dashboard-student .help-center-sidebar-p {
    color: #344054;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 13px;
}

.dashboard-student .help-center-sidebar-button {
    font-size: 14px !important;
    height: 44px;
    border-radius: 8px;
}

.dashboard-student .logout a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-student .left-sidebar .sidebartoggler {
    color: var(--bs-dark-text-emphasis);
    right: 30px;
    position: absolute;
    top: 20px;
}

.dashboard-student .topbar {
    padding-top: 30px;
}

.dashboard-student .hero-sidebar-dashboard {
    margin: 30px 0px 30px;
}

.dashboard-student .hero-sidebar-dashboard .btn-primary {
    background: #303DBF;
    height: 50px;
    border-radius: 16px;
    padding: 14px 0px;
    margin-top: 10px;
}

.dashboard-student .hero-sidebar-dashboard .btn-primary-white {
    background: #fff;
    height: 50px;
    border-radius: 16px;
    padding: 14px 0px;
    border: medium none currentcolor !important;
    border: initial !important;
    margin-top: 10px;
}

.dashboard-student .hero-sidebar-dashboard .btn-primary:hover {
    background: #3c64d7 !important;
}

.dashboard-student .hero-sidebar-dashboard .btn-primary-white:hover {
    background: hsl(229, 44%, 92%) !important;
    color: #303DBF !important;
}

.dashboard-student .title-dashboard-h4 {
    color: #000000 !important;
    font-size: 23px !important;
    font-weight: 500;
    text-align: left;
}

.dashboard-student .navbar-nav-dash {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard-student .topbar {
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-student .topbar {
        padding: 20px 0px;
    }
}

.dashboard-student .welcome-sidebar {
    color: #303DBF !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard-student .welcome-sidebar {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-student .welcome-sidebar {
        font-size: 18px !important;
    }
}

.dashboard-student .topbar-mobile {
    padding: 0px !important;
    margin: 0px !important;
}

.dashboard-student .topbar-mobile .navbar-dash-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    flex-direction: row;
}

.dashboard-student .footer-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 99999;
}

.dashboard-student .footer-mobile nav {
    width: 100%;
}

.dashboard-student .footer-mobile nav ul {
    display: flex;
    margin: 0px;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.dashboard-student .footer-mobile .nuxt-link-exact-active {
    color: #fff !important;
    background: #303dbf;
    padding: 10px;
    height: 42px;
    border-radius: 39px;
}

.dashboard-student .footer-mobile .nuxt-link-exact-active .text-span-footer {
    display: block;
}

.dashboard-student .footer-mobile .sidebar-item a span {
    color: #475467;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    display: flex;
}

.dashboard-student .footer-mobile>svg {
    height: 21px;
}

.dashboard-student .text-span-footer {
    display: none !important;
}

.dashboard-student svg.strake path {
    stroke: #475467;
}

.dashboard-student svg.fill path {
    fill: #475467;
}

.program-features-grid {
    padding: 15px 20px 15px 20px;
    border-radius: 16px;
    background-color: #fff;
    margin: 10px 0px;
}

.program-features-grid a {
    font-weight: 400;
    font-size: 15px;
}

.switcher-profile {
    padding: 4px;
    border-radius: 8px;
    background: #fff;
}

.switcher-profile li {
    margin: 0px;
    margin-right: 20px;
}

.switcher-profile li button span {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #475467;
}

.switcher-profile li button.active {
    padding: 10px;
    border-radius: 8px !important;
    background: #EFF0FB;
}

.switcher-profile li button.active span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #303DBF;
}

.card-setting-profile {
    margin: 30px 0px 40px 0px;
}

.card-setting-profile .card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
    padding: 10px 0px 15px 0px;
}

.card-setting-profile label {
    color: #1D2939;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.card-setting-profile input,
.card-setting-profile select,
.card-setting-profile .input-tel__input {
    padding: 0px 10px;
    border-radius: 8px;
    border: medium none currentcolor;
    border: initial;
    margin: 0px 0px 0px 0px;
    height: 45px;
    font-size: 13px;
    border: 1px solid #EAECF0 !important;
}

.card-setting-profile .vue-phone-number-input {
    margin: 0px 0px 0px 0px;
}

.card-setting-profile .country-selector__input {
    padding: 0px 0px 0px 50px;
    border-right: 1px solid #D0D5DD !important;
}

.card-setting-profile .input-tel__input {
    background-color: #fff;
    margin-left: 0;
    margin-left: initial;
    min-height: 0;
    min-height: initial;
}

.card-setting-profile .form-check-input[type=radio] {
    height: 15px;
    width: 18px;
    padding: 8px 0px;
    margin-top: 5px;
    border: 1px solid #475467;
}

.card-setting-profile input[type=radio]~label {
    padding-left: 10px !important;
}

.switch {
    position: relative;
    display: flex;
}

.switch .form-check-label {
    padding-left: 70px;
    font-size: 16px;
    z-index: 1;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round-switch {
    border-radius: 34px;
    width: 60px;
    cursor: pointer;
}

.card-setting-profile .form-check-label {
    cursor: pointer;
}

.slider.round-switch:before {
    border-radius: 50%;
}

.switch {
    margin: 20px 0px;
}

.country-selector__input.is-disabled .input-tel__input {
    border-color: #e9ecef !important;
    background-color: #e9ecef !important;
}

.country-selector.is-disabled .country-selector__input {
    border-color: #e9ecef !important;
    background-color: #e9ecef !important;
}

#ModalUploadDoc .modal-header.Modelheader {
    border: medium none currentcolor;
    border: initial;
    margin-bottom: -20px;
}

#ModalUploadDoc .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
    height: 12px;
}

#ModalUploadDoc .Modelheader .close {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border: medium none currentcolor;
    border: initial;
    font-size: 25px;
}

#ModalUploadDoc .modal.show .modal-dialog {
    transform: none;
    min-width: 43%;
}

#ModalUploadDoc .modal-content {
    background: #fff !important;
    padding: 10px 20px;
}

#ModalUploadDoc .dropzone.dz-clickable {
    background: #fff !important;
    border: 2px dashed #D2D7DF !important;
}

#ModalUploadDoc .dropzone .dz-preview.dz-image-preview {
    background: white;
    width: 170px;
    height: 170px;
}

#ModalUploadDoc .dropzone .dz-preview .dz-image img {
    display: block;
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

#ModalUploadDoc .vue-dropzone>.dz-preview .dz-details {
    background-color: rgba(134, 134, 134, 0.8);
    border-radius: 16px;
}

.document-section {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 56px;
    padding: 16px 12px 16px 12px;
    gap: 0px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.document-section h4 {
    font-size: 15px;
    font-Weight: 500;
    cursor: pointer;
    margin: 0px;
    text-transform: capitalize;
}

.document-section svg {
    cursor: pointer;
    margin: 10px;
}

.application-area .application-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
}

.application-area .application-header .application-count h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.application-area .application-header .total h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 14px;
    text-align: left;
    color: #667085;
}

.application-area .application-header .total h5 .count {
    font-size: 24px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #000;
}

.application-area .application-body-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px 50px;
}

.application-area .application-body-empty img {
    min-width: 320px;
}

.application-area .application-body-empty h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 30px 0px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .application-area .application-body-empty h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .application-area .application-body-empty h3 {
        font-size: 18px;
    }
}

.application-area .application-body-empty p {
    font-size: 17px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    color: #000;
}

.application-area .application-body-empty p span {
    font-size: 22px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;
    color: #303DBF;
}

.label {
    padding: 6px 16px 6px 16px;
    border-radius: 6px;
    width: 100%;
    display: block;
    margin: 10px 0px 15px;
    font-size: 14px;
    font-weight: 300;
}

.label-warning {
    color: #B54708;
    background: #FEF0C7;
}

.justify-content-flex-end {
    justify-content: flex-end !important;
}

/*! @algolia/autocomplete-theme-classic 1.18.1 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
:root {
    --aa-search-input-height: 44px;
    --aa-input-icon-size: 20px;
    --aa-base-unit: 16;
    --aa-spacing-factor: 1;
    --aa-spacing: calc(var(--aa-base-unit)*var(--aa-spacing-factor)*1px);
    --aa-spacing-half: calc(var(--aa-spacing)/2);
    --aa-panel-max-height: 650px;
    --aa-base-z-index: 9999;
    --aa-font-size: calc(var(--aa-base-unit)*1px);
    --aa-font-family: inherit;
    --aa-font-weight-medium: 500;
    --aa-font-weight-semibold: 600;
    --aa-font-weight-bold: 700;
    --aa-icon-size: 20px;
    --aa-icon-stroke-width: 1.6;
    --aa-icon-color-rgb: 119, 119, 163;
    --aa-icon-color-alpha: 1;
    --aa-action-icon-size: 20px;
    --aa-text-color-rgb: 38, 38, 39;
    --aa-text-color-alpha: 1;
    --aa-primary-color-rgb: 62, 52, 211;
    --aa-primary-color-alpha: 0.2;
    --aa-muted-color-rgb: 128, 126, 163;
    --aa-muted-color-alpha: 0.6;
    --aa-panel-border-color-rgb: 128, 126, 163;
    --aa-panel-border-color-alpha: 0.3;
    --aa-input-border-color-rgb: 128, 126, 163;
    --aa-input-border-color-alpha: 0.8;
    --aa-background-color-rgb: 255, 255, 255;
    --aa-background-color-alpha: 1;
    --aa-input-background-color-rgb: 255, 255, 255;
    --aa-input-background-color-alpha: 1;
    --aa-selected-color-rgb: 179, 173, 214;
    --aa-selected-color-alpha: 0.205;
    --aa-description-highlight-background-color-rgb: 245, 223, 77;
    --aa-description-highlight-background-color-alpha: 0.5;
    --aa-detached-media-query: (max-width:680px);
    --aa-detached-modal-media-query: (min-width:680px);
    --aa-detached-modal-max-width: 680px;
    --aa-detached-modal-max-height: 500px;
    --aa-overlay-color-rgb: 115, 114, 129;
    --aa-overlay-color-alpha: 0.4;
    --aa-panel-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    --aa-scrollbar-width: 13px;
    --aa-scrollbar-track-background-color-rgb: 234, 234, 234;
    --aa-scrollbar-track-background-color-alpha: 1;
    --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
    --aa-scrollbar-thumb-background-color-alpha: 1;
}

@media (hover: none) and (pointer: coarse) {
    :root {
        --aa-spacing-factor: 1.2;
        --aa-action-icon-size: 22px;
    }
}

body.dark, body[data-theme=dark] {
    --aa-text-color-rgb: 183, 192, 199;
    --aa-primary-color-rgb: 146, 138, 255;
    --aa-muted-color-rgb: 146, 138, 255;
    --aa-input-background-color-rgb: 0, 3, 9;
    --aa-background-color-rgb: 21, 24, 42;
    --aa-selected-color-rgb: 146, 138, 255;
    --aa-selected-color-alpha: 0.25;
    --aa-description-highlight-background-color-rgb: 0 255 255;
    --aa-description-highlight-background-color-alpha: 0.25;
    --aa-icon-color-rgb: 119, 119, 163;
    --aa-panel-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
    --aa-scrollbar-track-background-color-rgb: 44, 46, 64;
    --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
}

.aa-Autocomplete *, .aa-DetachedFormContainer *, .aa-Panel * {
    box-sizing: border-box;
}

.aa-Autocomplete, .aa-DetachedFormContainer, .aa-Panel {
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-family: inherit;
    font-family: var(--aa-font-family);
    font-size: 16px;
    font-size: calc(16*1px);
    font-size: var(--aa-font-size);
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
}

.aa-Form {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
    border: 1px solid rgba(128, 126, 163, 0.8);
    border: 1px solid rgba(128, 126, 163, 0.8);
    border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
    border-radius: 3px;
    display: flex;
    line-height: 1em;
    margin: 0;
    position: relative;
    width: 100%;
}

.aa-Form:focus-within {
    border-color: rgba(62, 52, 211, 1);
    border-color: rgba(62, 52, 211, 1);
    border-color: rgba(var(--aa-primary-color-rgb), 1);
    box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 2px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
    box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 2px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
    box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
    outline: medium none currentColor;
}

.aa-InputWrapperPrefix {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    height: var(--aa-search-input-height);
    order: 1;
}

.aa-Label, .aa-LoadingIndicator {
    cursor: auto;
    flex-shrink: 0;
    height: 100%;
    padding: 0;
    text-align: left;
}

.aa-Label svg, .aa-LoadingIndicator svg {
    color: rgba(62, 52, 211, 1);
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
    height: auto;
    max-height: 20px;
    max-height: var(--aa-input-icon-size);
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    width: 20px;
    width: var(--aa-input-icon-size);
}

.aa-LoadingIndicator, .aa-SubmitButton {
    height: 100%;
    padding-left: 11px;
    padding-left: 11px;
    padding-left: calc(calc(16*1*1px) * 0.75 - 1px);
    padding-left: calc(var(--aa-spacing) * 0.75 - 1px);
    padding-right: 8px;
    padding-right: 8px;
    padding-right: calc(calc(16*1*1px)/2);
    padding-right: var(--aa-spacing-half);
    width: 47px;
    width: 47px;
    width: calc(calc(16*1*1px) * 1.75 + 20px - 1px);
    width: calc(var(--aa-spacing) * 1.75 + var(--aa-icon-size) - 1px);
}

@media (hover: none) and (pointer: coarse) {
    .aa-LoadingIndicator, .aa-SubmitButton {
        padding-left: 3px;
        padding-left: 3px;
        padding-left: calc(calc(calc(16*1*1px)/2) / 2 - 1px);
        padding-left: calc(var(--aa-spacing-half) / 2 - 1px);
        width: 39px;
        width: 39px;
        width: calc(20px + calc(16*1*1px) * 1.25 - 1px);
        width: calc(var(--aa-icon-size) + var(--aa-spacing) * 1.25 - 1px);
    }
}

.aa-SubmitButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    margin: 0;
}

.aa-LoadingIndicator {
    align-items: center;
    display: flex;
    justify-content: center;
}

.aa-LoadingIndicator[hidden] {
    display: none;
}

.aa-InputWrapper {
    order: 3;
    position: relative;
    width: 100%;
}

.aa-Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font: inherit;
    height: 44px;
    height: var(--aa-search-input-height);
    padding: 0;
    width: 100%;
}

.aa-Input::-moz-placeholder {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    opacity: 1;
}

.aa-Input::placeholder {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    opacity: 1;
}

.aa-Input:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
}

.aa-Input::-webkit-search-cancel-button, .aa-Input::-webkit-search-decoration, .aa-Input::-webkit-search-results-button, .aa-Input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.aa-InputWrapperSuffix {
    align-items: center;
    display: flex;
    height: 44px;
    height: var(--aa-search-input-height);
    order: 4;
}

.aa-ClearButton {
    align-items: center;
    background: none;
    border: 0;
    color: rgba(128, 126, 163, 0.6);
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0 12.83328px;
    padding: 0 12.83328px;
    padding: 0 calc(calc(16*1*1px) * 0.83333 - 0.5px);
    padding: 0 calc(var(--aa-spacing) * 0.83333 - 0.5px);
}

@media (hover: none) and (pointer: coarse) {
    .aa-ClearButton {
        padding: 0 10.16672px;
        padding: 0 10.16672px;
        padding: 0 calc(calc(16*1*1px) * 0.66667 - 0.5px);
        padding: 0 calc(var(--aa-spacing) * 0.66667 - 0.5px);
    }
}

.aa-ClearButton:focus, .aa-ClearButton:hover {
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
}

.aa-ClearButton[hidden] {
    display: none;
}

.aa-ClearButton svg {
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    width: 20px;
    width: var(--aa-icon-size);
}

.aa-Panel {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: 4px;
    border-radius: 4px;
    border-radius: calc(calc(16*1*1px) / 4);
    border-radius: calc(var(--aa-spacing) / 4);
    box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    box-shadow: var(--aa-panel-shadow);
    margin: 8px 0 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 0.2s ease-in, filter 0.2s ease-in;
}

@media screen and (prefers-reduced-motion) {
    .aa-Panel {
        transition: none;
    }
}

.aa-Panel button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.aa-PanelLayout {
    height: 100%;
    margin: 0;
    max-height: 650px;
    max-height: var(--aa-panel-max-height);
    overflow-y: auto;
    padding: 0;
    position: relative;
    text-align: left;
}

.aa-PanelLayoutColumns--twoGolden {
    display: grid;
    grid-template-columns: 39.2% auto;
    overflow: hidden;
    padding: 0;
}

.aa-PanelLayoutColumns--two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    padding: 0;
}

.aa-PanelLayoutColumns--three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    padding: 0;
}

.aa-Panel--stalled .aa-Source {
    filter: grayscale(1);
    opacity: 0.8;
}

.aa-Panel--scrollable {
    margin: 0;
    max-height: 650px;
    max-height: var(--aa-panel-max-height);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px;
    padding: 8px;
    padding: calc(calc(16*1*1px)/2);
    padding: var(--aa-spacing-half);
    scrollbar-color: rgba(255, 255, 255, 1) rgba(234, 234, 234, 1);
    scrollbar-color: rgba(255, 255, 255, 1) rgba(234, 234, 234, 1);
    scrollbar-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
    scrollbar-width: thin;
}

.aa-Panel--scrollable::-webkit-scrollbar {
    width: 13px;
    width: var(--aa-scrollbar-width);
}

.aa-Panel--scrollable::-webkit-scrollbar-track {
    background-color: rgba(234, 234, 234, 1);
    background-color: rgba(234, 234, 234, 1);
    background-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
}

.aa-Panel--scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha));
    border-radius: 9999px;
    border: 3px solid rgba(234, 234, 234, 1);
    border: 3px solid rgba(234, 234, 234, 1);
    border: 3px solid rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
    border-right-width: 2px;
}

.aa-Source {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.aa-Source:empty {
    display: none;
}

.aa-SourceNoResults {
    font-size: 1em;
    margin: 0;
    padding: 16px;
    padding: calc(16*1*1px);
    padding: var(--aa-spacing);
}

.aa-List {
    list-style: none;
    margin: 0;
}

.aa-List, .aa-SourceHeader {
    padding: 0;
    position: relative;
}

.aa-SourceHeader {
    margin: 8px 0.5em 8px 0;
    margin: 8px 0.5em 8px 0;
    margin: calc(calc(16*1*1px)/2) 0.5em calc(calc(16*1*1px)/2) 0;
    margin: var(--aa-spacing-half) 0.5em var(--aa-spacing-half) 0;
}

.aa-SourceHeader:empty {
    display: none;
}

.aa-SourceHeaderTitle {
    background: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    color: rgba(62, 52, 211, 1);
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    font-weight: var(--aa-font-weight-semibold);
    margin: 0;
    padding: 0 8px 0 0;
    padding: 0 8px 0 0;
    padding: 0 calc(calc(16*1*1px)/2) 0 0;
    padding: 0 var(--aa-spacing-half) 0 0;
    position: relative;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
}

.aa-SourceHeaderLine {
    border-bottom: 1px solid rgba(62, 52, 211, 1);
    border-bottom: 1px solid rgba(62, 52, 211, 1);
    border-bottom: 1px solid rgba(var(--aa-primary-color-rgb), 1);
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    opacity: 0.3;
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
    top: 8px;
    top: calc(calc(16*1*1px)/2);
    top: var(--aa-spacing-half);
    z-index: 9998;
    z-index: calc(9999 - 1);
    z-index: calc(var(--aa-base-z-index) - 1);
}

.aa-SourceFooterSeeAll {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(128, 126, 163, 0.14));
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(128, 126, 163, 0.14));
    background: linear-gradient(180deg, rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha)), rgba(128, 126, 163, 0.14));
    border: 1px solid rgba(128, 126, 163, 0.6);
    border: 1px solid rgba(128, 126, 163, 0.6);
    border: 1px solid rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    border-radius: 5px;
    box-shadow: inset 0 0 2px #fff, 0 2px 2px -1px rgba(76, 69, 88, 0.15);
    color: inherit;
    font-size: 0.95em;
    font-weight: 500;
    font-weight: var(--aa-font-weight-medium);
    padding: 0.475em 1em 0.6em;
    -webkit-text-decoration: none;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.aa-SourceFooterSeeAll:focus, .aa-SourceFooterSeeAll:hover {
    border: 1px solid rgba(62, 52, 211, 1);
    border: 1px solid rgba(62, 52, 211, 1);
    border: 1px solid rgba(var(--aa-primary-color-rgb), 1);
    color: rgba(62, 52, 211, 1);
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
}

.aa-Item {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    min-height: 40px;
    min-height: 40px;
    min-height: calc(calc(16*1*1px) * 2.5);
    min-height: calc(var(--aa-spacing) * 2.5);
    padding: 4px;
    padding: 4px;
    padding: calc(calc(calc(16*1*1px)/2) / 2);
    padding: calc(var(--aa-spacing-half) / 2);
}

.aa-Item[aria-selected=true] {
    background-color: rgba(179, 173, 214, 0.205);
    background-color: rgba(179, 173, 214, 0.205);
    background-color: rgba(var(--aa-selected-color-rgb), var(--aa-selected-color-alpha));
}

.aa-Item[aria-selected=true] .aa-ActiveOnly, .aa-Item[aria-selected=true] .aa-ItemActionButton {
    visibility: visible;
}

.aa-ItemIcon {
    align-items: center;
    background: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    color: rgba(119, 119, 163, 1);
    color: rgba(119, 119, 163, 1);
    color: rgba(var(--aa-icon-color-rgb), var(--aa-icon-color-alpha));
    display: flex;
    flex-shrink: 0;
    font-size: 0.7em;
    height: 28px;
    height: 28px;
    height: calc(20px + calc(calc(16*1*1px)/2));
    height: calc(var(--aa-icon-size) + var(--aa-spacing-half));
    justify-content: center;
    overflow: hidden;
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    text-align: center;
    width: 28px;
    width: 28px;
    width: calc(20px + calc(calc(16*1*1px)/2));
    width: calc(var(--aa-icon-size) + var(--aa-spacing-half));
}

.aa-ItemIcon img {
    height: auto;
    max-height: 20px;
    max-height: 20px;
    max-height: calc(20px + calc(calc(16*1*1px)/2) - 8px);
    max-height: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
    max-width: 20px;
    max-width: 20px;
    max-width: calc(20px + calc(calc(16*1*1px)/2) - 8px);
    max-width: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
    width: auto;
}

.aa-ItemIcon svg {
    height: 20px;
    height: var(--aa-icon-size);
    width: 20px;
    width: var(--aa-icon-size);
}

.aa-ItemIcon--alignTop {
    align-self: flex-start;
}

.aa-ItemIcon--noBorder {
    background: none;
    box-shadow: none;
}

.aa-ItemIcon--picture {
    height: 96px;
    width: 96px;
}

.aa-ItemIcon--picture img {
    max-height: 100%;
    max-width: 100%;
    padding: 8px;
    padding: 8px;
    padding: calc(calc(16*1*1px)/2);
    padding: var(--aa-spacing-half);
}

.aa-ItemContent {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 8px;
    gap: 8px;
    grid-gap: 8px;
    grid-gap: 8px;
    grid-gap: calc(calc(16*1*1px)/2);
    grid-gap: var(--aa-spacing-half);
    gap: calc(calc(16*1*1px)/2);
    gap: var(--aa-spacing-half);
    grid-auto-flow: column;
    line-height: 1.25em;
    overflow: hidden;
}

.aa-ItemContent:empty {
    display: none;
}

.aa-ItemContent mark {
    background: none;
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-style: normal;
    font-weight: 700;
    font-weight: var(--aa-font-weight-bold);
}

.aa-ItemContent--dual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.aa-ItemContent--dual .aa-ItemContentSubtitle, .aa-ItemContent--dual .aa-ItemContentTitle {
    display: block;
}

.aa-ItemContent--indented {
    padding-left: 36px;
    padding-left: 36px;
    padding-left: calc(20px + calc(16*1*1px));
    padding-left: calc(var(--aa-icon-size) + var(--aa-spacing));
}

.aa-ItemContentBody {
    display: grid;
    gap: 4px;
    gap: 4px;
    grid-gap: 4px;
    grid-gap: 4px;
    grid-gap: calc(calc(calc(16*1*1px)/2) / 2);
    grid-gap: calc(var(--aa-spacing-half) / 2);
    gap: calc(calc(calc(16*1*1px)/2) / 2);
    gap: calc(var(--aa-spacing-half) / 2);
}

.aa-ItemContentTitle {
    display: inline-block;
    margin: 0 0.5em 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aa-ItemContentSubtitle {
    font-size: 0.92em;
}

.aa-ItemContentSubtitleIcon:before {
    border-color: rgba(128, 126, 163, 0.64);
    border-color: rgba(128, 126, 163, 0.64);
    border-color: rgba(var(--aa-muted-color-rgb), 0.64);
    border-style: solid;
    content: "";
    display: inline-block;
    left: 1px;
    position: relative;
    top: -3px;
}

.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before {
    border-width: 0 0 1.5px;
    margin-left: 8px;
    margin-left: 8px;
    margin-left: calc(calc(16*1*1px)/2);
    margin-left: var(--aa-spacing-half);
    margin-right: 4px;
    margin-right: 4px;
    margin-right: calc(calc(calc(16*1*1px)/2) / 2);
    margin-right: calc(var(--aa-spacing-half) / 2);
    width: 10px;
    width: 10px;
    width: calc(calc(calc(16*1*1px)/2) + 2px);
    width: calc(var(--aa-spacing-half) + 2px);
}

.aa-ItemContentSubtitle--standalone {
    align-items: center;
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    display: grid;
    gap: 8px;
    gap: 8px;
    grid-gap: 8px;
    grid-gap: 8px;
    grid-gap: calc(calc(16*1*1px)/2);
    grid-gap: var(--aa-spacing-half);
    gap: calc(calc(16*1*1px)/2);
    gap: var(--aa-spacing-half);
    grid-auto-flow: column;
    justify-content: start;
}

.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before {
    border-radius: 0 0 0 3px;
    border-width: 0 0 1.5px 1.5px;
    height: 8px;
    height: 8px;
    height: calc(calc(16*1*1px)/2);
    height: var(--aa-spacing-half);
    width: 8px;
    width: 8px;
    width: calc(calc(16*1*1px)/2);
    width: var(--aa-spacing-half);
}

.aa-ItemContentSubtitleCategory {
    color: rgba(128, 126, 163, 1);
    color: rgba(128, 126, 163, 1);
    color: rgba(var(--aa-muted-color-rgb), 1);
    font-weight: 500;
}

.aa-ItemContentDescription {
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-size: 0.85em;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.aa-ItemContentDescription:empty {
    display: none;
}

.aa-ItemContentDescription mark {
    background: rgba(245, 223, 77, 0.5);
    background: rgba(245, 223, 77, 0.5);
    background: rgba(var(--aa-description-highlight-background-color-rgb), var(--aa-description-highlight-background-color-alpha));
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-style: normal;
    font-weight: 500;
    font-weight: var(--aa-font-weight-medium);
}

.aa-ItemContentDash {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    display: none;
    opacity: 0.4;
}

.aa-ItemContentTag {
    background-color: rgba(62, 52, 211, 0.2);
    background-color: rgba(62, 52, 211, 0.2);
    background-color: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha));
    border-radius: 3px;
    margin: 0 0.4em 0 0;
    padding: 0.08em 0.3em;
}

.aa-ItemLink, .aa-ItemWrapper {
    align-items: center;
    color: inherit;
    display: grid;
    gap: 4px;
    gap: 4px;
    grid-gap: 4px;
    grid-gap: 4px;
    grid-gap: calc(calc(calc(16*1*1px)/2) / 2);
    grid-gap: calc(var(--aa-spacing-half) / 2);
    gap: calc(calc(calc(16*1*1px)/2) / 2);
    gap: calc(var(--aa-spacing-half) / 2);
    grid-auto-flow: column;
    justify-content: space-between;
    width: 100%;
}

.aa-ItemLink {
    color: inherit;
    -webkit-text-decoration: none;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.aa-ItemActions {
    display: grid;
    grid-auto-flow: column;
    height: 100%;
    justify-self: end;
    margin: 0 -5.3333333333px;
    margin: 0 -5.3333333333px;
    margin: 0 calc(calc(16*1*1px) / -3);
    margin: 0 calc(var(--aa-spacing) / -3);
    padding: 0 2px 0 0;
}

.aa-ItemActionButton {
    align-items: center;
    background: none;
    border: 0;
    color: rgba(128, 126, 163, 0.6);
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    padding: 0;
}

.aa-ItemActionButton:focus svg, .aa-ItemActionButton:hover svg {
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
}

@media (hover: none) and (pointer: coarse) {
    .aa-ItemActionButton:focus svg, .aa-ItemActionButton:hover svg {
        color: inherit;
    }
}

.aa-ItemActionButton svg {
    color: rgba(128, 126, 163, 0.6);
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    margin: 0;
    margin: 5.3333333333px;
    margin: calc(calc(16*1*1px) / 3);
    margin: calc(var(--aa-spacing) / 3);
    stroke-width: 1.6;
    stroke-width: var(--aa-icon-stroke-width);
    width: 20px;
    width: var(--aa-action-icon-size);
}

.aa-ActiveOnly {
    visibility: hidden;
}

.aa-PanelHeader {
    align-items: center;
    background: rgba(62, 52, 211, 1);
    background: rgba(62, 52, 211, 1);
    background: rgba(var(--aa-primary-color-rgb), 1);
    color: #fff;
    display: grid;
    height: var(--aa-modal-header-height);
    margin: 0;
    padding: 8px 16px;
    padding: 8px 16px;
    padding: calc(calc(16*1*1px)/2) calc(16*1*1px);
    padding: var(--aa-spacing-half) var(--aa-spacing);
    position: relative;
}

.aa-PanelHeader:after {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
    bottom: -8px;
    bottom: -8px;
    bottom: calc(calc(calc(16*1*1px)/2) * -1);
    bottom: calc(var(--aa-spacing-half) * -1);
    content: "";
    height: 8px;
    height: 8px;
    height: calc(calc(16*1*1px)/2);
    height: var(--aa-spacing-half);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
}

.aa-PanelFooter {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    box-shadow: inset 0 1px 0 rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 1px 0 rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 16px;
    padding: calc(16*1*1px);
    padding: var(--aa-spacing);
    position: relative;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
}

.aa-PanelFooter:after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(128, 126, 163, 0.6));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(128, 126, 163, 0.6));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha)));
    content: "";
    height: 16px;
    height: calc(16*1*1px);
    height: var(--aa-spacing);
    left: 0;
    opacity: 0.12;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -16px;
    top: -16px;
    top: calc(calc(16*1*1px) * -1);
    top: calc(var(--aa-spacing) * -1);
    z-index: 9998;
    z-index: calc(9999 - 1);
    z-index: calc(var(--aa-base-z-index) - 1);
}

.aa-DetachedContainer {
    background: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    bottom: 0;
    box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    box-shadow: var(--aa-panel-shadow);
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
}

.aa-DetachedContainer:after {
    height: 32px;
}

.aa-DetachedContainer .aa-SourceHeader {
    margin: 8px 0 8px 2px;
    margin: 8px 0 8px 2px;
    margin: calc(calc(16*1*1px)/2) 0 calc(calc(16*1*1px)/2) 2px;
    margin: var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px;
}

.aa-DetachedContainer .aa-Panel {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: 0;
    box-shadow: none;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

.aa-DetachedContainer .aa-PanelLayout {
    bottom: 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    max-height: none;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.aa-DetachedFormContainer {
    border-bottom: 1px solid rgba(128, 126, 163, 0.3);
    border-bottom: 1px solid rgba(128, 126, 163, 0.3);
    border-bottom: 1px solid rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 8px;
    padding: 8px;
    padding: calc(calc(16*1*1px)/2);
    padding: var(--aa-spacing-half);
}

.aa-DetachedCancelButton {
    background: none;
    border: 0;
    border-radius: 3px;
    color: inherit;
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    cursor: pointer;
    font: inherit;
    margin: 0 0 0 8px;
    margin: 0 0 0 8px;
    margin: 0 0 0 calc(calc(16*1*1px)/2);
    margin: 0 0 0 var(--aa-spacing-half);
    padding: 0 8px;
    padding: 0 8px;
    padding: 0 calc(calc(16*1*1px)/2);
    padding: 0 var(--aa-spacing-half);
}

.aa-DetachedCancelButton:focus, .aa-DetachedCancelButton:hover {
    box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
    box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
}

.aa-DetachedContainer--modal {
    border-radius: 6px;
    bottom: inherit;
    height: auto;
    margin: 0 auto;
    max-width: 680px;
    max-width: var(--aa-detached-modal-max-width);
    position: absolute;
    top: 3%;
}

.aa-DetachedContainer--modal .aa-PanelLayout {
    max-height: 500px;
    max-height: var(--aa-detached-modal-max-height);
    padding-bottom: 8px;
    padding-bottom: 8px;
    padding-bottom: calc(calc(16*1*1px)/2);
    padding-bottom: var(--aa-spacing-half);
    position: static;
}

.aa-DetachedContainer--modal .aa-PanelLayout:empty {
    display: none;
}

.aa-DetachedSearchButton {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
    border: 1px solid rgba(128, 126, 163, 0.8);
    border: 1px solid rgba(128, 126, 163, 0.8);
    border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
    border-radius: 3px;
    color: rgba(128, 126, 163, 0.6);
    color: rgba(128, 126, 163, 0.6);
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    font: inherit;
    font-family: inherit;
    font-family: var(--aa-font-family);
    font-size: 16px;
    font-size: calc(16*1px);
    font-size: var(--aa-font-size);
    height: 44px;
    height: var(--aa-search-input-height);
    margin: 0;
    padding: 0 5.5px;
    padding: 0 calc(44px / 8);
    padding: 0 calc(var(--aa-search-input-height) / 8);
    position: relative;
    text-align: left;
    width: 100%;
}

.aa-DetachedSearchButton:focus {
    border-color: rgba(62, 52, 211, 1);
    border-color: rgba(62, 52, 211, 1);
    border-color: rgba(var(--aa-primary-color-rgb), 1);
    box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 3px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
    box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 3px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
    box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 3px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
    outline: medium none currentColor;
}

.aa-DetachedSearchButtonIcon {
    align-items: center;
    color: rgba(62, 52, 211, 1);
    color: rgba(62, 52, 211, 1);
    color: rgba(var(--aa-primary-color-rgb), 1);
    cursor: auto;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    width: 36px;
    width: 36px;
    width: calc(20px + calc(16*1*1px));
    width: calc(var(--aa-icon-size) + var(--aa-spacing));
}

.aa-DetachedSearchButtonQuery {
    color: rgba(38, 38, 39, 1);
    color: rgba(38, 38, 39, 1);
    color: rgba(var(--aa-text-color-rgb), 1);
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aa-DetachedSearchButtonPlaceholder[hidden] {
    display: none;
}

.aa-Detached {
    height: 100vh;
    overflow: hidden;
}

.aa-DetachedOverlay {
    background-color: rgba(115, 114, 129, 0.4);
    background-color: rgba(115, 114, 129, 0.4);
    background-color: rgba(var(--aa-overlay-color-rgb), var(--aa-overlay-color-alpha));
    height: 100vh;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    z-index: calc(9999 - 1);
    z-index: calc(var(--aa-base-z-index) - 1);
}

.aa-GradientBottom, .aa-GradientTop {
    height: 8px;
    height: 8px;
    height: calc(calc(16*1*1px)/2);
    height: var(--aa-spacing-half);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    z-index: var(--aa-base-z-index);
}

.aa-GradientTop {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
    top: 0;
}

.aa-GradientBottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-background-color-rgb), 1));
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: calc(calc(16*1*1px) / 4);
    border-bottom-left-radius: calc(var(--aa-spacing) / 4);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: calc(calc(16*1*1px) / 4);
    border-bottom-right-radius: calc(var(--aa-spacing) / 4);
    bottom: 0;
}

@media (hover: none) and (pointer: coarse) {
    .aa-DesktopOnly {
        display: none;
    }
}

@media (hover: hover) {
    .aa-TouchOnly {
        display: none;
    }
}

/*-------------------------
    Variables
-------------------------*/
[data-v-d016ef08]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.failed-stage[data-v-d016ef08] {
    text-align: center;
}

.failed-stage h5[data-v-d016ef08] {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.failed-stage p[data-v-d016ef08] {
    font-weight: 300;
    font-size: 16px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-23f6f4a0]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.initial_applied[data-v-23f6f4a0] {
    text-align: center;
}

.initial_applied h5[data-v-23f6f4a0] {
    font-size: 20px;
}

.initial_applied p[data-v-23f6f4a0] {
    font-size: 16px;
}

.university-program-area .my-application-box .university-box img {
    width: auto !important;
    width: initial !important;
    height: 40px;
    border-radius: 50%;
}

.alert {
    position: relative;
    padding: 10px;
    margin-bottom: 1rem;
    border: medium none currentcolor;
    border: initial;
    border-radius: 6px !important;
    font-size: 13px;
}

.university-program-area .my-application-box span.code {
    min-height: 24px;
}


/*-------------------------
    Variables
-------------------------*/
[data-v-257a98b0]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.actions button[data-v-257a98b0], .actions a[data-v-257a98b0] {
    width: 50%;
    margin: 0px 5px;
}

@media only screen and (max-width: 767px) {
    .actions button[data-v-257a98b0], .actions a[data-v-257a98b0] {
        margin: 5px 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .actions[data-v-257a98b0] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.university-program-area .my-application-box .university-box img {
    width: auto !important;
    width: initial !important;
    height: 40px;
    border-radius: 50%;
}

.alert {
    position: relative;
    padding: 10px;
    margin-bottom: 1rem;
    border: medium none currentcolor;
    border: initial;
    border-radius: 6px !important;
    font-size: 13px;
}

.university-program-area .my-application-box span.code {
    min-height: 24px;
}


/*-------------------------
    Variables
-------------------------*/
[data-v-2c2396c5]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.actions button[data-v-2c2396c5], .actions a[data-v-2c2396c5] {
    width: 50%;
    margin: 0px 5px;
}

@media only screen and (max-width: 767px) {
    .actions button[data-v-2c2396c5], .actions a[data-v-2c2396c5] {
        margin: 5px 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .actions[data-v-2c2396c5] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.modal-content {
    box-shadow: none;
    box-shadow: initial;
    max-width: 470px;
}


.modal-content {
    box-shadow: none;
    box-shadow: initial;
    max-width: 470px;
}

.vue-dropzone {
    border: 1px solid #c0c4e2;
    font-family: Arial, sans-serif;
    letter-spacing: .2px;
    transition: .2s linear;
    height: 140px !important;
    border-radius: 6px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-a35d1d86]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.apply-modal[data-v-a35d1d86] {
    padding: 20px;
    text-align: center;
}

.apply-modal h5[data-v-a35d1d86], .apply-modal p[data-v-a35d1d86] {
    text-align: center !important;
}

.apply-modal h5[data-v-a35d1d86] {
    font-weight: 600;
    font-size: 20px !important;
}

.apply-modal p[data-v-a35d1d86] {
    font-size: 16px !important;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-156f12da]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.download-file-button[data-v-156f12da] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    margin-bottom: 50px;
}

.download-file-button span[data-v-156f12da] {
    font-size: 16px;
}

.download-file-button[data-v-156f12da]:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.label-file[data-v-156f12da] {
    font-size: 16px;
}

.upload-documents[data-v-156f12da] {
    margin-bottom: 100px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-608bdf24]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.download-file-button[data-v-608bdf24] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    margin-bottom: 50px;
}

.download-file-button span[data-v-608bdf24] {
    font-size: 16px;
}

.download-file-button[data-v-608bdf24]:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.label-file[data-v-608bdf24] {
    font-size: 16px;
    margin-top: 53px;
}

.upload-documents[data-v-608bdf24] {
    margin-bottom: 100px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-d2d73eec]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.email[data-v-d2d73eec] {
    background: #fff;
    padding: 18px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    width: 74%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.email .email-title[data-v-d2d73eec] {
    padding: 4px 10px;
    background: #f9fafb;
    border-radius: 8px;
    color: #344054;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.email h6[data-v-d2d73eec] {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 4px;
}

.email p[data-v-d2d73eec] {
    color: #6e7a8a;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.email[data-v-d2d73eec]:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}

/*-------------------------
    Variables
-------------------------*/
[data-v-04397ffa]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.upload-documents-btn[data-v-04397ffa] {
    background: #fff;
    border-radius: 16px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

.upload-documents-btn span[data-v-04397ffa] {
    font-size: 14px;
    font-weight: 600;
}

.upload-documents-btn span.text-danger[data-v-04397ffa] {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

.upload-documents-btn button[data-v-04397ffa] {
    background: #fff;
    border: medium none currentcolor;
    border: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 0;
    border-radius: initial;
}

.upload-documents-btn button.error[data-v-04397ffa] {
    border-color: #f00;
}

.upload-documents-btn button.error svg path[data-v-04397ffa] {
    fill: #f00;
}

.nav-link.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.notification-item {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: #000;
}

.notification-dropdown-width .customdropdown.show {
    display: block;
    border-radius: 24px !important;
    min-width: 400px !important;
}

.customdropdown .time {
    color: #475467;
    text-align: left;
    padding-left: 10px;
    margin: 0px;
}

.customdropdown h3 {

    font-size: 17px;
    margin-bottom: 0px;
}

.customdropdown svg {
    background: #303DBF;
    width: 200px;
    height: 60px;
    border-radius: 50%;
    padding: 9px;
}

.customdropdown p {
    text-align: left;
    padding-left: 10px;
    margin: 0px;
}


.sidebar-item {
    cursor: pointer;
}

.logo-img {
    background: none !important;
}


.rotate-180 {
    transform: rotate(180deg);
}

/*-------------------------
    Variables
-------------------------*/
[data-v-2a1f79a0]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.document-section.disabled .upload-btn[data-v-2a1f79a0] {
    opacity: 0.5;
    cursor: not-allowed;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-220a3ab2]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.document-section.disabled .upload-btn[data-v-220a3ab2] {
    opacity: 0.5;
    cursor: not-allowed;
}

.border-sign-up-box.active {
    border-color: blue;
}


.filters-box svg {
    vertical-align: middle;
    width: 25px;
}

.field-title {
    background: #DEE0F7;
    width: 100%;
    padding: 0px 10px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 10px !important;
    display: block;
}

.filter-child {
    font-size: 13px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-96e01322]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.search-box[data-v-96e01322] {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .search-box[data-v-96e01322] {
        margin-bottom: 15px;
    }
}

.search-box .search-box-area-form[data-v-96e01322] {
    border-radius: 10px;
    justify-content: space-between;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .search-box .search-box-area-form[data-v-96e01322] {
        margin-bottom: 15px;
    }
}

.search-box .search-box-area-form input[data-v-96e01322] {
    border: none;
    background: #fff;
}

.search-box .search-box-area-form button[data-v-96e01322] {
    margin-right: 5px;
}

.search-box .dropdown .btn[data-v-96e01322] {
    height: 45px;
}

.search-box .search-box-area-form input[data-v-96e01322] {
    font-size: 14px;
}

.search-box .search-box-area-form input[data-v-96e01322]::-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.search-box .search-box-area-form input[data-v-96e01322]::placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.search-box-area-form[data-v-96e01322] {
    position: relative;
}

.clear-btn[data-v-96e01322] {
    position: absolute;
    right: 150px;
    cursor: pointer;
    font-size: 18px;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
}

.clear-btn[data-v-96e01322]:hover {
    color: #000;
}

.autocomplete-container[data-v-96e01322] {
    width: 100%;
    border: none;
    outline: none;
}

[data-v-96e01322] .autocomplete-container input[type=search] {
    width: 100%;
    max-width: none;
}

.btn-search-primary[data-v-96e01322] {
    margin-right: 0;
    margin-right: initial;
    margin-left: 5px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-64c87363]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.about-us-lp[data-v-64c87363] {
    padding: 48px 0;
}

.about-us-lp h2[data-v-64c87363] {
    font-size: 36px;
    color: #303DBF;
    font-weight: 700;
    padding: 0;
    margin: 0 0 24px;
}

.about-us-lp img[data-v-64c87363] {
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-us-lp p[data-v-64c87363] {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
}

.about-us-lp .btn[data-v-64c87363] {
    background: linear-gradient(90deg, #303DBF 0%, #491C96 100%);
    color: #fff;
    padding: 20px 100px;
    border-radius: 16px;
    font-size: 16px;
    font-family: "AbdElRady", sans-serif !important;
    font-weight: 700 !important;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-c110c842]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.important-universities[data-v-c110c842] {
    padding: 32px 0;
}

.important-universities h2[data-v-c110c842] {
    font-size: 36px;
    color: #303DBF;
    font-weight: 700;
    padding: 0;
    margin: 0 0 24px;
}

.important-universities .important-university-item[data-v-c110c842] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.important-universities .important-university-item img[data-v-c110c842] {
    margin-left: 20px;
    border-radius: 12px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.important-universities .important-university-item div h6[data-v-c110c842] {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.important-universities .important-university-item div span[data-v-c110c842] {
    font-size: 16px;
    color: #303DBF;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-ee1654aa]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.landing-page-features[data-v-ee1654aa] {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(data:image/png;base64,);
    background-size: cover;
    background-position: center;
}

/*-------------------------
    Variables
-------------------------*/
:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.landing-page-free-consultation {
    padding: 40px 0;
}

.landing-page-free-consultation h1 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #1A5099;
    font-weight: 700;
}

.landing-page-free-consultation p {
    color: #344054;
    font-size: 20px;
    font-weight: 500;
}

.landing-page-free-consultation .input-tel__input:not(.no-country-selector) {
    border-radius: 4px 0 0 4px !important;
    direction: rtl !important;
}

.landing-page-free-consultation .country-selector.has-hint .country-selector__input, .landing-page-free-consultation .country-selector.has-value .country-selector__input {
    border-radius: 0 4px 4px 0 !important;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-08ea897b]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.landing-page-header[data-v-08ea897b] {
    background-color: #f8f9fa;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-page-header .logos[data-v-08ea897b] {
    display: flex;
    align-items: center;
}

.landing-page-header .logos img[data-v-08ea897b] {
    height: 40px;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .landing-page-header .logos[data-v-08ea897b] {
        width: 100%;
        justify-content: space-between;
    }

    .landing-page-header .logos img[data-v-08ea897b] {
        height: 42px;
        margin-left: 0;
    }
}

/*-------------------------
    Variables
-------------------------*/
[data-v-0216b5e8]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.landing-page-hero[data-v-0216b5e8] {
    padding: 90px 0;
}

.landing-page-hero .hero-content[data-v-0216b5e8] {
    font-family: "AbdElRady", sans-serif;
}

.landing-page-hero .hero-content h1[data-v-0216b5e8] {
    font-weight: 700;
    font-size: 36px;
    line-height: 55px;
    padding: 0;
    margin: 0;
}

.landing-page-hero .hero-content h1 span[data-v-0216b5e8] {
    color: #1A5099;
}

.landing-page-hero .hero-content p[data-v-0216b5e8] {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    opacity: 0.9;
}

.landing-page-hero .hero-content p.p2[data-v-0216b5e8] {
    font-weight: 700;
    font-size: 16px;
    color: #344054;
}

.landing-page-hero .hero-content h5[data-v-0216b5e8] {
    font-size: 18px;
    font-weight: 700;
    color: #1A5099;
    padding: 0;
    margin: 0;
}

.landing-page-hero .hero-content .info-item[data-v-0216b5e8] {
    margin-top: 16px;
    margin-left: 16px;
    background: #eff0fb;
    padding: 20px 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
}

.landing-page-hero .hero-content .info-item svg[data-v-0216b5e8] {
    width: 26px;
    height: 26px;
}

.landing-page-hero .hero-content .info-item span[data-v-0216b5e8] {
    font-size: 16px;
    margin-top: 12px;
    font-weight: 700;
    color: #000;
}

.landing-page-hero .hero-content .btn[data-v-0216b5e8] {
    background: linear-gradient(90deg, #303DBF 0%, #491C96 100%);
    color: #fff;
    padding: 20px 100px;
    border-radius: 16px;
    font-size: 16px;
    font-family: "AbdElRady", sans-serif !important;
    font-weight: 700 !important;
}

.landing-page-hero img[data-v-0216b5e8] {
    width: 100%;
    border: 10px solid #fff;
    border-radius: 16px;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .landing-page-hero[data-v-0216b5e8] {
        padding: 45px 0;
    }
}

/*-------------------------
    Variables
-------------------------*/
[data-v-2b9a59ae]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.student-testimonials[data-v-2b9a59ae] {
    padding: 32px 0;
}

.student-testimonials h2[data-v-2b9a59ae] {
    font-size: 36px;
    color: #303DBF;
    font-weight: 700;
    padding: 0;
    margin: 0 0 24px;
}

.student-testimonials .testimonial-item[data-v-2b9a59ae] {
    height: 350px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .student-testimonials .testimonial-item[data-v-2b9a59ae] {
        height: 320px;
        border-radius: 16px;
        margin-bottom: 16px;
    }
}

.student-testimonials .testimonial-grid .content[data-v-2b9a59ae] {
    position: absolute;
    left: 25px;
    top: 35px;
}

.student-testimonials .testimonial-grid .content h6[data-v-2b9a59ae] {
    font-weight: 800;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-55bb5450]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.why-join-event[data-v-55bb5450] {
    padding: 32px 0;
}

@media screen and (max-width: 768px) {
    .why-join-event[data-v-55bb5450] {
        padding: 5px 0;
    }
}

.why-join-event h2[data-v-55bb5450] {
    font-size: 36px;
    color: #303DBF;
    font-weight: 700;
    padding: 0;
    margin: 0 0 24px;
}

.why-join-event .box[data-v-55bb5450] {
    min-height: 700px;
    border-radius: 20px;
    border: 16px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
    background: #F7F7FD;
    font-size: 18px;
    line-height: 34px;
    padding: 24px;
    font-weight: 600;
    color: #000;
}

.why-join-event img[data-v-55bb5450] {
    height: 700px;
    border-radius: 20px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .why-join-event .box[data-v-55bb5450] {
        height: auto;
        margin-bottom: 20px;
    }

    .why-join-event img[data-v-55bb5450] {
        height: auto;
    }
}

.whatsapp-icon[data-v-2dcc64c3] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.whatsapp-icon img[data-v-2dcc64c3] {
    width: 88%;
    height: 88%;
    /* border-radius: 50%; */
    /* box-shadow: 0 0 15px rgba(0, 255, 0, 0.8);  */
    animation: 1.5s infinite ease-in-out, bounce-2dcc64c3 2s infinite;
}

@keyframes glow-2dcc64c3 {
    0%, 100% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    }

    50% {
        box-shadow: 0 0 30px rgba(0, 255, 0, 1);
    }
}

@keyframes bounce-2dcc64c3 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}



.swiper-pagination-apply-process {
    display: flex;
    flex-direction: column;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-2642f638]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.university-program-area-box-2 .card-header-box .program-title-details[data-v-2642f638] {
    line-height: 5 !important;
    max-height: 8.4em !important;
}

.cost_type[data-v-2642f638] {
    font-size: 12px;
    color: #565353;
}

.dropdown-item {
    cursor: pointer;
}


.edu-form-check[data-v-24c4f792] {
    margin-bottom: 10px;
}

.search-box[data-v-24c4f792] {
    margin-bottom: 10px;
}

.selected[data-v-24c4f792] {
    color: blue;
}


.edu-form-check[data-v-56c89a4e] {
    margin-bottom: 10px;
}

.search-box[data-v-56c89a4e] {
    margin-bottom: 10px;
}

.selected[data-v-56c89a4e] {
    color: blue;
}


.edu-form-check[data-v-23022bd7] {
    margin-bottom: 10px;
}

.search-box[data-v-23022bd7] {
    margin-bottom: 10px;
}

.selected[data-v-23022bd7] {
    color: blue;
}


.edu-form-check[data-v-02202b4a] {
    margin-bottom: 10px;
}

.search-box[data-v-02202b4a] {
    margin-bottom: 10px;
}

.selected[data-v-02202b4a] {
    color: blue;
}


.edu-form-check[data-v-3914adfc] {
    margin-bottom: 10px;
}

.selected[data-v-3914adfc] {
    color: blue;
}


.edu-form-check[data-v-9b7e464a] {
    margin-bottom: 10px;
}

.search-box[data-v-9b7e464a] {
    margin-bottom: 10px;
}

.selected[data-v-9b7e464a] {
    color: blue;
}


.subtitle-university {
    font-family: UrbaneRounded, sans-serif;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 29px !important;
    color: rgb(0, 0, 0);
}


.top-disciplines-area[data-v-0d29732d] {
    margin-bottom: 100px;
}


/*
UrbaneRounded, sans-serif
Style
normal
Weight
400
Color
rgb(48, 61, 191)
Size
16px
Line Height
28px

 */
.program-box-university {
    font-family: UrbaneRounded, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgb(48, 61, 191);
}


.swiper-pagination-how-apply {
    display: flex;
    flex-direction: column;
}


#DocumentsRequired {
    scroll-margin-top: 140px;
}

#JobOpportunities {
    scroll-margin-top: 120px;
}

#FAQ {
    scroll-margin-top: 140px;
}

#TopPrograms {
    scroll-margin-top: 160px;
}

#HowApply {
    scroll-margin-top: 180px;
}

#CostLiving {
    scroll-margin-top: 180px;
}

#StudyAdvantages {
    scroll-margin-top: 180px;
}

#VisaDocument {
    scroll-margin-top: 180px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-6b5d704c]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.wizard-head[data-v-6b5d704c] {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.wizard-head .wizard-header[data-v-6b5d704c] {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

*[data-v-b146f2b8] {
    margin: 0;
}

#winner[data-v-b146f2b8] {
    color: white;
    font-size: 50px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    will-change: opacity;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#winner.open[data-v-b146f2b8] {
    visibility: visible;
    visibility: initial;
    opacity: 1;
    transition: opacity 0.5s ease 1.5s, visibility 0.5s ease 1.5s;
}

#close[data-v-b146f2b8] {
    height: 25px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    will-change: opacity;
    top: 40px;
    right: 40px;
    z-index: 4;
    cursor: pointer;
}

#close.open[data-v-b146f2b8] {
    visibility: visible;
    visibility: initial;
    opacity: 1;
    transition: opacity 0.5s ease 2.5s, visibility 0.5s ease 2.5s;
}

#world[data-v-b146f2b8] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    will-change: opacity, visibility;
}

#world.open[data-v-b146f2b8] {
    visibility: visible;
    visibility: initial;
    opacity: 1;
    transition: opacity 1.5s ease, visibility 0.5s ease;
}

.background[data-v-b146f2b8] {
    whidth: 100%;
}

nav[data-v-b146f2b8] {
    width: 100%;
    height: 100px;
}

.navWrapper[data-v-b146f2b8] {
    width: 85%;
    margin: auto;
    padding-top: 38px;
}

.navWrapper a[data-v-b146f2b8] {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}

header[data-v-b146f2b8] {
    width: 100%;
    height: calc(100% - 100px);
    display: grid;
    justify-content: center;
    align-items: center;
}

.namepicker[data-v-b146f2b8] {
    padding: 30px 20px 30px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    display: block;
    animation: fadeIn-b146f2b8 0.75s forwards 0s ease;
}

.namepicker p[data-v-b146f2b8] {
    color: #585858;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.namepicker input[data-v-b146f2b8] {
    width: 420px;
    color: #898989;
    font-size: 20px;
    font-weight: normal;
    background-color: white;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 20px;
    border: 0;
    margin-bottom: 75px;
}

.namepicker input[data-v-b146f2b8]::-moz-placeholder {
    color: #D9D9D9;
}

.namepicker input[data-v-b146f2b8]::placeholder {
    color: #D9D9D9;
}

.namepicker input[data-v-b146f2b8]:focus {
    outline: none;
}

.namepicker h2[data-v-b146f2b8] {
    color: #6E6E6E;
    font-size: 48px;
    font-weight: medium;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 55px;
}

.namepicker a[data-v-b146f2b8] {
    color: white;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 21px 161px;
    background: linear-gradient(to right, #303DBF, #586bc5);
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.12);
    border-radius: 1000px;
    display: block;
    margin: auto;
}

@keyframes fadeIn-b146f2b8 {
    0% {
        transform: scale(0.5);
        transform: skewY(25deg);
        opacity: 0;
        box-shadow: none;
    }

    100% {
        transform: scale(1);
        transform: skewY(0deg);
        opacity: 1;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    }
}


.modal-content {
    box-shadow: none;
    box-shadow: initial;
    max-width: 470px;
}

/*-------------------------
    Variables
-------------------------*/
[data-v-1475384b]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.app-dropzone[data-v-1475384b] {
    position: relative;
    overflow: hidden;
}

.app-dropzone .loading-overlay[data-v-1475384b] {
    background: rgba(48, 61, 191, 0.18);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 1;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-dropzone .loading-overlay .loader[data-v-1475384b] {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: rgb(48, 61, 191);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-1475384b 1s linear infinite;
}

@keyframes rotation-1475384b {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preview-file[data-v-1475384b] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
}

.pagination-list[data-v-5df72f4a] {
    margin-top: 12px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-list button[data-v-5df72f4a] {
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    margin: 0 5px;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.pagination-list span[data-v-5df72f4a] {
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.margin-top[data-v-5df72f4a] {
    margin-top: 12px;
    margin-bottom: 40px;
}

@media (max-width: 350px) {
    .pagination-list button[data-v-5df72f4a] {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }
}


/*-------------------------
    Variables
-------------------------*/
[data-v-4d7cbac4]:root {
    --color-primary: #303DBF;
    --color-primary-dark: #04005C;
    --color-textPrimary: #050066;
    --color-textPrimary-2: rgba(48, 61, 191, 1);
    --color-textSecondary: #0900B2;
    --color-textSecondary-2: #344054;
    --color-textSecondary-3: rgba(193, 199, 255, 1);
    --bg-light-blue: rgba(229, 246, 255, 1);
    --bg-light-gray: #F9FAFB;
    --color-secondary: #0900B2;
    --color-tertiary: #f8b81f;
    --color-pre-title: #00eda6;
    --color-dark: #111212;
    --color-heading-2: rgba(5, 0, 102, 1);
    --color-heading: #000;
    --color-gray: #344054;
    --color-border: #e5e5e5;
    --color-body: #344054;
    --gradient-primary: linear-gradient(-90deg, #303dbf 0%, #636bc4 100%);
    --bg-color: #fff;
    --cta-color-bg: #f0f4f5;
    --color-bg-body: #F9FAFB;
    --bg-color-2: #1c242f;
    --bg-yellow: rgba(255, 209, 102, 1);
    --bg-gray: #f2f3ff;
    --color-white: #ffffff;
    --color-black: #000000;
    --footer-text: #181818;
    --footer-text-light: #a5a0ff;
    --btn-primary-gradient-color: #ffffff;
    --color-title: #bababa;
    --color-lighten01: #f0f4f5;
    --color-lighten02: #edf5f8;
    --color-lighten03: #f5f1eb;
    --color-lighten04: #f7f5f2;
    --color-extra01: #0ecd73;
    --color-extra02: #8e56ff;
    --color-extra03: #f92596;
    --color-extra04: #5866eb;
    --color-extra05: #f8941f;
    --color-extra06: #39c0fa;
    --color-extra07: #da04f8;
    --color-extra08: #4664e4;
    --color-extra09: #525151;
    --color-extra10: #404040;
    --color-extra11: #22272e;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-placeholder: rgba(148, 147, 177, 1);
    --color-border-form: #c0c4e2;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-youtube: #cd201f;
    --color-linkedin: #0a66c2;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 4px;
    --radius: 10px;
    --radius-big: 16px;
    --border-radius-btn: 5px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --transition: 0.3s;
    --transition-2: 0.5s;
    --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    --font-primary: "UrbaneRounded", sans-serif;
    --font-secondary: "UrbaneRounded", sans-serif;
    --font-icomoon: "icomoon";
    --font-size-b1: 15px;
    --font-size-b2: 13px;
    --line-height-b1: 1.73;
    --line-height-b2: 1.85;
    --h1: 50px;
    --h2: 36px;
    --h3: 28px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
    --h1-lineHeight: 1.2;
    --h2-lineHeight: 1.39;
    --h3-lineHeight: 1.43;
    --h4-lineHeight: 1.4;
    --h5-lineHeight: 1.45;
    --h6-lineHeight: 1.62;
}

.loading-spinner .loader1[data-v-4d7cbac4] {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #1A5099;
    --_m:
        conic-gradient(rgba(0, 0, 0, 0) 10%, #000),
        linear-gradient(#000 0, #000 0) content-box;
    -webkit-mask: conic-gradient(rgba(0, 0, 0, 0) 10%, #000),
        linear-gradient(#000 0, #000 0) content-box;
    -webkit-mask: conic-gradient(rgba(0, 0, 0, 0) 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: conic-gradient(rgba(0, 0, 0, 0) 10%, #000),
        linear-gradient(#000 0, #000 0) content-box;
    -webkit-mask: conic-gradient(rgba(0, 0, 0, 0) 10%, #000),
        linear-gradient(#000 0 0) content-box;
    mask: conic-gradient(rgba(0, 0, 0, 0) 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3-4d7cbac4 1s infinite linear;
}

@supports (background: linear-gradient(red 0%, red 0% 1%, red 2%)) {
    .loading-spinner .loader1[data-v-4d7cbac4] {
        --_m:
            conic-gradient(rgba(0, 0, 0, 0) 10%, #000),
            linear-gradient(#000 0 0) content-box;
    }
}

@keyframes l3-4d7cbac4 {
    to {
        transform: rotate(1turn);
    }
}

div.vue-otp-input[data-v-5b6f5a80] {
    width: -moz-max-content;
    width: max-content;
}

div.vue-otp-input>div.otp-wrapper[data-v-5b6f5a80] {
    direction: ltr;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}

div.vue-otp-input>div.otp-wrapper>input.otp-input[data-v-5b6f5a80] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    border-radius: 6px;
}

div.vue-otp-input>div.otp-wrapper>input.otp-input[data-v-5b6f5a80]:disabled {
    background-color: #ececec !important;
}

/* SINGLE INPUT IN SEPARATE MODE */
div.vue-otp-input>div.otp-wrapper>input.defualt-input-separate[data-v-5b6f5a80] {
    text-align: center;
    font-weight: 600;
    background-color: #F7F8FC;
    border: solid 1px #D9DCE3;
    width: 66px;
    height: 66px;
    border-radius: 10px;
}

div.vue-otp-input>div.otp-wrapper>input.defualt-error-input-separate[data-v-5b6f5a80] {
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    border: solid 2px #fff;
    width: 66px;
    height: 66px;
}

@media only screen and (max-width: 600px) {
    div.vue-otp-input>div.otp-wrapper>input.defualt-input-separate[data-v-5b6f5a80] {
        width: 20%;
        height: 50px;
        padding: 0px;
    }

    div.vue-otp-input>div.otp-wrapper>input.defualt-error-input-separate[data-v-5b6f5a80] {
        width: 20%;
        height: 50px;
    }
}

div.vue-otp-input[data-v-5b6f5a80] {
    width: 100%;
}

div.vue-otp-input>div.defualt-wrapper-separate[data-v-5b6f5a80] {
    background: transparent;
    width: 100%;
    display: flex;
}

/* INPUTS WRAPPER IN SEPARATE MODE */
div.vue-otp-input>div.defualt-wrapper-separate[data-v-5b6f5a80] {
    background: transparent;
}

/* INPUTS WRAPPER IN GROUP MODE */
div.vue-otp-input>div.defualt-wrapper-group[data-v-5b6f5a80] {
    border: solid 2px #ececec;
}

div.vue-otp-input>div.defualt-error-wrapper-group[data-v-5b6f5a80] {
    border: solid 2px #d50000;
}

/* SINGLE INPUT IN GROUP MODE */
div.vue-otp-input>div.otp-wrapper>input.defualt-input-group[data-v-5b6f5a80] {
    background-color: transparent;
    font-weight: 600;
    border: none;
    width: 3rem;
    height: 48px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    div.vue-otp-input>div.otp-wrapper>input.defualt-input-group[data-v-5b6f5a80] {
        width: 2.5rem;
        height: 40px;
    }
}

div.vue-otp-input>div.otp-wrapper>input.defualt-active-input[data-v-5b6f5a80] {
    border: solid 2px #4D9EFF;
}

div.vue-otp-input>div.defualt-active-wrapper[data-v-5b6f5a80] {
    border: solid 2px #525252;
}

div.vue-otp-input>span.default-error-class[data-v-5b6f5a80] {
    color: #d50000;
    font-weight: bold;
    font-size: 14px;
}

input[data-v-5b6f5a80]:focus {
    outline: none;
}

/* removing the arrow keys on side of the input area */
input[data-v-5b6f5a80]::-webkit-outer-spin-button,
input[data-v-5b6f5a80]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][data-v-5b6f5a80] {
    -moz-appearance: textfield;
}