input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.btn:active {
    transform: translateY(1px) !important
}

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

.navbar-toggler:focus {
    box-shadow: none
}

.form-control:focus {
    box-shadow: none
}

a {
    text-decoration: none !important
}

::-webkit-scrollbar {
    display: none
}

body {
    color: #fff;
    background: #12111b;
    font-size: 16px;
    overflow-x: hidden;
    font-family: Arial
}

@media screen and (max-width: 480px) {
    body {
        font-size: 20px
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 20px
    }
}

@keyframes blink {
    0% {
        opacity: .1
    }

    25% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    95% {
        opacity: .5
    }

    100% {
        opacity: .1
    }
}

.blink {
    animation-name: blink;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes floating {
    0% {
        transform: translate(0, 0px)
    }

    50% {
        transform: translate(0, 15px)
    }

    100% {
        transform: translate(0, 0px)
    }
}

.rotate {
    animation: rotate 5s infinite linear
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    border: none;
    cursor: pointer
}

#back-to-top:hover {
    background-color: #0056b3
}

.img-logo {
    width: 200px
}

@media(min-width: 320px)and (max-width: 479px) {
    .img-logo {
        width: 125px
    }
}

.text-highline {
    color: #f6921e !important
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: #000;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
    outline: none
}

.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    line-height: 1;
    color: #fff;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-slider .slick-prev {
    left: -25px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    transform: translateY(-40%)
}

@media(min-width: 320px)and (max-width: 479px) {
    .slick-slider .slick-prev {
        left: -5px;
        width: 30px;
        height: 30px
    }
}

.slick-slider .slick-next {
    right: -25px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    transform: translateY(-40%)
}

@media(min-width: 320px)and (max-width: 479px) {
    .slick-slider .slick-next {
        right: -5px;
        width: 30px;
        height: 30px
    }
}

:root,
[data-bs-theme=light] {
    --bs-border-radius: 20px;
    --bs-border-color: #F37920
}

.btn-start {
    background: #f37920;
    color: #fff;
    border: 1px solid #f37920
}

.btn-start:hover {
    background: #fff !important;
    color: #f37920 !important;
    border: 1px solid #f37920
}

.title {
    font-weight: 700;
    font-size: 40px
}

@media(min-width: 320px)and (max-width: 479px) {
    .title {
        font-size: 30px
    }
}

.table-responsive {
    border: 6px solid #f6921e;
    background: #fff;
    min-height: 400px
}

.table-responsive .table {
    font-size: 15px;
    font-family: Arial
}

header {
    background: #12111b
}

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

header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f6921e
}

header .navbar .navbar-nav .nav-item .active {
    color: #f6921e
}

header .navbar .dropdown-menu {
    background: #f6921e;
    min-width: 100% !important;
    border-radius: 10px
}

header .navbar .dropdown-menu .dropdown-item {
    color: #fff;
    border-bottom: 1px solid #fff
}

header .navbar .dropdown-menu .dropdown-item:hover {
    color: #f6921e
}

header .offcanvas {
    background: #12111b
}

section {
    margin-top: 85px
}

@media(min-width: 320px)and (max-width: 479px) {
    section {
        margin-top: 60px
    }
}

section .bg-grey {
    background: #1f1e1e
}

section .banner {
    background: url(../images/banner-bg.png);
    background-size: 100% 100%;
    padding: 130px 0;
    background-repeat: no-repeat
}

@media screen and (max-width: 480px) {
    section .banner {
        background-size: auto 100%;
        padding: 30px 0
    }
}

@media screen and (max-width: 1024px) {
    section .banner {
        background-size: auto 100%;
        padding: 30px 0
    }
}

section .banner .banner-title {
    font-size: 60px
}

@media(min-width: 320px)and (max-width: 479px) {
    section .banner .banner-title {
        font-size: 35px
    }
}

section .banner .banner-subtitle {
    font-size: 30px
}

@media(min-width: 320px)and (max-width: 479px) {
    section .banner .banner-subtitle {
        font-size: 25px
    }
}

section .earn {
    padding: 130px 0;
    font-size: 40px
}

@media screen and (max-width: 480px) {
    section .earn {
        padding: 50px 0
    }
}

@media screen and (max-width: 1024px) {
    section .earn {
        padding: 50px 0
    }
}

@media(min-width: 320px)and (max-width: 479px) {
    section .earn {
        font-size: 20px
    }
}

section .evaluation {
    padding: 130px 0
}

@media screen and (max-width: 480px) {
    section .evaluation {
        padding: 50px 0
    }
}

@media screen and (max-width: 1024px) {
    section .evaluation {
        padding: 50px 0
    }
}

section .evaluation .title {
    color: #f6921e;
    position: relative
}

section .evaluation .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #f6921e;
    transform: translateX(-50%)
}

section .evaluation .step-block .step-box {
    border-radius: 50%;
    background: #f6921e;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #fff;
    font-family: Arial;
    font-weight: 700
}

section .evaluation .step-block .step-title {
    font-size: 30px;
    text-align: center
}

section .evaluation .step-block .phase-box {
    background: #f6921e;
    border-radius: 5px;
    font-size: 16px;
    color: #616060
}

section .evaluation .step-block .phase-box .phase-header {
    color: #fff;
    text-align: center;
    font-size: 30px
}

section .evaluation .step-block .phase-box .phase-content {
    height: 410px
}

section .your-challenge {
    padding: 130px 0
}

@media screen and (max-width: 480px) {
    section .your-challenge {
        padding: 50px 0
    }
}

@media screen and (max-width: 1024px) {
    section .your-challenge {
        padding: 50px 0
    }
}

section .your-challenge .title {
    color: #fff;
    position: relative
}

section .your-challenge .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%)
}

section .your-challenge .btn-check:checked+.btn,
section .your-challenge .btn.active,
section .your-challenge .btn.show,
section .your-challenge .btn:first-child:active,
section .your-challenge :not(.btn-check)+.btn:active {
    background: #fff;
    color: #f6921e;
    border-color: #fff
}

section .key {
    padding: 90px 0
}

@media screen and (max-width: 480px) {
    section .key {
        padding: 50px 0
    }
}

@media screen and (max-width: 1024px) {
    section .key {
        padding: 50px 0
    }
}

section .key .challenge-key-box {
    height: 100%;
    border-radius: 10px
}

section .key .challenge-key-box .box-head {
    border-radius: 10px 10px 0 0;
    background: #fff
}

section .key .challenge-key-box .box-content {
    border-radius: 0 0 10px 10px;
    background: #f6921e;
    color: #fff;
    height: calc(100% - 46px)
}

section .why-choose {
    padding: 90px 0
}

@media screen and (max-width: 480px) {
    section .why-choose {
        padding: 50px 0
    }
}

@media screen and (max-width: 1024px) {
    section .why-choose {
        padding: 50px 0
    }
}

section .faq {
    padding: 130px 0
}

@media screen and (max-width: 480px) {
    section .faq {
        padding: 50px 0
    }
}

@media screen and (max-width: 1024px) {
    section .faq {
        padding: 50px 0
    }
}

section .faq .faq-title {
    border: 2px solid #f6921e;
    border-radius: 5px;
    padding: 90px 60px;
    background: #fff
}

section .faq .accordion {
    background: rgba(0, 0, 0, 0);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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")
}

section .faq .accordion .accordion-item {
    background: rgba(0, 0, 0, 0);
    border: 0
}

section .faq .accordion .accordion-item .accordion-header .accordion-button {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-bottom: 1px solid #f6921e;
    border-radius: 0
}

section .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none
}

section .faq .accordion .accordion-item .accordion-body {
    color: #fff;
    font-size: 15px
}

section .funding {
    padding: 130px 0
}

@media screen and (max-width: 480px) {
    section .funding {
        padding: 50px 0
    }
}

@media screen and (max-width: 1024px) {
    section .funding {
        padding: 50px 0
    }
}

section .funding .funding-box .funding-head .funding-icon {
    width: 40px
}

section .login {
    background: url(../images/login_background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

@media screen and (max-width: 480px) {
    section .login {
        width: 100%;
        height: 100vh
    }
}

@media screen and (max-width: 1024px) {
    section .login {
        width: 100%;
        height: 100vh
    }
}

section .login .login-form {
    display: flex;
    justify-content: center
}

@media(min-width: 768px)and (max-width: 1023px) {
    section .login .login-form {
        width: 100%;
        display: block
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    section .login .login-form .login-main {
        height: 100px
    }
}

@media(min-width: 320px)and (max-width: 479px) {
    section .login .login-form {
        padding: 10px
    }
}

section .login .login-form .form {
    background: #6c5d4f;
    border-radius: 10px
}

section .login .login-form .form .form-title {
    font-size: 50px;
    text-transform: uppercase
}

@media(min-width: 320px)and (max-width: 479px) {
    section .login .login-form .form .form-title {
        font-size: 35px
    }
}

section .login .login-form .form .form-title .form-text {
    text-align: center;
    font-size: 15px
}

section .login .login-form .form .input-group .input-group-text {
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #333
}

section .login .login-form .form .input-group .form-control {
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #333
}

section .register {
    background: url(../images/login_background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section .register .register-form {
    height: 100%;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 480px) {
    section .register .register-form {
        width: 100%;
        display: block
    }
}

@media screen and (max-width: 1024px) {
    section .register .register-form {
        width: 100%;
        display: block
    }
}

@media screen and (max-width: 480px) {
    section .register .register-form .login-main {
        height: 100px
    }
}

@media screen and (max-width: 1024px) {
    section .register .register-form .login-main {
        height: 100px
    }
}

@media screen and (max-width: 480px) {
    section .register .register-form {
        padding: 10px
    }
}

@media screen and (max-width: 1024px) {
    section .register .register-form {
        padding: 10px
    }
}

section .register .register-form .form {
    background: #6c5d4f;
    border-radius: 10px;
    padding: 20px
}

section .register .register-form .form .form-title {
    font-size: 50px;
    text-transform: uppercase
}

@media(min-width: 320px)and (max-width: 479px) {
    section .register .register-form .form .form-title {
        font-size: 26px
    }
}

section .register .register-form .form .form-text {
    text-align: center;
    font-size: 15px;
    color: #fff
}

section .register .register-form .form .input-group .input-group-text {
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #333
}

section .register .register-form .form .input-group .form-control {
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #333
}

section .register .form-check-label {
    color: #fff
}

section .register .text-decoration-underline {
    color: #fff;
    text-decoration: underline;
    cursor: pointer
}

section .register .btn-cancel {
    background-color: #493830;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s
}

section .register .btn-cancel:hover {
    background-color: #5a6268
}

section .contact-us .contact-us-content {
    background-image: url(../images/banner-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh
}

@media screen and (max-width: 480px) {
    section .contact-us .contact-us-content {
        height: 40vh
    }
}

@media screen and (max-width: 1024px) {
    section .contact-us .contact-us-content {
        height: 40vh
    }
}

@media(min-width: 320px)and (max-width: 479px) {
    section .contact-us {
        background-size: 100% 100%
    }
}

section .contact-us .contact-form {
    background: #fff
}

section .contact-us .contact-form .form-contact {
    background-color: #000;
    text-align: center;
    border-radius: 10px;
    color: #fff
}

section .contact-us .contact-form .form-contact .login-title-header {
    background-color: #2066b3;
    padding: 10px;
    margin-bottom: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

section .contact-us .contact-form .form-contact .form-input {
    padding: 10px
}

section .contact-us .contact-form .form-contact .form-input .input-group .form-control {
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #333
}

section .contact-us .contact-form .form-contact .form-input .input-group .form-control::placeholder {
    color: #f6921e
}

section .contact-us .contact-form .contact-button .input-group .form-control {
    border-radius: 5px;
    border: none;
    background: #fff;
    color: #333
}

section .challenge-box {
    background: #fff
}

section .challenge-box .challenge-content .challenge-lvl {
    background: #fff;
    backdrop-filter: blur(10px);
    color: #333;
    border-radius: 10px;
    border: 1px solid #f5921e;
    width: 100%;
    height: 100%;
    padding: 15px
}

section .challenge-box .challenge-content .challenge-lvl .card-body {
    text-align: center
}

section .challenge-box .challenge-content .challenge-lvl:hover {
    background: #f5921e;
    backdrop-filter: blur(10px)
}

section .challenge-box .challenge-content .challenge-parter {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f5921e;
    padding: 20px
}

section .challenge-box .challenge-content .challenge-parter .challenge-boder {
    background: #ede9e9;
    border-radius: 10px;
    border: none;
    padding: 10px
}

section .challenge-box .challenge-img {
    width: 50%;
    height: auto
}

section .blog {
    background: #fff
}

section .blog .header-content {
    background-image: url(../images/banner-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh
}

@media(min-width: 768px)and (max-width: 1023px) {
    section .blog .header-content {
        height: 30vh
    }
}

section .blog .header-content .contact-title {
    padding-top: 100px
}

section .blog .blog-button {
    background: #fff;
    border-radius: 10px;
    color: #f5921e;
    width: 100%;
    border: 1px solid #2066b3
}

section .blog .blog-colums .blog-images {
    position: relative;
    min-height: 70px
}

section .blog .blog-colums .blog-images .blog-images-top {
    width: 100%;
    height: 230px;
    object-fit: cover
}

section .blog .blog-colums .blog-images .blog-date {
    position: absolute;
    background: #1acb4d;
    color: #fff;
    padding: 8px 16px;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase
}

section .blog .blog-colums .blog-information {
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, .25);
    padding: 25px
}

section .blog .blog-colums .blog-information .blog-text {
    font-size: 22px;
    font-weight: 700
}

section .blog .blog-colums .blog-information .btn-blog {
    background: #f5921e;
    margin-top: 20px;
    width: 35%;
    border-radius: 10px;
    text-align: center;
    padding: 2px;
    align-items: center
}

section .blog .blog-tags .nav-item .nav-link {
    color: #f6921e;
    border: 1px solid #f6921e;
    border-radius: 10px
}

section .blog .blog-tags .nav-item .active {
    background: #f6921e;
    color: #fff
}

footer {
    background: #101828
}

.office {
    color: #000
}

.office section {
    min-height: 100%
}

@media(min-width: 320px)and (max-width: 479px) {
    .office section {
        margin-top: 30px
    }
}

.office .menu {
    width: 300px;
    background: #0d1b2f;
    height: 100%
}

.office .menu .nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    width: 100%
}

.office .menu .nav .nav-item .nav-link:hover {
    color: #f6921e
}

.office .menu .nav .nav-item .active {
    color: #f6921e
}

.office .office-main {
    width: 100%;
    height: 100vh;
    overflow-y: scroll
}

.office .office-main .head-title .nav-item .nav-link {
    background: #f6921e;
    color: #fff
}

.office .office-main .head-title .nav-item .active {
    background: #d9d9d9;
    color: #000
}

.office .office-main .head-bg {
    background: #f6921e
}

.office .office-main .head-bg .text-border {
    border-left: 3px solid #fff;
    color: #fff
}

.office .office-main .phase-tags {
    background: #000;
    border-radius: 20px
}

.office .office-main .phase-tags .nav-item .nav-link {
    color: #fff
}

.office .office-main .phase-tags .nav-item .active {
    background: #f6921e;
    color: #fff
}

.office .office-main .phase-block {
    border-radius: 11px;
    background: #0d1b2f
}

.office .office-main .phase-block.custom-h-550 {
    min-height: 550px
}

.office .office-main .phase-block .phase-head {
    border-radius: 11px 11px 0 0;
    background: #6a6a6a;
    color: #fff;
    font-size: 20px;
    text-align: center;
    min-height: 60px;
    padding: 5px 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media(min-width: 320px)and (max-width: 479px) {
    .office .office-main .phase-block .phase-head {
        font-size: 16px
    }
}

.office .office-main .phase-block .phase-content {
    padding: 20px
}

.office .office-main .phase-block .phase-content .icon-check {
    color: #6a6a6a;
    width: 25px
}

.office .office-main .phase-block .phase-content .btn-start {
    width: 100%;
    background: #6a6a6a;
    border-color: #6a6a6a;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    height: 44px
}

.office .office-main .phase-block .phase-content .btn-start:hover,
.office .office-main .phase-block .phase-content .btn-start:focus {
    background: #f69120;
    border-color: #f69120
}

.office .office-main .phase-block:hover .phase-head,
.office .office-main .phase-block:focus .phase-head,
.office .office-main .phase-block.active .phase-head {
    background: #f69120
}

.office .office-main .phase-block:hover .phase-content .btn-start,
.office .office-main .phase-block:focus .phase-content .btn-start,
.office .office-main .phase-block.active .phase-content .btn-start {
    background: #f69120;
    border-color: #f69120
}

.office .office-main .phase-block:hover .phase-content .icon-check,
.office .office-main .phase-block:focus .phase-content .icon-check,
.office .office-main .phase-block.active .phase-content .icon-check {
    color: #2bb673
}

.office .office-main .btn-check:checked+.btn,
.office .office-main .btn.active,
.office .office-main .btn.show,
.office .office-main .btn:first-child:active,
.office .office-main :not(.btn-check)+.btn:active {
    background: #fff;
    color: #f6921e;
    border-color: #f6921e
}

.office .office-main .btn-start:hover {
    border-color: #f6921e
}

.office .office-main .card {
    border: 2px solid #f6921e;
    background-color: #f2f2f2;
    font-family: Arial
}

.office .office-main .total-row {
    background: #f6921e;
    color: #000
}

.office .office-main .pay-method .method-block {
    background: #f6921e;
    border-radius: 10px
}

.office .office-main .pay-method .method-block .method-title {
    border-bottom: 1px solid #fff
}

.office .office-main .pay-method .method-block .method-img {
    height: 50px
}

.office .office-main .tier-box {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #f6921e
}

.office .office-main .tier-box .box-left {
    background: #f6921e
}

.office .office-main .tier-box .box-right {
    background: #f2f2f2
}

.office .office-main .icon-block {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background: #f6921e;
    font-size: 2.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeueLight/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg"), url("../fonts/HelveticaNeueLight/HelveticaNeueLight.ttf") format("truetype"), url("../fonts/HelveticaNeueLight/HelveticaNeueLight.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeueMedium/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg"), url("../fonts/HelveticaNeueMedium/HelveticaNeueMedium.ttf") format("truetype"), url("../fonts/HelveticaNeueMedium/HelveticaNeueMedium.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeueCondensedBold/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold") format("svg"), url("../fonts/HelveticaNeueCondensedBold/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../fonts/HelveticaNeueCondensedBold/HelveticaNeue-CondensedBold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

body,
html {
    font-family: "HelveticaNeue";
    font-size: 17px
}

.office {
    background: #0d1b2f;
    color: #fff
}

.office header {
    background: #0d1b2f;
    min-height: 90px;
    position: relative;
    z-index: 4;
    padding: 0 25px
}

.office .offcanvas-header {
    min-height: 90px;
    padding: 25px 5px 0 25px
}

.office .offcanvas-header .logo img {
    height: 54px
}

.office .offcanvas-body .custom-line {
    margin: 75px 25px;
    border-bottom: 1px dashed #7a8595;
    height: 1px
}

.office .office-main .btn.show {
    background: #18396a;
    color: #fff;
    border-color: #18396a
}

.office .head-title {
    position: relative
}

.office .head-title::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #f69120;
    left: 0;
    top: 0;
    border-radius: 100px
}

.h-right-action {
    text-align: right;
    padding-top: 23px
}

.h-right-action .dropdown .btn {
    border: 0;
    color: #fff;
    min-height: inherit;
    line-height: inherit;
    height: 52px;
    background: #172538;
    border-radius: 100px 0px 0px 100px;
    padding: 5px 45px 5px 5px
}

.h-right-action .dropdown .btn .avatar {
    width: 42px;
    height: 42px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 100%;
    overflow: hidden
}

.h-right-action .dropdown .btn .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.h-right-action .dropdown .btn .name {
    font-size: 16px;
    font-weight: inherit;
    margin: 0;
    line-height: inherit
}

.h-right-action .dropdown .dropdown-toggle::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: url(../images/office/down.svg) no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    border: 0
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .name {
    font-size: 16px;
    font-weight: inherit;
    margin: 0;
    line-height: inherit
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item {
    padding-left: 0
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item .icon {
    width: 24px;
    font-size: 18px;
    margin-right: 15px
}

.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item:hover {
    background: rgba(0, 0, 0, 0);
    color: #4930c1
}

.h-right-action .dropdown .dropdown-menu {
    min-width: 290px;
    background: #18396a
}

.h-right-action .dropdown .dropdown-menu li a {
    color: #fff;
    padding: 10px 10px 10px 20px
}

.h-right-action .dropdown .dropdown-menu li a .icon {
    width: 35px
}

.h-right-action .dropdown .dropdown-menu li a:hover,
.h-right-action .dropdown .dropdown-menu li a:focus {
    background: #0f2e5c;
    color: #fff
}

@media screen and (max-width: 992px) {
    .h-right-action {
        position: absolute;
        top: 0;
        right: 80px;
        padding-top: 14px
    }
}

@media screen and (max-width: 767px) {
    .h-right-action {
        right: 70px
    }

    .h-right-action .user-id-main span {
        display: none
    }

    .h-right-action .dropdown .btn {
        padding-right: 22px
    }
}

.custom-menu-vp {
    z-index: 5
}

.sec-content-main {
    background: #182538;
    border-top-left-radius: 18px;
    margin-top: 0;
    padding: 25px 0
}

@media screen and (max-width: 992px) {
    .sec-content-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

.form-default .custom-label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px
}

.form-default .block-input .form-control {
    height: 38px;
    border: 0;
    background: #2a3646;
    color: #fff
}

.form-default .block-input .icon {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    right: 10px;
    text-align: center;
    display: flex;
    align-items: center !important;
    justify-content: center !important
}

.form-default .block-input .icon img {
    max-width: 14px
}

.form-default .form-control::-webkit-input-placeholder {
    color: #fff
}

.form-default .form-control::-moz-placeholder {
    color: #fff
}

.form-default .form-control:-ms-input-placeholder {
    color: #fff
}

.form-default .form-control:-moz-placeholder {
    color: #fff
}

.item-card-main {
    min-height: 145px;
    border-radius: 11px;
    padding: 20px 10px 5px
}

.item-card-main .icon {
    height: 48px
}

.item-card-main .icon img {
    max-height: 38px;
    display: block;
    margin: auto
}

.item-card-main .value {
    font-size: 30px;
    font-weight: bold
}

.bg-gradient-1 {
    background: linear-gradient(120deg, #D383EB 0%, #B443B4 100%)
}

.bg-gradient-2 {
    background: linear-gradient(120deg, #EB83BB 0%, #B4436A 100%)
}

.bg-gradient-3 {
    background: linear-gradient(120deg, #8383EB 0%, #4C43B4 100%)
}

.bg-gradient-4 {
    background: linear-gradient(120deg, #83D3EB 0%, #43B4AB 100%)
}

.bg-gradient-5 {
    background: linear-gradient(120deg, #E7EB83 0%, #B49A43 100%)
}

.bg-gradient-6 {
    background: linear-gradient(120deg, #EBA783 0%, #B46643 100%)
}

.bg-gradient-7 {
    background: linear-gradient(120deg, #83EBB3 0%, #43B4A3 100%)
}

.block-referral-url {
    min-height: 120px;
    background: #0d1b2f;
    border-radius: 11px;
    padding: 10px
}

.block-referral-url h3 {
    height: 24px;
    margin-bottom: 9px
}

.block-referral-url .desc {
    margin-bottom: 5px
}

.block-referral-url .block-url .form-control {
    height: 38px;
    border-radius: 11px;
    border: 0;
    background: #172538;
    color: #fff
}

.block-referral-url .block-url .btn {
    border: 0;
    background: #f6911e;
    border-radius: 11px;
    min-width: 110px;
    margin-left: 10px
}

.block-tier {
    min-height: 120px;
    background: #0d1b2f;
    border-radius: 11px;
    padding: 10px
}

.block-tier .item-title {
    min-height: 100px;
    border-radius: 11px;
    background: #4fbab7;
    min-width: 130px;
    margin-right: 15px;
    padding-top: 17px
}

.block-tier .item-title .text {
    font-size: 24px;
    font-weight: bold
}

.block-tier .content {
    width: 100%
}

.link-blue {
    background: #554ebd;
    padding: 8px 10px;
    border-radius: 11px;
    color: #fff
}

.link-blue:hover,
.link-blue.active {
    background: #3e38a1;
    color: #fff
}

.block-content-table {
    background: #0d1b2f;
    border-radius: 11px;
    overflow: hidden
}

.block-content-table .filter-top {
    padding: 20px
}

.block-content-table .filter-top .badge.custom {
    background: #f6911e !important;
    color: #fff !important;
    font-weight: inherit;
    padding: 9px 15px;
    margin-left: 15px
}

.block-content-table .filter-top .form-control {
    max-width: 210px;
    margin-left: 35px;
    background: #2a3646;
    border: 0;
    color: #fff
}

.block-content-table .table-responsive {
    border: 0;
    background: rgba(0, 0, 0, 0);
    min-height: inherit;
    margin: 0
}

.block-content-table .table {
    margin: 0;
    font-family: "HelveticaNeue";
    background: #0d1b2f
}

.block-content-table .table thead tr th {
    color: #e8a15b;
    font-weight: inherit;
    background: #172538;
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: #172538
}

.block-content-table .table tbody tr td {
    background: #0d1b2f;
    color: #fff;
    border-color: #172538;
    padding-top: 10px;
    padding-bottom: 10px
}

.block-content-payouts {
    background: #0d1b2f;
    border-radius: 11px;
    padding: 20px
}

.list-circle .item {
    position: relative;
    padding-left: 20px
}

.list-circle .item::after {
    width: 8px;
    height: 8px;
    background: #f6911e;
    border-radius: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 10px
}

.list-circle .item strong {
    color: #f6911e
}

.block-form-type {
    background: #0d1b2f;
    border-radius: 11px;
    padding: 20px
}

.block-form-type .btn-start {
    background: #2a3646;
    color: #969696;
    border-color: #2a3646
}

.block-form-type .btn-start:hover,
.block-form-type .btn-start.active {
    background: #f6911e !important;
    color: #fff !important
}

.block-form-type .btn-primary {
    background: #2f22cc;
    border-color: #2f22cc
}

.block-form-type .btn-primary:hover,
.block-form-type .btn-primary.active {
    background: #4537e6;
    border-color: #4537e6
}

.block-form-type .custom-bg-title {
    background: #172538;
    border-radius: 11px
}

.block-form-type .custom-bg-title label.btn-primary {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #646464;
    border-radius: 11px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px
}

.block-form-type .custom-bg-title label.btn-primary::after {
    width: 1px;
    height: 36px;
    background: #646464;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.block-form-type .custom-bg-title label.btn-primary:hover {
    color: #f6911e;
    background: #172538
}

.block-form-type .custom-bg-title label.btn-primary:last-child::after {
    display: none
}

.office .office-main .block-form-type .custom-btn .btn-check:checked+.btn {
    background: #f6911e !important;
    color: #fff !important
}

.office .office-main .btn-check:checked+.btn,
.office .office-main .btn.active,
.office .office-main .btn.show,
.office .office-main .btn:first-child:active,
.office .office-main :not(.btn-check)+.btn:active {
    color: #f6911e;
    background: #172538
}

.list-item-summary .item {
    background: #172538;
    border-radius: 11px;
    margin-bottom: 5px;
    min-height: 48px;
    padding: 5px 5px 5px 40px
}

.list-item-summary .item .text {
    width: 50%
}

.list-item-summary .item .value {
    padding-left: 10px
}

.list-item-summary .item .main {
    color: #f69120
}

@media screen and (max-width: 992px) {
    .list-item-summary .item {
        padding-left: 15px
    }
}

.control-text-value {
    background: #ffd7aa;
    border: 0;
    text-align: center;
    color: #2a3646
}

@media screen and (min-width: 992px) {
    .custom-h-750 {
        min-height: 750px;
        padding-bottom: 100px;
        position: relative
    }

    .custom-h-750 .link-bottom {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        padding: 0 20px
    }

    .custom-h-750 .link-bottom .btn-start {
        height: 58px;
        border-radius: 100px;
        background: #f69120;
        color: #fff
    }
}

.page-login {
    min-height: 100vh;
    background: url(../images/office/bg-login.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.page-login .block-login .form-login {
    background: #0d1b2f;
    border-radius: 40px;
    width: 430px;
    padding-bottom: 25px
}

.page-login .block-login .form-login .title-login {
    background: #13243c;
    border-radius: 40px;
    padding: 10px 5px;
    margin-bottom: 20px
}

.page-login .block-login .form-login .title-login h1 {
    margin: 0;
    font-weight: bold;
    font-size: 30px
}

.page-login .block-login .form-login .title-login .desc {
    font-size: 14px
}

.page-login .block-login .form-login .form-default {
    max-width: 300px;
    margin: auto
}

.page-login .block-login .form-login .link-bottom a {
    color: #fff
}

.page-login .block-login .form-login .link-bottom a:hover {
    color: #f69120
}

@media screen and (max-width: 767px) {
    .page-login .block-login .form-login {
        max-width: 400px;
        width: inherit;
        margin: auto
    }
}

header.custom-header {
    background-color: hsla(0, 0%, 100%, .11);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-top: 12px solid #000
}

header.custom-header .navbar {
    background: rgba(0, 0, 0, 0)
}

header.custom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #707070;
    font-weight: inherit;
    font-size: 16px
}

header.custom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #edac61
}

header.custom-header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block
}

header.custom-header .navbar .dropdown-menu {
    min-width: 200px !important;
    border: 0;
    padding: 0;
    overflow: hidden
}

header.custom-header .navbar .dropdown-menu li .dropdown-item {
    padding: 13px 15px 13px 25px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid #dc7c0c
}

header.custom-header .navbar .dropdown-menu li .dropdown-item:hover {
    background: #dc7c0c;
    color: #fff
}

header.custom-header .navbar .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0
}

header.custom-header .action-right {
    background: #efb066;
    border-radius: 100px;
    height: 38px;
    padding: 2px
}

header.custom-header .action-right .link-client {
    background: #f69120;
    border-radius: 100px;
    height: 34px;
    min-width: 140px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff
}

header.custom-header .action-right .link-client .icon {
    margin-right: 7px;
    vertical-align: top
}

header.custom-header .action-right .link-client .icon img {
    height: 14px;
    vertical-align: text-top
}

header.custom-header .action-right .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-weight: bold
}

header.custom-header .action-right .dropdown-toggle .icon {
    margin-right: 7px
}

header.custom-header .action-right .dropdown-toggle .icon img {
    height: 18px;
    vertical-align: sub
}

header.custom-header .action-right .dropdown-toggle::after {
    display: none
}

header.custom-header .navbar-toggler {
    background: #8a8a8a;
    border-radius: 11px;
    width: 40px;
    height: 36px;
    text-align: center;
    padding: 0
}

@media screen and (max-width: 992px) {
    header.custom-header .offcanvas {
        min-height: 100vh
    }

    header.custom-header .navbar .navbar-nav .nav-item .nav-link {
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    header.custom-header .action-right {
        margin-right: 50px
    }

    header.custom-header .action-right .link-client {
        min-width: 45px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center
    }

    header.custom-header .action-right .link-client span {
        display: none
    }

    header.custom-header .navbar-toggler {
        position: absolute;
        right: calc(var(--bs-gutter-x)*.5);
        z-index: 1
    }
}

.custom-mb-vp .logo img {
    height: 54px
}

.layout-main {
    margin: 0;
    background: #f4f5f9;
    color: #000
}

.layout-main .banner.custom-home {
    min-height: 100vh;
    background: url(../images/office/bg-login.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.layout-main .banner.custom-home .banner-title-main .text-1 {
    color: #064d2f;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px
}

.layout-main .banner.custom-home .banner-title-main .text-2 {
    color: #f69120;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 20px
}

.layout-main .banner.custom-home .banner-title-main .text-3 {
    font-size: 40px
}

.layout-main .banner.custom-home .banner-title-main .text-4 {
    font-size: 34px;
    margin-bottom: 20px
}

.layout-main .banner.custom-home .banner-title-main .text-5 {
    font-size: 18px;
    margin-bottom: 25px
}

.layout-main .banner.custom-home .link-bottom {
    margin-bottom: 30px
}

.layout-main .banner.custom-home .link-bottom .btn-start {
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: bold;
    font-size: 20px;
    min-width: 220px
}

.layout-main .banner.custom-home .text-bottom {
    font-size: 18px
}

.layout-main .banner.custom-home .text-bottom .main {
    font-size: 50px;
    color: #064d2f;
    font-weight: bold
}

@media screen and (max-width: 1024px) {
    .layout-main .banner.custom-home {
        padding-top: 120px
    }
}

@media screen and (max-width: 992px) {
    .layout-main .banner.custom-home {
        text-align: center
    }

    .layout-main .banner.custom-home .banner-title-main .text-1 {
        font-size: 34px
    }

    .layout-main .banner.custom-home .banner-title-main .text-2 {
        font-size: 44px
    }

    .layout-main .banner.custom-home .banner-title-main .text-3 {
        font-size: 24px
    }

    .layout-main .banner.custom-home .banner-title-main .text-4 {
        font-size: 20px
    }

    .layout-main .banner.custom-home .text-bottom .main {
        font-size: 34px
    }
}

.layout-footer {
    padding-top: 25px;
    padding-bottom: 55px;
    border-radius: 9px
}

.layout-footer .logo {
    max-width: 160px;
    margin-bottom: 20px
}

.layout-footer .main-desc {
    margin-bottom: 20px
}

.layout-footer .main-text {
    margin-bottom: 30px;
    font-size: 16px;
    color: #f69120
}

.link-yellow {
    background: #f69120;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    padding: 10px 30px;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.link-yellow:hover,
.link-yellow.active,
.link-yellow:focus {
    background: #c26804
}

.form-join-sm {
    height: 54px;
    background: #1e2d4b;
    color: #fff;
    border-radius: 100px;
    margin-bottom: 30px
}

.form-join-sm .form-control {
    height: 54px;
    background: #1e2d4b;
    color: #fff;
    border-radius: 100px;
    border: 0;
    padding-left: 30px;
    padding-right: 140px;
    font-size: 20px
}

.form-join-sm .form-control::-webkit-input-placeholder {
    color: #fff
}

.form-join-sm .form-control::-moz-placeholder {
    color: #fff
}

.form-join-sm .form-control:-ms-input-placeholder {
    color: #fff
}

.form-join-sm .form-control:-moz-placeholder {
    color: #fff
}

.form-join-sm .btn {
    color: #fff;
    background: #f69120;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    height: 44px;
    border-radius: 100px;
    min-width: 115px;
    font-size: 20px;
    border: 0
}

@media screen and (max-width: 992px) {
    .layout-footer {
        padding: 50px 0
    }

    .layout-footer .logo {
        text-align: center;
        max-width: inherit
    }

    .layout-footer .main-text {
        font-size: 18px;
        margin-bottom: 20px
    }
}

.funding-box {
    color: #000;
    font-size: 16px
}

.funding-box .thumb-sm {
    height: 160px
}

.funding-box .thumb-sm img {
    max-height: 200px
}

.funding-box .title-sm {
    font-size: 30px;
    font-weight: bold;
    color: #f69120;
    max-width: 330px;
    margin: auto
}

.title-block-main h3 {
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.title-block-main .bg img {
    height: 100px
}

@media screen and (max-width: 1024px) {
    .title-block-main .bg img {
        height: inherit;
        max-width: 100%
    }
}

@media screen and (max-width: 992px) {
    .title-block-main h3 {
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        position: static;
        font-size: 30px
    }

    .title-block-main .bg {
        display: none
    }
}

.block-tradingplatform .row {
    min-height: 310px
}

.block-tradingplatform .content-main {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 9px;
    min-height: 310px;
    overflow: hidden
}

.block-tradingplatform .content-left {
    padding-left: 65px
}

.block-tradingplatform .content-left .title-sm {
    color: #f69120;
    font-weight: inherit;
    font-size: 33px;
    margin-bottom: 20px
}

.block-tradingplatform .content-left .banner-sm {
    margin-bottom: 15px;
    vertical-align: top
}

.block-tradingplatform .content-left .banner-sm img {
    max-height: 80px
}

.block-tradingplatform .content-left .link-bottom .link-yellow {
    min-width: 330px;
    font-size: 20px
}

.block-tradingplatform .banner-lg {
    position: absolute;
    right: 0;
    top: 0
}

.block-tradingplatform .banner-lg img {
    max-height: 310px
}

.block-key-main {
    padding: 0 !important;
   
    color: #fff
}

.block-key-main .title-block-main h3 {
    color: #f6911e
}

.block-key-main .list-key-item {
    margin-bottom: 60px
}

.block-key-main .key-item {
    background: #fff;
    border-radius: 12px;
    padding: 0 25px 10px;
    font-size: 18px;
    min-height: 300px;
    color: #000
}

.block-key-main .key-item .icon {
    height: 115px
}

.block-key-main .key-item .icon img {
    max-height: 142px
}

.block-key-main .key-item .title-sm {
    color: #f6911e;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px
}

.block-key-main .content-bottom .logo-sm img {
    max-width: 190px;
    margin: auto
}

.block-key-main .content-bottom .title-sm {
    font-size: 30px;
    color: #f6911e;
    font-weight: bold
}

.block-key-main .content-bottom .desc-sm {
    font-size: 20px
}

.block-key-main .bg-main {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 445px
}

.block-key-main .bg-main img {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .block-key-main .bg-main {
        display: none
    }

    .block-key-main .content-bottom {
        background: url(../images/new/2-5-key.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 30px 20px
    }

    .block-key-main .content-bottom .title-sm {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.block-faq-main {
    min-height: 1100px;
    padding-top: 130px;
    padding-bottom: 110px
}

.block-faq-main .banner-main {
    position: absolute;
    left: -25px
}

.block-faq-main .banner-main img {
    height: 600px
}

.block-faq-main .accordion .accordion-item {
    background: #e3e3e3;
    margin-bottom: 10px;
    border: 0;
    border-radius: 20px
}

.block-faq-main .accordion .accordion-item .accordion-button {
    background: rgba(0, 0, 0, 0);
    padding: 18px 20px 18px 35px;
    font-size: 16px
}

.block-faq-main .accordion .accordion-item .accordion-button[aria-expanded=true] {
    border: 0;
    outline: none;
    box-shadow: none
}

.block-faq-main .accordion .accordion-item .accordion-body {
    padding: 0 80px 20px 35px;
    border: 0
}

@media screen and (max-width: 992px) {
    .block-faq-main {
        min-height: inherit;
        padding: 50px 0
    }

    .block-faq-main .banner-main {
        position: static
    }

    .block-faq-main .banner-main img {
        height: inherit;
        max-width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .block-step-main .list-step {
        margin-left: -17px;
        margin-right: -17px
    }

    .block-step-main .list-step .col-lg-4 {
        padding-left: 17px;
        padding-right: 17px
    }
}

.block-step-main {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 80px
}

.block-step-main .list-step .col-lg-4 .item-step {
    background: url(../images/new/5-1-bg-step.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 9px;
    min-height: 840px;
    border-radius: 9px;
    padding: 100px 20px 20px;
    font-size: 16px
}

.block-step-main .list-step .col-lg-4 .item-step .content {
    background-color: hsla(0, 0%, 100%, .3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    min-height: 740px;
    border-radius: 12px;
    padding: 35px 20px 85px
}

.block-step-main .list-step .col-lg-4 .item-step .content .link-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px
}

.block-step-main .list-step .col-lg-4 .item-step .content .item-sm {
    margin-bottom: 15px
}

.block-step-main .list-step .col-lg-4 .item-step .content .item-sm .title-sm {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px
}

.block-step-main .list-step .col-lg-4:nth-child(2) .item-step {
    background: url(../images/new/5-2-bg-step.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff
}

.block-step-main .list-step .col-lg-4:nth-child(2) .item-step .form-check .form-check-input {
    border-color: #fff
}

.block-step-main .list-step .col-lg-4:nth-child(2) .item-step .link-yellow {
    background: #0c1a2f
}

.block-step-main .list-step .col-lg-4:nth-child(2) .item-step .link-yellow:hover,
.block-step-main .list-step .col-lg-4:nth-child(2) .item-step .link-yellow.active,
.block-step-main .list-step .col-lg-4:nth-child(2) .item-step .link-yellow:focus {
    background: #48649e
}

.block-step-main .list-step .col-lg-4:nth-child(3) .item-step {
    background: url(../images/new/5-3-bg-step.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.block-step-main .list-step .col-lg-4:nth-child(3) .item-step .link-yellow {
    background: #48649e
}

.block-step-main .list-step .col-lg-4:nth-child(3) .item-step .link-yellow:hover,
.block-step-main .list-step .col-lg-4:nth-child(3) .item-step .link-yellow.active,
.block-step-main .list-step .col-lg-4:nth-child(3) .item-step .link-yellow:focus {
    background: #0c1a2f
}

.block-step-main .list-step .form-check {
    padding-left: 35px;
    margin-bottom: 15px
}

.block-step-main .list-step .form-check .form-check-label {
    padding-top: 5px
}

.block-step-main .list-step .form-check .form-check-input {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border-color: #000;
    background: rgba(0, 0, 0, 0);
    margin-left: -35px
}

.block-step-main .list-step .form-check-input:checked[type=checkbox] {
    background: url(../images/new/8665019_check_mark_icon.svg) no-repeat center center;
    background-size: 15px 15px
}

.block-step-main .desc-title {
    font-size: 24px;
    margin-bottom: 85px;
    position: relative
}

.block-step-main .desc-title::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #f69120;
    width: 105px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto
}

.block-step-main .title-block-main h3 {
    color: #f69120
}

.block-step-main .title-block-main .bg img {
    height: inherit;
    width: 100%
}

.block-step-main .link-yellow {
    padding: 15px 30px
}

@media screen and (max-width: 992px) {
    .block-step-main {
        padding: 50px 0
    }
}

.block-become-main {
    margin-bottom: 100px
}

.block-become-main .content {
    background: #fff;
    border-radius: 9px;
    min-height: 620px;
    padding-left: 435px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.block-become-main .content .banne-lg {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 9px;
    width: 435px
}

.block-become-main .content .banne-lg img {
    height: 620px
}

.block-become-main .content .content-left {
    min-height: 620px
}

.block-become-main .content .content-left .max-w {
    max-width: 370px;
    position: relative;
    z-index: 1
}

.block-become-main .content .content-left .bg-top {
    top: 0;
    left: 0
}

.block-become-main .content .content-left .bg-top img {
    width: 125px
}

.block-become-main .content .content-left .bg-bottom {
    bottom: 0;
    right: 0
}

.block-become-main .content .content-left .bg-bottom img {
    width: 250px
}

.block-become-main .content h3 {
    font-size: 36px;
    color: #48649e;
    font-weight: bold
}

.block-become-main .content .desc {
    font-size: 18px
}

@media screen and (max-width: 992px) {
    .block-become-main .content {
        min-height: inherit;
        padding: 0
    }

    .block-become-main .content .banne-lg {
        position: static !important
    }

    .block-become-main .content .content-left {
        min-height: 500px;
        padding: 20px
    }

    .block-become-main .content .content-left .max-w {
        max-width: inherit
    }

    .block-become-main .content .content-left .bg-top img {
        width: 100px
    }

    .block-become-main .content .content-left .bg-bottom img {
        width: 150px
    }
}

.block-earn-main .banner-left {
    left: -180px;
    position: absolute;
    top: 0
}

.block-earn-main .banner-left img {
    height: 510px
}

.block-earn-main .item-earn-sm.left {
    min-height: 510px;
    background: #f69120;
    color: #fff;
    padding-top: 50px
}

.block-earn-main .item-earn-sm.left .banner-sm {
    margin-bottom: 25px
}

.block-earn-main .item-earn-sm.left .banner-sm img {
    height: 187px
}

.block-earn-main .item-earn-sm.left .link-bottom .link-yellow {
    color: #2b2e4b;
    background: #fff
}

.block-earn-main .item-earn-sm.right {
    background: #fff;
    border-radius: 20px;
    min-height: 355px
}

.block-earn-main .item-earn-sm.right .banner-sm img {
    height: 130px
}

.block-earn-main .item-earn-sm .main {
    font-size: 30px;
    font-weight: bold
}

.block-earn-main .item-earn-sm .desc {
    font-size: 18px;
    font-weight: bold
}

.block-earn-main .item-earn-sm .text {
    max-width: 270px;
    margin: auto auto 25px
}

.block-earn-main .item-earn-sm .link-bottom .link-yellow {
    padding: 13px 30px;
    font-size: 18px
}

.block-earn-main .item-earn-sm .banner-sm {
    height: 125px
}

.block-earn-main .item-earn-sm .banner-sm img {
    height: 130px
}

@media screen and (max-width: 992px) {
    .block-earn-main .item-earn-sm.right {
        margin-bottom: 15px
    }
}

.block-payout-main {
    margin-bottom: 50px;
    overflow: hidden
}

.block-payout-main .content {
    background: #fff;
    border-radius: 9px;
    min-height: 620px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 50px 25px 25px
}

.block-payout-main .content .title-block-main {
    margin-bottom: 20px
}

.block-payout-main .content .title-block-main h3 {
    color: #f69120;
    font-size: 30px
}

.block-payout-main .content .title-block-main .bg img {
    height: 74px
}

.block-payout-main .content .desc-bottom {
    max-width: 620px;
    margin: auto;
    font-size: 16px
}

.block-payout-list {
    font-size: 16px
}

.block-payout-list .title-lg {
    color: #f69120;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px
}

.block-payout-list .title-sm {
    background: #48649e;
    color: #fff;
    border-radius: 9px;
    padding: 15px 10px;
    margin-bottom: 3px
}

.block-payout-list .item-sm {
    background: #e8e8e8;
    border-radius: 9px;
    padding: 15px 5px;
    margin-bottom: 3px
}

.block-payout-list .list .row {
    margin: 0
}

.block-payout-list .list .row .col-3 {
    padding: 0
}

.block-payout-list .list .row .col-3:first-child {
    color: #48649e
}

.block-payout-list .list .row:nth-of-type(even) .col-3:nth-of-type(odd) .item-sm {
    background: #dfdddd
}

.block-payout-list .list .row:nth-of-type(odd) .col-3:nth-of-type(even) .item-sm {
    background: #dfdddd
}

.block-payout-list .list .row.title-top-main .col-3:first-child .item-sm {
    background: #f69120
}

.block-payout-list .list .row.title-top-main .col-3:nth-child(2) .item-sm {
    background: #0c1a2f
}

.block-payout-list .list .row.title-top-main .col-3:nth-child(3) .item-sm {
    background: #48649e
}

.block-payout-list .list .row.title-top-main .item-sm {
    background: #f69120;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width: 992px) {
    .block-payout-list .item-sm {
        font-size: 12px
    }

    .block-payout-list .list .row.title-top-main .item-sm {
        font-size: 12px
    }
}

.block-objectives-main {
    overflow: hidden
}

.block-objectives-main .desc-sm {
    font-size: 16px
}

.block-objectives-main .title-sm {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px
}

.block-objectives-main .btn {
    background: #e3e3e3;
    border-color: #e3e3e3;
    color: #0c1a2f;
    padding: 14px 5px;
    font-size: 16px;
    border-radius: 100px
}

.block-objectives-main .btn:hover,
.block-objectives-main .btn:focus,
.block-objectives-main .btn.active {
    color: #fff;
    background: #48649e;
    border-color: #48649e
}

.block-objectives-main .list-btn-challenge {
    margin-left: -20px;
    margin-right: -20px
}

.block-objectives-main .list-btn-challenge .col-3 {
    padding-left: 20px;
    padding-right: 20px
}

.block-objectives-main .link-btn-botttom {
    margin-bottom: 45px
}

.block-objectives-main .link-btn-botttom .btn {
    min-width: 230px
}

.block-objectives-main .link-btn-botttom .btn.btn-start {
    background: #f69120;
    color: #fff
}

.block-objectives-main .item-icon-left {
    padding-left: 10px
}

.block-objectives-main .item-icon-left img {
    width: 15px;
    margin-right: 10px
}

section .your-challenge.block-objectives-main .btn-check:checked+.btn {
    color: #fff;
    background: #48649e;
    border-color: #48649e
}

@media screen and (max-width: 992px) {
    .block-objectives-main .title-sm {
        margin-bottom: 15px
    }

    .block-objectives-main .btn {
        font-size: 12px
    }

    .block-objectives-main .list-btn-challenge {
        margin-bottom: 30px
    }

    .block-objectives-main .list-btn-challenge .col-3 {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .block-objectives-main .item-icon-left {
        padding-left: 0
    }

    .block-objectives-main .item-icon-left img {
        width: 10px;
        margin-right: 3px
    }

    .block-objectives-main .block-payout-list .item-sm {
        min-height: 66px
    }
}

/*# sourceMappingURL=style.css.map */