
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

@media print {

    *,
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    body {
        min-width: 992px !important;
    }
}

html,
body {
    background-color: #f8f8f8;
}

body {
    overflow-y: scroll;
}

* {
    text-align: left;
    font-family: Gotham, sans-serif;
    line-height: 1.2em;
    color: #4f4f4f;
    letter-spacing: -.2px;
    outline: none;
}

@media (min-width: 1024px) {
    * {
        text-align: left;
        font-family: Gotham, sans-serif;
        line-height: 150%;
        color: #4f4f4f;
        outline: none;
    }
}

:root {
    --swiper-theme-color: #007aff;
}

:root {
    --swiper-navigation-size: 44px;
}

body {
    font-size: 14px;
}

@media all {
    :root {
        --blue: #007bff;
        --indigo: #6610f2;
        --purple: #6f42c1;
        --pink: #e83e8c;
        --red: #dc3545;
        --orange: #fd7e14;
        --yellow: #ffc107;
        --green: #28a745;
        --teal: #20c997;
        --cyan: #17a2b8;
        --white: #fff;
        --gray: #6c757d;
        --gray-dark: #343a40;
        --primary: #007bff;
        --secondary: #6c757d;
        --success: #28a745;
        --info: #17a2b8;
        --warning: #ffc107;
        --danger: #dc3545;
        --light: #f8f9fa;
        --dark: #343a40;
        --breakpoint-xs: 0;
        --breakpoint-sm: 576px;
        --breakpoint-md: 768px;
        --breakpoint-lg: 992px;
        --breakpoint-xl: 1200px;
        --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    nav {
        display: block;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }

    h4 {
        margin-top: 0;
        margin-bottom: .5rem;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    button {
        border-radius: 0;
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    input,
    button {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button,
    input {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button,
    [type=button] {
        -webkit-appearance: button;
    }

    button:not(:disabled),
    [type=button]:not(:disabled) {
        cursor: pointer;
    }

    h4 {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    h4 {
        font-size: 1.5rem;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-sm-12,
    .col-12 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 576px) {
        .col-sm-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
        .form-control {
            transition: none;
        }
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem #007bff40;
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
        .btn {
            transition: none;
        }
    }

    .btn:hover {
        color: #212529;
        text-decoration: none;
    }

    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem #007bff40;
    }

    .btn.disabled,
    .btn:disabled {
        opacity: .65;
    }

    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 .2rem #268fff80;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem #268fff80;
    }

    .fade {
        transition: opacity .15s linear;
    }

    @media (prefers-reduced-motion: reduce) {
        .fade {
            transition: none;
        }
    }

    .fade:not(.show) {
        opacity: 0;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: .5rem 1rem;
    }

    .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover,
    .close:not(:disabled):not(.disabled):focus {
        opacity: .75;
    }

    button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        appearance: none;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none;
    }

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translateY(-50px);
    }

    @media (prefers-reduced-motion: reduce) {
        .modal.fade .modal-dialog {
            transition: none;
        }
    }

    .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: calc(100% - 1rem);
    }

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .modal-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem;
        border-top: 1px solid #dee2e6;
        border-bottom-right-radius: .3rem;
        border-bottom-left-radius: .3rem;
    }

    .modal-footer>:not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer>:not(:last-child) {
        margin-right: .25rem;
    }

    @media (min-width: 576px) {
        .modal-dialog {
            max-width: 500px;
            margin: 1.75rem auto;
        }

        .modal-dialog-centered {
            min-height: calc(100% - 3.5rem);
        }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem);
        }
    }

    .justify-content-center {
        justify-content: center !important;
    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .stretched-link:after {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: #0000;
    }

    .m-0 {
        margin: 0 !important;
    }

    .mt-0 {
        margin-top: 0 !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mt-1,
    .my-1 {
        margin-top: .25rem !important;
    }

    .my-1 {
        margin-bottom: .25rem !important;
    }

    .mt-3 {
        margin-top: 1rem !important;
    }

    .p-0 {
        padding: 0 !important;
    }

    .p-2 {
        padding: .5rem !important;
    }

    .py-2 {
        padding-top: .5rem !important;
    }

    .py-2 {
        padding-bottom: .5rem !important;
    }

    .p-3 {
        padding: 1rem !important;
    }

    .text-left {
        text-align: left !important;
    }

    .text-center {
        text-align: center !important;
    }

    @media print {

        *,
        *:before,
        *:after {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        body {
            min-width: 992px !important;
        }

        .navbar {
            display: none;
        }
    }

    html,
    body {
        background-color: #f8f8f8;
    }

    body {
        overflow-y: scroll;
    }

    * {
        text-align: left;
        font-family: Gotham, sans-serif;
        line-height: 1.2em;
        color: #4f4f4f;
        letter-spacing: -.2px;
        outline: none;
    }

    @media (min-width: 715px) {
        .modal-dialog {
            min-width: 715px;
        }
    }

    .modal-dialog {
        max-width: 715px;
        margin: auto;
    }

    .modal-body,
    .modal-footer {
        padding: 0;
    }

    .modal-header {
        border-bottom-width: 0;
    }

    .roboto-text-light,
    .roboto-text-light * {
        font-weight: 300;
    }

    .roboto-text-medium,
    .roboto-text-medium * {
        font-weight: 500;
    }

    a,
    a:hover {
        color: #ffc627;
        text-decoration: none;
    }

    .btn-primary {
        background-color: #ffc627;
        border: 0;
        border-radius: 2em;
        color: #4f4f4f;
        text-transform: uppercase;
        transition: .5s ease-in-out;
        font-size: 16px;
        padding: 2px 10px;
    }

    .line-breaker {
        white-space: pre-wrap;
    }

    .btn-primary:visited,
    .btn-primary:active,
    .btn-primary:hover {
        border: 0;
        background-color: #ffc627;
        color: #fff;
    }

    .btn.disabled {
        background-color: #6f6f6f;
        color: #323232;
        border: 0;
    }

    .myb5_btn_full {
        width: 100%;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }

    .myb5_centered {
        display: table;
        margin: auto;
    }

    .myb5-main-container {
        background: linear-gradient(90deg, #4f4f4f 236px, #e6ebf0 1%);
        transition: .5s ease-in-out;
        overflow: auto;
    }

    .myb5-main-container.notauth {
        background-color: #f8f8f8;
    }

    .myb5_container {
        padding: 70px 0 0;
        min-height: 100vh;
        position: relative;
        background-color: #e6ebf0;
        overflow-x: hidden;
    }

    .myb5_body {
        height: auto;
        background-color: #f8f8f8;
        position: relative;
    }

    @media (max-width: 1023px) {
        .myb5_body {
            overflow: hidden;
        }
    }

    .myb5-body-container {
        margin-top: 88px;
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }

    .myb5-body-container>* {
        margin: 0;
        padding: 0;
    }

    .myb5_container {
        display: none;
    }

    .start-menu-display .myb5_container {
        display: block;
    }

    .myb5_login {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        display: block;
        margin: auto;
        background-color: #fff;
        min-height: 100vh;
        border-radius: 8px;
        overflow: hidden;
    }

    .myb5_login .myb5_login_text {
        color: #4f4f4f;
        background-color: #ffc627;
        text-align: center;
        padding: 30px 102px;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .myb5_login form {
        width: 100%;
        padding: 0 10px 10px;
    }

    .myb5_login form>* {
        margin-bottom: 20px;
    }

    .myb5_login form>button {
        margin-top: 20px;
    }

    .myb5_login>* {
        margin-bottom: 20px;
    }

    .myb5_login label {
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .myb5_login a {
        text-decoration: underline;
        cursor: pointer;
        color: #ffc627;
    }

    .myb5_login input {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding: 0;
        color: #323232;
        border-color: #757575;
        border-radius: 0;
    }

    .myb5-button-link {
        color: #00b7bd;
        font-size: 14px;
        cursor: pointer;
        text-decoration: underline;
        font-weight: 500;
    }

    .myb5-button-link.no-pointer {
        cursor: auto !important;
    }

    .form-control:disabled {
        opacity: .5;
        background-color: #ebebeb;
        border: none;
    }

    @media (min-width: 768px) {
        .myb5_container {
            display: block;
            overflow-x: hidden;
        }

        .firstlevelmenu.myb5-main-container {
            padding-left: 236px;
        }

        .myb5-main-container {
            padding-left: 0;
        }

        .myb5-main-container.start-menu-display {
            padding-left: 236px;
        }

        .myb5-main-container.notauth {
            padding-left: 0;
        }

        .myb5_container {
            padding-top: 70px;
        }

        .myb5_login {
            width: 620px;
            margin-top: 30px;
            min-height: auto;
            padding-bottom: 50px;
        }

        .myb5_login form {
            width: 400px;
            padding: 0;
        }

        .myb5-body-container {
            width: auto;
            margin-left: 24px;
            margin-right: 24px;
        }

        .myb5-body-container>* {
            margin: 0;
        }
    }

    @media (min-width: 1024px) {
        .myb5_login {
            width: 820px;
        }

        .myb5-body-container {
            width: auto;
            margin-left: 48px;
            margin-right: 48px;
            margin-top: 80px;
        }

        * {
            text-align: left;
            font-family: Gotham, sans-serif;
            line-height: 150%;
            color: #4f4f4f;
            outline: none;
        }
    }

    .new-sca-modal .primary-button,
    .new-sca-modal .secondary-button {
        font-size: 14px;
        color: #4f4f4f;
        border-radius: 30px;
        text-align: center;
        font-weight: 500;
        padding: 6px 16px;
        border: none;
        outline: none;
        cursor: pointer;
    }

    @media (max-width: 767px) {

        .new-sca-modal .primary-button,
        .new-sca-modal .secondary-button {
            width: 100%;
            padding: 6px 16px;
        }
    }

    .new-sca-modal .new-footer-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 768px) {
        .new-sca-modal .new-footer-buttons {
            flex-direction: column-reverse;
            padding: 0 16px;
        }
    }

    .new-sca-modal .new-footer-buttons>:not(:last-child) {
        margin-right: 16px;
    }

    @media (max-width: 768px) {
        .new-sca-modal .new-footer-buttons>:not(:last-child) {
            margin: 16px 0 0;
        }
    }

    .new-sca-modal .secondary-button {
        background-color: #fff;
        border: 2px solid #eda900;
    }

    .new-sca-modal .primary-button {
        background-color: #ffc627;
        border: 2px solid #ffc627;
    }

    .new-sca-modal .secondary-button,
    .new-sca-modal .primary-button {
        font-size: 14px;
        color: #4f4f4f;
        border-radius: 30px;
        text-align: center;
        font-weight: 500;
        padding: 6px 16px;
        border: none;
        outline: none;
        cursor: pointer;
    }

    @media (max-width: 767px) {

        .new-sca-modal .secondary-button,
        .new-sca-modal .primary-button {
            width: 100%;
            padding: 6px 16px;
        }
    }

    .new-sca-modal .new-footer-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 768px) {
        .new-sca-modal .new-footer-buttons {
            flex-direction: column-reverse;
            padding: 0 16px;
        }
    }

    .new-sca-modal .new-footer-buttons>:not(:last-child) {
        margin-right: 16px;
    }

    @media (max-width: 768px) {
        .new-sca-modal .new-footer-buttons>:not(:last-child) {
            margin: 16px 0 0;
        }
    }

    .new-sca-modal .secondary-button {
        background-color: #fff;
        border: 2px solid #eda900;
    }

    .new-sca-modal .primary-button {
        background-color: #ffc627;
        border: 2px solid #ffc627;
    }

    .new-sca-modal {
        padding-right: 0 !important;
    }

    .new-sca-modal .modal-header {
        padding: 1rem 1rem 0;
    }

    .new-sca-modal .modal-header .close {
        font-size: 2.5rem !important;
        font-weight: 300 !important;
    }

    .new-sca-modal .modal-content {
        border-radius: 1.3rem;
    }

    @media (max-width: 768px) {
        .new-sca-modal .modal-content {
            height: 100vh;
            border-radius: 0;
        }
    }

    .new-sca-modal .modal-dialog {
        max-width: 715px;
    }

    @media (max-width: 768px) {
        .new-sca-modal .modal-dialog {
            min-width: 100%;
            margin: 0;
        }
    }

    .new-sca-modal .modal-body {
        padding: 0 16px !important;
    }

    .new-sca-modal .modal-footer {
        border-top: 0;
        margin-bottom: 24px;
    }

    .new-sca-modal .image-container {
        width: 100%;
        text-align: center;
        padding-bottom: 35px;
    }

    @media (max-width: 768px) {
        .new-sca-modal .image-container {
            padding-top: 35px;
        }
    }

    .new-sca-modal .image-container img {
        width: 80px;
        height: 80px;
    }

    .new-sca-modal .description-container {
        padding: 0 120px;
    }

    @media (max-width: 768px) {
        .new-sca-modal .description-container {
            padding: 0;
        }
    }

    .new-sca-modal .title-container {
        font-size: 18px;
        text-align: center;
        color: #4f4f4f;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .new-sca-modal .title-container {
            font-size: 20px;
        }
    }

    .new-sca-modal .subtitle-container {
        font-size: 14px;
        text-align: center;
        color: #6f6f6f;
        margin: 30px 0;
        font-weight: 400;
        white-space: break-spaces;
    }

    @media (max-width: 768px) {
        .new-sca-modal .subtitle-container {
            line-height: 20px;
        }
    }

    @media (max-width: 768px) {
        .new-sca-modal .place-bottom-mobile {
            bottom: 20px;
            position: absolute;
            left: 50%;
            transform: translate(-50%);
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .new-sca-modal .modal-sms-error-wrapper {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    @media (max-width: 768px) {
        .new-sca-modal .font-size-20 {
            font-size: 20px;
        }
    }

    @media (max-width: 768px) {
        .new-sca-modal .hidden-tablet {
            display: none;
        }
    }

    @media (min-width: 769px) {
        .new-sca-modal .weight-normal-desktop {
            font-weight: 400 !important;
        }
    }

    @media (max-width: 768px) {
        .new-sca-modal .weight-normal-tablet {
            font-weight: 500 !important;
        }
    }

    @media (max-width: 768px) {
        .new-sca-modal .text-left-tablet {
            text-align: left;
        }
    }

    .new-sca-modal .my-1 {
        margin: 24px 0 !important;
    }

    :root {
        --swiper-theme-color: #007aff;
    }

    :root {
        --swiper-navigation-size: 44px;
    }

    body {
        font-size: 14px;
    }
}

/*! CSS Used from: Embedded */
.myb5_body[_ngcontent-ran-c204] {
    background-color: #e6ebf0;
    overflow-y: visible;
}

/*! CSS Used from: Embedded */
.myb5_header[_ngcontent-ran-c203] {
    position: fixed;
    background-color: #f2f5f7;
    color: #4f4f4f;
    height: 70px;
    margin-left: 0;
    padding: 0;
    transition: .5s ease-in-out;
}

@media (max-width: 767px) {
    .myb5_header[_ngcontent-ran-c203] {
        background: #4f4f4f;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 500px) {
    .notauth.myb5_header[_ngcontent-ran-c203] {
        padding: 0 60px;
    }
}

.notauth.myb5_header[_ngcontent-ran-c203] {
    background-color: #fff;
    color: #323232;
    height: 84px;
}

.myb5_header.myb5_header_full[_ngcontent-ran-c203] {
    margin-left: 0 !important;
}

.myb5_header[_ngcontent-ran-c203] a.myb5_logo[_ngcontent-ran-c203] {
    height: 80px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.myb5_header[_ngcontent-ran-c203] a.myb5_logo[_ngcontent-ran-c203] img[_ngcontent-ran-c203] {
    height: auto;
    filter: invert(0);
    margin-top: 14px;
}

.my-bank-logo[_ngcontent-ran-c203] {
    display: none;
}

.myb5_header[_ngcontent-ran-c203] a[_ngcontent-ran-c203] {
    color: #fff;
    height: 100%;
    width: 50px;
    display: block;
    text-decoration: unset;
    transition: .5s ease-in-out;
}

.myb5_header[_ngcontent-ran-c203] a[_ngcontent-ran-c203] *[_ngcontent-ran-c203] {
    color: #fff;
}

@media (min-width: 768px) {
    .myb5_header[_ngcontent-ran-c203] a[_ngcontent-ran-c203] {
        width: auto;
        padding: 0 20px;
    }
}

#app-popup-message[_ngcontent-ran-c196] {
    z-index: 1000000;
}

.modal-body[_ngcontent-ran-c196],
.modal-footer[_ngcontent-ran-c196] {
    padding: 20px;
}

.main-container[_ngcontent-ran-c200] {
    width: 100%;
}

.popup-header[_ngcontent-ran-c199] img[_ngcontent-ran-c199] {
    height: 51px;
    width: 51px;
}

.popup-header[_ngcontent-ran-c199] span[_ngcontent-ran-c199] {
    font-size: 18px;
}

.popup-body[_ngcontent-ran-c199] {
    background-color: #ebebeb;
    border: 0 solid #cccccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 30px 50px;
}

.popup-footer[_ngcontent-ran-c199] {
    position: relative;
}

@media (min-width: 768px) {
    .f24-modal[_ngcontent-ran-c199] {
        max-width: 700px;
    }
}

/*! CSS Used from: Embedded */
.title[_ngcontent-ran-c197] {
    color: #077a42;
    padding-bottom: 40px;
    padding-top: 40px;
}

/*! CSS Used from: Embedded */
.title[_ngcontent-ran-c198] {
    color: #077a42;
    padding-bottom: 40px;
    padding-top: 40px;
}

/*! CSS Used from: Embedded */
.modal-body[_ngcontent-ran-c202],
.modal-footer[_ngcontent-ran-c202] {
    padding: 20px;
}

/*! CSS Used from: Embedded */
.title-container[_ngcontent-ran-c194] {
    margin-bottom: 40px;
}

/*! CSS Used from: Embedded */
.popup-header[_ngcontent-ran-c48] {
    background-color: #fff;
    font-size: 19px;
    padding-left: 25px;
    align-items: center;
}

.popup-header[_ngcontent-ran-c48] *[_ngcontent-ran-c48] {
    color: #ffc627;
}

.title[_ngcontent-ran-c48] {
    width: 100%;
}

.popup-header[_ngcontent-ran-c48] button[_ngcontent-ran-c48] {
    font-size: 0;
    margin: 0;
    padding: 1px 6px;
}

.close[_ngcontent-ran-c48] {
    opacity: 1;
}

/*! CSS Used from: Embedded */
.wizard-template-footer[_ngcontent-ran-c39] {
    width: auto;
    background: white;
    height: auto;
    padding: 30px 20px;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .wizard-template-footer[_ngcontent-ran-c39] {
        margin-left: 0;
        margin-right: 0;
    }
}

.wizard-template-footer[_ngcontent-ran-c39] .myb5-body-container[_ngcontent-ran-c39] {
    margin-top: 0;
}

.wizard-template-footer[_ngcontent-ran-c39] .myb5-body-container[_ngcontent-ran-c39] button[_ngcontent-ran-c39] {
    background-color: #ffc627;
    border: 0;
    border-radius: 30px;
    padding: 7px 30px;
    min-width: 160px;
    text-align: center;
    margin-top: 0;
    outline: none;
}

.wizard-template-footer[_ngcontent-ran-c39] .myb5-body-container[_ngcontent-ran-c39] button[_ngcontent-ran-c39] span[_ngcontent-ran-c39] {
    color: #4f4f4f;
    font-size: 14px;
    margin-top: 1px;
}

.modal-backdrop2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.error-field {
  border-color: var(--red, #dc3545) !important;
}

.modal-backdrop2.active {
  visibility: visible;
  opacity: 1;
}


.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #ffc627;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wizard-template-footer-custom[_ngcontent-ran-c39] {
    position: relative;
    margin: 0;
    padding-left: 30px;
    background-color: transparent;
}

.myb5-body-container-custom[_ngcontent-ran-c39] {
    margin: 0;
}

.text-black[_ngcontent-ran-c39]>span[_ngcontent-ran-c39] {
    color: #000 !important;
}

a[_ngcontent-ran-c148] {
    font-size: 16px;
    color: #6f6f6f;
    margin-top: 8px;
    display: block;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Light_Web.7d24829461b64e71.woff2) format("woff2"), url(fonts/Gotham-Light_Web.3865869fb4398a23.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Book_Web.c0be4f688bed0ce5.woff2) format("woff2"), url(fonts/Gotham-Book_Web.b08c918f5fe17ef7.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Medium_Web.b1fabe02e79b995a.woff2) format("woff2"), url(fonts/Gotham-Medium_Web.a81db83a4958a156.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Bold_Web.4ba9de78728ce5f9.woff2) format("woff2"), url(fonts/Gotham-Bold_Web.85b14ed12f14362d.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Light_Web.7d24829461b64e71.woff2) format("woff2"), url(fonts/Gotham-Light_Web.3865869fb4398a23.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Book_Web.c0be4f688bed0ce5.woff2) format("woff2"), url(fonts/Gotham-Book_Web.b08c918f5fe17ef7.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Medium_Web.b1fabe02e79b995a.woff2) format("woff2"), url(fonts/Gotham-Medium_Web.a81db83a4958a156.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Bold_Web.4ba9de78728ce5f9.woff2) format("woff2"), url(fonts/Gotham-Bold_Web.85b14ed12f14362d.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}