@charset "UTF-8";

: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: #0865fe;
    --bs-secondary: #000000;
    --bs-light: #ffffff;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
    margin: 0;
    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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.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 + 0.9vw);
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 2rem;
    }
}

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

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + 0.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;
}

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

ul {
    padding-left: 2rem;
}

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

ul ul {
    margin-bottom: 0;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

b {
    font-weight: bolder;
}

.small,
small {
    font-size: 0.875em;
}

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

a {
    color: #0865fe;
    text-decoration: underline;
}

a:hover {
    color: #0651cb;
}

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

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

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

a>code {
    color: inherit;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

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

::-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;
}

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

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

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

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

[hidden] {
    display: none !important;
}

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

.icon-dropdown-arrow:before {
    content: "\e901";
}

@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 (max-width: 1199.98px) {
    .show-menu .main-nav {
        opacity: 1;
        right: 0;
    }

    .show-menu .overlay {
        position: fixed;
        top: 60;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
}

body.show-menu {
    overflow: hidden;
    background: #fff;
}

body.show-menu .mob-btn {
    z-index: 9;
}

body.show-menu .mob-btn span:nth-child(2) {
    opacity: 0;
}

body.show-menu .mob-btn span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

body.show-menu .mob-btn span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.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: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1331px;
    }
}

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

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

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0 {
    --bs-gutter-x: 0;
}

.g-0 {
    --bs-gutter-y: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .g-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .g-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .g-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .g-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.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: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        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: #84b2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
}

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

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

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

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

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

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

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

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

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

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

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}

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

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

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.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: 0.25rem;
}

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

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

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

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

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

.btn:hover {
    color: #212529;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
}

.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #0865fe;
    border-color: #0865fe;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0756d8;
    border-color: #0651cb;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0756d8;
    border-color: #0651cb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(45, 124, 254, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(45, 124, 254, 0.5);
}

.btn-primary:active {
    color: #fff;
    background-color: #0651cb;
    border-color: #064cbf;
}

.btn-primary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(45, 124, 254, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(45, 124, 254, 0.5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #0865fe;
    border-color: #0865fe;
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-secondary:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

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

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

.btn-light:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

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

.btn-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}

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

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

.btn-link:hover {
    color: #0651cb;
}

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

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

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

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

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

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

.btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1;
}

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

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0865fe;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link:focus,
.nav-link:hover {
    color: #0651cb;
}

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

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

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

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

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

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

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

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

.card-title {
    margin-bottom: 0.5rem;
}

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

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

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

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

.card-group>.card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        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 {
        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 {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

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

.accordion-button:not(.collapsed) {
    color: #075be5;
    background-color: #e6f0ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 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='%23075be5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-button:after {
    -ms-flex-negative: 0;
    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;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: #84b2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

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

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

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

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

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

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

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.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;
}

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

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

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

.page-link:focus {
    z-index: 3;
    color: #0651cb;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
}

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

.page-link {
    padding: 0.375rem 0.75rem;
}

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

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

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

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 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 {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

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

.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: #053d98;
    background-color: #cee0ff;
}

.list-group-item-secondary {
    color: #000;
    background-color: #ccc;
}

.list-group-item-light {
    color: #666;
    background-color: #fff;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.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: 0.25rem;
    opacity: 0.5;
}

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

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(8, 101, 254, 0.25);
    opacity: 1;
}

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

.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: 0.5rem;
    pointer-events: none;
}

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

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

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

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

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

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

.modal-backdrop.fade {
    opacity: 0;
}

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

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

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

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

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

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

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

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

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

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

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

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

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

.link-primary {
    color: #0865fe;
}

.link-primary:focus,
.link-primary:hover {
    color: #0651cb;
}

.link-secondary {
    color: #000;
}

.link-secondary:focus,
.link-secondary:hover {
    color: #000;
}

.link-light {
    color: #fff;
}

.link-light:focus,
.link-light:hover {
    color: #fff;
}

.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: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.align-top {
    vertical-align: top !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

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

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 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;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.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;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.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: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fw-light {
    font-weight: 300 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-primary {
    color: #0865fe !important;
}

.text-secondary {
    color: #000 !important;
}

.text-light {
    color: #fff !important;
}

.text-body {
    color: #212529 !important;
}

.bg-primary {
    background-color: #0865fe !important;
}

.bg-secondary {
    background-color: #000 !important;
}

.bg-light {
    background-color: #fff !important;
}

.bg-body {
    background-color: #fff !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.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;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.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;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.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) {
    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.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;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.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;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.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) {
    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.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;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.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;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.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) {
    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.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;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.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: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.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;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.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: 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;
    }
}

.default {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.default li {
    list-style-type: none;
}

.default li:after,
.default li:before {
    display: none;
}

.ratio {
    overflow: hidden;
}

.ratio>* {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    will-change: transform;
}

.blog-card {
    position: relative;
    color: inherit !important;
    text-decoration: none;
    --bs-aspect-ratio: 51%;
}

@media (hover: hover) {
    .blog-card:hover .img-wrap img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.blog-card .img-wrap {
    border-radius: 10px;
}

.blog-card .card-body {
    padding: 0;
    font-weight: 500;
}

.blog-card .card-body .date-wrap {
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 12px;
}

.blog-card .card-body .date-wrap span+span:before {
    content: "|";
    display: inline-block;
    margin-inline: 3px 4px;
}

.blog-card .card-body .description {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 0;
    max-width: 355px;
    line-height: 1.6;
}

@media (min-width: 992px) {
    .blog-card .card-body .description {
        font-size: 1.25rem;
    }
}

.insight-card {
    position: relative;
    text-decoration: none;
    color: inherit !important;
    --bs-aspect-ratio: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (hover: hover) {
    .insight-card:hover .img-wrap img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.insight-card .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 1.125rem;
}

@media (min-width: 992px) {
    .insight-card .body {
        padding-top: 1.5rem;
    }
}

.insight-card .body .date-wrap {
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 12px;
}

.insight-card .body .date-wrap span+span:before {
    content: "|";
    display: inline-block;
    margin-inline: 3px 4px;
}

.insight-card .body .title {
    margin-bottom: 0.75rem;
    font-size: 18px;
}

@media (min-width: 992px) {
    .insight-card .body .title {
        font-size: 1.4375rem;
    }
}

.insight-card .body .description {
    margin-bottom: 20px;
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.insight-card .img-wrap {
    border-radius: 10px;
}

.article-card {
    position: relative;
    --bs-aspect-ratio: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1.125rem;
}

@media (min-width: 992px) {
    .article-card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1440px) {
    .article-card {
        gap: 2.1875rem;
    }
}

@media (hover: hover) {
    .article-card:hover .img-wrap img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.article-card .img-wrap {
    border-radius: 10px;
}

.article-card .img-container {
    width: 100%;
}

@media (min-width: 992px) {
    .article-card .img-container {
        max-width: 13.75rem;
    }
}

@media (min-width: 1200px) {
    .article-card .img-container {
        max-width: 17.25rem;
    }
}

.article-card .body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.article-card .body .date-wrap {
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 12px;
}

.article-card .body .date-wrap span+span:before {
    content: "|";
    display: inline-block;
    margin-inline: 3px 4px;
}

.article-card .body .title {
    margin-bottom: 0.875rem;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .article-card .body .title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4;
    }
}

@media (max-width: 991.98px) {
    .article-card .btn-link {
        display: none;
    }
}

.career-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 16px;
    position: relative;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

@media (hover: hover) {
    .career-card:hover {
        background-color: #f5f5f5;
    }
}

@media (min-width: 992px) {
    .career-card {
        border-radius: 16px;
        padding: 24px;
    }
}

@media (min-width: 1200px) {
    .career-card {
        padding: 34px;
    }
}

.career-card .card-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
}

@media (min-width: 992px) {
    .career-card .card-title {
        font-size: 1.5rem;
    }
}

.career-card .description {
    line-height: 1.5;
    color: #8d8d8d;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .career-card .description {
        margin-bottom: 2rem;
    }
}

.career-card .body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: auto;
}

.career-card .card-btn {
    background-color: #eee;
    padding: 5px;
    width: var(--btn-size);
    height: var(--btn-size);
    border-radius: 50%;
    position: absolute;
    --btn-size: 2.75rem;
    bottom: 20px;
    right: 20px;
    color: #000;
}

.input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input-wrap .form-control {
    height: 56px;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    font-size: 16px;
    border: none;
    background-color: #f3f4f8;
}

.input-wrap .form-control::-webkit-input-placeholder {
    color: #cbcbcb;
}

.input-wrap .form-control::-moz-placeholder {
    color: #cbcbcb;
}

.input-wrap .form-control:-ms-input-placeholder {
    color: #cbcbcb;
}

.input-wrap .form-control::-ms-input-placeholder {
    color: #cbcbcb;
}

.input-wrap .form-control::placeholder {
    color: #cbcbcb;
}

.input-wrap .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #444e6b;
    line-height: 1;
    margin-bottom: 10px;
}

.pricing-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    height: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .pricing-card {
        padding: 2.5rem 2.375rem;
    }
}

.pricing-card .btn-wrap {
    padding-top: 18px;
    margin-top: auto;
}

@media (min-width: 992px) {
    .pricing-card .btn-wrap {
        padding-top: 28px;
    }
}

.pricing-card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.pricing-card .card-body .content-wrap+.content-wrap {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 24px;
}

@media (min-width: 992px) {
    .pricing-card .card-body .content-wrap+.content-wrap {
        margin-top: 1.875rem;
    }
}

.pricing-card .card-body .support {
    opacity: 0.4;
    font-weight: 600;
}

@media (min-width: 992px) {
    .pricing-card .card-body .support {
        font-size: 20px;
    }
}

.pricing-card .card-top {
    padding-bottom: 28px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 22px;
}

.pricing-card .card-top .icon-wrap {
    margin-bottom: 8px;
    max-width: 44px;
}

.platform-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 20px 16px;
    border-radius: 14px;
    border: 1px solid #ebeff6;
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

@media (min-width: 992px) {
    .platform-card {
        padding: 22px 26px;
    }
}

@media (hover: hover) {
    .platform-card:hover {
        background-color: #f1f1f1;
    }
}

.platform-card .icon-wrap {
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 14px;
    border: 1px solid #ebeff6;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --icon-size: 58px;
}

.platform-card .card-title {
    margin-bottom: 8px;
    line-height: 1.3;
}

.platform-card .description {
    color: #5b5b5b;
    font-size: 14px;
    margin-bottom: 0;
}

.platform-list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 20px 16px;
    border-radius: 14px;
    border: 1px solid #ebeff6;
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    background-color: #fff;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .platform-list-card {
        padding: 22px 26px;
        gap: 28px;
    }
}

@media (hover: hover) {
    .platform-list-card:hover {
        background-color: #f1f1f1;
    }
}

.platform-list-card .icon-wrap {
    width: var(--icon-size);
    height: var(--icon-size);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 14px;
    border: 1px solid #ebeff6;
    background-color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --icon-size: 58px;
    padding: 16px;
}

.platform-list-card .icon-wrap img {
    width: 100%;
}

@media (min-width: 992px) {
    .platform-list-card .icon-wrap {
        --icon-size: 88px;
    }
}

.platform-list-card .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.platform-list-card .card-title {
    margin-bottom: 2px;
    line-height: 1.3;
}

.platform-list-card .description {
    color: #212121;
    font-size: 14px;
    margin-bottom: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: Inter, sans-serif;
}

body {
    --header-height: 56px;
    padding-top: var(--header-height);
    font-family: Inter, sans-serif;
    color: #212121;
}

@media (min-width: 992px) {
    body {
        --header-height: 72px;
    }
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .container {
        --bs-gutter-x: 16px;
    }
}

@media (min-width: 992px) {
    .container.container-sm {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .container.container-sm {
        max-width: 800px;
    }
}

@media (min-width: 1600px) {
    .container.container-sm {
        max-width: 890px;
    }
}

@media (min-width: 1600px) {
    .container.container-md {
        max-width: 1114px;
    }
}

.reveal .anim-top {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.7s 0.2s;
    transition: all 0.7s 0.2s;
}

.reveal .anim-top:nth-child(2) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.reveal .anim-top:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.reveal .anim-top:nth-child(4) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.reveal .anim-top:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.reveal .anim-top:nth-child(6) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.reveal .anim-top:nth-child(7) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.reveal .anim-top:nth-child(8) {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.reveal .anim-top:nth-child(9) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.reveal .anim-top:nth-child(10) {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s;
}

img {
    max-width: 100%;
}

.ratio {
    overflow: hidden;
}

.ratio img {
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-backdrop {
    z-index: 1050;
}

.form-control,
button,
input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control:focus,
.form-control:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.h1,
h1 {
    font-size: 44px;
    font-weight: 600;
}

@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 3.4375rem;
    }
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 4.0625rem;
    }
}

@media (min-width: 1600px) {

    .h1,
    h1 {
        font-size: 4.7rem;
    }
}

.h2,
h2 {
    font-size: 34px;
    font-weight: 600;
}

@media (min-width: 992px) {

    .h2,
    h2 {
        font-size: 2.8125rem;
    }
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 3.4375rem;
    }
}

@media (min-width: 1600px) {

    .h2,
    h2 {
        font-size: 3.75rem;
    }
}

.h3,
h3 {
    font-size: 24px;
    font-weight: 600;
}

@media (min-width: 992px) {

    .h3,
    h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 2.5rem;
    }
}

.fw-medium {
    font-weight: 500;
}

.fs-20 {
    font-size: 18px;
}

@media (min-width: 992px) {
    .fs-20 {
        font-size: 1.25rem;
    }
}

.fs-18 {
    font-size: 16px;
}

@media (min-width: 992px) {
    .fs-18 {
        font-size: 1.125rem;
    }
}

.fs-14 {
    font-size: 14px;
}

.ttl-24 {
    font-size: 20px;
}

@media (min-width: 992px) {
    .ttl-24 {
        font-size: 1.5rem;
    }
}

.ttl-22 {
    font-size: 18px;
}

@media (min-width: 992px) {
    .ttl-22 {
        font-size: 1.375rem;
    }
}

.ttl-26 {
    font-size: 20px;
}

@media (min-width: 992px) {
    .ttl-26 {
        font-size: 1.625rem;
    }
}

@font-face {
    font-family: icomoon;
    src: url(https://d7networks.com/static/assets/icons/icomoon.1e85931361bf.eot?rgqbnd);
    src: url(https://d7networks.com/static/assets/icons/icomoon.1e85931361bf.eot?rgqbnd#iefix) format("embedded-opentype"), url(https://d7networks.com/static/assets/icons/icomoon.90e0758212b3.ttf?rgqbnd) format("truetype"), url(https://d7networks.com/static/assets/icons/icomoon.75d4c248136c.woff?rgqbnd) format("woff"), url(https://d7networks.com/static/assets/icons/icomoon.d7581ec0ee67.svg?rgqbnd#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-slide-arrow:before {
    content: "\e900";
}

.icon-right-arrows:before {
    content: "\e903";
}

.icon-Facebook:before {
    content: "\e904";
}

.icon-Instagram:before {
    content: "\e905";
}

.icon-X-Twitter:before {
    content: "\e906";
}

.icon-Youtube:before {
    content: "\e907";
}

.icon-LinkedIn:before {
    content: "\e908";
}

.icon-location:before {
    content: "\e909";
}

.icon-email .path1:before {
    content: "\e90a";
    color: #3a3a3a;
}

.icon-email .path2:before {
    content: "\e90b";
    margin-left: -1em;
    color: #f2f4fa;
}

.icon-phone:before {
    content: "\e90c";
}

#back-to-top {
    background-color: #fff;
    bottom: 50px;
    color: #000;
    height: 44px;
    text-decoration: none !important;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 5vw;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0 1px 54px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 54px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    width: 44px;
    z-index: 99;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#back-to-top span {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    display: inline-block;
}

#back-to-top:hover {
    scale: 1.2;
}

@media (max-width: 1199px) {
    #back-to-top {
        display: none;
    }
}

.btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.btn-link [class^="icon-"] {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    will-change: transform;
}

.btn-link:hover {
    color: #000;
}

.btn-link:hover [class^="icon-"] {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.btn[class*="btn-"]:not(.btn-link) {
    font-weight: 600;
    border-radius: 90px;
    padding: 15px 16px;
    -webkit-padding-end: 56px;
    padding-inline-end: 56px;
    border: 1px solid var(--btn-border-color);
    height: 48px;
    gap: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--btn-color);
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
}

@media (min-width: 992px) {
    .btn[class*="btn-"]:not(.btn-link) {
        font-size: 16px;
        padding: 15px 24px;
        height: 56px;
        -webkit-padding-end: 64px;
        padding-inline-end: 64px;
    }
}

.btn[class*="btn-"]:not(.btn-link) span {
    position: relative;
}

.btn[class*="btn-"]:not(.btn-link):after {
    content: "\e903";
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    color: #000;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 992px) {
    .btn[class*="btn-"]:not(.btn-link):after {
        right: 20px;
    }
}

.btn[class*="btn-"]:not(.btn-link):before {
    position: absolute;
    background-color: var(--btn-bg, #fff);
    border-radius: 50%;
    width: var(--btn-bg-size, 40px);
    height: var(--btn-bg-size, 40px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    right: 4px;
    -webkit-transform-origin: 90%;
    transform-origin: 90%;
}

@media (min-width: 992px) {
    .btn[class*="btn-"]:not(.btn-link):before {
        right: 8px;
    }
}

.btn[class*="btn-"]:not(.btn-link).sm {
    height: 44px;
    --btn-bg-size: 36px;
    -webkit-padding-end: 51px;
    padding-inline-end: 51px;
}

.btn[class*="btn-"]:not(.btn-link).sm:before {
    right: 4px;
}

.btn[class*="btn-"]:not(.btn-link).sm:after {
    right: 13px;
}

@media (hover: hover) {
    .btn[class*="btn-"]:not(.btn-link):hover {
        color: var(--btn-hover-color);
    }

    .btn[class*="btn-"]:not(.btn-link):hover:before {
        -webkit-transform: scale(10);
        transform: scale(10);
    }
}

.btn.btn-secondary {
    --btn-hover-color: #000;
    --btn-color: #fff;
    --btn-border-color: #000;
    --btn-hover-border-color: #fff;
}

.btn.btn-primary {
    --btn-hover-color: #000;
    --btn-color: #fff;
    --btn-border-color: #0865fe;
    --btn-hover-border-color: #fff;
}

.btn.btn-light {
    --btn-bg: #eeeeee;
    --btn-hover-color: #000;
    --btn-color: #000;
    --btn-border-color: #d6d6d6;
    --btn-hover-border-color: #e5e5e5;
}

@media (min-width: 1200px) {
    .main-nav {
        margin-left: 1.5rem;
    }

    .main-nav>ul {
        margin: 0;
        padding: 0;
    }

    .main-nav>ul:has(> li:hover) {
        --opacity: 0.5;
    }

    .main-nav>ul>li {
        display: inline-block;
        position: relative;
    }

    .main-nav>ul>li:not(:last-child) {
        margin-right: 20px;
    }

    .main-nav>ul>li:last-child {
        margin: 0;
    }

    .main-nav>ul>li:last-child ul {
        left: auto;
        right: 0;
    }

    .main-nav>ul>li>a {
        display: block;
        padding: 24px 5px;
        text-decoration: none;
        position: relative;
        color: #212121;
        font-weight: 600;
        opacity: var(--opacity);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .main-nav>ul>li:hover {
        --opacity: 1;
    }

    .main-nav>ul>li:hover .megamenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav>ul>li.submenu i {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        cursor: pointer;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-nav>ul>li.submenu i .icon-dropdown-arrow:before {
        font-size: 12px;
    }

    .main-nav>ul>li.submenu>a {
        padding-right: 28px;
    }

    .main-nav>ul>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav>ul>li>ul {
        background: #fff;
        position: absolute;
        margin: 0;
        padding: 0;
        width: 250px;
        list-style: none;
        border: 1px solid rgba(199, 199, 199, 0.2705882353);
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

    .main-nav>ul>li>ul li {
        position: relative;
        line-height: 1.5;
    }

    .main-nav>ul>li>ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px;
        color: #000;
        text-decoration: none;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
    }

    .main-nav>ul>li>ul li a:hover {
        background-color: rgba(8, 101, 254, 0.1);
    }

    .mob-btn {
        display: none;
    }

    .megamenu {
        position: fixed;
        top: var(--header-height);
        background-color: #fff;
        z-index: 99;
        left: 0;
        padding: 50px 0;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .megamenu .main-wrap {
        padding-inline: 50px;
    }
}

@media (min-width: 1200px) and (min-width: 1600px) {
    .megamenu .main-wrap {
        padding-inline: 100px;
    }
}

@media (min-width: 1200px) {
    .megamenu .menu-right-item {
        margin-left: auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

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

    .megamenu .menu-list a {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        padding: 5px 0;
    }
}

@media (min-width: 1200px) and (hover: hover) {
    .megamenu .menu-list a:hover {
        color: #0865fe;
    }
}

@media (min-width: 1200px) {
    .megamenu .label {
        color: #959595;
    }
}

@media (max-width: 1199.98px) {
    .main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        max-width: 100%;
        top: var(--header-height);
        padding: 20px;
        padding-top: 35px;
        right: -100%;
        height: 100%;
        -webkit-transition: all, ease-in-out, 0.3s;
        transition: all, ease-in-out, 0.3s;
        z-index: 3;
        width: 100%;
        height: calc(100vh - var(--header-height));
        overflow: auto;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .main-nav {
        -webkit-transition: none;
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .main-nav::-webkit-scrollbar {
        display: none;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list) {
        margin: 0;
        padding: 0;
        display: block;
        margin-top: 0;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list).mnav {
        margin-bottom: 30px;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list)>li {
        display: block;
        position: relative;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list)>li>a {
        text-decoration: none;
        font-size: 16px;
        display: block;
        padding: 24px 0;
        font-weight: 600;
        color: #000;
        border-bottom: 1px solid #f0f0f0;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list)>li.submenu i {
        position: absolute;
        width: 46px;
        height: 64px;
        top: 0;
        right: 0;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list)>li.submenu i:after {
        position: fixed;
        top: 0;
        right: 0;
        content: "";
        width: calc(100vw - 40px);
        height: 100%;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list)>li.submenu i span {
        pointer-events: none;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list)>li.open>i:after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list) ul {
        margin: 0;
        display: none;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list) ul li:last-child {
        border-bottom: 0;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list) ul li a {
        padding-left: 20px;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list) ul li ul a {
        padding-left: 30px;
    }

    .main-nav ul:not(.menu-wrap):not(.menu-list) .submenu.open>ul {
        display: block;
    }

    .main-nav .btn {
        margin-top: auto;
    }

    .mob-btn {
        margin: 0;
        background-color: transparent;
        cursor: pointer;
        text-align: center;
        width: 24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mob-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mob-btn .icon-left-1 {
        display: none;
        background: 0 0;
        height: 0;
        width: 0;
    }

    .mob-btn span+span {
        margin-top: 5px;
    }

    .megamenu {
        position: fixed;
        top: var(--header-height);
        left: 0;
        width: 100vw;
        background-color: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        overflow-y: auto;
        height: calc(100% - var(--header-height));
        z-index: 99;
        padding: 20px 0;
    }

    .megamenu.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .megamenu .back-btn {
        color: #959595;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.4px;
        margin-bottom: 20px;
        display: inline-block;
        padding-left: 10px;
    }

    .megamenu .back-btn span {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        display: inline-block;
        font-size: 10px;
    }
}

@media (min-width: 1600px) {
    .main-nav {
        margin-left: 3rem;
    }
}

.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
    padding-block: 14px;
    z-index: 1049;
    background-color: #fff;
}

.main-header .logo-text {
    -webkit-transition: max-width 0.2s, opacity 0.2s;
    transition: max-width 0.2s, opacity 0.2s;
    max-width: 100px;
}

.main-header .logo {
    max-width: 139px;
}

@media (min-width: 1200px) {
    .main-header .logo {
        max-width: 155px;
    }
}

.main-header .logo a {
    gap: 10px;
}

@media (min-width: 1200px) {
    .main-header {
        padding-block: 0;
    }

    @-webkit-keyframes header-anim {
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes header-anim {
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
}

@media (max-width: 991.98px) {
    .main-header .btn.mob-head-btn {
        height: 33px !important;
        padding: 8px 15px;
        font-size: 12px;
        -webkit-padding-end: 15px !important;
        padding-inline-end: 15px !important;
    }

    .main-header .btn.mob-head-btn:after,
    .main-header .btn.mob-head-btn:before {
        display: none;
    }
}

.main-header .menu-wrap {
    --gap: 10px;
    gap: calc(2 * var(--gap));
}

@media (min-width: 1200px) {
    .main-header .menu-wrap {
        --gap: 7px;
    }
}

.main-header .menu-wrap>.row {
    --bs-gutter-x: 50px;
}

.main-header .menu-wrap li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    list-style: none;
}

@media (min-width: 1200px) {
    .main-header .menu-wrap li {
        -ms-flex-preferred-size: calc(50% - var(--gap));
        flex-basis: calc(50% - var(--gap));
    }
}

.main-header .menu-wrap a {
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

@media (min-width: 1200px) {
    .main-header .menu-wrap a {
        padding: 18px;
    }
}

@media (hover: hover) {
    .main-header .menu-wrap a:hover {
        background-color: #f4f6f8;
    }
}

.main-header .menu-wrap a img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26px;
}

.main-header .menu-wrap a .body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-header .menu-wrap a .title {
    color: #000;
    font-weight: 600;
}

.main-header .menu-wrap a .description {
    color: #757575;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .menu-right-item {
        margin-top: 40px;
        padding-inline: 16px;
    }

    .menu-right-item .label {
        color: #959595;
        margin-bottom: 30px;
    }

    .menu-right-item .menu-list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        row-gap: 16px;
    }

    .menu-right-item .menu-list li {
        list-style: none;
        width: 50%;
    }

    .menu-right-item .menu-list a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 18px;
        padding-left: 0 !important;
    }
}

.coockie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1050;
}

@media (min-width: 992px) {
    .coockie-popup {
        bottom: 30px;
        padding-inline: 40px;
    }
}

.coockie-popup .content-wrap {
    background-color: #fff;
    padding: 16px;
    border-top: 1px solid #e5e5e5;
    max-width: 1320px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    .coockie-popup .content-wrap {
        padding: 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 90px;
        -webkit-padding-start: 30px;
        padding-inline-start: 30px;
        border: 1px solid #e5e5e5;
    }
}

@media (max-width: 575.98px) {
    .coockie-popup .content-wrap {
        width: 100%;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    .coockie-popup .content-wrap .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@-webkit-keyframes banner-loading {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes banner-loading {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .home-service-sec {
        padding: 50px 0 65px;
    }
}

.home-service-sec .service-item {
    --bs-aspect-ratio: 100%;
}

@media (min-width: 992px) {
    .home-service-sec .service-item {
        min-height: calc(100vh - var(--header-height));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .home-service-sec .service-item~.service-item {
        padding-top: 46px;
        margin-top: 46px;
        border-top: 1px solid #e5efec;
    }
}

.home-service-sec .service-item figure {
    margin-top: 38px;
}

.home-service-sec .service-img-wrap {
    position: sticky;
    top: var(--header-height);
    padding-bottom: calc(100vh - var(--header-height));
}

.home-service-sec .service-img-wrap .img-wrap {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

@media (min-width: 992px) {
    .home-service-sec .service-img-wrap .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.home-service-sec .content-wrap .title {
    margin-bottom: 18px;
    line-height: 1.1;
}

@media (min-width: 992px) {
    .home-service-sec .content-wrap .title {
        margin-bottom: 23px;
        line-height: 1;
        letter-spacing: -0.6px;
    }
}

.home-service-sec .content-wrap .description {
    margin-bottom: 1.75rem;
    max-width: 400px;
}

@media (min-width: 992px) {
    .home-service-sec .content-wrap .description {
        font-size: 18px;
        margin-bottom: 2.5rem;
    }
}

.home-code-sec {
    background-color: #ddece3;
    padding: 60px 0;
}

@media (min-width: 992px) {
    .home-code-sec {
        padding: 6.25rem 0 7.5rem;
    }
}

.home-code-sec .header-wrap {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .home-code-sec .header-wrap {
        text-align: center;
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 1200px) {
    .home-code-sec .header-wrap {
        margin-bottom: 4.6875rem;
    }
}

.home-code-sec .header-wrap .title {
    margin-bottom: 1.25rem;
    line-height: 1.1;
    color: #0d0d0d;
}

@media (min-width: 992px) {
    .home-code-sec .header-wrap .title {
        letter-spacing: -1.24px;
        margin-bottom: 1.875rem;
    }
}

.home-code-sec .header-wrap .description {
    margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
    .home-code-sec .header-wrap .description {
        margin-bottom: 2.5rem;
    }
}

.home-code-sec .header-wrap .btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
}

@media (max-width: 575.98px) {
    .home-code-sec .header-wrap .btn-wrap {
        gap: 8px;
    }

    .home-code-sec .header-wrap .btn-wrap>.btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.home-code-sec .code-wrapper {
    border-radius: 30px;
    padding: 20px;
    padding-bottom: 28px;
    background: #fff;
    -webkit-box-shadow: 216px 375px 121px 0 rgba(250, 255, 252, 0), 138px 240px 111px 0 rgba(250, 255, 252, 0.01), 78px 135px 93px 0 rgba(250, 255, 252, 0.05), 35px 60px 69px 0 rgba(250, 255, 252, 0.09), 9px 15px 38px 0 rgba(250, 255, 252, 0.1);
    box-shadow: 216px 375px 121px 0 rgba(250, 255, 252, 0), 138px 240px 111px 0 rgba(250, 255, 252, 0.01), 78px 135px 93px 0 rgba(250, 255, 252, 0.05), 35px 60px 69px 0 rgba(250, 255, 252, 0.09), 9px 15px 38px 0 rgba(250, 255, 252, 0.1);
}

@media (min-width: 992px) {
    .home-code-sec .code-wrapper {
        padding: 32px;
        padding-bottom: 2.5rem;
    }
}

.home-code-sec .code-wrapper .head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    position: relative;
}

.home-code-sec .code-wrapper .head-wrap:after {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    bottom: 2px;
    left: 0;
    content: "";
    position: absolute;
}

@media (min-width: 992px) {
    .home-code-sec .code-wrapper .head-wrap {
        padding-bottom: 32px;
        gap: 5rem;
    }
}

.home-next-sec {
    padding: 2.5rem 0;
    background-color: #edf3fe;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .home-next-sec {
        padding: 5rem 0;
    }
}

.home-next-sec .content-wrap {
    max-width: 580px;
    margin-inline: auto;
    position: relative;
}

.home-next-sec .content-wrap .title {
    letter-spacing: -1.24px;
    line-height: 1.18;
    color: #0d0d0d;
    margin-bottom: 28px;
}

@media (max-width: 991.98px) {
    .home-next-sec .content-wrap .title {
        letter-spacing: initial;
        line-height: 1.1;
        margin-bottom: 18px;
        max-width: 319px;
        margin-inline: auto;
    }
}

.home-next-sec .content-wrap .description {
    color: #0d0d0d;
    margin-bottom: 1.875rem;
    max-width: 480px;
    margin-inline: auto;
}

@media (min-width: 992px) {
    .home-next-sec .content-wrap .description {
        margin-bottom: 3.4375rem;
    }
}

.home-next-sec .content-wrap .btn-wrap {
    gap: 14px;
}

.home-next-sec .bg-img-left,
.home-next-sec .bg-img-right {
    position: absolute;
}

.home-next-sec .bg-img-left {
    left: 10%;
    top: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

@media (max-width: 767.98px) {
    .home-next-sec .bg-img-left {
        display: none;
    }
}

.home-next-sec .bg-img-right {
    right: 10%;
    bottom: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
}

.home-blog-sec {
    padding: 68px 0 60px;
}

@media (min-width: 992px) {
    .home-blog-sec {
        padding: 5rem 0;
    }
}

@media (min-width: 1200px) {
    .home-blog-sec {
        padding: 8.125rem 0;
    }
}

.home-blog-sec .title-wrap {
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .home-blog-sec .title-wrap {
        text-align: center;
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 991.98px) {
    .home-blog-sec .title-wrap {
        padding: 0 16px;
    }
}

.home-blog-sec .title-wrap .title {
    letter-spacing: -1.24px;
    color: #0d0d0d;
    margin-bottom: 0;
    line-height: 1.1;
}

.home-blog-sec .btn-wrap {
    margin-top: 1.875rem;
    padding-inline: 16px;
}

@media (min-width: 992px) {
    .home-blog-sec .btn-wrap {
        margin-top: 3.75rem;
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .home-blog-sec .btn-wrap .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 991.98px) {
    .home-blog-sec .container {
        padding: 0;
    }
}

.home-blog-sec .row {
    --bs-gutter-x: 20px;
}

@media (max-width: 991.98px) {
    .home-blog-sec .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0;
        padding-inline: 4px;
    }

    .home-blog-sec .row>div {
        max-width: 90%;
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    to {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    to {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
}

.why-choose-sec {
    padding: 40px 0;
    background-color: #f7f6f4;
    color: #000;
}

@media (min-width: 768px) {
    .why-choose-sec {
        padding: 80px 0;
    }
}

@media (min-width: 1200px) {
    .why-choose-sec {
        padding: 8.75rem 0 10rem;
    }
}

@media (min-width: 1600px) {
    .why-choose-sec .container {
        max-width: 1200px;
    }
}

.why-choose-sec .title-wrap {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .why-choose-sec .title-wrap {
        margin-bottom: 3.75rem;
    }
}

.why-choose-sec .title-wrap .title {
    max-width: 700px;
    margin: auto;
    line-height: 1;
    letter-spacing: -0.4px;
}

.why-choose-sec .row {
    --bs-gutter-y: 40px;
}

@media (min-width: 992px) {
    .why-choose-sec .row {
        --bs-gutter-x: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .why-choose-sec .row {
        --bs-gutter-x: 4.375rem;
    }
}

@media (min-width: 1600px) {
    .why-choose-sec .row {
        --bs-gutter-x: 6.25rem;
    }
}

.why-choose-sec .choose-card {
    --icon-size: 40px;
}

@media (min-width: 992px) {
    .why-choose-sec .choose-card {
        --icon-size: 4.375rem;
    }
}

.why-choose-sec .choose-card .icon-wrap {
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 16px;
    padding: 10px;
}

@media (min-width: 992px) {
    .why-choose-sec .choose-card .icon-wrap {
        margin-bottom: 1.875rem;
    }
}

.why-choose-sec .choose-card .card-title {
    margin-bottom: 16px;
}

.why-choose-sec .choose-card .description {
    font-weight: 500;
    color: #525252;
    line-height: 1.4;
}

.statistics-sec {
    padding: 50px 0;
    color: #000;
}

@media (min-width: 992px) {
    .statistics-sec {
        padding: 6.25rem 0;
    }
}

@media (min-width: 1440px) {
    .statistics-sec {
        padding: 8.75rem 0;
    }
}

@media (min-width: 1600px) {
    .statistics-sec {
        padding: 11.875rem 0;
    }
}

.statistics-sec .title-wrap {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .statistics-sec .title-wrap {
        margin-bottom: 4.375rem;
    }
}

.statistics-sec .title-wrap .title {
    line-height: 1.1;
    letter-spacing: -0.4px;
}

.statistics-sec .title-wrap .description {
    max-width: 590px;
}

@media (min-width: 992px) {
    .statistics-sec .title-wrap .description {
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }
}

@media (max-width: 991.98px) {
    .statistics-sec .title-wrap .description {
        margin-top: 20px;
    }
}

.pricing-sec {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .pricing-sec {
        padding: 2.5rem 0 3.75rem;
    }
}

.pricing-sec .pricing-wrap {
    padding: 30px 16px;
    overflow: hidden;
    position: relative;
    background-color: #e8f3ec;
    border-radius: 10px;
    z-index: 2;
}

@media (min-width: 992px) {
    .pricing-sec .pricing-wrap {
        border-radius: 20px;
        padding: 3.75rem 1.25rem;
    }
}

.pricing-sec .pricing-wrap .title {
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 26px;
    letter-spacing: -0.5px;
    line-height: 1.13;
    color: #212121;
}

@media (min-width: 992px) {
    .pricing-sec .pricing-wrap .title {
        margin-bottom: 2.625rem;
    }
}

.pricing-sec .pricing-wrap .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.insight-listing-sec {
    padding: 3.125rem 0 2.8125rem;
}

@media (min-width: 992px) {
    .insight-listing-sec {
        padding: 5.3125rem 0 4.375rem;
    }
}

.insight-listing-sec .title-wrap {
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .insight-listing-sec .title-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-bottom: 7px;
    }
}

.insight-listing-sec .row {
    --bs-gutter-x: 23px;
    --bs-gutter-y: 23px;
}

@media (min-width: 992px) {
    .insight-listing-sec .row {
        --bs-gutter-y: 4.375rem;
    }
}

.insight-listing-sec .btn-wrap {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .insight-listing-sec .btn-wrap {
        margin-top: 50px;
    }

    .insight-listing-sec .btn-wrap .btn.lg {
        --bs-btn-padding-x: 40px;
    }
}

.blog-top-sec {
    padding: 4.0625rem 0 3.125rem;
}

@media (min-width: 992px) {
    .blog-top-sec {
        padding: 5.25rem 0 2.8125rem;
    }
}

.blog-top-sec .title-wrap {
    margin-bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-top-sec .blog-container+.blog-container {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    .blog-top-sec .row {
        --bs-gutter-x: 2.8125rem;
    }
}

@media (max-width: 991.98px) {
    .blog-top-sec .row .blog-card .description {
        display: none;
    }

    .blog-top-sec .row .article-col .blog-container {
        min-width: 100%;
    }

    .blog-top-sec .row .article-col .blog-container .img-container {
        max-width: 100%;
    }
}

.privacy-policy-sec {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .privacy-policy-sec {
        padding: 5rem 0 6.25rem;
    }
}

.privacy-policy-sec .title-wrap {
    margin-bottom: 17px;
}

.privacy-policy-sec .title+.date {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .privacy-policy-sec .title+.date {
        margin-top: 2rem;
    }
}

.career-list-sec {
    padding: 10px 0 50x;
}

@media (min-width: 992px) {
    .career-list-sec {
        padding: 50px 0 6.25rem;
    }
}

.career-list-sec .row {
    --bs-gutter-y: 28px;
}

@media (min-width: 992px) {
    .career-list-sec .row {
        --bs-gutter-x: 1.75rem;
    }
}

.career-list-sec .top-wrap {
    margin-bottom: 20px;
    gap: 20px;
}

@media (min-width: 992px) {
    .career-list-sec .top-wrap {
        gap: 30px;
        margin-bottom: 32px;
    }
}

.career-list-sec .title .number {
    color: #8d8d8d;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400;
}

.contact-office-sec {
    padding: 50px 0;
    background-color: #f7f6f4;
}

@media (min-width: 992px) {
    .contact-office-sec {
        padding: 6.25rem 0;
    }
}

.contact-office-sec .title-wrap {
    margin-bottom: 25px;
    text-align: center;
}

@media (min-width: 992px) {
    .contact-office-sec .title-wrap {
        margin-bottom: 3.5rem;
    }
}

.contact-office-sec .title-wrap .title {
    max-width: 518px;
    margin-inline: auto;
    letter-spacing: -0.2px;
    line-height: 1;
}

.contact-office-sec .row {
    --bs-gutter-y: 30px;
}

@media (min-width: 992px) {
    .contact-office-sec .row {
        --bs-gutter-x: 66px;
    }
}

.contact-office-sec .office-card {
    --bs-aspect-ratio: 52.9%;
}

.contact-office-sec .office-card .img-wrap {
    border-radius: 20px;
    margin-bottom: 30px;
}

.contact-office-sec .office-card .card-body {
    text-align: center;
}

.contact-office-sec .office-card .card-title {
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.1;
}

@media (min-width: 992px) {
    .contact-office-sec .office-card .card-title {
        font-size: 22px;
    }
}

.contact-office-sec .office-card .description {
    max-width: 363px;
    margin-inline: auto;
    color: #616161;
    margin-bottom: 28px;
}

.contact-office-sec .office-card .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .contact-office-sec .office-card .contact-wrap {
        gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .contact-office-sec .office-card .contact-wrap {
        gap: 40px;
    }
}

@media (min-width: 1600px) {
    .contact-office-sec .office-card .contact-wrap {
        gap: 66px;
    }
}

.contact-office-sec .office-card .contact-wrap .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-office-sec .office-card .contact-wrap .contact-item .label {
    font-size: 12px;
    color: #7e7e7e;
    margin-bottom: 2px;
    line-height: 1.1;
}

.contact-office-sec .office-card .contact-wrap .contact-item .link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.contact-office-sec .office-card .contact-wrap .contact-item .link:hover {
    color: #0865fe;
}

.contact-form-sec {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .contact-form-sec {
        padding: 100px 0;
    }
}

@media (min-width: 1440px) {
    .contact-form-sec {
        padding: 7.5rem 0 8.4375rem;
    }
}

.contact-form-sec .title {
    max-width: 483px;
    letter-spacing: -0.2px;
    line-height: 1;
    margin-bottom: 24px;
    color: #000;
}

@media (min-width: 992px) {
    .contact-form-sec .title {
        margin-bottom: 4.125rem;
    }
}

.contact-form-sec .contact-wrap .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-form-sec .contact-wrap .contact-item+.contact-item {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .contact-form-sec .contact-wrap .contact-item+.contact-item {
        margin-top: 2.75rem;
    }
}

.contact-form-sec .contact-wrap .contact-item .label {
    font-size: 14px;
    color: #7e7e7e;
    margin-bottom: 6px;
    line-height: 1.1;
}

@media (min-width: 992px) {
    .contact-form-sec .contact-wrap .contact-item .label {
        margin-bottom: 6px;
    }
}

.contact-form-sec .contact-wrap .contact-item .link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}

@media (min-width: 992px) {
    .contact-form-sec .contact-wrap .contact-item .link {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .contact-form-sec .contact-wrap .contact-item .link {
        font-size: 28px;
    }
}

.contact-form-sec .contact-wrap .contact-item .link:hover {
    color: #0865fe;
}

@media (max-width: 991.98px) {
    .contact-form-sec .form {
        padding-top: 40px;
    }
}

.contact-form-sec .form .row {
    --bs-gutter-y: 20px;
}

@media (min-width: 992px) {
    .contact-form-sec .form .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 32px;
    }
}

.chatbot-use-demo-sec .main-container {
    position: relative;
    padding-bottom: 125.65%;
}

@media (min-width: 992px) {
    .chatbot-use-demo-sec .main-container {
        padding-bottom: 52.21%;
    }
}

.chatbot-use-demo-sec .main-container .content-wrap,
.chatbot-use-demo-sec .main-container .img-wrap {
    position: absolute;
    inset: 0;
}

.chatbot-use-demo-sec .main-container .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}

.chatbot-use-demo-sec .main-container .content {
    padding: 20px;
}

@media (min-width: 992px) {
    .chatbot-use-demo-sec .main-container .content {
        padding: 40px;
    }
}

@media (min-width: 1400px) {
    .chatbot-use-demo-sec .main-container .content {
        padding: 4.375rem;
    }
}

.chatbot-use-demo-sec .main-container .content .title {
    max-width: 440px;
    letter-spacing: -0.6px;
    line-height: 1.1;
}

.chatbot-connect-sec {
    padding: 50px 0;
    background-color: #f7f6f4;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .chatbot-connect-sec {
        padding: 5rem 0;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .chatbot-connect-sec {
        padding: 8.3125rem 0;
        margin-bottom: 3.75rem;
    }
}

.chatbot-connect-sec .content {
    max-width: 559px;
}

@media (max-width: 991.98px) {
    .chatbot-connect-sec .content {
        margin-bottom: 30px;
    }
}

.chatbot-connect-sec .title {
    color: #0d0d0d;
    line-height: 1.1;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .chatbot-connect-sec .title {
        margin-bottom: 32px;
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    to {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
}

.form-success-modal .modal-dialog {
    max-width: 690px;
}

.form-success-modal .btn-close {
    position: absolute;
    top: 27px;
    right: 18px;
    opacity: 1;
    z-index: 3;
}

.form-success-modal .modal-body {
    padding: 30px 16px;
}

@media (min-width: 992px) {
    .form-success-modal .modal-body {
        padding: 3.5rem 3.125rem;
    }
}

.form-success-modal .modal-content {
    border: 0;
    border-radius: 20px;
}

.form-success-modal .form-title {
    margin-block: 20px;
}

@media (min-width: 992px) {
    .form-success-modal .form-title {
        margin-block: 24px;
        font-size: 30px;
    }
}

.form-success-modal .description {
    color: #616161;
    max-width: 397px;
    margin-inline: auto;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .form-success-modal .description {
        margin-bottom: 24px;
    }
}

.footer {
    background-color: #fff;
    color: #000;
}

.footer a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

@media (hover: hover) {
    .footer a:hover {
        color: #0865fe;
    }
}

.footer .label {
    font-weight: 600;
    color: #888;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .footer .label {
        margin-bottom: 1.25rem;
    }
}

.footer .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --icon-size: 2.75rem;
    gap: 15px;
}

@media (min-width: 992px) {
    .footer .contact-item {
        --icon-size: 3.125rem;
    }
}

.footer .contact-item+.contact-item {
    margin-top: 16px;
}

.footer .contact-item .icon-wrap {
    width: var(--icon-size);
    height: var(--icon-size);
    background-color: rgba(218, 223, 240, 0.3490196078);
    border-radius: 50%;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .contact-item .icon-wrap .icon-email {
    font-size: 24px;
}

.footer .contact-item a {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    font-weight: 500;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (min-width: 992px) {
    .footer .contact-item a {
        font-size: 20px;
    }
}

.footer .contact-item address {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5;
    max-width: 307px;
    margin-bottom: 0;
}

.footer .contact-item address p+p {
    margin-top: 20px;
}

.footer .contact-item address a {
    font-size: 16px;
}

.footer .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .nav-links a {
    padding: 5px 0;
    display: inline-block;
}

@media (min-width: 992px) {
    .footer .nav-links a {
        font-size: 18px;
    }
}

.footer .nav-links li+li {
    margin-top: 8px;
}

.footer .social-wrap {
    gap: 1.75rem;
    --icon-size: 2rem;
    font-size: var(--icon-size);
}

@media (max-width: 991.98px) {
    .footer .social-wrap {
        color: #485873;
    }
}

.footer .social-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
}

.footer .images-wrap {
    gap: 2rem;
}

@media (max-width: 991.98px) {
    .footer .images-wrap {
        margin-bottom: 36px;
    }
}

.footer .footer-accordion {
    padding-top: 28px;
}

.footer .footer-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #d6d6d6;
}

.footer .footer-accordion .accordion-item+.accordion-item {
    margin-top: 8px;
}

.footer .footer-accordion .accordion-item .accordion-button {
    padding: 22px 0;
    font-size: 16px;
    font-weight: 600;
    color: #888;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-accordion .accordion-item .accordion-button:after {
    display: none;
}

.footer .footer-accordion .accordion-item .accordion-button .icon {
    position: relative;
    margin-left: auto;
    width: 12px;
    height: 12px;
    margin-top: 7px;
    margin-right: 10px;
}

.footer .footer-accordion .accordion-item .accordion-button .icon:after,
.footer .footer-accordion .accordion-item .accordion-button .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #000;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    will-change: transform;
    border-radius: 5px;
}

.footer .footer-accordion .accordion-item .accordion-button .icon:after {
    -webkit-transform: rotate(90deg) scaleY(1);
    transform: rotate(90deg) scaleY(1);
}

.footer .footer-accordion .accordion-item .accordion-button:not(.collapsed) .icon:after {
    -webkit-transform: rotate(90deg) scaleY(0);
    transform: rotate(90deg) scaleY(0);
}

.footer .footer-accordion .accordion-item .accordion-body {
    padding: 0;
    padding-bottom: 16px;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .footer-top {
        padding: 3.875rem 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer-top .logo-wrapper {
    max-width: 139px;
    width: 100%;
}

@media (min-width: 992px) {
    .footer-top .logo-wrapper {
        max-width: 224px;
    }
}

.footer-top .logo-wrapper figure {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .footer-top .logo-wrapper figure {
        margin-bottom: 0;
    }
}

.footer-top .logo-wrapper img {
    width: 100%;
}

.footer-top .form-wrapper {
    width: 100%;
}

@media (min-width: 1200px) {
    .footer-top .form-wrapper {
        max-width: 488px;
    }
}

.footer-top .form-wrapper .form-ttl {
    margin-bottom: 22px;
}

.footer-top .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-top .input-wrap .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 56px;
    border-radius: 40px;
    padding: 1.25rem 1.5rem;
    font-size: 16px;
    border: none;
    background-color: #f3f4f8;
}

.footer-top .input-wrap .form-control::-webkit-input-placeholder {
    color: #444e6b;
}

.footer-top .input-wrap .form-control::-moz-placeholder {
    color: #444e6b;
}

.footer-top .input-wrap .form-control:-ms-input-placeholder {
    color: #444e6b;
}

.footer-top .input-wrap .form-control::-ms-input-placeholder {
    color: #444e6b;
}

.footer-top .input-wrap .form-control::placeholder {
    color: #444e6b;
}

@media (max-width: 767.98px) {
    .footer-top .input-wrap .btn {
        padding-right: 5px;
        width: 48px;
    }

    .footer-top .input-wrap .btn:before {
        right: 3px;
    }

    .footer-top .input-wrap .btn:after,
    .footer-top .input-wrap .btn:before {
        -webkit-filter: invert(1);
        filter: invert(1);
    }

    .footer-top .input-wrap .btn span {
        display: none;
    }
}

@media (min-width: 992px) {
    .footer-nav {
        border-block: 1px solid #f1f1f1;
        padding: 2.9375rem 0 4rem;
    }
}

.footer-nav .row~.row {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .footer-nav .row~.row {
        margin-top: 36px;
    }
}

.footer-btm {
    padding: 2rem 0 2.8125rem;
}

@media (max-width: 991.98px) {
    .footer-btm {
        color: #6d7792;
    }
}

[data-anim*="fadein-top"] {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

[data-anim="fade-in"] {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.reveal.in-view .anim-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(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: 1599.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;
    }
}

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

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

.modal-backdrop.show {
    opacity: 0.5;
}

.search-field-container {
    gap: 10px;
    margin-top: 80px;
    display: flex
}

.blog-search-icon {
    height: 25px;
}

.blog-input-wrap {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F8;
    border-radius: 10px;
    padding-right: 1.5rem;
}

.blog-input-wrap .form-control {
    height: 56px;
    padding: 1.25rem 1.5rem;
    font-size: 16px;
    border: none;
    background-color: transparent;
}

.form-select {
    display: block;
    width: fit-content;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F3F4F8;
    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 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 0.5rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.search-field-container {
    /*background-color: red;*/
    justify-content: end;
}

.blog-pagination {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6rem;
    flex-wrap: wrap;
}

.page-nav,
.page-num {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    width: fit-content;
    height: 36px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-nav {
    padding: 10px;
    border: 1px solid #e0e0e0;
    background: none;
}

.page-nav:hover,
.page-num:hover {
    border: 1px solid #999;
}

.page-nav.disabled {
    color: #bbb;
    pointer-events: auto;
    cursor: not-allowed;
    border-color: #f0f0f0;
    background-color: #fafafa;
}

.page-num.active {
    background-color: #1677ff;
    color: #fff;
    border-color: #1677ff;
    font-weight: bold;
    pointer-events: none;
}

.dots {
    padding: 0 8px;
    color: #aaa;
    font-size: 16px;
}





.product-banner-sec {
    padding: 40px 0;
    color: #000;
}

@media (min-width: 992px) {
    .product-banner-sec {
        padding: 50px 0 80px;
    }
}

@media (min-width: 1200px) {
    .product-banner-sec {
        padding: 3.75rem 0 5.625rem;
    }
}

@media (max-width: 767.98px) {
    .product-banner-sec .content-wrap {
        margin-bottom: 40px;
    }
}

.product-banner-sec .icon-wrap {
    max-width: 30px;
    margin-bottom: 7px;
}

@media (min-width: 992px) {
    .product-banner-sec .icon-wrap {
        max-width: 2.75rem;
    }
}

.product-banner-sec .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .product-banner-sec .sub-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .product-banner-sec .sub-title {
        font-size: 1.9375rem;
        margin-bottom: 1.875rem;
    }
}

.product-banner-sec .title {
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .product-banner-sec .title {
        margin-bottom: 1.875rem;
    }
}

.product-banner-sec .description {
    margin-bottom: 30px;
    max-width: 490px;
}

.product-banner-sec .btn-wrap {
    gap: 16px;
}

@media (min-width: 992px) {
    .product-banner-sec .btn-wrap {
        gap: 1.875rem;
    }
}

.product-banner-sec .btn-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
}

.product-banner-sec .img-wrap {
    --bs-aspect-ratio: 100%;
}

.product-banner-sec .img-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
}


.product-banner-sec .img-wrap {
    --bs-aspect-ratio: 100%;
}

.product-banner-sec .img-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
}


@media (min-width: 992px) {
    .product-feature-sec .img-wrap {
        position: absolute;
        bottom: 0;
        inset-inline-start: 50%;
        max-width: 50%;
        max-height: 90%;
        width: 100%;
        height: 100%;
    }

    .product-feature-sec .img-wrap img {
        position: absolute;
        bottom: 0;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.author-linkedin{
    display: flex;
    justify-content: start;
}

.author-linkedin a{
    text-decoration: none;
    color: #000;
}

.author-linkedin a:hover{
    color: #000;
}

.author-linkedin a::before{
    height: 40px;
    width: 40px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 1.375rem;
}