:root{scroll-behavior:auto;color-scheme:light}html{font-size:100%}body,html{overflow-x:hidden;overflow-x:clip}body{background-color:#fafafa;font-family:var(--font-body),sans-serif;font-size:14px;font-weight:500;line-height:1.5em;color:#4a585c;max-width:100%}a{display:inline-block}ul{list-style-type:none;padding:0;margin:0}blockquote{margin:0 0 1.3em}p{margin-bottom:15px;line-height:1.7em}p:last-child{margin-bottom:0}@media only screen and (max-width:1199px){p{line-height:1.7em}}img{max-width:100%;height:auto}button:focus,input:focus,textarea:focus{outline:none}button,input[type=button],input[type=reset],input[type=submit]{border:none}input,textarea{padding:12px 25px;width:100%}span{display:inline-block}a,a:focus,a:hover{text-decoration:none;color:inherit}blockquote{background-color:#f6f7f9;padding:20px;border-radius:3px;font-weight:500;font-style:italic;position:relative}blockquote .quote-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:120px;opacity:.1}.pt-10{padding-top:10px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pt-40{padding-top:40px}.pt-50{padding-top:50px}.pt-60{padding-top:60px}.pt-80{padding-top:80px}.pt-100{padding-top:100px}@media only screen and (max-width:991px){.pt-100{padding-top:80px}}.pt-120{padding-top:120px}@media only screen and (max-width:991px){.pt-120{padding-top:100px}}.pt-150{padding-top:150px}@media only screen and (max-width:991px){.pt-150{padding-top:100px}}.pb-10{padding-bottom:10px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pb-40{padding-bottom:40px}.pb-50{padding-bottom:50px}.pb-60{padding-bottom:60px}.pb-80{padding-bottom:80px}.pb-100{padding-bottom:100px}@media only screen and (max-width:991px){.pb-100{padding-bottom:80px}}.pb-120{padding-bottom:120px}@media only screen and (max-width:991px){.pb-120{padding-bottom:100px}}.pb-150{padding-bottom:150px}@media only screen and (max-width:991px){.pb-150{padding-bottom:100px}}.ptb-10{padding:10px 0}.ptb-20{padding:20px 0}.ptb-30{padding:30px 0}.ptb-40{padding:40px 0}.ptb-50{padding:50px 0}.ptb-60{padding:60px 0}.ptb-80{padding:80px 0}.ptb-100{padding:100px 0}@media only screen and (max-width:991px){.ptb-100{padding:80px 0}}.ptb-120{padding:120px 0}@media only screen and (max-width:991px){.ptb-120{padding:80px 0}}@media only screen and (max-width:580px){.ptb-120{padding:40px 0}}.ptb-150{padding:150px 0}@media only screen and (max-width:991px){.ptb-150{padding:100px 0}}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mt-60{margin-top:60px}.mt-80{margin-top:80px}.mt-100{margin-top:100px}.mt-120{margin-top:120px}.mt-150{margin-top:150px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.mb-80{margin-bottom:80px}@media only screen and (max-width:575px){.mb-80{margin-bottom:40px}}.mb-100{margin-bottom:100px}.mb-120{margin-bottom:120px}.mb-150{margin-bottom:150px}.mt-10-none{margin-top:-10px}.mt-20-none{margin-top:-20px}.mt-30-none{margin-top:-30px}.mt-40-none{margin-top:-40px}.mt-50-none{margin-top:-50px}.mt-60-none{margin-top:-60px}.mt-80-none{margin-top:-80px}.mt-100-none{margin-top:-100px}.mt-120-none{margin-top:-120px}.mt-150-none{margin-top:-150px}.mb-10-none{margin-bottom:-10px}.mb-20-none{margin-bottom:-20px}.mb-30-none{margin-bottom:-30px}.mb-40-none{margin-bottom:-40px}.mb-50-none{margin-bottom:-50px}.mb-60-none{margin-bottom:-60px}.mb-80-none{margin-bottom:-80px}@media only screen and (max-width:575px){.mb-80-none{margin-bottom:-40px}}.mb-100-none{margin-bottom:-100px}.mb-120-none{margin-bottom:-120px}.mb-150-none{margin-bottom:-150px}.bg--primary{background-color:#7367f0!important}.bg--secondary{background:linear-gradient(45deg,#fffbf2,#edfffd)}.bg--success{background-color:#e5ebff}.bg--danger{background-color:#ea5455}.bg--warning{background-color:#ff9f43}.bg--info{background-color:#1e9ff2}.bg--dark{background-color:#10163a}.bg--base{background-color:#5edf7a!important}.text--primary{color:#7367f0}.text--secondary{color:#5edf7a}.text--success{color:#28c76f}.text--danger{color:#ea5455!important}.text--warning{color:#ff9f43}.text--info{color:#1e9ff2}.text--dark{color:#0c1d20}.text--base{color:#5edf7a!important}.border--primary{border:#7367f0}.border--secondary{border:1px solid #5edf7a}.border--base{border:1px solid #e5e5e5!important}.section--bg{background-color:#08212a!important}.bg--gray{background-color:#f2f8f9}.border--rounded{border-radius:3px!important}.border--capsule{border-radius:100px}.box-shadow{box-shadow:0 2px 8px 0 rgba(0,0,0,.08)}::-webkit-scrollbar{height:3px;width:3px;background:#f1f1f1;border-radius:5px}::-webkit-scrollbar-corner,::-webkit-scrollbar-thumb{background:#999;border-radius:5px}.scrollToTop{position:fixed;bottom:0;right:10px;width:35px;height:35px;padding:7px;line-height:1;font-weight:600;background-color:#5edf7a;border-radius:8px;color:#fff!important;font-size:11px;text-align:center;z-index:9;cursor:pointer;transition:all 1s;transform:translateY(-50000%)}.scrollToTop small{display:block;text-transform:uppercase;font-size:8px}.scrollToTop.active{bottom:30px;transform:translateY(0)}.table-area{margin-top:-5px;margin-bottom:-15px}.table-area.two{border:2px solid #f3f5f7;padding:20px;border-radius:10px}.table-area.two .table-top{display:flex;align-items:center;justify-content:space-between}.table-area.two .table-top .table-top-btn a{padding:6px 15px;font-size:12px;font-weight:600}.table-area.two .table-top .table-top-btn a i{font-size:16px;position:relative;top:2px}.table-area.two .custom-table thead tr{background:rgba(0,0,0,0)}.table-area.two .custom-table thead tr th{font-size:12px;color:#6389a8;padding:5px 0}.table-area.two .custom-table tbody tr{background:rgba(0,0,0,0);box-shadow:none}.table-area.two .custom-table tbody tr:hover{transform:none}.table-area.two .custom-table tbody tr td{padding:5px 0;font-size:15px;font-weight:500;color:#0c1d20}.table-area.two .custom-table tbody tr td a{border-radius:7px!important;font-size:12px}.custom-table{width:100%;border-spacing:0 15px;border-collapse:separate}@media only screen and (max-width:1199px){.custom-table thead{display:none}}.custom-table thead tr{background:#5edf7a}.custom-table thead tr th{border:none;font-weight:600;text-align:center;color:#fff;font-family:var(--font-heading),sans-serif;font-size:14px;padding:10px 30px}.custom-table thead tr th:first-child{border-radius:5px 0 0 5px;text-align:left}.custom-table thead tr th:last-child{border-radius:0 5px 5px 0;text-align:right}.custom-table tbody tr{background:#fff;box-shadow:0 5px 25px rgba(0,0,0,.1);border-radius:5px;transition:all .5s}.custom-table tbody tr:hover{transform:translateY(-7px)}.custom-table tbody tr td{border:none;font-weight:600;text-align:center;color:#4a585c;font-family:var(--font-heading),sans-serif;font-size:13px;padding:8px 30px}.custom-table tbody tr td:first-child{text-align:left}.custom-table tbody tr td:last-child{text-align:right}.custom-table tbody tr td .author-info{display:flex;flex-wrap:wrap;align-items:center}.custom-table tbody tr td .author-info .thumb{width:45px;height:45px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;overflow:hidden;box-shadow:0 3px 5px rgba(0,0,0,.25)}.custom-table tbody tr td .author-info .thumb img{width:inherit;height:inherit;object-fit:cover;-o-object-fit:cover;object-position:center;-o-object-position:center}.custom-table tbody tr td .author-info .content{padding-left:15px;width:calc(100% - 45px)}.custom-table tbody tr td a{color:#fff;padding:3px 8px;border-radius:3px!important}.custom-table tbody tr td .btn{border-radius:3px}.custom-table tbody tr td:first-child{border-radius:5px 0 0 5px}.custom-table tbody tr td:last-child{border-radius:0 5px 5px 0}@media only screen and (max-width:1199px){.custom-table tbody tr td{display:flex;justify-content:space-between;align-items:center;text-align:right;border-bottom:1px solid #d5e7e9}.custom-table tbody tr td:last-child{border:none}.custom-table tbody tr td:before{content:attr(data-label);margin-right:auto;color:#5edf7a;width:50%;text-align:left}}.swiper-notification{display:none}.swiper-pagination{position:relative;display:flex;margin-top:60px}.swiper-pagination .swiper-pagination-bullet{height:10px;width:10px;border-radius:50%;background-color:rgba(94,223,122,.2);opacity:1}.swiper-pagination .swiper-pagination-bullet-active{background-color:#5edf7a;width:25px;border-radius:10px}.slider-next,.slider-prev{width:40px;height:40px;line-height:43px;font-size:24px;background-color:#f5f8fc;border-radius:10px;color:#5edf7a;display:inline-block;text-align:center;position:relative;top:50%;left:50%;transform:translateX(-100%);cursor:pointer;margin-top:60px;transition:all .3s}.slider-next:hover,.slider-prev:hover{background:#5edf7a;color:#fff;box-shadow:0 12px 24px rgba(106,105,194,.25)}.slider-next{margin-left:30px}@media only screen and (max-width:575px){.slider-next{margin-left:10px}.slider-nav-area{margin-left:-10px}}.pagination{display:flex;flex-wrap:wrap;justify-content:center;padding-top:20px;margin-top:60px}.pagination .page-item{text-align:center;padding:8px}.pagination .page-item a,.pagination .page-item span{padding:0;font-weight:500;font-size:18px;display:block;margin:0}.pagination .page-item a,.pagination .page-item span,.pagination .page-item.disabled span{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0);border:1px solid #d5e7e9;color:#0c1d20;line-height:40px}.pagination .page-item.disabled span{font-size:24px}.pagination .page-item .page-link{width:40px;height:40px;line-height:40px;border-radius:50%;background:rgba(0,0,0,0);border:1px solid #d5e7e9;color:#0c1d20;transition:all .3s}.pagination .page-item .page-link.next{font-size:24px}.pagination .page-item.active .page-link,.pagination .page-item:hover .page-link{background-color:#5edf7a;border-color:rgba(0,0,0,0);color:#fff}.nav-tabs{border:0;margin:0 0 60px;justify-content:center}.nav-tabs .nav-link{padding:8px 20px;border:none;font-weight:700;font-size:14px;background-color:#f4f5f8;border-radius:5px;font-family:var(--font-heading),sans-serif;transition:all .3s}.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover{background-color:#5edf7a;color:#fff}.nav-tabs .nav-link:not(:last-child){margin-right:15px}@media only screen and (max-width:1199px){.nav-tabs .nav-link:not(:last-child){margin-right:5px}}.custom--card{border:2px solid #f3f5f7;border-radius:20px;box-shadow:0 2px 8px 0 rgba(0,0,0,.08)}.custom--card .card-header{background:#5edf7a;padding:20px 25px;border-radius:20px 20px 0 0;border:none}.custom--card .card-header .card-title{color:#fff;font-size:20px;margin-bottom:0;font-weight:700}.custom--card .card-header .card-title i{margin-right:5px}.custom--card .card-header .card-btn a{font-size:12px;padding:5px 15px;font-weight:600}.custom--card .card-header .card-btn a i{margin-right:5px}.custom--card .card-body{padding:20px 30px}@media only screen and (max-width:991px){.custom--card .card-body{padding:20px}}.custom--card .card-body p{font-size:14px;font-family:var(--font-heading),sans-serif}.custom--card .card-body .card-form-wrapper label{font-size:16px;font-weight:600}.custom--card .card-body .card-form-wrapper input{height:50px;border-radius:999px;padding:10px 25px}.custom--card .card-body .card-form-wrapper input:focus{border:1px solid #5edf7a}.custom--card .card-body .card-form-wrapper input::placeholder{color:rgba(74,88,92,.8)}.custom--card .card-body .card-form-wrapper input:disabled{background-color:rgba(79,75,203,.07)}.custom--card .card-body .card-form-wrapper select{height:50px;border-radius:999px;padding:10px 25px}.custom--card .card-body .card-form-wrapper select:focus{border:1px solid #5edf7a}.custom--card .card-body .card-form-wrapper button,.custom--card .card-body .card-form-wrapper input[type=button],.custom--card .card-body .card-form-wrapper input[type=reset],.custom--card .card-body .card-form-wrapper input[type=submit]{padding:14px 40px;font-size:16px}.card-form-wrapper label{font-size:16px;font-weight:600}.card-form-wrapper input{height:50px;border-radius:999px;padding:10px 25px}.card-form-wrapper input:focus{border:1px solid #5edf7a}.card-form-wrapper button,.card-form-wrapper input[type=button],.card-form-wrapper input[type=reset],.card-form-wrapper input[type=submit]{padding:14px 40px;font-size:16px}.d-header-btn a{padding:5px 15px}.modal-content{border-radius:20px}.modal-content .deposit-modal label{font-size:16px;font-weight:600}.modal-content .deposit-modal input{border-radius:999px 0 0 999px;box-shadow:none}.modal-content .deposit-modal select{border-radius:999px}.modal-content .deposit-modal .input-group-text{border-radius:0 999px 999px 0}.modal-content .deposit-modal-btn button,.modal-content .deposit-modal-btn input[type=button],.modal-content .deposit-modal-btn input[type=reset],.modal-content .deposit-modal-btn input[type=submit]{padding:8px 20px}.modal-content .deposit-modal-btn button+button,.modal-content .deposit-modal-btn button+input[type=button],.modal-content .deposit-modal-btn button+input[type=reset],.modal-content .deposit-modal-btn button+input[type=submit],.modal-content .deposit-modal-btn input[type=button]+button,.modal-content .deposit-modal-btn input[type=button]+input[type=button],.modal-content .deposit-modal-btn input[type=button]+input[type=reset],.modal-content .deposit-modal-btn input[type=button]+input[type=submit],.modal-content .deposit-modal-btn input[type=reset]+button,.modal-content .deposit-modal-btn input[type=reset]+input[type=button],.modal-content .deposit-modal-btn input[type=reset]+input[type=reset],.modal-content .deposit-modal-btn input[type=reset]+input[type=submit],.modal-content .deposit-modal-btn input[type=submit]+button,.modal-content .deposit-modal-btn input[type=submit]+input[type=button],.modal-content .deposit-modal-btn input[type=submit]+input[type=reset],.modal-content .deposit-modal-btn input[type=submit]+input[type=submit]{margin-left:10px}.cursor{position:fixed;background-color:#5edf7a;width:10px;height:10px;border-radius:100%;z-index:1;transition:transform .3s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33);-webkit-user-select:none;user-select:none;pointer-events:none;z-index:10000;transform:scale(1)}.cursor.active,.cursor.menu-active{opacity:1;transform:scale(0)}.cursor.hovered{opacity:1}.cursor-follower{position:fixed;border:1px solid #5edf7a;width:30px;height:30px;border-radius:100%;z-index:1;transition:transform .6s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-.27,.3,1.33),background .2s cubic-bezier(.75,-.27,.3,1.33);-webkit-user-select:none;user-select:none;pointer-events:none;z-index:10000;transform:translate(2px,2px)}.cursor-follower.active,.cursor-follower.menu-active{opacity:1;transform:scale(2)}.cursor-follower.hovered{opacity:1}.nice-select .list{left:0!important;right:auto!important}.input-group-prepend .input-group-text{position:relative;z-index:9}.custom-container{padding-left:16px;padding-right:16px}@media(min-width:576px){.custom-container{padding-left:20px;padding-right:20px}}@media(min-width:768px){.custom-container{max-width:740px;padding-left:24px;padding-right:24px}}@media(min-width:992px){.custom-container{max-width:980px;padding-left:28px;padding-right:28px}}@media(min-width:1200px){.custom-container{max-width:1300px;padding-left:36px;padding-right:36px}}@media(min-width:1400px){.custom-container{max-width:1480px;padding-left:48px;padding-right:48px}}@media(min-width:1600px){.custom-container{max-width:1640px;padding-left:60px;padding-right:60px}}input[type=number]{appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}input,select,textarea{--autofill-bg:#ffffff;--selection-color:#0a2f33;--autofill-color:#0a2f33}input:autofill,input:autofill:active,input:autofill:focus,input:autofill:hover,select:autofill,select:autofill:active,select:autofill:focus,select:autofill:hover,textarea:autofill,textarea:autofill:active,textarea:autofill:focus,textarea:autofill:hover{-webkit-text-fill-color:var(--autofill-color)!important;color:var(--autofill-color)!important;caret-color:var(--autofill-color)!important;box-shadow:0 0 0 1000px var(--autofill-bg) inset!important;transition:background-color 5000s ease-in-out 0s!important}input::selection,select::selection,textarea::selection{background:rgba(94,223,122,.3)!important;color:var(--selection-color)!important;-webkit-text-fill-color:var(--selection-color)!important}input::-moz-selection,select::-moz-selection,textarea::-moz-selection{background:rgba(94,223,122,.3)!important;color:var(--selection-color)!important}input:-internal-autofill-selected{-webkit-text-fill-color:var(--autofill-color)!important;color:var(--autofill-color)!important;background-color:var(--autofill-bg)!important;box-shadow:0 0 0 1000px var(--autofill-bg) inset!important}input:-internal-autofill-previewed{-webkit-text-fill-color:var(--autofill-color)!important;color:var(--autofill-color)!important;background-color:var(--autofill-bg)!important;box-shadow:0 0 0 1000px var(--autofill-bg) inset!important}input:-internal-autofill-selected::selection{background:rgba(94,223,122,.3)!important;color:var(--selection-color)!important;-webkit-text-fill-color:var(--selection-color)!important}input:-internal-autofill-previewed::selection{background:rgba(94,223,122,.3)!important;color:var(--selection-color)!important;-webkit-text-fill-color:var(--selection-color)!important}input:autofill{animation-name:qrpayAutofillStart;animation-duration:1ms}h1,h2,h3,h4,h5,h6{clear:both;line-height:1.3em;color:#0c1d20;font-weight:700;-webkit-font-smoothing:antialiased}h1{font-size:55px;font-weight:700}@media only screen and (max-width:991px){h1{font-size:40px}}@media only screen and (max-width:575px){h1{font-size:30px}}h2{font-size:40px;font-weight:700}@media only screen and (max-width:991px){h2{font-size:28px}}@media only screen and (max-width:575px){h2{font-size:24px}}h3{font-size:24px;font-weight:700}@media only screen and (max-width:991px){h3{font-size:18px}}h4{font-size:18px;font-weight:700}@media only screen and (max-width:991px){h4{font-size:16px}}h5{font-size:16px;font-weight:700}@media only screen and (max-width:991px){h5{font-size:14px}}h6{font-size:14px;font-weight:700}h1 a,h1 a:hover,h2 a,h2 a:hover,h3 a,h3 a:hover,h4 a,h4 a:hover,h5 a{color:inherit;text-decoration:none}.section-header{margin-bottom:60px;position:relative}.section-header .section-sub-titel{font-size:14px;font-weight:700;padding:5px 10px;border-radius:5px;background-color:rgba(94,223,122,.2);color:#5edf7a;margin-bottom:20px}@media only screen and (max-width:575px){.section-header .section-sub-titel{font-size:14px}}.section-header .section-sub-titel i{font-size:14px;width:1.25em;color:#5edf7a}@media only screen and (max-width:575px){.section-header .section-sub-titel i{font-size:14px}}@media only screen and (max-width:767px){.section-header .section-sub-titel{font-size:16px;margin-bottom:15px}}@media only screen and (max-width:575px){.section-header .section-sub-titel{font-size:14px;margin-bottom:10px}}.section-header .section-title{color:#0c1d20;font-size:35px;font-weight:700;line-height:1.2em;margin-bottom:20px}@media only screen and (max-width:767px){.section-header .section-title{font-size:30px;margin-bottom:15px}}@media only screen and (max-width:575px){.section-header .section-title{font-size:26px;margin-bottom:10px}.section-header p{font-size:12px}}.banner-other-page{padding:120px 0!important;background-color:#f4f5f8}.banner-other-page .banner-content .title{font-size:50px;font-weight:700!important;margin-bottom:0!important}.banner-other-page .banner-content .banner-btn{margin-top:10px!important}html[dir=rtl] .fa-angle-left,html[dir=rtl] .fa-angle-right,html[dir=rtl] .fa-arrow-left,html[dir=rtl] .fa-arrow-right,html[dir=rtl] .fa-caret-left,html[dir=rtl] .fa-caret-right,html[dir=rtl] .fa-chevron-left,html[dir=rtl] .fa-chevron-right,html[dir=rtl] .fa-external-link-alt,html[dir=rtl] .fa-long-arrow-alt-left,html[dir=rtl] .fa-long-arrow-alt-right,html[dir=rtl] .fa-reply,html[dir=rtl] .fa-share,html[dir=rtl] .fa-sign-in-alt,html[dir=rtl] .fa-sign-out-alt,html[dir=rtl] .la-angle-double-left,html[dir=rtl] .la-angle-double-right,html[dir=rtl] .la-angle-left,html[dir=rtl] .la-angle-right,html[dir=rtl] .la-arrow-left,html[dir=rtl] .la-arrow-right,html[dir=rtl] .la-chevron-left,html[dir=rtl] .la-chevron-right,html[dir=rtl] .la-external-link-alt,html[dir=rtl] .la-long-arrow-alt-left,html[dir=rtl] .la-long-arrow-alt-right,html[dir=rtl] .la-reply,html[dir=rtl] .la-share,html[dir=rtl] .la-sign-in-alt,html[dir=rtl] .la-sign-out-alt{transform:scaleX(-1)}input[type=submit]:hover{color:#fff}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;appearance:button}button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:none}button::-moz-focus-inner,input::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{padding:0;border:0}.btn{transition:all .3s ease .02s}.btn:active,.btn:focus{box-shadow:inset 0 0 0 rgba(0,0,0,.125)}.btn{border:0 solid;border-radius:0;font-weight:500;font-size:16px;transition:all .3s ease 0s}@media only screen and (max-width:767px){.btn{font-size:14px}}.btn-rounded{border-radius:3px}.btn-capsule{border-radius:100px}.btn--primary{background-color:#7367f0}.btn--secondary{background-color:#868e96}.btn--success{background-color:#28c76f}.btn--danger{background-color:#ea5455}.btn--warning{background-color:#ff9f43}.btn--info{background-color:#1e9ff2}.btn--dark{background-color:#10163a}.badge--primary{background-color:#7367f0}.badge--secondary{background-color:#868e96}.badge--success{background-color:#28c76f}.badge--danger{background-color:#ea5455}.badge--warning{background-color:#ff9f43}.badge--info{background-color:#1e9ff2}.badge--dark{background-color:#10163a}.border--primary{border:1px solid #7367f0}.border--secondary{border:1px solid #868e96}.border--success{border:1px solid #28c76f}.border--danger{border:1px solid #ea5455}.border--warning{border:1px solid #ff9f43}.border--info{border:1px solid #1e9ff2}.border--dark{border:1px solid #10163a}.badge{font-weight:700;border-radius:5px;padding:7px 10px;clip-path:polygon(80% 0,100% 50%,82% 100%,0 100%,0 0)}.badge--base{background-color:#5edf7a;color:#fff}.btn--base{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;overflow:hidden;isolation:isolate;background:#5edf7a;color:#0a2f33;border:none;outline:none;border-radius:999px;padding:8px 20px 8px 28px;font-family:var(--font-heading),sans-serif;font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;transform:translateZ(0);transition:color .55s ease}.btn--base:before{content:"";position:absolute;width:100%;aspect-ratio:1/1;border-radius:50%;background:#0a2f33;border:none;left:-100%;top:50%;transform:translateY(-50%) scale(1);z-index:-1;transition:left .65s ease,right .65s ease,transform .65s ease}.btn--base:focus,.btn--base:hover{color:#fff;outline:none;box-shadow:none;border:none}.btn--base:focus:before,.btn--base:hover:before{left:0;transform:translateY(-50%) scale(1.5)}.btn--base:focus .btn-arrow,.btn--base:hover .btn-arrow{transform:rotate(90deg);background:#fff;border-color:#0a2f33;color:#0a2f33}.btn--base .btn-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1.5px solid;font-size:14px;transform:rotate(45deg);transition:transform .4s ease,background .4s ease,border-color .4s ease,color .4s ease}.btn--base.active,.btn--base.btn-active{background:#0a2f33;color:#fff;box-shadow:none}.btn--base.active:before,.btn--base.btn-active:before{background:#5edf7a}.btn--base.active .btn-arrow,.btn--base.btn-active .btn-arrow{border-color:hsla(0,0%,100%,.4)}.btn--base.active:focus,.btn--base.active:hover,.btn--base.btn-active:focus,.btn--base.btn-active:hover{color:#0a2f33;outline:none;box-shadow:none}.btn--base.active:focus .btn-arrow,.btn--base.active:hover .btn-arrow,.btn--base.btn-active:focus .btn-arrow,.btn--base.btn-active:hover .btn-arrow{background:#0a2f33;border-color:#5edf7a;color:#5edf7a}@media only screen and (max-width:991px){.btn--base{padding:10px 16px 10px 22px;font-size:13px;gap:8px}.btn--base .btn-arrow{width:24px;height:24px;padding:5px}}.btn--outline{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;isolation:isolate;background:rgba(0,0,0,0);color:#0a2f33;border:1px solid #0a2f33;outline:none;border-radius:999px;padding:4px 8px 4px 14px;font-family:var(--font-heading),sans-serif;font-size:clamp(13px,1.3vw,17px);font-weight:500;letter-spacing:.01em;cursor:pointer;transform:translateZ(0);transition:color .55s ease,border-color .55s ease}.btn--outline:before{content:"";position:absolute;width:100%;aspect-ratio:1/1;border-radius:50%;background:#5edf7a;border:none;left:-100%;top:50%;transform:translateY(-50%) scale(1);z-index:-1;transition:left .65s ease,right .65s ease,transform .65s ease}.btn--outline:focus,.btn--outline:hover{color:#fff;border-color:#5edf7a;outline:none;box-shadow:none}.btn--outline:focus:before,.btn--outline:hover:before{left:0;transform:translateY(-50%) scale(1.5)}.btn--outline:focus .btn-arrow,.btn--outline:hover .btn-arrow{transform:rotate(90deg);background:#fff;border-color:#5edf7a;color:#5edf7a}.btn--outline .btn-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:50%;border:1.5px solid;font-size:12px;transform:rotate(45deg);transition:transform .4s ease,background .4s ease,border-color .4s ease,color .4s ease}@media only screen and (max-width:991px){.btn--outline{padding:4px 14px 4px 16px;font-size:13px}}.custom-btn{color:#5edf7a!important;font-weight:700}html[dir=rtl] .btn--base:before,html[dir=rtl] .btn--outline:before{left:auto;right:-100%}html[dir=rtl] .btn--base:focus:before,html[dir=rtl] .btn--base:hover:before,html[dir=rtl] .btn--outline:focus:before,html[dir=rtl] .btn--outline:hover:before{right:0}html[dir=rtl] .btn--base{padding:8px 28px 8px 20px}html[dir=rtl] .btn--base .btn-arrow{transform:rotate(-45deg)}html[dir=rtl] .btn--base:focus .btn-arrow,html[dir=rtl] .btn--base:hover .btn-arrow{transform:rotate(-90deg)}@media only screen and (max-width:991px){html[dir=rtl] .btn--base{padding:10px 22px 10px 16px}}html[dir=rtl] .btn--outline .btn-arrow{transform:rotate(-45deg)}html[dir=rtl] .btn--outline:focus .btn-arrow,html[dir=rtl] .btn--outline:hover .btn-arrow{transform:rotate(-90deg)}@media only screen and (max-width:991px){html[dir=rtl] .btn--outline{padding:4px 16px 4px 14px}}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{outline:none}input,textarea{padding:12px 20px}input::placeholder,textarea::placeholder{color:rgba(74,88,92,.7)}textarea{width:100%;display:block;min-height:120px}input,select,textarea{border:1px solid #d5e7e9;vertical-align:baseline;font-size:100%;color:#0c1d20}label{font-size:15px;font-weight:500;margin-bottom:10px;font-family:var(--font-heading),sans-serif;display:block}select{outline:none;cursor:pointer}option{color:#0c1d20}.input-group{margin-bottom:15px;flex-wrap:nowrap}.input-group input{border-radius:0 5px 5px 0;border:1px solid rgba(107,124,147,.15);color:#6b7c93;height:45px}.input-group .nice-select{width:auto;padding:0 30px 0 15px;border:none!important;background-color:#5edf7a!important;color:#fff;line-height:45px}.input-group .nice-select:after{border-bottom:2px solid #fff;border-right:2px solid #fff}.input-group .nice-select .current{color:#fff}.form-control:disabled,.form-control[readonly]{background-color:rgba(94,223,122,.2)}.input-group-append,.input-group-prepend{display:flex}.input-group-append input{border-radius:5px 0 0 5px;border:1px solid #d5e7e9;border-right:none;background-color:#fff}.input-group-prepend .input-group-text{border-radius:5px 0 0 5px}.input-group-text{border:none;font-size:14px;background:#5edf7a;color:#fff;height:45px;border-radius:0 5px 5px 0;font-weight:500}.custom-check-group{display:block;margin-bottom:12px}.custom-check-group input{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.custom-check-group input:checked+label:before{background-color:#5edf7a;border:1px solid #5edf7a}.custom-check-group input:checked+label:after{content:"";display:block;position:absolute;top:3px;left:7px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-check-group label{position:relative;cursor:pointer}.custom-check-group label:before{content:"";appearance:none;background:#fff;border:1px solid #d5e7e9;border-radius:3px;padding:8px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:8px;top:-2px}.form-group{margin-bottom:20px}.form-control{border:1px solid #d5e7e9;font-size:14px;height:50px}.form--control,.form-control:focus{box-shadow:none;border:1px solid #d5e7e9}.form--control{height:45px;border-radius:5px;font-size:15px;font-family:var(--font-heading),sans-serif;font-weight:600;padding:10px 15px;width:100%}.form--control,.form--control:focus{background-color:rgba(0,0,0,0);color:#0c1d20}.form--control:focus{border:1px solid #5edf7a;box-shadow:none}.form--control::placeholder{color:rgba(74,88,92,.7)}.select2-container{flex:0 0 100%;width:100%}.selection{width:100%}.select2-selection--single{width:100%;height:45px!important;outline:none;background:rgba(0,0,0,0)!important;font-size:15px;box-shadow:none;padding:10px;border-radius:5px;vertical-align:top;display:inline-block;border:1px solid #d5e7e9!important;box-sizing:border-box}.select2-selection--single span{margin:0;width:100%;color:#4a585c;line-height:normal;font-weight:600}.select2-container--default .select2-selection--single .select2-selection__arrow{height:auto;position:absolute;top:22px;right:7px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#4a585c rgba(0,0,0,0) rgba(0,0,0,0)}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #4a585c}.submit-btn{padding:12px 20px;color:#fff;background:#08212a;font-weight:600;font-size:14px;border-radius:5px;font-family:var(--font-heading),sans-serif}@media only screen and (max-width:991px){.submit-btn{padding:10px 20px}}.nice-select{height:45px;line-height:45px;border:1px solid #d5e7e9!important;float:unset;padding:0 25px;color:#0c1d20!important}.nice-select .list{background-color:#fff;left:auto;right:0}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#5edf7a;color:#fff}.nice-select .list:hover .option:not(:hover){color:#0c1d20}.select-group{position:relative}.custom-select{background-color:rgba(0,0,0,0);border-radius:5px!important;display:flex;align-items:center;cursor:pointer;border:2px solid #d5e7e9;height:45px}.custom-select.active .custom-select-inner:before{transform:scale(.96,.8) rotate(-50deg)}.custom-select.active .custom-select-inner:after{transform:scale(.96,.8) rotate(50deg)}.custom-select .custom-select-inner{position:relative;flex:1 1;display:flex;align-items:center;padding:5px 16px}.custom-select .custom-select-inner:after,.custom-select .custom-select-inner:before{content:"";display:block;position:absolute;width:5px;height:2px;border-radius:1px;top:50%;right:12px;background:#4a585c;transition:all .3s ease}.custom-select .custom-select-inner:before{margin-right:3px;transform:scale(.96,.8) rotate(50deg)}.custom-select .custom-select-inner:after{transform:scale(.96,.8) rotate(-50deg)}.custom-select img{width:30px;height:30px;border-radius:50%;object-fit:cover;margin-right:10px}.custom-select .custom-currency{color:#0c1d20;font-size:14px;font-weight:600}.custom-select-wrapper{position:absolute;top:75px;left:0;width:100%;background-color:#fff;border:1px solid #d5e7e9;z-index:9;border-radius:15px;margin-left:0!important;border-top-left-radius:15px!important;border-bottom-left-radius:15px!important;transform-origin:top left;transform:scaleY(0);transition:all .3s}.custom-select-wrapper.kyc{top:47px}.custom-select-wrapper.active{transform:scaleY(1)}.custom-select-search-wrapper{position:relative;border-bottom:1px solid #d5e7e9}.custom-select-search-wrapper .search-btn{position:absolute;top:13px;left:20px;padding:0;background-color:rgba(0,0,0,0);font-size:20px;color:#263159}.custom-select-search-wrapper input{padding-left:50px;border:none!important}.custom-select-search-wrapper input:focus{border:none!important}.custom-select-list{max-height:190px;overflow-y:auto}.custom-select-list .custom-option{display:flex;align-items:center;padding:8px 20px;cursor:pointer;transition:all .3s}.custom-select-list .custom-option.active,.custom-select-list .custom-option:hover{background-color:#f7f7f7}.custom-select-list .custom-option img{width:30px;height:30px;border-radius:50%;object-fit:cover;margin-right:20px}.custom-select-list .custom-option .custom-country{flex-basis:100%}.account-form .form-group .show-pass,.show-pass{position:absolute;top:12px;right:25px;font-size:14px;transition:.5s}.show-pass.profile{top:43px}.otp{display:inline-block;width:58px;height:50px;text-align:center;padding:0;border-radius:5px}@media(max-width:480px){.otp{width:53px}}@media(max-width:440px){.otp{width:48px}}@media(max-width:381px){.otp{width:43px;height:45px}}@media(max-width:350px){.otp{width:41px;height:41px}}@media(max-width:330px){.otp{width:39px;height:39px}}.otp:focus{border:3px solid #263159}.otp.required{border:3px solid #ea5455}#time{color:#ea5455}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:5px;border-bottom-left-radius:5px}.bg_img{background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.bg-fixed{background-attachment:fixed}.bg-overlay-base{position:relative}.bg-overlay-base:after{content:"";position:absolute;background-color:#08212a;opacity:.9;width:100%;height:100%;left:0;right:0;top:0;bottom:0}.bg-overlay-base>div{position:relative;z-index:2}@keyframes scroll-down{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes scroll-ver{0%{transform:translateX(0)}50%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes scale{0%{transform:scale(1)}50%{transform:scale(.6)}to{transform:scale(1.1)}}[data-animate]{opacity:0;animation-fill-mode:forwards;animation-duration:.6s;animation-timing-function:ease}@keyframes social-share{0%{opacity:0}to{opacity:1}}@keyframes hg-fadeInUp{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transform:translate3d(0,70px,0)}to{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:translateZ(0)}}.hg-fadeInUp{animation-name:hg-fadeInUp}@keyframes hg-fadeInUp50{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transform:translate3d(0,50px,0)}to{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:translateZ(0)}}.hg-fadeInUp50{animation-name:hg-fadeInUp50}@keyframes hg-fadeInDown{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transform:translate3d(0,-1.25rem,0)}to{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:translateZ(0)}}.hg-fadeInDown{animation-name:hg-fadeInDown}@keyframes hg-fadeInLeft{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transform:translate3d(-50px,0,0)}to{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:translateZ(0)}}.hg-fadeInLeft{animation-name:hg-fadeInLeft}@keyframes hg-fadeInRight{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transform:translate3d(50px,0,0)}to{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:translateZ(0)}}.hg-fadeInRight{animation-name:hg-fadeInRight}@keyframes hg-zoomIn{0%{opacity:0;transform:scale(1.11) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.hg-zoomIn{animation-name:hg-zoomIn}@keyframes hg-zoomOutIn{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transform:scale(1.1)}to{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:scale(1)}}.hg-zoomOutIn{animation-name:hg-zoomOutIn}@keyframes hg-zoomInShort{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transform:scale(.9)}to{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";transform:scale(1)}}.hg-zoomInShort{animation-name:hg-zoomInShort}@keyframes play-pluse{0%{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(.5);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}@keyframes scale-up-one{0%{transform:scale(1)}40%{transform:scale(.8)}to{transform:scale(1)}}@keyframes scale-up-two{0%{transform:scale(.65)}40%{transform:scale(1)}to{transform:scale(.65)}}@keyframes scale-up-three{0%{transform:scale(1)}40%{transform:scale(.6)}to{transform:scale(1)}}@keyframes top-down{0%{transform:translateY(0)}50%{transform:translateY(45px)}to{transform:translateY(0)}}@keyframes down-top{0%{transform:translateY(0)}50%{transform:translateY(-50px)}to{transform:translateY(0)}}@keyframes down-top2{0%{transform:translateY(0)}50%{transform:translateY(40px)}to{transform:translateY(0)}}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate3{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes moveclouds{0%{margin-left:125em}to{margin-left:-125em}}@keyframes scaleIn{0%{transform:scale(.55);opacity:.6}to{transform:scale(3.5);opacity:0}}@keyframes pulseOne{0%{box-shadow:0 0 0 0 rgba(37,96,212,.851),0 0 0 0 rgba(37,96,212,.851);-webkit-box-shadow:0 0 0 0 rgba(37,96,212,.851),0 0 0 0 rgba(37,96,212,.851);-moz-box-shadow:0 0 0 0 rgba(37,96,212,.851),0 0 0 0 rgba(37,96,212,.851)}40%{box-shadow:0 0 0 20px rgba(37,96,212,0),0 0 0 0 rgba(37,96,212,.851);-webkit-box-shadow:0 0 0 20px rgba(37,96,212,0),0 0 0 0 rgba(37,96,212,.851);-moz-box-shadow:0 0 0 20px rgba(37,96,212,0),0 0 0 0 rgba(37,96,212,.851)}80%{box-shadow:0 0 0 20px rgba(37,96,212,0),0 0 0 20px rgba(37,96,212,0);-webkit-box-shadow:0 0 0 20px rgba(37,96,212,0),0 0 0 20px rgba(37,96,212,0);-moz-box-shadow:0 0 0 20px rgba(37,96,212,0),0 0 0 20px rgba(37,96,212,0)}to{box-shadow:0 0 0 0 rgba(37,96,212,0),0 0 0 0 rgba(37,96,212,0);-webkit-box-shadow:0 0 0 0 rgba(37,96,212,0),0 0 0 0 rgba(37,96,212,0);-moz-box-shadow:0 0 0 0 rgba(37,96,212,0),0 0 0 0 rgba(37,96,212,0)}}@keyframes bgOverlay{0%{width:0;right:0}50%{width:100%}to{width:0;right:auto;left:0}}@keyframes giraffe{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes giraffe2{0%{transform:translateX(0)}50%{transform:translateX(40px)}to{transform:translateX(0)}}@keyframes fade-in-bottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-up{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-left{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}.fade-in-bottom{animation:fade-in-bottom .6s cubic-bezier(.39,.575,.565,1) both}.fade-in-up{animation:fade-in-up .6s cubic-bezier(.39,.575,.565,1) both}.fade-in-left{animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1) both}.fade-in-right{animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1) both}.animation-circle-inverse>span{background:#179cd8;right:0;position:absolute;height:100px;width:100px;border-radius:100%;opacity:.3;transform:scale(1.3);animation:circleWater 4s linear infinite}.animation-circle-inverse>span:nth-child(2){animation:circleWater2 4s linear infinite}.animation-circle-inverse>span:nth-child(3){animation:circleWater3 4s linear infinite}@keyframes circleWater{0%{transform:scale(5.5);opacity:.3}to{transform:scale(8.5);opacity:0}}@keyframes circleWater2{0%{transform:scale(3.5)}to{transform:scale(5.5)}}@keyframes circleWater3{0%{transform:scale(1.5)}to{transform:scale(3.5)}}@keyframes zoominoutsinglefeatured{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes colorchange{0%{background:#2dbb6c}25%{background:red}50%{background:blue}75%{background:#000}to{background:#2dbb6c}}@keyframes slides{0%{width:0}to{width:100%}}@keyframes square{0%{transform:translateY(0)}to{transform:translateY(-100vh) rotate(600deg)}}@keyframes ripple{0%,35%{transform:scale(0);opacity:1}50%{transform:scale(1.5);opacity:.8}to{opacity:0;transform:scale(2)}}.header-section{position:fixed;top:0;left:0;right:0;margin:0;z-index:999;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:0;box-shadow:none;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,border-radius .22s ease,margin .28s ease}.header-section .main-menu li a{color:hsla(0,0%,100%,.92)!important;text-shadow:0 1px 6px rgba(0,0,0,.35)}.header-section.header-fixed{position:fixed!important;z-index:999;background:#fff;border:none}.header-section.header-fixed .main-menu li a{color:#3a3a4a!important;text-shadow:none}.header-section.header-fixed .navbar-toggler span{color:#3a3a4a!important}.header-section.header-fixed .site-logo__on-hero{display:none!important}.header-section.header-fixed .site-logo__on-white{display:inline-flex!important}.header-section.header-fixed .header-action__greeting{color:#3a3a4a!important}.header-section:has(.menu_has_children.submenu-open){margin:10px 10px 0;background:#fff;border-color:rgba(0,0,0,.08) rgba(0,0,0,.08) rgba(0,0,0,0);box-shadow:0 4px 28px rgba(0,0,0,.1);border-radius:14px 14px 0 0;transition:border-color .28s ease,box-shadow .28s ease,border-radius .22s ease,margin .28s ease}.header-section:has(.menu_has_children.submenu-open) .main-menu li a{color:#3a3a4a!important;text-shadow:none}.header-section:has(.menu_has_children.submenu-open) .site-logo__on-hero{display:none!important}.header-section:has(.menu_has_children.submenu-open) .site-logo__on-white{display:inline-flex!important}.header-section:has(.menu_has_children.submenu-open) .header-action__greeting{color:#3a3a4a!important}.header-section .header{background-color:rgba(0,0,0,0);width:100%;z-index:9}.header-section .header-bottom-area{position:relative;padding:2px 0;background:rgba(0,0,0,0)!important;border-bottom:0}.header-section .header-bottom-area .header-menu-content{width:100%}.header-section .header-bottom-area .navbar{align-items:center;min-height:56px;position:static}.header-section .header-bottom-area .navbar-expand-lg{background-color:rgba(0,0,0,0)}.header-section .header-bottom-area .navbar .site-logo{display:inline-flex;align-items:center;margin-inline-end:24px;max-width:150px}.header-section .header-bottom-area .navbar .site-logo img{max-width:160px;width:100%;height:auto}.header-section .header-bottom-area .navbar .site-logo__on-white{display:none}html[dir=rtl] .header-section .header-bottom-area .navbar .navbar-toggler.ms-auto{margin-left:0!important;margin-right:auto!important}.header-section .header-bottom-area .navbar .navbar-toggler{padding:0;background:none!important;border:none!important}.header-section .header-bottom-area .navbar .navbar-toggler:focus{box-shadow:none}.header-section .header-bottom-area .navbar .navbar-toggler span{display:inline-block;background:none;border:none;font-size:22px;line-height:1;color:hsla(0,0%,100%,.92);transition:color .28s ease}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-nav{margin-left:auto;margin-right:auto}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu{align-items:center}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li{position:unset;padding-inline-end:30px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li:last-child{padding-inline-end:0;margin-inline-end:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a{position:relative;display:inline-block;padding:22px 0;font-weight:500;font-size:14px!important;transition:color .25s,text-shadow .28s;z-index:9}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a i{position:relative;top:1px;transition:transform .25s}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a:after{display:none}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a:hover{color:#5edf7a!important;text-shadow:none}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children{position:unset}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children>a i{font-size:12px;margin-left:5px;transition:transform .25s ease}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children.submenu-open>a i{transform:rotate(180deg)}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu{position:absolute;top:100%;left:-1px;right:-1px;width:auto;min-width:unset;max-width:unset;padding:0;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-top:none;border-radius:0 0 14px 14px;box-shadow:0 20px 50px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:10}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu>.container{padding-top:28px;padding-bottom:32px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu li a{display:block;width:100%;padding:0;font-size:13px;color:#0f1117!important;transition:color .2s ease}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu li a:before{display:none}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid{display:flex;gap:0;align-items:flex-start}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main{flex:1 1;min-width:0;padding-right:48px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-label{display:block;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:rgba(15,17,23,.4);margin-bottom:14px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}@media(min-width:1600px){.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items{grid-template-columns:repeat(3,1fr)}}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item{position:relative;display:flex;flex-direction:column;gap:2px;text-decoration:none;border-radius:8px;padding:8px 10px!important;border:1.5px solid rgba(0,0,0,0);background:rgba(0,0,0,0);transition:background .22s ease,border-color .22s ease,color .22s ease}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item:hover{background:#0a2f33;border-color:#0a2f33}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item:hover .sub-item-head .title{color:#fff}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item:hover .sub-item-head i{color:#5edf7a!important;transform:translateX(3px)}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item:hover>p{color:hsla(0,0%,100%,.62)}html[dir=rtl] .header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item:hover .sub-item-head i{transform:translateX(-3px)}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item .sub-item-head{display:flex;align-items:center;gap:7px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item .sub-item-head i{flex-shrink:0;font-size:20px;width:24px;text-align:center;transition:color .22s ease,transform .22s ease;color:#5edf7a}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item .sub-item-head .title{font-size:16px;font-weight:600;margin:0;color:#111827;transition:color .22s ease;line-height:1.3}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item>p{font-size:13px;font-weight:400;line-height:1.45;color:rgba(17,24,39,.45);margin:0;padding-inline-start:31px;transition:color .22s ease}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super{flex:0 0 220px;border-right:1px solid rgba(0,0,0,.07);padding-right:32px;margin-right:48px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .sub-menu-label{display:block;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:rgba(15,17,23,.4);margin-bottom:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .super-link__title{font-family:var(--font-heading),sans-serif;font-size:clamp(18px,1.6vw,22px);font-weight:700;line-height:1.15;color:#111827;margin:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .super-link__desc{font-size:13px;line-height:1.55;color:rgba(17,24,39,.5);margin:0;flex:1 1}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .super-link__btn{display:inline-flex;align-items:center;gap:8px;font-size:13px;padding:8px 18px;margin-top:4px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links{flex:0 0 220px;border-left:1px solid rgba(0,0,0,.07);padding-left:48px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links .sub-menu-label{display:block;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:rgba(15,17,23,.4);margin-bottom:14px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links .sub-menu-quicklinks{display:flex;flex-direction:column;gap:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links .sub-menu-quicklinks a{display:block;font-size:14px;font-weight:500;color:#111827!important;padding:5px 8px!important;border-radius:6px;text-decoration:none;transition:background-color .18s ease,color .18s ease}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links .sub-menu-quicklinks a:hover{background-color:rgba(0,0,0,.04);color:#5edf7a!important}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children.submenu-open .sub-menu{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right{display:flex;align-items:center;gap:12px;margin-left:auto}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action{display:flex;align-items:center;margin-left:20px;gap:12px}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action a{display:flex}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action__greeting{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.92);white-space:nowrap}@media only screen and (max-width:991px){.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action__greeting{display:none}}.header-section .icon--green{color:#16a34a!important}.header-section .icon--blue{color:#2563eb!important}.header-section .icon--purple{color:#7c3aed!important}.header-section .icon--orange{color:#d97706!important}.header-section .icon--red{color:#dc2626!important}.header-section .icon--teal{color:#0d9488!important}.header-section .icon--pink{color:#db2777!important}.header-section .icon--indigo{color:#4f46e5!important}@media only screen and (max-width:1199px){.header-section{margin:0!important;border-radius:0!important}.header-section.header-fixed{background:#fff!important;border-color:rgba(0,0,0,.08)!important;box-shadow:0 2px 12px rgba(0,0,0,.07)!important}.header-section.header-fixed .main-menu li a{color:#3a3a4a!important;text-shadow:none!important}.header-section:has(.navbar-collapse.show){margin:10px!important;border-radius:12px 12px 0 0!important;background:#0a2f33!important;border-color:rgba(0,0,0,0)!important;box-shadow:none!important}.header-section:has(.navbar-collapse.show) .main-menu li a{text-shadow:none!important}.header-section:has(.navbar-collapse.show) .site-logo__on-hero{display:inline-flex!important}.header-section:has(.navbar-collapse.show) .site-logo__on-white{display:none!important}.header-section:has(.navbar-collapse.show) .navbar-toggler span:before{content:""}.header-section .header-bottom-area{background:rgba(0,0,0,0)!important;padding:6px 12px;position:static!important}.header-section .header-bottom-area .navbar{position:static}.header-section .header-bottom-area .navbar .site-logo{max-width:130px}.header-section .header-bottom-area .navbar .navbar-collapse{position:absolute;top:100%;left:0;right:0;z-index:100}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-nav{margin-left:0}.header-section .header-bottom-area .navbar .navbar-collapse.collapsing,.header-section .header-bottom-area .navbar .navbar-collapse.show{background:#0a2f33;border-radius:0 0 16px 16px;padding:8px 20px 24px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu{padding:4px 0 0;align-items:flex-start}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li{padding-right:0!important;width:100%}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a{display:flex;align-items:center;justify-content:space-between;width:100%;height:auto;padding:13px 0!important;font-size:15px!important;font-weight:600!important;color:hsla(0,0%,100%,.92)!important;text-shadow:none!important}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a i{font-size:11px;margin-left:0;opacity:.55;transition:transform .25s ease,opacity .2s;flex-shrink:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a:hover{color:#5edf7a!important}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li a:hover i{opacity:1}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li:last-child>a{border-bottom:none}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.show>a i{transform:rotate(180deg);opacity:1}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu{position:static;width:100%;left:auto;right:auto;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none;display:none;margin:0 0 6px 6px;padding:6px 0 10px 14px;background-color:rgba(0,0,0,0);border:none;border-left:2px solid hsla(0,0%,100%,.18);border-radius:0;box-shadow:none}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu>.container{padding:0;max-width:100%}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu li a{color:hsla(0,0%,100%,.78)!important;border-bottom:none;font-weight:400!important;font-size:14px!important;padding:5px 0!important;justify-content:flex-start}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid{flex-direction:column;gap:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super{display:none;flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px;margin:0 0 10px;background:rgba(94,223,122,.1);border-radius:10px;border:1px solid rgba(94,223,122,.18)}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .sub-menu-label{font-size:9px;letter-spacing:2px;color:hsla(0,0%,100%,.38);margin-bottom:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .super-link__title{font-size:18px;font-weight:700;color:#fff;margin:0;line-height:1.2}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .super-link__desc{display:block;font-size:12.5px;line-height:1.5;color:hsla(0,0%,100%,.5);margin:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--super .super-link__btn{font-size:12px;padding:7px 16px;margin-top:2px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main{padding-right:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-label{font-size:9px;letter-spacing:2px;color:hsla(0,0%,100%,.32);margin-bottom:8px;margin-top:2px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items{grid-template-columns:1fr}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item{padding:5px 4px!important;gap:0;border-radius:6px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item:hover{background-color:hsla(0,0%,100%,.07)}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item:hover .sub-item-head .title{color:#5edf7a}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item .sub-item-head{display:flex!important;align-items:center!important;gap:8px!important}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item .sub-item-head i{flex:0 0 20px!important;width:20px!important;min-width:20px!important;max-width:20px!important;text-align:left!important;font-size:15px;opacity:.85;display:inline-block!important;overflow:visible}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item .sub-item-head .title{flex:1 1!important;min-width:0!important;color:hsla(0,0%,100%,.88);font-size:14px;font-weight:500;transition:color .18s;line-height:1.3;margin:0}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--main .sub-menu-items a.sub-menu-item>p{display:none}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links{border-left:none;border-top:1px solid hsla(0,0%,100%,.1);padding-left:0;padding-top:10px;margin-top:10px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links .sub-menu-label{font-size:9px;letter-spacing:2px;color:hsla(0,0%,100%,.32);margin-bottom:8px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links .sub-menu-quicklinks a{color:hsla(0,0%,100%,.68)!important;font-size:13px;font-weight:400;padding:4px!important;border-radius:5px}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children .sub-menu .sub-menu-grid .sub-menu-col--links .sub-menu-quicklinks a:hover{background:hsla(0,0%,100%,.07);color:#5edf7a!important}.header-section .header-bottom-area .navbar .navbar-collapse .main-menu li.menu_has_children.show .sub-menu{display:block!important}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right{display:flex;align-items:center;gap:10px;margin-left:0;padding-top:16px;margin-top:8px;border-top:1px solid hsla(0,0%,100%,.1)}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action{display:flex;align-items:center;width:100%;gap:10px;margin-left:0}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action a{display:inline-block;flex:1 1;text-align:center}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action .btn{color:hsla(0,0%,100%,.88)!important;border:1px solid hsla(0,0%,100%,.28)!important;border-radius:999px;padding:9px 16px;font-size:14px}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action .btn:hover{border-color:hsla(0,0%,100%,.55)!important;color:#fff!important;background-color:rgba(0,0,0,0)}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action .btn-active{margin-left:0;padding:9px 16px;font-size:14px}}@media only screen and (max-width:767px){.header-section .header-bottom-area .header-menu-content{padding:0}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action .btn{padding:8px 12px;font-size:13px}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action .btn-active{padding:8px 16px;font-size:13px}}@media only screen and (max-width:480px){.header-section .header-bottom-area .navbar .site-logo{max-width:110px}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action{margin-left:4px}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action .btn{padding:7px 10px;font-size:12px}.header-section .header-bottom-area .navbar .navbar-collapse .navbar-right .header-action .btn-active{padding:7px 14px;font-size:12px;margin-left:4px}}:root{--color-bg-dark:#08212a;--color-text:#ffffff;--color-accent-from:#5edf7a;--color-accent-to:#0a2f33;--color-border:rgba(255,255,255,0.10);--color-glow:rgba(94,223,122,0.55);--radius-card:20px;--header-height:69px;--hero-gradient:radial-gradient(circle at 18% 24%,rgba(94,223,122,0.22),transparent 50%),radial-gradient(circle at 86% 84%,rgba(255,255,255,0.06),transparent 48%),linear-gradient(135deg,#0a2f33,#000000);--morph-image:url(/assets/images/banner/green-sweter-girl.webp)}.hero{position:relative;display:flex;align-items:flex-start;min-height:100vh;padding:160px 0 90px;overflow:clip;background:#08212a;color:var(--color-text)}.hero:not(.hero--has-image){--morph-image:none}.hero__bg{position:absolute;inset:0;z-index:2;overflow:hidden;pointer-events:none;will-change:top,left,width,height;transform:translateZ(0)}.hero__bg-inner{position:absolute;inset:0;background-image:var(--morph-image),var(--hero-gradient);background-repeat:no-repeat,no-repeat;background-size:cover,cover;background-position:top,50%;background-color:var(--color-bg-dark);transform-origin:0 0;will-change:transform}.hero__bg:after{content:"";z-index:1;border-radius:inherit;opacity:var(--morph-scrim,0);background:linear-gradient(180deg,transparent 32%,rgba(94,223,122,.3) 68%,rgba(94,223,122,.88))}.hero__bg:after,.hero__overlay{position:absolute;inset:0;pointer-events:none}.hero__overlay{z-index:3;background:linear-gradient(90deg,rgba(8,33,42,.88),rgba(8,33,42,.5) 40%,rgba(8,33,42,.12) 68%,transparent),linear-gradient(180deg,transparent 55%,rgba(8,33,42,.55))}.hero__content{position:relative;z-index:4;width:100%;max-width:600px;margin:0;text-align:start;will-change:transform,opacity}.hero__title{margin-bottom:22px;font-family:var(--font-heading),sans-serif;font-size:clamp(40px,4.8vw,78px);font-weight:700;line-height:1.04;color:var(--color-text);text-shadow:0 2px 30px rgba(0,0,0,.5)}.hero__title span{color:var(--color-accent-from)}.hero__subtitle{max-width:480px;margin:0 0 38px;font-size:clamp(16px,1.25vw,18px);line-height:1.7em;color:rgba(255,255,255,.88);text-shadow:0 1px 18px rgba(0,0,0,.5)}.hero__cta,.hero__subtitle{font-family:var(--font-body),sans-serif}.hero__cta{display:inline-flex;align-items:center;gap:10px;padding:15px 36px;border:none;border-radius:999px;background:var(--color-accent-from);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 12px 34px rgba(94,223,122,.3);transition:transform .3s ease,box-shadow .3s ease}.hero__cta,.hero__cta:hover{color:var(--color-accent-to)}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(94,223,122,.42)}.hero__card{position:absolute;z-index:4;left:0;right:0;bottom:7%;margin:0 auto;width:clamp(270px,24vw,360px);pointer-events:none;will-change:transform,opacity}.hero__card .features__card{aspect-ratio:4/5}.hero__scroll-cue{bottom:15px;z-index:4;width:26px;height:42px;border:2px solid rgba(255,255,255,.45);transform:translateX(-50%)}.hero__scroll-cue,.hero__scroll-cue span{position:absolute;left:50%;border-radius:999px}.hero__scroll-cue span{top:8px;width:4px;height:8px;margin-left:-2px;background:var(--color-accent-from);animation:heroScrollCue 1.6s ease-in-out infinite}.hero__lines{position:absolute;inset-inline-end:3%;bottom:8%;z-index:4;pointer-events:none;text-align:end}.hero__lines-cue{display:flex;justify-content:flex-end;margin-bottom:10px}.hero__lines-cue img{display:block;width:auto;height:clamp(36px,3.8vw,58px);opacity:.9;animation:linesCueDrip 1.4s ease-in-out infinite}.hero__lines-list{list-style:none;margin:0;padding:0}.hero__lines-item{font-family:var(--font-heading),sans-serif;font-size:clamp(12px,1.4vw,26px);font-weight:900;line-height:1.2;letter-spacing:-.02em;text-transform:uppercase;color:rgba(255,255,255,.08);transition:color .55s ease,text-shadow .55s ease}.hero__lines-item.is-active{color:rgba(255,255,255,.92);text-shadow:0 0 36px rgba(255,255,255,.22)}@media only screen and (max-width:1199px){.hero{padding:140px 0 80px}.hero__card{display:none}.hero__bg-inner{background-size:cover,cover;background-position:62% top,50%}.hero__lines{inset-inline-end:2%;bottom:6%}.hero__lines-cue img{height:clamp(28px,3.2vw,46px)}.hero__lines-item{font-size:clamp(11px,1.6vw,22px)}}@media only screen and (max-width:767px){.hero{padding:130px 0 48px}.hero__content{max-width:100%}.hero__subtitle{font-size:16px;margin-bottom:28px}.hero__scroll-cue{display:none}.hero__cta{gap:8px;padding:12px 26px;font-size:14px;box-shadow:0 8px 22px rgba(94,223,122,.28)}.hero__lines{inset-inline-end:3%;bottom:5%}.hero__lines-item{font-size:clamp(10px,2.6vw,16px)}}@media only screen and (max-width:575px){.hero{min-height:auto}}@keyframes heroScrollCue{0%{transform:translateY(0);opacity:1}to{transform:translateY(14px);opacity:0}}@keyframes linesCueDrip{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.features{position:relative;padding:110px 0 120px;background:#08212a;color:#ffffff}@media(min-width:1200px){.features{display:flex;align-items:center;min-height:100vh;padding:calc(110px + var(--header-height)) 0 110px}.features>.container{width:100%}}.features__head{margin:clamp(48px,5.5vw,80px) 0 0}.features__eyebrow{font-family:var(--font-body),sans-serif;font-size:13px;font-weight:700;letter-spacing:.14em;color:hsla(0,0%,100%,.45);line-height:1.7;margin-bottom:12px}.features__eyebrow,.features__title{text-transform:uppercase;text-align:center}.features__title{margin:0;font-family:var(--font-heading),sans-serif;font-size:clamp(26px,3vw,48px);font-weight:900;line-height:1;letter-spacing:-.02em;color:#fff}.features__row{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:28px;isolation:isolate}.features__card{position:relative;display:flex;flex-direction:column;aspect-ratio:1/1;padding:20px;border-radius:var(--radius-card);background:var(--color-bg-dark);box-shadow:0 10px 30px rgba(0,0,0,.22);transition:transform .4s ease,box-shadow .4s ease}.features__card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(0,0,0,.18)}.features__card .features__card-bg{position:absolute;inset:0;z-index:0;border-radius:inherit;background-image:var(--card-img),var(--hero-gradient);background-repeat:no-repeat,no-repeat;background-size:cover,cover;background-position:50%,50%;background-color:var(--color-bg-dark);will-change:transform,opacity;transform:translateZ(0);transition:opacity .3s ease}.features__card:after{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;background:linear-gradient(180deg,transparent 32%,rgba(94,223,122,.3) 68%,rgba(94,223,122,.88))}.features__card-body{position:relative;z-index:2;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;align-items:flex-start}.features__badge{font-family:var(--font-body),sans-serif;font-size:13px;font-weight:600;color:#ffffff;text-shadow:0 1px 8px rgba(0,0,0,.45);text-transform:uppercase}.features__card-bottom{display:flex;flex-direction:column;align-items:flex-start;width:100%}.features__pill{display:inline-flex;align-items:center;margin-bottom:16px;padding:5px 18px;border-radius:999px;background:rgba(0,0,0,0);font-family:var(--font-body),sans-serif;font-size:13px;font-weight:600;color:hsla(0,0%,100%,.88);border:1px solid rgba(94,223,122,.5)}.features__card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;width:100%}.features__card-title{margin:0;font-family:var(--font-heading),sans-serif;font-size:clamp(20px,1.8vw,26px);font-weight:700;line-height:1.15;color:#08212a}.features__more{flex-shrink:0;display:inline-flex;padding:0;border:none;background:rgba(0,0,0,0);color:#08212a;font-size:22px;line-height:1;cursor:pointer;transition:opacity .3s ease}.features__more:hover{opacity:.6}.features__desc{width:100%;max-height:0;margin:0;opacity:0;overflow:hidden;font-family:var(--font-body),sans-serif;font-size:14px;line-height:1.6;color:rgba(8,33,42,.82);transition:max-height .45s ease,opacity .35s ease,margin-top .45s ease}.features__card.is-open .features__desc{max-height:260px;margin-top:12px;opacity:1}.features__card.is-spreading{transition:box-shadow .4s ease}.features__card--featured{z-index:1}.features__card--featured .features__card-bg{background-image:var(--morph-image),var(--hero-gradient);opacity:0}.features__card--featured.is-alive .features__card-bg{opacity:1}.features__card--hero{background:rgba(0,0,0,0);border:1.5px solid rgba(255,255,255,.5);box-shadow:none}@media(min-width:1200px)and (max-width:1440px){.features__card{aspect-ratio:4/3}}@media only screen and (max-width:991px){.features{min-height:auto;padding:80px 0 90px}.features__row{grid-template-columns:1fr;gap:24px;max-width:420px;margin:0 auto}}.footer-section{position:relative;overflow:hidden}.footer-section--waves{background-image:url(/assets/images/footer/green-abstract-waves.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.footer-section:before{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.88);z-index:0;pointer-events:none}.footer-section .container,.footer-section .footer-bottom-bar{position:relative;z-index:1}.footer-main-row{padding-top:56px;padding-bottom:48px;border-bottom:1px solid rgba(10,47,51,.1)}@media(max-width:1199px){.footer-main-row{padding-top:48px;padding-bottom:40px}}@media(max-width:991px){.footer-main-row{padding-top:40px;padding-bottom:32px}}@media(max-width:767px){.footer-main-row{padding-top:36px;padding-bottom:28px}}.footer-display{font-family:var(--font-heading),sans-serif;font-size:clamp(36px,5.5vw,80px);font-weight:900;line-height:1.1;letter-spacing:.04em;text-transform:uppercase;color:#0a2f33;margin:0}.footer-cta{border-left:3px solid #5edf7a;padding-left:28px}@media(max-width:991px){.footer-cta{padding-left:20px}}.footer-cta__title{font-family:var(--font-heading),sans-serif;font-size:clamp(18px,1.8vw,24px);font-weight:900;color:#0a2f33;letter-spacing:-.01em;line-height:1.2;margin:0 0 12px}.footer-cta__label{font-size:11px;font-weight:700;color:rgba(10,47,51,.45);text-transform:uppercase;letter-spacing:.1em;margin:0 0 10px}.footer-cta__bullets{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:6px}.footer-cta__bullets li{font-size:13px;color:rgba(10,47,51,.65);line-height:1.5;padding-left:16px;position:relative}.footer-cta__bullets li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#5edf7a}.footer-subscribe{display:flex;flex-direction:column;gap:12px}.footer-subscribe__field{position:relative;display:flex;align-items:center}.footer-subscribe__field--plain input{padding-inline-end:20px}.footer-subscribe input{width:100%;padding:16px 60px 16px 20px;border:1.5px solid rgba(10,47,51,.16);border-radius:100px;background:rgba(10,47,51,.04);font-size:14px;color:#0a2f33;outline:none;transition:border-color .22s ease,background .22s ease}.footer-subscribe input::placeholder{color:rgba(10,47,51,.38)}.footer-subscribe input:focus{border-color:#5edf7a;background:rgba(94,223,122,.06)}.footer-subscribe button,.footer-subscribe input[type=button],.footer-subscribe input[type=reset],.footer-subscribe input[type=submit]{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:#0a2f33;color:#fff;font-size:16px;cursor:pointer;transition:background .22s ease,transform .22s ease;flex-shrink:0}.footer-subscribe button:hover,.footer-subscribe input[type=button]:hover,.footer-subscribe input[type=reset]:hover,.footer-subscribe input[type=submit]:hover{background:#5edf7a;color:#0a2f33;transform:translateY(-50%) scale(1.08)}.footer-subscribe button:active,.footer-subscribe input[type=button]:active,.footer-subscribe input[type=reset]:active,.footer-subscribe input[type=submit]:active{transform:translateY(-50%) scale(.96)}.footer-links-row{padding-top:36px;padding-bottom:36px}@media(max-width:991px){.footer-links-row{padding-top:28px;padding-bottom:28px}}@media(max-width:767px){.footer-links-row{padding-top:24px;padding-bottom:24px}}.footer-links-label{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(10,47,51,.38);margin-bottom:14px}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.footer-links-list a{display:inline-flex;align-items:center;gap:6px;padding:6px 10px 6px 14px;border-radius:100px;border:1.5px solid rgba(10,47,51,.2);font-size:13px;font-weight:500;color:rgba(10,47,51,.75);text-decoration:none;white-space:nowrap;transition:background .22s ease,border-color .22s ease,color .22s ease}.footer-links-list a i{font-size:13px;color:#5edf7a;flex-shrink:0;transition:transform .22s ease}.footer-links-list a:hover{background:#0a2f33;border-color:#0a2f33;color:#fff}.footer-links-list a:hover i{color:#5edf7a;transform:translateX(3px)}.footer-email-link{display:block;font-family:var(--font-heading),sans-serif;font-size:clamp(14px,1.8vw,22px);font-weight:800;color:#0a2f33;text-decoration:none;letter-spacing:-.01em;line-height:1.2;margin-bottom:20px;transition:color .22s ease}.footer-email-link:hover{color:#5edf7a}.footer-social__links{display:flex;gap:8px}.footer-social__link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(10,47,51,.2);color:rgba(10,47,51,.7);font-size:16px;text-decoration:none;transition:background .22s ease,border-color .22s ease,color .22s ease}.footer-social__link:hover{background:#0a2f33;border-color:#0a2f33;color:#fff}.footer-bottom-bar{border-top:1px solid rgba(10,47,51,.1);padding:20px 0}.footer-bottom-bar .container{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bottom-bar__brand{display:flex;align-items:center;gap:10px}.footer-bottom-bar__brand img{height:32px;width:auto;display:block}.footer-bottom-bar__copy{font-size:12px;font-weight:500;color:rgba(10,47,51,.45);letter-spacing:.03em;margin:0}@media(max-width:575px){.footer-bottom-bar__copy{order:3;width:100%;text-align:center}.footer-lang{order:2}}.footer-lang .udash-select__panel{top:auto;bottom:calc(100% + 8px);min-width:180px}[dir=rtl] .footer-cta{border-left:none;border-right:3px solid #5edf7a;padding-left:0;padding-right:28px}@media(max-width:991px){[dir=rtl] .footer-cta{padding-right:20px}}[dir=rtl] .footer-cta__bullets li{padding-left:0;padding-right:16px}[dir=rtl] .footer-cta__bullets li:before{left:auto;right:0}[dir=rtl] .footer-subscribe input{padding:16px 20px 16px 60px}[dir=rtl] .footer-subscribe .footer-subscribe__field--plain input{padding:16px 20px}[dir=rtl] .footer-subscribe button,[dir=rtl] .footer-subscribe input[type=button],[dir=rtl] .footer-subscribe input[type=reset],[dir=rtl] .footer-subscribe input[type=submit]{right:auto;left:8px}[dir=rtl] .footer-subscribe button i,[dir=rtl] .footer-subscribe input[type=button] i,[dir=rtl] .footer-subscribe input[type=reset] i,[dir=rtl] .footer-subscribe input[type=submit] i{transform:rotate(180deg)}[dir=rtl] .footer-links-list a{padding:6px 14px 6px 10px}[dir=rtl] .footer-links-list a i{transform:rotate(180deg)}[dir=rtl] .footer-links-list a:hover i{transform:rotate(180deg) translateX(3px)}.footer-subscribe__status-slot:empty{display:none}.footer-subscribe__status{display:flex;align-items:flex-start;gap:7px;margin:10px 0 0;font-size:13px;line-height:1.5}.footer-subscribe__status i{font-size:15px;line-height:1.35;flex-shrink:0}.footer-subscribe__status--success{color:#0a2f33}.footer-subscribe__status--success i{color:#5edf7a}.footer-subscribe__status--error{color:#c0392b}.footer-subscribe button:disabled,.footer-subscribe input[type=button]:disabled,.footer-subscribe input[type=reset]:disabled,.footer-subscribe input[type=submit]:disabled{opacity:.65;pointer-events:auto;cursor:not-allowed}.footer-subscribe button:disabled .la-spinner,.footer-subscribe input[type=button]:disabled .la-spinner,.footer-subscribe input[type=reset]:disabled .la-spinner,.footer-subscribe input[type=submit]:disabled .la-spinner{animation:footerSubscribeSpin .9s linear infinite}@keyframes footerSubscribeSpin{to{transform:rotate(1turn)}}.footer-subscribe__captcha{display:flex;margin-top:14px}@media(max-width:400px){.footer-subscribe__captcha{transform:scale(.82);transform-origin:left top}}.rtl{direction:rtl}.rtl .app-btn-area .app-btn .content{padding-right:15px;padding-left:0}.rtl .header-bottom-area .navbar-collapse .main-menu li{padding-left:35px;padding-right:0}.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child{padding-left:0;margin-left:0}.rtl .banner-floting-right-area .banner-floting-right-list li i{margin-right:0;margin-left:10px}.rtl .banner-floting-right-area .banner-floting-right-content .link-area i{transform:rotate(180deg)}.rtl .how-it-works-item .process-devider:after{content:"";right:unset;left:-30px}.rtl .about-section .about-thumb-area .about-thumb{text-align:left}.rtl .about-section .about-item-wrapper .about-content-item .title-area{padding-left:0;padding-right:15px}.rtl .security-item .icon{margin-right:0;margin-left:20px}.rtl .map-section .map-content .content-bottom a i{transform:rotate(180deg)}.rtl .testimonial-item .testimonial-user-area .user-area img{margin-right:0;margin-left:10px}.rtl .footer-widget .footer-content-bottom .footer-list li a i{margin-right:0!important;margin-left:.25rem!important}.rtl .footer-widget .footer-list.two li input{padding-left:15px;padding-right:35px}.rtl .footer-widget .footer-list.two li .input-icon{left:unset;right:12px}.rtl .slider-nav-area{direction:ltr}.rtl .faq-wrapper .faq-item .right-icon{right:unset;left:-15px}.rtl .blog-thumb .category{position:absolute;right:0;left:unset;border-radius:10px 0 0 0}.rtl .blog-btn a i{transform:rotate(180deg);top:0}.rtl .widget-box .widget-title:before{left:unset;right:-30px}.rtl .single-popular-item .popular-item-content{padding-left:0;padding-right:20px}.rtl .category-widget-box .category-list li span{float:left}.rtl .banner-section .banner-btn a+a{margin-left:0;margin-right:15px}.rtl .banner-btn a .me-1{margin-right:0!important;margin-left:.25rem!important}.rtl .contact-widget .contact-item-list li .contact-item-content{padding-left:0;padding-right:20px}.rtl .contact-btn i{margin-left:0;margin-right:5px;transform:rotate(180deg)}.rtl .btn--base .me-1{margin-right:0!important;margin-left:.25rem!important}.rtl .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:0;margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.rtl .input-group-prepend .input-group-text{border-radius:0 5px 5px 0;position:relative;z-index:9}.rtl .account-form .form-group .show-pass{right:unset;left:25px}.rtl .custom-check-group label:before{margin-right:0;margin-left:8px}.rtl .custom-check-group input:checked+label:after{left:unset;right:7px}.rtl .custom-select img{margin-right:0;margin-left:10px}.rtl .custom-select .custom-select-inner:after,.rtl .custom-select .custom-select-inner:before{content:"";display:block;position:absolute;width:5px;height:2px;border-radius:1px;top:50%;left:12px;right:unset;background:#464346;transition:all .3s ease}.rtl .preloader{direction:ltr}.rtl .btn--base .la-arrow-right{transform:rotate(180deg)}.rtl .custom-select .custom-select-inner:before{margin-right:0;margin-left:3px;transform:scale(.96,.8) rotate(130deg)}.rtl .custom-select .custom-select-inner:after{transform:scale(.96,.8) rotate(-130deg)}.rtl .custom-select-list .custom-option img{margin-right:0;margin-left:20px}.rtl .dashboard-title-part .left .icon,.rtl .sidebar-menu .sidebar-menu-item a .menu-icon{margin-right:0;margin-left:10px}.rtl .sidebar-menu .sidebar-menu-item .sidebar-item-badge{margin-left:0;margin-right:auto}.rtl .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon{margin-left:0;margin-right:0}.rtl .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon{margin-right:0;margin-left:10px}.rtl .dashboard-list-user-wrapper .dashboard-list-user-content,.rtl .preview-list-user-wrapper .preview-list-user-content{padding-left:0;padding-right:20px}.rtl .dashboard-path .la-angle-right{transform:rotate(180deg)}.rtl .dash-payment-item .dash-payment-title-area .title{padding-left:0;padding-right:20px}.rtl .card-form .input-group input{border-radius:0 5px 5px 0}.rtl .paste-wrapper .paste-badge{right:unset;left:25px}.rtl .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.rtl .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0}.rtl .ms-1{margin-left:0!important;margin-right:.25rem!important}.rtl .input-group-text{border-radius:5px 0 0 5px}.rtl .show-pass.profile{right:unset;left:25px}.rtl .profile-thumb-content .profile-thumb{margin-right:0;margin-left:40px}.rtl .custom-table thead tr th:first-child{border-radius:0 5px 5px 0;text-align:center}.rtl .custom-table thead tr th:last-child{border-radius:5px 0 0 5px}.rtl .custom-table tbody tr td:first-child{border-radius:0 5px 5px 0}.rtl .custom-table tbody tr td:last-child{border-radius:5px 0 0 5px}.rtl .chat-container .media.media-chat-reverse{flex-direction:row-reverse;margin-left:0;margin-right:auto}.rtl .chat-container .media .media-body p:before{left:unset;right:-10px;transform:rotate(180deg)}.rtl .chat-container .media.media-chat-reverse .media-body p:before{right:unset;left:-10px}.rtl .card-header-user-area .card-header-user-content{padding-left:0;padding-right:15px}.rtl .navbar-right .header-action .btn-active{margin-right:10px;margin-left:0}.rtl .header-bottom-area .navbar-collapse .main-menu li .sub-menu{right:0;left:auto;width:100%}.rtl .sub-menu-wrapper .sub-menu-item .icon{margin-right:px;margin-left:15px}.rtl .sub-menu-wrapper .sub-menu-item .menu-item-name p{text-align:right}.rtl .navbar-toggler{margin-right:auto!important;margin-left:0!important}.rtl .auth-form__captcha,.rtl .footer-subscribe__captcha{justify-content:flex-end}@media(max-width:400px){.rtl .auth-form__captcha,.rtl .footer-subscribe__captcha{transform-origin:right top}}.developer-header{position:sticky;top:0;z-index:240;height:72px;display:flex;align-items:center;background:#fff;border-bottom:1px solid rgba(213,231,233,.6)}.developer-wrapper{display:flex;align-items:center;justify-content:space-between;gap:16px}.developer-wrapper .developer-logo-area{display:flex;align-items:center;gap:12px}.developer-wrapper .developer-logo-area .sidebar-mobile-btn{display:none}.developer-wrapper .developer-logo-area .sidebar-mobile-btn button,.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=button],.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=reset],.developer-wrapper .developer-logo-area .sidebar-mobile-btn input[type=submit]{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f2f8f9;color:#0c1d20;font-size:18px}@media only screen and (max-width:767px){.developer-wrapper .developer-logo-area .sidebar-mobile-btn{display:block}}.developer-wrapper .developer-logo-area .site-logo{display:inline-flex}.developer-wrapper .developer-logo-area .site-logo img{max-width:120px}.developer-wrapper .developer-logo-area .logo-text{padding:5px 14px;border-radius:999px;background:rgba(94,223,122,.14);color:#0a2f33;font-size:13px;font-weight:700}.developer-wrapper .developer-header-content{display:flex;align-items:center;gap:18px}.developer-wrapper .developer-header-content .developer-header-list{display:flex;align-items:center;gap:18px;margin:0;padding:0;list-style:none}.developer-wrapper .developer-header-content .developer-header-list li a{font-size:14px;font-weight:600;color:#4a585c}.developer-wrapper .developer-header-content .developer-header-list li a:hover{color:#0c1d20}@media only screen and (max-width:575px){.developer-wrapper .developer-header-content .developer-header-list{display:none}}.developer-wrapper .developer-header-content .developer-header-action{flex-shrink:0}.developer-wrapper .developer-header-content .developer-header-action .btn--base{display:inline-flex;align-items:center;padding:10px 22px;border-radius:999px;background:#5edf7a;color:#0a2f33;font-size:14px;font-weight:700;white-space:nowrap;border:0}.developer-wrapper .developer-header-content .developer-header-action .btn--base:hover{background:rgb(68.4735751295,217.9264248705,100.9129533679);color:#0a2f33}@media only screen and (max-width:575px){.developer-wrapper .developer-header-content .developer-header-action .btn--base{padding:10px 12px}.developer-wrapper .developer-header-content .developer-header-action .btn--base .dev-login-label{display:none}.developer-wrapper .developer-header-content .developer-header-action .btn--base i{margin:0!important}}.developer-page-container{position:relative;background:#fff;min-height:calc(100vh - 72px)}.developer-page-container .developer-bar{position:fixed;top:72px;left:0;bottom:0;width:264px;background:#fff;border-right:1px solid rgba(213,231,233,.6);overflow-y:auto;scrollbar-width:thin;z-index:230;transition:transform .3s ease}@media only screen and (max-width:767px){.developer-page-container .developer-bar{transform:translateX(-105%);top:0;padding-top:12px;box-shadow:0 10px 40px rgba(0,0,0,.12)}.developer-page-container .developer-bar.active{transform:translateX(0)}}.developer-page-container .developer-bar .developer-bar-wrapper{padding:20px 14px 30px}.developer-page-container .developer-bar .developer-bar-wrapper .list-divider{margin:18px 12px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4a585c}.developer-page-container .developer-bar .developer-bar-main-menu{margin:0;padding:0;list-style:none}.developer-page-container .developer-bar .developer-bar-main-menu>li+li{margin-top:3px}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu>a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-radius:12px;font-size:14px;font-weight:600;color:#0c1d20;transition:background .2s ease}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu>a:hover{background:#f2f8f9}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu>a .title{flex:1 1}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu>a i{font-size:14px;color:#4a585c;transition:transform .2s ease}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu.active>a{background:rgba(94,223,122,.14);color:#0a2f33}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu.has-sub.active>a i{transform:rotate(90deg)}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu .sidebar-submenu{display:none;padding:0 0 0 14px;list-style:none;border-left:1.5px solid rgba(213,231,233,.7);margin:4px 0 6px 16px}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu .sidebar-submenu.open{display:block}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu .sidebar-submenu .nav-item a{display:block;padding:8px 12px;border-radius:10px;font-size:13.5px;font-weight:500;color:#4a585c;transition:background .2s ease,color .2s ease}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu .sidebar-submenu .nav-item a:hover{background:#f2f8f9;color:#0c1d20}.developer-page-container .developer-bar .developer-bar-main-menu .sidebar-single-menu .sidebar-submenu .nav-item.active a{background:rgba(94,223,122,.14);color:#0a2f33;font-weight:700}.developer-page-container .developer-body-wrapper{margin-left:264px;padding:48px 60px 80px;transition:margin .3s ease}@media only screen and (max-width:991px){.developer-page-container .developer-body-wrapper{padding:36px 32px 60px}}@media only screen and (max-width:767px){.developer-page-container .developer-body-wrapper{margin-left:0}}@media only screen and (max-width:547px){.developer-page-container .developer-body-wrapper{padding:24px 16px 50px}}.developer-page-container .developer-body-wrapper .developer-main-wrapper{max-width:880px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .heading-title{font-family:var(--font-heading),sans-serif;font-size:30px;color:#0c1d20}@media only screen and (max-width:420px){.developer-page-container .developer-body-wrapper .developer-main-wrapper .heading-title{font-size:24px}}@media only screen and (max-width:370px){.developer-page-container .developer-body-wrapper .developer-main-wrapper .heading-title{font-size:22px}}.developer-page-container .developer-body-wrapper .developer-main-wrapper p{color:#4a585c;line-height:1.75}.developer-page-container .developer-body-wrapper .developer-main-wrapper a{color:#0a2f33;font-weight:600}.developer-page-container .developer-body-wrapper .developer-main-wrapper .bg--orange{background:#ff6c37}.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note{padding:16px 20px;border-radius:14px;border:1px solid rgba(242,95,92,.35);background:rgba(242,95,92,.06)}.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note.blue{border-color:rgba(94,223,122,.5);background:rgba(94,223,122,.14);padding:12px 16px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note.blue .important-title i{font-size:16px;top:1px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note .important-title{color:#0c1d20;font-weight:700}.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note .important-title i{font-size:22px;position:relative;top:3px;margin-right:10px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note ul{padding-top:12px;padding-left:48px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .important-note ul li{list-style:disc;font-size:13px;color:#4a585c}.developer-page-container .developer-body-wrapper .developer-main-wrapper ul{padding-left:40px;margin:-8px}.developer-page-container .developer-body-wrapper .developer-main-wrapper ul li{list-style:disc;font-size:14px;margin:8px;color:#4a585c}.developer-page-container .developer-body-wrapper .developer-main-wrapper ul li b,.developer-page-container .developer-body-wrapper .developer-main-wrapper ul li strong{color:#0c1d20}.developer-page-container .developer-body-wrapper .developer-main-wrapper ol{margin:-10px}.developer-page-container .developer-body-wrapper .developer-main-wrapper ol li{margin:10px;color:#4a585c}.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab{margin:-10px;padding-left:unset}.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item{list-style:none;margin:10px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item button,.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input[type=button],.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input[type=reset],.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input[type=submit]{padding:7px 16px;margin:0;border-radius:999px;background:#f2f8f9;color:#4a585c;font-size:14px;font-weight:600;border:0;transition:background .2s ease,color .2s ease}.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item button.active,.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input.active[type=button],.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input.active[type=reset],.developer-page-container .developer-body-wrapper .developer-main-wrapper .tab-area .developer-tab .nav-item input.active[type=submit]{background:#0a2f33!important;color:#fff!important;border-radius:999px!important;border-bottom:0}.developer-page-container .developer-body-wrapper .developer-main-wrapper .highlight{color:#0a2f33;background-color:rgba(94,223,122,.14);border-radius:6px;border:1px solid rgba(94,223,122,.35);padding:.1em .4em .2em;font-weight:600;word-break:break-word;font-size:.85em;font-family:monospace}.developer-page-container .developer-body-wrapper .developer-main-wrapper .highlight.text--base{color:#0a2f33}.developer-page-container .developer-body-wrapper .developer-main-wrapper .table-responsive{border:1px solid rgba(213,231,233,.7);border-radius:16px;margin:20px 0}.developer-page-container .developer-body-wrapper .developer-main-wrapper .table{margin:0;font-size:13.5px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .table thead th,.developer-page-container .developer-body-wrapper .developer-main-wrapper .table>:not(caption)>*>th{padding:12px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4a585c;background:#f2f8f9;border-bottom:1.5px solid rgba(213,231,233,.7)}.developer-page-container .developer-body-wrapper .developer-main-wrapper .table td{padding:12px 16px;color:#0c1d20;border-bottom:1px solid rgba(213,231,233,.45);background:rgba(0,0,0,0);box-shadow:none}.developer-page-container .developer-body-wrapper .developer-main-wrapper .table tr:last-child td{border-bottom:0}.developer-page-container .developer-body-wrapper .developer-main-wrapper .table.table-striped>tbody>tr:nth-of-type(odd)>*{background:rgba(242,248,249,.6);box-shadow:none;color:#0c1d20}.developer-page-container .developer-body-wrapper .developer-main-wrapper .alert{border-radius:14px;border:0;font-size:14px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .alert.alert-warning{background:rgba(232,163,61,.12);color:#8a5c00}.developer-page-container .developer-body-wrapper .developer-main-wrapper .badge{clip-path:none;border-radius:999px;font-weight:700;padding:5px 12px}.developer-page-container .developer-body-wrapper .developer-main-wrapper .badge.bg-primary{background:#0a2f33!important;color:#5edf7a}.developer-page-container .developer-body-wrapper .developer-main-wrapper .image-area img{max-width:100%;border-radius:16px;border:1px solid rgba(213,231,233,.6)}.page-change-area{margin-top:48px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.page-change-area .date-wrapper{width:100%;font-size:12.5px;color:#4a585c}.page-change-area .navigation-wrapper .navigation,.page-change-area .navigation-wrapper a{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;border:1.5px solid #d5e7e9;background:#fff;font-size:14px;font-weight:700;color:#0c1d20;transition:border-color .2s ease,background .2s ease,transform .15s ease}.page-change-area .navigation-wrapper .navigation:hover,.page-change-area .navigation-wrapper a:hover{border-color:#5edf7a;background:rgba(94,223,122,.08);color:#0a2f33;transform:translateY(-1px)}.page-change-area .navigation-wrapper.right{margin-left:auto}.page-change-area .navigation-wrapper.left{margin-right:auto}.page-change-area .feedback-wrapper{display:flex;justify-content:center;margin-top:40px;width:100%}.page-change-area .feedback-wrapper .feedback{display:flex;align-items:center;padding:10px 18px;border:1.5px solid #d5e7e9;border-radius:999px;background:#fff}.page-change-area .feedback-wrapper .feedback .content{margin-right:15px;font-size:13.5px;color:#4a585c}.page-change-area .feedback-wrapper .feedback ul{display:flex;margin:-5px;padding:0;list-style:none}.page-change-area .feedback-wrapper .feedback ul.active li{color:#5edf7a}.page-change-area .feedback-wrapper .feedback ul li{margin:5px;color:#0c1d20;transition:all .3s;cursor:pointer;font-size:13.5px}.page-change-area .feedback-wrapper .feedback ul li:hover{color:#0a2f33}.page-change-area .feedback-wrapper .feedback ul li i{position:relative;top:1px;font-size:17px;margin-right:2px}pre.prettyprint{background:#0a2f33;border:0;padding:22px 24px!important;overflow-x:auto;font-size:13px;line-height:1.7;color:hsla(0,0%,100%,.88);scrollbar-width:thin}.prettyprint,pre.prettyprint{border-radius:16px;margin-top:24px}.prettyprint span{display:unset}.prettyprint .pln{color:hsla(0,0%,100%,.88)}.prettyprint .str{color:#5edf7a}.prettyprint .kwd{color:#7cc7ff}.prettyprint .com{color:hsla(0,0%,100%,.45);font-style:italic}.prettyprint .typ{color:#ffd479}.prettyprint .lit{color:#ff9d76}.prettyprint .clo,.prettyprint .opn,.prettyprint .pun{color:hsla(0,0%,100%,.65)}.prettyprint .tag{color:#7cc7ff}.prettyprint .atn{color:#ffd479}.prettyprint .atv{color:#5edf7a}.prettyprint .dec,.prettyprint .var{color:#ff9d76}.prettyprint .fun{color:#7cc7ff}.prettyprint ol.linenums{margin:0 0 0 28px;padding:0}.prettyprint ol.linenums li{list-style:decimal;color:hsla(0,0%,100%,.35);margin:0}.code-heading-title{font-size:22px;font-weight:700;margin-bottom:16px;color:#0c1d20;font-family:var(--font-heading),sans-serif}.code-show-list{list-style-type:none;padding:0}.mb-35-none{margin-bottom:-35px}@media only screen and (max-width:575px){.reg-lable label{font-size:12px}}.body-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .25s ease;z-index:225}.body-overlay.active{opacity:1;visibility:visible}.doc-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,460px);gap:40px;align-items:start}@media only screen and (max-width:1399px){.doc-grid{grid-template-columns:minmax(0,1fr) minmax(0,400px);gap:28px}}@media only screen and (max-width:1199px){.doc-grid{grid-template-columns:1fr}}.doc-code-rail{position:sticky;top:96px;display:flex;flex-direction:column;gap:18px;min-width:0}.doc-code-rail pre.prettyprint{margin-top:0}@media only screen and (max-width:1199px){.doc-code-rail{position:static}}.doc-eyebrow{display:inline-block;margin-bottom:10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#4a585c}.doc-endpoint{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0;padding:12px 16px;border:1.5px solid #d5e7e9;border-radius:14px;background:#f2f8f9;font-family:monospace;font-size:14px;font-weight:600;color:#0c1d20;word-break:break-all}.doc-endpoint .doc-method{flex-shrink:0;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.05em;font-family:var(--font-body),sans-serif}.doc-endpoint .doc-method--post{background:#0a2f33;color:#5edf7a}.doc-endpoint .doc-method--get{background:rgba(94,223,122,.18);color:rgb(27.1917098446,136.8082901554,50.9844559585)}.doc-steps{margin:20px 0!important;padding:0!important;counter-reset:docstep}.doc-steps,.doc-steps li{list-style:none!important}.doc-steps li{position:relative;margin:0 0 16px!important;padding-left:44px;counter-increment:docstep;color:#4a585c}.doc-steps li:before{content:counter(docstep);position:absolute;left:0;top:-2px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(94,223,122,.16);color:#0a2f33;font-weight:700;font-size:13.5px}.doc-steps li b,.doc-steps li strong{color:#0c1d20}.doc-code-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;border-radius:14px 14px 0 0;background:rgb(7.4918032787,35.2114754098,38.2081967213);color:hsla(0,0%,100%,.65);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.doc-code-head+pre.prettyprint{margin-top:0;border-radius:0 0 16px 16px}.doc-code-head .doc-code-lang{padding:2px 10px;border-radius:999px;background:hsla(0,0%,100%,.1);text-transform:none;letter-spacing:0}.doc-copy-btn{position:absolute;font-family:var(--font-body),sans-serif;white-space:nowrap;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:0;border-radius:999px;background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.85);font-size:12px;font-weight:700;cursor:pointer;transition:background .2s ease}.doc-copy-btn:hover{background:hsla(0,0%,100%,.22)}.doc-copy-btn.copied{background:rgba(94,223,122,.25);color:#5edf7a}.doc-code-wrap{position:relative}.doc-code-wrap pre.prettyprint{margin-top:0}.doc-fields{margin:18px 0;border:1px solid rgba(213,231,233,.8);border-radius:16px;overflow:hidden}.doc-fields .doc-field{display:grid;grid-template-columns:200px 1fr;gap:6px 18px;padding:14px 18px;border-bottom:1px solid rgba(213,231,233,.5)}.doc-fields .doc-field:last-child{border-bottom:0}@media only screen and (max-width:575px){.doc-fields .doc-field{grid-template-columns:1fr}}.doc-fields .doc-field__name{font-family:monospace;font-size:13.5px;font-weight:700;color:#0c1d20;word-break:break-all}.doc-fields .doc-field__name .req{font-weight:700;color:#c0392b}.doc-fields .doc-field__name .opt,.doc-fields .doc-field__name .req{display:block;font-family:var(--font-body),sans-serif;font-size:11px}.doc-fields .doc-field__name .opt{font-weight:600;color:#4a585c}.doc-fields .doc-field__name .type{display:block;font-family:var(--font-body),sans-serif;font-size:11.5px;font-weight:600;color:#4a585c}.doc-fields .doc-field__desc{font-size:13.5px;color:#4a585c;line-height:1.65}.doc-fields .doc-field__desc .highlight,.doc-fields .doc-field__desc code{font-size:.9em}.doc-pill{display:inline-flex;padding:3px 12px;border-radius:999px;font-size:12px;font-weight:700}.doc-pill--success{background:rgba(94,223,122,.16);color:rgb(25.5005181347,128.2994818653,47.8134715026)}.doc-pill--error{background:rgba(242,95,92,.12);color:#c0392b}.doc-pill--warn{background:rgba(232,163,61,.14);color:#8a5c00}.section-heading{margin-bottom:60px}.section-heading.text-center{text-align:center}.section-heading.text-center .section-desc{margin-left:auto;margin-right:auto}.section-badge{display:inline-flex;align-items:center;gap:14px;background:rgba(94,223,122,.15);border-radius:100px;padding:5px 5px 5px 22px;margin-bottom:5px}.section-badge__text{font-size:14px;font-weight:700;color:#0a2f33;letter-spacing:.02em;white-space:nowrap}.section-badge__btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(10,47,51,.05);color:#0c1d20;font-size:12px;flex-shrink:0}.section-title{font-family:var(--font-heading),sans-serif;font-size:40px;color:#0c1d20;line-height:1.3em;margin-bottom:5px;font-weight:900}.section-title span{color:#5edf7a}@media only screen and (max-width:991px){.section-title{font-size:32px}}@media only screen and (max-width:575px){.section-title{font-size:26px}}.section-desc{font-size:16px;line-height:1.7em;color:#4a585c;max-width:600px}@media only screen and (max-width:575px){.section-desc{font-size:15px}}.team-item:hover .team-thumb:before{height:100%}.team-item:hover .team-thumb .team-social-area{visibility:visible;opacity:1}.team-thumb{position:relative;border-radius:30px;overflow:hidden;z-index:1}.team-thumb:before{content:"";bottom:0;height:0;background-color:rgba(0,0,0,.7);border-radius:30px}.team-thumb .team-social-area,.team-thumb:before{position:absolute;left:0;width:100%;transition:all .5s}.team-thumb .team-social-area{top:0;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden}.team-thumb .team-social-area .team-social-list li{display:inline-block}.team-thumb .team-social-area .team-social-list li a{text-align:center;border-radius:50%;font-size:16px;height:40px;width:40px;line-height:41px;color:#fff;background-color:#5edf7a;transition:all .3s}.team-thumb .team-social-area .team-social-list li a.active,.team-thumb .team-social-area .team-social-list li a:hover{background-color:#fff;color:#5edf7a}.team-thumb .team-social-area .team-social-list li a.active:hover{color:#fff;background-color:#5edf7a}.team-thumb .team-social-area .team-social-list li+li{margin-left:10px}.team-content{position:relative;z-index:1;background-color:#fff;margin:-58px 30px 0;padding:20px 40px;border:1px solid #eae5f1;box-shadow:0 5px 15px 0 rgba(158,154,221,.1);border-radius:30px}@media only screen and (max-width:1399px){.team-content{padding:15px 25px}}@media only screen and (max-width:1199px){.team-content{padding:10px 15px;border-radius:20px;margin:-38px 30px 0}}.team-content .title{font-size:21px;font-weight:700;margin-bottom:5px;color:#0c1d20}@media only screen and (max-width:1199px){.team-content .title{font-size:18px}}.team-content .sub-title{font-size:16px;font-weight:400;color:#5edf7a}@media only screen and (max-width:1199px){.team-content .sub-title{font-size:14px}}.testi-section{padding:clamp(60px,8vw,120px) 0;background:#fff;position:relative;overflow:hidden}.testi-section__topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(24px,4vw,60px);padding-bottom:clamp(32px,4vw,56px);border-bottom:1px solid rgba(10,47,51,.1)}@media(max-width:767px){.testi-section__topbar{flex-direction:column;align-items:flex-start}}.testi-section__topbar-left{flex:0 0 auto;max-width:52%}@media(max-width:767px){.testi-section__topbar-left{max-width:100%}}.testi-section__topbar-right{flex:1 1;display:flex;flex-direction:column;align-items:flex-end;gap:clamp(14px,1.8vw,20px)}@media(max-width:767px){.testi-section__topbar-right{align-items:flex-start}}.testi-section__breadcrumb{display:inline-flex;align-items:center;gap:6px;font-size:clamp(11px,1.1vw,13px);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(10,47,51,.45);margin-bottom:clamp(10px,1.4vw,16px)}.testi-section__breadcrumb i{font-size:8px;color:#5edf7a}.testi-section__headline{font-family:var(--font-heading),sans-serif;font-size:clamp(28px,4vw,58px);font-weight:900;line-height:1.08;letter-spacing:-.02em;color:#0a2f33;margin:0;text-transform:uppercase}.testi-section__intro{font-size:clamp(13px,1.3vw,15px);color:rgba(10,47,51,.52);line-height:1.65;max-width:340px;text-align:right;margin:0}@media(max-width:767px){.testi-section__intro{text-align:left;max-width:100%}}.testi-list{border-top:1px solid rgba(10,47,51,.1)}@media(min-width:992px){.testi-list{display:grid;grid-template-columns:repeat(2,1fr)}.testi-list .testi-item:nth-child(odd){border-right:1px solid rgba(10,47,51,.1);padding-right:clamp(16px,2vw,32px)}.testi-list .testi-item:nth-child(2n){padding-left:clamp(16px,2vw,32px)}}.testi-item{border-bottom:1px solid rgba(10,47,51,.1);cursor:pointer}.testi-item__bar{display:flex;align-items:center;gap:clamp(14px,2vw,28px);padding:clamp(18px,2.2vw,28px) 0}.testi-item__num{font-size:clamp(11px,1.1vw,13px);font-weight:700;color:rgba(10,47,51,.25);letter-spacing:.06em;min-width:28px}.testi-item__num,.testi-item__title{font-family:var(--font-heading),sans-serif}.testi-item__title{font-size:clamp(16px,1.8vw,28px);font-weight:900;text-transform:uppercase;letter-spacing:-.025em;line-height:1;color:rgba(10,47,51,.15);margin:0;flex:1 1;transition:color .28s ease}.testi-item__arrow{width:clamp(34px,3.5vw,48px);height:clamp(34px,3.5vw,48px);border-radius:50%;border:1.5px solid rgba(10,47,51,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .28s ease,background .28s ease,transform .32s ease}.testi-item__arrow i{font-size:clamp(13px,1.4vw,18px);color:rgba(10,47,51,.35);transition:color .28s ease}.testi-item__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .44s cubic-bezier(.4,0,.2,1)}.testi-item__body-inner{min-height:0;overflow:hidden}.testi-item__card{position:relative;border-radius:16px;overflow:hidden;min-height:clamp(200px,26vw,320px);display:flex;flex-direction:column;justify-content:space-between;margin-bottom:clamp(16px,2vw,24px)}.testi-item__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;z-index:0}.testi-item__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,47,51,.92) 0,rgba(10,47,51,.85) 40%,rgba(10,47,51,.45) 65%,rgba(10,47,51,0));z-index:1}.testi-item__card-top{position:relative;z-index:2;max-width:clamp(280px,65%,720px);display:flex;flex-direction:column;gap:clamp(8px,1vw,14px);padding:clamp(20px,2.5vw,36px)}.testi-item__qmark{font-size:clamp(16px,1.8vw,24px);color:#5edf7a;letter-spacing:-4px;line-height:1}.testi-item__quote{font-family:var(--font-heading),sans-serif;font-size:clamp(15px,1.7vw,24px);font-weight:800;color:#fff;line-height:1.32;letter-spacing:-.015em;margin:0}.testi-item__card-bottom{position:relative;z-index:2;padding:0 clamp(20px,2.5vw,36px) clamp(20px,2.5vw,32px)}.testi-item__author{display:flex;align-items:center;gap:12px}.testi-item__avatar{width:clamp(34px,3.5vw,46px);height:clamp(34px,3.5vw,46px);border-radius:50%;object-fit:cover;border:2px solid rgba(94,223,122,.5);flex-shrink:0}.testi-item__meta{display:flex;flex-direction:column;gap:2px}.testi-item__person{font-size:clamp(13px,1.3vw,15px);font-weight:700;color:#fff}.testi-item__role{font-size:clamp(11px,1vw,12px);color:hsla(0,0%,100%,.55);letter-spacing:.04em}.testi-item.is-active .testi-item__title,.testi-item:hover .testi-item__title{color:#0a2f33}.testi-item.is-active .testi-item__arrow,.testi-item:hover .testi-item__arrow{background:#0a2f33;border-color:#0a2f33;transform:rotate(45deg)}.testi-item.is-active .testi-item__arrow i,.testi-item:hover .testi-item__arrow i{color:#5edf7a}.testi-item.is-active .testi-item__body,.testi-item:hover .testi-item__body{grid-template-rows:1fr}html[dir=rtl] .testi-section__intro{text-align:left}@media(max-width:767px){html[dir=rtl] .testi-section__intro{text-align:right}}@media(min-width:992px){html[dir=rtl] .testi-list .testi-item:nth-child(odd){border-right:none;border-left:1px solid rgba(10,47,51,.1);padding-right:0;padding-left:clamp(16px,2vw,32px)}html[dir=rtl] .testi-list .testi-item:nth-child(2n){padding-left:0;padding-right:clamp(16px,2vw,32px)}}html[dir=rtl] .testi-item__overlay{background:linear-gradient(270deg,rgba(10,47,51,.92) 0,rgba(10,47,51,.85) 40%,rgba(10,47,51,.45) 65%,rgba(10,47,51,0))}html[dir=rtl] .testi-item__bg{object-position:left top}html[dir=rtl] .testi-item.is-active .testi-item__arrow,html[dir=rtl] .testi-item:hover .testi-item__arrow{transform:rotate(-45deg)}html[dir=rtl] .testi-item__arrow i{transform:rotate(180deg)}:root{--base-color:#0c56db}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),sans-serif}@keyframes bp-expand{0%{max-width:var(--bp-icon-w,50px)}to{max-width:600px}}@keyframes hiw-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-52px) scale(1.1)}}@keyframes hiw-drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(38px,-32px) scale(1.08)}66%{transform:translate(-26px,28px) scale(.95)}}@keyframes hiw-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.22);opacity:.9}}.how-it-works{position:relative;overflow:hidden;background:rgba(94,223,122,.05);padding-top:60px;padding-bottom:60px}@media(min-width:1400px){.how-it-works{min-height:100vh;padding-top:clamp(60px,50vh - 320px,180px);padding-bottom:clamp(60px,50vh - 320px,180px)}}.how-it-works .hiw-blob{position:absolute;border-radius:50%;filter:blur(72px);pointer-events:none;z-index:0;isolation:isolate}.how-it-works .hiw-blob--1{width:520px;height:520px;background:rgba(94,223,122,.38);top:-120px;left:-160px;animation:hiw-float 7s ease-in-out infinite}.how-it-works .hiw-blob--2{width:400px;height:400px;background:rgba(94,223,122,.32);bottom:-80px;right:-100px;animation:hiw-drift 9s ease-in-out infinite}.how-it-works .hiw-blob--3{width:300px;height:300px;background:rgba(94,223,122,.28);top:40%;right:12%;animation:hiw-pulse 5s ease-in-out infinite}.how-it-works .container{position:relative;z-index:1}.how-it-works .section-heading{margin-bottom:32px;text-align:left}.how-it-works .section-heading .section-title{text-transform:uppercase;font-weight:bolder;line-height:1.1;font-size:clamp(30px,3.5vw,52px)}@media only screen and (min-width:1600px){.how-it-works .section-heading .section-title{font-size:48px}}@media only screen and (min-width:1400px)and (max-width:1599px){.how-it-works .section-heading .section-title{font-size:34px}}@media only screen and (min-width:1200px)and (max-width:1399px){.how-it-works .section-heading .section-title{font-size:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.how-it-works .section-heading .section-title{font-size:36px}}@media only screen and (min-width:768px)and (max-width:991px){.how-it-works .section-heading .section-title{font-size:30px}}@media only screen and (min-width:576px)and (max-width:767px){.how-it-works .section-heading .section-title{font-size:26px}}@media only screen and (max-width:575px){.how-it-works .section-heading .section-title{font-size:22px}}.how-it-works .section-heading .section-title .hiw-title-line{display:block;color:#5edf7a}.how-it-works .section-heading .section-title .bullet-points{display:inline-flex;overflow:hidden;vertical-align:middle;margin-left:12px}.how-it-works .section-heading .section-title .bullet-points .bp-ticker{display:flex;flex-direction:column;will-change:transform}.how-it-works .section-heading .section-title .bullet-points .bp-item{display:inline-flex;align-items:center;gap:10px;padding:6px 26px 6px 20px;background:#0a2f33;border-radius:100px;color:#fff;font-size:.65em;font-weight:700;letter-spacing:.05em;white-space:nowrap;width:fit-content;text-transform:uppercase;flex-shrink:0;margin-bottom:8px;overflow:hidden}.how-it-works .section-heading .section-title .bullet-points .bp-item.is-active{animation:bp-expand 1.2s cubic-bezier(.25,.46,.45,.94) .82s both}.how-it-works .section-heading .section-title .bullet-points .bp-item span{color:#fff}.how-it-works .section-heading .section-title .bullet-points .bp-item i{font-size:1.3em;line-height:1;flex-shrink:0;color:#fff}@media(min-width:1400px){.hiw-grid{min-height:420px}}@media(min-width:1400px)and (min-height:840px){.hiw-grid{min-height:calc(100vh - 420px)}}.hiw-card{position:relative;background:rgba(94,223,122,.1);border-right:5px solid rgba(94,223,122,.4);border-bottom:5px solid rgba(94,223,122,.4);border-radius:20px;padding:24px 26px;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:background .5s ease,border-color .5s ease}.hiw-card:before{top:-12%;left:15%;right:-50%;bottom:28%;background:url(/assets/images/element/how-it-works-arrow.webp) 50%/contain no-repeat;opacity:.38;animation:hiwArrowDrift 3.5s ease-in-out infinite}.hiw-card:after,.hiw-card:before{content:"";position:absolute;z-index:0;pointer-events:none;transition:opacity .5s ease}.hiw-card:after{inset:0;background:linear-gradient(180deg,rgba(242,248,249,.35) 0,rgba(242,248,249,0) 45%,rgba(242,248,249,.55)),linear-gradient(90deg,rgba(242,248,249,.4) 0,rgba(242,248,249,0) 50%,rgba(242,248,249,.4));border-radius:inherit}.hiw-card__num{font-size:.75em;font-weight:700;letter-spacing:.1em;color:rgba(12,29,32,.35);margin-right:4px;transition:color .4s ease}.hiw-card__head{position:relative;z-index:1}.hiw-card__badge{display:inline-block;padding:4px 13px;border:1.5px solid rgba(12,29,32,.18);border-radius:100px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0c1d20;transition:border-color .4s ease,color .4s ease}.hiw-card__body{flex:1 1;display:flex;align-items:flex-end;padding-bottom:12px;position:relative;z-index:1}.hiw-card__body-text{font-size:13px;text-transform:uppercase;color:#4a585c;line-height:1.65;margin-bottom:0;opacity:0;transform:translateY(10px);transition:opacity .45s ease .2s,transform .45s ease .2s,color .4s ease}.hiw-card.is-active .hiw-card__body-text,.hiw-card:hover .hiw-card__body-text{opacity:1;transform:translateY(0)}.hiw-card__foot{position:relative;z-index:1;padding-right:58px}.hiw-card__title{font-size:clamp(16px,1.7vw,21px);font-weight:700;color:#0c1d20;margin-bottom:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .4s ease}.hiw-card__arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#0c1d20;color:#fff;font-size:16px;position:absolute;right:0;bottom:0;transition:background .4s ease,color .4s ease,transform .3s ease}.hiw-card__arrow i{transition:transform .4s ease}.hiw-card__arrow:hover{transform:scale(1.08)}.hiw-card.is-active .hiw-card__arrow i,.hiw-card:hover .hiw-card__arrow i{transform:rotate(180deg)}.hiw-card.is-active{background:#5edf7a;border-color:#5edf7a}.hiw-card.is-active:after,.hiw-card.is-active:before{opacity:0}.hiw-card.is-active .hiw-card__num{color:rgba(10,47,51,.55)}.hiw-card.is-active .hiw-card__badge{border-color:rgba(10,47,51,.3);color:#0a2f33}.hiw-card.is-active .hiw-card__body-text{color:rgba(10,47,51,.8)}.hiw-card.is-active .hiw-card__title{color:#0a2f33}.hiw-card.is-active .hiw-card__arrow{background:#0a2f33;color:#fff}@media only screen and (max-width:991px){.hiw-card .hiw-card__body-text{opacity:1!important;transform:none!important}}@keyframes hiwArrowDrift{0%{transform:translate(0)}40%{transform:translate(-9px,9px)}70%{transform:translate(-5px,12px)}to{transform:translate(0)}}.about-section{padding:80px 0}@media only screen and (min-width:992px)and (max-width:1399px){.about-section{padding:40px 0}}@media only screen and (max-width:991px){.about-section{padding:50px 0}}.about-section__bg{z-index:0;overflow:hidden}.about-section__bg,.about-section__bg:after{position:absolute;inset:0;border-radius:inherit}.about-section__bg:after{content:"";z-index:1;background:linear-gradient(90deg,rgba(10,47,51,.88) 0,rgba(10,47,51,.7) 30%,rgba(10,47,51,.35) 60%,rgba(10,47,51,.1))}.about-section__bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;display:block}.about-section__badge{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18)}.about-section__badge .section-badge__text{color:#fff}.about-section__badge .section-badge__btn{background:hsla(0,0%,100%,.15);color:#fff}.about-section .about-inner{position:relative;overflow:hidden;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:780px;padding:70px 40px 50px;z-index:0}@media only screen and (min-width:992px)and (max-width:1399px){.about-section .about-inner{min-height:560px;padding:48px 32px 36px}}@media only screen and (max-width:991px){.about-section .about-inner{min-height:unset;padding:36px 24px 28px;border-radius:16px}}.about-section .about-content{position:relative;z-index:1;max-width:52%}.about-section .about-content .section-badge{margin-bottom:14px}.about-section .about-content .section-title{color:#fff;margin-bottom:10px}.about-section .about-content .section-title span{color:#5edf7a;font-weight:900}.about-section .about-content .section-desc{color:hsla(0,0%,100%,.75);max-width:480px}@media only screen and (min-width:992px)and (max-width:1399px){.about-section .about-content{max-width:55%}.about-section .about-content .section-badge{margin-bottom:10px}.about-section .about-content .section-title{font-size:26px;margin-bottom:8px}.about-section .about-content .section-desc{font-size:14px;max-width:380px}}@media only screen and (max-width:991px){.about-section .about-content{max-width:100%;margin-bottom:28px;text-align:center}.about-section .about-content .section-title{font-size:26px}.about-section .about-content .section-desc{font-size:14px;margin-left:auto;margin-right:auto}}@media only screen and (max-width:575px){.about-section .about-content .section-title{font-size:22px}.about-section .about-content .section-desc{font-size:13px}}.about-section .about-cards{position:relative;z-index:1;display:flex;gap:12px;align-items:stretch;align-self:flex-end;width:90%}@media only screen and (max-width:991px){.about-section .about-cards{width:100%;flex-direction:column;gap:10px;align-self:stretch}}.about-section .about-cards .about-card{flex:1 1;border-radius:18px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.02);overflow:hidden;display:flex;flex-direction:column;transition:flex 1.1s cubic-bezier(.4,0,.2,1),border-color .7s ease}.about-section .about-cards .about-card.is-active{flex:1.8 1;border-color:rgba(94,223,122,.6);background:rgba(94,223,122,.3)}.about-section .about-cards .about-card.is-active .about-card__icon,.about-section .about-cards .about-card.is-active .about-card__title{color:#fff}.about-section .about-cards .about-card.is-active .about-card__desc{color:hsla(0,0%,100%,.8)}.about-section .about-cards .about-card.is-active .about-card__thumb:after{opacity:0}.about-section .about-cards .about-card__head{padding:18px 16px 14px;display:flex;flex-direction:column;gap:8px}.about-section .about-cards .about-card__title-row{display:flex;align-items:center;gap:7px;min-width:0}.about-section .about-cards .about-card__icon{display:flex;align-items:center;justify-content:center;font-size:10px;color:rgba(0,0,0,.7);flex-shrink:0;line-height:1;transition:color .4s ease;background:#5edf7a;height:18px;width:18px;border-radius:15px}.about-section .about-cards .about-card__title{font-family:var(--font-heading),sans-serif;font-size:clamp(13px,1.1vw,15px);font-weight:700;color:hsla(0,0%,100%,.9);line-height:1.3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .4s ease}.about-section .about-cards .about-card__desc{font-size:12px;color:hsla(0,0%,100%,.55);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .4s ease}.about-section .about-cards .about-card__thumb{flex:1 1;position:relative;overflow:hidden;min-height:160px;background-size:cover;background-position:50%;border-radius:18px;margin:0 6px 6px}@media(min-width:1400px){.about-section .about-cards .about-card__thumb{min-height:260px}}.about-section .about-cards .about-card__thumb:after{content:"";position:absolute;inset:0;background:rgba(10,47,51,.45);transition:opacity .4s ease}@media only screen and (max-width:991px){.about-section .about-cards .about-card{flex:unset!important}.about-section .about-cards .about-card__thumb{flex:unset;min-height:0;aspect-ratio:1/1;width:auto}.about-section .about-cards .about-card__thumb:after{display:none}}@keyframes cCardFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.choose-section{position:relative;z-index:5;padding:90px 0;background:linear-gradient(160deg,rgba(94,223,122,.06),#fafafa 45%,rgba(10,47,51,.04))}@media(min-width:992px){.choose-section{min-height:100vh;display:flex;align-items:center;padding:60px 0}}@media(min-width:1200px)and (max-width:1480px){.choose-section{position:sticky;top:80px;min-height:85vh;padding:54px 0}}@media(max-width:991px){.choose-section{padding:50px 0}}.choose-section:before{top:-80px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,rgba(94,223,122,.1) 0,transparent 70%)}.choose-section:after,.choose-section:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.choose-section:after{bottom:-60px;left:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(10,47,51,.06) 0,transparent 70%)}.choose-section .container{position:relative;z-index:1}@media(min-width:992px){.choose-section .container{width:100%}}.choose-section .choose-heading{display:flex;justify-content:center;margin-bottom:48px}@media(min-width:1200px)and (max-width:1480px){.choose-section .choose-heading{margin-bottom:28px}}@media(max-width:767px){.choose-section .choose-heading{margin-bottom:32px}}.choose-section .ch-pill-stack{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:640px}@media(max-width:1400px){.choose-section .ch-pill-stack{max-width:100%}}.choose-section .ch-pill{display:inline-flex;align-items:center;gap:10px;padding:0 22px;height:clamp(38px,3.8vw,56px);border-radius:999px;font-family:var(--font-heading),sans-serif;font-size:clamp(14px,1.5vw,26px);font-weight:900;letter-spacing:-.02em;text-transform:uppercase;line-height:1;white-space:nowrap}.choose-section .ch-pill--plain{background:rgba(10,47,51,.07);color:#0a2f33}.choose-section .ch-pill--dark{background:#0a2f33;color:#fff}.choose-section .ch-pill--accent{background:#5edf7a;color:#0a2f33}.choose-section .ch-pill__icon{display:inline-flex;align-items:center;justify-content:center;width:clamp(26px,2.6vw,38px);height:clamp(26px,2.6vw,38px);border-radius:50%;font-size:.9em;flex-shrink:0}.ch-pill--plain .choose-section .ch-pill__icon{background:rgba(10,47,51,.1)}.ch-pill--dark .choose-section .ch-pill__icon{background:hsla(0,0%,100%,.15)}.ch-pill--accent .choose-section .ch-pill__icon{background:rgba(10,47,51,.15)}@media(min-width:1200px)and (max-width:1480px){.choose-section .ch-pill{height:clamp(32px,3vw,42px);padding:0 16px}}@media(max-width:767px){.choose-section .ch-pill{font-size:clamp(13px,4.5vw,22px);padding:0 16px;height:clamp(34px,10vw,44px)}.choose-section .ch-pill__icon{width:clamp(22px,5.5vw,30px);height:clamp(22px,5.5vw,30px);font-size:.85em}}.choose-section .choose-card{display:flex;flex-direction:row;align-items:stretch;min-height:340px}@media(max-width:1480px){.choose-section .choose-card{min-height:280px}}@media(max-width:767px){.choose-section .choose-card{flex-direction:column}}.choose-section .choose-card__main{flex:1 1;min-width:0;min-height:clamp(240px,22vw,340px);padding:48px 44px;background:rgba(94,223,122,.1);border:1px solid rgba(94,223,122,.18);border-radius:24px;overflow:hidden;position:relative;z-index:1;display:flex;flex-direction:column}.choose-section .choose-card__main:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 10%,rgba(94,223,122,.18) 0,transparent 55%);pointer-events:none;z-index:0}@media(min-width:1200px)and (max-width:1480px){.choose-section .choose-card__main{padding:20px 28px}}@media(max-width:1199px){.choose-section .choose-card__main{padding:40px 36px}}@media(max-width:767px){.choose-section .choose-card__main{padding:32px 28px;border-radius:18px}}.choose-section .choose-card__item{display:none;flex-direction:column}.choose-section .choose-card__item.is-active{display:flex;animation:cCardFade .4s ease forwards}.choose-section .choose-card__title{font-family:var(--font-heading),sans-serif;font-size:clamp(20px,2.2vw,32px);font-weight:700;color:#0a2f33;margin:0 0 12px;line-height:1.2}.choose-section .choose-card__desc{font-size:14px;color:rgba(10,47,51,.65);line-height:1.5;margin:0 0 24px}@media(min-width:992px){.choose-section .choose-card__desc{font-size:clamp(15px,1.3vw,20px)}}.choose-section .choose-card__link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0a2f33;margin-top:auto}.choose-section .choose-card__link i{font-size:12px;transition:transform .3s ease}.choose-section .choose-card__link:hover i{transform:translate(4px,-4px)}.choose-section .choose-nav{flex:0 0 330px;width:330px;max-width:330px;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:0 0 0 28px;position:relative;z-index:2}@media(min-width:992px){.choose-section .choose-nav{margin-left:-50px}}@media(min-width:1200px)and (max-width:1480px){.choose-section .choose-nav{gap:4px}}@media(max-width:1199px){.choose-section .choose-nav{flex:0 0 200px;width:200px;max-width:200px;padding-left:20px}}@media(max-width:767px){.choose-section .choose-nav{flex:none;width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding:18px 0 0;gap:8px}}.choose-section .choose-nav__item{display:flex;flex-direction:row;align-items:center;gap:12px;background:none;border:none;padding:6px 0;cursor:pointer;width:100%;text-align:left;transition:opacity .25s ease}.choose-section .choose-nav__item.is-active .choose-nav__icon{background:#0a2f33;color:#5edf7a}.choose-section .choose-nav__item.is-active .choose-nav__label{color:#0a2f33}.choose-section .choose-nav__item:hover:not(.is-active) .choose-nav__icon{background:#0a2f33;color:#fff}.choose-section .choose-nav__item:hover:not(.is-active) .choose-nav__label{color:#0a2f33}@media(min-width:1200px)and (max-width:1480px){.choose-section .choose-nav__item{padding:3px 0;gap:8px}}@media(max-width:767px){.choose-section .choose-nav__item{width:auto}}.choose-section .choose-nav__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#d3f2d9;color:#0a2f33;font-size:18px;flex-shrink:0;border:5px solid #fff;box-shadow:0 2px 8px rgba(10,47,51,.08);transition:background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}@media(min-width:1200px)and (max-width:1480px){.choose-section .choose-nav__icon{width:34px;height:34px;font-size:14px;border-width:3px}}.choose-section .choose-nav__label{font-family:var(--font-heading),sans-serif;font-size:18px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(10,47,51,.6);line-height:1.3;transition:color .3s ease,opacity .3s ease}@media(min-width:1200px)and (max-width:1480px){.choose-section .choose-nav__label{font-size:13px}}@media(max-width:991px){.choose-section .choose-nav__label{font-size:14px}}.choose-section .choose-tagline{margin-top:clamp(16px,2vw,14px);text-align:center;padding-top:15px}@media(min-width:1440px){.choose-section .choose-tagline{padding-top:32px}}.choose-section .choose-tagline__text{font-family:var(--font-heading),sans-serif;font-size:clamp(16px,2.2vw,32px);font-weight:900;line-height:1.2;letter-spacing:-.02em;text-transform:uppercase;margin:0}@media(min-width:1200px)and (max-width:1480px){.choose-section .choose-tagline__text{font-size:clamp(14px,1.4vw,20px)}}.choose-section .choose-tagline__strong{color:#0a2f33}.choose-section .choose-tagline__muted{color:rgba(10,47,51,.22);margin-left:.3em}@keyframes statArrowRise{0%,to{transform:translateY(2px);opacity:.5}25%{transform:translateY(-2px);opacity:1}50%{transform:translateY(2px);opacity:.5}75%{transform:translateY(-2px);opacity:1}}@keyframes starBeat{0%,to{transform:scale(1);opacity:1}30%{transform:scale(1.28);opacity:.85}50%{transform:scale(.92);opacity:1}70%{transform:scale(1.18);opacity:.9}}.overview-section{position:relative;padding:110px 0;background-color:#fafafa}@media(max-width:991px){.overview-section{padding:64px 0}}@media(max-width:575px){.overview-section{padding:48px 0}}.overview-section .overview-shell-wrapper{min-height:clamp(220px,24vw,300px);height:100%;display:flex;flex-direction:column;background:rgba(94,223,122,.15);padding:12px;border-radius:16px}.overview-section .overview-shell-wrapper>.row{flex:1 1}.overview-section .overview-shell-wrapper>.row>[class*=col]{display:flex;flex-direction:column}.overview-section .overview-shell-wrapper>.row>[class*=col] .overview-stat{flex:1 1}.overview-section .overview-shell-wrapper>.overview-gallery{flex:1 1;height:auto;min-height:0;border:none;border-radius:0;padding:0}.overview-section .overview-stat{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:clamp(16px,2vw,24px) clamp(14px,1.8vw,20px);background:#0a2f33;border-radius:14px;overflow:hidden;min-height:clamp(150px,17vw,190px);transition:border-color .28s ease,box-shadow .28s ease}.overview-section .overview-stat:hover{border-color:rgba(94,223,122,.4);box-shadow:0 8px 32px rgba(10,47,51,.22)}.overview-section .overview-stat__head{display:inline-block;white-space:nowrap;font-size:clamp(9px,1vw,11px);font-weight:700;color:hsla(0,0%,100%,.55);text-transform:uppercase;letter-spacing:.1em;padding:3px 10px;border:1px solid hsla(0,0%,100%,.14);border-radius:999px;background:hsla(0,0%,100%,.06)}.overview-section .overview-stat__value{display:flex;align-items:baseline;justify-content:center;gap:2px}.overview-section .overview-stat__number{font-family:var(--font-heading),sans-serif;font-size:clamp(36px,4.5vw,64px);font-weight:900;color:#5edf7a;line-height:1;letter-spacing:-.02em}.overview-section .overview-stat__unit{font-family:var(--font-heading),sans-serif;font-size:clamp(18px,2.4vw,32px);font-weight:800;color:rgba(94,223,122,.68);line-height:1}.overview-section .overview-stat__label{display:flex;align-items:center;justify-content:center;gap:6px;font-size:clamp(10px,1.1vw,12px);font-weight:600;color:hsla(0,0%,100%,.62);text-transform:uppercase;letter-spacing:.09em;margin:0;line-height:1.5}.overview-section .overview-stat__label i{font-size:14px;color:rgba(94,223,122,.85);animation:statArrowRise 1.8s ease-in-out infinite;flex-shrink:0}.overview-section .overview-detail{position:relative;background:rgba(94,223,122,.15);border-radius:16px;padding:clamp(24px,3vw,40px);min-height:clamp(220px,24vw,300px);height:100%;display:flex;align-items:center;overflow:hidden}.overview-section .overview-detail__text{font-family:var(--font-heading),sans-serif;font-size:clamp(18px,1.8vw,30px);font-weight:800;text-transform:uppercase;letter-spacing:.025em;line-height:1.28;margin:0;position:relative;z-index:1}.overview-section .overview-detail__primary{color:#0a2f33}.overview-section .overview-detail__secondary{color:rgba(10,47,51,.32)}.overview-section .overview-detail__star{position:absolute;bottom:clamp(12px,2vw,22px);right:clamp(14px,2.2vw,24px);width:clamp(48px,6vw,80px);height:auto;pointer-events:none;animation:starBeat 3.6s ease-in-out infinite;z-index:2}@media(prefers-reduced-motion:reduce){.overview-section .overview-detail__star{animation:none}}.overview-section .overview-heading{display:flex;flex-direction:column}.overview-section .overview-heading__toptext{font-size:clamp(11px,1.2vw,14px);color:rgba(10,47,51,.52);font-style:italic;margin:0 0 clamp(10px,1.4vw,16px);line-height:1.5}.overview-section .overview-heading__body{display:flex;flex-direction:column;margin:0 0 clamp(12px,1.6vw,20px)}.overview-section .overview-heading__w1{font-family:var(--font-heading),sans-serif;font-size:clamp(52px,7.5vw,100px);font-weight:900;color:rgba(0,0,0,0);-webkit-text-stroke:2px #0a2f33;text-transform:uppercase;letter-spacing:-.03em;line-height:.88}.overview-section .overview-heading__w2row{display:flex;align-items:center;justify-content:flex-end;gap:clamp(10px,1.4vw,18px);margin-top:clamp(6px,.8vw,10px)}.overview-section .overview-heading__badge{display:inline-block;flex-shrink:0;background:#fff;color:#0a2f33;font-family:var(--font-heading),sans-serif;font-size:clamp(10px,1vw,13px);font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:7px 20px;border-radius:999px;border:1.5px solid rgba(10,47,51,.15);box-shadow:0 2px 10px rgba(10,47,51,.08)}.overview-section .overview-heading__w2{font-family:var(--font-heading),sans-serif;font-size:clamp(52px,7.5vw,100px);font-weight:900;color:#0a2f33;text-transform:uppercase;letter-spacing:-.03em;line-height:.88}.overview-section .overview-heading__bottomtext{font-size:clamp(11px,1.2vw,14px);color:rgba(10,47,51,.52);margin:0;line-height:1.5;text-align:center;font-style:italic}.overview-section .overview-countries{background:rgba(94,223,122,.15);border-radius:14px;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:space-evenly}.overview-section .overview-countries__row{padding:clamp(10px,1.2vw,16px) clamp(14px,2vw,22px)}.overview-section .overview-countries__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.overview-section .overview-countries__strip{display:flex;align-items:center;gap:3px;background:rgba(94,223,122,.2);border-radius:999px;padding:8px;flex-shrink:0}.overview-section .overview-countries__fimg{width:26px;height:26px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(10,47,51,.18);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.overview-section .overview-countries__fimg--emoji{font-size:16px;line-height:1;background:rgba(10,47,51,.05);border-color:rgba(10,47,51,.12)}.overview-section .overview-countries__more{font-family:var(--font-heading),sans-serif;font-size:11px;font-weight:700;color:rgba(10,47,51,.55);letter-spacing:.04em;padding-left:4px;flex-shrink:0}.overview-section .overview-countries__region{font-family:var(--font-heading),sans-serif;font-size:clamp(13px,1.5vw,22px);font-weight:900;text-transform:uppercase;letter-spacing:.01em;margin:0;line-height:1;text-align:right;color:#0a2f33}@keyframes shieldSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.security-section{position:relative;z-index:4;background-color:#fafafa;padding:80px 0 70px}@media(min-width:1200px)and (max-width:1480px){.security-section{padding:56px 0 48px}}@media(max-width:991px){.security-section{padding:50px 0 40px}}@media(max-width:575px){.security-section{padding:40px 0 32px}}.security-section .container,.security-section .security-items{position:relative}.security-section .section-title{text-transform:uppercase;letter-spacing:.04em;font-size:clamp(26px,3.2vw,50px);max-width:none;line-height:1.15;margin:0}@media(min-width:1200px)and (max-width:1480px){.security-section .section-title{font-size:clamp(20px,2.2vw,32px)}}.security-section .security-heading{display:flex;align-items:center;gap:clamp(14px,2vw,26px);margin-bottom:30px}.security-section .security-heading__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:clamp(88px,10vw,124px);height:clamp(88px,10vw,124px);border-radius:50%;background:#0a2f33;border:2px solid rgba(94,223,122,.28);box-shadow:0 0 0 10px rgba(94,223,122,.05),0 0 0 20px rgba(94,223,122,.025);animation:shieldSpin 9s linear infinite}.security-section .security-heading__icon img{width:62%;height:62%;object-fit:contain;display:block}@media(min-width:1200px)and (max-width:1480px){.security-section .security-heading__icon{width:clamp(68px,7vw,86px);height:clamp(68px,7vw,86px)}}@media(prefers-reduced-motion:reduce){.security-section .security-heading__icon{animation:none}}.security-section .security-heading__content{flex:1 1;min-width:0}@media(min-width:1200px)and (max-width:1480px){.security-section .security-heading{margin-bottom:20px}}@media(max-width:575px){.security-section .security-heading{gap:20px}.security-section .security-heading__icon{width:72px;height:72px;font-size:32px;box-shadow:none}}.security-section .sec-scramble{display:inline-block;color:#5edf7a;font-family:var(--font-heading),sans-serif;font-weight:900;letter-spacing:.04em;text-transform:uppercase;transition:opacity .1s ease;border:1px solid #5edf7a;background:#0a2f33;padding:2px 25px;border-radius:100px}@media(min-width:1200px)and (max-width:1480px){.security-section .sec-scramble{padding:2px 16px}}.security-section .sec-scramble.is-scrambling{opacity:.85}.security-section .security-thumb{height:100%;border-radius:24px;overflow:hidden;box-shadow:0 24px 64px rgba(10,47,51,.12)}@media(max-width:991px){.security-section .security-thumb{border-radius:16px;aspect-ratio:16/9;height:auto}}.security-section .security-thumb__img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.security-section .security-footer{display:flex;align-items:flex-start;gap:20px;padding:24px 28px;margin-top:8px;border-radius:16px;background:rgba(94,223,122,.07);border-left:4px solid #5edf7a}.security-section .security-footer__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:rgba(94,223,122,.15);color:#5edf7a;font-size:22px;flex-shrink:0;margin-top:2px}.security-section .security-footer__body{flex:1 1}.security-section .security-footer__headline{display:block;font-family:var(--font-heading),sans-serif;font-size:17px;font-weight:800;color:#0a2f33;letter-spacing:.02em;margin-bottom:6px;text-transform:uppercase}.security-section .security-footer__text{font-size:14px;color:#4a585c;line-height:1.75;margin:0}@media(max-width:575px){.security-section .security-footer{flex-direction:column;gap:14px;padding:20px}.security-section .security-footer__icon{width:40px;height:40px;font-size:18px}.security-section .security-footer__headline{font-size:15px}.security-section .security-footer__text{font-size:13px}}.security-section .security-item{position:relative;display:grid;grid-template-columns:60px 48% 1fr;align-items:center;min-height:clamp(88px,9vw,114px);padding:clamp(16px,2vw,26px) 16px;border-bottom:1px solid rgba(10,47,51,.09);transition:background .28s ease;cursor:default}@media(min-width:1200px)and (max-width:1480px){.security-section .security-item{min-height:clamp(68px,6.5vw,88px);padding:clamp(12px,1.4vw,18px) 16px;grid-template-columns:48px 48% 1fr}}@media(min-width:1400px){.security-section .security-item{padding-left:50px}}.security-section .security-item:first-child{border-top:1px solid rgba(10,47,51,.09)}.security-section .security-item__icon{grid-column:1;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#0a2f33;color:#5edf7a;font-size:22px;transition:background .28s ease,color .28s ease,transform .28s ease}@media(min-width:1200px)and (max-width:1480px){.security-section .security-item__icon{width:36px;height:36px;font-size:16px}}.security-section .security-item__content{grid-column:3;padding-left:20px}.security-section .security-item__title{font-family:var(--font-heading),sans-serif;font-size:clamp(18px,2.2vw,28px);font-weight:800;color:#0a2f33;text-transform:uppercase;letter-spacing:.04em;line-height:1.15;margin:0;transition:color .28s ease}@media(min-width:1200px)and (max-width:1480px){.security-section .security-item__title{font-size:clamp(14px,1.5vw,20px)}}.security-section .security-item__desc{font-size:13px;color:rgba(10,47,51,.52);line-height:1.72;margin-top:6px;opacity:0;transform:translateY(-4px);transition:opacity .28s ease,transform .28s ease}@media(max-width:1599px){.security-section .security-item__desc{opacity:1;transform:translateY(0)}}.security-section .security-item__hover-img{position:absolute;left:calc(24% - 20px);top:50%;transform:translateY(-50%) translateX(-14px) scale(.92);width:160px;height:180px;border-radius:0;overflow:hidden;opacity:0;z-index:5;pointer-events:none;transition:opacity .32s ease,transform .38s cubic-bezier(.34,1.56,.64,1)}.security-section .security-item__hover-img img{width:100%;height:100%;object-fit:cover;display:block}.security-section .security-item.is-active,.security-section .security-item:hover{background:#fff}.security-section .security-item.is-active .security-item__icon,.security-section .security-item:hover .security-item__icon{background:#5edf7a;color:#0a2f33;transform:rotate(-8deg)}.security-section .security-item.is-active .security-item__title,.security-section .security-item:hover .security-item__title{color:#5edf7a}.security-section .security-item.is-active .security-item__desc,.security-section .security-item:hover .security-item__desc{opacity:1;transform:translateY(0)}.security-section .security-item.is-active .security-item__hover-img,.security-section .security-item:hover .security-item__hover-img{opacity:1;transform:translateY(-50%) translateX(0) scale(1)}@media(max-width:1199px){.security-section .security-item{grid-template-columns:60px 42% 1fr}}@media(max-width:991px){.security-section .security-item{grid-template-columns:60px 36% 1fr}.security-section .security-item__hover-img{width:130px;height:150px}}@media(max-width:767px){.security-section .security-item{grid-template-columns:52px 1fr}.security-section .security-item__icon{grid-column:1}.security-section .security-item__content{grid-column:2;padding-left:12px}.security-section .security-item__hover-img{display:none}.security-section .security-item__title{font-size:16px}}@media(max-width:479px){.security-section .security-item__icon{width:40px;height:40px;font-size:19px;border-radius:10px}.security-section .security-item__title{font-size:15px}.security-section .security-item__desc{font-size:12px}}.faq-section{position:relative;z-index:5;overflow:hidden;padding:90px 0;background-color:#fafafa}.faq-section__bg{position:absolute;inset:-40%;background-size:cover;background-position:50%;background-repeat:no-repeat;transform:rotate(35deg) translate(0);animation:faqBgDrift 24s ease-in-out infinite;z-index:0;pointer-events:none;will-change:transform}.faq-section__bg--mesh{background-image:url(/assets/images/element/twisted-mesh-lines.webp)}.faq-section:before{content:"";position:absolute;inset:0;background:rgba(250,250,250,.82);z-index:1;pointer-events:none}.faq-section>.container{position:relative;z-index:2}@media(min-width:992px){.faq-section{min-height:100vh;display:flex;align-items:flex-start;padding:60px 0}.faq-section .container{width:100%}}.faq-section .faq-heading{margin-bottom:0;text-align:center}.faq-section .faq-heading__line{font-family:var(--font-heading),sans-serif;font-size:clamp(36px,4.5vw,62px);font-weight:900;line-height:1.05;color:#0a2f33;margin:0 0 8px;letter-spacing:-.025em}.faq-section .faq-heading__line--arrow{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:0}.faq-section .faq-heading__arrow-badge{display:inline-flex;align-items:center;justify-content:center;width:clamp(44px,5vw,58px);height:clamp(44px,5vw,58px);border-radius:50%;border:2.5px solid #0a2f33;font-size:clamp(18px,2.2vw,24px);color:#0a2f33;flex-shrink:0;transition:background .3s ease,color .3s ease}.faq-section .faq-heading__caption{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:20px;padding-left:0}.faq-section .faq-heading__caption-plain{font-size:clamp(14px,1.4vw,18px);font-style:italic;color:rgba(10,47,51,.42);font-weight:400;letter-spacing:.01em}.faq-section .faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}@media(max-width:991px){.faq-section .faq-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.faq-section .faq-grid{grid-template-columns:1fr}}.faq-section .faq-card{background:#fff;border:1px solid rgba(10,47,51,.09);border-radius:0;padding:22px 20px 24px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:border-color .35s ease,box-shadow .35s ease,background .35s ease}.faq-section .faq-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-shrink:0;width:100%}.faq-section .faq-card__q{font-family:var(--font-heading),sans-serif;font-size:clamp(20px,2vw,28px);font-weight:800;color:#0a2f33;line-height:1.22;letter-spacing:-.022em;margin:0;flex:1 1;text-align:center;flex-shrink:0;transition:font-size .35s ease,line-height .35s ease,color .3s ease}.faq-section .faq-card__toggle{display:none;align-items:center;justify-content:center;width:26px;height:26px;min-width:26px;border-radius:50%;border:1.5px solid rgba(10,47,51,.2);background:rgba(0,0,0,0);color:#0a2f33;font-size:13px;cursor:pointer;flex-shrink:0;margin-top:3px;transition:background .25s ease,border-color .25s ease,color .25s ease}.faq-section .faq-card__toggle i{transition:transform .3s ease}@media(max-width:991px){.faq-section .faq-card__toggle{display:flex}}.faq-section .faq-card__body{max-height:0;overflow:hidden;opacity:0;margin-top:0;flex-shrink:0;width:100%;transition:max-height .42s ease,opacity .32s ease .08s,margin-top .35s ease}.faq-section .faq-card__body p{font-size:13px;color:rgba(10,47,51,.55);line-height:1.72;margin:0;text-align:center}@media(min-width:992px){.faq-section .faq-card{height:190px;cursor:pointer}.faq-section .faq-card.is-active,.faq-section .faq-card:hover{background:#5edf7a;border-color:#5edf7a;box-shadow:0 8px 28px rgba(94,223,122,.35)}.faq-section .faq-card.is-active .faq-card__q,.faq-section .faq-card:hover .faq-card__q{font-size:13px;line-height:1.42;color:#0a2f33}.faq-section .faq-card.is-active .faq-card__body,.faq-section .faq-card:hover .faq-card__body{max-height:210px;opacity:1;margin-top:10px}.faq-section .faq-card.is-active .faq-card__body p,.faq-section .faq-card:hover .faq-card__body p{line-height:1.45;color:rgba(10,47,51,.72)}}@media(max-width:991px){.faq-section .faq-card{height:auto}.faq-section .faq-card.is-active{background:#5edf7a;border-color:#5edf7a}.faq-section .faq-card.is-active .faq-card__q{font-size:13px;line-height:1.42;color:#0a2f33}.faq-section .faq-card.is-active .faq-card__body{max-height:300px;opacity:1;margin-top:12px}.faq-section .faq-card.is-active .faq-card__body p{color:rgba(10,47,51,.72)}.faq-section .faq-card.is-active .faq-card__toggle{background:#0a2f33;border-color:#0a2f33;color:#5edf7a}.faq-section .faq-card.is-active .faq-card__toggle i{transform:rotate(45deg)}}@media(max-width:767px){.faq-section{padding:60px 0}}@keyframes faqBgDrift{0%{transform:rotate(35deg) translate(0)}25%{transform:rotate(35deg) translate(-4%,-3%)}50%{transform:rotate(35deg) translate(-2%,4%)}75%{transform:rotate(35deg) translate(4%,2%)}to{transform:rotate(35deg) translate(0)}}@keyframes detThumbSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes detRain{0%{background-position:0 220px,3px 220px,151.5px 337.5px,25px 24px,28px 24px,176.5px 150px,50px 16px,53px 16px,201.5px 91px,75px 224px,78px 224px,226.5px 350.5px,100px 19px,103px 19px,251.5px 121px,125px 120px,128px 120px,276.5px 187px,150px 31px,153px 31px,301.5px 120.5px,175px 235px,178px 235px,326.5px 384.5px,200px 121px,203px 121px,351.5px 228.5px,225px 224px,228px 224px,376.5px 364.5px,250px 26px,253px 26px,401.5px 105px,275px 75px,278px 75px,426.5px 180px}to{background-position:0 6800px,3px 6800px,151.5px 6917.5px,25px 13632px,28px 13632px,176.5px 13758px,50px 5416px,53px 5416px,201.5px 5491px,75px 17175px,78px 17175px,226.5px 17301.5px,100px 5119px,103px 5119px,251.5px 5221px,125px 8428px,128px 8428px,276.5px 8495px,150px 9876px,153px 9876px,301.5px 9965.5px,175px 13391px,178px 13391px,326.5px 13540.5px,200px 14741px,203px 14741px,351.5px 14848.5px,225px 18770px,228px 18770px,376.5px 18910.5px,250px 5082px,253px 5082px,401.5px 5161px,275px 6375px,278px 6375px,426.5px 6480px}}.details-section{background:#0a2f33;padding:120px 0 80px;position:relative;overflow:hidden}@media(max-width:991px){.details-section{padding:64px 0 56px}}@media(max-width:575px){.details-section{padding:48px 0 40px}}.details-section__head{display:flex;flex-direction:column;gap:36px;padding-bottom:64px;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:767px){.details-section__head{gap:24px;padding-bottom:40px}}.details-section__title{font-family:var(--font-heading),sans-serif;font-size:clamp(38px,5.5vw,80px);font-weight:900;color:#fff;line-height:1;margin:0;letter-spacing:-.025em;text-transform:uppercase;text-align:center}.details-section__head-bottom{position:relative;display:flex;align-items:center;gap:0}.details-section__desc{flex:0 0 38%;max-width:38%;font-size:24px;color:hsla(0,0%,100%,.45);line-height:1.5;margin:0;padding-right:clamp(72px,6vw,90px)}@media(max-width:991px){.details-section__desc{font-size:15px}}@media(max-width:767px){.details-section__desc{flex:0 0 100%;max-width:100%;padding-right:0;font-size:14px}}.details-section__head-img{flex:1 1;overflow:hidden;max-height:380px}.details-section__head-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:767px){.details-section__head-img{border-radius:14px;max-height:220px}}.details-section__thumb{position:absolute;left:38%;top:50%;transform:translate(-50%,-50%);width:clamp(80px,6.5vw,105px);height:clamp(80px,6.5vw,105px);border-radius:50%;background:#5edf7a;display:flex;align-items:center;justify-content:center;text-decoration:none;z-index:2;transition:transform .4s ease}.details-section__thumb:hover{transform:translate(-50%,-50%) scale(1.07)}.details-section__thumb i{font-size:clamp(20px,2vw,26px);color:#fff;transform:rotate(45deg);position:relative;z-index:1}@media(max-width:768px){.details-section__thumb{display:none}}.details-section__thumb-svg{position:absolute;inset:0;width:100%;height:100%;border-radius:50%;animation:detThumbSpin 10s linear infinite}.details-section__thumb-svg text{font-size:12.5px;font-family:var(--font-heading),sans-serif;font-weight:700;fill:hsla(0,0%,100%,.75);letter-spacing:.08em;text-transform:uppercase}.details-section .details-items{display:grid;grid-template-columns:1fr}@media(min-width:1240px){.details-section .details-items{grid-template-columns:repeat(2,1fr)}.details-section .details-items .details-item:nth-child(odd){border-right:1px solid hsla(0,0%,100%,.1);padding-right:48px}.details-section .details-items .details-item:nth-child(2n){padding-left:48px}.details-section .details-items .details-item:last-child:nth-child(odd){grid-column:1/-1;border-right:none;padding-right:0}}.details-section .details-items .details-item{display:grid;grid-template-columns:42px clamp(220px,44%,330px) 1fr;align-items:center;gap:22px;padding:52px 0;border-bottom:1px solid hsla(0,0%,100%,.1);transition:background .3s ease;position:relative;overflow:hidden}.details-section .details-items .details-item:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;--c:rgba(94,223,122,0.03);background-image:radial-gradient(4px 100px at 0 235px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 235px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 117.5px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 252px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 252px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 126px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 150px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 150px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 75px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 253px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 253px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 126.5px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 204px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 204px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 102px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 134px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 134px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 67px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 179px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 179px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 89.5px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 299px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 299px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 149.5px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 215px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 215px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 107.5px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 281px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 281px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 140.5px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 158px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 158px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 79px,var(--c) 100%,rgba(0,0,0,0) 150%),radial-gradient(4px 100px at 0 210px,var(--c),rgba(0,0,0,0)),radial-gradient(4px 100px at 300px 210px,var(--c),rgba(0,0,0,0)),radial-gradient(1.5px 1.5px at 150px 105px,var(--c) 100%,rgba(0,0,0,0) 150%);background-size:300px 235px,300px 235px,300px 235px,300px 252px,300px 252px,300px 252px,300px 150px,300px 150px,300px 150px,300px 253px,300px 253px,300px 253px,300px 204px,300px 204px,300px 204px,300px 134px,300px 134px,300px 134px,300px 179px,300px 179px,300px 179px,300px 299px,300px 299px,300px 299px,300px 215px,300px 215px,300px 215px,300px 281px,300px 281px,300px 281px,300px 158px,300px 158px,300px 158px,300px 210px,300px 210px,300px 210px;animation:detRain 500s linear infinite}.details-section .details-items .details-item>*{position:relative;z-index:1}@media(max-width:1399px){.details-section .details-items .details-item{grid-template-columns:42px clamp(140px,22%,260px) 1fr;gap:18px}}@media(max-width:1199px){.details-section .details-items .details-item{grid-template-columns:42px clamp(160px,24%,280px) 1fr;gap:20px;padding:40px 0}}@media(max-width:767px){.details-section .details-items .details-item{grid-template-columns:42px 1fr;grid-template-rows:auto auto;gap:16px 16px;padding:32px 0}}@media(max-width:575px){.details-section .details-items .details-item{gap:12px 16px;padding:28px 0}}.details-section .details-items .details-item__num-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;align-self:flex-start;padding-top:8px;max-width:42px;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;background:rgba(94,223,122,.08)}@media(max-width:767px){.details-section .details-items .details-item__num-wrap{grid-row:1;grid-column:1;padding-top:6px}}.details-section .details-items .details-item__num{font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:hsla(0,0%,100%,.5);letter-spacing:.12em;line-height:1}.details-section .details-items .details-item__icon{display:inline-flex;align-items:center;justify-content:center;width:100%;height:38px;border-radius:0 0 10px 10px;background:rgba(94,223,122,.4);color:#fff;font-size:18px;flex-shrink:0}.details-section .details-items .details-item__title{font-family:var(--font-heading),sans-serif;font-size:clamp(20px,2vw,32px);font-weight:900;color:#fff;line-height:1;margin:0;text-transform:uppercase;letter-spacing:-.02em;transition:color .3s ease;min-width:0;overflow-wrap:break-word}@media(max-width:767px){.details-section .details-items .details-item__title{grid-row:1;grid-column:2;font-size:clamp(16px,4.5vw,22px)}}.details-section .details-items .details-item__body{display:flex;flex-direction:column;gap:18px}@media(max-width:767px){.details-section .details-items .details-item__body{grid-row:2;grid-column:1/-1;gap:12px}}.details-section .details-items .details-item__desc{font-size:15px;color:hsla(0,0%,100%,.48);line-height:1.75;margin:0}@media(max-width:575px){.details-section .details-items .details-item__desc{font-size:14px}}.details-section .details-items .details-item__link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#5edf7a;text-decoration:none;transition:gap .3s ease,color .3s ease}.details-section .details-items .details-item__link i{font-size:14px;transition:transform .3s ease}.details-section .details-items .details-item__link:hover{gap:14px;color:#fff}.details-section .details-items .details-item__link:hover i{transform:translateX(3px)}.details-section .details-items .details-item:hover .details-section .details-items .details-item__title{color:#5edf7a}html[dir=rtl] .details-section__thumb i{transform:rotate(-45deg)}html[dir=rtl] .details-item__link i{transform:rotate(180deg)}html[dir=rtl] .details-item__link:hover i{transform:rotate(180deg) translateX(3px)}html[dir=rtl] .how-it-works .section-heading{text-align:right}html[dir=rtl] .how-it-works .section-title .bullet-points{margin-left:0;margin-right:12px}html[dir=rtl] .hiw-card{border-right:none;border-left:5px solid rgba(94,223,122,.4)}html[dir=rtl] .hiw-card__num{margin-right:0;margin-left:4px}html[dir=rtl] .hiw-card__foot{padding-right:0;padding-left:58px}html[dir=rtl] .hiw-card__arrow{right:auto;left:0}@media(min-width:992px){html[dir=rtl] .choose-section .choose-nav{margin-left:0;margin-right:-50px}}@media(min-width:1200px){html[dir=rtl] .choose-section .choose-nav{padding-left:0;padding-right:20px}}html[dir=rtl] .choose-section .choose-nav__item{text-align:right}html[dir=rtl] .choose-section .choose-tagline__muted{margin-left:0;margin-right:.3em}html[dir=rtl] .overview-section .overview-detail__star{right:auto;left:clamp(14px,2.2vw,24px)}html[dir=rtl] .overview-section .overview-countries__more{padding-left:0;padding-right:4px}html[dir=rtl] .overview-section .overview-countries__region{text-align:left}html[dir=rtl] .security-section .security-footer{border-left:none;border-right:4px solid #5edf7a}html[dir=rtl] .security-section .security-item__content{padding-left:0;padding-right:20px}html[dir=rtl] .security-section .security-item__hover-img{left:auto;right:calc(24% - 20px)}@media(min-width:1240px){html[dir=rtl] .details-items .details-item:nth-child(odd){border-right:none;border-left:1px solid hsla(0,0%,100%,.1);padding-right:0;padding-left:48px}html[dir=rtl] .details-items .details-item:nth-child(2n){padding-left:0;padding-right:48px}html[dir=rtl] .details-items .details-item:last-child:nth-child(odd){border-left:none;padding-left:0}}html[dir=rtl] .details-section__thumb{left:auto;right:38%;transform:translate(50%,-50%)}html[dir=rtl] .details-section__thumb:hover{transform:translate(50%,-50%) scale(1.07)}.blog-section.style-01 .blog-thumb{height:500px}@media only screen and (max-width:1199px){.blog-section.style-01 .blog-thumb{height:360px}}@media only screen and (max-width:991px){.blog-section.style-01 .blog-thumb{height:auto}}.blog-section.style-01 .blog-thumb img{height:100%;object-fit:cover;object-position:center}.blog-item{box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:10px}.blog-thumb{position:relative}.blog-thumb img{width:100%;border-radius:10px 10px 0 0;transition:all .5s;z-index:-1}.blog-thumb .category{position:absolute;left:0;bottom:-17px;background-color:#fff;color:#5edf7a;font-weight:500;padding:8px 20px;border-radius:0 10px 0 0;z-index:1}.blog-content{padding:20px}.blog-content .title{color:#0c1d20;font-weight:700}.blog-content .title a{transition:all .3s}.blog-content .title a:hover{color:#5edf7a}@media only screen and (max-width:575px){.blog-content .title{font-size:18px}.blog-content .title p{font-size:12px}.blog-content p{font-size:14px}}.blog-btn{display:flex;align-items:center;justify-content:space-between}.blog-btn span{color:#0c1d20;font-weight:600}.blog-btn a,.blog-btn span i{color:#5edf7a}.blog-btn a{font-size:14px;transition:all .3s}.blog-btn a i{position:relative;top:1px}@media only screen and (max-width:575px){.blog-btn a i{font-size:12px}}.blog-btn a:hover{color:#0c1d20}@media only screen and (max-width:575px){.blog-btn a{font-size:12px}}.blog-list{margin-top:30px;margin-bottom:20px}.blog-list li{position:relative;font-weight:400;padding-left:35px;padding-bottom:15px}.blog-list li:before{position:absolute;top:2px;left:0;content:"";font-family:Line Awesome Free;width:20px;height:20px;line-height:20px;background-color:#5edf7a;border-radius:50%;font-size:14px;color:#fff;text-align:center;font-weight:900}.blog-tag-wrapper{display:flex;flex-wrap:wrap;align-items:center;border-top:1px dashed #d5e7e9;padding-top:20px;margin-top:30px}.blog-tag-wrapper span{font-weight:600;margin-right:10px}.blog-tag-wrapper .blog-footer-tag li{display:inline-block;background-color:#d7e1e9;padding:3px 10px;font-weight:500;font-size:14px}.blog-tag-wrapper .blog-footer-tag li+li{margin-left:10px}.blog-comment-area{margin-top:40px}.blog-sidebar{position:sticky;top:10%}.widget-box{background:#fff;border:1px solid #f1f1f1;box-shadow:0 10px 15px rgba(221,221,221,.15);padding:30px;border-radius:10px}@media only screen and (max-width:991px){.widget-box{padding:20px}}.widget-box .widget-title{margin-bottom:20px;position:relative;z-index:2}.widget-box .widget-title:before{position:absolute;content:"";top:3px;left:-30px;width:3px;height:20px;background-color:#5edf7a}@media only screen and (max-width:991px){.widget-box .widget-title:before{left:-20px}}.search-widget-box .search-form{position:relative}.search-widget-box .search-form button,.search-widget-box .search-form input[type=button],.search-widget-box .search-form input[type=reset],.search-widget-box .search-form input[type=submit]{position:absolute;top:20px;right:20px;background-color:rgba(0,0,0,0);color:#4a585c}.category-widget-box .category-list{margin-bottom:-15px}.category-widget-box .category-list li{border:1px solid #d5e7e9;padding:15px 20px;border-radius:10px;margin-bottom:15px}.category-widget-box .category-list li a{display:block;transition:all .3s}.category-widget-box .category-list li a:hover{color:#5edf7a}.category-widget-box .category-list li span{float:right}.popular-widget-box{margin-bottom:-20px}.single-popular-item{margin-bottom:30px}.single-popular-item .popular-item-thumb{width:90px;height:90px;border-radius:5px;overflow:hidden}.single-popular-item .popular-item-thumb a{display:block;height:100%}.single-popular-item .popular-item-thumb img{width:100%;height:100%;object-fit:cover}.single-popular-item .popular-item-content{width:calc(100% - 90px);padding-left:20px}.single-popular-item .popular-item-content .title{margin-bottom:0}.single-popular-item .popular-item-content .title a{transition:all .3s}.single-popular-item .popular-item-content .title a:hover{color:#5edf7a}.single-popular-item .popular-item-content .date{font-size:13px;font-weight:600;margin-bottom:10px}.tag-widget-box .tag-list{margin:-5px}.tag-widget-box .tag-list li{display:inline-block;border:1px solid #d5e7e9;font-size:14px;border-radius:5px;padding:5px 10px;margin:5px;transition:all .3s}.tag-widget-box .tag-list li:hover{border:1px solid #5edf7a;color:#5edf7a}.journal-section{background:#fafafa;padding:80px 0 100px}@media(max-width:991px){.journal-section{padding:60px 0 70px}}@media(max-width:575px){.journal-section{padding:48px 0 56px}}.journal-hero{background:#0a2f33;padding:150px 0 70px}@media(max-width:991px){.journal-hero{padding:130px 0 56px}}@media(max-width:575px){.journal-hero{padding:110px 0 44px}}.journal-hero__inner{max-width:860px}.journal-hero__tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#0a2f33;background:#5edf7a;padding:5px 12px;border-radius:100px;margin-bottom:16px}.journal-hero__tag,.journal-hero__title{font-family:var(--font-heading),sans-serif}.journal-hero__title{font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0}.journal-hero__date{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:hsla(0,0%,100%,.6);margin:18px 0 0}.journal-hero__date i{color:#5edf7a;font-size:16px}.journal-grid{margin-top:26px}@media(max-width:575px){.journal-grid{margin-top:20px}}.journal-card{position:relative;display:block;height:260px;border-radius:18px;overflow:hidden;background:#0a2f33;text-decoration:none;isolation:isolate}.journal-card--featured{height:430px;border-radius:22px}@media(max-width:1199px){.journal-card--featured{height:360px}}@media(max-width:575px){.journal-card--featured{height:280px}.journal-card{height:230px}}.journal-card__shade{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(10,47,51,.94) 0,rgba(10,47,51,.72) 42%,rgba(10,47,51,.05))}.journal-card__body{position:absolute;inset-inline:0;bottom:0;z-index:2;display:block;padding:clamp(18px,2.4vw,30px)}.journal-card__tag{display:inline-block;font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:#0a2f33;background:#5edf7a;padding:5px 12px;border-radius:100px;margin-bottom:12px}.journal-card__tag,.journal-card__title{font-family:var(--font-heading),sans-serif;font-weight:700}.journal-card__title{font-size:20px;line-height:1.28;color:#fff;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.journal-card--featured .journal-card__title{font-size:clamp(24px,3vw,38px);-webkit-line-clamp:3}.journal-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px;margin-top:14px}.journal-card__date{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.72)}.journal-card__date i{color:#5edf7a;font-size:15px}.journal-card__more{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:#5edf7a;transition:gap .22s ease}.journal-card:hover .journal-media__img{transform:scale(1.06)}.journal-card:hover .journal-card__more{gap:12px}.journal-card:focus-visible{outline:2px solid #5edf7a;outline-offset:3px}.journal-media{position:absolute;inset:0;display:block;overflow:hidden}.journal-media__img{object-fit:cover;object-position:center;transition:transform .5s ease}.journal-filter{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 18px;margin-bottom:20px;border:1px solid #d5e7e9;border-radius:100px;background:#fff}.journal-filter__label{font-size:14px;font-weight:600;color:#0c1d20}.journal-filter__clear{display:inline-flex;align-items:center;gap:6px;border:none;background:rgba(0,0,0,0);padding:0;font-size:13px;font-weight:600;color:#4a585c;cursor:pointer;transition:color .22s ease}.journal-filter__clear:hover{color:#5edf7a}.journal-sidebar{position:sticky;top:110px;display:flex;flex-direction:column;gap:24px}@media(max-width:991px){.journal-sidebar{position:static}}.journal-widget{padding:26px;border-radius:20px;border:1px solid #d5e7e9;background:#f2f8f9}@media(max-width:575px){.journal-widget{padding:20px}}.journal-widget__title{font-family:var(--font-heading),sans-serif;font-size:20px;font-weight:700;color:#0c1d20;margin:0 0 18px}.journal-widget__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.journal-widget__row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border:none;border-radius:12px;background:rgba(0,0,0,0);text-align:start;font-size:15px;color:#4a585c;cursor:pointer;transition:background .22s ease,color .22s ease}.journal-widget__row.is-active,.journal-widget__row:hover{background:#fff;color:#0c1d20}.journal-widget__row.is-active .journal-widget__count{background:#5edf7a;color:#0a2f33}.journal-widget span.journal-widget__row{cursor:default}.journal-widget span.journal-widget__row:hover{background:rgba(0,0,0,0);color:#4a585c}.journal-widget__row-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-widget__count{flex-shrink:0;min-width:26px;height:26px;padding:0 8px;border-radius:100px;background:rgba(10,47,51,.08);color:#0c1d20;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:background .22s ease,color .22s ease}.journal-recent{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.journal-recent__link{display:flex;align-items:center;gap:14px;text-decoration:none}.journal-recent__thumb{position:relative;flex-shrink:0;width:72px;height:72px;border-radius:12px;overflow:hidden;background:#0a2f33}.journal-recent__body{min-width:0;display:flex;flex-direction:column;gap:5px}.journal-recent__date{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#4a585c}.journal-recent__date i{color:#5edf7a}.journal-recent__title{font-family:var(--font-heading),sans-serif;font-size:15px;font-weight:600;line-height:1.4;color:#0c1d20;transition:color .22s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.journal-recent__link:hover .journal-recent__title{color:#5edf7a}.journal-recent__link:hover .journal-media__img{transform:scale(1.08)}.journal-socials{display:flex;align-items:center;gap:10px}.journal-socials__link{width:42px;height:42px;border-radius:50%;border:1px solid #d5e7e9;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#0c1d20;font-size:16px;transition:background .22s ease,color .22s ease,transform .22s ease}.journal-socials__link:hover{background:#5edf7a;border-color:#5edf7a;color:#0a2f33;transform:translateY(-2px)}.journal-article__media{position:relative;height:clamp(220px,34vw,420px);border-radius:20px;overflow:hidden;background:#0a2f33;margin-bottom:30px}.journal-article__body{font-size:16px;line-height:1.85;color:#4a585c}.journal-article__body p{margin:0 0 18px}.journal-article__body h2,.journal-article__body h3,.journal-article__body h4{font-family:var(--font-heading),sans-serif;color:#0c1d20;margin:32px 0 12px;line-height:1.3}.journal-article__body h2{font-size:clamp(21px,2.4vw,28px)}.journal-article__body h3{font-size:clamp(18px,2vw,22px)}.journal-article__body h4{font-size:18px}.journal-article__body ol,.journal-article__body ul{margin:0 0 18px;padding-inline-start:22px}.journal-article__body li{margin-bottom:8px}.journal-article__body a{color:#5edf7a;text-decoration:underline}.journal-article__body img{max-width:100%;height:auto;border-radius:14px;margin:8px 0 22px}.journal-article__body blockquote{margin:24px 0;padding:18px 24px;border-inline-start:3px solid #5edf7a;background:#f2f8f9;border-radius:0 14px 14px 0}.journal-article__body [style*=color]{color:inherit!important}.journal-article__tags{display:flex;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px dashed #d5e7e9;padding-top:22px;margin-top:32px}.journal-article__tags-label{font-weight:700;color:#0c1d20}.journal-article__tags ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.journal-article__tags li{font-size:13px;font-weight:500;color:#4a585c;background:#f2f8f9;border:1px solid #d5e7e9;border-radius:100px;padding:5px 14px}.journal-article__back{display:inline-flex;align-items:center;gap:8px;margin-top:32px;font-size:14px;font-weight:600;color:#0c1d20;text-decoration:none;transition:color .22s ease,gap .22s ease}.journal-article__back i{color:#5edf7a}.journal-article__back:hover{color:#5edf7a;gap:12px}.journal-state{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:56px 32px;border:1px dashed #d5e7e9;border-radius:20px;background:#fff}.journal-state>i{font-size:38px;color:#5edf7a}.journal-state p{margin:0;font-size:16px;color:#4a585c}.journal-state--error>i{color:#e05252}.journal-skel__featured{display:block;width:100%;height:430px;border-radius:22px}@media(max-width:1199px){.journal-skel__featured{height:360px}}@media(max-width:575px){.journal-skel__featured{height:280px}}.journal-skel__card{display:block;width:100%;height:260px;border-radius:18px}@media(max-width:575px){.journal-skel__card{height:230px}}.journal-skel__heading{display:block;width:55%;height:20px;margin-bottom:18px}.journal-skel__heading--article{width:85%;height:34px;margin:14px 0 24px}.journal-skel__hero-title{display:block;width:min(600px,80%);height:40px}.journal-skel__stack{margin-top:4px}.journal-skel__row{display:block;width:100%;height:46px;border-radius:12px}.journal-skel__thumb{display:block;width:72px;height:72px;flex-shrink:0}.journal-skel__line{display:block;width:100%;height:14px}.journal-skel__line--short{width:45%;height:11px}[dir=rtl] .journal-article__back i,[dir=rtl] .journal-card__more i{transform:rotate(180deg)}.contact-section{position:relative;background:#f2f8f9;overflow:hidden}.contact-section__bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;opacity:.6;animation:contactBgDrift 12s ease-in-out infinite alternate;pointer-events:none;-webkit-user-select:none;user-select:none}.contact-section .container{position:relative;z-index:1}.contact-contents{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(48px,6vw,80px) clamp(24px,4vw,56px) clamp(48px,6vw,72px) 0}@media(max-width:1399px){.contact-contents{padding-right:clamp(20px,3vw,40px)}}@media(max-width:991px){.contact-contents{padding:48px 0 40px}}.contact-contents__top{display:flex;align-items:center;justify-content:flex-end;gap:clamp(10px,1.2vw,16px)}.contact-contents__indicator{width:clamp(16px,1.8vw,28px);height:auto;flex-shrink:0;animation:indicatorBounce 1.8s ease-in-out infinite}.contact-contents__title-wrap{flex:1 1;display:flex;align-items:center;padding:clamp(24px,3vw,40px) 0}.contact-contents__title{font-family:var(--font-heading),sans-serif;font-size:clamp(52px,8vw,114px);font-weight:900;line-height:.9;letter-spacing:-.03em;text-transform:uppercase;color:#0a2f33;margin:0}.contact-contents__infos{display:flex;flex-direction:column}.contact-contents__info-item{display:flex;align-items:flex-start;gap:clamp(12px,1.4vw,18px);padding:clamp(14px,1.6vw,20px) 0;border-top:1px solid rgba(10,47,51,.1)}.contact-contents__info-item:last-child{border-bottom:1px solid rgba(10,47,51,.1)}.contact-contents__info-num{font-family:var(--font-heading),sans-serif;font-size:clamp(11px,1vw,13px);font-weight:700;color:rgba(10,47,51,.28);letter-spacing:.06em;min-width:24px;padding-top:2px}.contact-contents__info-body{display:flex;flex-direction:column;gap:4px}.contact-contents__info-label{font-size:clamp(12px,1.1vw,14px);font-weight:700;color:#0a2f33}.contact-contents__info-text{font-size:clamp(12px,1.1vw,13px);color:rgba(10,47,51,.55);line-height:1.7;margin:0}.contact-contents__info-text a{color:inherit;text-decoration:none;transition:color .2s ease}.contact-contents__info-text a:hover{color:#0a2f33}@keyframes indicatorBounce{0%,to{transform:translateY(0);opacity:1}40%{transform:translateY(7px);opacity:.7}60%{transform:translateY(3px);opacity:.9}}@keyframes contactBgDrift{0%{transform:scale(1.04) translate(0)}25%{transform:scale(1.06) translate(-8px,-6px)}50%{transform:scale(1.05) translate(6px,-10px)}75%{transform:scale(1.07) translate(-4px,6px)}to{transform:scale(1.04) translate(8px,4px)}}.contact-sub-ticker{display:grid;grid-template-rows:auto;min-width:0}.contact-sub-ticker__item{grid-row:1;grid-column:1;font-size:clamp(14px,1.6vw,22px);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#0a2f33;margin:0;white-space:nowrap;opacity:0;clip-path:inset(0 100% 0 0);pointer-events:none;-webkit-user-select:none;user-select:none}.contact-sub-ticker__item.is-active{opacity:1;animation:subTextReveal 3s linear forwards;pointer-events:auto}.contact-sub-ticker__item.is-leaving{opacity:0;clip-path:inset(0 100% 0 0);transition:opacity .3s ease}@keyframes subTextReveal{0%{clip-path:inset(0 100% 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.contact-form-area{position:relative;height:calc(100% - clamp(32px,4vw,64px));min-height:clamp(480px,55vw,680px);margin:clamp(16px,2vw,32px);border-radius:16px;display:flex;align-items:flex-end;overflow:hidden}.contact-form-area__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;z-index:0}.contact-form-area__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,47,51,.97) 0,rgba(10,47,51,.85) 55%,rgba(10,47,51,.2));z-index:1}.contact-form-area__socials{position:absolute;top:clamp(16px,2vw,24px);right:clamp(16px,2vw,24px);z-index:3;display:flex;align-items:center;gap:10px}.contact-form-area__social-link{width:clamp(32px,3.2vw,40px);height:clamp(32px,3.2vw,40px);border-radius:50%;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;color:#fff;font-size:clamp(13px,1.3vw,16px);text-decoration:none;transition:background .22s ease,border-color .22s ease,transform .22s ease}.contact-form-area__social-link:hover{background:#5edf7a;border-color:#5edf7a;color:#0a2f33;transform:translateY(-2px)}.contact-form-area .contact-form{position:relative;z-index:2;width:100%;padding:clamp(24px,3vw,40px)}.contact-form{display:flex;flex-direction:column;gap:clamp(12px,1.4vw,16px)}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(12px,1.4vw,16px)}@media(max-width:575px){.contact-form__row{grid-template-columns:1fr}}.contact-form__group{display:flex;flex-direction:column;gap:6px}.contact-form__label{font-size:clamp(10px,1vw,12px);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.contact-form__input{background:rgba(0,0,0,0);border:none;border-bottom:1px solid hsla(0,0%,100%,.3);border-radius:0;padding:10px 0;font-size:clamp(12px,1.2vw,14px);color:#fff;outline:none;width:100%;transition:border-color .22s ease}.contact-form__input::placeholder{color:hsla(0,0%,100%,.35)}.contact-form__input:focus{border-bottom-color:#5edf7a}.contact-form__input:-webkit-autofill,.contact-form__input:-webkit-autofill:active,.contact-form__input:-webkit-autofill:focus,.contact-form__input:-webkit-autofill:hover{-webkit-text-fill-color:hsla(0,0%,100%,.9)!important;box-shadow:inset 0 0 0 9999px #0a2f33!important;border-bottom-color:hsla(0,0%,100%,.3)!important;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s;caret-color:#fff}.contact-form__input--textarea{resize:none;min-height:88px}.contact-form .btn--base{width:fit-content}.contact-form__error{font-size:12px;font-weight:500;color:#ff9b9b}.contact-form__status-slot:empty{display:none}.contact-form__status{display:flex;align-items:flex-start;gap:8px;margin:0;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5}.contact-form__status i{font-size:16px;line-height:1.35;flex-shrink:0}.contact-form__status--success{background:rgba(94,223,122,.14);border:1px solid rgba(94,223,122,.4);color:#5edf7a}.contact-form__status--error{background:rgba(255,107,107,.12);border:1px solid rgba(255,107,107,.35);color:#ff9b9b}.contact-form .btn--base:disabled{opacity:.65;pointer-events:auto;cursor:not-allowed}.app-download{position:relative;z-index:5;overflow:hidden;padding:96px 0 90px;background:#fafafa;text-align:center}@media(min-width:1200px)and (max-width:1480px){.app-download{padding:72px 0 68px}}@media(max-width:991px){.app-download{padding:64px 0 60px}}@media(max-width:575px){.app-download{padding:48px 0 44px}}.app-download:before{content:"";position:absolute;inset:0;background:radial-gradient(760px 420px at 50% -8%,rgba(94,223,122,.16),transparent 68%),radial-gradient(620px 380px at 50% 108%,rgba(94,223,122,.1),transparent 66%);pointer-events:none;z-index:0}.app-download .container{position:relative;z-index:1}.app-download__ratings{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 40px;margin-bottom:26px}@media(max-width:575px){.app-download__ratings{gap:10px 20px;margin-bottom:20px}}.app-download__display{font-family:var(--font-heading),sans-serif;font-size:clamp(30px,4.5vw,62px);font-weight:900;line-height:1.05;letter-spacing:-.025em;text-transform:uppercase;color:#0c1d20;margin:0 auto 48px;text-wrap:balance}@media(min-width:1200px)and (max-width:1480px){.app-download__display{margin-bottom:36px}}@media(max-width:991px){.app-download__display{margin-bottom:32px}}@media(max-width:575px){.app-download__display{font-size:clamp(17px,5.5vw,26px);line-height:1.02;margin-bottom:26px}}.app-download__display-line{display:block;white-space:nowrap}.app-download__display-line--accent{color:#5edf7a}@media(max-width:575px){.app-download__display-line{white-space:normal}}.app-download__scans{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:22px;margin-bottom:42px}@media(max-width:991px){.app-download__scans{margin-bottom:32px}}@media(max-width:575px){.app-download__scans{gap:16px;margin-bottom:26px}}.app-download__stores{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}.app-download__note{font-size:13px;color:rgba(74,88,92,.8);margin:18px 0 0}.app-rating{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:#4a585c;white-space:nowrap}.app-rating__brand{font-size:20px;color:#0c1d20}.app-rating__score{font-family:var(--font-heading),sans-serif;font-size:16px;font-weight:900;color:#0c1d20}.app-rating__star{font-size:16px;color:#5edf7a}.app-rating__label{font-weight:600;color:#0c1d20}.app-rating__reviews{color:rgba(74,88,92,.75)}@media(max-width:575px){.app-rating{font-size:13px;gap:6px}.app-rating .app-rating__brand{font-size:17px}}.scan-card{display:flex;align-items:center;justify-content:center;gap:26px;min-width:340px;padding:22px 24px;border-radius:24px;border:1px solid #d5e7e9;background:#fff;box-shadow:0 14px 34px rgba(10,47,51,.06);text-align:start;text-decoration:none;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.scan-card__body{display:flex;flex-direction:column;gap:6px}.scan-card__title{font-family:var(--font-heading),sans-serif;font-size:16px;font-weight:900;color:#0c1d20}.scan-card__store{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#4a585c}.scan-card__store i{font-size:14px;color:#0c1d20}.scan-card__cta{display:inline-flex;align-items:center;gap:7px;margin-top:6px;font-size:12.5px;font-weight:600;color:#4a585c}.scan-card__cta i{font-size:13px;transform:rotate(-45deg);transition:transform .3s ease}.scan-card__qr{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:104px;height:104px;padding:8px;border-radius:16px;border:1px solid #d5e7e9;background:#fff}.scan-card__qr-img{display:block;width:100%;height:auto}.scan-card:focus-visible,.scan-card:hover{transform:translateY(-4px);border-color:rgba(94,223,122,.75);box-shadow:0 22px 46px rgba(10,47,51,.12)}.scan-card:focus-visible .scan-card__cta,.scan-card:hover .scan-card__cta{color:#0c1d20}.scan-card:focus-visible .scan-card__cta i,.scan-card:hover .scan-card__cta i{transform:rotate(-45deg) translateX(4px)}.scan-card:focus-visible .scan-card__qr,.scan-card:hover .scan-card__qr{border-color:rgba(94,223,122,.6)}@media(max-width:767px){.scan-card{min-width:0;width:100%;max-width:420px;gap:18px;padding:18px}.scan-card .scan-card__qr{width:88px;height:88px}}@media(prefers-reduced-motion:reduce){.scan-card{transition:none}.scan-card:focus-visible,.scan-card:hover{transform:none}}.store-btn{display:inline-flex;align-items:center;gap:14px;min-width:196px;padding:11px 22px;border-radius:12px;border:1px solid #0c1d20;background:#0c1d20;color:#fff;text-decoration:none;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.store-btn__icon{font-size:32px;line-height:1;color:#fff}.store-btn__text{display:flex;flex-direction:column;line-height:1.15;text-align:start}.store-btn__label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:hsla(0,0%,100%,.75)}.store-btn__name{font-family:var(--font-heading),sans-serif;font-size:19px;font-weight:800;color:#fff}.store-btn:focus-visible,.store-btn:hover{transform:translateY(-3px);background:#0a2f33;border-color:#0a2f33;box-shadow:0 16px 34px rgba(10,47,51,.28);color:#fff}@media(max-width:575px){.store-btn{min-width:0;width:100%;max-width:300px;justify-content:center}}@media(prefers-reduced-motion:reduce){.store-btn{transition:none}.store-btn:focus-visible,.store-btn:hover{transform:none}}.cta-section{position:relative;z-index:5;overflow:hidden;padding:110px 0 120px;background:radial-gradient(820px 460px at 50% 12%,rgba(94,223,122,.16),transparent 66%),linear-gradient(150deg,#08212a,#0a2f33 55%,#08212a);text-align:center}@media(min-width:1200px)and (max-width:1480px){.cta-section{padding:84px 0 92px}}@media(max-width:991px){.cta-section{padding:72px 0 78px}}@media(max-width:575px){.cta-section{padding:56px 0 60px}}.cta-section .container{position:relative;z-index:1}.cta-section__arc{position:absolute;top:50%;width:clamp(320px,38vw,560px);aspect-ratio:1/1;border-radius:50%;background:linear-gradient(150deg,#5edf7a,rgba(94,223,122,.55) 45%,rgba(94,223,122,0) 78%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 68px),#000 calc(100% - 68px));mask:radial-gradient(farthest-side,transparent calc(100% - 68px),#000 calc(100% - 68px));pointer-events:none;z-index:0}.cta-section__arc--left{left:0;transform:translate(-46%,-50%)}.cta-section__arc--right{right:0;transform:translate(46%,-50%) rotate(180deg)}@media(max-width:991px){.cta-section__arc{width:clamp(240px,52vw,340px);opacity:.7}}@media(max-width:575px){.cta-section__arc{display:none}}.cta-section__inner{display:flex;flex-direction:column;align-items:center}.cta-section__title{font-family:var(--font-heading),sans-serif;font-size:clamp(26px,4.4vw,66px);font-weight:900;line-height:1.08;letter-spacing:.01em;color:#fff;margin:0 0 34px}@media(max-width:991px){.cta-section__title{margin-bottom:28px}}@media(max-width:575px){.cta-section__title{font-size:clamp(22px,6.4vw,30px);margin-bottom:24px}}.cta-section__title-line{display:block}.cta-section__title-line--accent{color:#5edf7a}.cta-section__btn{padding:12px 22px 12px 32px;font-size:16px;border:1px solid rgba(0,0,0,0);transition:color .55s ease,border-color .55s ease}.cta-section__btn:focus,.cta-section__btn:hover{border:1px solid #fff}.legal-section{background:#fafafa;padding:80px 0 100px}@media(max-width:991px){.legal-section{padding:60px 0 70px}}@media(max-width:575px){.legal-section{padding:48px 0 56px}}.legal-section__head{max-width:760px;margin:0 auto 40px;text-align:center}@media(max-width:767px){.legal-section__head{margin-bottom:32px}}.legal-section__meta{font-size:14px;color:rgba(74,88,92,.7);margin:0}.legal-section__body{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:36px}@media(max-width:575px){.legal-section__body{gap:28px}}.legal-block__title{font-family:var(--font-heading),sans-serif;font-size:clamp(19px,2.2vw,24px);font-weight:800;color:#0c1d20;margin:0 0 12px;line-height:1.3}.legal-block__text{font-size:16px;line-height:1.85;color:#4a585c;margin:0}.legal-block--pending{padding:32px;border-radius:18px;border:1px solid #d5e7e9;background:#f2f8f9}@media(max-width:575px){.legal-block--pending{padding:24px}}.legal-block__cta{margin-top:22px}.page-hero{background:#0a2f33;padding:150px 0 80px;position:relative;overflow:hidden}@media(max-width:991px){.page-hero{padding:130px 0 64px}}@media(max-width:575px){.page-hero{padding:110px 0 52px}}.page-hero__inner{max-width:820px;margin:0 auto;text-align:center}.page-hero__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.8px;color:#5edf7a;margin-bottom:16px}.page-hero__eyebrow,.page-hero__title{font-family:var(--font-heading),sans-serif;text-transform:uppercase}.page-hero__title{font-size:clamp(34px,5.5vw,68px);font-weight:900;line-height:1.02;letter-spacing:-.025em;color:#fff;margin:0}.page-hero__desc{font-size:clamp(15px,1.6vw,18px);line-height:1.7;color:hsla(0,0%,100%,.5);margin:20px auto 0;max-width:620px}.auth-body{margin:0;padding:0;background:#fafafa}.auth-wrap{display:flex;min-height:100vh}@keyframes authBgBreath{0%{transform:scale(1)}to{transform:scale(2.08)}}.auth-left{position:relative;flex:0 0 42%;max-width:42%;background:#0a2f33;overflow:hidden;display:flex;align-items:stretch;margin:20px;border-radius:30px}@media(max-width:1199px){.auth-left{flex:0 0 38%;max-width:38%}}@media(max-width:991px){.auth-left{display:none}}.auth-left__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(32px,4vw,56px);width:100%}@media(max-width:1600px){.auth-left__inner{padding:clamp(20px,2.2vw,32px)}}.auth-left__top{display:flex;align-items:center;justify-content:space-between}.auth-left__logo{display:block}.auth-left__logo img{height:clamp(26px,2.8vw,36px);width:auto}.auth-left__back{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:hsla(0,0%,100%,.4);text-decoration:none;letter-spacing:.03em;transition:color .2s ease}.auth-left__back i{font-size:14px}.auth-left__back:hover{color:#5edf7a}.auth-left__body-wrap{flex:1 1;display:flex;flex-direction:column}.auth-left__body{display:none;flex-direction:column;justify-content:center;padding:clamp(32px,4vw,48px) 0}@media(max-width:1600px){.auth-left__body{padding:clamp(16px,1.8vw,28px) 0}}.auth-left__body.is-active{display:flex;flex:1 1;animation:authBodyIn .35s ease}.auth-left__eyebrow{font-size:clamp(11px,1vw,13px);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.35);margin:0 0 14px}.auth-left__headline{font-family:var(--font-heading),sans-serif;font-size:clamp(48px,5.5vw,84px);font-weight:900;line-height:.9;letter-spacing:-.04em;text-transform:uppercase;color:#fff;margin:0 0 clamp(24px,3vw,36px)}@media(max-width:1600px){.auth-left__headline{font-size:clamp(36px,3.8vw,56px)}}.auth-left__headline span{color:#5edf7a}.auth-left__desc{font-size:clamp(12px,1.1vw,14px);color:hsla(0,0%,100%,.4);line-height:1.75;max-width:300px;margin:0}.auth-contents-badge{display:inline-flex;align-items:center;border-radius:999px;overflow:hidden;border:1px solid rgba(94,223,122,.3);margin-bottom:clamp(16px,2vw,24px);width:fit-content}.auth-contents-badge__brand{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;background:#5edf7a;border-radius:999px;font-family:var(--font-heading),sans-serif;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#0a2f33}.auth-contents-badge__brand i{font-size:15px;flex-shrink:0}.auth-contents-badge__type{padding:7px 14px;font-family:var(--font-heading),sans-serif;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff}.auth-trust{display:flex;flex-direction:column;gap:14px;margin-top:clamp(24px,3vw,36px)}.auth-trust__item{display:flex;align-items:center;gap:12px}.auth-trust__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;background:rgba(94,223,122,.12);color:#5edf7a;font-size:12px}.auth-trust__text{font-size:13px;font-weight:600;color:hsla(0,0%,100%,.5);letter-spacing:.01em}.auth-social-proof{display:flex;align-items:center;gap:14px}.auth-social-proof__avatars{display:flex}.auth-social-proof__group{width:auto;height:34px;object-fit:contain}.auth-social-proof__text{font-size:13px;color:hsla(0,0%,100%,.45);line-height:1.5;margin:0}.auth-social-proof__text strong{color:#fff;font-weight:700}.auth-right{flex:1 1;display:flex;flex-direction:column;position:relative;overflow:hidden;background:rgba(0,0,0,0)}.auth-right:before{content:"";position:absolute;inset:-4%;background:url(/assets/images/auth/auth-bg-one.webp) 50%/cover no-repeat;z-index:0;animation:authBgBreath 6s ease-in-out infinite alternate;will-change:transform}.auth-right:after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.75);z-index:1}.auth-right>*{position:relative;z-index:2}.auth-right__topbar{display:flex;align-items:center;justify-content:center;gap:24px;padding:clamp(18px,2.2vw,26px) clamp(32px,4vw,64px);flex-shrink:0;margin-top:20px}@media(max-width:768px){.auth-right__topbar{flex-direction:column;align-items:flex-start;padding:20px 24px;gap:16px}}.auth-right__topbar .auth-nav{margin-bottom:0;width:100%;max-width:448px}.auth-right__topbar .auth-nav__tab{padding:10px 18px;gap:8px}.auth-right__inner{flex:1 1;display:flex;align-items:center;justify-content:center;padding:clamp(40px,5vw,60px) clamp(24px,5vw,80px);width:100%}.auth-right__content{width:100%;max-width:448px;padding:20px;background:hsla(0,0%,100%,.2)}.auth-right__mobile-logo{display:none;margin-bottom:32px}.auth-right__mobile-logo img{height:30px;width:auto}@media(max-width:991px){.auth-right__mobile-logo{display:block}}.auth-nav{margin-bottom:28px}.auth-nav__track{position:relative;display:flex;background:rgba(10,47,51,.07);border-radius:999px;padding:4px}.auth-nav__indicator{position:absolute;top:4px;left:4px;width:calc((100% - 8px)/3);height:calc(100% - 8px);border-radius:999px;background:#fff;box-shadow:0 2px 12px rgba(10,47,51,.1);pointer-events:none;transform:translateX(calc(var(--auth-tab-index, 0) * 100%));transition:transform .32s cubic-bezier(.34,1.2,.64,1);will-change:transform}.auth-nav__tab{position:relative;z-index:1;flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:10px 8px;background:rgba(0,0,0,0);border:none;outline:none;border-radius:999px;font-family:var(--font-heading),sans-serif;font-size:clamp(12px,1.1vw,14px);font-weight:700;letter-spacing:.02em;color:rgba(10,47,51,.38);cursor:pointer;transition:color .25s ease}.auth-nav__tab i{font-size:15px;flex-shrink:0}.auth-nav__tab.is-active{color:#0a2f33}.auth-nav__tab:hover:not(.is-active){color:rgba(10,47,51,.65)}.auth-nav--dark{margin-bottom:32px}.auth-nav--dark .auth-nav__track{background:hsla(0,0%,100%,.08)}.auth-nav--dark .auth-nav__indicator{background:#5edf7a;box-shadow:0 2px 16px rgba(94,223,122,.35)}.auth-nav--dark .auth-nav__tab{color:hsla(0,0%,100%,.4)}.auth-nav--dark .auth-nav__tab.is-active{color:#0a2f33}.auth-nav--dark .auth-nav__tab:hover:not(.is-active){color:hsla(0,0%,100%,.72)}.auth-panel{display:none}.auth-panel.is-active{display:block;animation:authPanelIn .3s ease}.auth-panel__head{margin-bottom:28px}.auth-panel__title{font-family:var(--font-heading),sans-serif;font-size:clamp(22px,2.4vw,30px);font-weight:900;color:#0a2f33;line-height:1.1;letter-spacing:-.025em;margin:0 0 6px}.auth-panel__sub{font-size:13px;color:rgba(10,47,51,.42);margin:0;line-height:1.5}@keyframes authPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes authBodyIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.auth-form__error{padding:12px 16px;border-radius:10px;background:rgba(242,95,92,.1);border:1px solid rgba(242,95,92,.35);color:#c0392b;font-size:13px;line-height:1.5}.auth-form__group{display:flex;flex-direction:column;gap:7px}.auth-form__label-row{display:flex;align-items:center;justify-content:space-between}.auth-form__label{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:rgba(10,47,51,.42);margin-bottom:0}.auth-form__forgot{font-size:12px;font-weight:600;color:#5edf7a;text-decoration:none;transition:opacity .2s ease}.auth-form__forgot:hover{opacity:.72}.auth-form__field{position:relative;display:flex;align-items:center;background:#fff;border:1.5px solid rgba(10,47,51,.1);border-radius:25px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.auth-form__field:focus-within{border-color:#5edf7a;box-shadow:0 0 0 3px rgba(94,223,122,.13)}.auth-form__field--phone{overflow:visible}.auth-form__field--phone .udash-select{flex-shrink:0}.auth-form__field--phone .udash-select__trigger--pill{position:relative;align-self:stretch;background:rgba(0,0,0,0);border:none;border-radius:0;padding:0 12px;font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:500;color:#0a2f33}.auth-form__field--phone .udash-select__trigger--pill:hover{background:rgba(0,0,0,0)}.auth-form__field--phone .udash-select__trigger--pill:after{content:"";position:absolute;top:22%;bottom:22%;inset-inline-end:0;width:1px;background:rgba(10,47,51,.12)}.auth-form__field--phone .auth-form__input{padding-inline-start:14px}.auth-form__field--phone .udash-select__panel{min-width:260px}.auth-form__field-icon{flex-shrink:0;padding:0 14px;font-size:16px;color:rgba(10,47,51,.28);pointer-events:none;transition:color .25s ease;border-right:1.5px solid rgba(10,47,51,.1);margin-right:15px}.auth-form__field:focus-within .auth-form__field-icon{color:#5edf7a}.auth-form__input{flex:1 1;padding:10px 14px 10px 0;background:rgba(0,0,0,0);border:none;outline:none;font-family:var(--font-body),sans-serif;font-size:14px;color:#0a2f33}.auth-form__input::placeholder{color:rgba(10,47,51,.25)}.auth-form__eye{flex-shrink:0;padding:0 14px;background:rgba(0,0,0,0);border:none;cursor:pointer;color:rgba(10,47,51,.28);font-size:16px;display:flex;align-items:center;transition:color .2s ease}.auth-form__eye:hover{color:#0a2f33}.auth-form__submit{width:100%;justify-content:center;font-size:15px}.auth-switch{text-align:center;font-size:13px;color:rgba(10,47,51,.42);margin:0;line-height:1.6}.auth-switch a{color:#0a2f33;font-weight:700;text-decoration:none;transition:color .2s ease;margin-left:5px}.auth-switch a:hover{color:#5edf7a}.auth-login-toggle{display:flex;background:rgba(10,47,51,.05);border-radius:999px;padding:4px;gap:4px;margin-bottom:22px}.auth-login-toggle__btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 16px;border-radius:999px;border:none;background:rgba(0,0,0,0);font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:rgba(10,47,51,.45);cursor:pointer;transition:background .22s ease,color .22s ease,box-shadow .22s ease}.auth-login-toggle__btn i{font-size:15px}.auth-login-toggle__btn.is-active{background:#fff;color:#0a2f33;box-shadow:0 2px 8px rgba(10,47,51,.1)}.auth-login-toggle__btn:hover:not(.is-active){color:rgba(10,47,51,.7)}.auth-login-fields{display:none}.auth-login-fields.is-active{display:block}.auth-form__remember{display:inline-flex;align-items:center;gap:9px;cursor:pointer;-webkit-user-select:none;user-select:none;margin-top:-4px;margin-bottom:0}.auth-form__remember-check{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.auth-form__remember-box{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;border-radius:6px;border:1.5px solid rgba(10,47,51,.18);background:#fff;transition:background .2s ease,border-color .2s ease}.auth-form__remember-box i{font-size:11px;color:#fff;opacity:0;transform:scale(.6);transition:opacity .15s ease,transform .15s ease}.auth-form__remember-label{font-family:var(--font-body),sans-serif;font-size:13px;font-weight:600;color:rgba(10,47,51,.55);transition:color .2s ease}.auth-form__remember-check:checked~.auth-form__remember-box{background:#5edf7a;border-color:#5edf7a}.auth-form__remember-check:checked~.auth-form__remember-box i{opacity:1;transform:scale(1)}.auth-form__remember:hover .auth-form__remember-box{border-color:#5edf7a}.auth-form__remember:hover .auth-form__remember-label{color:#0a2f33}.auth-form__phone-prefix{display:inline-flex;align-items:center;align-self:stretch;gap:6px;padding:0 14px;border:none;outline:none;appearance:none;background:rgba(0,0,0,0);font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:500;color:#0a2f33;cursor:pointer;white-space:nowrap;flex-shrink:0;border-radius:0;transition:background .2s ease}.auth-form__phone-prefix:hover{background:rgba(0,0,0,0)}.auth-forgot,.auth-panels.is-hidden,.auth-right__topbar.is-hidden{display:none}.auth-forgot.is-visible{display:block;animation:authPanelIn .3s ease}.auth-forgot__topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.auth-forgot__back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:rgba(10,47,51,.42);cursor:pointer;text-decoration:none;transition:color .2s ease}.auth-forgot__back i{font-size:15px}.auth-forgot__back:hover{color:#0a2f33}.auth-forgot__progress{display:flex;align-items:center;gap:6px}.auth-forgot__dot{width:8px;height:8px;border-radius:50%;background:rgba(10,47,51,.12);transition:background .25s ease,width .25s ease}.auth-forgot__dot.is-active{width:22px;border-radius:999px;background:#5edf7a}.auth-forgot__step{display:none}.auth-forgot__step.is-active{display:block;animation:authPanelIn .3s ease}.auth-forgot__resend{font-size:12px;color:rgba(10,47,51,.42);text-align:center;margin:4px 0 0}.auth-forgot__resend-btn{background:none;border:none;padding:0;font-size:12px;font-weight:700;color:#5edf7a;cursor:pointer;transition:opacity .2s ease}.auth-forgot__resend-btn:hover{opacity:.75}.auth-forgot__resend-wait{font-size:12px;font-weight:700;color:rgba(10,47,51,.55);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.auth-forgot__success-state{text-align:center;padding:16px 0}.auth-forgot__success-icon{font-size:64px;color:#5edf7a;line-height:1;margin-bottom:20px}.auth-otp{display:flex;gap:8px;justify-content:center;margin-bottom:14px}.auth-otp__input{width:54px;height:54px;padding:10px!important;flex-shrink:0;text-align:center;font-family:var(--font-heading),sans-serif;font-size:22px;font-weight:600;color:#0a2f33;-webkit-text-fill-color:#0a2f33;background:#fff;border:1.5px solid rgba(10,47,51,.1);border-radius:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-otp__input::-webkit-contacts-auto-fill-button,.auth-otp__input::-webkit-credentials-auto-fill-button,.auth-otp__input::-webkit-credit-card-auto-fill-button{display:none!important;visibility:hidden!important;pointer-events:none!important}.auth-otp__input:-webkit-autofill,.auth-otp__input:-webkit-autofill:focus{-webkit-text-fill-color:#0a2f33;-webkit-box-shadow:inset 0 0 0 1000px #fff;caret-color:#0a2f33}.auth-otp__input:focus{border-color:#5edf7a;box-shadow:0 0 0 3px rgba(94,223,122,.13)}.auth-otp__input.is-filled{border-color:rgba(94,223,122,.35);background:rgba(94,223,122,.04)}.auth-form__optional{font-size:10px;font-weight:500;color:rgba(10,47,51,.28);letter-spacing:.04em;margin-left:4px;text-transform:none}.auth-form__terms-link{color:#5edf7a;font-weight:700;text-decoration:none;transition:opacity .2s ease}.auth-form__terms-link:hover{opacity:.72}.auth-form__select{flex:1 1;padding:10px 0;background:rgba(0,0,0,0);border:none;outline:none;font-family:var(--font-body),sans-serif;font-size:14px;color:#0a2f33;appearance:none;cursor:pointer}.auth-form__select option{color:#0a2f33;background:#fff}.auth-form__select-caret{flex-shrink:0;padding:0 14px 0 0;font-size:13px;color:rgba(10,47,51,.3);pointer-events:none}.signup-progress{display:flex;align-items:center;margin-bottom:24px}.signup-progress__item{display:flex;align-items:center;flex:1 1}.signup-progress__item:last-child{flex:none}.signup-progress__item:last-child .signup-progress__line{display:none}.signup-progress__bubble{width:32px;height:32px;border-radius:50%;border:2px solid rgba(10,47,51,.14);background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.signup-progress__num{font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:rgba(10,47,51,.28);line-height:1;transition:color .3s ease}.signup-progress__check{display:none;font-size:15px;color:#fff;line-height:1}.signup-progress__line{flex:1 1;height:2px;background:rgba(10,47,51,.1);margin:0 4px;transition:background .35s ease}.signup-progress__item.is-active .signup-progress__bubble{background:#5edf7a;border-color:#5edf7a;box-shadow:0 4px 14px rgba(94,223,122,.35)}.signup-progress__item.is-active .signup-progress__bubble .signup-progress__num{color:#fff}.signup-progress__item.is-done .signup-progress__bubble{background:#5edf7a;border-color:#5edf7a}.signup-progress__item.is-done .signup-progress__bubble .signup-progress__num{display:none}.signup-progress__item.is-done .signup-progress__bubble .signup-progress__check{display:block}.signup-progress__item.is-done .signup-progress__line{background:#5edf7a}.signup-account-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(94,223,122,.1);border-radius:999px;font-size:13px;font-weight:700;color:#5edf7a;margin-bottom:18px}.signup-account-badge i{font-size:15px}.signup-s1-panel{display:none}.signup-s1-panel.is-active{display:block;animation:authPanelIn .3s ease}.signup-step{display:none}.signup-step.is-active{display:block;animation:authPanelIn .3s ease}.signup-back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:rgba(10,47,51,.4);cursor:pointer;margin-bottom:22px;transition:color .2s ease}.signup-back i{font-size:15px}.signup-back:hover{color:#0a2f33}.signup-otp-target{display:inline-flex;align-items:center;gap:8px;padding:9px 20px;background:rgba(10,47,51,.05);border-radius:999px;font-size:13px;font-weight:600;color:#0a2f33;margin-bottom:24px}.signup-otp-target i{font-size:16px;color:#5edf7a}.signup-countdown{text-align:center;font-size:12px;color:rgba(10,47,51,.42);margin:8px 0 20px}.signup-countdown span{color:#5edf7a;font-weight:700}.signup-kyc-info{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:rgba(94,223,122,.07);border-radius:12px;margin-bottom:18px}.signup-kyc-info>i{font-size:18px;color:#5edf7a;flex-shrink:0;margin-top:2px}.signup-kyc-info p{font-size:12px;color:rgba(10,47,51,.58);margin:0;line-height:1.65}.signup-kyc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}.signup-kyc-grid .signup-kyc-card--full{grid-column:1/-1}.signup-kyc-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px 14px;border:1.5px dashed rgba(10,47,51,.14);border-radius:14px;background:rgba(10,47,51,.015);cursor:pointer;text-align:center;overflow:hidden;min-height:120px;transition:border-color .22s ease,background .22s ease}.signup-kyc-card:hover:not(.is-uploaded){border-color:#5edf7a;background:rgba(94,223,122,.04)}.signup-kyc-card:hover:not(.is-uploaded) .signup-kyc-card__icon{background:rgba(94,223,122,.14);color:#5edf7a}.signup-kyc-card__input{display:none}.signup-kyc-card__idle{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;transition:opacity .2s ease}.signup-kyc-card__icon{width:44px;height:44px;border-radius:12px;background:rgba(10,47,51,.06);display:flex;align-items:center;justify-content:center;font-size:20px;color:rgba(10,47,51,.32);transition:background .22s ease,color .22s ease}.signup-kyc-card__label{font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:#0a2f33}.signup-kyc-card__hint{font-size:11px;color:rgba(10,47,51,.35)}.signup-kyc-card__preview{display:none;position:absolute;inset:0;border-radius:inherit;overflow:hidden}.signup-kyc-card__preview-img{width:100%;height:100%;object-fit:cover;display:block}.signup-kyc-card__preview-pdf{display:none;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;height:100%;padding:20px;background:rgba(94,223,122,.06)}.signup-kyc-card__preview-pdf i{font-size:34px;color:#5edf7a}.signup-kyc-card__preview-name{font-size:11px;font-weight:600;color:rgba(10,47,51,.6);word-break:break-all;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signup-kyc-card__remove{position:absolute;top:8px;right:8px;z-index:3;width:26px;height:26px;border-radius:50%;background:rgba(10,47,51,.65);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,transform .15s ease}.signup-kyc-card__remove:hover{background:rgba(239,68,68,.9);transform:scale(1.1)}.signup-kyc-card.is-uploaded{border-style:solid;border-color:#5edf7a;padding:0}.signup-kyc-card.is-uploaded .signup-kyc-card__idle{display:none}.signup-kyc-card.is-uploaded .signup-kyc-card__preview,.signup-skip{display:block}.signup-skip{width:100%;text-align:center;font-size:12px;color:rgba(10,47,51,.38);margin-top:12px;background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}.signup-skip:hover{color:#0a2f33}.signup-success{text-align:center;padding:12px 0}.signup-success__icon{width:80px;height:80px;border-radius:50%;background:#5edf7a;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 12px 32px rgba(94,223,122,.38)}.signup-success__icon i{font-size:38px;color:#fff}.signup-success__title{font-family:var(--font-heading),sans-serif;font-size:clamp(22px,2.4vw,28px);font-weight:900;color:#0a2f33;letter-spacing:-.025em;margin:0 0 10px}.signup-success__sub{font-size:14px;color:rgba(10,47,51,.45);line-height:1.65;margin:0 0 22px}.signup-success__badge{display:inline-flex;align-items:center;gap:7px;padding:7px 18px;background:rgba(34,197,94,.1);border-radius:999px;font-size:13px;font-weight:700;color:#22c55e;margin-bottom:28px}.signup-success__badge i{font-size:15px}.auth-social{margin:20px 0}.auth-social__divider{display:flex;align-items:center;gap:12px;margin:0 0 16px}.auth-social__divider:after,.auth-social__divider:before{content:"";flex:1 1;height:1px;background:rgba(10,47,51,.1)}.auth-social__divider span{font-size:12px;color:rgba(10,47,51,.38);white-space:nowrap}.auth-social__btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-social__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:25px;border:1.5px solid rgba(10,47,51,.12);background:#fff;font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:#0a2f33;cursor:pointer;transition:border-color .2s ease,background .2s ease}.auth-social__btn i{font-size:17px}.auth-social__btn:hover{border-color:#5edf7a;background:rgba(94,223,122,.04)}.auth-form__captcha{display:flex;margin-top:-2px}@media(max-width:360px){.auth-form__captcha{transform:scale(.86);transform-origin:left center}}.db-body{margin:0;padding:0;background:#0d1320;min-height:100vh;overflow:hidden}.dashboard,.dashboard .db-sidebar{display:flex;height:100vh;background:#0d1320}.dashboard .db-sidebar{width:260px;flex-shrink:0;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;padding:24px 16px 20px;transition:width .32s cubic-bezier(.4,0,.2,1),transform .32s cubic-bezier(.4,0,.2,1);position:relative;z-index:200}.dashboard .db-sidebar::-webkit-scrollbar{display:none}.dashboard .db-sidebar__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-shrink:0}.dashboard .db-sidebar__brand{display:flex;align-items:center;gap:10px;overflow:hidden;min-width:0}.dashboard .db-sidebar__brand-favicon{width:32px;height:32px;object-fit:contain;flex-shrink:0;display:none;filter:brightness(0) invert(1)}.dashboard .db-sidebar__brand-logo{height:28px;width:auto;max-width:140px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)}.dashboard .db-sidebar__toggle{width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.07);border:none;color:hsla(0,0%,100%,.55);font-size:15px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.dashboard .db-sidebar__toggle:hover{background:hsla(0,0%,100%,.14);color:#fff}.dashboard .db-sidebar__search{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.07);border-radius:10px;padding:8px 12px;margin-bottom:28px;flex-shrink:0;transition:border-color .2s}.dashboard .db-sidebar__search:focus-within{border-color:rgba(94,223,122,.4)}.dashboard .db-sidebar__search-icon{font-size:15px;color:hsla(0,0%,100%,.35);flex-shrink:0}.dashboard .db-sidebar__search-input{flex:1 1;background:none;border:none;outline:none;font-size:13px;color:hsla(0,0%,100%,.75);min-width:0}.dashboard .db-sidebar__search-input::placeholder{color:hsla(0,0%,100%,.32)}.dashboard .db-sidebar__search-kbd{font-size:10px;font-family:var(--font-heading),sans-serif;color:hsla(0,0%,100%,.28);background:hsla(0,0%,100%,.07);border-radius:5px;padding:2px 6px;flex-shrink:0;border:none}.dashboard .db-sidebar__nav{flex:1 1;overflow-y:auto;scrollbar-width:none}.dashboard .db-sidebar__nav::-webkit-scrollbar{display:none}.dashboard .db-sidebar__nav-label{display:block;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.28);padding:0 10px;margin-bottom:6px;margin-top:4px}.dashboard .db-sidebar__menu{list-style:none;padding:0;margin:0 0 20px}.dashboard .db-sidebar__link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:hsla(0,0%,100%,.52);font-size:13.5px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap;overflow:hidden}.dashboard .db-sidebar__link i{font-size:17px;flex-shrink:0;line-height:1}.dashboard .db-sidebar__link:hover{background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.9)}.dashboard .db-sidebar__link--active{background:rgba(94,223,122,.12);color:#5edf7a;font-weight:600;border:1px solid rgba(94,223,122,.22)}.dashboard .db-sidebar__link--active i{color:#5edf7a}.dashboard .db-sidebar__link--active:hover{background:rgba(94,223,122,.18);color:#5edf7a}.dashboard .db-sidebar__event{flex-shrink:0;margin-top:auto;padding-top:20px}.dashboard .db-sidebar__event-label{display:block;font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.28);margin-bottom:8px;padding:0 4px}.dashboard .db-sidebar__event-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:14px 12px;display:flex;align-items:flex-end;gap:10px}.dashboard .db-sidebar__event-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.dashboard .db-sidebar__event-name{font-family:var(--font-heading),sans-serif;font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard .db-sidebar__event-time{font-size:11px;color:hsla(0,0%,100%,.42)}.dashboard .db-sidebar__event-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:4px}.dashboard .db-sidebar__event-btn{width:32px;height:32px;border-radius:50%;background:#5edf7a;border:none;color:#0d1320;font-size:13px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s}.dashboard .db-sidebar__event-btn:hover{transform:scale(1.08)}.dashboard .db-sidebar.is-collapsed{width:72px}.dashboard .db-sidebar.is-collapsed .db-sidebar__brand-logo{display:none}.dashboard .db-sidebar.is-collapsed .db-sidebar__brand-favicon{display:block}.dashboard .db-sidebar.is-collapsed .db-sidebar__event,.dashboard .db-sidebar.is-collapsed .db-sidebar__link span,.dashboard .db-sidebar.is-collapsed .db-sidebar__nav-label,.dashboard .db-sidebar.is-collapsed .db-sidebar__search-input,.dashboard .db-sidebar.is-collapsed .db-sidebar__search-kbd{display:none}.dashboard .db-sidebar.is-collapsed .db-sidebar__search{padding:8px;justify-content:center}.dashboard .db-sidebar.is-collapsed .db-sidebar__search-icon{margin:0}.dashboard .db-sidebar.is-collapsed .db-sidebar__link{justify-content:center;padding:10px}.dashboard .db-sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:150;opacity:0;transition:opacity .28s}.dashboard .db-sidebar-overlay.is-visible{display:block;opacity:1}.dashboard .db-main{flex:1 1;min-width:0;background:#f4f6fc;border-radius:28px 0 0 28px;overflow-y:auto;overflow-x:hidden;height:100vh;scrollbar-width:thin;scrollbar-color:rgba(18,23,42,.12) rgba(0,0,0,0)}.dashboard .db-main::-webkit-scrollbar{width:5px}.dashboard .db-main::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.dashboard .db-main::-webkit-scrollbar-thumb{background:rgba(18,23,42,.12);border-radius:4px}.dashboard .db-main__inner{padding:28px 28px 40px;max-width:1400px}@media(max-width:1199px){.dashboard .db-main__inner{padding:22px 20px 32px}}@media(max-width:767px){.dashboard .db-main__inner{padding:16px 14px 28px}}.dashboard .db-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}@media(max-width:767px){.dashboard .db-header{margin-bottom:20px}}.dashboard .db-header__left{display:flex;align-items:center;gap:12px;min-width:0}.dashboard .db-header__menu-btn{display:none;width:36px;height:36px;border-radius:10px;background:rgba(18,23,42,.06);border:none;font-size:18px;color:#12172a;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}@media(max-width:991px){.dashboard .db-header__menu-btn{display:inline-flex}}.dashboard .db-header__greeting{min-width:0}.dashboard .db-header__title{font-family:var(--font-heading),sans-serif;font-size:clamp(20px,2.2vw,28px);font-weight:700;color:#12172a;margin:0;line-height:1.2}.dashboard .db-header__subtitle{font-size:13px;color:rgba(18,23,42,.46);margin:2px 0 0}.dashboard .db-header__right{display:flex;align-items:center;gap:10px;flex-shrink:0}.dashboard .db-header__icon-btn{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid rgba(18,23,42,.08);color:rgba(18,23,42,.46);font-size:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,color .2s;position:relative}.dashboard .db-header__icon-btn:hover{border-color:rgba(94,223,122,.4);color:#5edf7a}.dashboard .db-header__icon-btn--notif .db-notif-dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:#f25f5c;border:1.5px solid #f4f6fc}.dashboard .db-header__user{display:flex;align-items:center;gap:10px}@media(max-width:575px){.dashboard .db-header__user{display:none}}.dashboard .db-header__user-info{display:flex;flex-direction:column;align-items:flex-end}.dashboard .db-header__user-name{font-size:13.5px;font-weight:600;color:#12172a;line-height:1.3;white-space:nowrap}.dashboard .db-header__user-email{font-size:11.5px;color:rgba(18,23,42,.46);white-space:nowrap}.dashboard .db-header__user-avatar{width:40px;height:40px;border-radius:50%;background:#5edf7a;color:#0d1320;font-family:var(--font-heading),sans-serif;font-weight:700;font-size:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(94,223,122,.3)}.dashboard .db-stat{background:#fff;border-radius:16px;padding:20px 20px 16px;border:1px solid rgba(18,23,42,.08);box-shadow:0 2px 10px rgba(18,23,42,.04);height:100%}.dashboard .db-stat__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.dashboard .db-stat__label{display:block;font-size:12px;color:rgba(18,23,42,.46);margin-bottom:6px;font-weight:500}.dashboard .db-stat__value{font-family:var(--font-heading),sans-serif;font-size:clamp(22px,2.4vw,30px);font-weight:700;color:#12172a;line-height:1}.dashboard .db-stat__icon-btn{width:34px;height:34px;border-radius:50%;background:rgba(18,23,42,.05);border:1px solid rgba(18,23,42,.08);color:rgba(18,23,42,.46);font-size:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.dashboard .db-stat__icon-btn:hover{background:rgba(94,223,122,.12);color:#5edf7a}.dashboard .db-stat__change{font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px}.dashboard .db-stat__change i{font-size:13px}.dashboard .db-stat__change--up{color:rgb(51.4559585492,214.5440414508,86.8549222798)}.dashboard .db-stat__change--down{color:#f25f5c}.dashboard .db-tag{display:inline-block;font-size:10px;font-weight:600;border-radius:999px;padding:2px 8px}.dashboard .db-tag--green{background:rgba(94,223,122,.12);color:#5edf7a}.dashboard .db-tag--blue{background:rgba(76,155,232,.12);color:#4c9be8}@media(max-width:991px){.dashboard .db-sidebar{position:fixed;top:0;left:0;height:100%;transform:translateX(-100%);z-index:200;border-radius:0 28px 28px 0;box-shadow:4px 0 32px rgba(0,0,0,.35)}.dashboard .db-sidebar.is-open{transform:translateX(0)}.dashboard .db-main{border-radius:0;width:100%}}.udash-body{margin:0;padding:0}.udash,.udash-body{background:#fff;min-height:100vh}.udash{display:flex;font-family:var(--font-body),sans-serif;color:#0c1d20}.udash .udash-sidebar{width:264px;flex-shrink:0;display:flex;flex-direction:column;padding:28px 20px 24px;background:#fff;border-right:1px solid rgba(213,231,233,.6);position:fixed;top:0;left:0;height:100vh;overflow-y:auto;scrollbar-width:none;z-index:220;transition:transform .3s ease}.udash .udash-sidebar::-webkit-scrollbar{display:none}.udash .udash-sidebar__brand{display:block;margin:0 12px 34px}.udash .udash-sidebar__brand img{max-width:132px}.udash .udash-sidebar__nav{flex:1 1}.udash .udash-sidebar__menu{margin:0;padding:0;list-style:none}.udash .udash-sidebar__menu li+li{margin-top:4px}.udash .udash-sidebar__link{display:flex;align-items:center;gap:14px;padding:11px 14px;border-radius:999px;color:#0c1d20;font-size:15px;font-weight:600;transition:background .2s ease}.udash .udash-sidebar__link:hover{background:#f2f8f9;color:#0c1d20}.udash .udash-sidebar__link--active,.udash .udash-sidebar__link--active:hover{background:rgba(94,223,122,.14)}.udash .udash-sidebar__link--active .udash-sidebar__link-icon{background:#5edf7a;color:#0a2f33}.udash .udash-sidebar__link-icon{width:38px;height:38px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f2f8f9;font-size:19px;transition:background .2s ease}.udash .udash-sidebar__invite{display:flex;align-items:center;gap:12px;margin:18px 4px;padding:14px;border-radius:20px;background:#f2f8f9}.udash .udash-sidebar__invite-icon{width:38px;height:38px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#5edf7a;color:#0a2f33;font-size:20px}.udash .udash-sidebar__invite-body{display:flex;flex-direction:column;line-height:1.3}.udash .udash-sidebar__invite-title{font-size:14px;font-weight:700}.udash .udash-sidebar__invite-text{font-size:12px;color:#4a585c}.udash .udash-sidebar__support{display:flex;flex-direction:column;gap:6px;margin:14px 4px 0;padding:16px;border-radius:20px;background:#0a2f33;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.udash .udash-sidebar__support:focus-visible,.udash .udash-sidebar__support:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(10,47,51,.28)}.udash .udash-sidebar__support--active{box-shadow:0 0 0 2px #5edf7a}.udash .udash-sidebar__support-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700}.udash .udash-sidebar__support-title i{color:#5edf7a;font-size:19px}.udash .udash-sidebar__support-text{font-size:12px;line-height:1.5;color:hsla(0,0%,100%,.75)}.udash .udash-sidebar__support-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;padding:9px 14px;border-radius:999px;background:#5edf7a;color:#0a2f33;font-size:13px;font-weight:700}.udash .udash-sidebar__support-cta i{font-size:16px}.udash .udash-sidebar__lang{display:none;margin-bottom:12px}@media only screen and (max-width:991px){.udash .udash-sidebar__lang{display:block}}.udash .udash-sidebar__lang .udash-select__panel{min-width:0}.udash .udash-sidebar__profile{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:0;border-radius:999px;background:rgba(0,0,0,0);text-align:start;cursor:pointer;color:#0c1d20;transition:background .2s ease}.udash .udash-sidebar__profile:hover{background:#f2f8f9;color:#0c1d20}.udash .udash-sidebar__profile>i{margin-inline-start:auto;color:#4a585c}.udash .udash-sidebar__profile-avatar{width:40px;height:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#0a2f33;color:#5edf7a;font-weight:700}.udash .udash-sidebar__profile-info{display:flex;flex-direction:column;line-height:1.3}.udash .udash-sidebar__profile-name{font-size:14px;font-weight:700}.udash .udash-sidebar__profile-plan{font-size:12px;color:#4a585c}@media only screen and (max-width:991px){.udash .udash-sidebar{transform:translateX(-105%);background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12)}.udash .udash-sidebar.udash-sidebar--open{transform:translateX(0)}}.udash .udash-main{flex:1 1;min-width:0;margin-left:264px}@media only screen and (max-width:991px){.udash .udash-main{margin-left:0}}.udash .udash-main__inner{max-width:1240px;margin:0 auto;padding:22px 36px 60px}@media only screen and (max-width:991px){.udash .udash-main__inner{padding:18px 20px 48px}}@media only screen and (max-width:767px){.udash .udash-main__inner{padding:16px 12px 40px}}@media only screen and (max-width:575px){.udash .udash-main__inner{padding:12px 8px 28px}}html[dir=rtl] .udash .udash-sidebar{left:auto;right:0;border-right:0;border-left:1px solid rgba(213,231,233,.6)}@media only screen and (max-width:991px){html[dir=rtl] .udash .udash-sidebar{transform:translateX(105%)}html[dir=rtl] .udash .udash-sidebar.udash-sidebar--open{transform:translateX(0)}}html[dir=rtl] .udash .udash-main{margin-left:0;margin-right:264px}@media only screen and (max-width:991px){html[dir=rtl] .udash .udash-main{margin-right:0}}html[dir=rtl] .udash .udash-sidebar__profile{text-align:right}html[dir=rtl] .udash .udash-sidebar__profile>i{margin-left:0;margin-right:auto}.udash-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease;z-index:210}.udash-overlay--show{opacity:1;visibility:visible;pointer-events:auto}.udash-topbar{position:sticky;top:0;z-index:150;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;margin:-22px -36px 16px;padding:22px 36px 14px}@media only screen and (max-width:991px){.udash-topbar{margin:-18px -20px 16px;padding:18px 20px 12px}}@media only screen and (max-width:767px){.udash-topbar{margin:-16px -12px 12px;padding:16px 12px 12px}}@media only screen and (max-width:575px){.udash-topbar{margin:-12px -8px 12px;padding:12px 8px 10px}}.udash-topbar__left{gap:12px}.udash-topbar__left,.udash-topbar__nav{display:flex;align-items:center;min-width:0}.udash-topbar__nav:empty{display:none}.udash-topbar__nav .udash-step-head{margin-bottom:0}.udash-topbar__menu{display:none;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f2f8f9;color:#0c1d20;font-size:20px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}.udash-topbar__title{margin:0;font-family:var(--font-heading),sans-serif;font-size:26px;color:#0c1d20}.udash-topbar__wave{font-size:24px}.udash-topbar__right{display:flex;align-items:center;gap:12px}@media only screen and (max-width:991px){.udash-topbar__lang{display:none}}.udash-topbar__search{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:#f2f8f9;color:#4a585c}.udash-topbar__search i{font-size:18px}.udash-topbar__search input{border:0;outline:0;background:rgba(0,0,0,0);font-size:14px;color:#0c1d20;width:170px}.udash-topbar__search input::placeholder{color:#4a585c}@media only screen and (max-width:767px){.udash-topbar__search{display:none}}.udash-topbar__icon-btn{position:relative;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f2f8f9;color:#0c1d20;font-size:19px;transition:background .2s ease}.udash-topbar__icon-btn:hover{background:rgba(213,231,233,.5)}.udash-topbar__dot{position:absolute;top:10px;right:11px;width:8px;height:8px;border-radius:50%;background:#5edf7a;border:1.5px solid #fff}.udash-topbar__avatar{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#0a2f33;color:#5edf7a;font-weight:700}@media only screen and (max-width:991px){.udash-topbar .udash-topbar__menu{display:inline-flex}.udash-topbar:not(.udash-topbar--home) .udash-topbar__icon-btn,.udash-topbar:not(.udash-topbar--home) .udash-topbar__profile-link{display:none}}.udash-alert{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:14px 18px;border-radius:14px;background:rgba(242,95,92,.08);border:1px solid rgba(242,95,92,.3);color:#c0392b;font-size:14px}.udash-alert i{font-size:20px}.udash-alert button,.udash-alert input[type=button],.udash-alert input[type=reset],.udash-alert input[type=submit]{margin-inline-start:auto;border:0;padding:6px 16px;border-radius:999px;background:rgba(242,95,92,.15);color:#c0392b;font-weight:700;font-size:13px}.udash-alert--warning{background:rgba(232,163,61,.1);border-color:rgba(232,163,61,.32);color:#8a5b12}.udash-alert--warning button,.udash-alert--warning input[type=button],.udash-alert--warning input[type=reset],.udash-alert--warning input[type=submit]{background:rgba(232,163,61,.18);color:#8a5b12}.udash-kyc-alert{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding:14px 18px;border-radius:14px;background:rgba(232,163,61,.1);border:1px solid rgba(232,163,61,.32);color:#8a5b12}.udash-kyc-alert__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:rgba(232,163,61,.18);color:#b97b17}.udash-kyc-alert__icon i{font-size:22px}.udash-kyc-alert__body{display:flex;flex-direction:column;gap:2px;min-width:0}.udash-kyc-alert__title{font-size:14.5px;font-weight:700;color:#8a5b12}.udash-kyc-alert__text{font-size:13px;line-height:1.5;color:rgba(138,91,18,.85)}.udash-kyc-alert__cta{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;margin-inline-start:auto;padding:9px 18px;border-radius:999px;background:#b97b17;color:#fff;font-size:13px;font-weight:700;white-space:nowrap;transition:background .2s ease}.udash-kyc-alert__cta:hover{background:hsl(37.037037037,77.8846153846%,34.7843137255%);color:#fff}.udash-kyc-alert__cta i{font-size:15px}@media only screen and (max-width:575px){.udash-kyc-alert{align-items:flex-start;flex-wrap:wrap}.udash-kyc-alert__cta{margin-inline-start:54px}}.udash-actions-wrap{position:relative;margin-bottom:34px;padding-bottom:46px}@media only screen and (max-width:575px){.udash-actions-wrap{padding-bottom:40px}}.udash-actions{display:flex;flex-wrap:wrap;gap:12px;max-height:54px;overflow:hidden;transition:max-height .35s ease-in-out}.udash-actions-wrap--expanded .udash-actions{max-height:260px}@media only screen and (max-width:575px){.udash-actions{display:grid;grid-template-columns:repeat(4,1fr);row-gap:16px;column-gap:2px;max-height:86px}.udash-actions-wrap--expanded .udash-actions{max-height:280px}}.udash-actions--static{max-height:none;margin-bottom:34px}@media only screen and (max-width:575px){.udash-actions--static{max-height:none}}.udash-actions__toggle{position:absolute;left:50%;bottom:0;transform:translateX(-50%);gap:6px;padding:8px 16px;border:none;background:rgba(0,0,0,0);color:#5edf7a;font-size:14px;cursor:pointer}.udash-action,.udash-actions__toggle{display:inline-flex;align-items:center;border-radius:999px;font-weight:700}.udash-action{gap:10px;padding:10px 22px 10px 12px;background:#f2f8f9;color:#0c1d20;font-size:15px;transition:background .2s ease}.udash-action:hover{background:rgba(213,231,233,.5);color:#0c1d20}.udash-action--primary{background:#5edf7a;color:#0a2f33}.udash-action--primary:hover{background:rgb(68.4735751295,217.9264248705,100.9129533679);color:#0a2f33}.udash-action--primary .udash-action__icon{background:rgba(10,47,51,.12);color:#0a2f33}.udash-action--soon{cursor:not-allowed;opacity:.55}.udash-action--soon:hover{background:#f2f8f9}.udash-action__icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;font-size:17px}@media only screen and (max-width:575px){.udash-action{flex-direction:column;justify-content:center;gap:4px;padding:0;text-align:center;font-size:11.5px;white-space:normal}.udash-action,.udash-action:hover{background:rgba(0,0,0,0)}.udash-action .udash-action__icon{width:46px;height:46px;background:#f2f8f9;font-size:23px}.udash-action--primary,.udash-action--primary:hover{background:rgba(0,0,0,0)}.udash-action--primary .udash-action__icon{background:#5edf7a;color:#0a2f33}}.udash-services{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:18px 10px;margin-bottom:38px}@media only screen and (max-width:1399px){.udash-services{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:991px){.udash-services{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:575px){.udash-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 6px}}.udash-service{display:flex;flex-direction:column;align-items:center;gap:9px;color:#4a585c;text-align:center}.udash-service:hover{color:#0c1d20}.udash-service:hover .udash-service__icon{transform:translateY(-3px)}.udash-service__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:#f2f8f9;color:#0c1d20;font-size:25px;transition:transform .2s ease}@media only screen and (max-width:575px){.udash-service__icon{width:50px;height:50px;font-size:23px}}.udash-service__label{font-size:12.5px;font-weight:600;line-height:1.35}@media only screen and (max-width:575px){.udash-service__label{font-size:11.5px}}.udash-service--rose .udash-service__icon{background:#fde8ee;color:#e8447a}.udash-service--sky .udash-service__icon{background:#e4f0ff;color:#2f7ede}.udash-service--amber .udash-service__icon{background:#fdf1dc;color:#d9931f}.udash-service--mint .udash-service__icon{background:#e0f6ec;color:#1f9d63}.udash-service--violet .udash-service__icon{background:#ece8fd;color:#6b4fd8}.udash-service--peach .udash-service__icon{background:#ffeae2;color:#e2673a}.udash-service--lilac .udash-service__icon{background:#f6e8fb;color:#a445c4}.udash-service--teal .udash-service__icon{background:#dff4f4;color:#0f8b8b}.udash-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:4px;border-radius:50%;background:rgba(94,223,122,.14);color:rgb(30.5740932642,153.8259067358,57.3264248705);font-size:24px}@media only screen and (max-width:575px){.udash-stat-icon{width:42px;height:42px;font-size:22px}}.udash-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.udash-section-head__title{margin:0;font-family:var(--font-heading),sans-serif;font-size:20px;color:#0c1d20}.udash-section-head__link{font-size:14px;font-weight:700;color:#5edf7a}.udash-section-head__link:hover{color:rgb(59.9647668394,216.2352331606,93.8839378238)}.udash-section-head__link i{vertical-align:middle}html[dir=rtl] .udash-section-head__link i{transform:scaleX(-1)}.udash-balances{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:38px}@media only screen and (max-width:1399px){.udash-balances{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:575px){.udash-balances{grid-template-columns:minmax(0,1fr)}}.udash-balances--stats{grid-template-columns:repeat(4,minmax(0,1fr))}@media only screen and (max-width:991px){.udash-balances--stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.udash-balance{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:20px;border-radius:20px;background:#f2f8f9;cursor:pointer;transition:background .2s ease}.udash-balance:hover{background:rgba(213,231,233,.5)}.udash-balance:hover .udash-balance__go{background:#5edf7a;color:#0a2f33}.udash-balance__go{position:absolute;top:14px;inset-inline-end:14px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#4a585c;font-size:15px;transition:background .2s ease,color .2s ease}.udash-balance__go i{transform:rotate(-45deg)}.udash-balance--total{grid-column:span 2}.udash-balance--total:hover{background:#0a2f33}.udash-balance--total{background:#0a2f33;color:#fff}.udash-balance--total .udash-balance__label{color:hsla(0,0%,100%,.65)}.udash-balance--total .udash-balance__amount{color:#fff;font-size:28px}.udash-balance--add{background:rgba(0,0,0,0);border:1.5px dashed #d5e7e9;align-items:center;justify-content:center;text-align:center}.udash-balance--add:hover{background:rgba(0,0,0,0);border-color:#5edf7a}.udash-balance--skeleton{opacity:.5;pointer-events:none}.udash-balance--stat{cursor:default}.udash-balance--stat:hover{background:#f2f8f9}.udash-balance--stat-lead{gap:12px}.udash-balance--stat-lead .udash-stat-icon{width:32px;height:32px;margin-bottom:0;border-radius:50%;font-size:18px;flex-shrink:0}.udash-balance--stat-lead .udash-balance__label{color:#0c1d20;font-size:15px;font-weight:700}@media only screen and (max-width:575px){.udash-balance--stat-lead .udash-balance__label{font-size:11.5px}}.udash-balance--stat-lead .udash-balance__amount{font-size:22px}@media only screen and (max-width:575px){.udash-balance--stat-lead .udash-balance__amount{font-size:18px}}.udash-balance__stat-head{display:flex;align-items:center;gap:10px;min-width:0}.udash-balance__flag{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#fff;font-size:26px;line-height:1}.udash-balance__flag--lg{width:52px;height:52px;font-size:40px}.udash-balance__flag-img{width:100%;height:100%;object-fit:cover}.udash-balance__code{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 8px;border-radius:50%;background:rgba(94,223,122,.14);color:#0a2f33;font-size:13px;font-weight:700}.udash-balance__code--lg{min-width:52px;height:52px;font-size:18px}.udash-balance__amount{font-size:19px;font-weight:700;color:#0c1d20;font-family:var(--font-heading),sans-serif}.udash-balance__label{font-size:12.5px;color:#4a585c}.udash-balance__meta{font-size:12.5px;color:#5edf7a}.udash-balance__meta i{vertical-align:middle}.udash-balance__add-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(94,223,122,.14);color:#0a2f33;font-size:19px}@media only screen and (max-width:575px){.udash-balance:not(.udash-balance--total):not(.udash-balance--add):not(.udash-balance--stat){display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:14px;row-gap:2px;padding:16px;padding-inline-end:56px}.udash-balance:not(.udash-balance--total):not(.udash-balance--add):not(.udash-balance--stat) .udash-balance__code,.udash-balance:not(.udash-balance--total):not(.udash-balance--add):not(.udash-balance--stat) .udash-balance__flag{grid-column:1;grid-row:1/span 2}.udash-balance:not(.udash-balance--total):not(.udash-balance--add):not(.udash-balance--stat) .udash-balance__amount{grid-column:2;grid-row:1;align-self:end}.udash-balance:not(.udash-balance--total):not(.udash-balance--add):not(.udash-balance--stat) .udash-balance__label{grid-column:2;grid-row:2;align-self:start}.udash-balance--total{grid-column:auto}}html[dir=rtl] .udash-balance__go i{transform:rotate(-135deg)}.udash-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px;align-items:start}@media only screen and (max-width:1199px){.udash-grid{grid-template-columns:minmax(0,1fr)}}.udash-card{background:#fff;border:1px solid rgba(213,231,233,.7);border-radius:20px;padding:24px}.udash-card__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:8px}.udash-card__title{margin:0;font-family:var(--font-heading),sans-serif;font-size:18px;color:#0c1d20}.udash-card__title--step{margin-bottom:22px}.udash-card__subtitle{display:block;margin-top:2px;font-size:12.5px;color:#4a585c}.udash-card__subtitle--step{margin-bottom:22px}.udash-card__head-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.udash-card__new{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border:0;border-radius:999px;background:#5edf7a;color:#0a2f33;font-size:13.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s ease}.udash-card__new:hover{background:rgb(68.4735751295,217.9264248705,100.9129533679)}.udash-card__new i{font-size:16px}.udash-tabs{display:inline-flex;align-self:flex-start;gap:4px;padding:4px;border-radius:999px;background:#f2f8f9;max-width:100%;overflow-x:auto;scrollbar-width:none}.udash-tabs::-webkit-scrollbar{display:none}.udash-tabs__tab{border:0;white-space:nowrap;padding:7px 16px;border-radius:999px;background:rgba(0,0,0,0);font-size:13px;font-weight:600;color:#4a585c;transition:background .2s ease,color .2s ease}.udash-tabs__tab:hover{color:#0c1d20}.udash-tabs__tab--active{background:#0a2f33;color:#fff}.udash-tabs__tab--active:hover{color:#fff}.udash-search{display:flex;align-items:center;gap:8px;flex:1 1 320px;max-width:460px;min-width:0;padding:10px 18px;border-radius:999px;background:#f2f8f9;color:#4a585c}.udash-search i{font-size:18px;flex-shrink:0}.udash-search input{width:100%;min-width:0;border:0;outline:0;background:rgba(0,0,0,0);font-size:14px;color:#0c1d20}.udash-search input::placeholder{color:#4a585c}@media only screen and (max-width:767px){.udash-search{flex-basis:100%;max-width:none}}.udash-transactions .udash-tx-date{display:block;margin:18px 0 6px;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4a585c}.udash-transactions__more{display:block;margin-top:18px;padding:12px;text-align:center;border-radius:999px;background:#f2f8f9;font-size:14px;font-weight:700;color:#0c1d20}.udash-transactions__more:hover{background:rgba(213,231,233,.5);color:#0c1d20}.udash-tx{display:flex;align-items:center;gap:14px;padding:12px 8px;border-radius:14px;transition:background .15s ease;cursor:pointer}.udash-tx:hover{background:#f2f8f9}.udash-tx--static{padding:0;cursor:default}.udash-tx--static:hover{background:rgba(0,0,0,0)}.udash-tx--stack{flex-direction:column;align-items:stretch;gap:6px;cursor:default}.udash-tx__icon{width:42px;height:42px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f2f8f9;color:#0c1d20;font-size:19px}.udash-tx__icon--in{background:rgba(94,223,122,.14);color:#0a2f33}.udash-tx__body{flex:1 1;display:flex;flex-direction:column;line-height:1.35;min-width:0}.udash-tx__name{font-size:14.5px;font-weight:700;color:#0c1d20;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.udash-tx__meta{font-size:12.5px;color:#4a585c;min-width:0;overflow-wrap:anywhere}.udash-tx__amount{margin-inline-start:auto;font-size:14.5px;font-weight:700;color:#0c1d20;white-space:nowrap}.udash-tx__amount--in{color:#1d8a4e}.udash-tx-line{display:flex;align-items:center;gap:8px}.udash-tx-line>.udash-tx{flex:1 1 auto;min-width:0}.udash-tx-line__refund{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #d5e7e9;border-radius:999px;background:rgba(0,0,0,0);color:#4a585c;font-size:13px;font-weight:700;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.udash-tx-line__refund i{font-size:15px}.udash-tx-line__refund:hover:not(:disabled){border-color:rgba(242,95,92,.5);background:rgba(242,95,92,.08);color:#c0392b}.udash-tx-line__refund:disabled{pointer-events:auto;cursor:not-allowed;opacity:.55}@media only screen and (max-width:575px){.udash-tx-line{flex-direction:column;align-items:stretch;gap:4px}.udash-tx-line__refund{justify-content:center}}.udash-rail{display:flex;flex-direction:column;gap:20px}.udash-convert .udash-card__title{margin-bottom:16px}.udash-convert__field{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border:1.5px solid #d5e7e9;border-radius:14px;transition:border-color .2s ease}.udash-convert__field:focus-within{border-color:#0a2f33}.udash-convert__field-main{display:flex;flex-direction:column;min-width:0}.udash-convert__field-label{font-size:12px;color:#4a585c}.udash-convert__input{background:rgba(0,0,0,0);font-size:20px;font-family:var(--font-heading),sans-serif;width:100%}.udash-convert__input,.udash-convert__select{border:0;outline:0;font-weight:700;color:#0c1d20}.udash-convert__select{appearance:auto;background:#f2f8f9;border-radius:999px;padding:8px 10px;font-size:14px;cursor:pointer}.udash-convert__rate{display:flex;align-items:center;gap:8px;margin:10px 0 10px 18px;font-size:13px;font-weight:600;color:#4a585c}.udash-convert__rate-dot{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(94,223,122,.14);color:#0a2f33;font-size:13px}.udash-convert__btn{width:100%;margin-top:16px;padding:13px;border:0;border-radius:999px;background:#5edf7a;color:#0a2f33;font-size:15px;font-weight:700;transition:background .2s ease}.udash-convert__btn:hover{background:rgb(68.4735751295,217.9264248705,100.9129533679)}.udash-cardpromo{background:#0a2f33;border:0;color:#fff}.udash-cardpromo__visual{position:relative;height:120px;border-radius:14px;margin-bottom:18px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02));border:1px solid hsla(0,0%,100%,.1)}.udash-cardpromo__chip{position:absolute;top:18px;left:18px;width:34px;height:24px;border-radius:6px;background:#5edf7a}.udash-cardpromo__num{position:absolute;bottom:14px;left:18px;font-size:13px;letter-spacing:.12em;color:hsla(0,0%,100%,.75)}.udash-cardpromo__brand{position:absolute;bottom:12px;right:16px;font-size:15px}.udash-cardpromo__brand,.udash-cardpromo__title{font-family:var(--font-heading),sans-serif;color:#fff}.udash-cardpromo__title{margin:0 0 6px;font-size:18px}.udash-cardpromo__text{margin:0 0 14px;font-size:13.5px;line-height:1.6;color:hsla(0,0%,100%,.7)}.udash-cardpromo__cta{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:999px;background:#5edf7a;color:#0a2f33;font-size:14px;font-weight:700;transition:background .2s ease}.udash-cardpromo__cta:hover{background:rgb(68.4735751295,217.9264248705,100.9129533679);color:#0a2f33}.udash-cardpromo__link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#5edf7a}.udash-cardpromo__link:hover{color:#5edf7a;gap:12px}.udash-cardpromo__link i{transition:transform .2s ease}html[dir=rtl] .udash-cardpromo__link i{transform:scaleX(-1)}.udash-flow{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px;align-items:start}.udash-flow--single{grid-template-columns:minmax(0,1fr)}.udash-flow__col{display:flex;flex-direction:column;gap:20px;min-width:0}.udash-flow--stack{grid-template-columns:minmax(0,1fr)}.udash-flow--stack .udash-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}@media only screen and (max-width:767px){.udash-flow--stack .udash-rail{grid-template-columns:minmax(0,1fr)}}@media only screen and (max-width:1199px){.udash-flow{grid-template-columns:minmax(0,1fr)}}.udash-how{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;counter-reset:udash-how}.udash-how__item{display:flex;align-items:flex-start;gap:10px;text-align:start;font-size:14px;line-height:1.5;color:#0c1d20;counter-increment:udash-how}.udash-how__item:before{content:counter(udash-how);flex:0 0 22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(94,223,122,.14);color:#0a2f33;font-size:12px;font-weight:700}.udash-step-head{display:flex;align-items:center;min-width:0;margin-bottom:6px}.udash-step-hint{display:block;margin-bottom:4px;font-size:12.5px;font-weight:600;color:#4a585c}.udash-back-btn{display:inline-flex;align-items:center;gap:3px;min-width:0;margin-inline-start:-5px;padding:0;border:0;background:rgba(0,0,0,0);color:#0c1d20;transition:color .2s ease}.udash-back-btn i{flex-shrink:0;font-size:20px;line-height:1;color:#4a585c;transition:color .2s ease}.udash-back-btn:hover i{color:#0c1d20}.udash-back-btn__label{min-width:0;font-size:15px;font-weight:700;line-height:1.35}@media only screen and (max-width:575px){.udash-back-btn__label{font-size:14px}}html[dir=rtl] .udash-back-btn i{transform:rotate(180deg)}.udash-form{display:flex;flex-direction:column;gap:16px}.udash-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media only screen and (max-width:575px){.udash-form__row{grid-template-columns:minmax(0,1fr)}}.udash-form__group{display:flex;flex-direction:column;gap:4px}.udash-form__label{font-size:13px;font-weight:600;line-height:1.2;color:#4a585c}.udash-form__phone{display:flex;align-items:stretch;border:1.5px solid #d5e7e9;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .2s ease}.udash-form__phone:focus-within{border-color:#0a2f33}.udash-form__phone .udash-form__input{border:0;border-radius:0;background:rgba(0,0,0,0);flex:1 1 auto;min-width:0}.udash-form__phone .udash-form__input.udash-form__input--code{flex:0 0 auto;width:5.5ch;padding-inline:0 10px;border-inline-end:1.5px solid #d5e7e9;background:#f2f8f9;color:#0c1d20;cursor:default}.udash-form__phone-plus{display:flex;align-items:center;padding-inline:12px 3px;font-size:15px;font-weight:600;color:#0c1d20;background:#f2f8f9;pointer-events:none}.udash-form__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.udash-form__label-action{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#f2f8f9;color:#0c1d20;font-size:13px;flex-shrink:0;transition:background .2s ease}.udash-form__label-action:hover{background:rgba(213,231,233,.5);color:#0c1d20}.udash-form__input-group{position:relative;display:flex;align-items:center}.udash-form__input-group .udash-form__input{padding-left:38px}.udash-form__input-icon{position:absolute;left:16px;font-size:15px;font-weight:700;color:#4a585c;pointer-events:none}.udash-form__field{position:relative;display:flex;align-items:center}.udash-form__field .udash-form__input{padding-right:46px}html[dir=rtl] .udash-form__field .udash-form__input{padding-right:16px;padding-left:46px}.udash-form__field--icon .udash-form__input{padding-left:42px}html[dir=rtl] .udash-form__field--icon .udash-form__input{padding-left:46px;padding-right:42px}.udash-form__field-icon{position:absolute;left:15px;display:inline-flex;font-size:18px;color:#4a585c;pointer-events:none}html[dir=rtl] .udash-form__field-icon{left:auto;right:15px}.udash-form__field-action{position:absolute;right:6px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:rgba(0,0,0,0);color:#4a585c;font-size:19px;cursor:pointer;transition:background .2s ease,color .2s ease}.udash-form__field-action:hover{background:#f2f8f9;color:#0c1d20}html[dir=rtl] .udash-form__field-action{right:auto;left:6px}.udash-form__input,.udash-form__select,.udash-form__textarea{width:100%;padding:12px 16px;border:1.5px solid #d5e7e9;border-radius:14px;background:#fff;font-size:15px;font-weight:600;color:#0c1d20;outline:0;transition:border-color .2s ease}.udash-form__input:focus,.udash-form__select:focus,.udash-form__textarea:focus{border-color:#0a2f33}.udash-form__input::placeholder,.udash-form__select::placeholder,.udash-form__textarea::placeholder{color:#4a585c;font-weight:400}.udash-form__input:disabled,.udash-form__select:disabled,.udash-form__textarea:disabled{opacity:.55;cursor:not-allowed}.udash-form__input:read-only,.udash-form__select:read-only,.udash-form__textarea:read-only{background:#f2f8f9;color:#4a585c;cursor:not-allowed}.udash-form__prefixed{position:relative}.udash-form__prefix{position:absolute;top:50%;left:16px;transform:translateY(-50%);color:#4a585c;font-size:15px;font-weight:600;pointer-events:none}.udash-form__input--prefixed{padding-left:28px}.udash-form__input--otp::placeholder{opacity:.45}.udash-form__textarea{min-height:90px;resize:vertical}.udash-form__hint{font-size:12.5px;color:#4a585c}.udash-form__hint b{color:#0c1d20}.udash-form__hint--gap{margin-bottom:12px}.udash-form__hint--busy,.udash-form__hint--error,.udash-form__hint--success{display:flex;align-items:center;gap:6px;line-height:1.5}.udash-form__hint--busy i,.udash-form__hint--error i,.udash-form__hint--success i{font-size:15px;flex-shrink:0}.udash-form__hint--success,.udash-form__hint--success b{color:#1d8a4e}.udash-form__hint--error,.udash-form__hint--error b{color:#c0392b}.udash-form__hints{display:flex;flex-direction:column;gap:6px}.udash-form__submit{margin-top:6px;padding:13px;border:0;border-radius:999px;background:#5edf7a;color:#0a2f33;font-size:15px;font-weight:700;text-align:center;cursor:pointer;transition:background .2s ease}.udash-form__submit:hover{background:rgb(68.4735751295,217.9264248705,100.9129533679);color:#0a2f33}.udash-form__submit:disabled{opacity:.6;cursor:wait}.udash-form__submit--link{display:block;text-decoration:none}.udash-form__submit--danger{background:#c0392b;color:#fff}.udash-form__submit--danger:hover{background:rgb(166.9991489362,49.5778723404,37.4008510638);color:#fff}.udash-form__link-btn{border:0;background:rgba(0,0,0,0);padding:0;color:#0a2f33;font-size:13.5px;font-weight:700;cursor:pointer;text-align:left}.udash-form__link-btn:hover{text-decoration:underline}.udash-amount{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border:1.5px solid #d5e7e9;border-radius:14px;transition:border-color .2s ease}.udash-amount:focus-within{border-color:#0a2f33}.udash-amount__main{display:flex;flex-direction:column;min-width:0;flex:1 1}.udash-amount__label{font-size:12px;color:#4a585c}.udash-amount__input-row{display:flex;align-items:center;gap:3px}.udash-amount__symbol{font-size:20px;font-weight:700;font-family:var(--font-heading),sans-serif;color:#4a585c;opacity:.55;flex-shrink:0;-webkit-user-select:none;user-select:none}.udash-amount__input{background:rgba(0,0,0,0);font-size:20px;font-family:var(--font-heading),sans-serif;width:100%;padding:0}.udash-amount__input,.udash-amount__select{border:0;outline:0;font-weight:700;color:#0c1d20}.udash-amount__select{appearance:auto;background:#f2f8f9;border-radius:999px;padding:8px 10px;font-size:14px;cursor:pointer;max-width:130px}.udash-quick-amounts{display:flex;flex-wrap:wrap;gap:8px}.udash-quick-amounts__chip{display:inline-flex;align-items:center;gap:2px;border:1.5px solid #d5e7e9;background:#fff;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;font-family:var(--font-heading),sans-serif;color:#0c1d20;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.udash-quick-amounts__chip:hover{background:#f2f8f9}.udash-quick-amounts__chip.is-active{background:rgba(94,223,122,.14);border-color:#5edf7a;color:#0a2f33}.udash-limits-card__meter{margin-top:14px}.udash-limits-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:13.5px;color:#4a585c}.udash-limits-card__row b{color:#0c1d20;font-weight:700}.udash-limits-card__track{height:6px;border-radius:999px;background:#f2f8f9;overflow:hidden}.udash-limits-card__fill{height:100%;border-radius:999px;background:#5edf7a;transition:width .3s ease}.udash-limits-card__fill--soft{background:rgba(94,223,122,.55)}.udash-limits-card__note{margin-top:14px;font-size:12.5px;color:#4a585c}.udash-limits-card__note b{color:#0c1d20;font-weight:700}.udash-fx{gap:7px;vertical-align:middle}.udash-fx,.udash-fx__flag{display:inline-flex;align-items:center}.udash-fx__flag{flex:none;justify-content:center;width:20px;height:20px;border-radius:50%;overflow:hidden;background:#f2f8f9;font-size:9px;font-weight:700;line-height:1;color:#4a585c}.udash-fx__flag img{width:100%;height:100%;object-fit:cover}.udash-fx__amount{font-weight:700;color:#0c1d20}.udash-fx--lg .udash-fx__flag{width:26px;height:26px;font-size:10.5px}.udash-tx-pending{border:1px solid rgba(213,231,233,.9);border-radius:20px;margin-bottom:8px;overflow:hidden}.udash-tx-pending .udash-tx{border-bottom:0}.udash-tx-pending__bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:10px 16px;background:#f2f8f9}.udash-tx-pending__hint{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#4a585c}.udash-tx-pending__action{flex-shrink:0;padding:7px 16px;border:0;border-radius:999px;background:#0a2f33;color:#fff;font-size:12.5px;font-weight:700;cursor:pointer;transition:opacity .2s ease}.udash-tx-pending__action:hover{opacity:.88}.udash-tx-pending__form{padding:16px;background:#f2f8f9}.udash-tx-pending__buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.udash-tx-pending__buttons .udash-form__submit{width:auto;padding-inline:28px}.udash-tx-pending__done{margin:10px 16px 16px}.udash-cardpay__form,.udash-cardpay__summary{margin-top:16px}.udash-cardpay__note{margin-top:4px}.udash-cardpay__pan{letter-spacing:.06em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.udash-cryptopay{display:flex;align-items:flex-start;gap:20px;margin-top:16px}@media only screen and (max-width:767px){.udash-cryptopay{flex-direction:column;align-items:stretch}}.udash-cryptopay__qr{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid rgba(213,231,233,.7);border-radius:20px;background:#fff}.udash-cryptopay__qr img{display:block}.udash-cryptopay__body{flex:1 1 auto;min-width:0}.udash-cryptopay__address{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px;padding:12px 14px;border:1.5px solid #d5e7e9;border-radius:14px;background:#f2f8f9}.udash-cryptopay__address code{font-size:13.5px;font-weight:600;line-height:1.5;color:#0c1d20;word-break:break-all;min-width:0}.udash-cryptopay__copy{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid rgba(213,231,233,.9);border-radius:999px;background:#fff;font-size:12.5px;font-weight:600;color:#0c1d20;cursor:pointer;transition:border-color .2s ease,color .2s ease}.udash-cryptopay__copy:hover{border-color:#0a2f33}.udash-cryptopay__warn{margin-top:12px}.udash-cryptopay__form,.udash-cryptopay__summary{margin-top:16px}.udash-summary{display:flex;flex-direction:column;gap:10px}.udash-card__title+.udash-summary{margin-top:12px}.udash-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:13.5px;color:#4a585c}.udash-summary__row b,.udash-summary__row strong{color:#0c1d20;font-weight:700;text-align:right}.udash-summary__row--total{margin-top:4px;padding-top:12px;border-top:1.5px dashed #d5e7e9;font-size:14.5px}.udash-summary__row--total b,.udash-summary__row--total strong{font-size:16px}.udash-summary--skeleton .udash-summary__row{align-items:center;min-height:21px}.udash-summary--skeleton .udash-summary__row--total{min-height:25px}.udash-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;background:#f2f8f9;color:#4a585c}.udash-badge--success{background:rgba(94,223,122,.14);color:#1d8a4e}.udash-badge--pending{background:rgba(232,163,61,.14);color:#b97b17}.udash-badge--rejected{background:rgba(242,95,92,.12);color:#c0392b}.udash-table__action{display:inline-flex;align-items:center;padding:5px 14px;border:0;border-radius:999px;font-size:12px;font-weight:700;color:#fff;cursor:pointer;transition:background .2s ease}.udash-table__action+.udash-table__action{margin-inline-start:6px}.udash-table__action--approve{background:#1d8a4e}.udash-table__action--approve:hover:not(:disabled){background:rgb(23.6862275449,112.7137724551,63.7077844311)}.udash-table__action--reject{background:#c0392b}.udash-table__action--reject:hover:not(:disabled){background:rgb(166.9991489362,49.5778723404,37.4008510638)}.udash-table__action:disabled{opacity:.55;pointer-events:auto;cursor:not-allowed}.udash-table-wrap{overflow-x:auto}.udash-table{width:100%;border-collapse:collapse;font-size:13.5px}.udash-table th{text-align:left;padding:10px 12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4a585c;border-bottom:1.5px solid #d5e7e9;white-space:nowrap}.udash-table td{padding:12px;border-bottom:1px solid rgba(213,231,233,.5);color:#0c1d20;white-space:nowrap}.udash-table tr:last-child td{border-bottom:0}.udash-table__row--link{cursor:pointer;transition:background .2s ease}.udash-table__row--link:hover td{background:#f2f8f9}.udash-table__title{font-size:11.5px;font-weight:600}.udash-table__link{font-weight:700;color:#0c1d20}.udash-table__link:hover{color:#5edf7a}@media only screen and (max-width:575px){.udash-table__col--sm-hide{display:none}}.udash-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;text-align:center;color:#4a585c}.udash-empty>i{font-size:42px;color:#d5e7e9}.udash-empty .udash-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:6px;padding-inline:26px}.udash-empty .udash-form__submit i{font-size:19px;color:currentColor}.udash-empty__title{font-size:15px;font-weight:700;color:#0c1d20}a.udash-form__submit{display:block;text-decoration:none}.udash-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media only screen and (max-width:575px){.udash-choices{grid-template-columns:minmax(0,1fr)}}.udash-choice{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid #d5e7e9;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease}.udash-choice:hover{border-color:rgba(10,47,51,.35)}.udash-choice:focus-within{border-color:#0a2f33}.udash-choice__input{position:absolute;width:0;height:0;opacity:0;margin:0}.udash-choice__icon{width:40px;height:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#f2f8f9;color:#0c1d20;font-size:20px;transition:background .2s ease,color .2s ease}.udash-choice__body{display:flex;flex-direction:column;gap:2px;min-width:0}.udash-choice__title{font-size:15px;font-weight:700;color:#0c1d20}.udash-choice__sub{font-size:12.5px;line-height:1.4;color:#4a585c}.udash-choice__mark{width:22px;height:22px;flex-shrink:0;margin-inline-start:auto;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #d5e7e9;border-radius:50%;color:rgba(0,0,0,0);font-size:14px;transition:background .2s ease,border-color .2s ease,color .2s ease}.udash-choice--active{border-color:#5edf7a;background:rgba(94,223,122,.14)}.udash-choice--active .udash-choice__icon{background:#5edf7a;color:#0a2f33}.udash-choice--active .udash-choice__mark{border-color:#5edf7a;background:#5edf7a;color:#0a2f33}.udash-choice__icon--brand{width:64px;background:#fff;border:1px solid #d5e7e9}.udash-choice--active .udash-choice__icon--brand{background:#fff;border-color:#5edf7a}.udash-dial-field{position:relative;display:flex;align-items:center}.udash-dial-field .udash-form__input{padding-left:96px}html[dir=rtl] .udash-dial-field .udash-form__input{padding-left:16px;padding-right:96px}.udash-dial{position:absolute;left:14px;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#0c1d20;pointer-events:none}.udash-dial__flag{font-size:17px;line-height:1}.udash-dial__code{white-space:nowrap}html[dir=rtl] .udash-dial{left:auto;right:14px}.udash-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:0;text-align:center}.udash-success__icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(94,223,122,.14);color:#1d8a4e;font-size:32px}.udash-success__icon--fail{background:rgba(220,53,69,.12);color:#c22f3e}.udash-success__title{margin:0;font-family:var(--font-heading),sans-serif;font-size:20px;color:#0c1d20}.udash-success__details{width:100%;max-width:360px;text-align:start}.udash-success__text{margin:0;font-size:14px;color:#4a585c}.udash-qr{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.udash-qr__box{padding:18px;border-radius:20px;background:#fff;border:1.5px solid #d5e7e9}.udash-qr__box canvas,.udash-qr__box img,.udash-qr__box svg{display:block;max-width:220px;height:auto}.udash-qr__label{font-size:13.5px;color:#4a585c}.udash-qr__label b{color:#0c1d20}.udash-qr__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:2px}.udash-qr__actions .udash-qr__action{margin-top:0}.udash-qr__action{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-top:4px;padding:11px 22px;border:1.5px solid #d5e7e9;border-radius:999px;background:rgba(0,0,0,0);color:#0c1d20;font-size:13.5px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .2s ease,border-color .2s ease}.udash-qr__action:hover:not(:disabled){background:#f2f8f9}.udash-qr__action:disabled{opacity:.5;cursor:not-allowed}.udash-qr__action--primary{border-color:rgba(0,0,0,0);background:rgba(94,223,122,.14);color:#0a2f33}.udash-qr__action--primary:hover:not(:disabled){background:rgba(76.9823834197,219.6176165803,107.9419689119,.14)}.udash-qr__action i{font-size:16px}.udash-applinks{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.udash-applinks__label{font-size:13px;font-weight:600;color:#4a585c}.udash-applinks__row{display:flex;flex-wrap:wrap;gap:10px}.udash-applinks__btn{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border:1.5px solid #d5e7e9;border-radius:999px;background:rgba(0,0,0,0);color:#0c1d20;font-size:13px;font-weight:700;white-space:nowrap;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.udash-applinks__btn i{font-size:17px}.udash-applinks__btn:hover{background:#f2f8f9;border-color:#0a2f33;color:#0c1d20}.udash-note{display:flex;gap:10px;padding:12px 16px;border-radius:14px;background:#f2f8f9;font-size:13px;color:#4a585c;line-height:1.55}.udash-note i{font-size:18px;color:#0a2f33;flex-shrink:0}.udash-note--success{align-items:center;background:rgba(94,223,122,.14);border:1px solid rgba(94,223,122,.3);color:#1d8a4e}.udash-note--success i{color:#1d8a4e}.udash-note--center{align-items:center;justify-content:start;text-align:center}.udash-note__logo{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;overflow:hidden}.udash-note__logo img{max-width:100%;max-height:100%;object-fit:contain}.udash-cardhero{margin-bottom:24px}.udash-cardhero__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.udash-cardhero__title{margin:0;font-family:var(--font-heading),sans-serif;font-size:18px;color:#0c1d20}.udash-cardhero__add{display:inline-flex;align-items:center;gap:6px;border:0;padding:0;background:rgba(0,0,0,0);font-size:13.5px;font-weight:700;color:#0c1d20;cursor:pointer}.udash-cardhero__add i{font-size:17px}.udash-cardhero__add:hover{color:#0a2f33}.udash-cardhero__stage{display:flex;align-items:center;gap:12px}.udash-cardhero__arrow{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border:1px solid #d5e7e9;border-radius:50%;background:rgba(0,0,0,0);color:#0c1d20;font-size:16px;cursor:pointer;transition:background .2s ease}.udash-cardhero__arrow:hover{background:#f2f8f9}.udash-cardhero__arrow:disabled{opacity:.35;cursor:not-allowed}.udash-cardhero__card{position:relative;flex:1 1;min-width:0;max-width:480px;margin:0 auto;aspect-ratio:16/9;border-radius:18px;padding:20px 22px;overflow:hidden;display:flex;flex-direction:column;color:#fff;background:linear-gradient(120deg,#0a2f33,#14545c 60%,#0a2f33)}.udash-cardhero__card:after,.udash-cardhero__card:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.udash-cardhero__card:before{width:340px;height:340px;right:-120px;top:-190px;background:hsla(0,0%,100%,.07)}.udash-cardhero__card:after{width:300px;height:300px;left:-110px;bottom:-200px;background:rgba(94,223,122,.16)}.udash-cardhero__label{display:flex;align-items:center;gap:10px;font-size:12.5px;color:hsla(0,0%,100%,.75)}.udash-cardhero__balance{margin-top:4px;font-family:var(--font-heading),sans-serif;font-size:26px;font-weight:700}.udash-cardhero__chip{display:inline-flex;align-items:center;gap:10px;margin-top:16px}.udash-cardhero__chip svg{display:block}.udash-cardhero__chip i{font-size:28px;color:hsla(0,0%,100%,.9);transform:rotate(90deg)}.udash-cardhero__topright{position:absolute;top:22px;right:22px;display:flex;align-items:center;gap:8px}.udash-cardhero__default{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;background:rgba(94,223,122,.85);font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;white-space:nowrap}.udash-cardhero__default i{font-size:11px}.udash-cardhero__num{position:absolute;bottom:66px;left:22px;font-size:13px;letter-spacing:.14em;color:hsla(0,0%,100%,.8)}.udash-cardhero__holder{position:absolute;bottom:42px;left:22px;max-width:60%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.92)}.udash-cardhero__expiry{position:absolute;bottom:18px;left:22px;font-size:12.5px;color:hsla(0,0%,100%,.75)}.udash-cardhero__brand{position:absolute;bottom:14px;right:22px;font-family:var(--font-heading),sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.udash-cardhero__brand img{display:block;height:24px;width:auto}.udash-cardhero__dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.udash-cardhero__dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(10,47,51,.18);cursor:pointer;transition:width .25s ease,background .25s ease}.udash-cardhero__dot--active{width:22px;background:#0a2f33}@media only screen and (max-width:575px){.udash-cardhero__stage{display:grid;grid-template-columns:1fr auto auto;align-items:center;column-gap:8px;row-gap:10px}.udash-cardhero__stage>:first-child{grid-row:1;grid-column:2}.udash-cardhero__stage>:nth-child(2){grid-row:2;grid-column:1/-1}.udash-cardhero__stage>:last-child{grid-row:1;grid-column:3}.udash-cardhero__arrow{width:28px;height:28px;font-size:14px}.udash-cardhero__arrow:disabled{display:none}.udash-cardhero__card{width:100%;max-width:none;aspect-ratio:16/10;padding:16px 18px}.udash-cardhero__chip{margin-top:10px;gap:8px}.udash-cardhero__chip svg{width:40px;height:28px}.udash-cardhero__balance,.udash-cardhero__chip i{font-size:22px}.udash-cardhero__num{bottom:58px;left:18px;font-size:12px}.udash-cardhero__topright{top:18px;right:18px}.udash-cardhero__holder{bottom:36px;left:18px;font-size:12.5px}.udash-cardhero__expiry{bottom:15px;left:18px;font-size:12px}.udash-cardhero__brand{bottom:12px;right:18px;font-size:15px}.udash-cardhero__brand img{height:18px}}.udash-brand-logo{display:inline-block;vertical-align:middle;height:20px;width:auto}.udash-brand-logo--visa{height:15px}.udash-toggle-icon{font-size:17px}.udash-toggle-icon--on{color:#5edf7a}.udash-toggle-icon--off{color:#c0392b}.udash-linkitem__body{display:flex;flex-direction:column;gap:6px;margin-inline-start:56px}@media only screen and (max-width:575px){.udash-linkitem__body{margin-inline-start:0}}.udash-linkitem__actions,.udash-linkitem__line{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.udash-share-pill{display:flex;flex:1 1 300px;min-width:0;padding:4px 10px;border:1px solid #d5e7e9;border-radius:999px;background:#f2f8f9}.udash-share-pill__row{display:flex;align-items:center;gap:10px;min-width:0;width:100%}.udash-share-pill__row>i{font-size:16px;color:#4a585c;flex-shrink:0}.udash-share-pill__url{flex:1 1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;color:#4a585c}.udash-share-pill__url:hover{color:#0c1d20}.udash-share-pill__copy{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;padding:5px 12px;border:1px solid #d5e7e9;border-radius:999px;background:#fff;color:#0c1d20;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .2s ease}.udash-share-pill__copy:hover{background:#f2f8f9}.udash-share-pill__copy:after,.udash-share-pill__copy:before{opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.udash-share-pill__copy:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);right:0;padding:4px 8px;border-radius:6px;background:#0a2f33;color:#fff;font-size:11px;font-weight:500;white-space:nowrap;transform:translateY(4px)}.udash-share-pill__copy:before{content:"";position:absolute;bottom:calc(100% + 3px);right:10px;border:5px solid rgba(0,0,0,0);border-top-color:#0a2f33;transform:translateY(4px)}.udash-share-pill__copy:hover:after,.udash-share-pill__copy:hover:before{opacity:1;transform:translateY(0)}.udash-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.udash-checkbox__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.udash-checkbox__box{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;border-radius:6px;border:1.5px solid #d5e7e9;background:#fff;transition:background .2s ease,border-color .2s ease}.udash-checkbox__box i{font-size:11px;color:#fff;opacity:0;transform:scale(.6);transition:opacity .15s ease,transform .15s ease}.udash-checkbox__input:checked~.udash-checkbox__box{background:#0a2f33;border-color:#0a2f33}.udash-checkbox__input:checked~.udash-checkbox__box i{opacity:1;transform:scale(1)}.udash-checkbox:hover .udash-checkbox__box{border-color:#0a2f33}.udash-modal{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.45)}.udash-modal__box{width:100%;max-width:420px;background:#fff;border-radius:20px;padding:26px;display:flex;flex-direction:column;gap:16px;text-align:center;animation:udashModalIn .2s ease}.udash-modal__icon{width:56px;height:56px;margin:0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(94,223,122,.14);color:#0a2f33;font-size:28px}.udash-modal__icon--danger{background:rgba(242,95,92,.14);color:#c0392b}.udash-modal__title{margin:0;font-family:var(--font-heading),sans-serif;font-size:19px;color:#0c1d20}.udash-modal__actions{display:flex;gap:10px;margin-top:4px}.udash-modal__actions .udash-form__submit{flex:1 1;margin-top:0}.udash-modal__actions .udash-form__submit--danger{background:#f25f5c;color:#fff}.udash-modal__actions .udash-form__submit--danger:hover{background:hsl(1.2,85.2272727273%,59.4901960784%);color:#fff}.udash-modal__actions .udash-modal__cancel{flex:1 1}.udash-modal__cancel{flex:1 1;border:0;border-radius:999px;background:#f2f8f9;color:#0c1d20;font-size:15px;font-weight:700;cursor:pointer}.udash-modal__cancel:hover{background:rgba(213,231,233,.5)}.udash-modal__box--qr{max-width:380px}@keyframes udashModalIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.udash-qr-scan{position:relative;aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:#0a2f33}.udash-qr-scan__video{width:100%;height:100%;object-fit:cover}.udash-qr-scan__frame{position:absolute;inset:14%;border:2px solid hsla(0,0%,100%,.85);border-radius:12px;box-shadow:0 0 0 999px rgba(0,0,0,.25);pointer-events:none}.udash-qr-scan__canvas{display:none}.udash-pin{display:flex;justify-content:center;gap:12px;margin:2px 0}.udash-pin__box{width:56px;height:62px;padding:0;text-align:center;font-family:var(--font-heading),sans-serif;font-size:26px;font-weight:700;color:#0c1d20;background:#f2f8f9;border:1.5px solid rgba(0,0,0,0);border-radius:14px;outline:none;caret-color:#5edf7a;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease;-moz-appearance:textfield}.udash-pin__box::-webkit-inner-spin-button,.udash-pin__box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.udash-pin__box.is-filled{background:rgba(94,223,122,.14);border-color:rgba(94,223,122,.35)}.udash-pin__box:focus{background:#fff;border-color:#5edf7a;box-shadow:0 0 0 4px rgba(94,223,122,.14);transform:translateY(-1px)}.udash-pin__box:disabled{opacity:.6;cursor:not-allowed}.udash-pin.is-error .udash-pin__box{border-color:rgba(242,95,92,.55);background:rgba(242,95,92,.08);caret-color:#f25f5c}.udash-pin.is-error .udash-pin__box:focus{box-shadow:0 0 0 4px rgba(242,95,92,.15)}.udash-pin.is-shake{animation:udashPinShake .4s ease}@media(max-width:380px){.udash-pin{gap:9px}.udash-pin__box{width:50px;height:56px;font-size:22px}}@keyframes udashPinShake{0%,to{transform:translateX(0)}20%{transform:translateX(-7px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(3px)}}.udash-txd{max-width:560px;margin:0 auto;width:100%}.udash-txd__back{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:#4a585c}.udash-txd__back:hover{color:#0c1d20}.udash-txd__hero{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 0 24px;text-align:center}.udash-txd__icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f2f8f9;color:#0c1d20;font-size:28px}.udash-txd__icon--in{background:rgba(94,223,122,.14);color:#0a2f33}.udash-txd__amount{font-size:30px;font-weight:700;font-family:var(--font-heading),sans-serif;color:#0c1d20;line-height:1.1}.udash-txd__amount--in{color:#1d8a4e}.udash-txd__heading{font-size:15px;color:#4a585c;overflow-wrap:anywhere}.udash-txd__actions{display:flex;gap:10px;justify-content:center;padding-bottom:22px;border-bottom:1.5px dashed #d5e7e9}.udash-txd__btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border:0;border-radius:999px;background:#f2f8f9;color:#0c1d20;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease}.udash-txd__btn i{font-size:17px}.udash-txd__btn:hover{background:rgba(213,231,233,.5)}.udash-txd__btn:disabled{opacity:.6;cursor:wait}.udash-txd__btn--primary{background:#5edf7a;color:#0a2f33}.udash-txd__btn--primary:hover{background:rgb(68.4735751295,217.9264248705,100.9129533679)}.udash-txd__btn--danger{background:rgba(242,95,92,.12);color:#c0392b}.udash-txd__btn--danger:hover{background:rgba(242,95,92,.2)}.udash-txd__share{position:relative}.udash-txd__share-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:170px;padding:6px;border-radius:14px;background:#fff;border:1.5px solid #d5e7e9;box-shadow:0 12px 32px rgba(12,33,27,.12);z-index:20;display:flex;flex-direction:column}.udash-txd__share-menu button,.udash-txd__share-menu input[type=button],.udash-txd__share-menu input[type=reset],.udash-txd__share-menu input[type=submit]{display:flex;align-items:center;gap:10px;padding:10px 12px;border:0;border-radius:10px;background:rgba(0,0,0,0);font-size:14px;font-weight:600;color:#0c1d20;cursor:pointer;text-align:left}.udash-txd__share-menu button i,.udash-txd__share-menu input[type=button] i,.udash-txd__share-menu input[type=reset] i,.udash-txd__share-menu input[type=submit] i{font-size:18px}.udash-txd__share-menu button:hover,.udash-txd__share-menu input[type=button]:hover,.udash-txd__share-menu input[type=reset]:hover,.udash-txd__share-menu input[type=submit]:hover{background:#f2f8f9}.udash-txd__rows{padding-top:20px}.udash-txd__pending{margin-top:20px;margin-bottom:0}.udash-txd__edit{margin-top:20px;padding:16px;border:1px solid rgba(213,231,233,.9);border-radius:20px;background:#f2f8f9;text-align:start}.udash-txd__edit .udash-card__title{font-size:16px}.udash-txd__edit-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.udash-txd__edit-buttons .udash-form__submit{width:auto;padding-inline:28px}.udash-bidder{gap:10px;min-width:0}.udash-bidder,.udash-bidder__avatar{display:inline-flex;align-items:center}.udash-bidder__avatar{width:36px;height:36px;flex-shrink:0;justify-content:center;border-radius:50%;background:#f2f8f9;font-size:13px;font-weight:700;color:#0c1d20;overflow:hidden}.udash-bidder__avatar--img{background:#f2f8f9}.udash-bidder__avatar img{width:100%;height:100%;object-fit:cover}.udash-bidder__body{display:flex;flex-direction:column;gap:2px;min-width:0}.udash-bidder__meta{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#4a585c}.udash-rowactions{display:flex;flex-wrap:wrap;gap:6px}.udash-rowactions__btn{padding:6px 12px;border:1.5px solid rgba(213,231,233,.9);border-radius:999px;background:rgba(0,0,0,0);font-size:12.5px;font-weight:600;color:#0c1d20;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease}.udash-rowactions__btn:hover:not(:disabled){background:#f2f8f9}.udash-rowactions__btn:disabled{opacity:.5;pointer-events:auto;cursor:not-allowed}.udash-rowactions__btn--accept{border-color:#5edf7a;background:#5edf7a;color:#0a2f33}.udash-rowactions__btn--accept:hover:not(:disabled){filter:brightness(.96)}.udash-rowactions__btn--pay{border-color:#0a2f33;background:#0a2f33;color:#fff}.udash-rowactions__btn--pay:hover:not(:disabled){background:#0a2f33;filter:brightness(1.2)}.udash-rowactions__btn--reject:hover:not(:disabled){border-color:rgba(242,95,92,.6);color:#c0392b}.udash-filtertoggle{display:none;align-items:center;gap:8px;width:100%;margin-top:18px;padding:12px 16px;border:1.5px solid rgba(213,231,233,.7);border-radius:14px;background:#fff;font-size:14px;font-weight:700;color:#0c1d20;cursor:pointer}.udash-filtertoggle__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#5edf7a;font-size:11.5px;color:#0a2f33}.udash-filtertoggle__caret{margin-inline-start:auto;font-size:16px;color:#4a585c;transition:transform .2s ease}.udash-filtertoggle__caret--open{transform:rotate(180deg)}@media only screen and (max-width:767px){.udash-filtertoggle{display:flex}}.udash-filterbar{display:flex;flex-wrap:wrap;align-items:stretch;gap:4px;margin-top:18px;padding:8px;border:1.5px solid rgba(213,231,233,.7);border-radius:18px;background:#fff}.udash-filterbar__field{flex:1 1;min-width:92px;display:flex;flex-direction:column;justify-content:flex-start;gap:2px;padding:6px 12px}.udash-filterbar__field+.udash-filterbar__field{border-inline-start:1px solid rgba(213,231,233,.7)}.udash-filterbar__label{font-size:11.5px;font-weight:700;line-height:18px;color:#4a585c}.udash-filterbar__control{width:100%;height:30px;padding:0;border:0;background:rgba(0,0,0,0);font-size:14.5px;font-weight:700;color:#0c1d20;outline:0;appearance:none}.udash-filterbar__control::placeholder{font-weight:600;color:#4a585c}.udash-filterbar__picker .udash-select__trigger{height:30px;padding:0;border:0;background:rgba(0,0,0,0);font-size:14.5px;font-weight:700}.udash-filterbar__actions{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding-inline-start:4px;border-inline-start:1px solid rgba(213,231,233,.7);margin-inline-start:4px}.udash-filterbar__reset,.udash-filterbar__search{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;font-size:20px;cursor:pointer;transition:filter .15s ease,background .15s ease}.udash-filterbar__search{background:#5edf7a;color:#0a2f33}.udash-filterbar__search:hover:not(:disabled){filter:brightness(.96)}.udash-filterbar__search:disabled{opacity:.55;pointer-events:auto;cursor:not-allowed}.udash-filterbar__reset{background:#f2f8f9;color:#4a585c}.udash-filterbar__reset:hover{background:rgba(213,231,233,.5);color:#0c1d20}.udash-filterbar__error{margin-top:8px;font-size:12.5px;font-weight:600;color:#c0392b}@media only screen and (max-width:1099px){.udash-filterbar__field{flex:1 1 30%}.udash-filterbar__field+.udash-filterbar__field{border-inline-start:0}.udash-filterbar__actions{border-inline-start:0;margin-inline-start:auto}}@media only screen and (max-width:767px){.udash-filterbar{display:none;margin-top:10px}.udash-filterbar--open{display:flex}}@media only screen and (max-width:575px){.udash-filterbar__field{flex:1 1 45%}.udash-filterbar__actions{flex:1 1 100%;margin-inline-start:0;padding-inline-start:0}.udash-filterbar__search{flex:1 1 auto;width:auto}}.udash-mkgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-top:18px}.udash-mk{display:flex;flex-direction:column;gap:12px;padding:18px;border:1.5px solid rgba(213,231,233,.7);border-radius:20px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.udash-mk:hover{border-color:#5edf7a;box-shadow:0 8px 24px rgba(0,0,0,.06)}.udash-mk__seller{display:flex;align-items:center;gap:10px;min-width:0}.udash-mk__seller-body{display:flex;flex-direction:column;gap:1px;min-width:0}.udash-mk__seller-name{font-size:14px;font-weight:700;color:#0c1d20;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udash-mk__head{display:flex;flex-direction:column;gap:2px;padding-top:12px;border-top:1px solid rgba(213,231,233,.7)}.udash-mk__title{margin:0;font-size:13.5px;font-weight:700;color:#0c1d20}.udash-mk__rate{font-size:12.5px;color:#4a585c}.udash-mk__legs{position:relative;display:flex;flex-direction:column;gap:5px}.udash-mk__leg{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 14px;border-radius:14px;background:#f2f8f9}.udash-mk__curr{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#0c1d20;flex-shrink:0}.udash-mk__leg-val{display:flex;flex-direction:column;align-items:flex-end;min-width:0;font-size:14px;color:#0c1d20}.udash-mk__leg-val b{font-weight:700}.udash-mk__leg-label{font-size:11px;font-weight:600;color:#4a585c}.udash-mk__arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #fff}.udash-mk__arrow,.udash-mk__cta{background:#5edf7a;color:#0a2f33;font-size:14px}.udash-mk__cta{width:100%;padding:12px 16px;border:0;border-radius:999px;font-weight:700;cursor:pointer;transition:filter .15s ease}.udash-mk__cta:hover:not(:disabled){filter:brightness(.96)}.udash-mk__cta:disabled{opacity:.55;pointer-events:auto;cursor:not-allowed}.udash-mk__ghost{width:100%;margin-top:-4px;padding:8px 16px;border:1.5px solid rgba(213,231,233,.9);border-radius:999px;background:rgba(0,0,0,0);font-size:13px;font-weight:600;color:#0c1d20;cursor:pointer;transition:background .15s ease}.udash-mk__ghost:hover:not(:disabled){background:#f2f8f9}.udash-mk__ghost:disabled{opacity:.55;pointer-events:auto;cursor:not-allowed}.udash-gcgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-top:18px}.udash-gc{position:relative;display:flex;flex-direction:column;gap:12px;aspect-ratio:3/4;min-height:260px;padding:18px 16px 16px;border-radius:22px;background:linear-gradient(160deg,#1b2136,#0b0e18);overflow:hidden;isolation:isolate;transition:transform .18s ease,box-shadow .18s ease}.udash-gc:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.28)}.udash-gc--skeleton{pointer-events:none}.udash-gc--skeleton:hover{transform:none;box-shadow:none}.udash-gc--owned:hover{transform:none;box-shadow:0 8px 22px rgba(0,0,0,.18)}.udash-gc__wash{position:absolute;inset:-20%;z-index:-2}.udash-gc__wash img{width:100%;height:100%;object-fit:cover;filter:blur(28px) saturate(1.5) brightness(.7)}.udash-gc__scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.3) 45%,rgba(0,0,0,.75))}.udash-gc__notch{width:42px;height:5px;margin:0 auto 4px;border-radius:999px;background:hsla(0,0%,100%,.55);flex-shrink:0}.udash-gc__art{flex:1 1;min-height:0;display:flex;align-items:center;justify-content:center}.udash-gc__art img{max-width:88%;max-height:100%;object-fit:contain;border-radius:10px}.udash-gc__art i{font-size:46px;color:hsla(0,0%,100%,.85)}.udash-gc__name{font-size:14px;font-weight:700;line-height:1.35;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.udash-gc__meta{margin-top:-6px;font-size:12px;color:hsla(0,0%,100%,.7)}.udash-gc__get{width:100%;padding:10px 14px;border:0;border-radius:14px;background:linear-gradient(90deg,#4f7cf7,#8b5cf6);font-size:14px;font-weight:700;color:#fff;cursor:pointer;transition:filter .18s ease}.udash-gc__get:hover{filter:brightness(1.08)}.udash-gc__value{width:100%;padding:10px 14px;border-radius:14px;background:hsla(0,0%,100%,.16);border:1px solid hsla(0,0%,100%,.22);text-align:center;font-size:15px;font-weight:700;color:#fff}.udash-gc__badge{position:absolute;top:14px;inset-inline-end:14px;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;color:#0a2f33;text-transform:capitalize}.udash-gc__badge,.udash-gc__badge--success{background:rgba(94,223,122,.95)}.udash-gc__badge--neutral{background:hsla(0,0%,100%,.88)}.udash-gc__badge--pending{background:rgba(232,163,61,.95)}.udash-gc__badge--rejected{background:rgba(242,95,92,.95);color:#fff}.udash-scroll-end{min-height:48px;margin-top:18px;font-size:13px;color:#4a585c}.udash-pager,.udash-scroll-end{display:flex;align-items:center;justify-content:center}.udash-pager{gap:14px;margin-top:20px}.udash-pager--split{justify-content:space-between;flex-wrap:wrap;padding-top:18px;border-top:1px solid rgba(213,231,233,.7)}.udash-pager__actions{display:flex;gap:10px}.udash-pager__btn{display:inline-flex;align-items:center;gap:6px;border:0;padding:8px 18px;border-radius:999px;background:#f2f8f9;color:#0c1d20;font-size:13.5px;font-weight:700;cursor:pointer}.udash-pager__btn:hover{background:rgba(213,231,233,.5)}.udash-pager__btn:disabled{opacity:.45;cursor:not-allowed}.udash-pager__info{font-size:13px;color:#4a585c}.udash-pager__info b{color:#0c1d20}.udash-stmt-filters{margin-top:18px;padding:18px;border:1px solid rgba(213,231,233,.7);border-radius:16px;background:#f2f8f9}.udash-stmt-filters__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.udash-stmt-filters__title{display:inline-flex;align-items:center;gap:8px;margin:0;font-family:var(--font-heading),sans-serif;font-size:15px;color:#0c1d20}.udash-stmt-filters__count{padding:2px 9px;border-radius:999px;background:rgba(94,223,122,.14);color:#0a2f33;font-size:11.5px;font-weight:700}.udash-stmt-filters__reset{display:inline-flex;align-items:center;gap:6px;border:0;background:rgba(0,0,0,0);color:#4a585c;font-size:13px;font-weight:700;cursor:pointer}.udash-stmt-filters__reset:hover{color:#0c1d20}.udash-stmt-filters .udash-form__label{display:block;margin-bottom:6px;font-size:13px;font-weight:700;line-height:1.2;color:#0c1d20}.udash-stmt-filters__group{margin-bottom:14px}.udash-stmt-filters__group--wide{flex:1 1 240px}.udash-stmt-filters__row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.udash-stmt-filters__row>.udash-form__group{flex:1 1 180px;margin-bottom:0}.udash-stmt-filters__hint{display:flex;align-items:flex-start;gap:8px;margin:0;font-size:12.5px;color:#4a585c}.udash-stmt-filters__hint i{font-size:15px}.udash-stmt-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.udash-stmt-chip{padding:7px 14px;border:1.5px solid rgba(213,231,233,.9);border-radius:999px;background:#fff;color:#4a585c;font-size:12.5px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.udash-stmt-chip:hover{border-color:#0a2f33}.udash-stmt-chip--active{border-color:#5edf7a;background:#5edf7a;color:#0a2f33}.udash-stmt-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}.udash-stmt-actions__hint{font-size:12.5px;color:#4a585c}.udash-stmt-actions__apply{display:inline-flex;align-items:center;gap:6px;margin-inline-start:auto;padding:10px 22px;border:1.5px solid #0a2f33;border-radius:999px;background:#0a2f33;color:#fff;font-size:13.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:opacity .2s ease,box-shadow .2s ease}.udash-stmt-actions__apply:hover{opacity:.88}.udash-stmt-actions__apply i{font-size:16px}.udash-stmt-actions__apply--dirty{box-shadow:0 0 0 3px rgba(94,223,122,.14)}.udash-stmt-actions button:disabled,.udash-stmt-actions input[type=button]:disabled,.udash-stmt-actions input[type=reset]:disabled,.udash-stmt-actions input[type=submit]:disabled{opacity:.55;pointer-events:auto;cursor:not-allowed}.udash-stmt-doc{margin-top:20px;padding:32px;border:1px solid rgba(213,231,233,.8);border-radius:6px;background:#fff;color:#0c1d20;font-size:12.5px;line-height:1.5}.udash-stmt-doc__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-bottom:34px}.udash-stmt-doc__brand{flex:1 1 320px}.udash-stmt-doc__logo{height:32px;width:auto;margin-bottom:16px}.udash-stmt-doc__meta{margin:0 0 4px;font-size:12.5px}.udash-stmt-doc__holder{margin:14px 0 4px;font-weight:700;font-size:13.5px}.udash-stmt-doc__address{margin:0;max-width:320px;color:#4a585c}.udash-stmt-doc__issuer{display:flex;flex-direction:column;gap:3px;flex:0 1 300px;font-style:normal;text-align:end;color:#4a585c}.udash-stmt-doc__issuer strong{margin-bottom:4px;color:#0c1d20;font-size:13.5px}.udash-stmt-doc__section{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:.02em}.udash-stmt-doc__summary{width:100%;min-width:520px;border-collapse:collapse;table-layout:fixed}.udash-stmt-doc__summary td,.udash-stmt-doc__summary th{padding:7px 10px;border:1px solid rgba(213,231,233,.9);font-size:12px;text-align:start;vertical-align:middle;white-space:pre-line}.udash-stmt-doc__summary th{width:22%;background:#f2f8f9;color:#4a585c;font-weight:700;letter-spacing:.02em}.udash-stmt-doc__table-wrap{overflow-x:auto;margin-bottom:22px;scrollbar-width:thin}.udash-stmt-doc__table{width:100%;min-width:560px;border-collapse:collapse}.udash-stmt-doc__table td,.udash-stmt-doc__table th{padding:7px 10px;border:1px solid rgba(213,231,233,.9);font-size:12px;text-align:start;white-space:nowrap}.udash-stmt-doc__table thead th{background:#f2f8f9;font-weight:700;letter-spacing:.02em}.udash-stmt-doc__table tbody td:nth-child(2){white-space:normal;min-width:180px}.udash-stmt-doc__table tfoot td{background:#f2f8f9;font-weight:700}.udash-stmt-doc__mid{text-align:center}.udash-stmt-doc__num{text-align:end;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.udash-stmt-doc__note{margin:0 0 8px;font-size:11.5px;color:#4a585c}.udash-stmt-doc__note strong{color:#0c1d20}.udash-stmt-doc__foot{display:flex;justify-content:space-between;gap:16px;margin-top:26px;padding-top:14px;border-top:1px solid rgba(213,231,233,.9);font-size:11px;color:#4a585c}.udash-stmt-doc__foot span:first-child{font-weight:700;color:#0c1d20}@media only screen and (max-width:575px){.udash-stmt-doc{padding:18px}.udash-stmt-doc__head{gap:18px;margin-bottom:26px}.udash-stmt-doc__issuer{flex-basis:100%;text-align:start}.udash-stmt-doc__foot{flex-direction:column;gap:6px}}@media print{.udash-card__head,.udash-overlay,.udash-sidebar,.udash-stmt-actions,.udash-stmt-filters,.udash-topbar{display:none!important}.udash-main,.udash-main__inner{margin:0!important;padding:0!important}.udash-stmt-doc{margin:0;padding:0;border:0}.udash-stmt-doc__table{min-width:0}}body{transition:opacity .18s ease}body.qr-page-leave{opacity:0!important;pointer-events:none}@media(prefers-reduced-motion:reduce){body{transition:none}}.udash-skel{position:relative;display:inline-block;overflow:hidden;background:rgba(213,231,233,.35);border-radius:8px;line-height:1}.udash-skel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);transform:translateX(-100%);animation:udashShimmer 1.4s ease-in-out infinite}.udash-skel--circle{border-radius:50%}.udash-skel--pill{border-radius:999px}.udash-skel--card{border-radius:20px}.udash-skel--chip{width:92px;height:36px;border-radius:999px}.udash-skel--on-dark{background:hsla(0,0%,100%,.14)}.udash-skel--on-dark:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent)}@keyframes udashShimmer{to{transform:translateX(100%)}}@media(prefers-reduced-motion:reduce){.udash-skel:after{animation:none}}.udash-skel-stack{display:flex;flex-direction:column;gap:10px}.udash-skel-row{display:flex;align-items:center;gap:14px}.udash-skel-row__body{flex:1 1;display:flex;flex-direction:column;gap:7px;min-width:0}.udash-select{position:relative;min-width:0}.udash-select--block,.udash-select--block .udash-select__trigger{width:100%}.udash-select__trigger{display:inline-flex;align-items:center;gap:8px;border:0;cursor:pointer;font-weight:700;color:#0c1d20;transition:border-color .2s ease,background .2s ease;max-width:100%}.udash-select__trigger--pill{background:#f2f8f9;border-radius:999px;padding:8px 12px;font-size:14px}.udash-select__trigger--pill:hover{background:rgba(213,231,233,.5)}.udash-select__trigger--input{width:100%;justify-content:flex-start;background:#fff;border:1.5px solid #d5e7e9;border-radius:14px;padding:12px 16px;font-size:15px}.udash-select__trigger:disabled{opacity:.55;cursor:not-allowed}.udash-select__trigger--with-hint{flex-direction:column;align-items:stretch;gap:4px}.udash-select--open .udash-select__trigger--input{border-color:#0a2f33}.udash-select__value-row{display:flex;align-items:center;width:100%}.udash-select__trigger-hint{font-size:12.5px;font-weight:400;line-height:1.4;color:#4a585c;white-space:normal;text-align:start}.udash-select__value{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1}.udash-select__value span.is-placeholder{color:#4a585c;font-weight:400}.udash-select__value-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udash-select__caret{margin-left:auto;flex-shrink:0;color:#4a585c;font-size:14px;transition:transform .2s ease}.udash-select--open .udash-select__caret{transform:rotate(180deg)}.udash-select--lang .udash-select__trigger .udash-select__option-icon{width:auto;font-size:18px}.udash-select--lang .udash-select__value{gap:4px}.udash-select__panel{position:absolute;top:calc(100% + 8px);left:0;z-index:350;width:100%;min-width:260px;background:#fff;border:1px solid rgba(213,231,233,.7);border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.14);overflow:hidden;animation:udashSelectIn .16s ease}.udash-select__panel--right{left:auto;right:0}.udash-select__panel--top{top:auto;bottom:calc(100% + 8px);animation-name:udashSelectInUp}.udash-select__search{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid rgba(213,231,233,.6);color:#4a585c}.udash-select__search i{font-size:17px;flex-shrink:0}.udash-select__search input{border:0;outline:0;background:rgba(0,0,0,0);width:100%;font-size:14px;color:#0c1d20}.udash-select__search input::placeholder{color:#4a585c}.udash-select__list{max-height:264px;overflow-y:auto;padding:6px;margin:0;list-style:none;scrollbar-width:thin;scrollbar-color:rgba(12,29,32,.16) rgba(0,0,0,0)}.udash-select__list::-webkit-scrollbar{width:5px}.udash-select__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.udash-select__list::-webkit-scrollbar-thumb{background:rgba(12,29,32,.16);border-radius:4px}.udash-select__option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;border-radius:10px;background:rgba(0,0,0,0);text-align:start;font-size:14px;font-weight:600;color:#0c1d20;cursor:pointer}.udash-select__option.is-active,.udash-select__option:hover{background:#f2f8f9}.udash-select__option.is-selected{background:rgba(94,223,122,.14)}.udash-select--lang .udash-select__panel{min-width:168px;width:max-content}.udash-select--lang.udash-select--block .udash-select__panel{min-width:0;width:100%}.udash-select--lang .udash-select__option{border-radius:999px}.udash-select--lang .udash-select__option.is-selected{background:#0a2f33;color:#fff}.udash-select--lang .udash-select__option.is-selected.is-active,.udash-select--lang .udash-select__option.is-selected:hover{background:#0a2f33}.udash-select--lang .udash-select__option.is-selected .udash-select__option-sub{color:hsla(0,0%,100%,.7)}.udash-select--lang .udash-select__option.is-selected .udash-select__option-check{color:#fff}.udash-select__option-icon{flex-shrink:0;width:32px;display:inline-flex;justify-content:center;font-size:20px;line-height:1}.udash-select__option-icon img{width:28px;height:28px;border-radius:50%;object-fit:cover}.udash-select__option-body{display:flex;flex-direction:column;min-width:0;flex:1 1}.udash-select__option-label,.udash-select__option-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udash-select__option-sub{font-size:12px;font-weight:400;color:#4a585c}.udash-select__option-check{margin-left:auto;color:#1d8a4e;font-size:15px;flex-shrink:0}.udash-select__empty{padding:22px 14px;text-align:center;font-size:13.5px;color:#4a585c}.udash-select__group{padding:10px 14px 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#4a585c}@keyframes udashSelectIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes udashSelectInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.udash-push{display:flex;align-items:center;gap:12px}.udash-push--card{margin-bottom:16px;padding:14px 16px;border:1.5px solid rgba(213,231,233,.7);border-radius:16px;background:#fff}.udash-push__icon{flex-shrink:0;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f2f8f9;color:#4a585c;font-size:19px}.udash-push__icon--on{background:rgba(94,223,122,.14);color:#0a2f33}.udash-push__body{display:flex;flex-direction:column;gap:2px;min-width:0}.udash-push__title{font-size:14px;font-weight:700;color:#0c1d20}.udash-push__hint{font-size:12.5px;color:#4a585c}.udash-push__btn{flex-shrink:0;margin-inline-start:auto;padding:9px 18px;border:1.5px solid #0a2f33;border-radius:999px;background:#0a2f33;font-size:13px;font-weight:700;color:#fff;white-space:nowrap;cursor:pointer;transition:filter .15s ease,background .15s ease}.udash-push__btn:hover:not(:disabled){filter:brightness(1.2)}.udash-push__btn--on{background:rgba(0,0,0,0);border-color:rgba(213,231,233,.9);color:#0c1d20}.udash-push__btn--on:hover:not(:disabled){background:#f2f8f9;filter:none}.udash-push__btn:disabled{opacity:.55;pointer-events:auto;cursor:not-allowed}@media only screen and (max-width:575px){.udash-push{flex-wrap:wrap}.udash-push__btn{margin-inline-start:0;width:100%}}.not-found-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(56px,9vw,110px) 0;background:#f2f8f9}.not-found{max-width:600px;margin:0 auto;text-align:center}.not-found__img{display:block;width:100%;height:auto;max-width:380px;margin:0 auto clamp(24px,4vw,40px)}.not-found__eyebrow{display:block;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5edf7a;margin-bottom:10px}.not-found__eyebrow,.not-found__title{font-family:var(--font-heading),sans-serif}.not-found__title{font-size:clamp(26px,3.6vw,38px);color:#0a2f33;margin:0 0 14px}.not-found__text{color:#4a585c;line-height:1.7;margin:0 0 32px}.not-found__cta{margin:0 auto}