/*basic reset*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

    *:focus {
        outline: none;
    }

/*GLOBAL PAGE STYLES*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    color: #060809;
    scroll-behavior: smooth;
}

html {
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    line-height: 1.43;
}

#wrapper {
    min-height: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#footer-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

    #footer-control > div {
        width: 100%;
    }

a {
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-size: 1.4rem;
    color: #29c76f;
    font-weight: 500;
    user-select: none;
    display: inline-block;
    outline: none !important;
}

    a:active,
    a:focus {
        text-decoration: none;
        outline: none !important;
        box-shadow: none !important;
    }

    a:hover {
        color: #1d1f86;
        text-decoration: none;
        outline: none !important;
        box-shadow: none !important;
    }

li {
    list-style: none;
}

button:focus {
    outline: none;
}

dl,
ol,
ul {
    margin-bottom: 0;
    padding-left: 0;
}

@font-face {
    font-family: "Inter";
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-Bold.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #060809;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 1.25;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 36px;
    line-height: 1.22;
}

h4 {
    font-size: 28px;
    line-height: 1.29;
}

h5 {
    font-size: 24px;
    line-height: 1.33;
}

h6 {
    font-size: 20px;
    line-height: 1.6;
}

.text_xl_bold {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
}

.text_xl_medium {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
}

.text_l_bold {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
}

.text_l_medium {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
}

.text_l {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
}

.text_medium {
    font-size: 1.4rem;
    line-height: 1.43;
    font-weight: 500;
}

.text_regular {
    font-size: 1.4rem;
    line-height: 1.43;
    font-weight: 400;
}

.text_sm_medium {
    font-size: 1.3rem;
    line-height: 1.38;
    font-weight: 500;
}

.text_sm_regular {
    font-size: 1.3rem;
    line-height: 1.38;
    font-weight: 400;
}

.text_xs_bold {
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 700;
}

.text_xs_medium {
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
}

p {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.43;
    color: #060809;
}

.bold_font {
    font-weight: 700 !important;
}

.semibold_font {
    font-weight: 600 !important;
}

.medium_font {
    font-weight: 500 !important;
}

.base-font {
    font-size: 1.4rem !important;
}

.text-uppercase {
    text-transform: uppercase;
}

button:focus,
button:active {
    box-shadow: none !important;
    outline: none !important;
}

.btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0 20px;
    font-size: 1.4rem;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
    font-weight: 500;
}

    .btn:hover {
        position: relative;
    }

    .btn.__center {
        margin-left: auto;
        margin-right: auto;
    }

    .btn.__full {
        width: 100%;
        margin: 0 auto !important;
    }

    .btn.__icon {
        display: flex;
        align-items: center;
    }

        .btn.__icon svg,
        .btn.__icon span.svg {
            height: 20px;
            width: 20px;
            margin-right: 8px;
        }

.btn__sm {
    font-size: 1.4rem !important;
    line-height: 32px !important;
    height: 32px;
    padding: 0 12px;
    border-radius: 4px;
}

.btn--primary {
    background: #040769;
    color: #ffffff;
}

    .btn--primary:hover {
        color: #ffffff !important;
        background: #1d1f86;
    }

    .btn--primary.w_border {
        background: #ffffff;
        color: #040769;
        border: 1px solid #040769;
    }

        .btn--primary.w_border:hover {
            color: #040769 !important;
            background: #efeff6;
            border: 1px solid #040769;
        }

.btn--secondary {
    background: #e5e6f0;
    color: #040769;
}

    .btn--secondary:hover {
        background: #efeff6;
        color: #040769 !important;
    }

.btn--default {
    background: #ffffff;
    color: #060809 !important;
    border: 1px solid #bcccdc !important;
}

    .btn--default:hover {
        background: #ffffff;
        border-color: #486581 !important;
    }

.btn--danger {
    background: #ef3e36;
    color: #ffffff !important;
}

    .btn--danger:hover {
        background: #fdebea;
        color: #ef3e36 !important;
    }

    .btn--danger.__secondary {
        background: #ffffff;
        color: #ef3e36 !important;
        border: 1px solid #bcccdc;
    }

        .btn--danger.__secondary:hover {
            background: #ffffff;
            color: #ef3e36 !important;
            border-color: #ef3e36;
        }

.btn--edit {
    background: #e5f4fb;
    color: #0093dd !important;
}

    .btn--edit:hover {
        background: #e5f4fb;
        color: #0093dd !important;
    }

.btn--link {
    background: none;
    color: #0093dd !important;
}

.btn--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    padding: 0 !important;
    border-radius: 4px;
}

    .btn--icon.__edit {
        background: #e5f4fb;
        color: #0084c6;
    }

    .btn--icon.__default {
        background: #f0f4f8;
        color: #243b53;
    }

    .btn--icon.__danger {
        background: #ffffff;
        border: 1px solid #9fb3c8;
        color: #ef3e36;
    }

    .btn--icon span.svg {
        margin-right: 0 !important;
    }

    .btn--icon svg {
        height: 18px;
        width: 18px;
    }

.btn.disabled,
.btn:disabled {
    color: #829ab1 !important;
    background: #f0f4f8 !important;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn.disabled:hover,
    .btn:disabled:hover {
        color: #829ab1 !important;
        background: #f0f4f8 !important;
    }

.button-row {
    display: flex;
    margin-top: 14px;
    margin-bottom: 14px;
}

    .button-row.__left *:not(:last-of-type) {
        margin-right: 16px;
    }

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 6%;
    margin: 0 auto;
}

.grid {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

    .flex.__row {
        flex-direction: row;
    }

    .flex.__row-reverse {
        flex-direction: row-reverse;
    }

    .flex.__column {
        flex-direction: column;
    }

    .flex.__column-reverse {
        flex-direction: column-reverse;
    }

    .flex.__justify-between {
        justify-content: space-between;
    }

    .flex.__justify-end {
        justify-content: flex-end;
    }

    .flex.__justify-center {
        justify-content: center;
    }

    .flex.__align-center {
        align-items: center;
    }

    .flex.__nowrap {
        flex-wrap: nowrap;
    }

    .flex.__wrap {
        flex-wrap: wrap !important;
    }

    .flex > .form-row {
        width: 45%;
        align-self: baseline;
    }

.no-border {
    border: 0;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.mr-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.col-10 {
    width: 10%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

.hidden-md {
    display: none;
}

.brand_img {
    height: auto;
    display: block;
    overflow: hidden;
}

    .brand_img img {
        height: 100%;
        width: 100%;
    }

.accordion-item {
    border: none;
}

input,
select,
textarea {
    font-size: 1.4rem;
    transition: 0.3s linear !important;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #bcccdc;
    position: relative;
    width: 100%;
}

    input:hover,
    select:hover,
    textarea:hover {
        border-color: #040769 !important;
    }

    input:focus,
    select:focus,
    textarea:focus {
        background: #ffffff;
        border-color: #040769 !important;
    }

textarea {
    padding: 6px;
}

input,
select,
.form-input,
.form-select {
    height: 48px !important;
    line-height: 48px;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 1.4rem;
    background: #ffffff;
    border: 1px solid #bcccdc;
    color: #060809;
}

    input.__sm,
    select.__sm,
    .form-input.__sm,
    .form-select.__sm {
        height: 36px !important;
        line-height: 36px;
        border-radius: 4px;
    }

    input:focus,
    select:focus,
    .form-input:focus,
    .form-select:focus {
        box-shadow: none !important;
    }

    input:disabled,
    select:disabled,
    .form-input:disabled,
    .form-select:disabled {
        background: #fcfcfd;
    }

    input::placeholder,
    select::placeholder,
    .form-input::placeholder,
    .form-select::placeholder {
        color: #829ab1;
    }

label,
.form-label {
    margin-bottom: 4px;
    font-size: 1.35rem;
    line-height: 1.38;
    color: #334e68;
    display: flex;
    align-items: baseline;
    position: relative;
    font-weight: 500;
    width: 100%;
}

    label.optional:after,
    .form-label.optional:after {
        content: "Optional";
        display: block;
        font-size: 1.2rem;
        margin-left: auto;
        color: #29c76f;
    }

.detail-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .detail-row .label {
        margin-bottom: 2px;
        font-size: 1.2rem;
        line-height: 1.43;
        color: #627d98;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        display: flex;
        align-items: baseline;
        position: relative;
        font-weight: 500;
        width: 100%;
    }

    .detail-row .value {
        font-weight: 500;
    }

form .flex-end {
    display: flex;
    justify-content: space-between;
}

    form .flex-end > div {
        width: 48%;
    }

    form .flex-end.w_button .form-row {
        flex: 1 0 auto;
        margin-right: 16px !important;
    }

.form {
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 720px;
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    position: relative;
    width: 100%;
}

    .form-row._buttons {
        margin-top: 40px;
        flex-direction: row;
        justify-content: flex-end;
    }

        .form-row._buttons.__justify-between {
            justify-content: space-between;
        }

            .form-row._buttons.__justify-between * {
                margin-left: 0;
            }

        .form-row._buttons * {
            margin-left: 20px;
        }

    .form-row .text_small {
        color: #829ab1;
        margin-top: 4px;
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .form-row .__error > span,
    .form-row .field-validation-error > span {
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 500;
        margin-left: 1px;
        margin-top: 2px;
        letter-spacing: 0.01em;
        position: relative;
        color: #ef3e36 !important;
    }

        .form-row .__error > span:before,
        .form-row .field-validation-error > span:before {
            content: "";
            display: inline-block;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwNCAtMzYpIj48cmVjdCB3aWR0aD0iMTQuMTQyIiBoZWlnaHQ9IjE0LjE0MiIgcng9IjQiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYyLjEzIDI3OS43MzUpIiBmaWxsPSIjZTEyZDM5Ii8+PHRleHQgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE0IDUzKSIgZmlsbD0iI2ZmZiIgZm9udC1zaXplPSIxMiIgZm9udC1mYW1pbHk9IkludGVyLUJsYWNrLCBJbnRlciIgZm9udC13ZWlnaHQ9IjgwMCI+PHRzcGFuIHg9IjAiIHk9IjAiPiE8L3RzcGFuPjwvdGV4dD48L2c+PC9zdmc+);
            height: 14px;
            width: 14px;
            background-size: contain;
            margin-right: 0;
            position: relative;
            top: 3px;
            margin-right: 2px;
        }

    .form-row ._title,
    .form-row h6,
    .form-row h4 {
        margin-bottom: 0;
        font-weight: 600;
        color: #060809;
    }

        .form-row ._title .lz,
        .form-row h6 .lz,
        .form-row h4 .lz {
            position: relative;
            top: -3px;
        }

    .form-row ._desc {
        color: #486581;
        max-width: 90%;
    }

    .form-row .value {
        font-size: 2.8rem;
        line-height: 1.22;
        font-weight: 500;
    }

        .form-row .value.text_xl_medium {
            font-size: 2rem;
            line-height: 1.2;
        }

    .form-row.__row *:first-of-type {
        margin-right: 20px;
    }

.form__login {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: nowrap;
}

    .input-group > select {
        width: 100px !important;
        font-size: 1.4rem !important;
    }

    .input-group .__prepend {
        height: 48px;
        line-height: 46px;
        text-align: center;
        font-size: 1.6rem;
        background: #ffffff;
        overflow: hidden;
        width: 48px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border: 1px solid #bcccdc;
        border-right: none;
        z-index: 10;
        margin-right: -1px;
    }

    .input-group .__append {
        height: 48px;
        line-height: 46px;
        text-align: center;
        font-size: 1.6rem;
        background: #ffffff;
        overflow: hidden;
        width: 48px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border: 1px solid #bcccdc;
        border-left: none;
        z-index: 10;
        margin-left: -1px;
    }

.radio-group {
    padding: 0 2px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}

    .radio-group .radio-label {
        display: block;
        position: relative;
        padding-left: 20px;
        margin-right: 32px;
        line-height: 22px;
        cursor: pointer;
        user-select: none;
        margin-bottom: 12px;
        color: #060809;
    }

        .radio-group .radio-label input.radio-input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            font-size: 1.8rem;
            height: auto !important;
            line-height: 1 !important;
            top: -2px;
            left: 0;
            margin-right: 10px;
            margin-left: 0;
        }

            .radio-group .radio-label input.radio-input:checked ~ .radiomark:after, .radio-group .radio-label input.radio-input:checked ~ .radiomark:before {
                display: block !important;
            }

        .radio-group .radio-label .radiomark {
            position: absolute;
            top: 2px;
            left: 0;
            height: 16px;
            width: 16px;
            background-color: #ffffff;
            border: 1px solid #060809;
            border-radius: 50%;
        }

            .radio-group .radio-label .radiomark:before {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #ffffff;
                content: "";
                position: absolute;
                display: none;
                z-index: 10;
            }

            .radio-group .radio-label .radiomark:after {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background: #040769;
                content: "";
                position: absolute;
                display: none;
            }

.check-group {
    padding: 0 2px;
    height: auto;
    display: flex;
    flex-direction: column;
}

    .check-group .check-label {
        display: block;
        position: relative;
        padding-left: 24px;
        margin-right: 32px;
        cursor: pointer;
        user-select: none;
        margin-bottom: 12px;
        color: #060809;
    }

        .check-group .check-label input.check-input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            font-size: 1.8rem;
            height: auto !important;
            line-height: 1 !important;
            top: -2px;
            left: 0;
            margin-right: 10px;
            margin-left: 0;
        }

            .check-group .check-label input.check-input:checked ~ .checkmark {
                background: #040769 !important;
                border-color: #040769 !important;
            }

                .check-group .check-label input.check-input:checked ~ .checkmark:after {
                    display: block !important;
                }

        .check-group .check-label .checkmark {
            position: absolute;
            top: 2px;
            left: 0;
            height: 16px;
            width: 16px;
            background-color: #ffffff;
            border: 1px solid #060809;
            border-radius: 3px;
        }

            .check-group .check-label .checkmark:after {
                top: 0;
                left: 0;
                width: 14px;
                height: 14px;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6949 3.7051C11.8262 3.83637 11.8999 4.01439 11.8999 4.2C11.8999 4.38562 11.8262 4.56363 11.6949 4.6949L6.09494 10.2949C5.96367 10.4261 5.78566 10.4999 5.60004 10.4999C5.41443 10.4999 5.23641 10.4261 5.10514 10.2949L2.30514 7.4949C2.17763 7.36288 2.10707 7.18606 2.10867 7.00252C2.11026 6.81898 2.18388 6.64342 2.31367 6.51363C2.44345 6.38384 2.61902 6.31023 2.80256 6.30863C2.9861 6.30704 3.16292 6.37759 3.29494 6.5051L5.60004 8.8102L10.7051 3.7051C10.8364 3.57387 11.0144 3.50015 11.2 3.50015C11.3857 3.50015 11.5637 3.57387 11.6949 3.7051Z' fill='white'/%3E%3C/svg%3E");
                content: "";
                position: absolute;
                display: none;
            }

.rangeContainer {
    width: 100%;
    /* Width of the outside container */
    /* The slider itself */
}

    .rangeContainer .range-flex {
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 1.38;
        color: #627d98;
        margin-bottom: 3px;
    }

    .rangeContainer .count {
        margin-top: 8px;
        display: inline-block;
        margin-left: 2px;
    }

        .rangeContainer .count .value {
            font-size: 1.8rem;
            line-height: 1.5;
            font-weight: 700;
            margin-right: 1px;
        }

        .rangeContainer .count .label {
            font-weight: 500;
            color: #486581;
        }

    .rangeContainer .slider {
        -webkit-appearance: none;
        /* Override default CSS styles */
        appearance: none;
        width: 100%;
        /* Full-width */
        height: 4px !important;
        /* Specified height */
        background: #486581;
        /* Grey background */
        border: 1px solid #486581;
        outline: none;
        /* Remove outline */
        opacity: 0.8;
        /* Set transparency (for mouse-over effects on hover) */
        -webkit-transition: 0.2s;
        /* 0.2 seconds transition on hover */
        transition: opacity 0.2s;
        padding: 0 !important;
        cursor: pointer;
    }

        .rangeContainer .slider:hover, .rangeContainer .slider:focus {
            border: 1px solid #486581 !important;
            background: #486581 !important;
            /* Grey background */
        }

        .rangeContainer .slider:hover {
            opacity: 1;
            /* Fully shown on mouse-over */
        }

        .rangeContainer .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            /* Override default look */
            appearance: none;
            width: 24px;
            /* Set a specific slider handle width */
            height: 24px;
            /* Slider handle height */
            background: #0093dd;
            /* Green background */
            cursor: pointer;
            /* Cursor on hover */
            border-radius: 40px;
            filter: drop-shadow(0px 3px 4px rgba(98, 125, 152, 0.4));
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.70679 7.29279C9.89426 7.48031 9.99957 7.73462 9.99957 7.99979C9.99957 8.26495 9.89426 8.51926 9.70679 8.70679L6.41379 11.9998L9.70679 15.2928C9.88894 15.4814 9.98974 15.734 9.98746 15.9962C9.98518 16.2584 9.88001 16.5092 9.6946 16.6946C9.5092 16.88 9.25838 16.9852 8.99619 16.9875C8.73399 16.9897 8.48139 16.8889 8.29279 16.7068L4.29279 12.7068C4.10532 12.5193 4 12.265 4 11.9998C4 11.7346 4.10532 11.4803 4.29279 11.2928L8.29279 7.29279C8.48031 7.10532 8.73462 7 8.99979 7C9.26495 7 9.51926 7.10532 9.70679 7.29279V7.29279Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2922 16.6948C14.1048 16.5072 13.9995 16.2529 13.9995 15.9878C13.9995 15.7226 14.1048 15.4683 14.2922 15.2808L17.5852 11.9878L14.2922 8.69476C14.1101 8.50616 14.0093 8.25356 14.0116 7.99136C14.0138 7.72916 14.119 7.47835 14.3044 7.29294C14.4898 7.10754 14.7406 7.00237 15.0028 7.00009C15.265 6.99781 15.5176 7.0986 15.7062 7.28076L19.7062 11.2808C19.8937 11.4683 19.999 11.7226 19.999 11.9878C19.999 12.2529 19.8937 12.5072 19.7062 12.6948L15.7062 16.6948C15.5187 16.8822 15.2644 16.9875 14.9992 16.9875C14.7341 16.9875 14.4798 16.8822 14.2922 16.6948V16.6948Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='6' width='23.9991' height='17.9875' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.384314 0 0 0 0 0.490196 0 0 0 0 0.596078 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
        }

        .rangeContainer .slider::-moz-range-thumb {
            width: 24px;
            /* Set a specific slider handle width */
            height: 24px;
            /* Slider handle height */
            background: #0093dd;
            /* Green background */
            cursor: pointer;
            /* Cursor on hover */
            border-radius: 40px;
            filter: drop-shadow(0px 3px 4px rgba(98, 125, 152, 0.4));
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.70679 7.29279C9.89426 7.48031 9.99957 7.73462 9.99957 7.99979C9.99957 8.26495 9.89426 8.51926 9.70679 8.70679L6.41379 11.9998L9.70679 15.2928C9.88894 15.4814 9.98974 15.734 9.98746 15.9962C9.98518 16.2584 9.88001 16.5092 9.6946 16.6946C9.5092 16.88 9.25838 16.9852 8.99619 16.9875C8.73399 16.9897 8.48139 16.8889 8.29279 16.7068L4.29279 12.7068C4.10532 12.5193 4 12.265 4 11.9998C4 11.7346 4.10532 11.4803 4.29279 11.2928L8.29279 7.29279C8.48031 7.10532 8.73462 7 8.99979 7C9.26495 7 9.51926 7.10532 9.70679 7.29279V7.29279Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2922 16.6948C14.1048 16.5072 13.9995 16.2529 13.9995 15.9878C13.9995 15.7226 14.1048 15.4683 14.2922 15.2808L17.5852 11.9878L14.2922 8.69476C14.1101 8.50616 14.0093 8.25356 14.0116 7.99136C14.0138 7.72916 14.119 7.47835 14.3044 7.29294C14.4898 7.10754 14.7406 7.00237 15.0028 7.00009C15.265 6.99781 15.5176 7.0986 15.7062 7.28076L19.7062 11.2808C19.8937 11.4683 19.999 11.7226 19.999 11.9878C19.999 12.2529 19.8937 12.5072 19.7062 12.6948L15.7062 16.6948C15.5187 16.8822 15.2644 16.9875 14.9992 16.9875C14.7341 16.9875 14.4798 16.8822 14.2922 16.6948V16.6948Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='6' width='23.9991' height='17.9875' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.384314 0 0 0 0 0.490196 0 0 0 0 0.596078 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
        }

.label-flex span {
    flex: 1 0 auto;
    color: #334e68;
}

.form_subhead {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
}

.form_desc {
    color: #486581;
    font-size: 1.3rem;
    line-height: 1.38;
}

.lz {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    align-self: flex-start;
    letter-spacing: 0.02em;
}

    .lz.__blue {
        background: #e5f4fb;
        color: #0084c6;
    }

    .lz.__red {
        background: #fdebea;
        color: #ef3e36;
    }

    .lz.__purple {
        background: #f3e6fd;
        color: #8c0df2;
    }

    .lz.__default {
        background: #f0f4f8;
        color: #060809;
    }

    .lz.__green {
        background: #e9f9f0;
        color: #29c76f;
    }

    .lz.__yellow {
        background: #fff8ee;
        color: #f0b429;
    }

    .lz.__blue-bold {
        background: #0093dd;
        color: #ffffff;
    }

    .lz.__red-bold {
        background: #ef3e36;
        color: #ffffff;
    }

    .lz.__purple-bold {
        background: #8c0df2;
        color: #ffffff;
    }

    .lz.__default-bold {
        background: #060809;
        color: #ffffff;
    }

    .lz.__green-bold {
        background: #29c76f;
        color: #ffffff;
    }

    .lz.__yellow-bold {
        background: #f0b429;
        color: #060809;
    }

.alert {
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 16px;
    margin-top: 12px;
    display: block;
    width: 100%;
    border: none;
    padding: 12px 16px 12px 36px;
    position: relative;
}

    .alert:before {
        position: absolute;
        left: 10px;
    }

    .alert.__warning {
        background: #ffc15e;
    }

        .alert.__warning::before {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.25709 3.09899C9.02209 1.73899 10.9791 1.73899 11.7431 3.09899L17.3231 13.019C18.0731 14.353 17.1101 15.999 15.5811 15.999H4.42009C2.89009 15.999 1.92709 14.353 2.67709 13.019L8.25709 3.09899ZM11.0001 13C11.0001 13.2652 10.8947 13.5196 10.7072 13.7071C10.5197 13.8946 10.2653 14 10.0001 14C9.73488 14 9.48052 13.8946 9.29299 13.7071C9.10545 13.5196 9.00009 13.2652 9.00009 13C9.00009 12.7348 9.10545 12.4804 9.29299 12.2929C9.48052 12.1054 9.73488 12 10.0001 12C10.2653 12 10.5197 12.1054 10.7072 12.2929C10.8947 12.4804 11.0001 12.7348 11.0001 13ZM10.0001 4.99999C9.73488 4.99999 9.48052 5.10535 9.29299 5.29289C9.10545 5.48042 9.00009 5.73478 9.00009 5.99999V8.99999C9.00009 9.26521 9.10545 9.51957 9.29299 9.7071C9.48052 9.89464 9.73488 9.99999 10.0001 9.99999C10.2653 9.99999 10.5197 9.89464 10.7072 9.7071C10.8947 9.51957 11.0001 9.26521 11.0001 8.99999V5.99999C11.0001 5.73478 10.8947 5.48042 10.7072 5.29289C10.5197 5.10535 10.2653 4.99999 10.0001 4.99999Z' fill='%23102A43'/%3E%3C/svg%3E");
        }

    .alert.__error {
        background: #ef3e36;
        color: #ffffff;
    }

        .alert.__error::before {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6387 3.31896C10.8412 3.40285 11.0251 3.52582 11.18 3.68083L16.32 8.82C16.4752 8.97495 16.5983 9.15895 16.6822 9.3615C16.7662 9.56404 16.8094 9.78115 16.8094 10.0004C16.8094 10.2197 16.7662 10.4368 16.6822 10.6393C16.5983 10.8419 16.4752 11.0259 16.32 11.1808L11.18 16.32C11.0251 16.475 10.8412 16.598 10.6387 16.6819C10.4362 16.7658 10.2192 16.809 10 16.809C9.78088 16.809 9.56387 16.7658 9.3614 16.6819C9.15893 16.598 8.97498 16.475 8.82004 16.32L3.68004 11.1808C3.52491 11.0259 3.40184 10.8419 3.31786 10.6393C3.23389 10.4368 3.19067 10.2197 3.19067 10.0004C3.19067 9.78115 3.23389 9.56404 3.31786 9.3615C3.40184 9.15895 3.52491 8.97495 3.68004 8.82L8.82004 3.68083C8.97498 3.52582 9.15893 3.40285 9.3614 3.31896C9.56387 3.23506 9.78088 3.19188 10 3.19188C10.2192 3.19188 10.4362 3.23506 10.6387 3.31896ZM9.4107 11.4226C9.56699 11.5789 9.77895 11.6667 9.99996 11.6667C10.221 11.6667 10.4329 11.5789 10.5892 11.4226C10.7455 11.2663 10.8333 11.0543 10.8333 10.8333V6.66666C10.8333 6.44565 10.7455 6.23369 10.5892 6.07741C10.4329 5.92113 10.221 5.83333 9.99996 5.83333C9.77895 5.83333 9.56699 5.92113 9.4107 6.07741C9.25442 6.23369 9.16663 6.44565 9.16663 6.66666V10.8333C9.16663 11.0543 9.25442 11.2663 9.4107 11.4226ZM9.4107 13.9226C9.56699 14.0789 9.77895 14.1667 9.99996 14.1667C10.221 14.1667 10.4329 14.0789 10.5892 13.9226C10.7455 13.7663 10.8333 13.5543 10.8333 13.3333C10.8333 13.1123 10.7455 12.9004 10.5892 12.7441C10.4329 12.5878 10.221 12.5 9.99996 12.5C9.77895 12.5 9.56699 12.5878 9.4107 12.7441C9.25442 12.9004 9.16663 13.1123 9.16663 13.3333C9.16663 13.5543 9.25442 13.7663 9.4107 13.9226Z' fill='white'/%3E%3C/svg%3E");
        }

    .alert.__error-soft {
        background: #fdebea;
        color: #ef3e36;
    }

        .alert.__error-soft::before {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6384 3.31896C10.8409 3.40285 11.0249 3.52582 11.1798 3.68083L16.3198 8.82C16.4749 8.97495 16.598 9.15895 16.682 9.3615C16.766 9.56404 16.8092 9.78115 16.8092 10.0004C16.8092 10.2197 16.766 10.4368 16.682 10.6393C16.598 10.8419 16.4749 11.0259 16.3198 11.1808L11.1798 16.32C11.0249 16.475 10.8409 16.598 10.6384 16.6819C10.436 16.7658 10.219 16.809 9.9998 16.809C9.78064 16.809 9.56362 16.7658 9.36115 16.6819C9.15869 16.598 8.97473 16.475 8.8198 16.32L3.6798 11.1808C3.52466 11.0259 3.40159 10.8419 3.31762 10.6393C3.23365 10.4368 3.19043 10.2197 3.19043 10.0004C3.19043 9.78115 3.23365 9.56404 3.31762 9.3615C3.40159 9.15895 3.52466 8.97495 3.6798 8.82L8.8198 3.68083C8.97473 3.52582 9.15869 3.40285 9.36115 3.31896C9.56362 3.23506 9.78064 3.19188 9.9998 3.19188C10.219 3.19188 10.436 3.23506 10.6384 3.31896ZM9.41046 11.4226C9.56674 11.5789 9.7787 11.6667 9.99972 11.6667C10.2207 11.6667 10.4327 11.5789 10.589 11.4226C10.7453 11.2663 10.833 11.0543 10.833 10.8333V6.66666C10.833 6.44565 10.7453 6.23369 10.589 6.07741C10.4327 5.92113 10.2207 5.83333 9.99972 5.83333C9.7787 5.83333 9.56674 5.92113 9.41046 6.07741C9.25418 6.23369 9.16638 6.44565 9.16638 6.66666V10.8333C9.16638 11.0543 9.25418 11.2663 9.41046 11.4226ZM9.41046 13.9226C9.56674 14.0789 9.7787 14.1667 9.99972 14.1667C10.2207 14.1667 10.4327 14.0789 10.589 13.9226C10.7453 13.7663 10.833 13.5543 10.833 13.3333C10.833 13.1123 10.7453 12.9004 10.589 12.7441C10.4327 12.5878 10.2207 12.5 9.99972 12.5C9.7787 12.5 9.56674 12.5878 9.41046 12.7441C9.25418 12.9004 9.16638 13.1123 9.16638 13.3333C9.16638 13.5543 9.25418 13.7663 9.41046 13.9226Z' fill='%23EF3E36'/%3E%3C/svg%3E");
        }

    .alert.__success {
        background: #29c76f;
        color: #ffffff;
    }

        .alert.__success::before {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707Z' fill='white'/%3E%3C/svg%3E");
        }

    .alert.__success-soft {
        background: #e9f9f0;
        color: #29c76f;
    }

        .alert.__success-soft::before {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707Z' fill='%2329C76F'/%3E%3C/svg%3E");
        }

    .alert.__info {
        background: #0093dd;
        color: #ffffff;
    }

        .alert.__info::before {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1998 9.49999C16.1998 11.4095 15.4412 13.2409 14.091 14.5912C12.7407 15.9414 10.9094 16.7 8.9998 16.7C7.09025 16.7 5.2589 15.9414 3.90864 14.5912C2.55837 13.2409 1.7998 11.4095 1.7998 9.49999C1.7998 7.59043 2.55837 5.75908 3.90864 4.40882C5.2589 3.05856 7.09025 2.29999 8.9998 2.29999C10.9094 2.29999 12.7407 3.05856 14.091 4.40882C15.4412 5.75908 16.1998 7.59043 16.1998 9.49999V9.49999ZM9.8998 5.89999C9.8998 6.13868 9.80498 6.3676 9.6362 6.53638C9.46742 6.70517 9.2385 6.79999 8.9998 6.79999C8.76111 6.79999 8.53219 6.70517 8.36341 6.53638C8.19463 6.3676 8.0998 6.13868 8.0998 5.89999C8.0998 5.66129 8.19463 5.43237 8.36341 5.26359C8.53219 5.09481 8.76111 4.99999 8.9998 4.99999C9.2385 4.99999 9.46742 5.09481 9.6362 5.26359C9.80498 5.43237 9.8998 5.66129 9.8998 5.89999ZM8.0998 8.59999C7.86111 8.59999 7.63219 8.69481 7.46341 8.86359C7.29463 9.03237 7.1998 9.26129 7.1998 9.49999C7.1998 9.73868 7.29463 9.9676 7.46341 10.1364C7.63219 10.3052 7.86111 10.4 8.0998 10.4V13.1C8.0998 13.3387 8.19463 13.5676 8.36341 13.7364C8.53219 13.9052 8.76111 14 8.9998 14H9.8998C10.1385 14 10.3674 13.9052 10.5362 13.7364C10.705 13.5676 10.7998 13.3387 10.7998 13.1C10.7998 12.8613 10.705 12.6324 10.5362 12.4636C10.3674 12.2948 10.1385 12.2 9.8998 12.2V9.49999C9.8998 9.26129 9.80498 9.03237 9.6362 8.86359C9.46742 8.69481 9.2385 8.59999 8.9998 8.59999H8.0998Z' fill='white'/%3E%3C/svg%3E");
        }

    .alert.__info-soft {
        background: #e5f4fb;
        color: #0093dd;
    }

        .alert.__info-soft::before {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1998 9.49999C16.1998 11.4095 15.4412 13.2409 14.091 14.5912C12.7407 15.9414 10.9094 16.7 8.9998 16.7C7.09025 16.7 5.2589 15.9414 3.90864 14.5912C2.55837 13.2409 1.7998 11.4095 1.7998 9.49999C1.7998 7.59043 2.55837 5.75908 3.90864 4.40882C5.2589 3.05856 7.09025 2.29999 8.9998 2.29999C10.9094 2.29999 12.7407 3.05856 14.091 4.40882C15.4412 5.75908 16.1998 7.59043 16.1998 9.49999V9.49999ZM9.8998 5.89999C9.8998 6.13868 9.80498 6.3676 9.6362 6.53638C9.46742 6.70517 9.2385 6.79999 8.9998 6.79999C8.76111 6.79999 8.53219 6.70517 8.36341 6.53638C8.19463 6.3676 8.0998 6.13868 8.0998 5.89999C8.0998 5.66129 8.19463 5.43237 8.36341 5.26359C8.53219 5.09481 8.76111 4.99999 8.9998 4.99999C9.2385 4.99999 9.46742 5.09481 9.6362 5.26359C9.80498 5.43237 9.8998 5.66129 9.8998 5.89999ZM8.0998 8.59999C7.86111 8.59999 7.63219 8.69481 7.46341 8.86359C7.29463 9.03237 7.1998 9.26129 7.1998 9.49999C7.1998 9.73868 7.29463 9.9676 7.46341 10.1364C7.63219 10.3052 7.86111 10.4 8.0998 10.4V13.1C8.0998 13.3387 8.19463 13.5676 8.36341 13.7364C8.53219 13.9052 8.76111 14 8.9998 14H9.8998C10.1385 14 10.3674 13.9052 10.5362 13.7364C10.705 13.5676 10.7998 13.3387 10.7998 13.1C10.7998 12.8613 10.705 12.6324 10.5362 12.4636C10.3674 12.2948 10.1385 12.2 9.8998 12.2V9.49999C9.8998 9.26129 9.80498 9.03237 9.6362 8.86359C9.46742 8.69481 9.2385 8.59999 8.9998 8.59999H8.0998Z' fill='%230093DD'/%3E%3C/svg%3E");
        }

.dropdown-toggle {
    display: flex;
}

    .dropdown-toggle:after {
        content: "";
        height: 20px;
        width: 20px;
        border: none !important;
        display: inline-block;
        margin-left: 4px;
        background-position: center;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29303 7.29301C5.48056 7.10553 5.73487 7.00022 6.00003 7.00022C6.26519 7.00022 6.5195 7.10553 6.70703 7.29301L10 10.586L13.293 7.29301C13.3853 7.19749 13.4956 7.12131 13.6176 7.0689C13.7396 7.01649 13.8709 6.98891 14.0036 6.98775C14.1364 6.9866 14.2681 7.0119 14.391 7.06218C14.5139 7.11246 14.6255 7.18672 14.7194 7.28061C14.8133 7.3745 14.8876 7.48615 14.9379 7.60905C14.9881 7.73195 15.0134 7.86363 15.0123 7.99641C15.0111 8.12919 14.9835 8.26041 14.9311 8.38241C14.8787 8.50441 14.8025 8.61476 14.707 8.707L10.707 12.707C10.5195 12.8945 10.2652 12.9998 10 12.9998C9.73487 12.9998 9.48056 12.8945 9.29303 12.707L5.29303 8.707C5.10556 8.51948 5.00024 8.26517 5.00024 8C5.00024 7.73484 5.10556 7.48053 5.29303 7.29301Z' fill='%231C1C1C'/%3E%3C/svg%3E");
    }

.modal-title {
    color: #243b53;
}

.modal-dialog.width-md {
    max-width: 480px;
}

.modal-dialog.width-lg {
    max-width: 600px;
}

.modal-content {
    border-radius: 8px;
    padding: 16px 20px;
}

    .modal-content .modal-header {
        padding: 0;
        margin-bottom: 12px;
        align-items: flex-start;
        border-bottom: none;
    }

        .modal-content .modal-header h5 {
            color: #060809;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1.6;
        }

        .modal-content .modal-header .btn-close {
            position: relative;
            top: 8px;
        }

    .modal-content .modal-desc {
        font-size: 1.4rem;
        line-height: 1.43;
        color: #060809;
        max-width: 90%;
    }

    .modal-content .modal-body {
        padding: 8px 0;
    }

    .modal-content .modal-footer {
        border-top: none;
    }

        .modal-content .modal-footer.w-button * {
            margin-left: 16px;
        }

    .modal-content .modal-body {
        margin-bottom: 12px;
    }

.md-page .modal-header {
    flex-direction: column;
}

    .md-page .modal-header .btn.__icon {
        margin-bottom: 8px;
    }

.md-page .notice {
    font-size: 1.5rem;
    max-width: 95%;
    line-height: 24px;
}

.md-page .modal-footer .btn {
    margin-left: 20px;
}

.group-input {
    position: relative;
}

    .group-input button.btn {
        position: absolute;
        right: 6px;
        top: 6px;
    }

        .group-input button.btn.btn__sm {
            top: 8px;
            right: 8px;
        }

    .group-input span.svg {
        position: absolute;
        height: 20px !important;
        width: 20px !important;
        top: 14px;
        right: 14px;
        cursor: pointer;
    }

.__confirm-state {
    margin: 4% auto;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .__confirm-state span.svg {
        height: 80px;
        width: 80px;
        margin-bottom: 20px;
    }

    .__confirm-state h5 {
        font-weight: 600;
    }

    .__confirm-state p {
        font-size: 1.4rem;
        line-height: 1.43;
    }

    .__confirm-state .__img {
        width: 200px;
        height: 200px;
        overflow: hidden;
    }

        .__confirm-state .__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.__countdown {
    position: relative;
    margin: auto;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    border: 1px solid #bcccdc;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 12px;
}

    .__countdown .__count {
        display: inline-block;
        top: 25px;
        position: relative;
    }

        .__countdown .__count .value {
            font-size: 4rem;
            line-height: 1.04;
            font-weight: 600;
        }

        .__countdown .__count .label {
            font-size: 2.4rem;
            line-height: 1.56;
        }

    .__countdown svg {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 100px;
        height: 100px;
        transform: rotateY(-180deg) rotateZ(-90deg);
    }

        .__countdown svg circle {
            stroke-dasharray: 282.5px;
            stroke-dashoffset: 0px;
            stroke-linecap: round;
            stroke-width: 3px;
            stroke: #040769;
            fill: none;
            animation: countdown 45s linear infinite forwards;
        }

.card-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .card-wrapper .card-item {
        width: 260px;
        height: 140px;
        border-radius: 12px;
        color: #ffffff;
        padding: 16px 18px;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        margin-right: 16px;
        user-select: none;
    }

        .card-wrapper .card-item.__card {
            background-color: #8c0df2;
            background-image: url("../images/svg/card_bg.svg");
        }

            .card-wrapper .card-item.__card .desc {
                color: #f3e6fd;
                font-weight: 600;
            }

            .card-wrapper .card-item.__card .card_number {
                font-size: 2rem;
                line-height: 1.6;
                letter-spacing: 0.12em;
                font-weight: 600;
                color: #fcfcfd;
                margin-bottom: 12px;
                flex: 1;
            }

        .card-wrapper .card-item.__bank {
            background-color: #060809;
            background-image: url("../images/svg/bank_bg.svg");
        }

            .card-wrapper .card-item.__bank .desc {
                color: #f0f4f8;
                font-weight: 400;
            }

            .card-wrapper .card-item.__bank .account_num {
                text-align: right;
                font-weight: 600;
                letter-spacing: 0.02em;
            }

            .card-wrapper .card-item.__bank .bank_number {
                font-size: 1.6rem;
                line-height: 1.5;
                letter-spacing: 0.02em;
                font-weight: 600;
                color: #fcfcfd;
                margin-bottom: 24px;
                text-transform: uppercase;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .card-wrapper .card-item.__empty {
            background-image: none;
            background-color: #ffffff;
            border: 1px solid #0093dd;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-self: center;
            text-align: center;
            color: #0093dd;
        }

            .card-wrapper .card-item.__empty svg {
                margin: 4px auto;
            }

        .card-wrapper .card-item .__footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .card-wrapper .card-item .__footer span.svg {
                height: 40px;
                width: 40px;
            }

        .card-wrapper .card-item .__settings {
            display: flex;
            margin-left: auto;
            position: relative;
            flex: 1;
        }

            .card-wrapper .card-item .__settings:hover .card_dropdown {
                opacity: 1;
            }

            .card-wrapper .card-item .__settings span.svg {
                height: 22px;
                width: 22px;
                cursor: pointer;
            }

            .card-wrapper .card-item .__settings .card_dropdown {
                background: #ffffff;
                position: absolute;
                top: 24px;
                right: 0;
                border-radius: 4px;
                width: 150px;
                height: auto;
                padding: 4px 0;
                opacity: 0;
                transition: opacity 0.2s linear;
                z-index: 11;
                box-shadow: 0px 4px 6px rgba(98, 125, 152, 0.16);
            }

                .card-wrapper .card-item .__settings .card_dropdown .__item {
                    color: #243b53;
                    font-weight: 400;
                    padding: 0 8px;
                    height: 36px;
                    line-height: 36px;
                    background: #ffffff;
                    width: 100%;
                    display: flex;
                    align-items: center;
                }

                    .card-wrapper .card-item .__settings .card_dropdown .__item.delete {
                        color: #ef3e36;
                    }

                        .card-wrapper .card-item .__settings .card_dropdown .__item.delete svg {
                            height: 18px;
                            width: 18px;
                            margin-right: 5px;
                        }

                    .card-wrapper .card-item .__settings .card_dropdown .__item:hover {
                        background: #f0f4f8;
                    }

.detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .detail-wrapper.col-third .detail-item {
        width: 31%;
    }

    .detail-wrapper.col-full .detail-item {
        width: 100%;
    }

    .detail-wrapper .detail-item {
        width: 48%;
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        position: relative;
    }

        .detail-wrapper .detail-item .label {
            margin-bottom: 2px;
            font-size: 1.2rem;
            line-height: 1.43;
            color: #627d98;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            position: relative;
            font-weight: 500;
            width: 100%;
        }

        .detail-wrapper .detail-item .value {
            font-size: 1.4rem;
            line-height: 1.43;
        }

            .detail-wrapper .detail-item .value.__red {
                color: #ef3e36;
            }

        .detail-wrapper .detail-item .value_lg .value {
            font-weight: 500;
        }

            .detail-wrapper .detail-item .value_lg .value:first-of-type {
                font-size: 1.8rem;
                line-height: 1.6;
            }

            .detail-wrapper .detail-item .value_lg .value:last-of-type {
                font-size: 1.6rem;
                line-height: 1.5;
            }

.detail-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .detail-flex .label {
        font-size: 1.4rem;
        line-height: 1.43;
        color: #829ab1;
    }

    .detail-flex .value {
        display: flex;
    }

        .detail-flex .value.__blue {
            color: #0093dd;
        }

            .detail-flex .value.__blue span.svg {
                height: 18px;
                width: 18px;
                margin-left: 5px;
            }

.pointer {
    cursor: pointer;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    height: 32px !important;
    line-height: 32px !important;
}

.__status {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.38;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

    .__status::before {
        display: inline-block;
        content: "";
        height: 20px;
        width: 20px;
        margin-right: 4px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .__status.__green {
        color: #29c76f;
    }

        .__status.__green:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E9F9F0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4713 6.86218C14.5963 6.9872 14.6665 7.15674 14.6665 7.33352C14.6665 7.51029 14.5963 7.67983 14.4713 7.80485L9.13797 13.1382C9.01295 13.2632 8.84341 13.3334 8.66663 13.3334C8.48986 13.3334 8.32032 13.2632 8.1953 13.1382L5.52863 10.4715C5.40719 10.3458 5.34 10.1774 5.34152 10.0026C5.34304 9.82778 5.41315 9.66058 5.53675 9.53697C5.66036 9.41337 5.82757 9.34325 6.00237 9.34173C6.17716 9.34021 6.34556 9.40741 6.4713 9.52885L8.66663 11.7242L13.5286 6.86218C13.6537 6.7372 13.8232 6.66699 14 6.66699C14.1767 6.66699 14.3463 6.7372 14.4713 6.86218Z' fill='%2329C76F'/%3E%3C/svg%3E");
        }

    .__status.__red {
        color: #ef3e36;
    }

        .__status.__red:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23FDEBEA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.86128 5.86119C5.98627 5.73624 6.15576 5.66605 6.3325 5.66605C6.50923 5.66605 6.67872 5.73624 6.80371 5.86119L9.665 8.72247L12.5263 5.86119C12.5878 5.79753 12.6613 5.74676 12.7426 5.71183C12.8239 5.6769 12.9114 5.65851 12.9999 5.65774C13.0884 5.65697 13.1762 5.67383 13.2581 5.70735C13.34 5.74086 13.4144 5.79035 13.477 5.85293C13.5396 5.91551 13.589 5.98992 13.6226 6.07183C13.6561 6.15374 13.6729 6.24151 13.6722 6.33001C13.6714 6.4185 13.653 6.50596 13.6181 6.58728C13.5831 6.66859 13.5324 6.74214 13.4687 6.80362L10.6074 9.6649L13.4687 12.5262C13.5901 12.6519 13.6573 12.8203 13.6558 12.995C13.6543 13.1698 13.5842 13.3369 13.4606 13.4605C13.337 13.5841 13.1699 13.6542 12.9951 13.6557C12.8203 13.6572 12.652 13.59 12.5263 13.4686L9.665 10.6073L6.80371 13.4686C6.67801 13.59 6.50965 13.6572 6.33489 13.6557C6.16014 13.6542 5.99297 13.5841 5.8694 13.4605C5.74582 13.3369 5.67573 13.1698 5.67421 12.995C5.67269 12.8203 5.73987 12.6519 5.86128 12.5262L8.72256 9.6649L5.86128 6.80362C5.73633 6.67863 5.66614 6.50914 5.66614 6.3324C5.66614 6.15567 5.73633 5.98618 5.86128 5.86119V5.86119Z' fill='%23EF3E36'/%3E%3C/svg%3E");
        }

.__blue {
    color: #0084c6 !important;
}

.__red {
    color: #ef3e36 !important;
}

.__purple {
    color: #8c0df2 !important;
}

.__default {
    color: #060809 !important;
}

.__green {
    color: #29c76f !important;
}

.__yellow {
    color: #f0b429 !important;
}

.empty-state {
    margin: 64px auto;
    max-width: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .empty-state span.svg {
        width: 64px;
        height: 64px;
        margin-bottom: 8px;
    }

    .empty-state .desc {
        color: #627d98;
        margin-bottom: 8px;
    }

/* Tooltip container */
._tooltip {
    position: relative;
    display: inline-block;
    /* Tooltip text */
    /* Show the tooltip text when you mouse over the tooltip container */
}

    ._tooltip.svg_tooltip {
        height: 16px;
        width: 16px;
        top: 3px;
        cursor: pointer;
    }

    ._tooltip .__text {
        visibility: hidden;
        width: 150px;
        background-color: #060809;
        color: #fff;
        text-align: left;
        padding: 4px 6px;
        font-weight: 400;
        border-radius: 4px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        top: 16px;
        z-index: 1;
        font-size: 1.2rem;
        line-height: 1.43;
    }

    ._tooltip:hover .__text {
        visibility: visible;
    }

/*DEFAULT ICON STYLING*/
.svg {
    display: inline-block;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.menu_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.svg_success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='40' fill='%23E9F9F0'/%3E%3Ccircle cx='40' cy='40' r='32' fill='%23BEEED3'/%3E%3Ccircle cx='40' cy='40' r='18' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40 64C46.3652 64 52.4697 61.4714 56.9706 56.9706C61.4714 52.4697 64 46.3652 64 40C64 33.6348 61.4714 27.5303 56.9706 23.0294C52.4697 18.5286 46.3652 16 40 16C33.6348 16 27.5303 18.5286 23.0294 23.0294C18.5286 27.5303 16 33.6348 16 40C16 46.3652 18.5286 52.4697 23.0294 56.9706C27.5303 61.4714 33.6348 64 40 64ZM51.121 36.121C51.6675 35.5552 51.9699 34.7974 51.963 34.0108C51.9562 33.2242 51.6407 32.4718 51.0845 31.9155C50.5282 31.3593 49.7758 31.0438 48.9892 31.037C48.2026 31.0301 47.4448 31.3325 46.879 31.879L37 41.758L33.121 37.879C32.5552 37.3325 31.7974 37.0301 31.0108 37.037C30.2242 37.0438 29.4718 37.3593 28.9155 37.9155C28.3593 38.4718 28.0438 39.2242 28.037 40.0108C28.0301 40.7974 28.3325 41.5552 28.879 42.121L34.879 48.121C35.4416 48.6834 36.2045 48.9994 37 48.9994C37.7955 48.9994 38.5584 48.6834 39.121 48.121L51.121 36.121Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_back {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='%23829AB1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7071 7.29289C13.0976 7.68342 13.0976 8.31658 12.7071 8.70711L9.41421 12L12.7071 15.2929C13.0976 15.6834 13.0976 16.3166 12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L11.2929 7.29289C11.6834 6.90237 12.3166 6.90237 12.7071 7.29289Z' fill='%23829AB1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z' fill='%23829AB1'/%3E%3C/svg%3E");
}

.svg_hide {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.70741 2.29301C3.5188 2.11085 3.2662 2.01006 3.00401 2.01234C2.74181 2.01461 2.491 2.11978 2.30559 2.30519C2.12018 2.4906 2.01501 2.74141 2.01273 3.00361C2.01045 3.26581 2.11125 3.51841 2.29341 3.70701L16.2934 17.707C16.482 17.8892 16.7346 17.99 16.9968 17.9877C17.259 17.9854 17.5098 17.8802 17.6952 17.6948C17.8806 17.5094 17.9858 17.2586 17.9881 16.9964C17.9904 16.7342 17.8896 16.4816 17.7074 16.293L16.2344 14.82C17.7919 13.5781 18.9437 11.8999 19.5424 10C18.2684 5.94301 14.4784 3.00001 10.0004 3.00001C8.43284 2.99788 6.88691 3.36586 5.48841 4.07401L3.70841 2.29301H3.70741ZM7.96841 6.55301L9.48241 8.06801C9.8215 7.97796 10.1783 7.97856 10.5171 8.06974C10.8559 8.16092 11.1648 8.33949 11.4128 8.58758C11.6609 8.83566 11.8395 9.14455 11.9307 9.48334C12.0219 9.82213 12.0225 10.1789 11.9324 10.518L13.4464 12.032C13.8974 11.268 14.0816 10.3758 13.9701 9.49569C13.8585 8.61557 13.4575 7.7975 12.8302 7.17019C12.2029 6.54287 11.3848 6.1419 10.5047 6.03036C9.62461 5.91881 8.73239 6.10302 7.96841 6.55401V6.55301Z' fill='%23627D98'/%3E%3Cpath d='M12.454 16.697L9.75001 13.992C8.77769 13.9311 7.86103 13.5174 7.17206 12.8286C6.4831 12.1398 6.06918 11.2233 6.00801 10.251L2.33501 6.578C1.49022 7.58402 0.852357 8.74692 0.458008 10C1.73201 14.057 5.52301 17 10 17C10.847 17 11.669 16.895 12.454 16.697Z' fill='%23627D98'/%3E%3C/svg%3E");
}

.svg_show {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12C10.5304 12 11.0391 11.7893 11.4142 11.4142C11.7893 11.0391 12 10.5304 12 10C12 9.46957 11.7893 8.96086 11.4142 8.58579C11.0391 8.21071 10.5304 8 10 8C9.46957 8 8.96086 8.21071 8.58579 8.58579C8.21071 8.96086 8 9.46957 8 10C8 10.5304 8.21071 11.0391 8.58579 11.4142C8.96086 11.7893 9.46957 12 10 12Z' fill='%23627D98'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.458008 10C1.73201 5.943 5.52201 3 10 3C14.478 3 18.268 5.943 19.542 10C18.268 14.057 14.478 17 10 17C5.52201 17 1.73201 14.057 0.458008 10ZM14 10C14 11.0609 13.5786 12.0783 12.8284 12.8284C12.0783 13.5786 11.0609 14 10 14C8.93914 14 7.92173 13.5786 7.17158 12.8284C6.42143 12.0783 6.00001 11.0609 6.00001 10C6.00001 8.93913 6.42143 7.92172 7.17158 7.17157C7.92173 6.42143 8.93914 6 10 6C11.0609 6 12.0783 6.42143 12.8284 7.17157C13.5786 7.92172 14 8.93913 14 10V10Z' fill='%23627D98'/%3E%3C/svg%3E");
}

.svg_lock {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9V7C5 5.67392 5.52678 4.40215 6.46447 3.46447C7.40215 2.52678 8.67392 2 10 2C11.3261 2 12.5979 2.52678 13.5355 3.46447C14.4732 4.40215 15 5.67392 15 7V9C15.5304 9 16.0391 9.21071 16.4142 9.58579C16.7893 9.96086 17 10.4696 17 11V16C17 16.5304 16.7893 17.0391 16.4142 17.4142C16.0391 17.7893 15.5304 18 15 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11C3 10.4696 3.21071 9.96086 3.58579 9.58579C3.96086 9.21071 4.46957 9 5 9ZM13 7V9H7V7C7 6.20435 7.31607 5.44129 7.87868 4.87868C8.44129 4.31607 9.20435 4 10 4C10.7956 4 11.5587 4.31607 12.1213 4.87868C12.6839 5.44129 13 6.20435 13 7Z' fill='%23829AB1'/%3E%3C/svg%3E");
}

.svg_bank_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.66111 1.73857C9.87658 1.64281 10.1225 1.64281 10.338 1.73857L17.838 5.07191C18.2586 5.25883 18.448 5.75129 18.2611 6.17186C18.0741 6.59243 17.5817 6.78184 17.1611 6.59492L9.99956 3.41201L2.83801 6.59492C2.41744 6.78184 1.92497 6.59243 1.73805 6.17186C1.55113 5.75129 1.74054 5.25883 2.16111 5.07191L9.66111 1.73857ZM1.66622 8.33342C1.66622 7.87318 2.03932 7.50008 2.49956 7.50008H17.4996C17.9598 7.50008 18.3329 7.87318 18.3329 8.33342C18.3329 8.79365 17.9598 9.16675 17.4996 9.16675V16.6667C17.9598 16.6667 18.3329 17.0398 18.3329 17.5001C18.3329 17.9603 17.9598 18.3334 17.4996 18.3334H2.49956C2.03932 18.3334 1.66622 17.9603 1.66622 17.5001C1.66622 17.0398 2.03932 16.6667 2.49956 16.6667V9.16675C2.03932 9.16675 1.66622 8.79365 1.66622 8.33342ZM4.16622 9.16675V16.6667H15.8329V9.16675H4.16622ZM6.66622 10.8334C7.12646 10.8334 7.49956 11.2065 7.49956 11.6667V14.1667C7.49956 14.627 7.12646 15.0001 6.66622 15.0001C6.20599 15.0001 5.83289 14.627 5.83289 14.1667V11.6667C5.83289 11.2065 6.20599 10.8334 6.66622 10.8334ZM9.99956 10.8334C10.4598 10.8334 10.8329 11.2065 10.8329 11.6667V14.1667C10.8329 14.627 10.4598 15.0001 9.99956 15.0001C9.53932 15.0001 9.16622 14.627 9.16622 14.1667V11.6667C9.16622 11.2065 9.53932 10.8334 9.99956 10.8334ZM13.3329 10.8334C13.7931 10.8334 14.1662 11.2065 14.1662 11.6667V14.1667C14.1662 14.627 13.7931 15.0001 13.3329 15.0001C12.8727 15.0001 12.4996 14.627 12.4996 14.1667V11.6667C12.4996 11.2065 12.8727 10.8334 13.3329 10.8334Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_card_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.6433 4.30956C3.26842 3.68444 4.11627 3.33325 5.00033 3.33325H15.0003C15.8844 3.33325 16.7322 3.68444 17.3573 4.30956C17.9825 4.93468 18.3337 5.78253 18.3337 6.66658V13.3333C18.3337 14.2173 17.9825 15.0652 17.3573 15.6903C16.7322 16.3154 15.8844 16.6666 15.0003 16.6666H5.00033C4.11627 16.6666 3.26842 16.3154 2.6433 15.6903C2.01818 15.0652 1.66699 14.2173 1.66699 13.3333V6.66658C1.66699 5.78253 2.01818 4.93468 2.6433 4.30956ZM3.33366 9.16658H16.667V13.3333C16.667 13.7753 16.4914 14.1992 16.1788 14.5118C15.8663 14.8243 15.4424 14.9999 15.0003 14.9999H5.00033C4.5583 14.9999 4.13437 14.8243 3.82181 14.5118C3.50925 14.1992 3.33366 13.7753 3.33366 13.3333V9.16658ZM16.667 7.49992H3.33366V6.66658C3.33366 6.22456 3.50925 5.80063 3.82181 5.48807C4.13438 5.17551 4.5583 4.99992 5.00033 4.99992H15.0003C15.4424 4.99992 15.8663 5.17551 16.1788 5.48807C16.4914 5.80063 16.667 6.22456 16.667 6.66658V7.49992ZM5.00033 12.4999C5.00033 12.0397 5.37342 11.6666 5.83366 11.6666H6.66699C7.12723 11.6666 7.50033 12.0397 7.50033 12.4999C7.50033 12.9602 7.12723 13.3333 6.66699 13.3333H5.83366C5.37342 13.3333 5.00033 12.9602 5.00033 12.4999ZM9.16699 12.4999C9.16699 12.0397 9.54009 11.6666 10.0003 11.6666H10.8337C11.2939 11.6666 11.667 12.0397 11.667 12.4999C11.667 12.9602 11.2939 13.3333 10.8337 13.3333H10.0003C9.54009 13.3333 9.16699 12.9602 9.16699 12.4999Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_cog_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4897 3.17C11.1097 1.61 8.88975 1.61 8.50975 3.17C8.45302 3.40442 8.34174 3.62212 8.18497 3.80541C8.02821 3.9887 7.83038 4.13238 7.60759 4.22477C7.38481 4.31716 7.14336 4.35564 6.90289 4.33709C6.66242 4.31854 6.42973 4.24347 6.22375 4.118C4.85175 3.282 3.28175 4.852 4.11775 6.224C4.65775 7.11 4.17875 8.266 3.17075 8.511C1.60975 8.89 1.60975 11.111 3.17075 11.489C3.40523 11.5458 3.62298 11.6572 3.80626 11.8141C3.98955 11.971 4.13319 12.1689 4.22549 12.3918C4.31779 12.6147 4.35614 12.8563 4.33742 13.0968C4.3187 13.3373 4.24343 13.5701 4.11775 13.776C3.28175 15.148 4.85175 16.718 6.22375 15.882C6.42969 15.7563 6.6624 15.6811 6.90293 15.6623C7.14347 15.6436 7.38502 15.682 7.60793 15.7743C7.83084 15.8666 8.02879 16.0102 8.18568 16.1935C8.34256 16.3768 8.45394 16.5945 8.51075 16.829C8.88975 18.39 11.1108 18.39 11.4888 16.829C11.5457 16.5946 11.6572 16.377 11.8142 16.1939C11.9711 16.0107 12.169 15.8672 12.3918 15.7749C12.6147 15.6826 12.8561 15.6442 13.0966 15.6628C13.3371 15.6815 13.5698 15.7565 13.7758 15.882C15.1478 16.718 16.7178 15.148 15.8818 13.776C15.7563 13.57 15.6812 13.3373 15.6626 13.0969C15.644 12.8564 15.6824 12.6149 15.7747 12.3921C15.8669 12.1692 16.0105 11.9713 16.1936 11.8144C16.3768 11.6575 16.5944 11.546 16.8288 11.489C18.3898 11.11 18.3898 8.889 16.8288 8.511C16.5943 8.45419 16.3765 8.34281 16.1932 8.18593C16.01 8.02904 15.8663 7.83109 15.774 7.60818C15.6817 7.38527 15.6434 7.14372 15.6621 6.90318C15.6808 6.66265 15.7561 6.42994 15.8818 6.224C16.7178 4.852 15.1478 3.282 13.7758 4.118C13.5698 4.24368 13.3371 4.31895 13.0966 4.33767C12.856 4.35639 12.6145 4.31804 12.3916 4.22574C12.1687 4.13344 11.9707 3.9898 11.8138 3.80651C11.6569 3.62323 11.5456 3.40548 11.4888 3.171L11.4897 3.17ZM9.99975 13C10.7954 13 11.5585 12.6839 12.1211 12.1213C12.6837 11.5587 12.9998 10.7956 12.9998 10C12.9998 9.20435 12.6837 8.44129 12.1211 7.87868C11.5585 7.31607 10.7954 7 9.99975 7C9.2041 7 8.44104 7.31607 7.87843 7.87868C7.31582 8.44129 6.99975 9.20435 6.99975 10C6.99975 10.7956 7.31582 11.5587 7.87843 12.1213C8.44104 12.6839 9.2041 13 9.99975 13V13Z' fill='white'/%3E%3C/svg%3E");
}

.svg_mastercard {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.0005 17.1487C37.9378 19.276 37.2498 21.3376 36.0222 23.0761C34.7947 24.8145 33.0821 26.1527 31.0984 26.9235C29.1148 27.6943 26.9479 27.8635 24.8687 27.41C22.7894 26.9564 20.8898 25.9003 19.4073 24.3734C17.9248 22.8466 16.9251 20.9167 16.533 18.825C16.1409 16.7333 16.3739 14.5724 17.2028 12.6123C18.0317 10.6522 19.4198 8.97975 21.1937 7.80397C22.9676 6.62819 25.0486 6.00116 27.1767 6.00122C30.09 6.04499 32.8667 7.24384 34.8964 9.33422C36.9261 11.4246 38.0426 14.2354 38.0005 17.1487Z' fill='%23F79F1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.6479 17.1487C24.5853 19.276 23.8972 21.3376 22.6697 23.0761C21.4422 24.8145 19.7296 26.1527 17.7459 26.9235C15.7622 27.6943 13.5954 27.8635 11.5161 27.41C9.43686 26.9564 7.53731 25.9003 6.0548 24.3734C4.5723 22.8466 3.57256 20.9167 3.18048 18.825C2.78841 16.7333 3.02137 14.5724 3.85027 12.6123C4.67917 10.6522 6.06728 8.97975 7.84115 7.80397C9.61502 6.62819 11.696 6.00116 13.8242 6.00122C16.7375 6.04499 19.5142 7.24384 21.5438 9.33422C23.5735 11.4246 24.69 14.2354 24.6479 17.1487Z' fill='%23EA001B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5007 8.37256C19.2043 9.43824 18.1601 10.7779 17.4432 12.2953C16.7263 13.8126 16.3545 15.47 16.3545 17.1482C16.3545 18.8264 16.7263 20.4837 17.4432 22.0011C18.1601 23.5185 19.2043 24.8581 20.5007 25.9238C21.7971 24.8581 22.8414 23.5185 23.5583 22.0011C24.2752 20.4837 24.647 18.8264 24.647 17.1482C24.647 15.47 24.2752 13.8126 23.5583 12.2953C22.8414 10.7779 21.7971 9.43824 20.5007 8.37256Z' fill='%23FF5F01'/%3E%3Cpath d='M37.9806 23.0625V22.665H37.8794L37.7631 22.9388L37.6469 22.665H37.5456V23.0625H37.6169V22.7625L37.7256 23.0213H37.7994L37.9081 22.7625V23.0638L37.9806 23.0625ZM37.3406 23.0625V22.7325H37.4656V22.665H37.1406V22.7325H37.2656V23.0625H37.3406Z' fill='%23F79F1A'/%3E%3Cpath d='M5.40965 33.8099H4.7959V30.8587H5.39839V31.2174C5.39839 31.2174 5.92715 30.7787 6.2409 30.7837C6.43331 30.798 6.62028 30.8542 6.7887 30.9483C6.95712 31.0425 7.10292 31.1723 7.21589 31.3287C7.31646 31.163 7.45789 31.0258 7.62663 30.9304C7.79538 30.835 7.98579 30.7845 8.17965 30.7837C8.44821 30.7778 8.71002 30.8682 8.91774 31.0385C9.12545 31.2089 9.26535 31.4479 9.31215 31.7124V33.7924H8.72215V31.9599C8.72059 31.8801 8.70236 31.8015 8.66862 31.7292C8.63487 31.6568 8.58637 31.5923 8.52621 31.5398C8.46606 31.4873 8.39559 31.4479 8.31932 31.4243C8.24306 31.4006 8.1627 31.3932 8.0834 31.4025C7.91452 31.3854 7.74552 31.4337 7.61114 31.5373C7.47675 31.641 7.38721 31.7923 7.3609 31.9599V33.7924H6.74714V31.9475C6.73431 31.7919 6.66464 31.6465 6.55143 31.5391C6.43822 31.4316 6.28941 31.3697 6.1334 31.365C6.04566 31.3526 5.9563 31.3583 5.87089 31.3819C5.78548 31.4055 5.70583 31.4465 5.6369 31.5021C5.56796 31.5578 5.51122 31.6271 5.47019 31.7056C5.42917 31.7842 5.40472 31.8703 5.39839 31.9587L5.40965 33.8099Z' fill='white'/%3E%3Cpath d='M24.0869 30.7886C23.7731 30.7886 23.2444 31.2223 23.2444 31.2223V30.8661H22.6406V33.8123H23.2556L23.2444 31.9673C23.2509 31.879 23.2755 31.793 23.3166 31.7146C23.3577 31.6362 23.4144 31.5671 23.4833 31.5116C23.5522 31.456 23.6318 31.4152 23.7172 31.3917C23.8025 31.3682 23.8917 31.3624 23.9794 31.3748C24.092 31.372 24.2031 31.4014 24.2994 31.4598L24.4994 30.8861C24.3697 30.8266 24.2295 30.7935 24.0869 30.7886Z' fill='white'/%3E%3Cpath d='M32.736 30.7886C32.4223 30.7886 31.8935 31.2223 31.8935 31.2223V30.8661H31.291V33.8123H31.906L31.8948 31.9673C31.9013 31.879 31.9258 31.793 31.9669 31.7146C32.008 31.6362 32.0648 31.5671 32.1337 31.5116C32.2026 31.456 32.2822 31.4152 32.3675 31.3917C32.4529 31.3682 32.5421 31.3624 32.6297 31.3748C32.7423 31.372 32.8535 31.4014 32.9498 31.4598L33.1498 30.8861C33.0197 30.8283 32.8795 30.7969 32.7372 30.7936L32.736 30.7886Z' fill='white'/%3E%3Cpath d='M11.2969 30.7761C10.9039 30.7971 10.5352 30.9729 10.2715 31.265C10.0077 31.5571 9.87038 31.9418 9.88945 32.3349C9.87929 32.7307 10.023 33.1151 10.2904 33.4072C10.5577 33.6993 10.928 33.8763 11.3232 33.9011C11.6694 33.8783 11.9983 33.7411 12.2582 33.5111V33.8111H12.8632V30.8611H12.2569V31.2361C12.0093 30.9633 11.6647 30.7983 11.2969 30.7761ZM11.4144 31.3761C11.6131 31.3567 11.813 31.3978 11.9879 31.4942C12.1627 31.5905 12.3043 31.7375 12.394 31.9158C12.4837 32.0942 12.5173 32.2955 12.4904 32.4933C12.4636 32.6911 12.3774 32.8762 12.2434 33.0241C12.1094 33.172 11.9337 33.2759 11.7395 33.3221C11.5453 33.3683 11.3416 33.3546 11.1554 33.2829C10.9691 33.2111 10.8089 33.0847 10.6958 32.9201C10.5827 32.7556 10.5221 32.5608 10.5219 32.3611C10.511 32.1126 10.5987 31.8699 10.7658 31.6857C10.9329 31.5014 11.1661 31.3906 11.4144 31.3774V31.3761Z' fill='white'/%3E%3Cpath d='M28.9288 30.7761C28.5358 30.7971 28.1671 30.9729 27.9034 31.265C27.6396 31.5571 27.5022 31.9418 27.5213 32.3349C27.5111 32.7307 27.6549 33.1151 27.9222 33.4072C28.1896 33.6993 28.5598 33.8763 28.955 33.9011C29.3013 33.8783 29.6302 33.7411 29.8901 33.5111V33.8111H30.495V30.8611H29.8888V31.2361C29.6411 30.9633 29.2966 30.7983 28.9288 30.7761ZM29.0463 31.3761C29.245 31.3567 29.4449 31.3978 29.6197 31.4942C29.7945 31.5905 29.9362 31.7375 30.0259 31.9158C30.1156 32.0942 30.1492 32.2955 30.1223 32.4933C30.0954 32.6911 30.0093 32.8762 29.8753 33.0241C29.7412 33.172 29.5655 33.2759 29.3713 33.3221C29.1771 33.3683 28.9735 33.3546 28.7872 33.2829C28.6009 33.2111 28.4407 33.0847 28.3277 32.9201C28.2146 32.7556 28.154 32.5608 28.1538 32.3611C28.1429 32.1128 28.2304 31.8703 28.3972 31.6861C28.5641 31.5019 28.7969 31.3909 29.0451 31.3774L29.0463 31.3761Z' fill='white'/%3E%3Cpath d='M34.7325 30.7775C34.3395 30.7985 33.9708 30.9743 33.7071 31.2664C33.4433 31.5585 33.3059 31.9431 33.325 32.3362C33.3148 32.7321 33.4585 33.1165 33.7259 33.4086C33.9933 33.7007 34.3635 33.8777 34.7587 33.9025C35.105 33.8797 35.4339 33.7425 35.6938 33.5125V33.8125H36.2987V29.6987H35.695V31.235C35.4463 30.9626 35.1008 30.7983 34.7325 30.7775ZM34.85 31.3775C35.0486 31.358 35.2485 31.3992 35.4234 31.4955C35.5982 31.5919 35.7398 31.7389 35.8295 31.9172C35.9192 32.0955 35.9529 32.2969 35.926 32.4947C35.8991 32.6925 35.813 32.8775 35.679 33.0254C35.5449 33.1733 35.3692 33.2773 35.175 33.3235C34.9808 33.3696 34.7771 33.3559 34.5909 33.2842C34.4046 33.2125 34.2444 33.086 34.1313 32.9215C34.0183 32.757 33.9577 32.5621 33.9575 32.3625C33.9462 32.1137 34.0338 31.8707 34.2009 31.6862C34.3681 31.5017 34.6013 31.3907 34.85 31.3775Z' fill='white'/%3E%3Cpath d='M14.7067 33.9086C14.2776 33.8846 13.8624 33.748 13.5029 33.5124L13.7679 33.0911C14.0632 33.2321 14.3809 33.3201 14.7067 33.3511C14.9567 33.3511 15.3879 33.2661 15.3929 33.0049C15.3979 32.7436 14.6767 32.6461 14.6767 32.6461C14.6767 32.6461 13.5992 32.6311 13.5992 31.7174C13.5992 31.1424 14.1379 30.7761 14.8279 30.7761C15.2257 30.8346 15.6117 30.9558 15.9717 31.1349L15.6704 31.6174C15.3902 31.4981 15.0963 31.4142 14.7954 31.3674C14.5392 31.3574 14.2292 31.4836 14.2292 31.7136C14.2292 32.3386 16.0242 31.6649 16.0242 32.9274C16.0154 33.7586 15.2879 33.9086 14.7067 33.9086Z' fill='white'/%3E%3Cpath d='M17.0155 30.01V30.8663H16.4805V31.4913H17.0155V32.9725C17.0073 33.106 17.0275 33.2397 17.0748 33.3647C17.1222 33.4898 17.1955 33.6034 17.2901 33.6979C17.3847 33.7925 17.4982 33.8658 17.6233 33.9132C17.7483 33.9605 17.882 33.9808 18.0155 33.9725C18.3096 33.9366 18.5978 33.8626 18.873 33.7525L18.6305 33.1088C18.4957 33.2233 18.3271 33.2905 18.1505 33.3C17.6667 33.2875 17.6792 32.9688 17.6792 32.9688V31.49H18.6792V30.865H17.6792V30.0088L17.0155 30.01Z' fill='white'/%3E%3Cpath d='M20.6548 30.8137C20.2479 30.8357 19.8654 31.0147 19.588 31.3131C19.3105 31.6115 19.1597 32.0059 19.1673 32.4133C19.1749 32.8207 19.3403 33.2092 19.6288 33.4971C19.9172 33.7849 20.3061 33.9495 20.7135 33.9562C21.112 33.9008 21.4931 33.7578 21.8297 33.5375L21.5497 33.0375C21.304 33.2166 21.0158 33.3286 20.7135 33.3625C20.5001 33.3637 20.2944 33.2827 20.1391 33.1363C19.9839 32.9899 19.891 32.7893 19.8797 32.5762H21.976C21.976 32.5762 22.131 30.8137 20.6548 30.8137ZM20.5647 31.3924C20.5872 31.3924 20.6123 31.3924 20.6373 31.3924C20.7332 31.3883 20.8289 31.4039 20.9186 31.4382C21.0082 31.4725 21.0899 31.5249 21.1585 31.592C21.2272 31.6592 21.2813 31.7396 21.3177 31.8285C21.354 31.9173 21.3717 32.0127 21.3698 32.1087H19.8797C19.875 32.016 19.8892 31.9234 19.9215 31.8364C19.9538 31.7494 20.0036 31.6699 20.0678 31.6028C20.1319 31.5358 20.2091 31.4825 20.2945 31.4464C20.38 31.4102 20.4719 31.3918 20.5647 31.3924Z' fill='white'/%3E%3Cpath d='M26.8868 33.0287L27.168 33.6062C26.8842 33.7858 26.5585 33.8883 26.223 33.9037C26.0139 33.9111 25.8055 33.8763 25.6102 33.8012C25.4149 33.7261 25.2367 33.6124 25.0864 33.4669C24.9361 33.3213 24.8167 33.147 24.7353 32.9542C24.654 32.7614 24.6124 32.5542 24.613 32.345C24.6006 32.1401 24.6316 31.9349 24.7041 31.7428C24.7765 31.5507 24.8888 31.3762 25.0336 31.2306C25.1783 31.085 25.3522 30.9717 25.5439 30.8982C25.7355 30.8246 25.9406 30.7924 26.1455 30.8037C26.5181 30.8194 26.8797 30.9341 27.193 31.1362L26.878 31.7137C26.7879 31.6049 26.6722 31.52 26.5414 31.4666C26.4106 31.4132 26.2686 31.3929 26.128 31.4075C25.8923 31.438 25.6758 31.5535 25.5193 31.7324C25.3627 31.9113 25.2769 32.1411 25.278 32.3788C25.2791 32.6165 25.367 32.8456 25.5251 33.0231C25.6832 33.2005 25.9008 33.3141 26.1368 33.3425C26.4144 33.3229 26.6779 33.2127 26.8868 33.0287Z' fill='white'/%3E%3Cpath d='M37.5647 33.4063C37.5256 33.4061 37.4869 33.4138 37.4509 33.4288C37.4148 33.4439 37.3821 33.4659 37.3547 33.4938C37.3001 33.5498 37.2695 33.6249 37.2695 33.7031C37.2695 33.7814 37.3001 33.8565 37.3547 33.9125C37.3819 33.9402 37.4144 33.9623 37.4502 33.9773C37.4861 33.9924 37.5246 34.0001 37.5634 34.0001C37.6023 34.0001 37.6408 33.9924 37.6766 33.9773C37.7125 33.9623 37.745 33.9402 37.7722 33.9125C37.8271 33.8566 37.8578 33.7814 37.8578 33.7031C37.8578 33.6248 37.8271 33.5496 37.7722 33.4938C37.7451 33.4661 37.7129 33.4442 37.6772 33.4291C37.6416 33.4141 37.6033 33.4063 37.5647 33.4063ZM37.5647 33.935C37.5345 33.9351 37.5047 33.929 37.477 33.9172C37.4493 33.9054 37.4243 33.888 37.4034 33.8663C37.3614 33.8221 37.338 33.7635 37.338 33.7025C37.338 33.6415 37.3614 33.5829 37.4034 33.5388C37.4242 33.5173 37.4491 33.5003 37.4766 33.4887C37.5041 33.4772 37.5336 33.4712 37.5634 33.4713C37.5929 33.4713 37.622 33.4773 37.6491 33.4889C37.6761 33.5005 37.7006 33.5175 37.7209 33.5388C37.7627 33.5831 37.7859 33.6416 37.7859 33.7025C37.7859 33.7634 37.7627 33.822 37.7209 33.8663C37.7007 33.8874 37.6765 33.9042 37.6496 33.9158C37.6228 33.9274 37.5939 33.9335 37.5647 33.9338V33.935ZM37.5822 33.56H37.4584V33.8363H37.5147V33.7363H37.5409L37.6222 33.84H37.6909L37.6034 33.7363C37.6272 33.7345 37.6496 33.7248 37.6672 33.7088C37.6745 33.7014 37.6803 33.6926 37.6842 33.6829C37.688 33.6733 37.6899 33.6629 37.6897 33.6525C37.6902 33.6405 37.688 33.6285 37.6832 33.6175C37.6784 33.6065 37.6713 33.5966 37.6622 33.5888C37.6395 33.5717 37.6118 33.5629 37.5834 33.5638L37.5822 33.56ZM37.5822 33.6113C37.5949 33.6104 37.6075 33.6135 37.6184 33.62C37.6229 33.623 37.6265 33.6271 37.6289 33.6319C37.6313 33.6368 37.6325 33.6421 37.6322 33.6475C37.6323 33.6529 37.6312 33.6582 37.6288 33.663C37.6264 33.6678 37.6228 33.6719 37.6184 33.675C37.6085 33.6831 37.5962 33.688 37.5834 33.6888H37.5147V33.615L37.5822 33.6113Z' fill='white'/%3E%3C/svg%3E");
}

.svg_visa {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5436 14.2038L14.7198 25.7962H17.5948L19.4311 14.2038H16.5436ZM12.2473 14.2038L9.45105 22.1837L9.12731 20.4675L9.0548 20.0837C8.45135 18.7715 7.56166 17.611 6.45105 16.6875C6.03645 16.3464 5.59965 16.0332 5.14355 15.75L7.6873 25.7937H10.7361L15.4036 14.2013L12.2473 14.2038ZM23.6948 17.42C23.6948 16.1125 26.5386 16.28 27.7986 17L28.2186 14.5C27.3715 14.1913 26.4798 14.0225 25.5786 14C24.1261 14 20.6711 14.66 20.6711 17.84C20.6711 20.8275 24.7273 20.8762 24.7273 22.4475C24.7273 24.0187 21.1273 23.7312 19.9273 22.7475L19.4836 25.34C20.5172 25.7874 21.6335 26.0123 22.7598 26C24.7598 26 27.7761 24.9325 27.7761 22.0275C27.7761 19.1225 23.6961 18.8 23.6961 17.42H23.6948ZM35.6948 14.2038H33.2948C33.0062 14.1843 32.7189 14.2576 32.4749 14.413C32.2309 14.5684 32.0429 14.7977 31.9386 15.0675L27.5711 25.795H30.6311L31.2311 24.0787H34.9636L35.3111 25.795H37.9936L35.6948 14.2038ZM32.0948 21.7037L33.6311 17.36L34.4948 21.7037H32.0948Z' fill='%23FCFCFC'/%3E%3Cpath d='M8.18 15.2963C8.12157 14.9825 7.94835 14.7018 7.69413 14.5088C7.43991 14.3158 7.12293 14.2245 6.805 14.2525H2.06L2 14.4438C3.62201 14.8626 5.13303 15.6305 6.4275 16.6938C7.67218 17.7067 8.62837 19.0293 9.2 20.5288L8.18 15.2963Z' fill='%23F5AC1E'/%3E%3C/svg%3E");
}

.svg_arrow_right_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.293 3.29303C10.4805 3.10556 10.7348 3.00024 11 3.00024C11.2652 3.00024 11.5195 3.10556 11.707 3.29303L17.707 9.29303C17.8945 9.48056 17.9998 9.73487 17.9998 10C17.9998 10.2652 17.8945 10.5195 17.707 10.707L11.707 16.707C11.5184 16.8892 11.2658 16.99 11.0036 16.9877C10.7414 16.9854 10.4906 16.8803 10.3052 16.6948C10.1198 16.5094 10.0146 16.2586 10.0123 15.9964C10.01 15.7342 10.1108 15.4816 10.293 15.293L14.586 11H3C2.73478 11 2.48043 10.8947 2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73481 2.10536 9.48046 2.29289 9.29292C2.48043 9.10539 2.73478 9.00003 3 9.00003H14.586L10.293 4.70703C10.1055 4.5195 10.0002 4.26519 10.0002 4.00003C10.0002 3.73487 10.1055 3.48056 10.293 3.29303V3.29303Z' fill='white'/%3E%3C/svg%3E");
}

.svg_sms {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6004 15.5996V5.99961C21.6004 5.36309 21.3475 4.75264 20.8974 4.30255C20.4474 3.85247 19.8369 3.59961 19.2004 3.59961H4.80039C4.16387 3.59961 3.55342 3.85247 3.10333 4.30255C2.65325 4.75264 2.40039 5.36309 2.40039 5.99961V15.5996C2.40039 16.2361 2.65325 16.8466 3.10333 17.2967C3.55342 17.7468 4.16387 17.9996 4.80039 17.9996H8.40039L12.0004 21.5996L15.6004 17.9996H19.2004C19.8369 17.9996 20.4474 17.7468 20.8974 17.2967C21.3475 16.8466 21.6004 16.2361 21.6004 15.5996ZM6.00039 8.39961C6.00039 8.08135 6.12682 7.77612 6.35186 7.55108C6.57691 7.32604 6.88213 7.19961 7.20039 7.19961H16.8004C17.1186 7.19961 17.4239 7.32604 17.6489 7.55108C17.874 7.77612 18.0004 8.08135 18.0004 8.39961C18.0004 8.71787 17.874 9.02309 17.6489 9.24814C17.4239 9.47318 17.1186 9.59961 16.8004 9.59961H7.20039C6.88213 9.59961 6.57691 9.47318 6.35186 9.24814C6.12682 9.02309 6.00039 8.71787 6.00039 8.39961ZM7.20039 11.9996C6.88213 11.9996 6.57691 12.126 6.35186 12.3511C6.12682 12.5761 6.00039 12.8813 6.00039 13.1996C6.00039 13.5179 6.12682 13.8231 6.35186 14.0481C6.57691 14.2732 6.88213 14.3996 7.20039 14.3996H10.8004C11.1186 14.3996 11.4239 14.2732 11.6489 14.0481C11.874 13.8231 12.0004 13.5179 12.0004 13.1996C12.0004 12.8813 11.874 12.5761 11.6489 12.3511C11.4239 12.126 11.1186 11.9996 10.8004 11.9996H7.20039Z' fill='%230792E5'/%3E%3C/svg%3E");
}

.svg_whatsapp {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25301 18.494L7.97701 18.917C9.19795 19.6291 10.5866 20.0029 12 20C13.5823 20 15.129 19.5308 16.4446 18.6518C17.7602 17.7727 18.7855 16.5233 19.3911 15.0615C19.9966 13.5997 20.155 11.9911 19.8463 10.4393C19.5376 8.88743 18.7757 7.46197 17.6569 6.34315C16.538 5.22433 15.1126 4.4624 13.5607 4.15372C12.0089 3.84504 10.4004 4.00346 8.93855 4.60896C7.47674 5.21447 6.22731 6.23984 5.34826 7.55544C4.46921 8.87103 4.00001 10.4177 4.00001 12C3.99709 13.4139 4.37129 14.8029 5.08401 16.024L5.50601 16.748L4.85301 19.149L7.25301 18.494ZM2.00401 22L3.35601 17.032C2.46515 15.5049 1.99711 13.768 2.00001 12C2.00001 6.477 6.47701 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22C10.2328 22.0029 8.49667 21.5352 6.97001 20.645L2.00401 22ZM8.39101 7.308C8.52501 7.298 8.66001 7.298 8.79401 7.304C8.84801 7.308 8.90201 7.314 8.95601 7.32C9.11501 7.338 9.29001 7.435 9.34901 7.569C9.64701 8.245 9.93701 8.926 10.217 9.609C10.279 9.761 10.242 9.956 10.124 10.146C10.0429 10.2745 9.95507 10.3986 9.86101 10.518C9.74801 10.663 9.50501 10.929 9.50501 10.929C9.50501 10.929 9.40601 11.047 9.44401 11.194C9.45801 11.25 9.50401 11.331 9.54601 11.399L9.60501 11.494C9.86101 11.921 10.205 12.354 10.625 12.762C10.745 12.878 10.862 12.997 10.988 13.108C11.456 13.521 11.986 13.858 12.558 14.108L12.563 14.11C12.648 14.147 12.691 14.167 12.815 14.22C12.877 14.246 12.941 14.269 13.006 14.286C13.0732 14.3031 13.1439 14.2999 13.2093 14.2767C13.2746 14.2536 13.3316 14.2116 13.373 14.156C14.097 13.279 14.163 13.222 14.169 13.222V13.224C14.2193 13.1771 14.2791 13.1415 14.3443 13.1196C14.4095 13.0977 14.4786 13.09 14.547 13.097C14.607 13.101 14.668 13.112 14.724 13.137C15.255 13.38 16.124 13.759 16.124 13.759L16.706 14.02C16.804 14.067 16.893 14.178 16.896 14.285C16.9 14.352 16.906 14.46 16.883 14.658C16.851 14.917 16.773 15.228 16.695 15.391C16.6416 15.5022 16.5707 15.6042 16.485 15.693C16.3841 15.7989 16.2736 15.8954 16.155 15.981C16.114 16.0119 16.0723 16.0419 16.03 16.071C15.9056 16.1499 15.7778 16.2233 15.647 16.291C15.3895 16.4278 15.1052 16.5063 14.814 16.521C14.629 16.531 14.444 16.545 14.258 16.535C14.25 16.535 13.69 16.448 13.69 16.448C12.2683 16.074 10.9534 15.3735 9.85001 14.402C9.62401 14.203 9.41501 13.989 9.20101 13.776C8.31101 12.891 7.63901 11.936 7.23101 11.034C7.02218 10.5913 6.90938 10.1094 6.90001 9.62C6.89589 9.01285 7.09436 8.42167 7.46401 7.94C7.53701 7.846 7.60601 7.748 7.72501 7.635C7.85201 7.515 7.93201 7.451 8.01901 7.407C8.13469 7.34903 8.26088 7.31502 8.39001 7.307L8.39101 7.308Z' fill='%230792E5'/%3E%3C/svg%3E");
}

.svg_green_check {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C12.1217 18 14.1566 17.1571 15.6569 15.6569C17.1571 14.1566 18 12.1217 18 10C18 7.87827 17.1571 5.84344 15.6569 4.34315C14.1566 2.84285 12.1217 2 10 2C7.87827 2 5.84344 2.84285 4.34315 4.34315C2.84285 5.84344 2 7.87827 2 10C2 12.1217 2.84285 14.1566 4.34315 15.6569C5.84344 17.1571 7.87827 18 10 18V18ZM13.707 8.707C13.8892 8.5184 13.99 8.2658 13.9877 8.0036C13.9854 7.7414 13.8802 7.49059 13.6948 7.30518C13.5094 7.11977 13.2586 7.0146 12.9964 7.01233C12.7342 7.01005 12.4816 7.11084 12.293 7.293L9 10.586L7.707 9.293C7.5184 9.11084 7.2658 9.01005 7.0036 9.01233C6.7414 9.0146 6.49059 9.11977 6.30518 9.30518C6.11977 9.49059 6.0146 9.7414 6.01233 10.0036C6.01005 10.2658 6.11084 10.5184 6.293 10.707L8.293 12.707C8.48053 12.8945 8.73484 12.9998 9 12.9998C9.26516 12.9998 9.51947 12.8945 9.707 12.707L13.707 8.707V8.707Z' fill='%2300D06A'/%3E%3C/svg%3E");
}

.svg_deposit {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E5F4FB'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3939 19.4748C19.3939 19.6869 19.3096 19.8903 19.1596 20.0403C19.0096 20.1903 18.8062 20.2746 18.5941 20.2746L11.8058 20.2746C11.5937 20.2746 11.3903 20.1903 11.2403 20.0403C11.0903 19.8903 11.006 19.6869 11.006 19.4748L11.006 12.6865C11.0096 12.4768 11.0955 12.2769 11.2451 12.1299C11.3947 11.9828 11.5961 11.9004 11.8058 11.9004C12.0156 11.9004 12.217 11.9828 12.3666 12.1299C12.5162 12.2769 12.6021 12.4768 12.6057 12.6865L12.6057 17.5435L19.1597 10.9895C19.3098 10.8394 19.5133 10.7552 19.7254 10.7552C19.9376 10.7552 20.1411 10.8394 20.2911 10.9895C20.4411 11.1395 20.5254 11.343 20.5254 11.5552C20.5254 11.7673 20.4411 11.9708 20.2911 12.1208L13.7371 18.6749L18.5941 18.6749C18.8062 18.6749 19.0096 18.7592 19.1596 18.9092C19.3096 19.0592 19.3939 19.2626 19.3939 19.4748Z' fill='%230093DD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.svg_bank_deposit {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23E5F4FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5939 14.0862C23.8524 13.9713 24.1476 13.9713 24.4061 14.0862L33.4061 18.0862C33.9108 18.3105 34.1381 18.9015 33.9138 19.4061C33.6895 19.9108 33.0986 20.1381 32.5939 19.9138L24 16.0943L15.4061 19.9138C14.9015 20.1381 14.3105 19.9108 14.0862 19.4061C13.8619 18.9015 14.0892 18.3105 14.5939 18.0862L23.5939 14.0862ZM14 22C14 21.4477 14.4477 21 15 21H33C33.5523 21 34 21.4477 34 22C34 22.5523 33.5523 23 33 23V32C33.5523 32 34 32.4477 34 33C34 33.5523 33.5523 34 33 34H15C14.4477 34 14 33.5523 14 33C14 32.4477 14.4477 32 15 32V23C14.4477 23 14 22.5523 14 22ZM17 23V32H31V23H17ZM20 25C20.5523 25 21 25.4477 21 26V29C21 29.5523 20.5523 30 20 30C19.4477 30 19 29.5523 19 29V26C19 25.4477 19.4477 25 20 25ZM24 25C24.5523 25 25 25.4477 25 26V29C25 29.5523 24.5523 30 24 30C23.4477 30 23 29.5523 23 29V26C23 25.4477 23.4477 25 24 25ZM28 25C28.5523 25 29 25.4477 29 26V29C29 29.5523 28.5523 30 28 30C27.4477 30 27 29.5523 27 29V26C27 25.4477 27.4477 25 28 25Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_copy_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 4.16667C4.77899 4.16667 4.56702 4.25446 4.41074 4.41074C4.25446 4.56702 4.16667 4.77899 4.16667 5V11.6667C4.16667 11.8877 4.25446 12.0996 4.41074 12.2559C4.56702 12.4122 4.77899 12.5 5 12.5H5.83333V8.33333C5.83333 7.67029 6.09673 7.03441 6.56557 6.56557C7.03441 6.09673 7.67029 5.83333 8.33333 5.83333H12.5V5C12.5 4.77899 12.4122 4.56702 12.2559 4.41074C12.0996 4.25446 11.8877 4.16667 11.6667 4.16667H5ZM14.1667 5.83333V5C14.1667 4.33696 13.9033 3.70107 13.4344 3.23223C12.9656 2.76339 12.3297 2.5 11.6667 2.5H5C4.33696 2.5 3.70107 2.76339 3.23223 3.23223C2.76339 3.70107 2.5 4.33696 2.5 5V11.6667C2.5 12.3297 2.76339 12.9656 3.23223 13.4344C3.70107 13.9033 4.33696 14.1667 5 14.1667H5.83333V15C5.83333 15.663 6.09673 16.2989 6.56557 16.7678C7.03441 17.2366 7.67029 17.5 8.33333 17.5H15C15.663 17.5 16.2989 17.2366 16.7678 16.7678C17.2366 16.2989 17.5 15.663 17.5 15V8.33333C17.5 7.67029 17.2366 7.03441 16.7678 6.56557C16.2989 6.09673 15.663 5.83333 15 5.83333H14.1667ZM8.33333 7.5C8.11232 7.5 7.90036 7.5878 7.74408 7.74408C7.5878 7.90036 7.5 8.11232 7.5 8.33333V15C7.5 15.221 7.5878 15.433 7.74408 15.5893C7.90036 15.7455 8.11232 15.8333 8.33333 15.8333H15C15.221 15.8333 15.433 15.7455 15.5893 15.5893C15.7455 15.433 15.8333 15.221 15.8333 15V8.33333C15.8333 8.11232 15.7455 7.90036 15.5893 7.74408C15.433 7.5878 15.221 7.5 15 7.5H8.33333Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_credit {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E9F9F0'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.394 19.4748C19.394 19.6869 19.3097 19.8903 19.1597 20.0403C19.0097 20.1903 18.8063 20.2746 18.5941 20.2746L11.8059 20.2746C11.5938 20.2746 11.3903 20.1903 11.2403 20.0403C11.0903 19.8903 11.0061 19.6869 11.006 19.4748L11.006 12.6865C11.0097 12.4768 11.0955 12.2769 11.2452 12.1299C11.3948 11.9828 11.5961 11.9004 11.8059 11.9004C12.0157 11.9004 12.217 11.9828 12.3666 12.1299C12.5163 12.2769 12.6021 12.4768 12.6058 12.6865L12.6058 17.5435L19.1598 10.9895C19.3098 10.8394 19.5133 10.7552 19.7255 10.7552C19.9377 10.7552 20.1412 10.8394 20.2912 10.9895C20.4412 11.1395 20.5255 11.343 20.5255 11.5552C20.5255 11.7673 20.4412 11.9708 20.2912 12.1208L13.7371 18.6749L18.5941 18.6749C18.8063 18.6749 19.0097 18.7592 19.1597 18.9092C19.3097 19.0592 19.394 19.2626 19.394 19.4748V19.4748Z' fill='%2329C76F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.svg_debit {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23FDEBEA'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.806 12.5252C12.806 12.3131 12.8903 12.1097 13.0403 11.9597C13.1903 11.8097 13.3938 11.7254 13.6059 11.7254L20.3941 11.7254C20.6062 11.7254 20.8097 11.8097 20.9597 11.9597C21.1097 12.1097 21.194 12.3131 21.194 12.5252L21.194 19.3135C21.1903 19.5232 21.1045 19.7231 20.9549 19.8701C20.8053 20.0172 20.6039 20.0996 20.3941 20.0996C20.1843 20.0996 19.983 20.0172 19.8334 19.8701C19.6838 19.7231 19.5979 19.5232 19.5942 19.3135L19.5942 14.4565L13.0402 21.0105C12.8902 21.1606 12.6867 21.2448 12.4745 21.2448C12.2623 21.2448 12.0589 21.1606 11.9088 21.0105C11.7588 20.8605 11.6745 20.657 11.6745 20.4448C11.6745 20.2327 11.7588 20.0292 11.9088 19.8792L18.4629 13.3251L13.6059 13.3251C13.3938 13.3251 13.1903 13.2408 13.0403 13.0908C12.8903 12.9408 12.806 12.7374 12.806 12.5252V12.5252Z' fill='%23EF3E36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.svg_excellent {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='444' height='444' viewBox='0 0 444 444' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='222' cy='222' r='222' fill='url(%23paint0_radial)'/%3E%3Cg filter='url(%23filter0_i)'%3E%3Ccircle cx='135' cy='177' r='63' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i)'%3E%3Ccircle cx='298' cy='177' r='63' fill='white'/%3E%3C/g%3E%3Ccircle cx='135' cy='192' r='45' fill='black'/%3E%3Ccircle cx='298' cy='192' r='45' fill='black'/%3E%3Ccircle r='18' transform='matrix(1 0 0 -1 146 184)' fill='white'/%3E%3Ccircle r='18' transform='matrix(1 0 0 -1 309 184)' fill='white'/%3E%3Cg filter='url(%23filter2_i)'%3E%3Cpath d='M72 282.811C72 278.979 75.1989 276 79.0307 276C79.0307 276 183.5 286.5 222 286.5C260.5 286.5 364.969 276 364.969 276C368.801 276 372 278.979 372 282.811C372 352.399 304.843 408.811 222 408.811C139.157 408.811 72 352.399 72 282.811Z' fill='url(%23paint1_linear)'/%3E%3C/g%3E%3Cpath d='M117 372C142.5 393 172.706 408.811 222 408.811C271.294 408.811 284 403 322.5 376.5C322.5 376.5 269.935 334 222 334C174.065 334 117 372 117 372Z' fill='url(%23paint2_linear)'/%3E%3Cdefs%3E%3Cfilter id='filter0_i' x='72' y='114' width='127' height='128' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3Cfilter id='filter1_i' x='235' y='114' width='127' height='128' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3Cfilter id='filter2_i' x='72' y='276' width='301' height='134.811' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(153.5 107) rotate(63.6835) scale(515.419)'%3E%3Cstop stop-color='%23FFF8EE'/%3E%3Cstop offset='0.158893' stop-color='%23FFC15E'/%3E%3Cstop offset='0.560219' stop-color='%23E5AD54'/%3E%3Cstop offset='1' stop-color='%23E5AD54'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint1_linear' x1='222' y1='399.5' x2='238.195' y2='287.688' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-color='%23102A43'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='222' y1='399.5' x2='222' y2='326' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23243B53'/%3E%3Cstop offset='1' stop-color='%23102A43'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.svg_poor {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='444' height='444' viewBox='0 0 444 444' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='222' cy='222' r='222' fill='url(%23paint0_radial)'/%3E%3Cg filter='url(%23filter0_i)'%3E%3Ccircle cx='135' cy='177' r='63' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i)'%3E%3Ccircle cx='298' cy='177' r='63' fill='white'/%3E%3C/g%3E%3Ccircle cx='135' cy='192' r='45' fill='black'/%3E%3Ccircle cx='298' cy='192' r='45' fill='black'/%3E%3Ccircle r='18' transform='matrix(1 0 0 -1 146 184)' fill='white'/%3E%3Ccircle r='18' transform='matrix(1 0 0 -1 309 184)' fill='white'/%3E%3Cg filter='url(%23filter2_i)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M225 281.017C225.289 281.015 225.579 281.014 225.869 281.014C225.872 281.014 225.874 281.016 225.874 281.019V281.019C225.874 281.022 225.876 281.024 225.879 281.024C281.415 281.647 313.582 311.821 327.465 335.516C331.374 342.187 327.552 350.24 320.267 352.832V352.832C312.982 355.423 304.905 351.573 300.493 345.224C289.486 329.385 265.907 309.3 225 309.017C184.092 309.3 160.513 329.385 149.507 345.224C145.094 351.573 137.017 355.423 129.733 352.832V352.832C122.448 350.24 118.625 342.187 122.534 335.516C136.417 311.821 168.585 281.647 224.121 281.024C224.123 281.024 224.126 281.022 224.126 281.019V281.019C224.126 281.016 224.128 281.014 224.131 281.014C224.421 281.014 224.711 281.015 225 281.017Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i' x='72' y='114' width='127' height='128' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3Cfilter id='filter1_i' x='235' y='114' width='127' height='128' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3Cfilter id='filter2_i' x='120.975' y='281.014' width='209.05' height='74.6349' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(153.5 107) rotate(63.6835) scale(515.419)'%3E%3Cstop stop-color='%23FFF8EE'/%3E%3Cstop offset='0.158893' stop-color='%23FFC15E'/%3E%3Cstop offset='0.560219' stop-color='%23E5AD54'/%3E%3Cstop offset='1' stop-color='%23E5AD54'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
}

.svg_good {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='444' height='444' viewBox='0 0 444 444' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='222' cy='222' r='222' fill='url(%23paint0_radial)'/%3E%3Cg filter='url(%23filter0_i)'%3E%3Ccircle cx='135' cy='177' r='63' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i)'%3E%3Ccircle cx='298' cy='177' r='63' fill='white'/%3E%3C/g%3E%3Ccircle cx='135' cy='192' r='45' fill='black'/%3E%3Ccircle cx='298' cy='192' r='45' fill='black'/%3E%3Ccircle r='18' transform='matrix(1 0 0 -1 146 184)' fill='white'/%3E%3Ccircle r='18' transform='matrix(1 0 0 -1 309 184)' fill='white'/%3E%3Cg filter='url(%23filter2_i)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M225 366.977C225.3 366.979 225.6 366.979 225.901 366.979C225.903 366.979 225.905 366.977 225.905 366.975V366.975C225.905 366.972 225.907 366.97 225.91 366.97C282.306 366.387 315.542 338.685 330.187 316.178C334.404 309.697 330.844 301.523 323.647 298.699V298.699C316.449 295.875 308.196 299.45 303.409 305.522C291.907 320.111 267.495 338.716 225 338.977C182.506 338.716 158.094 320.111 146.592 305.522C141.805 299.45 133.551 295.875 126.354 298.699V298.699C119.156 301.523 115.597 309.697 119.814 316.178C134.458 338.685 167.694 366.387 224.09 366.97C224.093 366.97 224.095 366.972 224.095 366.975V366.975C224.095 366.977 224.097 366.979 224.1 366.979C224.401 366.979 224.701 366.979 225 366.977Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i' x='72' y='114' width='127' height='128' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3Cfilter id='filter1_i' x='235' y='114' width='127' height='128' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3Cfilter id='filter2_i' x='118.006' y='297.717' width='214.989' height='71.2622' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='2'/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.203922 0 0 0 0 0.337255 0 0 0 0 0.345098 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(153.5 107) rotate(63.6835) scale(515.419)'%3E%3Cstop stop-color='%23FFF8EE'/%3E%3Cstop offset='0.158893' stop-color='%23FFC15E'/%3E%3Cstop offset='0.560219' stop-color='%23E5AD54'/%3E%3Cstop offset='1' stop-color='%23E5AD54'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
}

.svg--upload {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTAwMDQgMTIuOTk5OUM0LjYwNDU3IDEyLjk5ODggMy43NDM2IDEyLjY1NDQgMy4wOTQzMSAxMi4wMzc3QzIuNDQ1MDIgMTEuNDIxIDIuMDU2OCAxMC41Nzg5IDIuMDA5NTIgOS42ODQ3MkMxLjk2MjI1IDguNzkwNDkgMi4yNTk1MiA3LjkxMjE2IDIuODQwMTcgNy4yMzA0NUMzLjQyMDgyIDYuNTQ4NzUgNC4yNDA2OCA2LjExNTUzIDUuMTMxMDQgNi4wMTk5NEM0Ljg2ODg3IDQuOTkxODMgNS4wMjU4NiAzLjkwMTY4IDUuNTY3NDcgMi45ODkzMkM2LjEwOTA3IDIuMDc2OTUgNi45OTA5MyAxLjQxNzExIDguMDE5MDQgMS4xNTQ5NEM5LjA0NzE1IDAuODkyNzc3IDEwLjEzNzMgMS4wNDk3NiAxMS4wNDk3IDEuNTkxMzdDMTEuOTYyIDIuMTMyOTcgMTIuNjIxOSAzLjAxNDgzIDEyLjg4NCA0LjA0Mjk0QzEzLjQ5NTUgMy45NTc4MSAxNC4xMTc5IDMuOTk5MzkgMTQuNzEyNiA0LjE2NTExQzE1LjMwNzMgNC4zMzA4MyAxNS44NjE1IDQuNjE3MTQgMTYuMzQwOCA1LjAwNjIzQzE2LjgyMDEgNS4zOTUzMSAxNy4yMTQyIDUuODc4ODYgMTcuNDk4NiA2LjQyNjc5QzE3Ljc4MyA2Ljk3NDcyIDE3Ljk1MTcgNy41NzUzMSAxNy45OTQgOC4xOTEyQzE4LjAzNjQgOC44MDcwOSAxNy45NTE2IDkuNDI1MTEgMTcuNzQ0OCAxMC4wMDY4QzE3LjUzODEgMTAuNTg4NSAxNy4yMTM5IDExLjEyMTUgMTYuNzkyNCAxMS41NzI1QzE2LjM3MDkgMTIuMDIzNSAxNS44NjExIDEyLjM4MyAxNS4yOTQ3IDEyLjYyODZDMTQuNzI4MyAxMi44NzQyIDE0LjExNzQgMTMuMDAwNiAxMy41IDEyLjk5OTlIMTFWOS40MTI5NEwxMi4yOTMgMTAuNzA1OUMxMi40ODE2IDEwLjg4ODEgMTIuNzM0MiAxMC45ODg5IDEyLjk5NjQgMTAuOTg2NkMxMy4yNTg2IDEwLjk4NDMgMTMuNTA5NSAxMC44NzkyIDEzLjY5NDkgMTAuNjkzOEMxMy44ODAzIDEwLjUwODQgMTMuOTg1NCAxMC4yNTc1IDEzLjk4NzcgOS45OTUzNUMxMy45OSA5LjczMzE1IDEzLjg4OTIgOS40ODA1NSAxMy43MDcgOS4yOTE5NEwxMC43MDcgNi4yOTE5NEMxMC41MTk1IDYuMTA0NDcgMTAuMjY1MiA1Ljk5OTE2IDEwIDUuOTk5MTZDOS43MzQ4OCA1Ljk5OTE2IDkuNDgwNTcgNi4xMDQ0NyA5LjI5MzA0IDYuMjkxOTRMNi4yOTMwNCA5LjI5MTk0QzYuMTEwODggOS40ODA1NSA2LjAxMDA5IDkuNzMzMTUgNi4wMTIzNyA5Ljk5NTM1QzYuMDE0NjQgMTAuMjU3NSA2LjExOTgxIDEwLjUwODQgNi4zMDUyMiAxMC42OTM4QzYuNDkwNjMgMTAuODc5MiA2Ljc0MTQ0IDEwLjk4NDMgNy4wMDM2NCAxMC45ODY2QzcuMjY1ODQgMTAuOTg4OSA3LjUxODQ0IDEwLjg4ODEgNy43MDcwNCAxMC43MDU5TDkuMDAwMDQgOS40MTM5NFYxMi45OTk5SDUuNTAwMDRaIiBmaWxsPSIjMTAyQTQzIi8+CjxwYXRoIGQ9Ik05IDEzSDExVjE4QzExIDE4LjI2NTIgMTAuODk0NiAxOC41MTk2IDEwLjcwNzEgMTguNzA3MUMxMC41MTk2IDE4Ljg5NDYgMTAuMjY1MiAxOSAxMCAxOUM5LjczNDc4IDE5IDkuNDgwNDMgMTguODk0NiA5LjI5Mjg5IDE4LjcwNzFDOS4xMDUzNiAxOC41MTk2IDkgMTguMjY1MiA5IDE4VjEzWiIgZmlsbD0iIzEwMkE0MyIvPgo8L3N2Zz4K);
}

.svg_facebook {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99992 1.33301C4.31792 1.33301 1.33325 4.31767 1.33325 7.99968C1.33325 11.327 3.77125 14.085 6.95859 14.5857V9.92634H5.26525V7.99968H6.95859V6.53101C6.95859 4.86034 7.95325 3.93767 9.47659 3.93767C10.2059 3.93767 10.9686 4.06767 10.9686 4.06767V5.70767H10.1286C9.29992 5.70767 9.04192 6.22167 9.04192 6.74901V7.99968H10.8906L10.5953 9.92634H9.04192V14.5857C12.2286 14.0857 14.6666 11.3263 14.6666 7.99968C14.6666 4.31767 11.6819 1.33301 7.99992 1.33301Z' fill='%23363887'/%3E%3C/svg%3E");
}

.svg_instagram {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99992 1.33301C9.81125 1.33301 10.0373 1.33967 10.7479 1.37301C11.4579 1.40634 11.9413 1.51767 12.3666 1.68301C12.8066 1.85234 13.1773 2.08167 13.5479 2.45167C13.8869 2.78494 14.1492 3.18807 14.3166 3.63301C14.4813 4.05767 14.5933 4.54167 14.6266 5.25167C14.6579 5.96234 14.6666 6.18834 14.6666 7.99967C14.6666 9.81101 14.6599 10.037 14.6266 10.7477C14.5933 11.4577 14.4813 11.941 14.3166 12.3663C14.1497 12.8115 13.8873 13.2148 13.5479 13.5477C13.2146 13.8866 12.8115 14.1488 12.3666 14.3163C11.9419 14.481 11.4579 14.593 10.7479 14.6263C10.0373 14.6577 9.81125 14.6663 7.99992 14.6663C6.18859 14.6663 5.96259 14.6597 5.25192 14.6263C4.54192 14.593 4.05859 14.481 3.63325 14.3163C3.18814 14.1493 2.78494 13.887 2.45192 13.5477C2.11286 13.2145 1.85054 12.8113 1.68325 12.3663C1.51792 11.9417 1.40659 11.4577 1.37325 10.7477C1.34192 10.037 1.33325 9.81101 1.33325 7.99967C1.33325 6.18834 1.33992 5.96234 1.37325 5.25167C1.40659 4.54101 1.51792 4.05834 1.68325 3.63301C1.85008 3.18779 2.11245 2.78456 2.45192 2.45167C2.78503 2.1125 3.1882 1.85016 3.63325 1.68301C4.05859 1.51767 4.54125 1.40634 5.25192 1.37301C5.96259 1.34167 6.18859 1.33301 7.99992 1.33301ZM7.99992 4.66634C7.11586 4.66634 6.26802 5.01753 5.6429 5.64265C5.01777 6.26777 4.66659 7.11562 4.66659 7.99967C4.66659 8.88373 5.01777 9.73158 5.6429 10.3567C6.26802 10.9818 7.11586 11.333 7.99992 11.333C8.88397 11.333 9.73182 10.9818 10.3569 10.3567C10.9821 9.73158 11.3333 8.88373 11.3333 7.99967C11.3333 7.11562 10.9821 6.26777 10.3569 5.64265C9.73182 5.01753 8.88397 4.66634 7.99992 4.66634ZM12.3333 4.49967C12.3333 4.27866 12.2455 4.0667 12.0892 3.91042C11.9329 3.75414 11.7209 3.66634 11.4999 3.66634C11.2789 3.66634 11.0669 3.75414 10.9107 3.91042C10.7544 4.0667 10.6666 4.27866 10.6666 4.49967C10.6666 4.72069 10.7544 4.93265 10.9107 5.08893C11.0669 5.24521 11.2789 5.33301 11.4999 5.33301C11.7209 5.33301 11.9329 5.24521 12.0892 5.08893C12.2455 4.93265 12.3333 4.72069 12.3333 4.49967ZM7.99992 5.99967C8.53035 5.99967 9.03906 6.21039 9.41413 6.58546C9.78921 6.96053 9.99992 7.46924 9.99992 7.99967C9.99992 8.53011 9.78921 9.03882 9.41413 9.41389C9.03906 9.78896 8.53035 9.99967 7.99992 9.99967C7.46949 9.99967 6.96078 9.78896 6.5857 9.41389C6.21063 9.03882 5.99992 8.53011 5.99992 7.99967C5.99992 7.46924 6.21063 6.96053 6.5857 6.58546C6.96078 6.21039 7.46949 5.99967 7.99992 5.99967Z' fill='%23363887'/%3E%3C/svg%3E");
}

.svg_twitter {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7746 3.77062C14.2656 3.99575 13.7259 4.1436 13.1732 4.20928C13.7557 3.86091 14.1917 3.31263 14.3999 2.66662C13.8532 2.99195 13.2539 3.21995 12.6292 3.34328C12.2097 2.89434 11.6535 2.59659 11.0472 2.49634C10.4409 2.39609 9.81854 2.49895 9.27676 2.78892C8.73497 3.07889 8.30417 3.53974 8.05132 4.09981C7.79847 4.65989 7.73775 5.2878 7.87858 5.88595C6.76998 5.83039 5.68547 5.5423 4.69544 5.04039C3.70541 4.53849 2.832 3.83398 2.13191 2.97262C1.88411 3.39825 1.75388 3.8821 1.75458 4.37462C1.75458 5.34128 2.24658 6.19528 2.99458 6.69528C2.55192 6.68135 2.119 6.56181 1.73191 6.34662V6.38128C1.73205 7.02508 1.95483 7.64903 2.36248 8.14732C2.77013 8.64562 3.33757 8.9876 3.96858 9.11528C3.55766 9.22664 3.12678 9.24306 2.70858 9.16328C2.88649 9.71744 3.23325 10.2021 3.70031 10.5494C4.16736 10.8966 4.73133 11.0891 5.31325 11.1C4.7349 11.5542 4.0727 11.8899 3.3645 12.0881C2.6563 12.2862 1.916 12.3428 1.18591 12.2546C2.46038 13.0742 3.94398 13.5094 5.45925 13.5079C10.5879 13.5079 13.3926 9.25928 13.3926 5.57462C13.3926 5.45462 13.3892 5.33328 13.3839 5.21462C13.9298 4.82006 14.401 4.3313 14.7752 3.77128L14.7746 3.77062Z' fill='%23363887'/%3E%3C/svg%3E");
}

.svg_copy_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9C7 8.46957 7.21071 7.96086 7.58579 7.58579C7.96086 7.21071 8.46957 7 9 7H15C15.5304 7 16.0391 7.21071 16.4142 7.58579C16.7893 7.96086 17 8.46957 17 9V15C17 15.5304 16.7893 16.0391 16.4142 16.4142C16.0391 16.7893 15.5304 17 15 17H9C8.46957 17 7.96086 16.7893 7.58579 16.4142C7.21071 16.0391 7 15.5304 7 15V9Z' fill='%23040769'/%3E%3Cpath d='M5 3C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V11C3 11.5304 3.21071 12.0391 3.58579 12.4142C3.96086 12.7893 4.46957 13 5 13V5H13C13 4.46957 12.7893 3.96086 12.4142 3.58579C12.0391 3.21071 11.5304 3 11 3H5Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_arrow_right_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.23441 2.63462C8.38443 2.48464 8.58787 2.40039 8.80001 2.40039C9.01214 2.40039 9.21558 2.48464 9.36561 2.63462L14.1656 7.43462C14.3156 7.58464 14.3998 7.78809 14.3998 8.00022C14.3998 8.21235 14.3156 8.4158 14.1656 8.56582L9.36561 13.3658C9.21472 13.5115 9.01264 13.5922 8.80289 13.5904C8.59313 13.5885 8.39248 13.5044 8.24415 13.3561C8.09582 13.2077 8.01169 13.0071 8.00987 12.7973C8.00804 12.5876 8.08868 12.3855 8.23441 12.2346L11.6688 8.80022H2.40001C2.18783 8.80022 1.98435 8.71593 1.83432 8.5659C1.68429 8.41588 1.60001 8.21239 1.60001 8.00022C1.60001 7.78805 1.68429 7.58456 1.83432 7.43453C1.98435 7.2845 2.18783 7.20022 2.40001 7.20022H11.6688L8.23441 3.76582C8.08443 3.6158 8.00018 3.41235 8.00018 3.20022C8.00018 2.98809 8.08443 2.78464 8.23441 2.63462Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_max {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23E5F4FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.68627 14.216C9.55504 14.0848 9.48132 13.9068 9.48132 13.7211C9.48132 13.5355 9.55504 13.3575 9.68627 13.2262L13.8863 9.02624C14.0175 8.89501 14.1956 8.82129 14.3812 8.82129C14.5668 8.82129 14.7448 8.89501 14.8761 9.02624L19.0761 13.2262C19.2036 13.3583 19.2741 13.5351 19.2725 13.7186C19.271 13.9022 19.1973 14.0777 19.0675 14.2075C18.9378 14.3373 18.7622 14.4109 18.5787 14.4125C18.3951 14.4141 18.2183 14.3435 18.0863 14.216L15.0812 11.2109L15.0812 19.3211C15.0812 19.5068 15.0074 19.6848 14.8761 19.8161C14.7449 19.9474 14.5668 20.0211 14.3812 20.0211C14.1955 20.0211 14.0175 19.9474 13.8862 19.8161C13.7549 19.6848 13.6812 19.5068 13.6812 19.3211L13.6812 11.2109L10.6761 14.216C10.5448 14.3473 10.3668 14.421 10.1812 14.421C9.99556 14.421 9.81754 14.3473 9.68627 14.216Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_min {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23E5F4FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0676 14.6262C19.1989 14.7575 19.2726 14.9355 19.2726 15.1211C19.2726 15.3068 19.1989 15.4848 19.0676 15.616L14.8676 19.816C14.7364 19.9473 14.5583 20.021 14.3727 20.021C14.1871 20.021 14.0091 19.9473 13.8778 19.816L9.67783 15.616C9.55032 15.484 9.47977 15.3072 9.48136 15.1237C9.48296 14.9401 9.55657 14.7646 9.68636 14.6348C9.81614 14.505 9.99171 14.4314 10.1753 14.4298C10.3588 14.4282 10.5356 14.4987 10.6676 14.6262L13.6727 17.6313L13.6727 9.52115C13.6727 9.33549 13.7465 9.15745 13.8778 9.02617C14.009 8.8949 14.1871 8.82115 14.3727 8.82115C14.5584 8.82115 14.7364 8.8949 14.8677 9.02617C14.999 9.15745 15.0727 9.33549 15.0727 9.52115L15.0727 17.6313L18.0778 14.6262C18.2091 14.495 18.3871 14.4213 18.5727 14.4213C18.7583 14.4213 18.9364 14.495 19.0676 14.6262Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_rejected {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EF3E36'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 10C14.4087 10 12.8826 10.6321 11.7574 11.7574C10.6321 12.8826 10 14.4087 10 16C10 16.7879 10.1552 17.5681 10.4567 18.2961C10.7583 19.0241 11.2002 19.6855 11.7574 20.2426C12.3145 20.7998 12.9759 21.2417 13.7039 21.5433C14.4319 21.8448 15.2121 22 16 22C16.7879 22 17.5681 21.8448 18.2961 21.5433C19.0241 21.2417 19.6855 20.7998 20.2426 20.2426C20.7998 19.6855 21.2418 19.0241 21.5433 18.2961C21.8448 17.5681 22 16.7879 22 16C22 14.4087 21.3679 12.8826 20.2426 11.7574C19.1174 10.6321 17.5913 10 16 10ZM10.6967 10.6967C12.1032 9.29018 14.0109 8.5 16 8.5C17.9891 8.5 19.8968 9.29018 21.3033 10.6967C22.7098 12.1032 23.5 14.0109 23.5 16C23.5 16.9849 23.306 17.9602 22.9291 18.8701C22.5522 19.7801 21.9997 20.6069 21.3033 21.3033C20.6069 21.9997 19.7801 22.5522 18.8701 22.9291C17.9602 23.306 16.9849 23.5 16 23.5C15.0151 23.5 14.0398 23.306 13.1299 22.9291C12.2199 22.5522 11.3931 21.9997 10.6967 21.3033C10.0003 20.6069 9.44781 19.7801 9.0709 18.8701C8.69399 17.9602 8.5 16.9849 8.5 16C8.5 14.0109 9.29018 12.1032 10.6967 10.6967ZM13.9697 13.9697C14.2626 13.6768 14.7374 13.6768 15.0303 13.9697L16 14.9393L16.9697 13.9697C17.2626 13.6768 17.7374 13.6768 18.0303 13.9697C18.3232 14.2626 18.3232 14.7374 18.0303 15.0303L17.0607 16L18.0303 16.9697C18.3232 17.2626 18.3232 17.7374 18.0303 18.0303C17.7374 18.3232 17.2626 18.3232 16.9697 18.0303L16 17.0607L15.0303 18.0303C14.7374 18.3232 14.2626 18.3232 13.9697 18.0303C13.6768 17.7374 13.6768 17.2626 13.9697 16.9697L14.9393 16L13.9697 15.0303C13.6768 14.7374 13.6768 14.2626 13.9697 13.9697Z' fill='white'/%3E%3C/svg%3E");
}

.svg_approved {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2329C76F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.25 10C15.0511 10 14.8603 10.079 14.7197 10.2197C14.579 10.3603 14.5 10.5511 14.5 10.75C14.5 10.9489 14.579 11.1397 14.7197 11.2803C14.8603 11.421 15.0511 11.5 15.25 11.5H16.75C16.9489 11.5 17.1397 11.421 17.2803 11.2803C17.421 11.1397 17.5 10.9489 17.5 10.75C17.5 10.5511 17.421 10.3603 17.2803 10.2197C17.1397 10.079 16.9489 10 16.75 10H15.25ZM13.659 9.15901C14.081 8.73705 14.6533 8.5 15.25 8.5H16.75C17.3467 8.5 17.919 8.73705 18.341 9.15901C18.5805 9.39856 18.7605 9.68657 18.8713 10H19.75C20.3467 10 20.919 10.2371 21.341 10.659C21.7629 11.081 22 11.6533 22 12.25V21.25C22 21.8467 21.7629 22.419 21.341 22.841C20.919 23.2629 20.3467 23.5 19.75 23.5H12.25C11.6533 23.5 11.081 23.2629 10.659 22.841C10.2371 22.419 10 21.8467 10 21.25V12.25C10 11.6533 10.2371 11.081 10.659 10.659C11.081 10.2371 11.6533 10 12.25 10H13.1287C13.2395 9.68657 13.4195 9.39856 13.659 9.15901ZM13.1287 11.5H12.25C12.0511 11.5 11.8603 11.579 11.7197 11.7197C11.579 11.8603 11.5 12.0511 11.5 12.25V21.25C11.5 21.4489 11.579 21.6397 11.7197 21.7803C11.8603 21.921 12.0511 22 12.25 22H19.75C19.9489 22 20.1397 21.921 20.2803 21.7803C20.421 21.6397 20.5 21.4489 20.5 21.25V12.25C20.5 12.0511 20.421 11.8603 20.2803 11.7197C20.1397 11.579 19.9489 11.5 19.75 11.5H18.8713C18.7605 11.8134 18.5805 12.1014 18.341 12.341C17.919 12.7629 17.3467 13 16.75 13H15.25C14.6533 13 14.081 12.7629 13.659 12.341C13.4195 12.1014 13.2395 11.8134 13.1287 11.5ZM18.7803 15.4697C19.0732 15.7626 19.0732 16.2374 18.7803 16.5303L15.7803 19.5303C15.4874 19.8232 15.0126 19.8232 14.7197 19.5303L13.2197 18.0303C12.9268 17.7374 12.9268 17.2626 13.2197 16.9697C13.5126 16.6768 13.9874 16.6768 14.2803 16.9697L15.25 17.9393L17.7197 15.4697C18.0126 15.1768 18.4874 15.1768 18.7803 15.4697Z' fill='white'/%3E%3C/svg%3E");
}

.svg_applications {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%230093DD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.25 10C12.0511 10 11.8603 10.079 11.7197 10.2197C11.579 10.3603 11.5 10.5511 11.5 10.75V21.25C11.5 21.4489 11.579 21.6397 11.7197 21.7803C11.8603 21.921 12.0511 22 12.25 22H19.75C19.9489 22 20.1397 21.921 20.2803 21.7803C20.421 21.6397 20.5 21.4489 20.5 21.25L20.5 14.0607L16.4394 10.0001L12.25 10ZM10.659 9.15901C11.081 8.73705 11.6533 8.5 12.25 8.5H16.4395C16.8373 8.50008 17.2188 8.65815 17.5001 8.93942M17.5001 8.93942L21.5605 12.9998C21.5605 12.9999 21.5605 12.9998 21.5605 12.9998C21.8418 13.2811 21.9999 13.6626 22 14.0603V21.25C22 21.8467 21.7629 22.419 21.341 22.841C20.919 23.2629 20.3467 23.5 19.75 23.5H12.25C11.6533 23.5 11.081 23.2629 10.659 22.841C10.2371 22.419 10 21.8467 10 21.25V10.75C10 10.1533 10.2371 9.58097 10.659 9.15901M13 16C13 15.5858 13.3358 15.25 13.75 15.25H18.25C18.6642 15.25 19 15.5858 19 16C19 16.4142 18.6642 16.75 18.25 16.75H13.75C13.3358 16.75 13 16.4142 13 16ZM13 19C13 18.5858 13.3358 18.25 13.75 18.25H18.25C18.6642 18.25 19 18.5858 19 19C19 19.4142 18.6642 19.75 18.25 19.75H13.75C13.3358 19.75 13 19.4142 13 19Z' fill='white'/%3E%3C/svg%3E");
}

.svg_tooltip {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 10C18 12.1217 17.1571 14.1566 15.6569 15.6569C14.1566 17.1571 12.1217 18 10 18C7.87827 18 5.84344 17.1571 4.34315 15.6569C2.84285 14.1566 2 12.1217 2 10C2 7.87827 2.84285 5.84344 4.34315 4.34315C5.84344 2.84285 7.87827 2 10 2C12.1217 2 14.1566 2.84285 15.6569 4.34315C17.1571 5.84344 18 7.87827 18 10V10ZM11 6C11 6.26522 10.8946 6.51957 10.7071 6.70711C10.5196 6.89464 10.2652 7 10 7C9.73478 7 9.48043 6.89464 9.29289 6.70711C9.10536 6.51957 9 6.26522 9 6C9 5.73478 9.10536 5.48043 9.29289 5.29289C9.48043 5.10536 9.73478 5 10 5C10.2652 5 10.5196 5.10536 10.7071 5.29289C10.8946 5.48043 11 5.73478 11 6ZM9 9C8.73478 9 8.48043 9.10536 8.29289 9.29289C8.10536 9.48043 8 9.73478 8 10C8 10.2652 8.10536 10.5196 8.29289 10.7071C8.48043 10.8946 8.73478 11 9 11V14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15H11C11.2652 15 11.5196 14.8946 11.7071 14.7071C11.8946 14.5196 12 14.2652 12 14C12 13.7348 11.8946 13.4804 11.7071 13.2929C11.5196 13.1054 11.2652 13 11 13V10C11 9.73478 10.8946 9.48043 10.7071 9.29289C10.5196 9.10536 10.2652 9 10 9H9Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_doc_illustration {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1875 8.4375L21.625 6.5625L19.75 0H6.625C5.07169 0 3.8125 1.25919 3.8125 2.8125V29.1875C3.8125 30.7408 5.07169 32 6.625 32H25.375C26.9283 32 28.1875 30.7408 28.1875 29.1875V8.4375Z' fill='%234CB3E7'/%3E%3Cpath d='M28.1875 8.4375V29.1875C28.1875 30.7408 26.9283 32 25.375 32H16V0H19.75L21.625 6.5625L28.1875 8.4375Z' fill='%230084C6'/%3E%3Cpath d='M28.1875 8.4375H21.625C20.5938 8.4375 19.75 7.59375 19.75 6.5625V0C19.9938 0 20.2375 0.09375 20.4062 0.281312L27.9062 7.78131C28.0937 7.95 28.1875 8.19375 28.1875 8.4375Z' fill='%237FC9EE'/%3E%3Cpath d='M21.625 15.0625H10.375C9.85681 15.0625 9.4375 14.6432 9.4375 14.125C9.4375 13.6068 9.85681 13.1875 10.375 13.1875H21.625C22.1432 13.1875 22.5625 13.6068 22.5625 14.125C22.5625 14.6432 22.1432 15.0625 21.625 15.0625Z' fill='%23FFF5F5'/%3E%3Cpath d='M21.625 18.8125H10.375C9.85681 18.8125 9.4375 18.3932 9.4375 17.875C9.4375 17.3568 9.85681 16.9375 10.375 16.9375H21.625C22.1432 16.9375 22.5625 17.3568 22.5625 17.875C22.5625 18.3932 22.1432 18.8125 21.625 18.8125Z' fill='%23FFF5F5'/%3E%3Cpath d='M21.625 22.5625H10.375C9.85681 22.5625 9.4375 22.1432 9.4375 21.625C9.4375 21.1068 9.85681 20.6875 10.375 20.6875H21.625C22.1432 20.6875 22.5625 21.1068 22.5625 21.625C22.5625 22.1432 22.1432 22.5625 21.625 22.5625Z' fill='%23FFF5F5'/%3E%3Cpath d='M17.875 26.3125H10.375C9.85681 26.3125 9.4375 25.8932 9.4375 25.375C9.4375 24.8568 9.85681 24.4375 10.375 24.4375H17.875C18.3932 24.4375 18.8125 24.8568 18.8125 25.375C18.8125 25.8932 18.3932 26.3125 17.875 26.3125Z' fill='%23FFF5F5'/%3E%3Cpath d='M16 26.3125H17.875C18.3932 26.3125 18.8125 25.8932 18.8125 25.375C18.8125 24.8568 18.3932 24.4375 17.875 24.4375H16V26.3125Z' fill='%23E3E7EA'/%3E%3Cpath d='M16 22.5625H21.625C22.1432 22.5625 22.5625 22.1432 22.5625 21.625C22.5625 21.1068 22.1432 20.6875 21.625 20.6875H16V22.5625Z' fill='%23E3E7EA'/%3E%3Cpath d='M16 18.8125H21.625C22.1432 18.8125 22.5625 18.3932 22.5625 17.875C22.5625 17.3568 22.1432 16.9375 21.625 16.9375H16V18.8125Z' fill='%23E3E7EA'/%3E%3Cpath d='M16 15.0625H21.625C22.1432 15.0625 22.5625 14.6432 22.5625 14.125C22.5625 13.6068 22.1432 13.1875 21.625 13.1875H16V15.0625Z' fill='%23E3E7EA'/%3E%3C/svg%3E");
}

.svg_upload_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3804 4.30385C14.3409 3.63142 13.0769 3.39947 11.8664 3.65903C10.6558 3.91858 9.59801 4.64838 8.92557 5.68788C8.25314 6.72738 8.02119 7.99143 8.28075 9.20194C8.41493 9.82775 8.01988 10.4448 7.39537 10.5849C6.55441 10.7736 5.81262 11.2659 5.31212 11.9675C4.81161 12.6692 4.58759 13.5308 4.68297 14.3874C4.77835 15.2439 5.18642 16.0352 5.82901 16.6096C6.4716 17.1839 7.30351 17.501 8.16537 17.5C8.80971 17.4993 9.33262 18.0211 9.33334 18.6654C9.33406 19.3097 8.81231 19.8327 8.16798 19.8334C6.73154 19.835 5.34501 19.3065 4.27403 18.3492C3.20306 17.392 2.52293 16.0732 2.36397 14.6456C2.205 13.218 2.57837 11.7819 3.41255 10.6125C4.03562 9.73902 4.88305 9.0602 5.85615 8.64155C5.76755 7.16134 6.15112 5.6809 6.96642 4.42054C7.97497 2.86144 9.56156 1.76684 11.3772 1.37755C13.1928 0.988251 15.0887 1.33614 16.6478 2.3447C17.9492 3.18658 18.927 4.43124 19.441 5.87567C20.8949 6.03622 22.2692 6.6494 23.3644 7.63849C24.6526 8.80202 25.4626 10.4027 25.6371 12.1299C25.8116 13.857 25.338 15.5874 24.3085 16.985C23.2789 18.3827 21.7667 19.3479 20.0655 19.6934C19.4341 19.8216 18.8182 19.4136 18.69 18.7822C18.5618 18.1508 18.9697 17.5349 19.6012 17.4067C20.7353 17.1764 21.7434 16.5329 22.4298 15.6011C23.1162 14.6694 23.4319 13.5158 23.3156 12.3644C23.1993 11.2129 22.6593 10.1458 21.8004 9.37012C20.9416 8.59443 19.8251 8.16554 18.6678 8.1667L18.55 8.1667C17.9999 8.1667 17.5246 7.78248 17.4093 7.24463C17.1497 6.03411 16.4199 4.97628 15.3804 4.30385ZM18.6661 5.83337H18.55V7.00004L18.6666 6.97503L18.6667 7.00004M13.1751 10.8417C13.6307 10.3861 14.3694 10.3861 14.825 10.8417L18.325 14.3417C18.7806 14.7974 18.7806 15.5361 18.325 15.9917C17.8694 16.4473 17.1307 16.4473 16.6751 15.9917L15.1667 14.4833V25.6667C15.1667 26.311 14.6443 26.8334 14 26.8334C13.3557 26.8334 12.8333 26.311 12.8333 25.6667V14.4833L11.325 15.9917C10.8694 16.4473 10.1307 16.4473 9.67505 15.9917C9.21944 15.5361 9.21944 14.7974 9.67505 14.3417L13.1751 10.8417Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_download_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1832 3.68899C12.2922 3.11262 11.2087 2.9138 10.1712 3.13628C9.13357 3.35875 8.22685 3.9843 7.65048 4.8753C7.07411 5.76629 6.8753 6.84976 7.09778 7.88735C7.21279 8.42375 6.87418 8.95267 6.33889 9.07275C5.61806 9.23445 4.98224 9.65643 4.55324 10.2578C4.12423 10.8592 3.93221 11.5978 4.01397 12.332C4.09572 13.0662 4.4455 13.7444 4.99629 14.2367C5.54708 14.729 6.26015 15.0008 6.99889 15C7.55117 14.9994 7.99938 15.4466 8 15.9989C8.00062 16.5512 7.5534 16.9994 7.00111 17C5.76988 17.0014 4.58143 16.5484 3.66345 15.7279C2.74547 14.9074 2.16251 13.777 2.02625 12.5533C1.89 11.3297 2.21003 10.0987 2.92503 9.09639C3.45909 8.3477 4.18547 7.76586 5.01955 7.40701C4.94361 6.13826 5.27238 4.86931 5.97121 3.789C6.83568 2.45263 8.19562 1.51441 9.75185 1.18072C11.3081 0.847042 12.9331 1.14524 14.2695 2.00971C15.385 2.73132 16.2231 3.79817 16.6638 5.03625C17.9099 5.17387 19.0879 5.69946 20.0266 6.54725C21.1308 7.54456 21.8251 8.9166 21.9746 10.397C22.1242 11.8774 21.7183 13.3606 20.8358 14.5586C19.9533 15.7566 18.6572 16.5839 17.199 16.88C16.6578 16.9899 16.1299 16.6402 16.02 16.099C15.9101 15.5578 16.2598 15.0299 16.801 14.92C17.7731 14.7226 18.6372 14.171 19.2256 13.3724C19.8139 12.5737 20.0845 11.5849 19.9848 10.598C19.8851 9.61106 19.4222 8.69637 18.6861 8.0315C17.9499 7.36662 16.993 6.999 16.001 7L15.9 7C15.4285 7 15.0211 6.67066 14.9222 6.20965C14.6997 5.17207 14.0742 4.26536 13.1832 3.68899ZM15.9995 5H15.9V6L16 5.97856L16 6M12 9C12.5523 9 13 9.44772 13 10V19.5858L14.2929 18.2929C14.6834 17.9024 15.3166 17.9024 15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071L12.7071 22.7071C12.3166 23.0976 11.6834 23.0976 11.2929 22.7071L8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929C8.68342 17.9024 9.31658 17.9024 9.70711 18.2929L11 19.5858V10C11 9.44772 11.4477 9 12 9Z' fill='%230093DD'/%3E%3C/svg%3E");
}

.svg_search_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 4C8.4087 4 6.88258 4.63214 5.75736 5.75736C4.63214 6.88258 4 8.4087 4 10C4 10.7879 4.15519 11.5681 4.45672 12.2961C4.75825 13.0241 5.20021 13.6855 5.75736 14.2426C6.31451 14.7998 6.97595 15.2417 7.7039 15.5433C8.43185 15.8448 9.21207 16 10 16C10.7879 16 11.5681 15.8448 12.2961 15.5433C13.0241 15.2417 13.6855 14.7998 14.2426 14.2426C14.7998 13.6855 15.2417 13.0241 15.5433 12.2961C15.8448 11.5681 16 10.7879 16 10C16 8.4087 15.3679 6.88258 14.2426 5.75736C13.1174 4.63214 11.5913 4 10 4ZM4.34315 4.34315C5.84344 2.84285 7.87827 2 10 2C12.1217 2 14.1566 2.84285 15.6569 4.34315C17.1571 5.84344 18 7.87827 18 10C18 11.0506 17.7931 12.0909 17.391 13.0615C17.1172 13.7226 16.7565 14.3425 16.3196 14.9054L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.9054 16.3196C14.3425 16.7565 13.7226 17.1172 13.0615 17.391C12.0909 17.7931 11.0506 18 10 18C8.94943 18 7.90914 17.7931 6.93853 17.391C5.96793 16.989 5.08601 16.3997 4.34315 15.6569C3.60028 14.914 3.011 14.0321 2.60896 13.0615C2.20693 12.0909 2 11.0506 2 10C2 7.87827 2.84285 5.84344 4.34315 4.34315Z' fill='white'/%3E%3C/svg%3E");
}

.svg_txn_empty {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M45.0248 13.6397H37.1766C35.2215 13.6527 33.3652 12.783 32.1262 11.2735L29.5418 7.70049C28.3236 6.1778 26.4674 5.30402 24.5151 5.33426H18.9669C9.00842 5.33426 5.33328 11.1789 5.33328 21.1171V31.8598C5.32089 33.0412 58.655 33.0397 58.6584 31.8598V28.7363C58.7058 18.7981 55.1255 13.6397 45.0248 13.6397Z' fill='%23BCCCDC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.5523 17.4493C56.4054 18.4468 57.0648 19.5943 57.4965 20.833C58.3461 23.3788 58.7394 26.0541 58.6584 28.7362V42.7443C58.6549 43.9242 58.5678 45.1024 58.3976 46.27C58.0733 48.3306 57.3484 50.3081 56.2636 52.091C55.765 52.9522 55.1595 53.7472 54.4616 54.4572C51.3021 57.357 47.1065 58.8664 42.8197 58.6455H21.1482C16.8546 58.8648 12.6522 57.356 9.48261 54.4572C8.79299 53.7458 8.19556 52.9509 7.70431 52.091C6.62592 50.3094 5.91642 48.33 5.61778 46.27C5.42789 45.1044 5.33274 43.9253 5.33325 42.7443V28.7362C5.33279 27.5663 5.39611 26.3972 5.52294 25.2342C5.54961 25.0301 5.58961 24.8294 5.6292 24.6308C5.6952 24.2996 5.76005 23.9742 5.76005 23.6488C6.00073 22.2453 6.43981 20.8829 7.06413 19.6025C8.91355 15.6509 12.7072 13.6396 18.9194 13.6396H45.0011C48.4805 13.3705 51.934 14.418 54.675 16.5738C54.9907 16.8414 55.2841 17.1342 55.5523 17.4493ZM18.5875 41.443H45.4279H45.4753C46.0642 41.4686 46.6389 41.2578 47.071 40.8576C47.5032 40.4575 47.7568 39.9014 47.7752 39.3134C47.8085 38.7965 47.6384 38.2872 47.301 37.8936C46.9129 37.3648 46.298 37.0492 45.6413 37.0418H18.5875C17.3697 37.0418 16.3824 38.027 16.3824 39.2424C16.3824 40.4577 17.3697 41.443 18.5875 41.443Z' fill='%23BCCCDC'/%3E%3C/svg%3E");
}

.svg_refer_empty {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.9316 39.6211C14.3614 39.6211 5.33337 41.2539 5.33337 47.7801C5.33337 54.3114 14.304 56.0005 24.9316 56.0005C35.5017 56.0005 44.5298 54.3676 44.5298 47.8414C44.5298 41.3101 35.5591 39.6211 24.9316 39.6211Z' fill='%23BCCCDC'/%3E%3Cpath opacity='0.4' d='M24.9316 33.3995C32.1305 33.3995 37.8996 27.7498 37.8996 20.6998C37.8996 13.6497 32.1305 8 24.9316 8C17.7352 8 11.9635 13.6497 11.9635 20.6998C11.9635 27.7498 17.7352 33.3995 24.9316 33.3995Z' fill='%23BCCCDC'/%3E%3Cpath opacity='0.4' d='M43.1291 20.9299C43.1291 24.5201 42.028 27.8701 40.0971 30.6528C39.8962 30.939 40.0736 31.3248 40.4233 31.3862C40.9086 31.4654 41.407 31.5139 41.9158 31.5242C46.9778 31.6545 51.5205 28.4629 52.7755 23.6564C54.636 16.5246 49.1774 10.1211 42.2237 10.1211C41.4696 10.1211 40.7468 10.1978 40.0423 10.3383C39.9458 10.3587 39.8414 10.4047 39.7892 10.4865C39.7214 10.5913 39.7709 10.7267 39.8388 10.8161C41.9288 13.6857 43.1291 17.1788 43.1291 20.9299Z' fill='%23BCCCDC'/%3E%3Cpath d='M58.0776 40.4515C57.1513 38.5171 54.9151 37.191 51.5126 36.5394C49.9079 36.1561 45.5609 35.6118 41.5191 35.6884C41.4591 35.6961 41.4252 35.737 41.42 35.7625C41.4122 35.8034 41.4304 35.8648 41.5087 35.9082C43.3769 36.8128 50.5968 40.7479 49.6888 49.0475C49.6496 49.4103 49.9445 49.717 50.3124 49.6659C52.0893 49.418 56.6607 48.4546 58.0776 45.4599C58.863 43.8756 58.863 42.0358 58.0776 40.4515Z' fill='%23BCCCDC'/%3E%3C/svg%3E");
}

.svg_loan_empty {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M5.33398 29.543C5.46732 35.7776 5.84065 46.4416 5.89398 47.6176C6.08332 50.1323 7.04598 52.6736 8.54465 54.4656C10.63 56.9803 13.198 58.103 16.7793 58.103C21.7286 58.1296 27.1846 58.1296 32.4833 58.1296C37.8033 58.1296 42.966 58.1296 47.326 58.103C50.8566 58.103 53.5046 56.951 55.5633 54.4656C57.062 52.6736 58.0246 50.1056 58.1606 47.6176C58.214 46.6283 58.4806 35.0523 58.6406 29.543H5.33398Z' fill='%23BCCCDC'/%3E%3Cpath d='M29.9878 41.0244V44.4751C29.9878 45.5791 30.8838 46.4751 31.9878 46.4751C33.0918 46.4751 33.9878 45.5791 33.9878 44.4751V41.0244C33.9878 39.9204 33.0918 39.0244 31.9878 39.0244C30.8838 39.0244 29.9878 39.9204 29.9878 41.0244' fill='%23BCCCDC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.2302 38.8171C26.9636 39.7851 26.0329 40.4038 25.0249 40.2705C18.2222 39.3211 11.7209 36.9078 6.2329 33.2838C5.67023 32.9158 5.33423 32.2865 5.33423 31.6145V22.3718C5.33423 16.7718 9.89956 12.2171 15.5129 12.2171H20.7582C21.2596 8.34514 24.5396 5.33447 28.5449 5.33447H35.4302C39.4329 5.33447 42.7156 8.34514 43.2169 12.2171H48.4889C54.0862 12.2171 58.6409 16.7718 58.6409 22.3718V31.6145C58.6409 32.2865 58.3022 32.9131 57.7449 33.2838C52.2462 36.9238 45.7182 39.3478 38.8702 40.2945C38.7769 40.3078 38.6862 40.3131 38.5956 40.3131C37.6916 40.3131 36.8836 39.7025 36.6569 38.8065C36.1182 36.6838 34.1902 35.1985 31.9742 35.1985C29.7289 35.1985 27.8222 36.6518 27.2302 38.8171ZM35.4302 9.33447H28.5449C26.7502 9.33447 25.2516 10.5611 24.8036 12.2171H39.1689C38.7209 10.5611 37.2222 9.33447 35.4302 9.33447Z' fill='%23BCCCDC'/%3E%3C/svg%3E");
}

.svg_nav__trigger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6ZM3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12ZM3 18C3 17.4477 3.44772 17 4 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18Z' fill='%23102A43'/%3E%3C/svg%3E");
}

.svg_nav_close {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='white'/%3E%3C/svg%3E");
}

.svg_lock {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Iconly/Light-Outline/Lock'%3E%3Cg id='Lock'%3E%3Cpath id='Fill 1' fill-rule='evenodd' clip-rule='evenodd' d='M14.1024 8.50013C13.7574 8.50013 13.4774 8.22013 13.4774 7.87513V6.08596C13.4774 4.3393 12.0566 2.91846 10.3099 2.91846H10.2966C9.4524 2.91846 8.66157 3.24346 8.06407 3.83596C7.4624 4.43096 7.1299 5.22513 7.12657 6.0718V7.87513C7.12657 8.22013 6.84657 8.50013 6.50157 8.50013C6.15657 8.50013 5.87657 8.22013 5.87657 7.87513V6.08596C5.88157 4.88596 6.34574 3.77846 7.18324 2.94846C8.02157 2.11763 9.12824 1.6368 10.3124 1.66846C12.7457 1.66846 14.7274 3.65013 14.7274 6.08596V7.87513C14.7274 8.22013 14.4474 8.50013 14.1024 8.50013' fill='%23102A43'/%3E%3Cpath id='Fill 3' fill-rule='evenodd' clip-rule='evenodd' d='M7.11833 8.44092C5.71999 8.44092 4.58333 9.57758 4.58333 10.9759V14.5501C4.58333 15.9484 5.71999 17.0851 7.11833 17.0851H13.4858C14.8833 17.0851 16.0208 15.9484 16.0208 14.5501V10.9759C16.0208 9.57758 14.8833 8.44092 13.4858 8.44092H7.11833ZM13.4858 18.3351H7.11833C5.03083 18.3351 3.33333 16.6376 3.33333 14.5501V10.9759C3.33333 8.88842 5.03083 7.19092 7.11833 7.19092H13.4858C15.5733 7.19092 17.2708 8.88842 17.2708 10.9759V14.5501C17.2708 16.6376 15.5733 18.3351 13.4858 18.3351V18.3351Z' fill='%23102A43'/%3E%3Cpath id='Fill 5' fill-rule='evenodd' clip-rule='evenodd' d='M10.3019 14.3132C9.95691 14.3132 9.67691 14.0332 9.67691 13.6882V11.8374C9.67691 11.4924 9.95691 11.2124 10.3019 11.2124C10.6469 11.2124 10.9269 11.4924 10.9269 11.8374V13.6882C10.9269 14.0332 10.6469 14.3132 10.3019 14.3132' fill='%23102A43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.svg_unlock {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Iconly/Light-Outline/Unlock'%3E%3Cg id='Unlock'%3E%3Cpath id='Fill 1' fill-rule='evenodd' clip-rule='evenodd' d='M6.50226 8.49866C6.15726 8.49866 5.87726 8.21866 5.87726 7.87366V6.08449C5.88809 3.63616 7.86809 1.66699 10.2956 1.66699H10.3123C12.1923 1.66699 13.8706 2.86116 14.4864 4.63949C14.5998 4.96533 14.4264 5.32116 14.0998 5.43449C13.7739 5.54866 13.4181 5.37449 13.3048 5.04783C12.8639 3.77366 11.6598 2.91699 10.3098 2.91699H10.2981C8.55476 2.91699 7.13476 4.32866 7.12726 6.07033V7.87366C7.12726 8.21866 6.84726 8.49866 6.50226 8.49866' fill='%23102A43'/%3E%3Cpath id='Fill 3' fill-rule='evenodd' clip-rule='evenodd' d='M7.11831 8.43945C5.71998 8.43945 4.58331 9.57695 4.58331 10.9753V14.5486C4.58331 15.947 5.71998 17.0845 7.11831 17.0845H13.4866C14.8841 17.0845 16.0216 15.947 16.0216 14.5486V10.9753C16.0216 9.57695 14.8841 8.43945 13.4866 8.43945H7.11831ZM13.4866 18.3345H7.11831C5.03081 18.3345 3.33331 16.6361 3.33331 14.5486V10.9753C3.33331 8.88779 5.03081 7.18945 7.11831 7.18945H13.4866C15.5733 7.18945 17.2716 8.88779 17.2716 10.9753V14.5486C17.2716 16.6361 15.5733 18.3345 13.4866 18.3345V18.3345Z' fill='%23102A43'/%3E%3Cpath id='Fill 5' fill-rule='evenodd' clip-rule='evenodd' d='M10.3027 14.3126C9.95773 14.3126 9.67773 14.0326 9.67773 13.6876V11.8359C9.67773 11.4909 9.95773 11.2109 10.3027 11.2109C10.6477 11.2109 10.9277 11.4909 10.9277 11.8359V13.6876C10.9277 14.0326 10.6477 14.3126 10.3027 14.3126' fill='%23102A43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.svg_back--black {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.707 16.707C9.51947 16.8945 9.26516 16.9998 9 16.9998C8.73484 16.9998 8.48053 16.8945 8.293 16.707L2.293 10.707C2.10553 10.5195 2.00021 10.2652 2.00021 10C2.00021 9.73483 2.10553 9.48053 2.293 9.293L8.293 3.293C8.4816 3.11084 8.7342 3.01005 8.9964 3.01232C9.2586 3.0146 9.50941 3.11977 9.69482 3.30518C9.88023 3.49059 9.9854 3.7414 9.98767 4.0036C9.98995 4.26579 9.88916 4.5184 9.707 4.707L5.414 9H17C17.2652 9 17.5196 9.10536 17.7071 9.29289C17.8946 9.48043 18 9.73478 18 10C18 10.2652 17.8946 10.5196 17.7071 10.7071C17.5196 10.8946 17.2652 11 17 11H5.414L9.707 15.293C9.89447 15.4805 9.99979 15.7348 9.99979 16C9.99979 16.2652 9.89447 16.5195 9.707 16.707V16.707Z' fill='%2308090A'/%3E%3C/svg%3E");
}

.svg_land_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33321 11.8134L15.3332 18.7467C15.5359 18.8637 15.7658 18.9253 15.9999 18.9253C16.2339 18.9253 16.4639 18.8637 16.6665 18.7467L28.6665 11.8134C28.8681 11.697 29.0356 11.53 29.1526 11.3288C29.2695 11.1277 29.3318 10.8994 29.3332 10.6667C29.3341 10.4318 29.273 10.2007 29.1559 9.99704C29.0388 9.79334 28.87 9.62419 28.6665 9.50671L16.6665 2.58671C16.4639 2.46969 16.2339 2.40808 15.9999 2.40808C15.7658 2.40808 15.5359 2.46969 15.3332 2.58671L3.33321 9.50671C3.12974 9.62419 2.96092 9.79334 2.84385 9.99704C2.72678 10.2007 2.66561 10.4318 2.66654 10.6667C2.66795 10.8994 2.73022 11.1277 2.84718 11.3288C2.96413 11.53 3.13169 11.697 3.33321 11.8134ZM15.9999 5.33338L25.3332 10.6667L15.9999 16L6.66654 10.6667L15.9999 5.33338ZM27.3332 20.2267L15.9999 26.6667L4.66654 20.1734C4.51437 20.0852 4.34625 20.028 4.17188 20.0051C3.99751 19.9822 3.82033 19.994 3.65054 20.0399C3.48075 20.0857 3.32172 20.1647 3.18259 20.2723C3.04346 20.3799 2.92698 20.5139 2.83988 20.6667C2.66605 20.9729 2.62036 21.3353 2.71278 21.6751C2.8052 22.0148 3.02824 22.3042 3.33321 22.48L15.3332 29.4134C15.5359 29.5304 15.7658 29.592 15.9999 29.592C16.2339 29.592 16.4639 29.5304 16.6665 29.4134L28.6665 22.48C28.9715 22.3042 29.1946 22.0148 29.287 21.6751C29.3794 21.3353 29.3337 20.9729 29.1599 20.6667C29.0728 20.5139 28.9563 20.3799 28.8172 20.2723C28.678 20.1647 28.519 20.0857 28.3492 20.0399C28.1794 19.994 28.0022 19.9822 27.8279 20.0051C27.6535 20.028 27.4854 20.0852 27.3332 20.1734V20.2267Z' fill='white'/%3E%3Cpath d='M27.3332 14.8933L15.9999 21.3333L4.66654 14.84C4.51437 14.7519 4.34625 14.6947 4.17188 14.6718C3.99751 14.6489 3.82033 14.6607 3.65054 14.7065C3.48075 14.7524 3.32172 14.8314 3.18259 14.9389C3.04346 15.0465 2.92698 15.1806 2.83988 15.3333C2.66605 15.6395 2.62036 16.002 2.71278 16.3417C2.8052 16.6814 3.02824 16.9708 3.33321 17.1467L15.3332 24.08C15.5359 24.197 15.7658 24.2586 15.9999 24.2586C16.2339 24.2586 16.4639 24.197 16.6665 24.08L28.6665 17.1467C28.9715 16.9708 29.1946 16.6814 29.287 16.3417C29.3794 16.002 29.3337 15.6395 29.1599 15.3333C29.0728 15.1806 28.9563 15.0465 28.8172 14.9389C28.678 14.8314 28.519 14.7524 28.3492 14.7065C28.1794 14.6607 28.0022 14.6489 27.8279 14.6718C27.6535 14.6947 27.4854 14.7519 27.3332 14.84V14.8933Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_credit-builder_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33333 20H13.3333C13.687 20 14.0261 19.8596 14.2761 19.6095C14.5262 19.3595 14.6667 19.0203 14.6667 18.6667C14.6667 18.3131 14.5262 17.9739 14.2761 17.7239C14.0261 17.4739 13.687 17.3334 13.3333 17.3334H9.33333C8.97971 17.3334 8.64057 17.4739 8.39052 17.7239C8.14048 17.9739 8 18.3131 8 18.6667C8 19.0203 8.14048 19.3595 8.39052 19.6095C8.64057 19.8596 8.97971 20 9.33333 20Z' fill='%2329C76F'/%3E%3Cpath d='M25.3332 6.66675H6.6665C5.60564 6.66675 4.58822 7.08818 3.83808 7.83832C3.08793 8.58847 2.6665 9.60588 2.6665 10.6667V22.6667C2.6665 23.7276 3.08793 24.745 3.83808 25.4952C4.58822 26.2453 5.60564 26.6667 6.6665 26.6667H25.3332C26.394 26.6667 27.4115 26.2453 28.1616 25.4952C28.9117 24.745 29.3332 23.7276 29.3332 22.6667V10.6667C29.3332 9.60588 28.9117 8.58847 28.1616 7.83832C27.4115 7.08818 26.394 6.66675 25.3332 6.66675ZM26.6665 22.6667C26.6665 23.0204 26.526 23.3595 26.276 23.6096C26.0259 23.8596 25.6868 24.0001 25.3332 24.0001H6.6665C6.31288 24.0001 5.97374 23.8596 5.7237 23.6096C5.47365 23.3595 5.33317 23.0204 5.33317 22.6667V14.6667H26.6665V22.6667ZM26.6665 12.0001H5.33317V10.6667C5.33317 10.3131 5.47365 9.97399 5.7237 9.72394C5.97374 9.47389 6.31288 9.33341 6.6665 9.33341H25.3332C25.6868 9.33341 26.0259 9.47389 26.276 9.72394C26.526 9.97399 26.6665 10.3131 26.6665 10.6667V12.0001Z' fill='white'/%3E%3C/svg%3E");
}

.svg_esteem_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0002 26.6666H7.3335C6.97987 26.6666 6.64074 26.5262 6.39069 26.2761C6.14064 26.0261 6.00016 25.6869 6.00016 25.3333V6.66663C6.00016 6.313 6.14064 5.97387 6.39069 5.72382C6.64074 5.47377 6.97987 5.33329 7.3335 5.33329H14.0002V9.33329C14.0002 10.3942 14.4216 11.4116 15.1717 12.1617C15.9219 12.9119 16.9393 13.3333 18.0002 13.3333H22.0002C22.0002 13.6869 22.1406 14.0261 22.3907 14.2761C22.6407 14.5262 22.9799 14.6666 23.3335 14.6666C23.6871 14.6666 24.0263 14.5262 24.2763 14.2761C24.5264 14.0261 24.6668 13.6869 24.6668 13.3333V12C24.6668 12 24.6668 12 24.6668 11.92C24.6529 11.7975 24.6261 11.6768 24.5868 11.56V11.44C24.5227 11.3029 24.4372 11.1768 24.3335 11.0666L16.3335 3.06663C16.2233 2.96291 16.0973 2.8774 15.9602 2.81329C15.9204 2.80764 15.88 2.80764 15.8402 2.81329L15.4135 2.66663H7.3335C6.27263 2.66663 5.25521 3.08805 4.50507 3.8382C3.75492 4.58834 3.3335 5.60576 3.3335 6.66663V25.3333C3.3335 26.3942 3.75492 27.4116 4.50507 28.1617C5.25521 28.9119 6.27263 29.3333 7.3335 29.3333H14.0002C14.3538 29.3333 14.6929 29.1928 14.943 28.9428C15.193 28.6927 15.3335 28.3536 15.3335 28C15.3335 27.6463 15.193 27.3072 14.943 27.0571C14.6929 26.8071 14.3538 26.6666 14.0002 26.6666ZM16.6668 7.21329L20.1202 10.6666H18.0002C17.6465 10.6666 17.3074 10.5262 17.0574 10.2761C16.8073 10.0261 16.6668 9.68691 16.6668 9.33329V7.21329Z' fill='white'/%3E%3Cpath d='M10.0003 10.6667C9.6467 10.6667 9.30757 10.8072 9.05752 11.0573C8.80747 11.3073 8.66699 11.6465 8.66699 12.0001C8.66699 12.3537 8.80747 12.6928 9.05752 12.9429C9.30757 13.1929 9.6467 13.3334 10.0003 13.3334H11.3337C11.6873 13.3334 12.0264 13.1929 12.2765 12.9429C12.5265 12.6928 12.667 12.3537 12.667 12.0001C12.667 11.6465 12.5265 11.3073 12.2765 11.0573C12.0264 10.8072 11.6873 10.6667 11.3337 10.6667H10.0003ZM28.1737 18.4801C28.0188 18.3548 27.8377 18.2658 27.6439 18.2196C27.4501 18.1735 27.2484 18.1714 27.0537 18.2134C26.5481 18.3199 26.0258 18.3192 25.5205 18.2113C25.0152 18.1033 24.5382 17.8906 24.1203 17.5867C23.892 17.4199 23.6165 17.33 23.3337 17.33C23.0508 17.33 22.7753 17.4199 22.547 17.5867C22.1287 17.8898 21.6517 18.1021 21.1465 18.2101C20.6414 18.318 20.1193 18.3191 19.6137 18.2134C19.4168 18.1711 19.2128 18.1739 19.0171 18.2216C18.8215 18.2694 18.6392 18.3609 18.4839 18.4892C18.3287 18.6175 18.2045 18.7793 18.1208 18.9625C18.037 19.1456 17.9958 19.3454 18.0003 19.5467V22.6667C17.9983 23.6212 18.2189 24.5629 18.6449 25.417C19.0708 26.2712 19.6901 27.0141 20.4537 27.5868L22.5337 29.0667C22.7645 29.2398 23.0452 29.3334 23.3337 29.3334C23.6222 29.3334 23.9029 29.2398 24.1337 29.0667L26.2137 27.5201C26.9682 26.9542 27.5821 26.2219 28.0076 25.3802C28.4331 24.5384 28.6588 23.6099 28.667 22.6667V19.5067C28.6657 19.3098 28.6208 19.1156 28.5355 18.9381C28.4502 18.7606 28.3266 18.6042 28.1737 18.4801ZM26.0003 22.6667C26.0066 23.2024 25.8896 23.7323 25.6584 24.2155C25.4272 24.6987 25.088 25.1222 24.667 25.4534L23.3337 26.4134L22.0003 25.4534C21.5793 25.1222 21.2401 24.6987 21.0089 24.2155C20.7777 23.7323 20.6607 23.2024 20.667 22.6667V20.9601C21.5995 20.9182 22.5108 20.6676 23.3337 20.2267C24.1565 20.6676 25.0678 20.9182 26.0003 20.9601V22.6667ZM14.0003 21.4001H10.0003C9.6467 21.4001 9.30757 21.5406 9.05752 21.7906C8.80747 22.0407 8.66699 22.3798 8.66699 22.7334C8.66699 23.087 8.80747 23.4262 9.05752 23.6762C9.30757 23.9263 9.6467 24.0667 10.0003 24.0667H14.0003C14.3539 24.0667 14.6931 23.9263 14.9431 23.6762C15.1932 23.4262 15.3337 23.087 15.3337 22.7334C15.3337 22.3798 15.1932 22.0407 14.9431 21.7906C14.6931 21.5406 14.3539 21.4001 14.0003 21.4001ZM15.3337 16.0667H10.0003C9.6467 16.0667 9.30757 16.2072 9.05752 16.4573C8.80747 16.7073 8.66699 17.0465 8.66699 17.4001C8.66699 17.7537 8.80747 18.0928 9.05752 18.3429C9.30757 18.5929 9.6467 18.7334 10.0003 18.7334H15.3337C15.6873 18.7334 16.0264 18.5929 16.2765 18.3429C16.5265 18.0928 16.667 17.7537 16.667 17.4001C16.667 17.0465 16.5265 16.7073 16.2765 16.4573C16.0264 16.2072 15.6873 16.0667 15.3337 16.0667Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_privilege_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9465 8.00002L14.6665 7.21336V12C14.6665 12.3536 14.807 12.6928 15.057 12.9428C15.3071 13.1929 15.6462 13.3334 15.9998 13.3334C16.3535 13.3334 16.6926 13.1929 16.9426 12.9428C17.1927 12.6928 17.3332 12.3536 17.3332 12V7.21336L18.0532 7.94669C18.1742 8.08339 18.322 8.19377 18.4875 8.271C18.6529 8.34823 18.8324 8.39066 19.0149 8.39566C19.1974 8.40066 19.379 8.36813 19.5484 8.30007C19.7179 8.23201 19.8715 8.12989 19.9998 8.00002C20.1248 7.87607 20.224 7.72861 20.2917 7.56613C20.3594 7.40365 20.3942 7.22937 20.3942 7.05336C20.3942 6.87734 20.3594 6.70307 20.2917 6.54059C20.224 6.37811 20.1248 6.23064 19.9998 6.10669L16.9465 3.05336C16.8197 2.93197 16.6702 2.83682 16.5065 2.77336C16.1819 2.64 15.8178 2.64 15.4932 2.77336C15.3295 2.83682 15.18 2.93197 15.0532 3.05336L11.9998 6.05336C11.7417 6.3115 11.5967 6.66162 11.5967 7.02669C11.5967 7.39176 11.7417 7.74188 11.9998 8.00002C12.258 8.25817 12.6081 8.40319 12.9732 8.40319C13.3382 8.40319 13.6884 8.25817 13.9465 8.00002ZM15.9998 16C15.2087 16 14.4354 16.2346 13.7776 16.6741C13.1198 17.1137 12.6071 17.7384 12.3043 18.4693C12.0016 19.2002 11.9224 20.0045 12.0767 20.7804C12.231 21.5563 12.612 22.269 13.1714 22.8285C13.7308 23.3879 14.4436 23.7688 15.2195 23.9232C15.9954 24.0775 16.7997 23.9983 17.5306 23.6955C18.2615 23.3928 18.8862 22.8801 19.3257 22.2223C19.7652 21.5645 19.9998 20.7912 19.9998 20C19.9998 18.9392 19.5784 17.9217 18.8283 17.1716C18.0781 16.4215 17.0607 16 15.9998 16ZM15.9998 21.3334C15.7361 21.3334 15.4783 21.2552 15.2591 21.1087C15.0398 20.9621 14.8689 20.7539 14.768 20.5103C14.6671 20.2666 14.6407 19.9985 14.6921 19.7399C14.7436 19.4813 14.8706 19.2437 15.057 19.0572C15.2435 18.8707 15.4811 18.7438 15.7397 18.6923C15.9984 18.6409 16.2664 18.6673 16.5101 18.7682C16.7537 18.8691 16.962 19.04 17.1085 19.2593C17.255 19.4785 17.3332 19.7363 17.3332 20C17.3332 20.3536 17.1927 20.6928 16.9426 20.9428C16.6926 21.1929 16.3535 21.3334 15.9998 21.3334ZM6.6665 20C6.6665 20.2637 6.7447 20.5215 6.89121 20.7408C7.03772 20.9601 7.24596 21.1309 7.48959 21.2319C7.73323 21.3328 8.00132 21.3592 8.25996 21.3077C8.5186 21.2563 8.75618 21.1293 8.94265 20.9428C9.12912 20.7564 9.2561 20.5188 9.30755 20.2601C9.359 20.0015 9.33259 19.7334 9.23168 19.4898C9.13076 19.2461 8.95986 19.0379 8.7406 18.8914C8.52133 18.7449 8.26355 18.6667 7.99984 18.6667C7.64621 18.6667 7.30708 18.8072 7.05703 19.0572C6.80698 19.3073 6.6665 19.6464 6.6665 20ZM25.3332 20C25.3332 19.7363 25.255 19.4785 25.1085 19.2593C24.962 19.04 24.7537 18.8691 24.5101 18.7682C24.2664 18.6673 23.9984 18.6409 23.7397 18.6923C23.4811 18.7438 23.2435 18.8707 23.057 19.0572C22.8706 19.2437 22.7436 19.4813 22.6921 19.7399C22.6407 19.9985 22.6671 20.2666 22.768 20.5103C22.8689 20.7539 23.0398 20.9621 23.2591 21.1087C23.4783 21.2552 23.7361 21.3334 23.9998 21.3334C24.3535 21.3334 24.6926 21.1929 24.9426 20.9428C25.1927 20.6928 25.3332 20.3536 25.3332 20Z' fill='%2329C76F'/%3E%3Cpath d='M26.6668 10.6667H21.3335C20.9799 10.6667 20.6407 10.8072 20.3907 11.0573C20.1406 11.3073 20.0002 11.6465 20.0002 12.0001C20.0002 12.3537 20.1406 12.6928 20.3907 12.9429C20.6407 13.1929 20.9799 13.3334 21.3335 13.3334H26.6668C27.0205 13.3334 27.3596 13.4739 27.6096 13.7239C27.8597 13.974 28.0002 14.3131 28.0002 14.6667V25.3334C28.0002 25.687 27.8597 26.0262 27.6096 26.2762C27.3596 26.5263 27.0205 26.6667 26.6668 26.6667H5.3335C4.97987 26.6667 4.64074 26.5263 4.39069 26.2762C4.14064 26.0262 4.00016 25.687 4.00016 25.3334V14.6667C4.00016 14.3131 4.14064 13.974 4.39069 13.7239C4.64074 13.4739 4.97987 13.3334 5.3335 13.3334H10.6668C11.0205 13.3334 11.3596 13.1929 11.6096 12.9429C11.8597 12.6928 12.0002 12.3537 12.0002 12.0001C12.0002 11.6465 11.8597 11.3073 11.6096 11.0573C11.3596 10.8072 11.0205 10.6667 10.6668 10.6667H5.3335C4.27263 10.6667 3.25521 11.0882 2.50507 11.8383C1.75492 12.5885 1.3335 13.6059 1.3335 14.6667V25.3334C1.3335 26.3943 1.75492 27.4117 2.50507 28.1618C3.25521 28.912 4.27263 29.3334 5.3335 29.3334H26.6668C27.7277 29.3334 28.7451 28.912 29.4953 28.1618C30.2454 27.4117 30.6668 26.3943 30.6668 25.3334V14.6667C30.6668 13.6059 30.2454 12.5885 29.4953 11.8383C28.7451 11.0882 27.7277 10.6667 26.6668 10.6667Z' fill='white'/%3E%3C/svg%3E");
}

.svg_quick_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.4002 11.4533L25.6135 10.2533C25.8646 10.0023 26.0057 9.66173 26.0057 9.30666C26.0057 8.95159 25.8646 8.61106 25.6135 8.35999C25.3625 8.10892 25.0219 7.96787 24.6669 7.96787C24.3118 7.96787 23.9713 8.10892 23.7202 8.35999L22.5202 9.57332C20.6516 8.1278 18.356 7.34351 15.9935 7.34351C13.6311 7.34351 11.3355 8.1278 9.46686 9.57332L8.25353 8.34666C8.00069 8.09559 7.65847 7.95524 7.30215 7.95649C6.94583 7.95774 6.6046 8.10049 6.35353 8.35332C6.10246 8.60616 5.96211 8.94839 5.96336 9.30471C5.96461 9.66103 6.10736 10.0023 6.3602 10.2533L7.58686 11.4667C6.12422 13.3301 5.33059 15.6311 5.33353 18C5.32918 19.7006 5.73148 21.3775 6.5069 22.891C7.28231 24.4045 8.40835 25.7107 9.79112 26.7006C11.1739 27.6905 12.7733 28.3354 14.4559 28.5816C16.1386 28.8278 17.8557 28.6681 19.4641 28.1158C21.0725 27.5636 22.5256 26.6348 23.7021 25.4069C24.8786 24.179 25.7445 22.6876 26.2275 21.057C26.7105 19.4265 26.7967 17.7041 26.4788 16.0335C26.161 14.3629 25.4483 12.7925 24.4002 11.4533ZM16.0002 26C14.4179 26 12.8712 25.5308 11.5556 24.6517C10.24 23.7727 9.21466 22.5233 8.60916 21.0615C8.00366 19.5997 7.84523 17.9911 8.15392 16.4393C8.4626 14.8874 9.22452 13.462 10.3433 12.3431C11.4622 11.2243 12.8876 10.4624 14.4395 10.1537C15.9913 9.84503 17.5999 10.0035 19.0617 10.609C20.5235 11.2145 21.7729 12.2398 22.652 13.5554C23.531 14.871 24.0002 16.4177 24.0002 18C24.0002 20.1217 23.1573 22.1566 21.6571 23.6568C20.1568 25.1571 18.1219 26 16.0002 26Z' fill='white'/%3E%3Cpath d='M13.3333 6.00004H18.6667C19.0203 6.00004 19.3594 5.85956 19.6095 5.60952C19.8595 5.35947 20 5.02033 20 4.66671C20 4.31309 19.8595 3.97395 19.6095 3.7239C19.3594 3.47385 19.0203 3.33337 18.6667 3.33337H13.3333C12.9797 3.33337 12.6406 3.47385 12.3905 3.7239C12.1405 3.97395 12 4.31309 12 4.66671C12 5.02033 12.1405 5.35947 12.3905 5.60952C12.6406 5.85956 12.9797 6.00004 13.3333 6.00004ZM17.3333 14C17.3333 13.6464 17.1929 13.3073 16.9428 13.0572C16.6928 12.8072 16.3536 12.6667 16 12.6667C15.6464 12.6667 15.3072 12.8072 15.0572 13.0572C14.8071 13.3073 14.6667 13.6464 14.6667 14V16.52C14.3648 16.7901 14.152 17.1454 14.0564 17.539C13.9609 17.9327 13.9871 18.346 14.1317 18.7244C14.2762 19.1028 14.5322 19.4284 14.8658 19.6581C15.1994 19.8878 15.595 20.0108 16 20.0108C16.4051 20.0108 16.8006 19.8878 17.1342 19.6581C17.4678 19.4284 17.7238 19.1028 17.8683 18.7244C18.0129 18.346 18.0391 17.9327 17.9436 17.539C17.848 17.1454 17.6352 16.7901 17.3333 16.52V14Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_salary_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3332 5.33329H23.9998V3.99996C23.9998 3.64634 23.8594 3.3072 23.6093 3.05715C23.3593 2.8071 23.0201 2.66663 22.6665 2.66663C22.3129 2.66663 21.9737 2.8071 21.7237 3.05715C21.4736 3.3072 21.3332 3.64634 21.3332 3.99996V5.33329H10.6665V3.99996C10.6665 3.64634 10.526 3.3072 10.276 3.05715C10.0259 2.8071 9.68679 2.66663 9.33317 2.66663C8.97955 2.66663 8.64041 2.8071 8.39036 3.05715C8.14031 3.3072 7.99984 3.64634 7.99984 3.99996V5.33329H6.6665C5.60564 5.33329 4.58822 5.75472 3.83808 6.50487C3.08793 7.25501 2.6665 8.27243 2.6665 9.33329V25.3333C2.6665 26.3942 3.08793 27.4116 3.83808 28.1617C4.58822 28.9119 5.60564 29.3333 6.6665 29.3333H25.3332C26.394 29.3333 27.4115 28.9119 28.1616 28.1617C28.9117 27.4116 29.3332 26.3942 29.3332 25.3333V9.33329C29.3332 8.27243 28.9117 7.25501 28.1616 6.50487C27.4115 5.75472 26.394 5.33329 25.3332 5.33329ZM26.6665 25.3333C26.6665 25.6869 26.526 26.0261 26.276 26.2761C26.0259 26.5262 25.6868 26.6666 25.3332 26.6666H6.6665C6.31288 26.6666 5.97374 26.5262 5.7237 26.2761C5.47365 26.0261 5.33317 25.6869 5.33317 25.3333V13.3333H26.6665V25.3333ZM26.6665 10.6666H5.33317V9.33329C5.33317 8.97967 5.47365 8.64053 5.7237 8.39048C5.97374 8.14044 6.31288 7.99996 6.6665 7.99996H25.3332C25.6868 7.99996 26.0259 8.14044 26.276 8.39048C26.526 8.64053 26.6665 8.97967 26.6665 9.33329V10.6666Z' fill='white'/%3E%3Cpath d='M16 18.6667C16.2637 18.6667 16.5215 18.5885 16.7408 18.442C16.96 18.2955 17.1309 18.0872 17.2318 17.8436C17.3328 17.5999 17.3592 17.3319 17.3077 17.0732C17.2563 16.8146 17.1293 16.577 16.9428 16.3905C16.7563 16.2041 16.5188 16.0771 16.2601 16.0256C16.0015 15.9742 15.7334 16.0006 15.4898 16.1015C15.2461 16.2024 15.0379 16.3733 14.8914 16.5926C14.7449 16.8118 14.6667 17.0696 14.6667 17.3333C14.6667 17.687 14.8071 18.0261 15.0572 18.2761C15.3072 18.5262 15.6464 18.6667 16 18.6667ZM22.6667 18.6667C22.9304 18.6667 23.1882 18.5885 23.4074 18.442C23.6267 18.2955 23.7976 18.0872 23.8985 17.8436C23.9994 17.5999 24.0258 17.3319 23.9744 17.0732C23.9229 16.8146 23.7959 16.577 23.6095 16.3905C23.423 16.2041 23.1854 16.0771 22.9268 16.0256C22.6681 15.9742 22.4001 16.0006 22.1564 16.1015C21.9128 16.2024 21.7045 16.3733 21.558 16.5926C21.4115 16.8118 21.3333 17.0696 21.3333 17.3333C21.3333 17.687 21.4738 18.0261 21.7239 18.2761C21.9739 18.5262 22.313 18.6667 22.6667 18.6667ZM16 24C16.2637 24 16.5215 23.9218 16.7408 23.7753C16.96 23.6288 17.1309 23.4205 17.2318 23.1769C17.3328 22.9333 17.3592 22.6652 17.3077 22.4065C17.2563 22.1479 17.1293 21.9103 16.9428 21.7239C16.7563 21.5374 16.5188 21.4104 16.2601 21.359C16.0015 21.3075 15.7334 21.3339 15.4898 21.4348C15.2461 21.5357 15.0379 21.7066 14.8914 21.9259C14.7449 22.1452 14.6667 22.403 14.6667 22.6667C14.6667 23.0203 14.8071 23.3594 15.0572 23.6095C15.3072 23.8595 15.6464 24 16 24ZM22.6667 24C22.9304 24 23.1882 23.9218 23.4074 23.7753C23.6267 23.6288 23.7976 23.4205 23.8985 23.1769C23.9994 22.9333 24.0258 22.6652 23.9744 22.4065C23.9229 22.1479 23.7959 21.9103 23.6095 21.7239C23.423 21.5374 23.1854 21.4104 22.9268 21.359C22.6681 21.3075 22.4001 21.3339 22.1564 21.4348C21.9128 21.5357 21.7045 21.7066 21.558 21.9259C21.4115 22.1452 21.3333 22.403 21.3333 22.6667C21.3333 23.0203 21.4738 23.3594 21.7239 23.6095C21.9739 23.8595 22.313 24 22.6667 24ZM9.33333 18.6667C9.59704 18.6667 9.85483 18.5885 10.0741 18.442C10.2934 18.2955 10.4643 18.0872 10.5652 17.8436C10.6661 17.5999 10.6925 17.3319 10.641 17.0732C10.5896 16.8146 10.4626 16.577 10.2761 16.3905C10.0897 16.2041 9.85209 16.0771 9.59345 16.0256C9.33481 15.9742 9.06672 16.0006 8.82309 16.1015C8.57945 16.2024 8.37122 16.3733 8.22471 16.5926C8.0782 16.8118 8 17.0696 8 17.3333C8 17.687 8.14048 18.0261 8.39052 18.2761C8.64057 18.5262 8.97971 18.6667 9.33333 18.6667ZM9.33333 24C9.59704 24 9.85483 23.9218 10.0741 23.7753C10.2934 23.6288 10.4643 23.4205 10.5652 23.1769C10.6661 22.9333 10.6925 22.6652 10.641 22.4065C10.5896 22.1479 10.4626 21.9103 10.2761 21.7239C10.0897 21.5374 9.85209 21.4104 9.59345 21.359C9.33481 21.3075 9.06672 21.3339 8.82309 21.4348C8.57945 21.5357 8.37122 21.7066 8.22471 21.9259C8.0782 22.1452 8 22.403 8 22.6667C8 23.0203 8.14048 23.3594 8.39052 23.6095C8.64057 23.8595 8.97971 24 9.33333 24Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_vehicle_white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.3465 14.8133L24.5332 9.39997C24.2566 8.61761 23.7435 7.94064 23.065 7.46285C22.3866 6.98506 21.5763 6.73011 20.7465 6.73331H11.2532C10.4234 6.73011 9.6131 6.98506 8.93464 7.46285C8.25617 7.94064 7.7431 8.61761 7.4665 9.39997L5.65317 14.8133C4.80027 15.0367 4.04506 15.5355 3.50494 16.2324C2.96483 16.9292 2.67007 17.785 2.6665 18.6666V24C2.66882 24.8252 2.92634 25.6296 3.40376 26.3027C3.88117 26.9759 4.5551 27.4849 5.33317 27.76V29.3333C5.33317 29.6869 5.47365 30.0261 5.7237 30.2761C5.97374 30.5262 6.31288 30.6666 6.6665 30.6666C7.02013 30.6666 7.35926 30.5262 7.60931 30.2761C7.85936 30.0261 7.99984 29.6869 7.99984 29.3333V28H23.9998V29.3333C23.9998 29.6869 24.1403 30.0261 24.3904 30.2761C24.6404 30.5262 24.9795 30.6666 25.3332 30.6666C25.6868 30.6666 26.0259 30.5262 26.276 30.2761C26.526 30.0261 26.6665 29.6869 26.6665 29.3333V27.76C27.4446 27.4849 28.1185 26.9759 28.5959 26.3027C29.0733 25.6296 29.3309 24.8252 29.3332 24V18.6666C29.3296 17.785 29.0348 16.9292 28.4947 16.2324C27.9546 15.5355 27.1994 15.0367 26.3465 14.8133ZM9.9865 10.24C10.076 9.97514 10.2464 9.74513 10.4737 9.58243C10.701 9.41973 10.9736 9.33258 11.2532 9.33331H20.7465C21.0373 9.31813 21.325 9.39854 21.5658 9.56226C21.8065 9.72598 21.9871 9.964 22.0798 10.24L23.4798 14.6666H8.51984L9.9865 10.24ZM26.6665 24C26.6665 24.3536 26.526 24.6927 26.276 24.9428C26.0259 25.1928 25.6868 25.3333 25.3332 25.3333H6.6665C6.31288 25.3333 5.97374 25.1928 5.7237 24.9428C5.47365 24.6927 5.33317 24.3536 5.33317 24V18.6666C5.33317 18.313 5.47365 17.9739 5.7237 17.7238C5.97374 17.4738 6.31288 17.3333 6.6665 17.3333H25.3332C25.6868 17.3333 26.0259 17.4738 26.276 17.7238C26.526 17.9739 26.6665 18.313 26.6665 18.6666V24Z' fill='white'/%3E%3Cpath d='M10 5.33334C10.1755 5.33435 10.3495 5.30072 10.5119 5.23436C10.6744 5.16801 10.8221 5.07025 10.9467 4.94667L12.28 3.61334C12.5311 3.36226 12.6721 3.02174 12.6721 2.66667C12.6721 2.3116 12.5311 1.97107 12.28 1.72C12.029 1.46893 11.6884 1.32788 11.3334 1.32788C10.9783 1.32788 10.6378 1.46893 10.3867 1.72L9.05336 3.05334C8.92839 3.17729 8.8292 3.32476 8.7615 3.48723C8.69381 3.64971 8.65896 3.82399 8.65896 4C8.65896 4.17602 8.69381 4.35029 8.7615 4.51277C8.8292 4.67525 8.92839 4.82272 9.05336 4.94667C9.17795 5.07025 9.3257 5.16801 9.48815 5.23436C9.6506 5.30072 9.82455 5.33435 10 5.33334ZM15.3334 5.33334C15.5088 5.33435 15.6828 5.30072 15.8452 5.23436C16.0077 5.16801 16.1554 5.07025 16.28 4.94667L17.6134 3.61334C17.8644 3.36226 18.0055 3.02174 18.0055 2.66667C18.0055 2.3116 17.8644 1.97107 17.6134 1.72C17.3623 1.46893 17.0218 1.32788 16.6667 1.32788C16.3116 1.32788 15.9711 1.46893 15.72 1.72L14.3867 3.05334C14.2617 3.17729 14.1625 3.32476 14.0948 3.48723C14.0271 3.64971 13.9923 3.82399 13.9923 4C13.9923 4.17602 14.0271 4.35029 14.0948 4.51277C14.1625 4.67525 14.2617 4.82272 14.3867 4.94667C14.5113 5.07025 14.659 5.16801 14.8215 5.23436C14.9839 5.30072 15.1579 5.33435 15.3334 5.33334ZM20.6667 5.33334C20.8422 5.33435 21.0161 5.30072 21.1786 5.23436C21.341 5.16801 21.4888 5.07025 21.6134 4.94667L22.9467 3.61334C23.071 3.48902 23.1696 3.34143 23.2369 3.179C23.3042 3.01657 23.3388 2.84248 23.3388 2.66667C23.3388 2.49086 23.3042 2.31677 23.2369 2.15434C23.1696 1.99191 23.071 1.84432 22.9467 1.72C22.8224 1.59568 22.6748 1.49707 22.5124 1.42979C22.3499 1.36251 22.1758 1.32788 22 1.32788C21.8242 1.32788 21.6501 1.36251 21.4877 1.42979C21.3253 1.49707 21.1777 1.59568 21.0534 1.72L19.72 3.05334C19.5951 3.17729 19.4959 3.32476 19.4282 3.48723C19.3605 3.64971 19.3256 3.82399 19.3256 4C19.3256 4.17602 19.3605 4.35029 19.4282 4.51277C19.4959 4.67525 19.5951 4.82272 19.72 4.94667C19.8446 5.07025 19.9924 5.16801 20.1548 5.23436C20.3173 5.30072 20.4912 5.33435 20.6667 5.33334ZM23.8934 20.8267C23.8642 20.7417 23.8238 20.661 23.7734 20.5867L23.6134 20.3867L23.4134 20.2267C23.339 20.1762 23.2583 20.1359 23.1734 20.1067C23.094 20.0661 23.0083 20.039 22.92 20.0267C22.7058 19.9838 22.4844 19.9942 22.2751 20.0569C22.0659 20.1197 21.8753 20.2329 21.72 20.3867C21.6627 20.45 21.6093 20.5168 21.56 20.5867C21.5096 20.661 21.4692 20.7417 21.44 20.8267C21.4016 20.9023 21.3746 20.9831 21.36 21.0667C21.3535 21.1554 21.3535 21.2446 21.36 21.3333C21.3615 21.6831 21.5004 22.0183 21.7467 22.2667C21.87 22.3956 22.0202 22.4958 22.1867 22.56C22.3387 22.625 22.5015 22.6612 22.6667 22.6667C23.0203 22.6667 23.3595 22.5262 23.6095 22.2761C23.8596 22.0261 24 21.687 24 21.3333C24.0066 21.2446 24.0066 21.1554 24 21.0667C23.9771 20.9816 23.9411 20.9007 23.8934 20.8267ZM17.3334 20H14.6667C14.3131 20 13.9739 20.1405 13.7239 20.3905C13.4738 20.6406 13.3334 20.9797 13.3334 21.3333C13.3334 21.687 13.4738 22.0261 13.7239 22.2761C13.9739 22.5262 14.3131 22.6667 14.6667 22.6667H17.3334C17.687 22.6667 18.0261 22.5262 18.2762 22.2761C18.5262 22.0261 18.6667 21.687 18.6667 21.3333C18.6667 20.9797 18.5262 20.6406 18.2762 20.3905C18.0261 20.1405 17.687 20 17.3334 20ZM10.56 20.8267C10.5308 20.7417 10.4905 20.661 10.44 20.5867L10.28 20.3867C10.0925 20.2017 9.85443 20.0763 9.59578 20.0265C9.33712 19.9767 9.06951 20.0046 8.82669 20.1067C8.66302 20.1701 8.5135 20.2653 8.38669 20.3867C8.32935 20.45 8.27592 20.5168 8.22669 20.5867C8.17623 20.661 8.13588 20.7417 8.10669 20.8267C8.05897 20.9007 8.02298 20.9816 8.00003 21.0667C7.99348 21.1554 7.99348 21.2446 8.00003 21.3333C8.00113 21.597 8.0804 21.8545 8.22782 22.0731C8.37524 22.2918 8.58418 22.4618 8.82822 22.5617C9.07227 22.6616 9.34045 22.6869 9.59887 22.6344C9.85729 22.5819 10.0943 22.4539 10.28 22.2667C10.5264 22.0183 10.6652 21.6831 10.6667 21.3333C10.6732 21.2446 10.6732 21.1554 10.6667 21.0667C10.6437 20.9816 10.6078 20.9007 10.56 20.8267Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_badge_green {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7225 2.73749C14.6354 2.667 14.5336 2.61694 14.4245 2.59098C14.3155 2.56503 14.2021 2.56383 14.0925 2.58749C13.2911 2.75545 12.4638 2.75758 11.6615 2.59377C10.8592 2.42997 10.0989 2.10367 9.4275 1.63499C9.30196 1.54789 9.1528 1.50122 9 1.50122C8.8472 1.50122 8.69805 1.54789 8.5725 1.63499C7.90107 2.10367 7.14081 2.42997 6.33853 2.59377C5.53625 2.75758 4.70893 2.75545 3.9075 2.58749C3.79796 2.56383 3.6845 2.56503 3.57548 2.59098C3.46646 2.61694 3.36464 2.667 3.2775 2.73749C3.19049 2.80808 3.1204 2.89726 3.07237 2.9985C3.02435 3.09973 2.99962 3.21044 3 3.32249V8.90999C2.99934 9.9853 3.25558 11.0452 3.74741 12.0015C4.23923 12.9577 4.95239 13.7826 5.8275 14.4075L8.565 16.3575C8.69203 16.4479 8.84408 16.4965 9 16.4965C9.15593 16.4965 9.30798 16.4479 9.435 16.3575L12.1725 14.4075C13.0476 13.7826 13.7608 12.9577 14.2526 12.0015C14.7444 11.0452 15.0007 9.9853 15 8.90999V3.32249C15.0004 3.21044 14.9757 3.09973 14.9276 2.9985C14.8796 2.89726 14.8095 2.80808 14.7225 2.73749ZM13.5 8.90999C13.5006 9.74605 13.3015 10.5702 12.9192 11.3138C12.537 12.0573 11.9827 12.6989 11.3025 13.185L9 14.8275L6.6975 13.185C6.01728 12.6989 5.46299 12.0573 5.08077 11.3138C4.69854 10.5702 4.49943 9.74605 4.5 8.90999V4.18499C6.07233 4.31956 7.64703 3.95475 9 3.14249C10.353 3.95475 11.9277 4.31956 13.5 4.18499V8.90999ZM10.155 7.19249L8.1375 9.21749L7.47 8.54249C7.32878 8.40126 7.13723 8.32192 6.9375 8.32192C6.73778 8.32192 6.54623 8.40126 6.405 8.54249C6.26378 8.68371 6.18444 8.87526 6.18444 9.07499C6.18444 9.27471 6.26378 9.46626 6.405 9.60749L7.605 10.8075C7.67473 10.8778 7.75768 10.9336 7.84907 10.9717C7.94047 11.0097 8.0385 11.0293 8.1375 11.0293C8.23651 11.0293 8.33454 11.0097 8.42594 10.9717C8.51733 10.9336 8.60028 10.8778 8.67 10.8075L11.25 8.24999C11.3912 8.10876 11.4706 7.91721 11.4706 7.71749C11.4706 7.51776 11.3912 7.32621 11.25 7.18499C11.1088 7.04376 10.9172 6.96442 10.7175 6.96442C10.5178 6.96442 10.3262 7.04376 10.185 7.18499L10.155 7.19249Z' fill='%2329C76F'/%3E%3C/svg%3E");
}

.svg_mail_help {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.9499 8.95002C28.3326 9.16731 28.7857 9.22442 29.2104 9.10889C29.635 8.99336 29.9967 8.71457 30.2166 8.33335C30.3635 8.07901 30.5749 7.86799 30.8295 7.72165C31.0842 7.57531 31.3729 7.49885 31.6666 7.50002C32.1086 7.50002 32.5326 7.67561 32.8451 7.98817C33.1577 8.30073 33.3333 8.72466 33.3333 9.16669C33.3333 9.60871 33.1577 10.0326 32.8451 10.3452C32.5326 10.6578 32.1086 10.8334 31.6666 10.8334C31.2246 10.8334 30.8007 11.0089 30.4881 11.3215C30.1755 11.6341 29.9999 12.058 29.9999 12.5C29.9999 12.942 30.1755 13.366 30.4881 13.6785C30.8007 13.9911 31.2246 14.1667 31.6666 14.1667C32.5442 14.1661 33.4061 13.9346 34.1658 13.4954C34.9256 13.0562 35.5563 12.4248 35.9947 11.6646C36.4331 10.9044 36.6638 10.0422 36.6634 9.16468C36.6631 8.28714 36.4318 7.42514 35.9927 6.6653C35.5537 5.90546 34.9225 5.27455 34.1624 4.83596C33.4023 4.39737 32.5402 4.16655 31.6626 4.16669C30.7851 4.16683 29.923 4.39793 29.1631 4.83676C28.4031 5.27559 27.7721 5.90671 27.3333 6.66669C27.2231 6.85691 27.1516 7.06705 27.123 7.28502C27.0943 7.50298 27.1091 7.72446 27.1664 7.93669C27.2237 8.14892 27.3225 8.34772 27.4569 8.52163C27.5914 8.69555 27.759 8.84114 27.9499 8.95002ZM30.4833 16.3167C30.3271 16.4716 30.2031 16.656 30.1185 16.8591C30.0338 17.0622 29.9903 17.28 29.9903 17.5C29.9903 17.72 30.0338 17.9379 30.1185 18.141C30.2031 18.3441 30.3271 18.5284 30.4833 18.6834L30.7333 18.8834C30.8262 18.9464 30.9271 18.9969 31.0333 19.0334C31.1278 19.0814 31.2289 19.1151 31.3333 19.1334H31.6666C31.9977 19.1353 32.3218 19.0386 32.5976 18.8556C32.8735 18.6726 33.0886 18.4116 33.2156 18.1058C33.3425 17.8001 33.3755 17.4635 33.3104 17.1389C33.2453 16.8143 33.085 16.5165 32.8499 16.2834C32.6928 16.1293 32.5067 16.0079 32.3025 15.9261C32.0982 15.8444 31.8797 15.8039 31.6597 15.807C31.4396 15.8101 31.2224 15.8567 31.0205 15.9442C30.8186 16.0317 30.636 16.1583 30.4833 16.3167Z' fill='%2329C76F'/%3E%3Cpath d='M35 22.5C34.558 22.5 34.1341 22.6756 33.8215 22.9882C33.509 23.3007 33.3334 23.7247 33.3334 24.1667V30.8334C33.3334 31.2754 33.1578 31.6993 32.8452 32.0119C32.5327 32.3244 32.1087 32.5 31.6667 32.5H8.33337C7.89135 32.5 7.46742 32.3244 7.15486 32.0119C6.8423 31.6993 6.66671 31.2754 6.66671 30.8334V14.85L16.4667 24.6667C17.4042 25.603 18.675 26.129 20 26.129C21.325 26.129 22.5959 25.603 23.5334 24.6667L26.2667 21.9334C26.4221 21.778 26.5454 21.5935 26.6295 21.3904C26.7136 21.1874 26.7569 20.9698 26.7569 20.75C26.7569 20.5303 26.7136 20.3126 26.6295 20.1096C26.5454 19.9066 26.4221 19.7221 26.2667 19.5667C26.1113 19.4113 25.9268 19.288 25.7238 19.2039C25.5208 19.1198 25.3031 19.0765 25.0834 19.0765C24.8636 19.0765 24.646 19.1198 24.443 19.2039C24.2399 19.288 24.0554 19.4113 23.9 19.5667L21.1667 22.3C20.8552 22.6054 20.4363 22.7764 20 22.7764C19.5638 22.7764 19.1449 22.6054 18.8334 22.3L9.01671 12.5H21.6667C22.1087 12.5 22.5327 12.3244 22.8452 12.0119C23.1578 11.6993 23.3334 11.2754 23.3334 10.8334C23.3334 10.3913 23.1578 9.9674 22.8452 9.65484C22.5327 9.34228 22.1087 9.16669 21.6667 9.16669H8.33337C7.00729 9.16669 5.73552 9.69347 4.79784 10.6312C3.86016 11.5688 3.33337 12.8406 3.33337 14.1667V30.8334C3.33337 32.1594 3.86016 33.4312 4.79784 34.3689C5.73552 35.3066 7.00729 35.8334 8.33337 35.8334H31.6667C32.9928 35.8334 34.2646 35.3066 35.2022 34.3689C36.1399 33.4312 36.6667 32.1594 36.6667 30.8334V24.1667C36.6667 23.7247 36.4911 23.3007 36.1786 22.9882C35.866 22.6756 35.4421 22.5 35 22.5Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_mail_approve {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.15 14.5167C27.3049 14.6729 27.4893 14.7969 27.6924 14.8815C27.8955 14.9661 28.1133 15.0096 28.3333 15.0096C28.5534 15.0096 28.7712 14.9661 28.9743 14.8815C29.1774 14.7969 29.3617 14.6729 29.5167 14.5167L36.1833 7.84998C36.4972 7.53614 36.6735 7.11049 36.6735 6.66665C36.6735 6.22281 36.4972 5.79716 36.1833 5.48332C35.8695 5.16948 35.4438 4.99316 35 4.99316C34.5562 4.99316 34.1305 5.16948 33.8167 5.48332L28.3333 10.9833L26.1833 8.81665C26.0279 8.66125 25.8435 8.53799 25.6404 8.45388C25.4374 8.36978 25.2198 8.3265 25 8.3265C24.5562 8.3265 24.1305 8.50281 23.8167 8.81665C23.6613 8.97205 23.538 9.15653 23.4539 9.35957C23.3698 9.56261 23.3265 9.78022 23.3265 9.99998C23.3265 10.4438 23.5028 10.8695 23.8167 11.1833L27.15 14.5167Z' fill='%2329C76F'/%3E%3Cpath d='M35 13.3333C34.558 13.3333 34.134 13.5089 33.8215 13.8215C33.5089 14.134 33.3333 14.558 33.3333 15V30C33.3333 30.442 33.1577 30.8659 32.8452 31.1785C32.5326 31.4911 32.1087 31.6666 31.6667 31.6666H8.33333C7.8913 31.6666 7.46738 31.4911 7.15482 31.1785C6.84226 30.8659 6.66666 30.442 6.66666 30V14.0166L16.4667 23.8333C17.4021 24.7611 18.6659 25.2822 19.9833 25.2833C21.3339 25.2764 22.6274 24.7374 23.5833 23.7833L26.45 20.9166C26.7638 20.6028 26.9401 20.1771 26.9401 19.7333C26.9401 19.2895 26.7638 18.8638 26.45 18.55C26.1362 18.2361 25.7105 18.0598 25.2667 18.0598C24.8228 18.0598 24.3972 18.2361 24.0833 18.55L21.1667 21.4666C20.8551 21.772 20.4363 21.9431 20 21.9431C19.5637 21.9431 19.1449 21.772 18.8333 21.4666L9.01666 11.6666H18.3333C18.7754 11.6666 19.1993 11.4911 19.5118 11.1785C19.8244 10.8659 20 10.442 20 9.99998C20 9.55795 19.8244 9.13403 19.5118 8.82147C19.1993 8.50891 18.7754 8.33331 18.3333 8.33331H8.33333C7.00725 8.33331 5.73548 8.8601 4.79779 9.79778C3.86011 10.7355 3.33333 12.0072 3.33333 13.3333V30C3.33333 31.3261 3.86011 32.5978 4.79779 33.5355C5.73548 34.4732 7.00725 35 8.33333 35H31.6667C32.9927 35 34.2645 34.4732 35.2022 33.5355C36.1399 32.5978 36.6667 31.3261 36.6667 30V15C36.6667 14.558 36.4911 14.134 36.1785 13.8215C35.8659 13.5089 35.442 13.3333 35 13.3333Z' fill='%23040769'/%3E%3C/svg%3E");
}

.svg_verify_complete {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='40' fill='%23E9F9F0'/%3E%3Cpath d='M56.1833 35.2167C56.0283 35.0604 55.844 34.9365 55.6409 34.8518C55.4378 34.7672 55.22 34.7237 55 34.7237C54.7799 34.7237 54.5621 34.7672 54.359 34.8518C54.1559 34.9365 53.9716 35.0604 53.8166 35.2167L50.4833 38.55L49.45 37.5C49.295 37.3438 49.1107 37.2198 48.9076 37.1352C48.7045 37.0506 48.4866 37.007 48.2666 37.007C48.0466 37.007 47.8288 37.0506 47.6257 37.1352C47.4226 37.2198 47.2382 37.3438 47.0833 37.5C46.7729 37.8123 46.5986 38.2347 46.5986 38.675C46.5986 39.1153 46.7729 39.5377 47.0833 39.85L49.3166 42.0833C49.6289 42.3937 50.0513 42.568 50.4916 42.568C50.9319 42.568 51.3543 42.3937 51.6666 42.0833L56.1166 37.6333C56.2849 37.4822 56.4206 37.2984 56.5156 37.0931C56.6106 36.8879 56.6628 36.6654 56.669 36.4393C56.6752 36.2132 56.6354 35.9882 56.5519 35.778C56.4684 35.5678 56.343 35.3768 56.1833 35.2167Z' fill='%2329C76F'/%3E%3Cpath d='M42.1667 40.3666C43.056 39.5969 43.7693 38.6448 44.2582 37.575C44.747 36.5052 45.0001 35.3428 45 34.1666C45 31.9565 44.1221 29.8369 42.5593 28.2741C40.9965 26.7113 38.8768 25.8333 36.6667 25.8333C34.4566 25.8333 32.337 26.7113 30.7742 28.2741C29.2113 29.8369 28.3334 31.9565 28.3334 34.1666C28.3334 35.3428 28.5864 36.5052 29.0753 37.575C29.5641 38.6448 30.2774 39.5969 31.1667 40.3666C28.8336 41.4231 26.8541 43.1292 25.465 45.2809C24.0759 47.4326 23.3358 49.9388 23.3334 52.5C23.3334 52.942 23.509 53.3659 23.8215 53.6785C24.1341 53.9911 24.558 54.1666 25 54.1666C25.4421 54.1666 25.866 53.9911 26.1786 53.6785C26.4911 53.3659 26.6667 52.942 26.6667 52.5C26.6667 49.8478 27.7203 47.3043 29.5956 45.4289C31.471 43.5535 34.0145 42.5 36.6667 42.5C39.3189 42.5 41.8624 43.5535 43.7378 45.4289C45.6131 47.3043 46.6667 49.8478 46.6667 52.5C46.6667 52.942 46.8423 53.3659 47.1549 53.6785C47.4674 53.9911 47.8913 54.1666 48.3334 54.1666C48.7754 54.1666 49.1993 53.9911 49.5119 53.6785C49.8244 53.3659 50 52.942 50 52.5C49.9976 49.9388 49.2575 47.4326 47.8684 45.2809C46.4793 43.1292 44.4998 41.4231 42.1667 40.3666ZM36.6667 39.1666C35.6778 39.1666 34.7111 38.8734 33.8889 38.324C33.0666 37.7746 32.4257 36.9937 32.0473 36.0801C31.6689 35.1664 31.5699 34.1611 31.7628 33.1912C31.9557 32.2213 32.4319 31.3304 33.1312 30.6311C33.8304 29.9318 34.7214 29.4556 35.6913 29.2627C36.6612 29.0698 37.6665 29.1688 38.5801 29.5472C39.4938 29.9257 40.2746 30.5665 40.8241 31.3888C41.3735 32.211 41.6667 33.1777 41.6667 34.1666C41.6667 35.4927 41.1399 36.7645 40.2022 37.7022C39.2646 38.6399 37.9928 39.1666 36.6667 39.1666Z' fill='%23040769'/%3E%3C/svg%3E");
}

.checked {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99961 13.5232L4.3642 16.5L5.62439 10.9444L1.5 7.22968L6.91375 6.77363L8.99961 1.5L11.0855 6.77363L16.5 7.22968L12.3748 10.9444L13.635 16.5L8.99961 13.5232Z' fill='%23F7C948'/%3E%3C/svg%3E");
}

.__facebook {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3308 21.887C5.61045 21.0556 2 16.9427 2 11.9991C2 6.49945 6.49945 2 11.9991 2C17.4988 2 21.9975 6.49945 21.9975 11.9991C21.9975 16.9427 18.387 21.054 13.6651 21.887L13.1098 21.4445H10.8877L10.3308 21.887Z' fill='url(%23paint0_linear_2011_5425)'/%3E%3Cpath d='M15.8873 14.7766L16.3314 11.9991H13.6652V10.0547C13.6652 9.27689 13.9429 8.66556 15.1648 8.66556H16.4427V6.11055C15.7201 5.99933 14.9431 5.88889 14.2198 5.88889C11.9424 5.88889 10.3309 7.278 10.3309 9.77778V11.9999H7.83264V14.7773H10.3309V21.8334C11.4307 22.0555 12.5638 22.0555 13.6637 21.8334V14.7789L15.8873 14.7766Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2011_5425' x1='12.0108' y1='21.1193' x2='12.0108' y2='1.81266' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230062E0'/%3E%3Cstop offset='1' stop-color='%2319AFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.__google {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9999 12.225C21.9999 11.5667 21.9403 10.9417 21.8382 10.3333H12.217V14.0917H17.7258C17.4789 15.325 16.7551 16.3667 15.6823 17.075V19.575H18.9689C20.8931 17.8333 21.9999 15.2667 21.9999 12.225Z' fill='%234285F4'/%3E%3Cpath d='M12.2172 22C14.9758 22 17.2831 21.1 18.969 19.575L15.6825 17.075C14.7629 17.675 13.5965 18.0417 12.2172 18.0417C9.5522 18.0417 7.29592 16.2833 6.48707 13.9083H3.09839V16.4833C4.7757 19.75 8.22397 22 12.2172 22Z' fill='%2334A853'/%3E%3Cpath d='M6.48702 13.9083C6.27416 13.3083 6.16347 12.6667 6.16347 12C6.16347 11.3333 6.28267 10.6917 6.48702 10.0917V7.51666H3.09834C2.40017 8.86666 2 10.3833 2 12C2 13.6167 2.40017 15.1333 3.09834 16.4833L6.48702 13.9083Z' fill='%23FBBC05'/%3E%3Cpath d='M12.2172 5.95833C13.7242 5.95833 15.0694 6.46667 16.1337 7.45834L19.0456 4.60833C17.2831 2.99167 14.9758 2 12.2172 2C8.22398 2 4.7757 4.25 3.09839 7.51667L6.48707 10.0917C7.29592 7.71667 9.5522 5.95833 12.2172 5.95833Z' fill='%23EA4335'/%3E%3C/svg%3E");
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 282.5px;
    }
}

@keyframes crFade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.table {
    margin: 0 auto;
    clear: both;
    border-collapse: collapse !important;
    width: 100% !important;
    position: relative;
    overflow-x: auto;
}

    .table .icon-wrapper {
        display: inline-flex;
        align-items: center;
    }

        .table .icon-wrapper .btn--icon,
        .table .icon-wrapper a {
            margin-right: 12px;
        }

    .table .right {
        text-align: right !important;
    }

.table-wrapper {
    width: 100%;
}

.table,
.table th,
.table td {
    box-sizing: content-box;
}

th,
td,
tr {
    border: none !important;
}

table tr {
    cursor: pointer;
}

table.table thead th {
    font-weight: 500;
    color: #486581;
    padding: 14px 8px;
    background: #fcfcfd;
    vertical-align: bottom;
}

table.table tbody td {
    overflow: hidden;
    text-overflow: ellipsis;
    table-layout: fixed;
    padding: 16px 8px;
    border-bottom: 1px solid #d9e2ec !important;
}

.table-footer {
    margin-top: 16px;
    padding: 0 8px;
}

    .table-footer .records,
    .table-footer .vuetable-pagination-info {
        color: #486581;
    }

    .table-footer .pagination,
    .table-footer .vuetable-pagination {
        display: flex;
        align-items: center;
    }

        .table-footer .pagination .counter,
        .table-footer .vuetable-pagination .counter {
            margin: 0;
        }

        .table-footer .pagination a,
        .table-footer .vuetable-pagination a {
            color: #060809;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 1.3rem;
            background: none;
            border-radius: 50%;
            margin-left: 8px;
            cursor: pointer;
            padding: 0;
        }

            .table-footer .pagination a.active, .table-footer .pagination a.btn-primary,
            .table-footer .vuetable-pagination a.active,
            .table-footer .vuetable-pagination a.btn-primary {
                background: #1d1f86 !important;
                color: #ffffff !important;
                font-weight: 700 !important;
            }

    .table-footer .visited {
        color: #627d98;
    }

.search-wrapper {
    margin-bottom: 12px;
}

    .search-wrapper .__search {
        position: relative;
    }

        .search-wrapper .__search .search-input {
            width: 240px;
            padding-left: 32px;
        }

        .search-wrapper .__search .btn {
            position: absolute;
            right: 0;
            top: 0;
            margin-right: 0 !important;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

            .search-wrapper .__search .btn.btn--icon {
                width: 36px;
            }

                .search-wrapper .__search .btn.btn--icon span.svg {
                    width: 20px;
                    height: 20px;
                }

        .search-wrapper .__search:before {
            content: "";
            height: 36px;
            width: 36px;
            background-position: center;
            position: absolute;
            z-index: 10;
            top: 0;
            left: 0;
            background-repeat: no-repeat;
            display: block;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83317 7.33334C2.83317 4.84806 4.84789 2.83334 7.33317 2.83334C9.81845 2.83334 11.8332 4.84806 11.8332 7.33334C11.8332 8.54143 11.3571 9.63833 10.5824 10.4467C10.5575 10.4664 10.5335 10.4878 10.5105 10.5107C10.4876 10.5337 10.4662 10.5577 10.4465 10.5826C9.63812 11.3573 8.54124 11.8333 7.33317 11.8333C4.84789 11.8333 2.83317 9.81862 2.83317 7.33334ZM11.0646 12.2433C10.0286 13.0319 8.73557 13.5 7.33317 13.5C3.92741 13.5 1.1665 10.7391 1.1665 7.33334C1.1665 3.92758 3.92741 1.16667 7.33317 1.16667C10.7389 1.16667 13.4998 3.92758 13.4998 7.33334C13.4998 8.73576 13.0317 10.0288 12.2431 11.0648L14.589 13.4107C14.9145 13.7362 14.9145 14.2638 14.589 14.5893C14.2636 14.9147 13.736 14.9147 13.4105 14.5893L11.0646 12.2433Z' fill='%238D8D8D'/%3E%3C/svg%3E");
        }

    .search-wrapper .__filter {
        flex: 1;
        margin-right: 12%;
        margin-right: 64px;
    }

        .search-wrapper .__filter .filter-values {
            color: #060809;
        }

        .search-wrapper .__filter .filter-items {
            margin-top: 8px;
            padding-left: 0;
            padding-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
        }

            .search-wrapper .__filter .filter-items .form-row {
                width: max-content;
                margin-bottom: 0;
            }

                .search-wrapper .__filter .filter-items .form-row.__footer {
                    width: 100%;
                    margin-top: 20px;
                }

                .search-wrapper .__filter .filter-items .form-row .btn {
                    margin-right: 20px;
                }

            .search-wrapper .__filter .filter-items .form-label {
                font-size: 1.3rem;
            }

            .search-wrapper .__filter .filter-items input,
            .search-wrapper .__filter .filter-items select {
                width: 200px;
                padding-left: 8px;
                margin-right: 16px;
                background: #ffffff;
                border-color: #bcccdc;
            }

.title-wrapper {
    margin-bottom: 16px;
    padding: 0 16px;
}

.search-wrapper .search-input + button {
    height: 36px;
}

.loan__history-table {
    width: 98% !important;
}

    .loan__history-table ._type {
        width: 25%;
    }

    .loan__history-table ._tenor {
        width: 10%;
    }

    .loan__history-table ._amount {
        width: 20%;
    }

    .loan__history-table ._installment {
        width: 15%;
    }

    .loan__history-table ._status {
        width: 15%;
    }

    .loan__history-table ._view {
        width: 15%;
    }

.pg-home {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    flex: 1;
}

    .pg-home.__auth {
        background-color: #f6f9fe;
    }

.auth-area {
    margin: 0 auto;
    max-width: 1300px;
    padding: 50px 60px 0;
}

.header.__auth {
    margin: 0 auto 72px;
    height: 60px;
    padding: 0 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

    .header.__auth .brand-img {
        width: 140px;
        overflow: hidden;
        z-index: 10;
    }

        .header.__auth .brand-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .header.__auth .auth-login {
        display: flex;
        align-items: center;
        margin-right: 6%;
    }

.auth-wrapper {
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
}

    .auth-wrapper .form-wrapper {
        max-width: 500px;
        width: 100%;
        background-color: #ffffff;
        padding: 40px 40px 30px;
        min-height: 200px;
        position: relative;
        box-shadow: 1px 15px 18px rgba(0, 0, 0, 0.03);
        border-radius: 8px;
    }

        .auth-wrapper .form-wrapper form {
            padding-bottom: 0;
        }

            .auth-wrapper .form-wrapper form .form-row:last-of-type {
                margin-bottom: 0;
            }

.login-wrapper {
    width: 50%;
    align-self: flex-start;
}

    .login-wrapper.__confirm {
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .login-wrapper .brand_img {
        width: 140px;
        margin-bottom: 48px;
    }

    .login-wrapper .auth-header {
        padding: 0 48px;
        height: 80px;
    }

    .login-wrapper .form-footer,
    .login-wrapper ._buttons {
        margin-top: 36px;
        margin-bottom: 0;
        align-items: center;
    }

        .login-wrapper .form-footer button,
        .login-wrapper ._buttons button {
            margin-left: 0;
        }

        .login-wrapper .form-footer a,
        .login-wrapper ._buttons a {
            text-decoration: underline !important;
        }

    .login-wrapper .form-footer {
        border-top: 1px solid #bcccdc;
        padding-top: 20px;
    }

        .login-wrapper .form-footer p {
            margin-bottom: 0;
            margin-right: 6px;
        }

    .login-wrapper .__confirm {
        max-width: 380px;
        margin-top: 72px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .login-wrapper .__confirm span.svg {
            width: 48px;
            height: 48px;
            margin-bottom: 24px;
            animation-duration: 0.6s;
        }

.auth-cta {
    background-size: cover;
    background-blend-mode: multiply;
    padding: 0 12px;
    position: relative;
}

    .auth-cta.__login {
        width: 50%;
        display: flex;
        align-items: center;
    }

        .auth-cta.__login::before {
            content: "";
            display: block;
            background-image: url("../images/svg/circle_pattern.svg");
            background-size: cover;
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            mix-blend-mode: hard-light;
            opacity: 0.6;
        }

        .auth-cta.__login .cta-wrapper {
            color: #ffffff;
            max-width: 440px;
            margin-top: 0;
        }

            .auth-cta.__login .cta-wrapper .__title {
                color: #ffffff;
                font-weight: 700;
                font-size: 4rem;
                line-height: 1.4;
                margin-bottom: 12px;
            }

            .auth-cta.__login .cta-wrapper .__desc {
                color: #ffffff;
                font-size: 1.8rem;
                line-height: 1.56;
                margin-bottom: 32px;
                max-width: 450px;
            }

        .auth-cta.__login.__product::before {
            display: none;
            background-image: url("../images/svg/circle_pattern.svg");
            background-blend-mode: color-burn;
            background-size: cover;
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            opacity: 0.2;
        }

        .auth-cta.__login.__product .product-cta {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding-right: 5%;
        }

            .auth-cta.__login.__product .product-cta .product-options {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                grid-column-gap: 20px;
                grid-row-gap: 24px;
            }

            .auth-cta.__login.__product .product-cta .option-item {
                display: flex;
                width: max-content;
                align-items: center;
                margin-right: 12px;
            }

                .auth-cta.__login.__product .product-cta .option-item .__option-icon {
                    width: 36px;
                    height: 36px;
                    background: #060809;
                    border-radius: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 4px;
                    margin-right: 6px;
                    position: relative;
                }

                    .auth-cta.__login.__product .product-cta .option-item .__option-icon::after {
                        content: "";
                        display: block;
                        height: 36px;
                        width: 36px;
                        background-color: #29c76f;
                        border-radius: 20px;
                        position: absolute;
                        top: -3px;
                        left: -3px;
                        z-index: -1;
                    }

                    .auth-cta.__login.__product .product-cta .option-item .__option-icon span.svg {
                        height: 20px;
                        width: 20px;
                    }

                .auth-cta.__login.__product .product-cta .option-item .__option-value {
                    font-size: 1.6rem;
                    line-height: 1;
                    text-align: center;
                }

            .auth-cta.__login.__product .product-cta .cta-content {
                display: flex;
                flex-direction: column;
                justify-content: center;
                max-width: 450px;
                margin-bottom: 28px;
            }

                .auth-cta.__login.__product .product-cta .cta-content .__desc {
                    font-weight: 600;
                    font-size: 2.4rem;
                    line-height: 1.2;
                    color: #627d98;
                    margin-bottom: 8px;
                }

                .auth-cta.__login.__product .product-cta .cta-content .__title {
                    font-weight: 700;
                    font-size: 3.6rem;
                    line-height: 1.22;
                    margin-bottom: 12px;
                }

        .auth-cta.__login.__product + .login-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .auth-cta.__signup {
        width: 50%;
    }

        .auth-cta.__signup .cta-wrapper {
            max-width: 480px;
        }

            .auth-cta.__signup .cta-wrapper .__title {
                color: #060809;
                font-weight: 700;
                font-size: 3.6rem;
                line-height: 1.22;
                margin-bottom: 12px;
            }

            .auth-cta.__signup .cta-wrapper .__desc {
                font-weight: 600;
                font-size: 2.8rem;
                line-height: 1.543;
                color: #627d98;
            }

            .auth-cta.__signup .cta-wrapper .ct-badge {
                margin-top: 20px;
            }

        .auth-cta.__signup + .login-wrapper {
            width: 50%;
            display: flex;
        }

            .auth-cta.__signup + .login-wrapper .form-wrapper .form-row span.svg {
                height: 40px;
                width: 40px;
                margin-bottom: 16px;
            }

            .auth-cta.__signup + .login-wrapper .form-wrapper .form-row h4 {
                margin-bottom: 4px;
            }

    .auth-cta .brand-img {
        width: 140px;
        overflow: hidden;
    }

        .auth-cta .brand-img img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

    .auth-cta .cta-wrapper .__title {
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .auth-cta .cta-wrapper .__desc {
        color: #ffffff;
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 48px;
    }

    .auth-cta .cta-wrapper .cta-list {
        padding-left: 0;
    }

        .auth-cta .cta-wrapper .cta-list .__item {
            display: flex;
            align-items: center;
            margin-bottom: 28px;
        }

            .auth-cta .cta-wrapper .cta-list .__item .__img {
                width: 48px;
                height: 48px;
                overflow: hidden;
                margin-right: 16px;
            }

                .auth-cta .cta-wrapper .cta-list .__item .__img img {
                    height: 100%;
                    width: 100%;
                    object-fit: contain;
                }

            .auth-cta .cta-wrapper .cta-list .__item .__content {
                font-size: 1.5rem;
                line-height: 1.5;
                max-width: 280px;
            }

.form-row.__loan-amt .form-label {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #060809;
}

.form-row.__loan-amt .form-input {
    border: none;
    height: 64px !important;
    line-height: 64px !important;
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: 0.02em;
}

.ct-badge {
    background: #e9f9f0;
    color: #334e68;
    padding: 6px 18px;
    box-shadow: 2px 2px 4px rgba(130, 154, 177, 0.08);
    border-radius: 40px;
    width: max-content;
    display: flex;
    align-content: center;
}

    .ct-badge span.svg {
        height: 20px;
        width: 20px;
        margin-right: 6px;
    }

    .ct-badge .semibold_font {
        color: #060809;
    }

.camera-wrapper {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .camera-wrapper .__title {
        margin-bottom: 12px;
        text-align: center;
    }

    .camera-wrapper .camera-item {
        width: 240px;
        height: 240px;
        margin-bottom: 20px;
        border: 4px solid #686aa5;
        border-radius: 50%;
        object-fit: cover;
    }

    .camera-wrapper .camera-desc {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

        .camera-wrapper .camera-desc .__desc {
            margin-bottom: 16px;
        }

.confirm-alert {
    width: 90%;
    padding: 12px;
    border-radius: 8px;
    background-color: #fff8ee;
}

    .confirm-alert .__desc {
        color: #855914;
        font-weight: 500;
    }

.contact-list {
    display: flex;
    margin: 32px 0 16px;
}

    .contact-list .contact-item {
        display: flex;
        align-items: center;
    }

        .contact-list .contact-item:not(:last-of-type) {
            margin-right: 48px;
        }

        .contact-list .contact-item svg {
            height: 32px;
            width: 32px;
            margin-right: 12px;
        }

        .contact-list .contact-item .details {
            display: flex;
            flex-direction: column;
        }

            .contact-list .contact-item .details .label {
                margin-bottom: 2px;
                font-weight: 500;
                font-size: 1.3rem;
                line-height: 1.28;
                color: #829ab1;
            }

            .contact-list .contact-item .details .value {
                font-size: 1.6rem;
                line-height: 1.5;
                letter-spacing: 0.01em;
            }

.reviewCarousel {
    position: relative;
}

    .reviewCarousel .slide-item {
        display: none;
    }

    .reviewCarousel .reviewCarousel-controls {
        display: flex;
        margin-bottom: 8px;
        margin-left: 4px;
    }

        .reviewCarousel .reviewCarousel-controls .dot {
            display: block;
            width: 4px;
            height: 4px;
            cursor: pointer;
            border-radius: 12px;
            background: #bcccdc;
            transition: background-color 0.6s ease;
        }

            .reviewCarousel .reviewCarousel-controls .dot.show {
                background-color: #060809;
            }

            .reviewCarousel .reviewCarousel-controls .dot:not(:last-of-type) {
                margin-right: 6px;
            }

    .reviewCarousel .fade {
        animation-name: crFade;
        animation-duration: 2.5s;
    }

.review-list {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 540px;
    margin-top: -20px;
    margin-bottom: 24px;
}

    .review-list .reviewCarousel-slides {
        padding: 0 4px;
        position: relative;
    }

        .review-list .reviewCarousel-slides .slide-item {
            display: none;
            flex-direction: column;
        }

            .review-list .reviewCarousel-slides .slide-item.show {
                display: flex;
            }

            .review-list .reviewCarousel-slides .slide-item .review-text {
                margin-bottom: 12px;
                font-size: 1.4rem;
                line-height: 1.43;
                display: block;
                color: #243b53;
            }

            .review-list .reviewCarousel-slides .slide-item .review-author {
                display: flex;
                flex-direction: column;
            }

                .review-list .reviewCarousel-slides .slide-item .review-author .__name {
                    font-weight: 500;
                    font-size: 1.3rem;
                    line-height: 1.38;
                    color: #243b53;
                    margin-bottom: 2px;
                }

                .review-list .reviewCarousel-slides .slide-item .review-author .review-source {
                    position: relative;
                    left: 22px;
                    height: 16px;
                    width: 16px;
                }

                    .review-list .reviewCarousel-slides .slide-item .review-author .review-source::before {
                        content: "via";
                        display: inline-block;
                        position: absolute;
                        left: -22px;
                        font-size: 1.3rem;
                        line-height: 1.38;
                        margin-right: 6px;
                        color: #829ab1;
                    }

.__rating {
    display: flex;
    align-items: flex-start;
    margin-top: 4px;
}

    .__rating .star-label {
        margin-right: 5px;
    }

        .__rating .star-label span.svg {
            height: 16px;
            width: 16px;
        }

.review-block {
    margin-top: -18%;
}

.__waitlist .wl-area {
    margin: 0 auto;
    max-width: 1300px;
    padding: 50px 0;
}

.__waitlist .brand-img {
    width: 140px;
}

.__waitlist .header {
    margin-bottom: 40px;
    padding: 0 60px;
}

.__waitlist .wl-grid {
    align-items: center;
}

.__waitlist .wl-form {
    max-width: 400px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

    .__waitlist .wl-form ._title {
        font-weight: 600;
        font-size: 2.8rem;
        line-height: 1.29;
    }

.__waitlist .img-block {
    width: 480px;
    height: 600px;
    overflow: hidden;
}

    .__waitlist .img-block img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.__waitlist .wl-block {
    display: flex;
    align-items: center;
}

    .__waitlist .wl-block .img-block {
        margin-left: auto;
    }

    .__waitlist .wl-block .wl-content {
        max-width: 400px;
        padding: 32px 40px;
        background: #ffffff;
        position: absolute;
    }

        .__waitlist .wl-block .wl-content p {
            font-size: 1.8rem;
            line-height: 1.56;
        }

            .__waitlist .wl-block .wl-content p:not(:first-of-type) {
                margin-top: 20px;
            }

.dashboard {
    flex: 1;
    display: flex;
    flex-direction: inherit;
    position: relative;
}

.d-sidebar {
    width: 280px;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

    .d-sidebar .nav__wrapper {
        padding-top: 24px;
        padding-bottom: 72px;
        height: 100%;
        background: #040769;
        position: relative;
    }

        .d-sidebar .nav__wrapper .svg_nav_close {
            position: absolute;
            top: 24px;
            right: 24px;
            width: 28px;
            height: 28px;
            visibility: hidden;
        }

    .d-sidebar .brand_img {
        margin-bottom: 72px;
        width: 100px;
        margin-left: 32px;
    }

    .d-sidebar .menu_items {
        display: flex;
        flex-direction: column;
    }

        .d-sidebar .menu_items .__link {
            height: 40px;
            display: flex;
            align-items: center;
            padding-left: 20px;
            color: #ffffff;
            position: relative;
            font-weight: 400;
            font-size: 1.4rem;
            letter-spacing: 0.02em;
            width: 90%;
            margin: 0 auto;
            border-radius: 4px;
        }

            .d-sidebar .menu_items .__link:hover {
                background: #1d1f86;
            }

            .d-sidebar .menu_items .__link svg.menu_icon {
                fill: #e5e6f0;
                margin-right: 16px;
            }

            .d-sidebar .menu_items .__link span {
                position: relative;
                top: 2px;
            }

            .d-sidebar .menu_items .__link.logout {
                margin-top: 25%;
                color: #fdebea;
            }

                .d-sidebar .menu_items .__link.logout svg.menu_icon {
                    fill: #ef3e36;
                }

            .d-sidebar .menu_items .__link.active {
                color: #040769;
                background: #fcfcfd;
            }

                .d-sidebar .menu_items .__link.active svg.menu_icon {
                    fill: #040769;
                }

.d-main {
    background: #ffffff;
    height: 100%;
    margin-left: auto;
    width: calc(100% - 280px);
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .d-main::before {
        content: "";
        display: block;
        position: absolute;
        background-image: url("../images/svg/auth_pattern.svg");
        background-size: 100%;
        background-blend-mode: multiply;
        background-position: center;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

    .d-main > .header {
        padding: 0 32px;
        background-color: #ffffff;
        height: 80px;
        position: fixed;
        right: 0;
        z-index: 999;
        width: calc(100% - 280px);
        justify-content: unset;
        z-index: 100;
    }

        .d-main > .header .svg_nav__trigger {
            display: none;
        }

        .d-main > .header::after {
            content: "";
            display: block;
            background: #d9e2ec;
            height: 1px;
            width: calc(100% - 64px);
            position: absolute;
            bottom: 0;
        }

        .d-main > .header .__nav {
            display: flex;
            align-items: center;
            margin-left: auto;
            margin-right: 0;
        }

            .d-main > .header .__nav .btn {
                margin-right: 36px;
                border-radius: 60px;
            }

                .d-main > .header .__nav .btn.btn--primary {
                    height: 44px !important;
                    line-height: 44px !important;
                    font-size: 1.4rem !important;
                }

            .d-main > .header .__nav .dropdown-toggle {
                padding: 0 2px;
                cursor: pointer;
                color: #334e68;
                text-align: right;
                display: flex;
                align-items: center;
            }

                .d-main > .header .__nav .dropdown-toggle .__code {
                    font-size: 1.3rem;
                    line-height: 1.38;
                    color: #486581;
                }

                .d-main > .header .__nav .dropdown-toggle img {
                    width: 32px;
                    height: 32px;
                    overflow: hidden;
                    object-fit: cover;
                    margin-right: 12px;
                }

            .d-main > .header .__nav .nav-link-drop {
                top: 4px !important;
                width: 160px;
                padding: 0;
                z-index: 20;
                background: #ffffff;
                box-shadow: 0 3px 12px 2px rgba(130, 154, 177, 0.12);
                -webkit-box-shadow: 0 3px 12px 2px rgba(130, 154, 177, 0.12);
                border: 0;
                border-radius: 6px;
                overflow: hidden;
            }

            .d-main > .header .__nav .task-link {
                display: block;
                height: 40px;
                padding: 0 8px;
                font-weight: 400;
                line-height: 40px;
                cursor: pointer;
                border-bottom: 1px solid #f0f4f8;
                color: #060809;
            }

                .d-main > .header .__nav .task-link:hover {
                    background: #fcfcfd;
                }

    .d-main > .pg-container {
        padding: 100px 32px 32px;
        flex: 1;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
    }

.card {
    background: #ffffff;
    border: none;
    padding: 24px 16px;
    box-shadow: 0px 0px 4px 0 rgba(154, 165, 177, 0.1);
    -webkit-box-shadow: 0px 0px 4px 0 rgba(154, 165, 177, 0.1);
    border-radius: 8px;
    position: relative;
    margin-bottom: 28px;
    margin-bottom: 0;
}

    .card.bordered {
        border: 1px solid #d9e2ec;
        box-sizing: border-box;
        padding: 0 20px 20px;
    }

        .card.bordered > .header {
            border-bottom: 1px solid #d9e2ec;
            height: 50px;
            min-height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .card.bordered > .header > * {
                margin-bottom: 0;
            }

            .card.bordered > .header span.svg {
                width: 28px;
                height: 28px;
            }

            .card.bordered > .header .__title {
                text-transform: uppercase;
                color: #627d98;
                font-weight: 600;
                font-size: 1.3rem;
                line-height: 1.38;
                letter-spacing: 0.03em;
            }

            .card.bordered > .header .__link {
                font-weight: 500;
                font-size: 1.3rem;
                line-height: 1.38;
                text-align: right;
                letter-spacing: 0.02em;
                text-transform: uppercase;
            }

.crumbs .crumbs--direct {
    display: flex;
    align-items: center;
    color: #627d98;
}

    .crumbs .crumbs--direct span.svg {
        margin-right: 8px;
    }

.pg-row {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .pg-row .__header .__title {
        font-weight: 600;
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 2px;
    }

.__wallet {
    width: 310px;
    height: 220px;
    margin-right: 32px;
}

    .__wallet.history {
        height: 160px;
    }

    .__wallet.referral {
        height: 160px;
        width: 400px;
    }

    .__wallet .__balance {
        color: #040769;
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
    }

        .__wallet .__balance .currency {
            font-size: 1.6rem;
            line-height: 1.5;
            font-weight: 700;
            margin-right: 4px;
        }

        .__wallet .__balance .value {
            font-weight: 600;
            font-size: 3.2rem;
            line-height: 1.25;
            letter-spacing: 0.04em;
        }

            .__wallet .__balance .value .decimal {
                font-size: 1.6rem;
                line-height: 1.5;
                color: #9a9bc3;
            }

    .__wallet .__buttons {
        margin-top: 24px;
        display: flex;
    }

        .__wallet .__buttons .btn--balance {
            margin-right: 28px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .__wallet .__buttons .btn--balance span.svg {
                width: 32px;
                height: 32px;
                margin-bottom: 4px;
            }

                .__wallet .__buttons .btn--balance span.svg.rotate-180 {
                    transform: rotate(180deg);
                }

            .__wallet .__buttons .btn--balance .value {
                font-weight: 500;
                color: #0093dd;
            }

    .__wallet .detail-flex {
        display: flex;
    }

    .__wallet .details {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        margin-right: 32px;
    }

        .__wallet .details .label {
            font-weight: 500;
            color: #627d98;
            font-size: 1.3rem;
            line-height: 1.38;
        }

        .__wallet .details .value {
            font-weight: 600;
            font-size: 3.2rem;
            line-height: 1.25;
            letter-spacing: 0.04em;
            margin-top: 4px;
        }

            .__wallet .details .value .currency {
                font-weight: 700;
                font-size: 1.6rem;
                line-height: 1.5;
            }

            .__wallet .details .value .decimal {
                font-weight: 600;
                font-size: 1.6rem;
                line-height: 1.5;
            }

.__loan-info {
    max-width: 400px;
    width: 100%;
    margin-right: 32px;
}

    .__loan-info.__history_pg {
        min-height: 320px;
        padding-bottom: 0;
    }

    .__loan-info .__header {
        border-bottom: 1px solid #d9e2ec;
        margin-bottom: 16px;
        padding: 20px 0 16px;
    }

        .__loan-info .__header .title {
            display: flex;
            flex-direction: column;
        }

            .__loan-info .__header .title .__title {
                color: #627d98;
                font-weight: 600;
                font-size: 1.6rem;
                line-height: 1.5;
                margin-bottom: 2px;
            }

            .__loan-info .__header .title .__amount {
                font-size: 2.8rem;
                line-height: 1.29;
                font-weight: 600;
                margin-bottom: 4px;
            }

        .__loan-info .__header a.link {
            text-align: right;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #beeed3;
        }

            .__loan-info .__header a.link:hover {
                color: #0084c6;
            }

            .__loan-info .__header a.link span.svg {
                height: 16px;
                width: 16px;
                margin-left: 5px;
            }

        .__loan-info .__header .actions {
            padding: 12px 0 0;
            display: flex;
            align-items: center;
        }

            .__loan-info .__header .actions .btn {
                margin-right: 12px;
            }

.__recent_transactions {
    width: 100%;
    flex: 1;
    padding-bottom: 0 !important;
}

.dep_header {
    text-align: center;
    width: 380px;
    margin: 16px auto 32px;
}

    .dep_header span.svg {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }

.card_fund {
    margin-top: 32px;
}

.txnTable {
    margin-top: 12px;
}

    .txnTable .accordion-item {
        border-bottom: 1px solid #d9e2ec;
        padding: 8px 0;
    }

        .txnTable .accordion-item:last-of-type {
            border-bottom: none;
        }

    .txnTable .accordion-button {
        cursor: pointer;
        box-shadow: none;
    }

        .txnTable .accordion-button:not(.collapsed) {
            color: #060809;
            background: #ffffff;
            box-shadow: none;
        }

        .txnTable .accordion-button:after {
            display: none;
        }

    .txnTable .__header {
        display: flex;
        align-items: center;
    }

        .txnTable .__header span.__type {
            width: 32px;
            height: 32px;
            margin-right: 20px;
        }

    .txnTable .col_left {
        display: flex;
        flex-direction: column;
    }

        .txnTable .col_left .__title {
            font-size: 1.4rem;
            line-height: 1.43;
            font-weight: 400;
            margin-bottom: 3px;
        }

        .txnTable .col_left .__date {
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 1.38;
            color: #627d98;
        }

    .txnTable .col_right {
        margin-left: auto;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .txnTable .col_right .__value {
            font-weight: 600;
            font-size: 1.4rem;
            line-height: 1.43;
            text-align: right;
            letter-spacing: 0.01em;
            margin-bottom: 2px;
        }

    .txnTable .accordion-body {
        padding-left: 72px;
    }

.__credit {
    width: 480px;
    height: 220px;
}

    .__credit .__score {
        position: relative;
    }

    .__credit .dropdown-toggle:after {
        display: none;
    }

    .__credit .dropdown-menu {
        width: 240px;
        border: none;
        padding: 8px;
        box-shadow: 0px 4px 6px rgba(98, 125, 152, 0.16);
        font-size: 1.4rem;
        line-height: 1.43;
    }

    .__credit .__body {
        display: flex;
        margin-top: 12px;
    }

        .__credit .__body .score-wrapper {
            width: 200px;
            height: 150px;
            position: relative;
            display: flex;
            padding-top: 40px;
            justify-content: center;
            text-align: center;
        }

            .__credit .__body .score-wrapper .score-detail {
                display: flex;
                flex-direction: column;
            }

            .__credit .__body .score-wrapper svg {
                width: 190px;
                position: absolute;
                top: 0;
            }

            .__credit .__body .score-wrapper .value {
                font-weight: 600;
                font-size: 6rem;
                line-height: 1.1;
                margin-bottom: 2px;
            }

            .__credit .__body .score-wrapper .label {
                font-weight: 600;
                font-size: 1.4rem;
                line-height: 1.43;
                text-transform: uppercase;
            }

        .__credit .__body .info-wrapper {
            display: flex;
            flex-wrap: wrap;
            flex: 1;
            flex-direction: column;
            margin-left: 32px;
            justify-content: space-between;
        }

            .__credit .__body .info-wrapper .info-row {
                margin-bottom: 14px;
                display: flex;
                align-items: center;
                align-self: flex-start;
            }

                .__credit .__body .info-wrapper .info-row span.svg {
                    height: 24px;
                    width: 24px;
                    margin-right: 12px;
                }

                .__credit .__body .info-wrapper .info-row .detail {
                    display: flex;
                    flex-direction: column;
                }

                    .__credit .__body .info-wrapper .info-row .detail .label {
                        font-weight: 500;
                        font-size: 1.3rem;
                        line-height: 1.38;
                        color: #829ab1;
                    }

                    .__credit .__body .info-wrapper .info-row .detail .value {
                        font-weight: 500;
                        font-size: 1.3rem;
                        line-height: 1.38;
                    }

.img-credit__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .img-credit__wrapper a.__img {
        width: 140px;
        height: auto;
        overflow: hidden;
        border: 1px solid #d9e2ec;
        border-radius: 4px;
        margin-bottom: 15px;
    }

        .img-credit__wrapper a.__img:hover {
            border-color: #0093dd;
        }

        .img-credit__wrapper a.__img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.refer-item {
    width: 350px;
}

    .refer-item .__title {
        font-weight: 600;
        font-size: 2.4rem;
        line-height: 1.33;
    }

    .refer-item .__desc {
        width: 80%;
    }

    .refer-item .refer-card {
        width: 340px;
        background-color: #e5f4fb;
    }

        .refer-item .refer-card .__soc-icons {
            display: flex;
        }

            .refer-item .refer-card .__soc-icons a._link {
                width: 28px;
                height: 28px;
                border: 1px solid #bcccdc;
                margin-left: 12px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .refer-item .refer-card .__soc-icons a._link:hover {
                    background-color: #e5e6f0;
                }

                .refer-item .refer-card .__soc-icons a._link span.svg {
                    width: 16px;
                    height: 16px;
                }

        .refer-item .refer-card .__r-code {
            font-weight: 600;
            font-size: 3.2rem;
            line-height: 1.25;
            letter-spacing: 0.04em;
            margin-top: 16px;
        }

        .refer-item .refer-card .__r-link {
            display: flex;
            align-items: center;
            cursor: pointer;
            margin-top: 12px;
        }

            .refer-item .refer-card .__r-link ._link {
                padding: 4px;
                background-color: #ffffff;
                font-size: 1.3rem;
                border-radius: 4px;
                margin-right: 8px;
                max-width: 260px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.refer-wrapper {
    flex: 1;
    margin-right: 28px;
}

.repay-wrapper {
    width: 100%;
    padding: 24px 20px !important;
    box-sizing: border-box;
    background: #ffffff;
    max-width: 480px;
    margin: 48px auto 0;
}

.repay-control {
    display: flex;
}

    .repay-control .form-check-label {
        border: 1px solid #bcccdc;
        border-radius: 8px;
        padding: 6px 12px;
        position: relative;
        cursor: pointer;
        width: 180px;
        margin-right: 24px;
    }

        .repay-control .form-check-label input {
            position: absolute;
            cursor: pointer;
            opacity: 0;
        }

            .repay-control .form-check-label input:checked ~ .radiomark {
                border: 1px solid #040769;
            }

                .repay-control .form-check-label input:checked ~ .radiomark:after {
                    display: block;
                }

        .repay-control .form-check-label .radiomark {
            position: absolute;
            top: 6px;
            left: 6px;
            height: 16px;
            width: 16px;
            background-color: #ffffff;
            border: 1px solid #9fb3c8;
            border-radius: 50%;
        }

            .repay-control .form-check-label .radiomark:after {
                top: 20%;
                left: 20%;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #040769;
                content: "";
                position: absolute;
                display: none;
            }

    .repay-control .repay__details {
        display: flex;
        flex-direction: column;
        margin-left: 16px;
        position: relative;
    }

        .repay-control .repay__details .label {
            font-size: 1.3rem;
            line-height: 1.38;
            color: #627d98;
            font-weight: 500;
        }

        .repay-control .repay__details .value {
            font-size: 1.8rem;
            line-height: 1.5;
            font-weight: 600;
            color: #060809;
        }

.__loan_stats {
    min-height: 320px;
    max-width: 480px;
    width: 100%;
    align-self: stretch;
}

    .__loan_stats .__limit {
        margin-top: 16px;
        color: #334e68;
    }

    .__loan_stats .limit-flex {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
    }

        .__loan_stats .limit-flex .limit-item {
            display: flex;
            align-items: center;
        }

            .__loan_stats .limit-flex .limit-item span.svg {
                margin-right: 12px;
                width: 28px;
                height: 28px;
            }

            .__loan_stats .limit-flex .limit-item ._item {
                flex: 1;
            }

                .__loan_stats .limit-flex .limit-item ._item .label {
                    font-weight: 500;
                    font-size: 1.3rem;
                    line-height: 1.38;
                    color: #829ab1;
                    margin-bottom: 2px;
                }

                .__loan_stats .limit-flex .limit-item ._item .value {
                    font-weight: 500;
                    font-size: 1.8rem;
                    line-height: 1.6;
                }

    .__loan_stats .__stats {
        margin-top: 60px;
        display: flex;
    }

        .__loan_stats .__stats .__item {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

            .__loan_stats .__stats .__item span.svg {
                width: 32px;
                height: 32px;
                margin-bottom: 8px;
            }

            .__loan_stats .__stats .__item .label {
                font-weight: 500;
                font-size: 1.3rem;
                line-height: 1.38;
                color: #627d98;
                margin-bottom: 2px;
            }

            .__loan_stats .__stats .__item .value {
                font-weight: 600;
                font-size: 1.8rem;
                line-height: 1.56;
                letter-spacing: 0.04em;
            }

.__loan-block {
    flex: 1;
    width: 100%;
}

    .__loan-block .loan-details .accordion-button {
        padding: 15px 0;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.38;
        color: #627d98;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        border-bottom: 1px solid #d9e2ec;
    }

        .__loan-block .loan-details .accordion-button::after {
            width: 18px;
            height: 18px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7366 13.2365C10.3298 13.6433 9.67025 13.6433 9.26345 13.2365L4.26345 8.23653C3.85666 7.82973 3.85666 7.17019 4.26345 6.76339C4.67025 6.35659 5.3298 6.35659 5.73659 6.76339L10 11.0268L14.2635 6.76339C14.6702 6.35659 15.3298 6.35659 15.7366 6.76339C16.1434 7.17019 16.1434 7.82973 15.7366 8.23653L10.7366 13.2365Z' fill='%23627D98'/%3E%3C/svg%3E");
            background-size: cover;
            background-repeat: no-repeat;
        }

        .__loan-block .loan-details .accordion-button:not(.collapsed) {
            color: #0093dd;
            background: none;
            box-shadow: none;
            border-bottom-color: #0093dd;
        }

            .__loan-block .loan-details .accordion-button:not(.collapsed)::after {
                background-repeat: no-repeat;
                transform: rotate(180deg);
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7366 13.2365C10.3298 13.6433 9.67025 13.6433 9.26345 13.2365L4.26345 8.23653C3.85666 7.82973 3.85666 7.17019 4.26345 6.76339C4.67025 6.35659 5.3298 6.35659 5.73659 6.76339L10 11.0268L14.2635 6.76339C14.6702 6.35659 15.3298 6.35659 15.7366 6.76339C16.1434 7.17019 16.1434 7.82973 15.7366 8.23653L10.7366 13.2365Z' fill='%23627D98'/%3E%3C/svg%3E");
            }

.doc-wrapper {
    flex-wrap: wrap;
    padding-top: 16px;
}

    .doc-wrapper .doc-item {
        background: #fcfcfd;
        width: 120px;
        height: 120px;
        border-radius: 8px;
        padding: 0 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 16px;
    }

        .doc-wrapper .doc-item.__upload {
            background: #ffffff;
            border: 1px solid #0093dd;
            color: #0093dd;
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 1.38;
            padding: 0 8px;
            position: relative;
        }

            .doc-wrapper .doc-item.__upload .input-upload {
                position: absolute;
                opacity: 0;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100% !important;
                cursor: pointer;
            }

            .doc-wrapper .doc-item.__upload span.svg {
                height: 28px;
                width: 28px;
                margin-bottom: 8px;
                position: initial;
            }

        .doc-wrapper .doc-item span.svg {
            height: 32px;
            width: 32px;
            margin-bottom: 4px;
        }

        .doc-wrapper .doc-item .file-type {
            font-weight: 600;
            font-size: 1.3rem;
            line-height: 1.38;
            color: #0093dd;
            margin-bottom: 4px;
        }

        .doc-wrapper .doc-item .__title {
            font-size: 1.3rem;
            line-height: 1.38;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
        }

        .doc-wrapper .doc-item a {
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 1.38;
            color: #0093dd;
        }

.table_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .table_header .__header {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 600;
    }

    .table_header .col-right .btn {
        margin-right: 16px;
    }

        .table_header .col-right .btn span.svg {
            width: 18px;
            height: 18px;
        }

.w-l-badge {
    position: relative;
    padding-bottom: 72px !important;
}

    .w-l-badge::after {
        content: "";
        display: block;
        background: url("../images/license_badge.png");
        background-size: contain;
        width: 361.5px;
        height: 50px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .w-l-badge.inner {
        padding-bottom: 72px !important;
    }

        .w-l-badge.inner::after {
            bottom: 2px;
            left: 0;
            transform: none;
        }

.verify-wrapper {
    margin-top: 8%;
}

    .verify-wrapper .__header {
        text-align: center;
    }

        .verify-wrapper .__header .__title {
            font-weight: 500;
            font-size: 2.4rem;
            line-height: 1.33;
            margin-bottom: 4px;
        }

.verify-sidebar {
    width: 250px;
}

    .verify-sidebar .verify-module {
        margin-bottom: 28px;
        font-weight: 400;
        color: #627d98;
        position: relative;
    }

        .verify-sidebar .verify-module::before {
            display: block;
            content: "";
            border: 1px dashed #9fb3c8;
            box-sizing: border-box;
            width: 1px;
            height: 30px;
            position: absolute;
            left: 9px;
            top: 20px;
        }

        .verify-sidebar .verify-module:last-of-type:before {
            display: none;
        }

        .verify-sidebar .verify-module span.svg {
            height: 20px;
            width: 20px;
            background: #ffffff;
            margin-right: 8px;
            border: 2px solid #9fb3c8;
            border-radius: 50%;
            box-sizing: border-box;
        }

        .verify-sidebar .verify-module.active {
            font-weight: 500;
            color: #060809;
        }

            .verify-sidebar .verify-module.active span.svg {
                border-color: #29c76f;
            }

        .verify-sidebar .verify-module.complete span.svg {
            border: none;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.6337 8.38375C14.8614 8.148 14.9874 7.83224 14.9846 7.5045C14.9817 7.17675 14.8503 6.86324 14.6185 6.63148C14.3868 6.39972 14.0732 6.26826 13.7455 6.26541C13.4178 6.26256 13.102 6.38855 12.8663 6.61625L8.75 10.7325L7.13375 9.11625C6.898 8.88855 6.58224 8.76256 6.2545 8.76541C5.92675 8.76826 5.61324 8.89972 5.38148 9.13148C5.14972 9.36324 5.01826 9.67675 5.01541 10.0045C5.01256 10.3322 5.13855 10.648 5.36625 10.8837L7.86625 13.3837C8.10066 13.6181 8.41854 13.7497 8.75 13.7497C9.08146 13.7497 9.39934 13.6181 9.63375 13.3837L14.6337 8.38375Z' fill='%2329C76F'/%3E%3C/svg%3E");
        }

.verify-form {
    margin-left: 32px;
    flex: 1 0 auto;
    margin-bottom: 32px;
    width: 550px;
}

    .verify-form .v-wrapper {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 16px;
    }

    .verify-form .form-wrapper {
        width: 100%;
        padding: 24px 20px;
        box-sizing: border-box;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid #d9e2ec;
        max-width: 600px;
        margin: 0 auto;
    }

.tab-content > .active.collapse {
    opacity: 1 !important;
}

.verify_details .nav-tabs {
    border-bottom: 2px solid #9fb3c8;
}

.verify_details .nav-item {
    padding: 0;
}

    .verify_details .nav-item .nav-link {
        padding: 8px 10px;
        border: none;
        color: #627d98;
        box-sizing: border-box;
        position: relative;
        font-weight: 500;
        top: 0.5px;
    }

        .verify_details .nav-item .nav-link.active {
            color: #29c76f;
            border-bottom: 2px solid #29c76f;
        }

.verify_details .tab-pane {
    padding: 16px 2px 0;
}

.verify_details .auth--info {
    margin-top: 12px;
}

.__upload {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px dashed #0093dd;
    background: #e5f4fb;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    color: #0093dd;
}

    .__upload.__attached {
        background-color: #e9f9f0;
        border-color: #29c76f;
        color: #29c76f;
    }

    .__upload input {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100% !important;
        cursor: pointer;
    }

    .__upload span.svg {
        position: absolute;
        height: 18px;
        width: 18px;
        top: 10px;
        right: 10px;
    }

.list__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    padding-left: 0;
}

    .list__row li.value:not(:last-of-type) {
        margin-bottom: 12px;
    }

    .list__row li.value {
        position: relative;
        padding-left: 22px;
        font-weight: 500;
        color: #334e68;
        font-size: 1.4rem;
        line-height: 1.43;
    }

        .list__row li.value::before {
            display: inline-block;
            content: "";
            height: 16px;
            width: 16px;
            position: absolute;
            background-size: cover;
            left: 0;
            top: 2px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7074 5.29303C16.8949 5.48056 17.0002 5.73487 17.0002 6.00003C17.0002 6.26519 16.8949 6.5195 16.7074 6.70703L8.70741 14.707C8.51988 14.8945 8.26557 14.9998 8.00041 14.9998C7.73524 14.9998 7.48094 14.8945 7.29341 14.707L3.29341 10.707C3.11125 10.5184 3.01045 10.2658 3.01273 10.0036C3.01501 9.74143 3.12018 9.49062 3.30559 9.30521C3.491 9.1198 3.74181 9.01464 4.00401 9.01236C4.2662 9.01008 4.5188 9.11087 4.70741 9.29303L8.00041 12.586L15.2934 5.29303C15.4809 5.10556 15.7352 5.00024 16.0004 5.00024C16.2656 5.00024 16.5199 5.10556 16.7074 5.29303Z' fill='%2329C76F'/%3E%3C/svg%3E");
        }

.progress-check {
    margin-top: 24px;
    align-self: flex-start;
    max-width: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .progress-check .progress-container {
        width: 120px;
        height: 4px;
        background: #d9e2ec;
        border-radius: 20px;
        margin-bottom: 8px;
        position: relative;
    }

        .progress-check .progress-container .progress-status {
            height: 100%;
            background: #29c76f;
            border-radius: 20px;
            display: block;
        }

    .progress-check .progress-desc {
        color: #486581;
        font-weight: 500;
    }

.__onboard .form-wrapper {
    max-width: 500px;
}

.__onboard .verify-sidebar {
    width: 200px;
}

.__onboard .verify-form {
    margin-left: 0;
    display: flex;
}

.sidebar-cta {
    margin-bottom: 32px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

    .sidebar-cta .__title {
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.56;
        margin-bottom: 4px;
    }

.verify-actions {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

    .verify-actions a {
        position: relative;
        color: #060809;
        font-weight: 400;
    }

        .verify-actions a:hover {
            color: #29c76f;
        }

        .verify-actions a svg {
            margin-right: 4px;
            height: 24px;
            width: 24px;
            position: relative;
            top: -2px;
        }

        .verify-actions a:not(:first-of-type) {
            margin-top: 24px;
        }

        .verify-actions a::after {
            content: "";
            display: inline-block;
            height: 20px;
            width: 20px;
            top: 6px;
            background-size: cover;
            margin-left: 2px;
            position: relative;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.29279 14.707C7.10532 14.5195 7 14.2651 7 14C7 13.7348 7.10532 13.4805 7.29279 13.293L10.5858 9.99998L7.29279 6.70698C7.11063 6.51838 7.00983 6.26578 7.01211 6.00358C7.01439 5.74138 7.11956 5.49057 7.30497 5.30516C7.49038 5.11975 7.74119 5.01458 8.00339 5.01231C8.26558 5.01003 8.51818 5.11082 8.70679 5.29298L12.7068 9.29298C12.8943 9.48051 12.9996 9.73482 12.9996 9.99998C12.9996 10.2651 12.8943 10.5195 12.7068 10.707L8.70679 14.707C8.51926 14.8945 8.26495 14.9998 7.99979 14.9998C7.73462 14.9998 7.48031 14.8945 7.29279 14.707Z' fill='%23243B53'/%3E%3C/svg%3E");
        }

.verify-sidebar .info {
    padding: 20px 14px;
    width: 250px;
    margin-top: 24px;
    border-radius: 8px;
    background: #060809;
    color: #ffffff;
}

    .verify-sidebar .info ul {
        margin-bottom: 0;
        padding-left: 0;
    }

    .verify-sidebar .info li.item:not(:last-of-type) {
        margin-bottom: 12px;
    }

    .verify-sidebar .info li {
        position: relative;
        padding-left: 22px;
        font-size: 1.3rem;
        letter-spacing: 0.02em;
        line-height: 18px;
    }

        .verify-sidebar .info li::before {
            display: inline-block;
            content: "";
            height: 16px;
            width: 16px;
            position: absolute;
            background-size: cover;
            left: 0;
            top: 1px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.707 5.29303C16.8945 5.48056 16.9998 5.73487 16.9998 6.00003C16.9998 6.26519 16.8945 6.5195 16.707 6.70703L8.707 14.707C8.51947 14.8945 8.26517 14.9998 8 14.9998C7.73484 14.9998 7.48053 14.8945 7.293 14.707L3.293 10.707C3.11084 10.5184 3.01005 10.2658 3.01233 10.0036C3.01461 9.74143 3.11978 9.49062 3.30518 9.30521C3.49059 9.1198 3.7414 9.01464 4.0036 9.01236C4.2658 9.01008 4.5184 9.11087 4.707 9.29303L8 12.586L15.293 5.29303C15.4805 5.10556 15.7348 5.00024 16 5.00024C16.2652 5.00024 16.5195 5.10556 16.707 5.29303Z' fill='%23E5E6F0'/%3E%3C/svg%3E");
        }

.statement-module {
    margin-top: 32px;
    margin-bottom: 16px;
}

    .statement-module .module-item {
        width: 240px;
        height: 160px;
        border: 1px solid #d9e2ec;
        background: #fcfcfd;
        box-sizing: border-box;
        border-radius: 12px;
        padding: 30px 40px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .statement-module .module-item:first-of-type {
            margin-right: 24px;
        }

        .statement-module .module-item a.link {
            text-decoration: underline !important;
            margin-top: 12px;
        }

        .statement-module .module-item .__img {
            margin-bottom: 2px;
            height: 32px;
            overflow: hidden;
        }

            .statement-module .module-item .__img img {
                height: 100%;
                width: 100%;
                object-fit: contain;
            }

.loan-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.loan_item {
    border-radius: 8px;
    width: 340px;
    padding: 16px 20px;
    height: 270px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #fcfcfd 0%, #ffffff 100%);
    transition: all 0.4s linear;
    border: 1px solid #d9e2ec;
    margin-bottom: 24px;
}

    .loan_item .header {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

        .loan_item .header .__title {
            font-weight: 600;
            font-size: 1.8rem;
            line-height: 1.5;
            position: relative;
        }

            .loan_item .header .__title.locked::after {
                display: inline-block;
                content: "";
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Iconly/Light-Outline/Lock'%3E%3Cg id='Lock'%3E%3Cpath id='Fill 1' fill-rule='evenodd' clip-rule='evenodd' d='M14.1024 8.50013C13.7574 8.50013 13.4774 8.22013 13.4774 7.87513V6.08596C13.4774 4.3393 12.0566 2.91846 10.3099 2.91846H10.2966C9.4524 2.91846 8.66157 3.24346 8.06407 3.83596C7.4624 4.43096 7.1299 5.22513 7.12657 6.0718V7.87513C7.12657 8.22013 6.84657 8.50013 6.50157 8.50013C6.15657 8.50013 5.87657 8.22013 5.87657 7.87513V6.08596C5.88157 4.88596 6.34574 3.77846 7.18324 2.94846C8.02157 2.11763 9.12824 1.6368 10.3124 1.66846C12.7457 1.66846 14.7274 3.65013 14.7274 6.08596V7.87513C14.7274 8.22013 14.4474 8.50013 14.1024 8.50013' fill='%23EF3E36'/%3E%3Cpath id='Fill 3' fill-rule='evenodd' clip-rule='evenodd' d='M7.11833 8.44092C5.71999 8.44092 4.58333 9.57758 4.58333 10.9759V14.5501C4.58333 15.9484 5.71999 17.0851 7.11833 17.0851H13.4858C14.8833 17.0851 16.0208 15.9484 16.0208 14.5501V10.9759C16.0208 9.57758 14.8833 8.44092 13.4858 8.44092H7.11833ZM13.4858 18.3351H7.11833C5.03083 18.3351 3.33333 16.6376 3.33333 14.5501V10.9759C3.33333 8.88842 5.03083 7.19092 7.11833 7.19092H13.4858C15.5733 7.19092 17.2708 8.88842 17.2708 10.9759V14.5501C17.2708 16.6376 15.5733 18.3351 13.4858 18.3351V18.3351Z' fill='%23EF3E36'/%3E%3Cpath id='Fill 5' fill-rule='evenodd' clip-rule='evenodd' d='M10.3019 14.3132C9.95691 14.3132 9.67691 14.0332 9.67691 13.6882V11.8374C9.67691 11.4924 9.95691 11.2124 10.3019 11.2124C10.6469 11.2124 10.9269 11.4924 10.9269 11.8374V13.6882C10.9269 14.0332 10.6469 14.3132 10.3019 14.3132' fill='%23EF3E36'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
                background-size: cover;
                background-position: center;
                height: 20px;
                width: 20px;
                margin-left: 4px;
                position: relative;
                top: 2px;
            }

            .loan_item .header .__title.unlocked:after {
                display: inline-block;
                content: "";
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Iconly/Light-Outline/Unlock'%3E%3Cg id='Unlock'%3E%3Cpath id='Fill 1' fill-rule='evenodd' clip-rule='evenodd' d='M6.50226 8.49866C6.15726 8.49866 5.87726 8.21866 5.87726 7.87366V6.08449C5.88809 3.63616 7.86809 1.66699 10.2956 1.66699H10.3123C12.1923 1.66699 13.8706 2.86116 14.4864 4.63949C14.5998 4.96533 14.4264 5.32116 14.0998 5.43449C13.7739 5.54866 13.4181 5.37449 13.3048 5.04783C12.8639 3.77366 11.6598 2.91699 10.3098 2.91699H10.2981C8.55476 2.91699 7.13476 4.32866 7.12726 6.07033V7.87366C7.12726 8.21866 6.84726 8.49866 6.50226 8.49866' fill='%23102A43'/%3E%3Cpath id='Fill 3' fill-rule='evenodd' clip-rule='evenodd' d='M7.11831 8.43945C5.71998 8.43945 4.58331 9.57695 4.58331 10.9753V14.5486C4.58331 15.947 5.71998 17.0845 7.11831 17.0845H13.4866C14.8841 17.0845 16.0216 15.947 16.0216 14.5486V10.9753C16.0216 9.57695 14.8841 8.43945 13.4866 8.43945H7.11831ZM13.4866 18.3345H7.11831C5.03081 18.3345 3.33331 16.6361 3.33331 14.5486V10.9753C3.33331 8.88779 5.03081 7.18945 7.11831 7.18945H13.4866C15.5733 7.18945 17.2716 8.88779 17.2716 10.9753V14.5486C17.2716 16.6361 15.5733 18.3345 13.4866 18.3345V18.3345Z' fill='%23102A43'/%3E%3Cpath id='Fill 5' fill-rule='evenodd' clip-rule='evenodd' d='M10.3027 14.3126C9.95773 14.3126 9.67773 14.0326 9.67773 13.6876V11.8359C9.67773 11.4909 9.95773 11.2109 10.3027 11.2109C10.6477 11.2109 10.9277 11.4909 10.9277 11.8359V13.6876C10.9277 14.0326 10.6477 14.3126 10.3027 14.3126' fill='%23102A43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
                background-size: cover;
                background-position: center;
                height: 20px;
                width: 20px;
                margin-left: 4px;
                position: relative;
                top: 2px;
            }

        .loan_item .header .__desc {
            color: #243b53;
            max-width: 98%;
        }

    .loan_item .__row {
        display: flex;
        flex-direction: column;
        margin-bottom: 8px;
        padding-left: 0;
    }

        .loan_item .__row li.value:not(:last-of-type) {
            margin-bottom: 12px;
        }

        .loan_item .__row li.value {
            position: relative;
            padding-left: 22px;
            font-weight: 500;
            color: #334e68;
            font-size: 1.4rem;
            line-height: 1.43;
        }

            .loan_item .__row li.value::before {
                display: inline-block;
                content: "";
                height: 16px;
                width: 16px;
                position: absolute;
                background-size: cover;
                left: 0;
                top: 2px;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7074 5.29303C16.8949 5.48056 17.0002 5.73487 17.0002 6.00003C17.0002 6.26519 16.8949 6.5195 16.7074 6.70703L8.70741 14.707C8.51988 14.8945 8.26557 14.9998 8.00041 14.9998C7.73524 14.9998 7.48094 14.8945 7.29341 14.707L3.29341 10.707C3.11125 10.5184 3.01045 10.2658 3.01273 10.0036C3.01501 9.74143 3.12018 9.49062 3.30559 9.30521C3.491 9.1198 3.74181 9.01464 4.00401 9.01236C4.2662 9.01008 4.5188 9.11087 4.70741 9.29303L8.00041 12.586L15.2934 5.29303C15.4809 5.10556 15.7352 5.00024 16.0004 5.00024C16.2656 5.00024 16.5199 5.10556 16.7074 5.29303Z' fill='%2329C76F'/%3E%3C/svg%3E");
            }

    .loan_item .__footer {
        align-self: flex-end;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
        flex: 1;
    }

        .loan_item .__footer .value {
            font-size: 2rem;
            line-height: 1.35;
            color: #29c76f;
        }

        .loan_item .__footer .label {
            font-weight: 500;
            font-size: 1.4rem;
        }

    .loan_item .btn {
        align-items: center;
        display: flex;
    }

        .loan_item .btn span.svg {
            width: 16px;
            height: 16px;
            margin-left: 6px;
        }

ul.loan__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-left: 0;
}

    ul.loan__row li.value:not(:last-of-type) {
        margin-bottom: 12px;
    }

    ul.loan__row li.value {
        width: 48%;
        position: relative;
        padding-left: 22px;
        font-weight: 500;
        color: #334e68;
        font-size: 1.4rem;
        line-height: 1.43;
    }

        ul.loan__row li.value::before {
            display: inline-block;
            content: "";
            height: 16px;
            width: 16px;
            position: absolute;
            background-size: cover;
            left: 0;
            top: 2px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7074 5.29303C16.8949 5.48056 17.0002 5.73487 17.0002 6.00003C17.0002 6.26519 16.8949 6.5195 16.7074 6.70703L8.70741 14.707C8.51988 14.8945 8.26557 14.9998 8.00041 14.9998C7.73524 14.9998 7.48094 14.8945 7.29341 14.707L3.29341 10.707C3.11125 10.5184 3.01045 10.2658 3.01273 10.0036C3.01501 9.74143 3.12018 9.49062 3.30559 9.30521C3.491 9.1198 3.74181 9.01464 4.00401 9.01236C4.2662 9.01008 4.5188 9.11087 4.70741 9.29303L8.00041 12.586L15.2934 5.29303C15.4809 5.10556 15.7352 5.00024 16.0004 5.00024C16.2656 5.00024 16.5199 5.10556 16.7074 5.29303Z' fill='%2329C76F'/%3E%3C/svg%3E");
        }

    ul.loan__row + .__subtitle {
        font-size: 1.8rem;
        line-height: 1.56;
        font-weight: 600;
        margin-top: 8px;
        margin-bottom: 12px;
    }

.label-row {
    display: flex;
    align-items: baseline;
}

    .label-row .form-label {
        width: auto;
    }

    .label-row .__info {
        font-size: 1.2rem;
        font-weight: 500;
        margin-left: 5px;
        color: #0093dd;
    }

.verify-form .doc-wrapper .doc-item {
    margin-right: 12px;
}

.profile-block {
    display: flex;
    width: 100%;
    position: relative;
}

.profile-sidebar {
    width: 250px;
    display: flex;
    flex-direction: column;
    border: none;
    align-self: flex-start;
    position: fixed;
}

    .profile-sidebar .nav-item.show .nav-link,
    .profile-sidebar .nav-link.active {
        border: none;
    }

    .profile-sidebar .nav-link:focus, .profile-sidebar .nav-link:hover {
        border: none;
    }

    .profile-sidebar .nav-item .nav-link {
        border: none;
        border-left: 4px solid #9fb3c8;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0;
        border-radius: 0;
        background: none;
        padding: 0 12px;
        color: #060809;
    }

        .profile-sidebar .nav-item .nav-link:hover {
            border-left-color: #0093dd;
        }

        .profile-sidebar .nav-item .nav-link:hover, .profile-sidebar .nav-item .nav-link:active, .profile-sidebar .nav-item .nav-link:focus {
            color: #060809;
            outline: none;
        }

        .profile-sidebar .nav-item .nav-link.active {
            color: #0093dd;
            font-weight: 500;
            border-left-color: #0093dd;
        }

.profile-wrapper {
    margin-left: auto;
    margin-bottom: 32px;
    width: calc(100% - 250px);
}

    .profile-wrapper .verify-form {
        margin-left: 0;
    }

.avatar-content {
    display: flex;
}

    .avatar-content .avatar-img {
        width: 100px;
        height: 100px;
        margin-bottom: 12px;
        border-radius: 50%;
        overflow: hidden;
    }

        .avatar-content .avatar-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .avatar-content .btn--upload {
        height: 32px;
        width: 32px;
        border-radius: 32px;
        margin-left: -24px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f0f4f8;
    }

        .avatar-content .btn--upload span.svg {
            height: 20px;
            width: 20px;
        }

.pg-error {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

    .pg-error::before {
        content: "";
        background-image: url(../images/svg/error-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.6;
    }

    .pg-error .header {
        padding: 32px 5% 16px;
    }

    .pg-error .brand_img {
        width: 140px;
        display: block;
    }

    .pg-error .error-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 0 auto;
        height: 100%;
        text-align: center;
    }

        .pg-error .error-item .__img {
            width: 280px;
            height: 280px;
            overflow: hidden;
        }

            .pg-error .error-item .__img img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .pg-error .error-item .__content .__title {
            font-weight: 700;
            font-size: 3.2rem;
            line-height: 1.14;
            margin-bottom: 14px;
        }

        .pg-error .error-item .__content .__desc {
            font-size: 1.8rem;
            line-height: 1.5;
            margin-bottom: 32px;
        }

        .pg-error .error-item .__content .__subtitle {
            font-size: 2rem;
            line-height: 1.4;
            color: #ef3e36;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .pg-error .error-item .__content .__link .__desc {
            font-size: 1.4rem;
            line-height: 1.33;
        }

        .pg-error .error-item .__content .__link .link-list {
            margin-top: 12px;
            display: flex;
            justify-content: space-around;
        }

            .pg-error .error-item .__content .__link .link-list .link-item {
                font-size: 1.5rem;
                padding: 2px 4px;
            }

        .pg-error .error-item.alt .__content .__title {
            font-size: 4.8rem;
            line-height: 1.3;
            letter-spacing: -2px;
            margin-bottom: 12px;
        }

        .pg-error .error-item.alt .__content .__desc {
            font-size: 2.8rem;
            line-height: 1.3;
            margin-bottom: 24px;
        }

input[type=file]::file-selector-button {
    background-color: #fff;
    color: #040769;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    transition: .5s;
}

    input[type=file]::file-selector-button:hover {
        background-color: #eee;
        border: 0px;
        border-right: 1px solid #e5e5e5;
    }

/*# sourceMappingURL=main.css.map */
