@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-Regular.otf') format('opentype'),
    url('../fonts/Evolventa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-Oblique.otf') format('opentype'),
    url('../fonts/Evolventa-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-Bold.otf') format('opentype'),
    url('../fonts/Evolventa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-BoldOblique.otf') format('opentype'),
    url('../fonts/Evolventa-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'No Limits';
    src: url('../fonts/No-Limits.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-body-font-family: 'Evolventa';
    --font-family: "Evolventa", sans-serif;
    --second-family: "No Limits", sans-serif;
    --bs-body-color: #0D172C;
}

body {
    margin: 0;
    padding-right: 0 !important;
    font-family: var(--bs-body-font-family), sans-serif;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.font-standard {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e3e3e3;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

html, body, main {
    font-family: 'Evolventa', sans-serif;
    background: #0D172C !important;
}

.mt-default {
    margin-top: 30px;
}

.mb-default {
    margin-bottom: 30px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(10px);
        opacity: 0.5;
    }
}

.bounce-arrow {
    animation: bounce 1.5s infinite;
}


.F32f23 {
    width: 100%;
    min-height: 50px;
    background: #040e24;
}

.F32f23 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 140px;
}

@media (max-width: 767px) {
    .F32f23 {
        font-family: var(--font-family), sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 133%;
        color: #e3e3e3;
    }
}

.breadcrumb-nav {
    margin-top: 60px;
}

.breadcrumb {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #faf9f9;
}

.breadcrumb li {
    color: #6C717E;
}

.breadcrumb li:first-child {
    color: #FAF9F9;
}

@media (max-width: 767px) {
    .breadcrumb, .breadcrumb li {
        font-family: var(--font-family), sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 123%;
        color: #e3e3e3;
    }

    .breadcrumb-nav {
        margin-top: 15px;
    }
}

.Af34f2f42 {
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 114%;
    color: #faf9f9;
    margin-top: 90px !important;
    margin-bottom: 45px;
}

.Af34f2f42c {
    display: flex;
    border-radius: 5px;
    height: 120px;
    background: #e7e7e7;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.Af34f2f42p {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #0d172c;
}

.partner {
    width: 100%;
    height: 80px;
}

.Af34f2f42c img {
    width: auto;
    max-height: 60px;
}

.Af34f2f42c {
    display: flex;
    border-radius: 5px;
    padding: 10px;
    height: 120px;
    background: #ffffff;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.Af34f2f42p {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    color: #6e7480;
    margin-top: 3px;
    margin-bottom: 0;
}

.Adj23d23b {
    margin-top: 8rem !important;
}

.Af34f2f42cd2 {
    min-height: 237px;
}

.Af34f2f42pg {
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 112%;
    text-align: center;
    color: #faf9f9;
    margin-top: 15px;
    margin-bottom: 5px;
}

.Af34f2f42pg2 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 129%;
    text-align: center;
    color: #faf9f9;
}

.AVB32das {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-submit-modal {
    border-radius: 5px !important;
    height: 45px !important;
    background: #32b5c9 !important;
    font-family: var(--font-family), sans-serif;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #fff !important;
}

.modal-title {
    font-family: var(--second-family), sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    color: #faf9f9 !important;
    margin-bottom: 0 !important;
}

.color-text-default {
    color: #faf9f9 !important;
}

.Tweqfc {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #6e7480;
}

.form-control-plaintext {
    font-weight: 400;
    font-size: 11px;
    color: #6e7480;
}

table.table-vcenter tr:hover {
    background-color: #1c273e;
}

.result-loader {
    min-height: 450px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mfp-auto-cursor .mfp-content {
    max-width: 550px!important;
}
.btn-close-white, [data-bs-theme=dark] .btn-close {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    top: 10px!important;
}
.mfp-close {
    width: 50px;
    height: 50px;
    line-height: 44px;
    color: #FFF;
    font-size: 28px;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    top: 10px!important;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #FFF;
}
