.section {
    padding-top: clamp(60px, 8vw, 120px);
    padding-bottom: clamp(60px, 8vw, 120px);
}
@media only screen and (min-width: 1024px) {
    .container[data-v-235725b9] {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1320px !important;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

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

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

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin-right: auto;
    margin-left: auto;
}

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

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



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

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

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

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


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


.plan-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 450px;
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #2d3651;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    background-color: #fff;
}

.plan-card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.plan-card:hover {
    -webkit-box-shadow: 0 0 20px #ffffff;
    box-shadow: 0 0 20px #ffffff;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}



img, svg {
    vertical-align: middle;
}

.plan-card__head[data-v-235725b9] {
    margin-top: .5rem;
    font-weight: 700;
}
.plan-card__head .text--danger {
    color: #15bf6f;
}
.text--danger {
    color: #f01313;
}
.text-center {
    text-align: center !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: .25rem !important;
}

.text-left {
    text-align: left;
}
.bonus {
    color: #000;
}
.bonus .label {
    width: 100%;
    font-size: 1rem;
    color: #333;
    word-wrap: break-word;
}
.plan-referral {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    padding: 0;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.single-referral {
    text-align: center;
    padding: 7px 5px;
}
.single-referral span {
    width: 45px;
    height: 45px;
    border: 1px solid #15cfe7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .05);
    font-size: 11px;
}

.t-link, .t-link:hover {
    text-decoration: none;
}
.t-link {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn {
    font-family: Josefin Sans, sans-serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
}

.rounded-pill {
    border-radius: 50rem !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn--base {
    /*background-image: -webkit-gradient(linear, left top, right top, from(#15bf6f), color-stop(51%, #04500d), to(#15bf6f));*/
    /*background-image: linear-gradient(90deg, #15bf6f 0, #04500d 51%, #15bf6f);*/
    
    background-image: -webkit-gradient(linear, left top, right top, from(#15bf6f), color-stop(51%, #04500d), to(#15bf6f));
    background-image: linear-gradient(75deg, #00bce6 0, #2962ff 0%, #d500f9);
    
}
.btn--base {
    font-weight: 500;
    background-size: 200% auto;
    color: #fff;
}

.van-progress {
    position: relative;
    height: 4px;
    background: #ebedf0;
    border-radius: 4px;
}
.van-progress__portion {
    position: absolute;
    left: 0;
    height: 100%;
    background: #1989fa;
    border-radius: inherit;
}
.van-progress__pivot {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    min-width: 3.6em;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
    background-color: #1989fa;
    border-radius: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mt-2 {
    margin-top: .5rem !important;
}
.btn:hover {
    color: #212529;
}
.btn--base:hover {
    font-weight: 500;
    color: #fff;
    background-position: 100%;
}
.t-link, .t-link:hover {
    text-decoration: none;
}
.btn:hover {
    -webkit-box-shadow: 0 8px 15px rgba(34, 39, 54, .4);
    box-shadow: 0 8px 15px rgba(34, 39, 54, .4);
}

.t-link {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn--lg {
    padding: .625rem 1.25rem;
}

