:root {
    --bs-blue: #3c7eff;
    --bs-indigo: #6610f2;
    --bs-purple: #b822ff;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffa722;
    --bs-green: #8bd74e;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: rgba(255, 255, 255, 0.7);
    --bs-gray-dark: rgba(39, 40, 42, 0.7);
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-action-1: #3c7eff;
    --bs-action-2: #6610f2;
    --bs-action-3: #b822ff;
    --bs-action-4: #d63384;
    --bs-action-5: #dc3545;
    --bs-action-6: #fd7e14;
    --bs-action-7: #ffa722;
    --bs-action-8: #8bd74e;
    --bs-dark-1: #27282a;
    --bs-dark-2: rgba(39, 40, 42, 0.7);
    --bs-dark-3: rgba(39, 40, 42, 0.3);
    --bs-light-1: #fff;
    --bs-light-2: rgba(255, 255, 255, 0.7);
    --bs-light-3: rgba(255, 255, 255, 0.45);
    --bs-bg-1: #000;
    --bs-bg-2: #f5f5f5;
    --bs-bg-3: #fff;
    --bs-action-1-rgb: 60, 126, 255;
    --bs-action-2-rgb: 102, 16, 242;
    --bs-action-3-rgb: 184, 34, 255;
    --bs-action-4-rgb: 214, 51, 132;
    --bs-action-5-rgb: 220, 53, 69;
    --bs-action-6-rgb: 253, 126, 20;
    --bs-action-7-rgb: 255, 167, 34;
    --bs-action-8-rgb: 139, 215, 78;
    --bs-dark-1-rgb: 39, 40, 42;
    --bs-dark-2-rgb: 39, 40, 42;
    --bs-dark-3-rgb: 39, 40, 42;
    --bs-light-1-rgb: 255, 255, 255;
    --bs-light-2-rgb: 255, 255, 255;
    --bs-light-3-rgb: 255, 255, 255;
    --bs-bg-1-rgb: 0, 0, 0;
    --bs-bg-2-rgb: 245, 245, 245;
    --bs-bg-3-rgb: 255, 255, 255;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 39, 40, 42;
    --bs-body-color-rgb: 39, 40, 42;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Arial", 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));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: rgba(39, 40, 42, 0.7);
    --bs-body-bg: #fff
}

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

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(39, 40, 42, 0)
}

.h2, .h5, .h6, h2, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial;
    font-weight: 700;
    line-height: 1.25;
    color: #27282a
}

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

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

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

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

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

b {
    font-weight: bolder
}

a {
    color: #3c7eff;
    text-decoration: none
}

a:hover {
    color: #3065cc;
    text-decoration: none
}

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

img, svg {
    vertical-align: middle
}

.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 700;
    line-height: 1.1
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

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

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

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

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

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

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

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

@media (min-width: 1400px) {
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
}

.btn {
    display: inline-block;
    align-self: center;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(39, 40, 42, .7);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .825rem 1.1875rem;
    font-size: 1.125rem;
    border-radius: .625rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: rgba(39, 40, 42, .7)
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(60, 126, 255, .25)
}

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

.btn-action-1 {
    color: #fff;
    background-color: #3c7eff;
    border-color: #3c7eff
}

.btn-action-1:hover {
    color: #fff;
    background-color: #336bd9;
    border-color: #3065cc
}

.btn-action-1:focus {
    color: #fff;
    background-color: #336bd9;
    border-color: #3065cc;
    box-shadow: 0 0 0 0 rgba(89, 145, 255, .5)
}

.btn-action-1.active, .btn-action-1:active {
    color: #fff;
    background-color: #3065cc;
    border-color: #2d5fbf
}

.btn-action-1.active:focus, .btn-action-1:active:focus {
    box-shadow: 0 0 0 0 rgba(89, 145, 255, .5)
}

.btn-action-1:disabled {
    color: #fff;
    background-color: #3c7eff;
    border-color: #3c7eff
}

.btn-action-2 {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2
}

.btn-action-2:hover {
    color: #fff;
    background-color: #570ece;
    border-color: #520dc2
}

.btn-action-2:focus {
    color: #fff;
    background-color: #570ece;
    border-color: #520dc2;
    box-shadow: 0 0 0 0 rgba(125, 52, 244, .5)
}

.btn-action-2.active, .btn-action-2:active {
    color: #fff;
    background-color: #520dc2;
    border-color: #4d0cb6
}

.btn-action-2.active:focus, .btn-action-2:active:focus {
    box-shadow: 0 0 0 0 rgba(125, 52, 244, .5)
}

.btn-action-2:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2
}

.btn-action-8 {
    color: #27282a;
    background-color: #8bd74e;
    border-color: #8bd74e
}

.btn-action-8:hover {
    color: #27282a;
    background-color: #9cdd69;
    border-color: #97db60
}

.btn-action-8:focus {
    color: #27282a;
    background-color: #9cdd69;
    border-color: #97db60;
    box-shadow: 0 0 0 0 rgba(124, 189, 73, .5)
}

.btn-action-8.active, .btn-action-8:active {
    color: #27282a;
    background-color: #a2df71;
    border-color: #97db60
}

.btn-action-8.active:focus, .btn-action-8:active:focus {
    box-shadow: 0 0 0 0 rgba(124, 189, 73, .5)
}

.btn-action-8:disabled {
    color: #27282a;
    background-color: #8bd74e;
    border-color: #8bd74e
}

.btn-light-1 {
    color: #27282a;
    background-color: #fff;
    border-color: #fff
}

.btn-light-1:hover {
    color: #27282a;
    background-color: #fff;
    border-color: #fff
}

.btn-light-1:focus {
    color: #27282a;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0 rgba(223, 223, 223, .5)
}

.btn-light-1.active, .btn-light-1:active {
    color: #27282a;
    background-color: #fff;
    border-color: #fff
}

.btn-light-1.active:focus, .btn-light-1:active:focus {
    box-shadow: 0 0 0 0 rgba(223, 223, 223, .5)
}

.btn-light-1:disabled {
    color: #27282a;
    background-color: #fff;
    border-color: #fff
}

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

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

.btn-bg-1:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0 rgba(38, 38, 38, .5)
}

.btn-bg-1.active, .btn-bg-1:active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-bg-1.active:focus, .btn-bg-1:active:focus {
    box-shadow: 0 0 0 0 rgba(38, 38, 38, .5)
}

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

.btn-sm {
    padding: .5875rem .9375rem;
    font-size: 1rem;
    border-radius: .625rem
}

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

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

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

.carousel {
    position: relative
}

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

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

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .4s cubic-bezier(0, .46, .42, 1.11)
}

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

.carousel-item.active {
    display: block
}

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

.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

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

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

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

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

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

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

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

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0
    }
}

/*! */
body, p {
    letter-spacing: -.03em
}

.fs-1 {
    letter-spacing: -.03em
}

.fs-2 {
    letter-spacing: -.03em
}

.fs-3 {
    letter-spacing: -.03em
}

.fs-4 {
    letter-spacing: -.03em
}

.fs-5 {
    letter-spacing: -.03em
}

.h2, h2 {
    letter-spacing: -.04em
}

.h5, h5 {
    letter-spacing: -.04em
}

.h6, h6 {
    letter-spacing: -.04em
}

.display-3 {
    letter-spacing: -.05em
}

.display-5 {
    letter-spacing: -.05em
}

.display-6 {
    letter-spacing: -.05em
}

.fill-action-1 {
    fill: #3c7eff
}

.fill-action-2 {
    fill: #6610f2
}

.fill-action-8 {
    fill: #8bd74e
}

.fill-dark-1 {
    fill: #27282a
}

.fill-dark-2 {
    fill: rgba(39, 40, 42, .7)
}

.fill-light-1 {
    fill: #fff
}

::selection {
    background: #ffa722;
    color: #27282a
}

.font-heading {
    font-weight: 700
}

a {
    display: inline-block
}

a:not([data-aos]):not(.btn) {
    transition: color .15s ease-in-out, opacity .15s ease-in-out
}

a:not([data-aos]):not(.btn):hover {
    opacity: .7
}

.btn-width-equal-height {
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-width-equal-height.btn-sm {
    width: 2.5rem;
    height: 2.5rem
}

@media (max-width: 575.98px) {
    .remove-br br {
        display: none
    }
}

.custom-mobile-nav-btn {
    background: #171717
}

.custom-mobile-nav-btn:hover {
    background: #404040
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

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

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

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

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid rgba(39, 40, 42, .3) !important
}

.border-bottom {
    border-bottom: 1px solid rgba(39, 40, 42, .3) !important
}

.border-dark-3 {
    border-color: rgba(39, 40, 42, .3) !important
}

.border-bg-2 {
    border-color: #f5f5f5 !important
}

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

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

.flex-column {
    flex-direction: column !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mt-6 {
    margin-top: 1.5rem !important
}

.mt-8 {
    margin-top: 2rem !important
}

.mt-10 {
    margin-top: 2.5rem !important
}

.me-8 {
    margin-right: 2rem !important
}

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

.mb-2 {
    margin-bottom: .5rem !important
}

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

.mb-5 {
    margin-bottom: 1.25rem !important
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.mb-8 {
    margin-bottom: 2rem !important
}

.mb-15 {
    margin-bottom: 3.75rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.ps-7 {
    padding-left: 1.75rem !important
}

.font-heading {
    font-family: Arial, 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" !important
}

.fs-1 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-2 {
    font-size: calc(1.2625rem + .15vw) !important
}

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

.fs-4 {
    font-size: 1.125rem !important
}

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

.fw-bold {
    font-weight: 700 !important
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-2 {
    border-radius: .625rem !important
}

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

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-8 {
        margin-bottom: 2rem !important
    }

    .pt-md-10 {
        padding-top: 2.5rem !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

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

    .flex-lg-row {
        flex-direction: row !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

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

    .py-lg-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important
    }

    .py-lg-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-6 {
        margin-bottom: 1.5rem !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 1.5rem !important
    }

    .fs-2 {
        font-size: 1.375rem !important
    }
}