﻿
/* region Boostrap */
*,
*::before,
*::after {
    box-sizing: border-box;
}

    *:focus {
        outline: none;
        box-shadow: none
    }

[v-cloak] {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 5s, opacity 5s linear;
}

    [v-cloak] > * {
        opacity: 0;
        visibility: hidden;
        transition: visibility 0s 5s, opacity 5s linear;
    }

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

:root {
    --bs-white: #ffffff;
    --bs-gray: #555f70;
    --bs-gray2: #6d7c90;
    --bs-dark-gray: #67686B;
    --bs-light-gray: #f0f0f0;
    --bs-link: #1486d6;
    --bs-primary: #38b1ed;
    --bs-success: #008a0b;
    --bs-warning: #ffbd45;
    --bs-danger: #d93332;
    --bs-dark: #35404e;
    --bs-light-primary: #f1faff;
    --bs-light-success: #e8fff3;
    --bs-light-info: #f8f5ff;
    --bs-light-warning: #ed681a1f;
    --bs-light-danger: #fff5f8;
    --bs-light-dark: #eff2f5;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", "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;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border-spacing: 0;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    font-weight: bold;
}

body {
    position: relative;
    margin: 0;
    zoom: 1;
    font-family: 'Avenir', var(--bs-font-sans-serif);
    font-size: 16px;
    line-height: 1.5;
    color: var(--bs-gray);
    background-color: #f8fcff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

    body.active {
        overflow: hidden;
    }


button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: 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;
    }

a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.fade {
    transition: opacity .15s linear;
}

    .fade:not(.show) {
        opacity: 0;
    }

.heading {
    width: 100%;
    margin-bottom: 40px;
}

    .heading .h-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0 0 5px;
        color: var(--bs-dark)
    }

    .heading .h-desc {
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        color: var(--bs-gray)
    }

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 2;
}

.w-100 {
    width: 100%;
}

.mt-2 {
    margin-top: 20px;
}

.mt-4 {
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.d-none {
    display: flex;
}

.d-block {
    display: flex;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: start;
}

.align-items-end {
    align-items: end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #ffffff;
}

.bg-danger {
    background-color: var(--bs-danger);
}

.bg-warning {
    background-color: var(--bs-warning);
}

.bg-primary {
    background-color: var(--bs-primary);
}

.bg-success {
    background-color: var(--bs-success);
}

.bg-dark {
    background-color: var(--bs-dark);
}

.mb-2 {
    margin-bottom: 20px;
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 7px 0;
    min-height: auto;
    line-height: 1;
}

    .form-check span {
        line-height: 1;
        margin-left: 5px;
    }

.form-check-input {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 0;
    background-color: #949596;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    appearance: none;
    color-adjust: exact;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
    }

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
    }

    .form-check-input[type=checkbox] {
        border-radius: 4px;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:checked {
        background-color: var(--bs-danger);
        border-color: var(--bs-danger);
    }

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
}

.form-switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 3px 0;
}

    .form-switch .form-check-input {
        margin-right: 5px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
        background-position: left center;
        transition: background-position .15s ease-in-out;
        border-radius: 3.25rem;
        width: 40px;
    }

        .form-switch .form-check-input:checked {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
            background-position: right center;
        }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.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(.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;
}

.list-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

    .list-group:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: #e6e6e6;
    }

    .list-group .list-group-item {
        position: relative;
        display: block;
        padding-left: 18px;
        margin: 8px 0;
        line-height: 24px;
        font-size: 18px;
        color: var(--bs-dark);
        box-sizing: border-box;
    }

        .list-group .list-group-item.active {
            color: var(--bs-danger);
        }

            .list-group .list-group-item.active:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                display: block;
                width: 2px;
                background: var(--bs-danger);
            }

        .list-group .list-group-item:hover {
            color: var(--bs-danger);
        }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 0;
    }

.col {
    flex: 1 0 0;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.table {
    display: table;
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 0;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .table > tbody {
        vertical-align: inherit;
    }

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: transparent;
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px transparent;
    }

table tr:last-child * {
    border-bottom: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.card-body {
    flex: 1 1 auto;
    padding: 15px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #fff;
}

.card-header {
    font-size: 20px;
    font-weight: 800;
    color: var(--bs-dark);
    padding-bottom: 15px;
    margin-bottom: 0;
    background-color: #ccc;
}

    .card-header:first-child {
        border-radius: 4px 4px 0 0;
    }

.card.card-primary {
    background-color: #d5f0fb;
    padding: 15px;
}

    .card.card-primary .card-header {
        background-color: #d5f0fb;
    }

.card.card-buy {
    background-color: #d5fbdf;
    padding: 15px;
}

    .card.card-buy .card-header {
        background-color: #d5fbdf;
        font-weight: unset;
    }

/* alert */
.alert {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.alert-success {
    border-left-color: var(--bs-success);
}

.alert-warning {
    border-left-color: var(--bs-warning);
}

.alert-danger {
    border-left-color: var(--bs-danger);
}
/* badge */
.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-success {
    background-color: var(--bs-success);
}

.badge-warning {
    background-color: var(--bs-warning);
}

.badge-danger {
    background-color: var(--bs-danger);
}

.badge-secondary {
    background-color: var(--bs-gray);
    color: var(--bs-dark);
}

.badge {
    line-height: 1;
    padding: .35em .65em .25em;
}

.badge-outline-success {
    background-color: transparent !important;
    color: var(--bs-success);
    border: 1px solid var(--bs-success);
}

.badge-outline-danger {
    background-color: transparent !important;
    color: var(--bs-danger);
    border: 1px solid var(--bs-danger);
}

.badge-outline-warning {
    background-color: transparent !important;
    color: var(--bs-warning);
    border: 1px solid var(--bs-warning);
}

.badge-outline-dark {
    background-color: transparent !important;
    color: var(--bs-dark);
    border: 1px solid var(--bs-dark);
}

.badge-outline-primary {
    background-color: transparent !important;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.badge-outline-info {
    background-color: transparent !important;
    color: var(--bs-info);
    border: 1px solid var(--bs-info);
}

.badge-outline-success svg {
    fill: var(--bs-success);
}

.badge-outline-danger svg {
    fill: var(--bs-danger);
}
/* form */
.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    min-height: 42px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--bs-dark);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: 13px 10px;
    min-height: 42px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--bs-dark);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    padding: 10px;
    min-height: 90px;
    line-height: 1.5;
}

.form-control:focus {
    border-color: var(--bs-primary);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-weight: 600;
    line-height: 1;
    color: var(--bs-dark);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

    .btn:before {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

.btn-warning {
    color: var(--bs-dark);
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.btn-primary {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


.btn-link {
    color: var(--bs-primary);
    padding: 0;
}

.btn-success {
    color: var(--bs-white);
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

.btn-danger {
    color: var(--bs-white);
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

    .btn-danger:hover {
        color: var(--bs-white);
        background-color: #a10207;
        border-color: #a10207;
    }

.btn-light {
    color: var(--bs-dark);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-dark {
    color: var(--bs-white);
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.btn-secondary {
    color: var(--bs-white);
    background-color: var(--bs-gray);
    border-color: var(--bs-gray);
}

.btn:focus {
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
    opacity: .65;
}



/* tab */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tabs5 .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    border: 0;
    margin-bottom: 30px;
}

.tabs5 .nav-item {
    margin-bottom: 10px;
    margin-right: 10px;
}

.tabs5 .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #206c92;
    color: #206c92;
    border-radius: .375rem;
    height: 44px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.1;
    padding: 0 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

    .tabs5 .nav-link.active {
        background-color: #206c92;
        border: 2px solid #206c92;
        color: var(--bs-white);
    }

    .tabs5 .nav-link svg {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }

@media only screen and (max-width: 767px) {
    .tabs5 .nav-item {
        margin: 5px;
    }

    .table tbody th {
        border-bottom: none;
        padding-bottom: 0;
    }

    .table tbody td br {
        display: none;
    }

    .table > :not(caption) > * > * {
        display: block;
        width: 100%;
    }

    .table > :not(caption) > * > * {
        overflow-wrap: anywhere;
    }

    .table.caption tbody td {
        display: inline-block !important;
        width: auto !important;
    }
}

/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .modal-header .modal-title {
        margin: 0;
        line-height: 1.5;
        font-size: 18px;
        font-weight: 500;
    }

    .modal-header .btn-close-w {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .5;
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.5rem auto;
    }

    .modal-header .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .5;
    }

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.5rem auto;
    }

    .modal-header .btn-close2 {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .5rem .5rem;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .7;
        margin: -.5rem -.5rem -.5rem auto;
    }

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

    .modal-footer > * {
        margin: .25rem;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

/* dropdown */
.dropdown .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    background-clip: padding-box;
}

    .dropdown .dropdown-menu.show {
        display: block;
    }

    .dropdown .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem;
    }

.dropdown .dropdown-menu-end {
    --bs-position: end;
}

.dropdown .dropdown-menu-start {
    --bs-position: start;
}

.dropdown .dropdown-toggle {
    white-space: nowrap;
}

    .dropdown .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown .dropdown-toggle.show::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-bottom: .3em solid;
        border-right: .3em solid transparent;
        border-top: 0;
        border-left: .3em solid transparent;
    }

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.collapse:not(.show) {
    display: none;
}

@media only screen and (max-width: 767px) {
    .heading .h-title {
        padding: 0;
        font-size: 24px;
    }

        .heading .h-title br {
            display: none;
        }

    .heading .h-desc {
        padding: 0;
        font-size: 18px;
    }

        .heading .h-desc br {
            display: none;
        }
}
/* endregion */

/* region Animation */
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}
/* endregion */

/* region Header */
.header {
    position: relative;
    z-index: 1;
    padding: 15px 0;
}

    .header .head-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .header .head-left .logo {
            display: inline-flex;
        }

    .header .head-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .header .head-right .btn {
            padding: 0 10px;
            width: 46px;
        }

            .header .head-right .btn > svg {
                width: 25px;
                height: 25px;
            }

    .header.on-scroll {
        position: fixed;
        z-index: 3;
        background-color: var(--bs-white);
        padding: 5px 0;
        border-bottom: 0;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 30px 60px rgb(0 19 87 / 6%);
        -moz-box-shadow: 0 30px 60px rgb(0 19 87 / 6%);
        box-shadow: 0 30px 60px rgb(0 19 87 / 6%);
    }
/* endregion */

/* region Section Hero */
.section-hero {
    padding: 110px 0 60px;
}

    .section-hero .container {
        height: 100%;
    }

    .section-hero .row {
        height: 100%;
    }

    .section-hero .hero-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .section-hero .hero-form h1 {
            font-size: 42px;
            font-weight: 800;
            margin: 0 0 15px;
            line-height: 1;
            color: var(--bs-dark);
        }

        .section-hero .hero-form p {
            font-size: 18px;
            line-height: 1.4;
            margin: 0;
        }

        .section-hero .hero-form .input-group {
            background-color: var(--bs-dark);
            border: 2px solid var(--bs-dark);
            margin: 20px 0 20px;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            box-shadow: 0 2px 3px rgb(2 31 63 / 10%), 0 30px 60px -25px rgb(2 31 63 / 10%), 0 0 120px rgb(2 31 63 / 5%);
        }

            .section-hero .hero-form .input-group .form-control {
                padding: 0 30px;
                font-size: 17px;
                font-weight: 600;
                height: 52px;
                border: 0;
                border-radius: 30px 0 0 30px;
                -moz-border-radius: 30px 0 0 30px;
                -webkit-border-radius: 30px 0 0 30px;
            }

            .section-hero .hero-form .input-group .btn {
                height: 52px;
                border: 0;
                width: 94px;
                border-radius: 0 30px 30px 0;
                -moz-border-radius: 0 30px 30px 0;
                -webkit-border-radius: 0 30px 30px 0;
            }

                .section-hero .hero-form .input-group .btn svg {
                    width: 28px;
                    height: 28px;
                }

        .section-hero .hero-form .who-ip {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

            .section-hero .hero-form .who-ip svg {
                width: 15px;
                height: 15px;
                margin-right: 5px;
            }

            .section-hero .hero-form .who-ip b {
                margin-left: 5px;
            }

@media only screen and (max-width: 767px) {
    .section-hero .hero-form h1 {
        font-size: 32px;
    }

    .section-hero .hero-form p {
        font-size: 16px;
    }
}
/* endregion */

/* region Section Result */
.section-result.collapse.show,
.section-result.collapsing {
    padding: 0 0 90px;
}

.section-result .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .section-result .heading span {
        background: rgba(56, 177, 237,.2);
        color: #206c92;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        display: inline-block;
        padding: 6px 12px 3px;
        margin-bottom: 5px;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
    }

.card.card-primary h3 {
    font-size: 20px;
    padding: 0 7px 7px;
    font-weight: 800;
    color: var(--bs-dark);
}

.card.card-primary .d-remaining {
    font-size: 13px;
    display: block;
}

.card.card-primary .card-body {
    font-size: 15px;
}

.card.card-buy .card-body .text {
    font-size: 26px;
    font-weight: 700;
}

.card.card-buy .card-body .btn {
    font-size: 16px;
    font-weight: 700;
}

.pre-line,
.wordbreak {
    font-family: monospace;
    line-height: 1.4em;
    word-spacing: 0.01em;
    white-space: pre-line;
    word-wrap: break-word;
}

.pull-right {
    float: right;
}

.text-uppercase {
    text-transform: uppercase;
}


.error-card {
    font-size: 13px;
    background-color: #d78484;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 10px;
}

.collapsing {
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.collapse.show#collapseSearch {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 75px;
}

    .collapse.show#collapseSearch .text {
        font-size: 18px;
        font-weight: 700;
        color: var(--bs-dark);
    }


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 55px
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: rgb(107 203 244/40%);
        animation-timing-function: cubic-bezier(0,1,1,0)
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 .6s infinite
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 .6s infinite
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 .6s infinite
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 .6s infinite
        }
/* endregion */

/* region Section Whhy */
.section-why {
    padding: 70px 0 60px;
}

    .section-why .why-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 15px 0;
    }

        .section-why .why-box .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            background: rgba(56, 177, 237,.2);
            color: #38b1ed;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
        }

            .section-why .why-box .icon svg {
                width: 42px;
                height: 42px;
            }

        .section-why .why-box h2 {
            font-size: 20px;
            line-height: 1.4;
            margin: 15px 0 10px;
            color: var(--bs-dark);
        }

        .section-why .why-box p {
            font-size: 16px;
            line-height: 1.4;
            margin: 0;
        }
/* endregion */

/* region Section Faq */
.section-faq {
    padding: 60px 0;
}

    .section-faq .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
    }

        .section-faq .heading span {
            background: rgba(56, 177, 237,.2);
            color: #206c92;
            font-size: 13px;
            font-weight: 600;
            line-height: 1;
            display: inline-block;
            padding: 6px 12px 4px;
            margin-bottom: 10px;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
        }

    .section-faq .faq-item {
        position: relative;
        background-color: #fff;
        padding: 20px 20px 20px 60px;
        border-radius: 10px;
        margin-bottom: 30px;
        counter-increment: line-number;
        box-shadow: 0 2px 3px rgb(2 31 63 / 10%), 0 30px 60px -25px rgb(2 31 63 / 10%), 0 0 120px rgb(2 31 63 / 5%);
        transition: 300ms;
    }



        .section-faq .faq-item:before {
            position: absolute;
            content: counter(line-number);
            left: -15px;
            top: -15px;
            z-index: 1;
            font-size: 64px;
            letter-spacing: -9.5px;
            line-height: 1;
            opacity: .2;
            font-weight: 800;
            color: var(--bs-dark);
            transition: 300ms;
        }

        .section-faq .faq-item h3 {
            font-size: 18px;
            color: var(--bs-dark);
        }

        .section-faq .faq-item p {
            font-size: 15px;
            color: var(--bs-gray)
        }

        .section-faq .faq-item ol, .section-faq .faq-item ul {
            padding-left: 30px;
            margin: 15px 0 0;
            font-size: 15px;
        }

            .section-faq .faq-item ol li, .section-faq .faq-item ıl li {
                padding: 3px 0;
                line-height: 1.3;
            }

        .section-faq .faq-item:hover {
            box-shadow: 0 5px 10px rgb(2 31 63 / 10%), 0 30px 60px -25px rgb(2 31 63 / 10%), 0 0 120px rgb(2 31 63 / 5%);
            transition: 300ms;
        }
            .section-faq .faq-item:hover:before {
                opacity:0.5;
                top: -20px;
            }
            .section-faq .faq-item:hover p,
            .section-faq .faq-item:hover li {
                color: var(--bs-dark)
            }
/* endregion */

/* region Body Background */
.body-bg-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

    .body-bg-main picture {
        width: 100%;
        height: 100%;
    }

    .body-bg-main img {
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
/* endregion */

/* region Modal */
#modal-lang ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    #modal-lang ul + ul {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e8e8e8;
    }

    #modal-lang ul > li {
        flex: 0 0 calc(100% / 4);
    }

        #modal-lang ul > li > a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 13px;
            line-height: 1.3;
            font-weight: 400;
            padding: 10px 5px;
            color: var(--bs-dark);
        }

            #modal-lang ul > li > a > img {
                width: 31px;
                height: 31px;
                margin-right: 5px;
            }

            #modal-lang ul > li > a:hover {
                color: var(--bs-primary)
            }

@media only screen and (max-width: 767px) {
    body {
        background-color: #fff;
    }

    #modal-lang ul > li {
        flex: 0 0 calc(100% / 3.1);
    }
}
/* endregion */

/* region Font */
@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('assets/fonts/Avenir-Light.eot');
    src: url('assets/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Avenir-Light.woff2') format('woff2'), url('assets/fonts/Avenir-Light.woff') format('woff'), url('assets/fonts/Avenir-Light.ttf') format('truetype'), url('assets/fonts/Avenir-Light.svg#Avenir') format('svg');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/Avenir-Book.eot');
    src: url('assets/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Avenir-Book.woff2') format('woff2'), url('assets/fonts/Avenir-Book.woff') format('woff'), url('assets/fonts/Avenir-Book.ttf') format('truetype'), url('assets/fonts/Avenir-Book.svg#Avenir') format('svg');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('assets/fonts/Avenir-Medium.eot');
    src: url('assets/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Avenir-Medium.woff2') format('woff2'), url('assets/fonts/Avenir-Medium.woff') format('woff'), url('assets/fonts/Avenir-Medium.ttf') format('truetype'), url('assets/fonts/Avenir-Medium.svg#Avenir') format('svg');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/fonts/Avenir-Heavy.eot');
    src: url('assets/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Avenir-Heavy.woff2') format('woff2'), url('assets/fonts/Avenir-Heavy.woff') format('woff'), url('assetsfonts/Avenir-Heavy.ttf') format('truetype'), url('assets/fonts/Avenir-Heavy.svg#Avenir') format('svg');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('assets/fonts/Avenir-Black.eot');
    src: url('assets/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Avenir-Black.woff2') format('woff2'), url('assets/fonts/Avenir-Black.woff') format('woff'), url('assets/fonts/Avenir-Black.ttf') format('truetype'), url('assets/fonts/Avenir-Black.svg#Avenir') format('svg');
}
/* endregion */

/* region Footer */
.footer {
    padding: 15px 0;
    background-color: var(--bs-dark);
    font-size: 14px;
    text-align: center;
    color: #fff;
}
/* endregion */
