@font-face {
    font-family: robotoRegular;
    src: url(../fonts/Roboto-Regular.ttf)
}

@font-face {
    font-family: robotoMedium;
    src: url(../fonts/Roboto-Medium.ttf)
}

@font-face {
    font-family: robotoBold;
    src: url(../fonts/Roboto-Bold.ttf)
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-ExtraLight.ttf);
    font-weight: 100
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Light.ttf);
    font-weight: 200
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Regular.ttf);
    font-weight: 300
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Medium.ttf);
    font-weight: 400
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-SemiBold.ttf);
    font-weight: 500
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Bold.ttf);
    font-weight: 700
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-ExtraBold.ttf);
    font-weight: 900
}

::selection {
    color: #fff;
    background: #000
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: robotoRegular;
    box-sizing: border-box;
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    color: #111827
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #f5f5f5
}

img {
    user-select: none
}

.position-relative {
    position: relative
}

.container, .container-fluid {
    max-width: 100%;
    padding: 0 3rem
}

.vtxt-danger {
    color: #f03;
    font-size: .9rem
}

.vtxt-success {
    color: #24cf41;
    font-size: .9rem
}

.cHr {
    border-color: #fff
}

a {
    text-decoration: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.headerM {
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 350ms linear
}

    .headerM.hide {
        transform: translateY(-100%)
    }

    .headerM.fix {
        position: fixed;
        transform: none;
        background-color: #fff
    }

body.focus::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 8
}

.headerSub {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logoM {
    height: 50px
}

.appDropWrp {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: none;
    height: 0;
    z-index: 99
}

    .appDropWrp.active {
        display: block;
        height: auto
    }

.appNavbar > ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0
}

    .appNavbar > ul > li > a {
        padding: 24px 15px;
        display: inline-block;
        font-size: 16px
    }

        .appNavbar > ul > li > a:hover {
            color: #1476f2 !important
        }

.appNavbar a {
    color: #585858
}

.appNavbar ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.appDabImg {
    border-radius: 4px;
    display: block;
    max-width: 100%;
    margin-bottom: 15px
}

.appDrop img {
    display: none
}

.appDrop.hover a {
    color: #1476f2 !important
}

.appDrop.active a {
    color: #1476f2 !important
}

.appDDrop {
    z-index: 10;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 50px 0 35px 0;
    height: 0
}

    .appDDrop.op1 {
        padding: 1rem 0
    }

    .appDDrop.active {
        display: block;
        opacity: 1;
        visibility: visible;
        height: auto
    }

    .appDDrop a {
        font-size: 15px;
        padding: 1rem;
        display: block;
        margin-bottom: 15px;
        border-left: 1px solid #222
    }

        .appDDrop a:hover {
            color: #1476f2;
            background-color: #f9f9f9
        }

    .appDDrop.op2 a {
        margin-bottom: 0
    }

    .appDDrop.op2 .col-md-6 {
        padding-bottom: 20px
    }

    .appDDrop a.xProa {
        border-left: none;
        padding: 0 1rem 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        letter-spacing: .5px;
        color: #101010
    }

        .appDDrop a.xProa > div {
            display: flex;
            align-items: center;
            gap: 1rem
        }

            .appDDrop a.xProa > div img {
                display: block;
                height: 60px;
                width: 154px;
                object-fit: contain;
                box-shadow: rgba(0,0,0,.02) 0 1px 3px 0,rgba(27,31,35,.15) 0 0 0 1px;
                border-radius: 3px;
                padding: 3px 10px;
                background-color: #fff
            }

.xProa.hasNest.active {
    background-color: #fff
}

.xCod {
    visibility: hidden;
    height: 0
}

    .xCod.active {
        visibility: visible;
        height: calc(100% - 15px)
    }

    .xCod > div {
        background-color: #fff;
        height: 100%;
        margin-right: 1rem
    }

        .xCod > div a {
            font-weight: 600;
            letter-spacing: .5px;
            color: #101010;
            margin-bottom: 0;
            padding: 1.3rem 2rem
        }

.xHcont {
    background-color: #fff;
    padding: 2rem;
    height: calc(100% - 15px)
}

    .xHcont h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 135%;
        color: #101010;
        margin-bottom: 1.5rem
    }

    .xHcont p {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        color: #101010;
        margin-bottom: 1rem
    }

        .xHcont p span {
            background: linear-gradient(90deg,#00c2d8,#3f51ff,#9c27ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

            .xHcont p span img {
                width: 12px
            }

    .xHcont a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 28px;
        margin-top: 1rem;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .5px;
        letter-spacing: .4px;
        text-decoration: none;
        color: #fff;
        border-left: none;
        background: linear-gradient(135deg,#00e5ff,#3f51ff,#9c27ff);
        border-radius: 999px;
        box-shadow: 0 8px 30px rgba(63,81,255,.35);
        transition: all .35s ease
    }

        .xHcont a:hover {
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 14px 40px rgba(63,81,255,.5)
        }

.brdCrumb1 {
    list-style: none;
    text-align: left
}

    .brdCrumb1 li {
        display: inline-block;
        color: #222
    }

        .brdCrumb1 li a {
            color: #585858
        }

            .brdCrumb1 li a:hover {
                text-decoration: underline
            }

    .brdCrumb1 * {
        font-size: 12px;
        line-height: 14px
    }

    .brdCrumb1.brdCrumb2 li {
        color: #fff
    }

        .brdCrumb1.brdCrumb2 li a {
            color: #f5f5f5
        }

.hTalkTo {
    background-image: url(../img/hTC.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    border-radius: 4px;
    color: #fff;
    margin-top: 15px;
    padding: 1rem
}

    .hTalkTo a {
        border-left: none;
        padding: .5rem 1rem;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 30px;
        display: inline-block;
        margin-top: 15px;
        transition: all .2s
    }

.hAdd {
    background-color: #fff;
    text-align: center;
    padding: 1rem;
    margin-top: 5px;
    border: 1px solid #f5f5f5
}

.appDDrop a.sbL {
    font-size: 14px;
    padding: .5rem 1rem;
    display: block;
    margin-bottom: 0;
    border-left: none
}

.abtt {
    font-size: 15px;
    color: #585858;
    padding: 1rem
}

    .abtt p {
        margin-bottom: 10px;
        font-size: 14px;
        color: #a1a1a1
    }

    .abtt a {
        border-left: none;
        padding: 0;
        margin-top: 15px;
        text-decoration: underline;
        display: inline-block
    }

        .abtt a:hover {
            background-color: transparent
        }

.eBtn {
    position: relative;
    color: red;
    font-family: Manrope;
    display: inline-flex;
    align-items: center;
    padding: 0 15px
}

    .eBtn::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 100%;
        border: 2px solid red;
        border-radius: 30px;
        transition-duration: .4s;
        box-sizing: border-box
    }

    .eBtn img {
        width: 28px;
        margin-right: 5px
    }

    .eBtn:hover::before {
        width: 100%;
        transition-duration: .4s
    }

.fBtn {
    background-color: #fff;
    box-shadow: rgba(17,17,26,.03) 0 1px 0,rgba(17,17,26,.03) 0 0 8px;
    padding: .3rem 1.8rem;
    font-size: 15px;
    border-radius: 5px;
    color: #000;
    font-family: robotoMedium
}

    .fBtn:hover {
        background-color: #fff;
        color: #1476f2;
        transition-duration: .2s
    }

.headerSub .fBtn {
    padding: .8rem 1.5rem
}

.footerM {
    background-color: #f5f5f5;
    padding: 80px 0 40px
}

    .footerM h4 {
        font-size: 30px;
        line-height: 36px;
        font-family: Manrope;
        margin-bottom: 15px;
        color: #273f44
    }

    .footerM p {
        font-size: 14px;
        line-height: 20px;
        font-family: Manrope;
        color: #8a8a8a;
        margin-bottom: 15px
    }

.subScribe {
    display: flex;
    margin-bottom: 15px
}

    .subScribe input {
        border: none;
        padding: 15px;
        font-size: 15px
    }

        .subScribe input[type=button] {
            border: none;
            padding: 15px;
            cursor: pointer;
            background-color: #1476f2;
            color: #fff
        }

            .subScribe input[type=button]:hover {
                background-color: #fff;
                color: #1476f2;
                transition-duration: .2s
            }

.oPro {
    display: flex;
    align-items: center;
    gap: 2rem
}

    .oPro * {
        max-width: 100%
    }

    .oPro a {
        display: flex;
        align-items: center
    }

    .oPro img {
        height: 80px;
        object-fit: contain
    }

.ftC a {
    color: #273f44;
    display: block;
    margin-bottom: 25px
}

    .ftC a:hover {
        color: #1476f2
    }

.ftC.contC {
    padding-left: 40px
}

    .ftC.contC a {
        font-size: 17px;
        margin-bottom: 10px
    }

        .ftC.contC a strong {
            font-size: 14px;
            color: #888;
            font-weight: 400;
            margin-right: 8px;
            display: inline-block;
            min-width: 30px
        }

        .ftC.contC a img {
            width: 20px;
            transform: translateY(2px)
        }

.ftC.eTc {
    border-left: 1px solid #888;
    height: 100%;
    padding-left: 15px
}

.copyRi {
    color: #273f44
}

    .copyRi a {
        color: #222;
        text-decoration: underline
    }

        .copyRi a:hover {
            color: #1476f2
        }

.sociL {
    display: flex;
    justify-content: flex-end
}

    .sociL a {
        margin-left: 5px
    }

        .sociL a img {
            width: 30px;
            height: 30px;
            background-color: #1476f2;
            border-radius: 2px;
            transition: all .2s
        }

        .sociL a:hover img {
            background-color: #273f44
        }

.anCli {
    display: none;
    position: relative;
    z-index: 1000
}

.anBack {
    display: none;
    margin: 15px 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 20px
}

.anDlr > a {
    display: flex;
    justify-content: center;
    align-items: center
}

.anDlr > img, .apContLi {
    display: none
}

.btnS0 {
    font-family: Manrope;
    border-left: none;
    padding: .5rem 1rem;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 800;
    border-radius: 30px;
    display: inline-block;
    transition: all .2s
}

    .btnS0:hover {
        background-color: #fff;
        color: #111827
    }

.btnS1 {
    font-family: Manrope;
    border-left: none;
    padding: .5rem 1rem;
    color: #111827;
    border: 2px solid #111827;
    font-weight: 800;
    border-radius: 30px;
    display: inline-block;
    transition: all .2s
}

    .btnS1:hover {
        background-color: #111827;
        color: #fff
    }

.btnS2 {
    font-family: Manrope;
    border-left: none;
    padding: .5rem 1rem;
    color: #fff;
    border: 2px solid #1476f2;
    background-color: #1476f2;
    font-weight: 800;
    border-radius: 30px;
    display: inline-block;
    transition: all .2s
}

    .btnS2:hover {
        background-color: #0101d4;
        border-color: #0101d4
    }

.headerW .logoM {
    display: none
}

.faQs {
    padding: 100px 0;
    background-color: #fff
}

    .faQs h2 {
        font-family: Manrope;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 22px;
        font-size: 41px;
        line-height: 46px;
        color: #000
    }

.accordion-item {
    border-bottom: 1px solid #ededed
}

.accordion-header {
    cursor: pointer;
    display: block;
    line-height: 24px;
    font-size: 18px;
    position: relative;
    background-color: #fff;
    color: #111827;
    padding: 16px 22px 16px 0
}

    .accordion-header > span {
        position: absolute;
        border-radius: 50%;
        padding: 12px 0 12px 12px;
        right: 0;
        top: 50%;
        height: 25px;
        width: 18px;
        transform: translateY(-50%);
        cursor: pointer
    }

        .accordion-header > span::before {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            height: 14px;
            width: 2px;
            background-color: #000;
            transform: translate(-50%,-50%);
            transition: transform cubic-bezier(.165,.84,.44,1) .3s
        }

        .accordion-header > span::after {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            height: 14px;
            width: 2px;
            background-color: #000;
            transform: translate(-50%,-50%) rotate(90deg)
        }

.accordion-open .accordion-header > span::before {
    transform: translate(-50%,-50%) rotate(90deg)
}

.accordion-header:hover {
    color: #a1a1a1
}

    .accordion-header:hover span::after, .accordion-header:hover span::before {
        background-color: #a1a1a1
    }

.accordion-body {
    padding-bottom: 40px;
    font-size: 18px;
    text-align: justify;
    display: none;
    color: #585858;
    line-height: 1.5rem
}

.acc-btn {
    margin: 30px 0;
    text-align: center
}

    .acc-btn > a {
        text-decoration: none;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        color: #373737;
        box-shadow: 5px 5px 0 0 #000;
        padding: 0 20px;
        margin: 0 10px 10px 10px;
        font-size: 18px
    }

.headerW .logoM.logoW {
    display: inline-block
}

.headerW.fix .logoM {
    display: inline-block
}

.headerW .anDlr > img {
    filter: invert(1)
}

.headerW.fix .anDlr > img {
    filter: none
}

.headerW.fix .logoM.logoW {
    display: none
}

.headerW.fix .appNavbar > ul > li > a {
    color: #000
}

.col-v5 {
    max-width: 20%
}

@media all and (min-width:992px) {
    .col-lg-v5 {
        max-width: 20%
    }

    .headerW .appNavbar > ul > li > a {
        color: #fff
    }

    .xProMas {
        max-height: calc(100vh - 92px);
        overflow: auto;
        padding: 2px 0 2px 2px;
        scrollbar-width: thin;
        scrollbar-color: #9aa3af transparent
    }

        .xProMas::-webkit-scrollbar {
            width: 6px
        }

        .xProMas::-webkit-scrollbar-track {
            background: 0 0
        }

        .xProMas::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg,#b5bcc8,#7c8799);
            border-radius: 10px
        }

            .xProMas::-webkit-scrollbar-thumb:hover {
                background: linear-gradient(180deg,#6f7a8c,#4b5563)
            }
}

@media all and (max-width:1500px) {
    .xHcont {
        padding: 2rem 1.5rem
    }

        .xHcont h2 {
            font-size: 20px
        }

        .xHcont a, .xHcont p, .xHcont p span {
            font-size: 14px
        }
}

@media all and (max-width:1200px) {
    .ftC.contC {
        padding-left: #0b0bc4
    }
}

@media all and (max-width:992px) {
    .container, .container-fluid {
        padding: 0 1rem
    }

    .anDlr {
        display: flex;
        justify-content: space-between
    }

        .anDlr > img {
            display: inline-block
        }

    .headerSub {
        display: block;
        padding: 6px 0
    }

        .headerSub .fBtn {
            display: none
        }

    .appNavbar {
        position: fixed;
        top: 0;
        left: -120%;
        width: 90%;
        height: 100%
    }

        .appNavbar.active {
            left: 0;
            transition-duration: .5s
        }

            .appNavbar.active .anOverlay {
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,.7);
                z-index: 997
            }

        .appNavbar > ul {
            padding: 30px 0;
            background-color: #f5f5f5;
            display: block;
            position: relative;
            z-index: 998;
            width: 100%;
            height: 100%
        }

            .appNavbar > ul > li > a {
                display: block;
                padding: 15px 30px
            }

                .appNavbar > ul > li > a:hover {
                    background-color: #fff
                }

    .appDropWrp {
        left: -120%;
        animation: onClick .15s forwards
    }

    @keyframes onClick {
        from {
            left: -120%
        }

        to {
            left: 0
        }
    }

    .appNavbar.active .appDropWrp.active {
        position: fixed;
        height: 100%;
        top: 58px;
        left: 0;
        width: 90%;
        z-index: 1000;
        padding-bottom: 58px
    }

        .appNavbar.active .appDropWrp.active .appDDrop {
            height: 100%;
            overflow-y: scroll
        }

    .appDDrop {
        padding: 30px 0
    }

    .anCli {
        display: flex;
        justify-content: flex-end;
        background-color: #f5f5f5;
        padding-top: 10px;
        padding-right: 10px
    }

    .appNavbar.active .anBack {
        display: block
    }

    body:has(.appNavbar.active) {
        overflow: hidden
    }

    .apContLi {
        display: block
    }

        .apContLi a {
            background-color: #222;
            color: #fff !important;
            margin: 0 25px;
            margin-top: 25px;
            display: flex !important;
            justify-content: space-between;
            align-items: center
        }

            .apContLi a img {
                height: 38px
            }

    .hAdd {
        margin-top: 0
    }

    .appDrop {
        display: flex;
        justify-content: space-between
    }

        .appDrop img {
            display: inline-block;
            margin-top: 5px;
            margin-right: 20px;
            height: 38px
        }

    .appDDrop a {
        position: relative;
        visibility: hidden;
        margin-left: 16px;
        transition: visibility 1s linear
    }

    .appDropWrp.active .appDDrop.active a {
        visibility: visible;
        transition-delay: 1s !important
    }

    .hTalkTo {
        margin-bottom: 25px
    }

        .hTalkTo a {
            margin-left: 0
        }

    .appDDrop a.xProa > div img {
        width: 100px
    }

    .xCod {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: transform .4s ease,opacity .25s ease
    }

        .xCod.active {
            transform: translateX(0);
            opacity: 1;
            visibility: visible
        }

        .xCod > div {
            padding-top: 2rem
        }
}

@media all and (max-width:768px) {
    * {
        font-size: 12px
    }

    .container, .container-fluid {
        padding: 0 .8rem
    }

    .logoM {
        width: 80px
    }

    .anDlr > img {
        width: 26px
    }

    .mc_reverse {
        flex-direction: column-reverse
    }

    .appDabImg {
        padding: 16px;
        margin-bottom: 0
    }

    .appDDrop .abtt a {
        margin-left: 0 !important
    }

    .footerM {
        padding: 60px 0 40px 0
    }

        .footerM h4 {
            font-size: 18px;
            margin-bottom: 0
        }

        .footerM p, .subScribe input {
            font-size: 12px
        }

    .ftC.contC {
        padding-left: 0;
        display: flex;
        flex-direction: column
    }

        .ftC.contC a {
            font-size: 12px;
            display: inline-block
        }

            .ftC.contC a strong {
                font-size: 12px
            }

            .ftC.contC a span {
                font-size: 11px
            }

    .footerM .container .row .col-6 {
        border-right: 1px solid #eee
    }

    .ftC.eTc {
        border-left: none;
        padding-left: 0
    }

    .sociL {
        justify-content: flex-start
    }

    #faqs {
        scroll-margin-top: 28px
    }

    .faQs {
        padding: 40px 0
    }

        .faQs h2 {
            font-size: 28px;
            line-height: 30px
        }

    .accordion-header {
        font-size: 14px;
        line-height: 18px
    }
}
