@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:has([contenteditable=true]){cursor:text}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select),.tagify[readonly]:not(.tagify--mix):not(.tagify--select){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}.tagify--loading .tagify__input>br:last-child,.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input::before{content:none}.tagify--loading .tagify__input::after{content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:.4s linear infinite rotateLoader;content:""!important;margin:-2px 0 -2px .5em}.tagify--loading .tagify__input:empty::after{margin-left:0}.tagify__tag{display:inline-flex;align-items:center;max-width:var(--tag--max-width);margin-inline:5px 0;margin-block:5px;position:relative;z-index:1;outline:0;line-height:normal;cursor:default;transition:.13s ease-out}.tagify__tag>div{display:flex;flex:1;vertical-align:top;box-sizing:border-box;max-width:100%;padding:var(--tag-pad);color:var(--tag-text-color);line-height:inherit;border-radius:var(--tag-border-radius);white-space:nowrap;transition:.13s ease-out;word-break:break-all}.tagify__tag>div>*{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s,color .1s}.tagify__tag>div>[contenteditable]{display:block;outline:0;-webkit-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div>:only-child{width:100%}.tagify__tag>div::before{content:"";position:absolute;border-radius:inherit;inset:var(--tag-bg-inset,0);z-index:-1;pointer-events:none;transition:120ms;animation:.3s ease-out tags--bump;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset}.tagify__tag:focus div::before,.tagify__tag:hover:not([readonly]) div::before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading::after{--loader-size:.4em;content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:.4s linear infinite rotateLoader;margin:0 .5em 0 -.1em}.tagify__tag--flash div::before{animation:none}.tagify__tag--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div::before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div::before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none}.tagify__tag--editable>.tagify__tag__removeBtn::after{opacity:0;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div::before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px/1 Arial;background:var(--tag-remove-btn-bg);color:var(--tag-remove-btn-color);width:14px;height:14px;margin-inline:auto 4.6666666667px;overflow:hidden;transition:.2s ease-out}.tagify__tag__removeBtn::after{content:"×";transition:.3s,color}.tagify__tag__removeBtn:hover{color:#fff;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div::before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input:focus{outline:0}.tagify__input:focus::before{transition:.2s ease-out;opacity:0;transform:translatex(6px)}@supports (-ms-ime-align:auto){.tagify__input:focus::before{display:none}}.tagify__input:focus:empty::before{transition:.2s ease-out;opacity:1;transform:none;color:rgba(0,0,0,.25);color:var(--placeholder-color-focus)}@-moz-document url-prefix(){.tagify__input:focus:empty::after{display:none}}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.5;display:block}.tagify--mix .tagify__input::before{height:auto;display:none;line-height:inherit}.tagify--mix .tagify__input::after{content:none}.tagify--select{cursor:default}.tagify--select::after{content:">";opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px/8px monospace;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]::after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{flex:1;max-width:none;margin-inline-end:2em;margin-block:0;padding-block:5px;cursor:text}.tagify--select .tagify__tag div::before,.tagify--select .tagify__tag+.tagify__input{display:none}.tagify--mix .tagify--empty .tagify__input::before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:none}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(-1px);border-top:1px solid var(--tagify-dd-color-primary);overflow:hidden}.tagify__dropdown[dir=rtl]{transform:translate(-100%,-1px)}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1.1px;border-bottom-width:0}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;color:var(--tagify-dd-text-color);background:var(--tagify-dd-bg-color);border:1px solid;border-color:var(--tagify-dd-color-primary);border-bottom-width:1.5px;border-top-width:0;box-shadow:0 2px 4px -2px rgba(0,0,0,.2);transition:.3s cubic-bezier(.5,0,.3,1),transform .15s;animation:0s .3s forwards dd-wrapper-show}@keyframes dd-wrapper-show{to{overflow-y:auto}}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;margin-top:.5em;padding:var(--tagify-dd-item-pad);font-size:.7em;font-style:italic;opacity:.5}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:border-box;padding:var(--tagify-dd-item-pad);margin:1px;white-space:pre-wrap;cursor:pointer;border-radius:2px;outline:0;max-height:60px;max-width:100%;line-height:normal;position:relative}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{padding-top:0;padding-bottom:0;margin:0 1px;pointer-events:none;overflow:hidden;max-height:0;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{transform:translateY(-100%);opacity:0;transition:inherit}.tagify__dropdown__item--selected::before{content:"✓";font-family:monospace;position:absolute;inset-inline-start:6px;text-indent:0;line-height:1.1}.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{text-indent:1em}div .saffron-color-bg-7-day-trial:hover{background-color:#d16f13!important;color:#fff!important}.view-more-container .toggle-less,.view-more-container .toggle-more{color:var(--light-blue)}.justifyCenter{justify-content:center!important}.tagify{--tags-disabled-bg:#F1F1F1;--tags-border-color:#DDD;--tags-hover-border-color:#CCC;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, 0.5);--tag--min-width:1ch;--tag--max-width:100%;--tag-hide-transition:0.3s;--tag-remove-bg:rgba(211, 148, 148, 0.3);--tag-remove-btn-color:black;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--placeholder-color:rgba(0, 0, 0, 0.4);--placeholder-color-focus:rgba(0, 0, 0, 0.25);--loader-size:.8em;--readonly-striped:1;display:inline-flex;align-items:flex-start;flex-wrap:wrap;padding:0;line-height:0;outline:0;position:relative;box-sizing:border-box;transition:.1s}.tagify+input,.tagify+textarea{position:absolute!important;left:-9999em!important;transform:scale(0)!important}.tagify__input::before{content:attr(data-placeholder);width:100%;height:100%;margin:auto 0;z-index:1;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;opacity:0;position:absolute}.tagify__input::after{content:attr(data-suggest);display:inline-block;vertical-align:middle;position:absolute;min-width:calc(100% - 1.5em);text-overflow:ellipsis;overflow:hidden;white-space:pre;color:var(--tag-text-color);opacity:.3;pointer-events:none;max-width:100px}.tagify--empty .tagify__input::before{transition:.2s ease-out;opacity:1;transform:none;display:inline-block;width:auto}.custom-dropdown-arrow,.custom-dropdown-arrow-right{flex-shrink:0}.custom-country-dropdown-menu{transform-origin:top}.bg-404{width:100%!important;height:141px!important;background-image:url('../webp/404_image.webp');background-repeat:no-repeat;background-position:center}@media (prefers-color-scheme:dark){.custom-country-dropdown-trigger{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.custom-country-dropdown-menu{background-color:#2d3748;border-color:#4a5568}}@media screen and (max-width:1440px) and (min-width:900px){.ready-to-grow-container>div{gap:8px!important;gap:10px}div .ready-to-grow-container{position:absolute;color:#fff;top:60px!important;width:100%;display:flex;justify-content:center;margin-left:20px}div .ready-to-grow-container>div>:first-child{font-size:30px!important}.ready-to-grow-container>div>:nth-child(2){font-size:16px!important}div nav .menu-wrapper,div nav .right-section{column-gap:10px!important}#google_translate_element input,#google_translate_element select{width:190px!important}}.logo{width:126px;height:46px;background:url("../webp/globalsearchcompanysprite.webp") -10px -292px;z-index:999!important}.search-icon{width:17px;height:17px;background:url("../webp/globalsearchcompanysprite.webp") -766px -317px}.user_1{width:74px;height:78px;background:url("../webp/globalsearchcompanysprite.webp") -6px -126px/526px 519px #f8f3f2;border-radius:50%;border:1px solid}.user_2{width:74px;height:78px;background:url("../webp/globalsearchcompanysprite.webp") -105px -162px/711px 640px;border-radius:50%;border:1px solid}.user_3{width:74px;height:78px;background:url("../webp/globalsearchcompanysprite.webp") -203px -161px/711px 640px;border-radius:50%;border:1px solid}.whatsapp-icon{width:24px;height:30px;background:url("../webp/globalsearchcompanysprite.webp") -722px -98px}.icon-close{display:-webkit-box;display:-ms-flexbox;display:flex}:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-text-color:black;--tagify-dd-bg-color:white;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px;--tagify-dd-color-primary:rgb(53, 149, 246);--tagify-dd-text-color:black;--tagify-dd-bg-color:white;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px;--primary:#0076ff;--bg:#eaf2fa;--white:#fff;--border:#dbeafe;--text:#222;--gray:#6b7280;--icon:#0076ff;--shadow:0 2px 16px 0 rgba(0, 118, 255, 0.08)}.home-page-main-cointainer{background:#eaf2fa;color:var(--text);padding:0 47px}.home-container{margin:0 -47px;color:var(--text);padding:100px 47px 0}.home-top-badges{display:flex;gap:16px;margin-bottom:24px}.home-badge{background:var(--white);color:#000;font-weight:600;border-radius:20px;padding:6px 18px;font-size:15px;box-shadow:var(--shadow);border:1px solid var(--border);display:inline-block}.main-heading-home{font-family:Poppins;font-weight:700;font-size:42px;line-height:45px;color:#fff}.home-subtitle{color:#fff!important;margin:25px 0 30px;font-family:Poppins;font-weight:400;font-size:24px;line-height:34px}.bg-white{background:#fff}.home-container .search-wrapper .btn{border-radius:48px;min-width:120px;gap:5px}.cta-alignment{width:100%;display:flex}.client-head,.volza-explore-title{font-family:Poppins;font-weight:600;font-size:32px;line-height:100%;text-align:center;vertical-align:middle;color:#000}.client-head{margin-bottom:20px}.home-page-main-cointainer .database-heading .title{font-family:Poppins;font-weight:600!important;font-size:32px;line-height:100%;text-align:center;vertical-align:middle;padding:30px;color:#00407c}.export-import-database .item div,.trusted-companies-cont{background:#fff;width:100%}.home-trial-btn{display:block;max-width:100%;background:#ff7a00!important;color:#fff;border:none;border-radius:32px;padding:10px 20px;cursor:pointer;box-shadow:var(--shadow);transition:background .2s;font-family:Poppins;font-weight:600;font-size:18px;line-height:100%;text-align:center}.home-features{display:flex;gap:24px;margin-top:100px;flex-wrap:wrap;justify-content:center;font-family:Poppins;padding:14px 20px}.home-feature-card{background:var(--white);border-radius:28px;box-shadow:var(--shadow);border:1px solid var(--border);padding:15px;text-align:center;margin-bottom:18px;display:flex;flex-direction:column;align-items:center;width:calc(20% - 30px);border:1px solid #073355}.color-dark-blue{color:#00407c!important}.home-feature-icon{margin-bottom:18px;color:var(--icon);font-size:2.3rem;display:flex;align-items:center;justify-content:center;min-height:90px}.home-feature-title{font-family:Poppins;font-weight:500;font-size:20px;line-height:30px;text-align:center;margin-bottom:10px;color:#000;min-height:58px}.home-feature-desc{color:#000;font-family:Poppins;font-weight:400;font-size:15px;line-height:24px;text-align:center}.trusted-section{background:var(--bg);padding:32px 0 0;border-radius:12px;box-sizing:border-box;justify-content:center;margin:0 -47px}.trusted-companies-cont{padding:0 50px}.trusted-title-main{font-weight:700;font-size:28px;line-height:100%;text-align:center;color:#00407c;padding:20px}.trust-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:32px;justify-content:space-around}.trust-logos-wrapper{overflow:hidden;width:100%;position:relative;margin-bottom:32px}.trust-logos-scroll{display:flex;flex-wrap:nowrap;gap:210px;animation:30s linear infinite marquee;width:max-content}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.trust-logos-scroll:hover{animation-play-state:paused}.stats-row{display:flex;justify-content:center;align-items:stretch;gap:0;border-radius:10px;overflow:hidden;width:100%}.stat-box{text-align:center;padding:10px 10px 35px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px;width:calc(25% - 10px)}.stat-box:last-child{border-right:none}.stat-icon{margin-bottom:8px;color:var(--primary);font-size:1.5rem;display:flex;align-items:center;justify-content:center;padding:10px;background-color:#fff;border-radius:12px}.stats-row>:nth-child(2) .stat-icon img{margin-left:5px}.stat-icon img{width:60px;height:60px;transform:scale(.9);display:flex;margin-left:0}.moneyback-section{margin:30px 0 0}.stat-label{color:#000;font-size:28px;margin-bottom:20px;font-weight:300}.stat-value{color:#00407c;font-size:36px;font-weight:600;letter-spacing:.5px;line-height:100%}.reviews-row{text-align:left;border-radius:10px;padding:30px 18px 18px;margin-bottom:24px;font-weight:400;font-size:28px;line-height:100%;gap:15px;display:grid}.reviews-row>:nth-child(n){color:#000;font-weight:500}.home-features>:nth-child(n) img{padding:10px;background-color:#cde5ff;border-radius:11px}.home-features>:first-child img{padding:5px!important}.reviews-row a{color:var(--primary);text-decoration:underline;font-weight:500;margin-left:10px}.trusted-rating-main{margin-top:15px;display:flex;align-items:center;justify-content:center;gap:30px}.trusted-rating-score{font-size:2rem;font-weight:700;color:#181818;margin-right:8px;margin-left:2px;letter-spacing:-1px}.problems-container{background:#fff;border-radius:28px;margin:24px auto;max-width:100%;box-shadow:0 2px 16px rgba(0,0,0,.06);padding:0 0 32px}.problems-header{color:#000;padding:30px;font-family:Poppins;font-weight:600;font-size:32px;line-height:100%;text-align:center;border-bottom:1px solid #0000004D}.problems-tabs{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;border-bottom:1px solid #0073f2;padding:0 0 24px}.problems-tab{color:#fff;border:none;border-radius:24px;padding:8px 22px;cursor:pointer;outline:0;font-family:Poppins;font-weight:500;font-size:16px;line-height:100%}.problems-tab.active{color:#fff;font-weight:600}.problems-content{display:flex;flex-direction:column;gap:0;align-items:flex-start;justify-content:flex-start;padding:20px 24px;margin-top:0;flex:1;max-height:600px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;position:relative;scroll-snap-type:y mandatory}.problems-content::-webkit-scrollbar{display:none}.problems-info>:first-child{color:#00407c}.problems-info-block{display:flex;gap:60px;width:100%;min-width:100%;min-height:100%;padding:0;flex-shrink:0;scroll-snap-align:start;scroll-snap-stop:always;visibility:hidden}.problems-info-block:last-child{border-right:none}.problems-info-block.active{visibility:visible!important;background:linear-gradient(to right,rgba(0,115,242,.02),transparent);padding-left:20px;transition:.3s}.problems-info{width:95%}.problems-info h2{font-family:Poppins;font-weight:600;font-size:32px;color:#000}.problems-info h3{font-family:Poppins;font-weight:600;font-size:24px;margin:30px 0 15px;color:#000}.problems-info ul{margin:0 0 16px 18px;padding:0 20px}.problems-info ul li{font-family:Poppins;font-weight:400;font-size:22px;color:#000;list-style-type:disc;line-height:30px}.problems-info .solution-title{font-family:Poppins;font-weight:600;font-size:24px;color:#000;margin:24px 0 15px;line-height:100%}.problems-info .solution-subtitle{margin-bottom:8px;font-family:Poppins;font-weight:500;font-size:24px;color:#000}.problems-info .try-btn{display:inline-block;margin-top:18px;background:#0073f2;color:#fff;border:none;border-radius:24px;padding:10px 20px;cursor:pointer;box-shadow:0 2px 8px rgba(25,118,247,.1);transition:background .2s;text-decoration:none;font-family:Poppins;font-weight:600;font-size:20px;text-align:center}.problems-image{display:flex;align-items:flex-start;justify-content:center;width:calc(100% - 70%)}.problems-image img{width:100%;border-radius:18px}.exclusive-container{background:#fff;border-radius:40px;margin:32px auto;padding:48px 24px 56px;box-shadow:0 2px 16px rgba(0,0,0,.06);position:relative;text-align:center;overflow:hidden;display:flex;flex-wrap:wrap;justify-content:center}.exclusive-title{color:#000;margin-bottom:22px;font-family:Poppins;font-weight:600;font-size:32px;text-align:center;line-height:100%}.exclusive-desc{color:#000;margin-bottom:36px;text-align:center;font-family:Poppins;font-weight:400;font-size:18px;line-height:36px;max-width:65%}.exclusive-desc .highlight{color:#0a7cff;font-weight:600;text-decoration:none}.exclusive-btn{background:#0073f2;color:#fff;border:none;border-radius:40px;padding:10px 20px;cursor:pointer;box-shadow:0 2px 8px rgba(10,124,255,.1);transition:background .2s;margin-top:8px;text-decoration:none;display:inline-block;font-family:Poppins;font-weight:600;font-size:20px;text-align:center}.exclusive-squiggle{position:absolute;left:0;bottom:0;z-index:0;pointer-events:none}.steps-main{padding:36px 0;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.06);border-radius:40px}.steps-title{text-align:center;font-size:32px;font-weight:600;color:#222;line-height:1.25;margin-bottom:30px}.step-card{border-radius:22px;display:flex;align-items:center;gap:60px;padding:20px 36px;margin-bottom:15px;position:relative;display:flex;align-items:flex-start}.step-card.reverse{flex-direction:row-reverse;background-color:#fff}.step-img{width:42%;display:flex;align-items:center;justify-content:center}.step-img img{width:100%;border-radius:14px;object-fit:cover;box-shadow:0 2px 12px rgba(0,0,0,.08);display:block;aspect-ratio:4/3;height:260px}.step-info{width:calc(75% - 30px);margin-top:0}.step-number{color:#00407c;font-size:24px;font-weight:400;margin-bottom:30px;display:block}.step-title{font-size:26px;font-weight:600;color:#000;margin-bottom:30px;line-height:1.2}.step-desc{color:#000;font-size:20px;line-height:1.7;font-weight:400}.steps-footer{border-radius:22px;margin-top:0;padding:36px 36px 20px;text-align:center}.steps-btn{background:#0073f2;color:#fff;font-size:20px;font-weight:600;border:none;border-radius:28px;padding:10px 20px;cursor:pointer;box-shadow:0 2px 8px rgba(25,118,247,.1);transition:background .2s;margin-bottom:14px;margin-top:10px;text-decoration:none;display:inline-block}.steps-note{color:#000;font-size:16px;font-weight:400}.volza-explore-section{max-width:100%;padding:40px 0 0}.volza-explore-title{text-align:center;margin-bottom:36px;color:#000}.volza-explore-cards{display:flex;justify-content:center;align-items:stretch;gap:30px;max-width:100%;margin:0 auto;border-radius:20px;overflow:hidden;border:none;background:0 0;flex-wrap:wrap}.volza-explore-cards>:nth-child(n){width:calc(24% - 8px)}.volza-explore-card{background:#fff;padding:32px 28px 28px;border:1px solid #cbe2fd;border-right:none;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start}.volza-explore-card h3{margin:0 0 12px;color:#000;font-family:Poppins;font-weight:500;font-size:18px}.volza-explore-card p{color:#5e5e5e;margin:0;font-family:Poppins;font-weight:500;font-size:14px}.export-import-database .items{display:flex;flex-wrap:wrap;justify-content:center;column-gap:1.25%;row-gap:15px}.export-import-database .item{flex:1 1 24%;max-width:24%!important}.home-country-view{display:flex;justify-content:center;padding:25px}.export-import-database .item div{padding:8px 5px;border:1px solid #c8c8c8;border-radius:12px;box-shadow:0 8px 24px 0 #e9eef4;flex-direction:column;justify-content:center;align-items:center;width:100%;background:#fff;height:100%}.export-import-database .item div a,.export-import-database .item h3{font-size:18px;font-weight:500;line-height:26.24px;text-align:center;color:var(--light-blue);margin-bottom:4px;font-family:Poppins!important;display:contents;gap:10px}.export-import-database .item h3{color:#000!important}.moneyback-container{background:#fff;border-radius:40px;display:flex;flex-direction:row;box-shadow:none;padding:0;box-sizing:border-box}.moneyback-left{flex:1 1 50%;padding:56px 0 56px 100px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:30px;margin-top:30px}.moneyback-left-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:15px}.moneyback-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center}.moneyback-badge img{max-width:200px;height:auto;object-fit:contain}.moneyback-left h2{color:#000;margin:0 0 12px;font-family:Poppins;font-weight:600;font-size:32px;line-height:100%}.client-speaks{padding:10px 0}.client-speaks .items{flex-wrap:nowrap;column-gap:2%;margin-top:20px;overflow:visible;padding:0 10px}.blogs .date,.blogs .user span,.blogs h3 a,.blogs p,.client-speaks .designation p,.client-speaks .text{font-family:Poppins}.testimonials-section-home{padding:0}.testimonials-home-title{font-family:Poppins;font-weight:600;font-size:32px;line-height:100%;text-align:center;vertical-align:middle;margin:0 0 40px}.testimonials-cards{display:flex;flex-direction:row;justify-content:center;gap:32px;padding:0 24px 40px;flex-wrap:wrap}.testimonial-card-home{background:#fff;border:1.5px solid #2196f3;border-radius:5px 70px;padding:36px 32px 28px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:calc(33.33% - 30px)}.testimonial-quote{color:#000;margin-bottom:32px;font-family:Poppins;font-weight:500;font-size:16px;line-height:32px;text-align:left}.testimonial-user{display:flex;align-items:center;gap:12px}.testimonial-name{color:#000;margin-bottom:2px;font-family:Poppins;font-weight:500;font-size:16px;line-height:30px}.testimonial-role{color:#000;font-family:Poppins;font-weight:400;font-size:14px;line-height:28px}.moneyback-subtitle{margin-bottom:36px;font-family:Poppins;font-weight:500;font-size:20px;color:#5e5e5e;line-height:35px}.video-wrapper-withicon img{width:100%}.moneyback-btn{background:#0076ff;color:#fff;font-size:20px;padding:10px 20px;font-weight:600;border:none;border-radius:999px;width:260px;height:56px;cursor:pointer;margin-top:8px;display:flex;align-items:center;justify-content:center}.moneyback-section .moneyback-btn{width:240px;height:40px}.moneyback-right{flex:1 1 30%;display:flex;flex-direction:column;justify-content:center;gap:30px;padding:40px;position:relative}.moneyback-card{background:#fff;border:2px solid #b6d6fa;border-radius:28px;display:flex;flex-direction:row;align-items:flex-start;gap:18px;padding:15px 28px 15px 20px;max-width:410px;min-width:320px;box-sizing:border-box;margin-bottom:0}.moneyback-card-icon{width:19%;display:flex;align-items:flex-start;justify-content:center;margin-top:2px}.best-value-cont{width:calc(80% - 10px)}.moneyback-card-icon img{object-fit:contain}.moneyback-card-title{font-weight:600;color:#000;margin-bottom:6px;font-family:Poppins;font-size:18px}.moneyback-card-desc{font-family:Poppins;font-weight:400;font-size:14px;color:#000}.moneyback-card-middle-card{display:flex;justify-content:end}.client-speaks .slider-container,.slider-container{position:relative;width:100%;margin:0 auto;overflow:visible;padding:10px 0}.slider-container .slider-wrapper{display:flex;will-change:transform;flex-wrap:nowrap}.client-speaks .slider-slide{flex-shrink:0;box-sizing:border-box;transition:transform .4s,box-shadow .4s,z-index 0s .4s,border .3s;transform:scale(1);position:relative;z-index:1;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);border:2px solid transparent}.client-speaks .slider-slide.active-testimonial{transform:scale(1.08);z-index:10;box-shadow:0 8px 24px rgba(0,115,242,.25);transition:transform .4s,box-shadow .4s,z-index,border .3s;border:2px solid #0073f2}.blog-heading{display:flex;align-items:flex-start;justify-content:center}.blog-heading img{transform:rotate(-45deg);width:26px}.blog-heading a{font-weight:700;font-size:16px;line-height:28px}.video-wrapper-withicon{display:flex;height:250px;border-radius:20px 20px 0 0;position:relative;overflow:hidden}.client-speaks .designation{display:flex;align-items:center;column-gap:35px;justify-content:space-between}.client-speaks .text{line-height:22px;margin-top:4px}.client-speaks .designation p{margin-bottom:0;font-size:20px;font-weight:500;line-height:22.96px;color:#000}.client-speaks .designation a{display:flex;width:18px;height:18px;position:relative;top:-1px}.client-speaks .icon-linkedin::before{background:url('../svg/bluelinkedin.svg') left center no-repeat!important;width:18px;height:18px}.blogs .items{margin-top:20px;column-gap:2%}.blogs .item{width:32%;border-radius:8px;overflow:hidden;background:var(--white-color);display:flex;flex-direction:column;justify-content:space-between}.blogs .name-wrapper{padding:18px 12px;display:flex;align-items:center;justify-content:space-between;column-gap:10px}.blogs .user{display:flex;align-items:center;column-gap:8px;max-width:55%}.blogs .date{color:var(--light-grey);font-size:12px;font-weight:400;line-height:19.68px;padding:4px 10px;background:#0073F21A;border-radius:4px;min-width:max-content}.blogs .user .usr-img{width:40px;min-width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#0073F21A;border-radius:50%}.blogs .user span{font-size:12px;font-weight:400;color:#000}.blogs .btn-wrapper{margin-top:45px}.blogs h3 a{color:var(--light-blue)}.blogs p{font-size:16px;font-weight:400;color:#000;margin-bottom:0}.adjust-custom-padding-slider>div{border:1px solid #0073f2!important}.problems-info h2{line-height:1.2!important}#client-talking-about-us .content{background:#fff;border-top:0;border-radius:0 0 20px 20px;padding:10px}.blogs .content{padding:18px 12px}.blog-slider-container{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:0}.slider-container .slider-btns{display:flex;column-gap:12px;align-items:center;margin-top:0}.slider-container .slider-button.next,.slider-container .slider-button.prev{width:48px;height:48px;border-radius:50%;background:#0073f2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;padding:0;box-shadow:0 2px 8px rgba(0,115,242,.2);position:relative}.slider-container .slider-button.next:hover,.slider-container .slider-button.prev:hover{background:#005bc4;box-shadow:0 4px 12px rgba(0,115,242,.3);transform:scale(1.05)}.slider-container .slider-button.next::before,.slider-container .slider-button.prev::before{content:'';width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff;position:absolute}.slider-container .slider-button.prev::before{transform:rotate(-135deg);left:20px}.slider-container .slider-button.next::before{transform:rotate(45deg);right:20px}.slider-container .slider-button img{display:none}.view-blog-button{font-family:Poppins;font-weight:500;font-size:18px;text-align:center;text-decoration:none;color:#fff;background:#0073f2;padding:12px 32px;border-radius:30px;display:inline-block;transition:.3s;box-shadow:0 2px 8px rgba(0,115,242,.2)}.view-blog-button:hover{background:#005bc4;box-shadow:0 4px 12px rgba(0,115,242,.3);transform:translateY(-2px);color:#fff}.trusted-section-bottom{margin:24px auto;background:#fff;border-radius:40px;padding:48px 36px 44px 48px;display:flex;gap:32px;align-items:flex-start;box-sizing:border-box;box-shadow:0 2px 16px rgba(0,0,0,.04)}.trusted-left{width:calc(45% - 20px)}.trusted-title-bottom{color:#000;margin-bottom:32px;font-family:Poppins;font-weight:600;font-size:32px;line-height:100%}.trusted-desc{color:#000;margin-bottom:0;margin-top:0;font-family:Poppins;font-weight:400;font-size:18px;line-height:30px}.trusted-right{flex:1.1 1 0;min-width:320px;display:flex;flex-direction:column;gap:0;justify-content:flex-start}.trusted-quote{color:#0073f2;margin-bottom:32px;margin-top:0;font-family:Poppins;font-weight:600;font-size:24px;line-height:42px}.trusted-user-row{display:flex;align-items:center;gap:12px;margin-bottom:24px}.trusted-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;margin-right:8px;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.07)}.trusted-user-info{display:flex;flex-direction:column;font-size:1.08rem;line-height:1.1}.trusted-user-name{color:#181818;margin-bottom:2px;font-family:Poppins;font-weight:600;font-size:20px}.trusted-user-role{color:#222;font-size:.98rem;font-weight:400;margin-top:0}.trusted-rating-row{display:flex;align-items:center;margin-top:0}.trusted-group-avatars{display:flex;align-items:center;margin-right:10px}.arrow-clickable{width:10%;display:flex;height:20px;align-items:center;justify-content:center}.home-resent-searches{display:flex;gap:8px;margin:8px 0 24px;max-width:42%;align-items:center}.home-resent-label{color:#fff;margin-right:4px;font-family:Poppins;font-weight:500;font-size:16px}.home-see-more{font-family:Poppins;font-weight:700;font-size:14px;text-align:center;vertical-align:middle;color:#0073f2;text-decoration:underline;cursor:pointer}.main-heading-home{max-width:63%}.home-new-content{padding:30px 0;margin:0}.home-global-container{max-width:100%;width:100%;position:relative;padding:0;border-radius:20px;overflow:hidden}.home-global-container>img{width:100%;height:auto;display:block;border-radius:20px}.home-global-buttons-container{position:absolute;bottom:106px;left:50%;transform:translateX(-50%);display:flex;gap:16px;justify-content:center;flex-wrap:wrap;z-index:2;width:90%;max-width:900px}.home-global-cta-button{background:#eef4fb;color:#00407c;border:2px solid #0073f2;border-radius:20px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:.3s;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:auto;white-space:nowrap}.home-global-cta-button:hover{box-shadow:0 6px 16px rgba(0,0,0,.2);color:#f0f8ff}.home-money-container{max-width:100%;margin:0 auto 20px;background:#fff;border-radius:12px;padding:25px 50px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.home-money-guarantee-section{display:flex;align-items:center;gap:40px;margin-bottom:50px}.home-money-badge-container{flex-shrink:0;width:150px;display:flex;justify-content:center;background:#eaf2fa;padding:10px;border-radius:50%;align-items:center}.home-money-content{flex:1}.home-money-main-title{font-size:32px;font-weight:600;color:#000;margin-bottom:15px;line-height:1.3}.home-money-subtitle{font-size:16px;color:#747373;margin-bottom:25px;line-height:1.6}.home-money-refund-link{color:#0073f2;text-decoration:none;font-weight:500}.home-money-features-list{list-style:none;margin-bottom:25px}.home-money-features-list li{display:flex;align-items:center;margin-bottom:10px;font-size:16px;color:#747373}.home-money-trust-item span{color:#747373;font-size:16px}.home-money-bullet{width:6px;height:6px;background:#4a90e2;border-radius:50%;margin-right:12px;flex-shrink:0}.home-money-learn-more-btn{background:#0073f2;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:.2s;text-decoration:none}.home-money-learn-more-btn img{width:20px!important}.home-money-trust-indicators{display:flex;align-items:center;gap:50px;margin-top:40px;justify-content:center}.home-money-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#747373}.home-money-trust-icon{width:39px;height:39px;display:flex;align-items:center;justify-content:center}.home-feature-title a{font-size:20px!important}.hero-title .highlight,.highlight{color:#0073f2}body{font-family:var(--font-poppins)!important;background-color:var(--white-color);color:var(--black-color);font-size:14px;font-weight:400;margin:0;line-height:26px}h3{font-weight:500}p{margin:0 0 10px}ul{list-style:none;padding-left:0;margin:0}figure{margin:0;display:flex}nav .right-section{column-gap:40px}nav .menu-wrapper{column-gap:24px}.btn{background:var(--light-blue);color:var(--white-color);font-size:14px;font-weight:700;line-height:21px;padding:7px 20px!important;display:inline-flex;transition:.5s ease-in-out;box-shadow:0 2px 4px #00000066!important;border-radius:12px;text-decoration:none!important;border:none;cursor:pointer}a{color:var(--black-color);text-decoration:none}div .book-demo-head-ejs{background-color:#0069f2!important;color:#fff!important;cursor:pointer;border-radius:12px!important}.nav-container .saffron-color-bg-7-day-trial{border-radius:12px!important}.link{fill:none;stroke:#ccc;stroke-width:2px;pointer-events:auto!important}nav .icon-close{width:16px;height:16px;display:none}#google_translate_element input,#google_translate_element select{height:41px!important;border:1px solid var(--border-color)!important;border-radius:12px!important;padding:10px 30px 10px 10px!important;font-weight:500!important;font-family:Poppins!important}.goog-te-gadget{height:47px;overflow:hidden;margin:auto}button{outline:0;background:0 0;border:none;font-size:24px;cursor:pointer;color:#000;font-family:var(--font-poppins)}.bg-white{background-color:#fff!important}.search-wrapper .btn{align-items:center;display:flex;justify-content:center}.color-blue{color:#0073f2!important}img{max-width:100%}footer .footer-wrapper .form-wrapper .phone input{flex:1}input,select{outline:0!important;height:41px;border:1px solid var(--border-color);border-radius:0;padding:10px;font-weight:500;width:inherit}select option:first-of-type{color:var(--grey-color)}footer .footer-bottom{display:flex;justify-content:center}footer .footer-wrapper .footer-column ul:last-child{margin-bottom:0}.icon{position:relative;display:inline-flex;width:24px;height:24px}.icon::before{content:"";position:absolute;left:0}.justify-center{display:flex;justify-content:center}.slider-container .slider-slide{flex:0 0 23.5%;order:2;position:relative}.slider-container .slider-slide.active{order:1}.country-code{width:25%!important}.captcha-input-style,.contact-input-item,select{box-sizing:border-box;padding:0}textarea{box-sizing:border-box;min-height:100px}.display-none{display:none!important}.nav-container .right-section a{font-family:Poppins;font-weight:500}.user{align-self:stretch;flex-shrink:0;height:28px;position:static}@media screen and (max-width:1600px) and (min-width:900px){.ready-to-grow-container{top:70px!important}.ready-to-grow-container>div>:first-child{font-size:35px!important}footer .footer-wrapper .footer-column:last-child{flex:1 1 35%!important}.trust-logos-scroll{gap:120px!important}}@media screen and (max-width:1366px) and (min-width:768px){.trust-logos-scroll{gap:90px!important}.home-feature-title a{font-size:20px!important;min-height:100px!important}.blogs .date,.blogs .user span{font-size:10px!important}.home-feature-card{width:22%!important}.week{left:5.46%}.user,.user4{height:unset}}.link.comp-nav{font-weight:600}.trusted-stars{display:flex;align-items:center;gap:2px}.trusted-stars svg{width:32px;height:32px;display:block}.multi-user1{width:28px;height:28px;background:url("../webp/globalsearchcompanysprite.webp") -192px -659px}.multi-user2{width:28px;height:28px;background:url("../webp/globalsearchcompanysprite.webp") -240px -659px}.multi-user3{width:28px;height:28px;background:url("../webp/globalsearchcompanysprite.webp") -288px -659px}.home-database-content-wrapper{display:flex;gap:30px;margin-top:0}.home-database-filters{min-width:250px;background:#00407c;border-radius:12px;padding:10px;height:fit-content}.home-filter-title{font-size:24px;font-weight:600;color:#fff;margin:8px 0 15px;padding-bottom:10px}.home-filter-options{display:flex;flex-direction:column;gap:50px}.home-filter-option{display:flex;align-items:center;gap:10px;border-radius:8px;cursor:pointer;transition:.2s;color:#fff;padding:6px 15px;margin-bottom:2px;border:1px solid transparent;font-size:20px}.home-filter-option.active{background:#fff;color:#000;border-color:#0073f2;box-shadow:0 4px 12px rgba(0,115,242,.2)}.home-filter-option.active .home-filter-text{color:#000;font-weight:500}.home-filter-text{font-size:20px;font-weight:400;color:#fff}.home-database-items-container{flex:1}.home-database-items-container .items{transition:opacity .3s}.custom-filter-home-wrapper{display:flex;justify-content:space-between}.home-container .custom-filter-home-wrapper{background-color:#fff!important}*{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--font-poppins:"Poppins";--black-color:#000000;--white-color:#ffffff;--light-grey:#4d575d;--light-bg:#eef4fb;--dark-bg:#e0eaef;--light-blue:#0069f2;--dark-blue:#0f3f75;--border-color:#cad6dc;--table-bg:#e3edff;--dullgrey:#bac1cf;--grey-color:#828383;--blue-gradiant:linear-gradient(213.83deg, #081d59 18.7%, #00d5f6 101.98%);--color-lightsteelblue-100:#b3d3fc;--color-lavender:#e3edff;--color-lightgray:#cad6dc;--color-royalblue-100:#0073f2;--color-white:#fff;--padding-3xs:10px;--padding-5xs:8px;--font-size-2xs:11px;--font-poppins:"Poppins",sans-serif}.view-more-container .toggle-less,.view-more-container .toggle-more{color:var(--light-blue);margin-left:5px;cursor:pointer;font-weight:700}.view-more-container .toggle-less,.view-more-container.show-more .toggle-more{display:none}.export-import-database .toggle-more{color:#fff;min-width:165px;display:flex!important;justify-content:center;padding:12px!important}.homeSeeMore{display:flex;align-items:center!important;justify-content:center!important;margin-top:20px!important}.tagify__input{flex-grow:1;display:inline-block;min-width:110px;margin:5px;padding:var(--tag-pad);line-height:normal;position:relative;white-space:pre-wrap;color:var(--input-color);box-sizing:inherit;overflow:hidden}footer{background-color:#00407c}footer .footer-wrapper{justify-content:space-between;column-gap:1%;row-gap:15px;padding-top:60px}.d-flex{display:flex}.footer-container,.section-padding{padding:25px 47px}footer .footer-wrapper .footer-column{flex:1 1 20%}footer .footer-wrapper .sm-title{font-size:16px;font-weight:700;line-height:27px;color:#fff;margin-bottom:10px}footer .footer-wrapper .footer-column ul{display:flex;flex-direction:column;row-gap:8px;margin-bottom:40px}footer .footer-wrapper .footer-column ul li a{font-size:14px;font-weight:400;line-height:29px;color:#fff}.chat-with-us-text{color:#fff;font-size:16px;font-weight:600;padding:10px 10px 15px 0}.exim-shipment-download,.footer_qr{cursor:pointer}.footer_qr{width:164px;height:186px;background:url("../webp/globalsearchcompanysprite.webp") -10px -10px/973px}footer .footer-wrapper .footer-column:last-child{flex:1 1 30%}footer .footer-wrapper .form-wrapper{background:#fff;padding:25px;border-radius:48px;display:flex;flex-direction:column}footer .footer-wrapper .form-wrapper .sm-title{color:#00407c;font-size:20px;font-weight:700;line-height:24px;margin-bottom:15px}footer .footer-wrapper .form-wrapper form{display:flex;flex-direction:column}footer .footer-wrapper .form-wrapper .phone{column-gap:10px}footer .footer-wrapper .form-wrapper input,footer .footer-wrapper .form-wrapper select,footer .footer-wrapper .form-wrapper textarea{margin-bottom:10px;padding:10px;border:none;border-radius:8px;font-size:14px;font-family:var(--font-poppins);font-weight:500;width:inherit;background-color:#eef4fa}footer .footer-wrapper .form-wrapper .dark-btn{background-color:#00407c;color:#fff;width:100%;border-radius:20px}.btn.dark-btn{border-color:#0f3f75;color:#fff;background:#0f3f75;justify-content:center}.btn-footer{padding:12px 50px!important;color:#fff!important}.copyright-container{display:flex;justify-content:center}.volza-white-logo{width:100%;height:42px;background:url("../webp/volza-white-logo.webp") center no-repeat}.social-media-links-container{display:flex;gap:20px;width:100%;justify-content:center;margin-top:14px}.social-media-links-container>:nth-child(n){width:50px;height:48px;border-radius:50%;background-color:#fff;padding-top:3px}.mini-twitter{width:100%;height:42px;background:url("../webp/twitter_mini.webp") center no-repeat}.mini-instagram{width:100%;height:42px;background:url("../webp/instagram_mini.webp") center no-repeat}.mini-likedin{width:100%;height:42px;background:url("../webp/linkedin_mini.webp") center no-repeat}.mini-facebook{width:100%;height:42px;background:url("../webp/facebook_mini.webp") center no-repeat}.mini-googleplus{width:100%;height:42px;background:url("../webp/google%20plus.webp") center no-repeat}.mini-youtube{width:100%;height:42px;background:url("../webp/youtube_mini.webp") center no-repeat}footer .footer-bottom{background-color:unset;text-align:center;padding:20px 15px;display:flex;justify-content:center;gap:10px}footer .footer-bottom p{margin-bottom:0;font-size:14px;color:var(--white-color)}.rss-links-container{display:flex;gap:10px}.rss-links-container>:nth-child(n){color:#fff}.margin-country-code{margin-left:10px!important}.margin-country-flag{margin:-3px 0 0}.book-demo-selection{gap:24px!important}nav .menu-item{position:relative}footer .footer-wrapper .form-wrapper .phone input{flex:1;width:100%!important}@media screen and (max-width:1440px) and (min-width:900px){.home-feature-card{width:22%!important}.trust-logos-scroll{gap:90px!important}.video-wrapper-withicon{height:200px!important}.home-global-buttons-container{bottom:75px!important}.blogs .user{min-width:68%!important;max-width:68%!important}.blogs .name-wrapper{padding:18px 8px!important;column-gap:5px!important}.volza-explore-cards>:nth-child(n){width:calc(24% - 12px)!important}.blogs .user span{font-size:11px}.recent-blogs-container{gap:10px!important}footer .footer-wrapper .footer-column:last-child{flex:1 1 40%!important}div nav .menu-wrapper,div nav .right-section{column-gap:10px!important}#google_translate_element input,#google_translate_element select{width:190px!important}}@media screen and (max-width:1370px){nav .menu-wrapper,nav .right-section{column-gap:20px!important;column-gap:10px!important}.book-demo-selection{gap:20px!important}}@media screen and (max-width:1280px){.ready-to-grow-container>div>:first-child{font-size:25px!important;font-weight:500}.ready-to-grow-container>div>:nth-child(2){font-size:16px!important}.nav-container{padding:0 10px}}.dropdown-homepage-filter{font-size:14px;font-weight:500;color:#4d575d;padding:10px 50px}.dropdown-homepage-filter.active{background-color:#e5f2ff;padding:10px 50px;border-radius:48px;color:#000;border:1px solid #0073f2}.custom-filter-home-wrapper>:nth-child(n){align-items:center;display:flex;justify-content:center}.custom-filter-home-wrapper{background-color:#eaf2fa!important;width:max-content;padding:4px;display:flex;justify-content:space-between;gap:0;cursor:pointer;border-radius:48px;margin-bottom:10px;margin-top:10px;margin-left:3px}.home-banner.search-wrapper.home-banner-padding{padding:0!important}.home-banner.search-wrapper{margin-top:0!important}.home-banner .form.d-flex{display:flex;gap:0}.home-banner .input-wrapper{flex:1;background-color:#fff;padding:5px 10px;flex-direction:row;align-items:center}.search-wrapper .input-wrapper{border:1px solid #cad6dc}.home-wrapper{border-radius:48px}.home-wrapper>:first-child{border-radius:48px 0 0 48px;padding:0!important}.search-wrapper .btn{border-radius:48px!important;min-width:120px!important;gap:5px!important}.home-banner .btn{border-radius:0 48px 48px 0;width:55px}.search-wrapper .btn{height:43px;align-items:center;display:flex;justify-content:center;padding:0!important;border:none!important}.home-banner .btn,.home-banner input,.home-banner select{height:44px!important}div .saffron-color-bg-7-day-trial{background-color:#ff7a00!important;color:#fff!important}.font-color-black,.text-color-black{color:#000!important}.hscode-popup-head h3{font-size:20px;font-weight:700}.hscode-popup-head p{font-size:14px;font-weight:500;margin:0!important}.hscode-popup-head h3,.hscode-popup-head p{text-align:center;max-width:43em}.hscode-popup-head .width-100{justify-content:center;align-items:center;display:grid;flex-wrap:wrap;position:relative}.width-100{width:100%!important}.hscode-popup-head{display:flex;justify-content:space-between;align-items:center;background:#0f3f75;color:#fff;padding:14px;font-size:10px;border-radius:7px 7px 0 0}.popup-content{background:#fff;border-radius:7px}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:9999999;backdrop-filter:blur(10px)}.filter-close{cursor:pointer}.hscode-popup-head .icon-close{filter:invert(1)}.icon-close{display:-webkit-box;display:-ms-flexbox;display:flex;width:19px;height:19px;background:url(../webp/globalsearchcompanysprite.webp) 65px -538px/500px 500px}.hs-table-content{padding:20PX}.hs-code-heading{display:flex;justify-content:space-between;background-color:#0f3f75;padding:7px 20px;border-radius:5px 5px 0 0}.hs-code-heading h2,.hs-code-heading>:nth-child(n){font-size:12px;color:#fff}.popup-overlay .popup-content .inner-content ul{width:60em;height:30em;overflow-y:scroll}.popup-overlay .popup-content .inner-content ul li{font-size:15px;color:var(--light-blue);display:flex;align-items:center;padding:0 20px;gap:40px}.popup-overlay .popup-content .inner-content ul li:nth-child(odd){background:#f2f2f2}.hs-table-content ul li div{display:flex;align-items:center;gap:5px;min-width:80px}.popup-overlay .popup-content .inner-content ul li input{margin:0!important;cursor:pointer}.popup-overlay .popup-content .inner-content ul li span{font-size:14px}.hs-des-font{color:var(--grey-color);width:100%}.continue-button-main{display:flex;justify-content:center;align-items:center}.skip-button{display:flex;padding:4px 26px;margin-right:10px;border:1px solid #0f3f75;border-radius:8px;box-shadow:1px 0 6px 1px rgba(0,0,0,.2);color:#0f3f75;font-size:14px;font-weight:700}.hs-table-content .btn,.hs-table-content .skip-button{margin-top:10px}.loader-parent{width:100%;height:100%;position:fixed;top:0;bottom:0;z-index:99999;justify-content:center;align-items:center;backdrop-filter:blur(5px)}.loader{width:48px;height:48px;border:5px solid var(--dark-blue);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:1s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.otp-pop-up{background-color:#2c3e5d!important;height:50px!important;width:100%!important;color:#fff;text-align:center;padding-top:11px;font-size:20px;border-top-left-radius:8px;border-top-right-radius:8px}.search-modal-content{display:flex!important;flex-wrap:wrap;justify-content:center;padding:20px}.search-box-moda-item{width:27%;height:20em;display:flex;justify-content:center;background:#fff;border:1px solid #cad6dc;border-radius:5px}.hide-modal{width:100%;position:fixed;justify-content:center;display:none;z-index:999999;align-items:center;height:100%;backdrop-filter:blur(5px)!important}.pointer{cursor:pointer!important}.custom-infoItem{width:80px;height:80px;border:8px solid #0069f2;border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-infoItem>span{font-size:30px;display:flex;justify-content:center;align-items:center;color:#0069f2}.search-modal-content .content-div{width:100%;display:flex;justify-content:center;text-align:center}.search-box-popup-ok{font-size:16px;font-family:var(--font-poppins);height:36px!important;color:#fff;background:#0069f2;text-align:center;border-radius:6px;cursor:pointer;align-items:center;display:flex;justify-content:center;margin-bottom:20px;padding-right:10px;padding-left:10px}.coo-title{background-color:#0069f2;border-radius:5px;padding:2px 5px;color:var(--white-color);cursor:pointer}.filter-list li{width:100%}.colorBlack{color:#000!important}.home-resent-btn{display:flex;flex-wrap:wrap;position:relative;gap:4px;max-width:70%}.home-resent-btn span{background:var(--white);border:1px solid var(--primary);color:var(--primary);border-radius:16px;padding:4px 14px;font-size:1rem;cursor:pointer;margin-right:2px;transition:background .2s,color .2s}.home-resent-btn a{font-family:Poppins;font-weight:600;font-size:14px;line-height:24px;text-align:center;vertical-align:middle;color:#00407c}.home-trial-btn:hover{background:#d16f13!important}.home-global-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.35);background:#005fcc}.home-money-learn-more-btn:hover{background:#005fcc;transform:translateY(-1px)}.moneyback-btn:hover{background:#005ed6}.steps-btn:hover{background:#1256c7}.exclusive-btn:hover{background:#0866c6}.problems-info .try-btn:hover{background:#1256c7}.btn:hover{background-color:#005fcc!important;color:#fff!important}.rotated{transform:rotate(180deg)}.slider-container .slider-slide.slide-left{-webkit-animation:1s linear slideleft;animation:1s linear slideleft}.slider-container .slider-slide.slide-right{-webkit-animation:1s linear slideright;animation:1s linear slideright}@-webkit-keyframes slideleft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes slideright{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.button-buy-now:hover{background:#e0e7ef!important}.problems-text-main-container{display:flex;justify-content:space-between;padding:40px 60px 0;gap:40px;width:100%;max-width:100%}.problems-text-container{background-color:#00407c;max-width:345px;width:345px;border-radius:20px;padding:30px 25px;position:sticky;align-self:flex-start;box-shadow:0 4px 20px rgba(0,64,124,.15);position:sticky;top:20px;align-self:flex-start}.problems-text-container>:first-child{color:#fff}.problems-heading{color:#fff;font-size:24px;font-weight:700;margin-bottom:30px;font-family:Poppins,sans-serif;letter-spacing:.3px}.problems-list{display:flex;flex-direction:column;gap:0}.problem-item{display:flex;align-items:flex-start;gap:15px;cursor:pointer;padding:0;margin-bottom:0}.problem-item:hover{transform:translateX(4px)}.problem-number-wrapper{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:2px}.problem-number{width:42px;height:42px;border-radius:50%;background-color:#fff;border:2px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#000;font-size:18px;font-weight:700;font-family:Poppins,sans-serif}.problem-item.active .problem-number{background-color:#1e90ff;border-color:#1e90ff;color:#fff;box-shadow:0 6px 16px rgba(30,144,255,.5);transform:scale(1.05)}.problem-item:hover .problem-number{background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);transform:scale(1.08)}.problem-line{width:2px;height:28px;background:rgba(255,255,255,.2);margin:6px 0}.problem-item.active .problem-line{background:#1e90ff;box-shadow:0 0 8px rgba(30,144,255,.4)}.problem-text{color:rgba(255,255,255,.75);font-size:15px;line-height:1.5;text-align:left;font-family:Poppins,sans-serif;font-weight:400;padding-top:8px;flex:1}.problem-item.active .problem-text{color:#fff;font-weight:500}.problem-item:hover .problem-text{color:rgba(255,255,255,.95)}.problem-item,.problem-line,.problem-number,.problem-text{transition:.35s cubic-bezier(.4, 0, .2, 1)}.trail-button-info>a{display:inline-block;margin-top:18px;background:#0073f2;color:#fff;border:none;border-radius:24px;padding:10px 20px;cursor:pointer;box-shadow:0 2px 8px rgba(25,118,247,.1);transition:background .2s;text-decoration:none;font-family:Poppins;font-weight:600;font-size:20px;text-align:center}.trail-button-info>a:hover{background:#005fcc}.trail-button-info,.volza-explore-card{display:flex;justify-content:center}.custom-circle-explore{width:70px;height:70px;border-radius:50%;color:#00407c;background-color:#fff;display:flex;justify-content:center;align-items:center;border:1px solid;margin-bottom:20px;font-weight:800;font-size:30px}.money-back-container-guaranteed{display:flex;align-items:center;gap:30px}.money-back-container-guaranteed>:nth-child(2)>ul{list-style:disc;gap:10px;display:grid}.money-back-container-guaranteed>:nth-child(2) li{color:#747373;font-size:20px;font-weight:400}.money-back-container-guaranteed>:nth-child(2) li::marker{color:#0073f2;font-size:1.2em}.slider-dots{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:30px;padding:10px 0}.slider-dot{width:12px;height:12px;border-radius:50%;background-color:#d9d9d9;cursor:pointer;transition:.3s;border:2px solid transparent}.slider-dot:hover{background-color:#a0a0a0;transform:scale(1.1)}.slider-dot.active{background-color:#0073f2;width:18px;height:18px;border:2px solid #0073f2;box-shadow:0 0 8px rgba(0,115,242,.4)}.slider-container .slider-wrapper{display:flex;transition:transform .6s cubic-bezier(.25, .46, .45, .94);will-change:transform;width:100%;flex-wrap:nowrap;overflow:hidden}.reviews-row-container{display:flex;justify-content:center;background:#fff;border-radius:10px}.recent-blogs-container{display:flex;align-items:center;gap:50px}.adjust-custom-padding-slider{padding:15px 0!important}.video-auto-play{position:absolute;top:0;left:0;width:100%;height:85%;object-fit:cover;z-index:0;pointer-events:none}.usr-img img{width:25px;height:25px}.adjust-country-flags-adjustment{width:56px;height:42px;margin-bottom:20px;border-radius:10px;border:1px solid #dfdfdf}.adjust-mobile-logo{display:flex;justify-content:center!important;border:unset!important;box-shadow:unset!important;padding:unset!important;height:unset!important}.home-database-items-container p{margin:0!important}.ready-to-grow-container{position:absolute;color:#fff;top:85px;width:100%;display:flex;justify-content:center;justify-content:center;gap:30px;align-items:flex-start}.ready-to-grow-container>div{gap:20px;display:grid;text-align:center}.ready-to-grow-container>div>:first-child{font-size:40px;font-weight:500}.ready-to-grow-container>div>:nth-child(2){font-size:20px}.rocket-adjust-left{width:60px;height:60px;margin-top:-10px}.custom-dropdown{position:relative;display:inline-block;min-width:110px}.custom-dropdown-trigger{background:#fff;border-radius:8px;padding:6px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:14px;transition:.3s;user-select:none;font-weight:500!important;font-family:Poppins!important;color:#000}.custom-dropdown-trigger:hover{border-color:#999;background-color:#f9f9f9}.menu-item .custom-dropdown:hover .custom-dropdown-trigger{background-color:#f9f9f9}.menu-item .custom-dropdown.hover-open .custom-dropdown-trigger{background-color:#fff}@media (hover:none) and (pointer:coarse){.menu-item .custom-dropdown:hover .custom-dropdown-trigger{border-color:initial;background-color:initial}.menu-item .custom-dropdown:hover .custom-dropdown-menu{opacity:0;visibility:hidden;transform:translateY(-10px)}}.border-redius-open{border-radius:8px 8px 0 0!important}.custom-dropdown-trigger.active{background-color:#f9f9f9}.custom-dropdown-text{flex:1;text-align:left;display:flex;justify-content:center;align-items:center}.custom-dropdown-arrow{margin-left:8px;display:inline-block}.custom-dropdown-trigger.active .custom-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:100%;left:50%;right:0;background:#eef4fb;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:500px;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:unset!important;transform:translateX(-50%) translateY(0)!important}.custom-dropdown-mobile>:nth-child(2)>:nth-child(n),.custom-dropdown-mobile>:nth-child(n){background-color:#fff!important}.menu-item .custom-dropdown.hover-open .custom-dropdown-menu,.menu-item .custom-dropdown:hover .custom-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);min-width:180px;width:max-content}.menu-item .update-dropdown-mobile{opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important}.update-dropdown-mobile{margin-left:unset!important;min-width:100%!important}.custom-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0);min-width:180px!important;width:max-content!important}.custom-dropdown-item{padding:5px 16px;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .2s;font-size:14px;color:#000;text-decoration:none;display:block;font-weight:500!important}.custom-dropdown-item:hover{background-color:#0073f2!important;color:#fff!important}.custom-dropdown-item:last-child{border-bottom:none}.custom-dropdown-item.selected{background-color:#e6f3ff;color:#333}.custom-dropdown-item.view-all{border-top:1px solid #ddd;font-weight:500;display:flex;justify-content:space-between;align-items:center}.custom-dropdown-item:hover:hover .custom-dropdown-arrow-right{border-left:4px solid #fff!important}.custom-dropdown-menu::-webkit-scrollbar{width:8px}.custom-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#user-dropdown .custom-dropdown-trigger,#user-dropdown-mobile .custom-dropdown-trigger{background:0 0;border:none;border-radius:0;padding:6px 12px;color:#000;font-weight:500}#user-dropdown .custom-dropdown-trigger:hover,#user-dropdown-mobile .custom-dropdown-trigger:hover{background-color:#f9f9f9;border-radius:8px}#user-dropdown .custom-dropdown-trigger.active,#user-dropdown-mobile .custom-dropdown-trigger.active{background-color:#f9f9f9;border:2px solid #0073f2;border-radius:8px 8px 0 0}#user-dropdown .custom-dropdown-menu,#user-dropdown-mobile .custom-dropdown-menu{min-width:160px;right:0}.custom-dropdown-arrow-container{display:contents}@media (max-width:768px){#user-dropdown-mobile .custom-dropdown-trigger{padding:8px 12px;width:100%;justify-content:space-between;background:#fff!important}div #user-dropdown-mobile .custom-dropdown-menu{left:0;right:0;width:100%;background-color:#fff;transform:translateX(0) translateY(0)!important}#user-dropdown-mobile .custom-dropdown-trigger.active{border:2px solid transparent!important}.custom-dropdown-arrow-container{width:30%;display:flex;justify-content:end}.custom-dropdown-inner-text{width:70%;display:block}.custom-dropdown{min-width:100%!important}.custom-dropdown-item,.custom-dropdown-trigger{padding:10px 12px;font-size:13px}.custom-dropdown-mobile .custom-dropdown-trigger{padding:10px 16px;min-height:44px;display:flex;align-items:center}.custom-dropdown-mobile .custom-dropdown-item{padding:12px 16px;min-height:44px;display:flex;align-items:center}}.custom-dropdown-mobile .custom-dropdown-trigger{-webkit-tap-highlight-color:transparent;cursor:pointer;touch-action:manipulation}.custom-dropdown-mobile .custom-dropdown-trigger:hover,.custom-dropdown-mobile.custom-dropdown:hover .custom-dropdown-trigger{background-color:initial;border-color:initial}.custom-dropdown-mobile .custom-dropdown-menu{opacity:0;visibility:hidden;transform:translateY(-10px)}.custom-dropdown-mobile .custom-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0);left:0!important}.custom-dropdown-mobile.hover-open .custom-dropdown-menu{opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important}.custom-dropdown-mobile .custom-dropdown-trigger.active{background-color:#f9f9f9;border-radius:8px 8px 0 0}.update-dropdown-mobile>:nth-child(n){color:#000!important}.custom-dropdown-mobile .custom-dropdown-item{touch-action:manipulation;cursor:pointer}.custom-dropdown-mobile .open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;min-width:100%!important}.custom-country-dropdown{position:relative;display:inline-block;font-family:inherit;width:100%;max-width:300px}.contact-form-enquiry .custom-country-dropdown{max-width:unset!important;padding:0!important}.custom-country-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:4px;background-color:#fff;cursor:pointer;user-select:none;transition:border-color .2s,box-shadow .2s;min-height:40px;box-sizing:border-box;border:1px solid #cad6dc}footer .custom-country-dropdown-trigger{border:unset!important}.custom-country-dropdown-trigger:hover{border-color:#bbb}.custom-country-dropdown-trigger:focus{outline:0;border-color:rgba(0,0,0,.1)}.custom-country-dropdown[aria-expanded=true] .custom-country-dropdown-trigger{border-radius:4px 4px 0 0;border:2px solid rgba(0,0,0,.1)}.custom-country-dropdown-text{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-val{display:flex;align-items:center;gap:8px;flex:1}.country-flag{width:34px!important;height:28px!important;border-radius:2px;flex-shrink:0}.country-code{font-weight:600;color:#2c3e50;font-size:14px;min-width:45px;text-align:left}.margin-country-flag{margin-right:6px}.custom-dropdown-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;transition:transform .2s;flex-shrink:0}.custom-country-dropdown[aria-expanded=true] .custom-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-arrow-right{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #666;flex-shrink:0}.custom-country-dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid rgba(0,0,0,.1);border-top:none;border-radius:0 0 4px 4px;z-index:1000;min-height:300px;max-height:max-content;display:none;animation:.15s ease-out dropdown-slide-down;transform-origin:top}.country-search-wrapper{padding:8px;border-bottom:1px solid #eee;background-color:#fff}.country-search-input{width:100%;padding:6px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:0}.country-search-input:focus{border-color:rgba(0,0,0,.1)}.country-options-container{max-height:240px;overflow-y:auto}.custom-country-dropdown-item{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .15s;user-select:none}.custom-country-dropdown-item:last-child{border-bottom:none}.custom-country-dropdown-item.focused,.custom-country-dropdown-item:hover{background-color:#f8f9fa}.custom-country-dropdown-item.selected{background-color:#e7f3ff;color:#0056b3}.custom-country-dropdown-item .country-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-country-dropdown-item .country-code{color:#666;font-size:.9em;flex-shrink:0}.load-all-countries-trigger{border-top:1px solid #eee}.load-more-item{font-style:italic;color:#007bff;justify-content:space-between}.load-more-item:hover{background-color:#f0f8ff}.custom-country-dropdown[data-is-phone=true]{flex-shrink:0}.contact-form-main .custom-country-dropdown[data-is-phone=true]{max-width:25%;min-width:25%;flex-shrink:0}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-trigger{padding:8px 12px;min-height:44px}.custom-country-dropdown[data-is-phone=true] .country-code{font-weight:700;color:#1a365d;font-size:15px;letter-spacing:.5px;min-width:70px}.custom-country-dropdown[data-is-phone=true] .country-flag{flex-shrink:0}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-item .country-code{display:none}.phone.d-flex{gap:0;align-items:stretch}.phone.d-flex input[type=tel]{border-left:none;border-radius:0 4px 4px 0;flex:1;min-height:44px;padding:12px 16px}.schedule-demo-footer .custom-country-dropdown[data-is-phone=true]{max-width:50%;height:44px;width:50%!important}.schedule-demo-footer .custom-country-dropdown-trigger{background-color:#eef4fa;min-height:45px}.schedule-demo-footer .custom-country-dropdown-trigger:focus,.schedule-demo-footer .custom-country-dropdown[aria-expanded=true] .custom-country-dropdown-trigger{border:2px solid rgba(0,0,0,.1)}.schedule-demo-footer .phone.d-flex input[type=tel]:focus{border-color:rgba(0,0,0,.1);outline:0}.schedule-demo-footer .phone.d-flex{align-items:stretch;gap:0}.schedule-demo-footer .phone.d-flex input[type=tel]{border-color:#ddd;min-height:45px;padding:12px 16px;font-size:14px;border-radius:0 4px 4px 0;border-left:none}@media (max-width:768px){.schedule-demo-footer .custom-country-dropdown[data-is-phone=true]{max-width:55%;min-width:55%}.schedule-demo-footer .custom-country-dropdown-trigger,.schedule-demo-footer .phone.d-flex input[type=tel]{min-height:42px}}@media (max-width:480px){.schedule-demo-footer .custom-country-dropdown[data-is-phone=true]{max-width:55%;min-width:55%}.schedule-demo-footer .custom-country-dropdown-trigger,.schedule-demo-footer .phone.d-flex input[type=tel]{min-height:40px}.schedule-demo-footer .custom-country-dropdown[data-is-phone=true] .country-code{font-size:12px;min-width:30px}}@media (max-width:768px){.custom-country-dropdown{max-width:100%}.custom-country-dropdown[data-is-phone=true]{max-width:130px;min-width:100px}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-trigger{padding:10px 8px 10px 10px;min-height:42px}.custom-country-dropdown[data-is-phone=true] .country-code{font-size:14px;min-width:40px}.custom-country-dropdown-menu{max-height:max-content}.country-options-container{max-height:240px}.custom-country-dropdown-item{padding:12px}.country-flag{width:24px;height:18px}.phone.d-flex input[type=tel]{min-height:42px;padding:10px 14px}}@media (max-width:480px){.custom-country-dropdown[data-is-phone=true]{max-width:110px;min-width:90px}.custom-country-dropdown[data-is-phone=true] .custom-country-dropdown-trigger{padding:7px 6px 7px 8px;min-height:40px}.custom-country-dropdown[data-is-phone=true] .country-code{font-size:13px;min-width:35px}.phone.d-flex input[type=tel]{min-height:40px;padding:8px 12px;font-size:14px}}.custom-country-dropdown-item:focus{outline:rgba(0,0,0,.1) solid 2px;outline-offset:-2px}@keyframes dropdown-slide-down{from{opacity:0;transform:scaleY(.95) translateY(-5px)}to{opacity:1;transform:scaleY(1) translateY(0)}}.country-options-container::-webkit-scrollbar,.custom-country-dropdown-menu::-webkit-scrollbar{width:6px}.country-options-container::-webkit-scrollbar-track,.custom-country-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.country-options-container::-webkit-scrollbar-thumb,.custom-country-dropdown-menu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.country-options-container::-webkit-scrollbar-thumb:hover,.custom-country-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (prefers-color-scheme:dark){.custom-country-dropdown-trigger{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.custom-country-dropdown-trigger:hover{border-color:#718096}.custom-country-dropdown-menu{background-color:#2d3748;border-color:#4a5568}.custom-country-dropdown-item{color:#e2e8f0;border-bottom-color:#4a5568}.custom-country-dropdown-item.focused,.custom-country-dropdown-item:hover{background-color:#4a5568}.custom-country-dropdown-item.selected{background-color:#2b6cb0;color:#bee3f8}.country-search-wrapper{background-color:#4a5568;border-bottom-color:#718096}.country-search-input{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.load-all-countries-trigger{border-top-color:#4a5568}}.bg-afghanistan{width:32px;height:28px;background:url('../webp/sprite.webp') -290px -10px}.bg-albania{width:32px;height:28px;background:url('../webp/sprite.webp') -290px -58px}.bg-algeria{width:32px;height:28px;background:url('../webp/sprite.webp') -290px -106px}.bg-american-samoa,.bg-american_samoa{width:32px;height:28px;background:url('../webp/sprite.webp') -290px -154px}.bg-andorra{width:32px;height:28px;background:url('../webp/sprite.webp') -290px -202px}.bg-angola{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -265px}.bg-anguilla{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -265px}.bg-antarctica{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -265px}.bg-antigua-and-barbuda,.bg-antigua_and_barbuda,.bg-barbuda{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -265px}.bg-argentina{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -265px}.bg-armenia{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -265px}.bg-aruba{width:32px;height:28px;background:url('../webp/sprite.webp') -342px -10px}.bg-australia{width:32px;height:28px;background:url('../webp/sprite.webp') -342px -58px}.bg-austria{width:32px;height:28px;background:url('../webp/sprite.webp') -342px -106px}.bg-azerbaijan{width:32px;height:28px;background:url('../webp/sprite.webp') -342px -154px}.bg-bahamas{width:32px;height:28px;background:url('../webp/sprite.webp') -342px -202px}.bg-bahrain{width:32px;height:28px;background:url('../webp/sprite.webp') -342px -250px}.bg-bangladesh{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -313px}.bg-barbados{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -313px}.bg-belarus{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -313px}.bg-belgium{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -313px}.bg-belize{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -313px}.bg-benin{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -313px}.bg-bermuda{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -313px}.bg-bhutan{width:32px;height:28px;background:url('../webp/sprite.webp') -394px -10px}.bg-bolivia{width:32px;height:28px;background:url('../webp/sprite.webp') -394px -58px}.bg-bosnia-and-herzegovina,.bg-bosnia_and_herzegovina{width:32px;height:28px;background:url('../webp/sprite.webp') -394px -106px}.bg-botswana{width:32px;height:28px;background:url('../webp/sprite.webp') -394px -154px}.bg-brazil{width:32px;height:28px;background:url('../webp/sprite.webp') -394px -202px}.bg-british-indian-ocean-territory,.bg-british_indian_ocean_territory{width:32px;height:28px;background:url('../webp/sprite.webp') -394px -250px}.bg-brunei{width:32px;height:28px;background:url('../webp/sprite.webp') -394px -298px}.bg-brunei_darussalam{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -361px}.bg-bulgaria{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -361px}.bg-burkina-faso,.bg-burkina_faso{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -361px}.bg-burundi{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -361px}.bg-cambodia{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -361px}.bg-cameroon{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -361px}.bg-canada{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -361px}.bg-cape_verde{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -361px}.bg-cape_verde_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -10px}.bg-cayman_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -58px}.bg-central_africa,.bg-central_african_republic{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -106px}.bg-chad{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -154px}.bg-chile{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -202px}.bg-china{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -250px}.bg-christmas_island{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -298px}.bg-cocos_\(keeling\)_islands,.bg-cocos__keeling__islands,.bg-cocos_keeling_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -446px -346px}.bg-colombia{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -409px}.bg-comoros{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -409px}.bg-congo{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -409px}.bg-congo_the_democratic_republic{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -409px}.bg-congo_the_democratic_republic_of_the{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -409px}.bg-congo__the_democratic_republic_of_the{width:36px;height:31px;background:url('../webp/sprite.webp') -10px -10px}.bg-cook_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -409px}.bg-costa-rica,.bg-costa_rica{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -409px}.bg-cote_divoire{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -409px}.bg-croatia{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -10px}.bg-cuba{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -58px}.bg-cyprus{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -106px}.bg-czech-republic,.bg-czech-republic_small_square,.bg-czech_republic{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -154px}.bg-default,.bg-maco_islands{width:36px;height:31px;background:url('../webp/sprite.webp') -66px -10px}.bg-djibouti{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -250px}.bg-dominica{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -298px}.bg-dominican-republic,.bg-dominican_republic{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -346px}.bg-egypt{width:32px;height:28px;background:url('../webp/sprite.webp') -498px -394px}.bg-ecuador{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -457px}.bg-el_salvador{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -457px}.bg-equatorial-guinea,.bg-equatorial_guinea{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -457px}.bg-eritrea{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -457px}.bg-estonia{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -457px}.bg-ethiopia{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -457px}.bg-euador{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -457px}.bg-falkland_islands__malvinas_{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -457px}.bg-faroe_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -426px -457px}.bg-fiji{width:32px;height:28px;background:url('../webp/sprite.webp') -478px -457px}.bg-finland{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -10px}.bg-france{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -58px}.bg-french-guiana,.bg-french_guiana{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -106px}.bg-french-polynesia,.bg-french_polynesia{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -154px}.bg-gabon{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -202px}.bg-gambia{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -250px}.bg-georgia{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -298px}.bg-germany{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -346px}.bg-ghana{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -394px}.bg-gibraltar{width:32px;height:28px;background:url('../webp/sprite.webp') -550px -442px}.bg-greece{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -505px}.bg-greenland{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -505px}.bg-grenada{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -505px}.bg-guadeloupe{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -505px}.bg-guam{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -505px}.bg-guatemala{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -505px}.bg-guinea{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -505px}.bg-guinea_bissau{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -505px}.bg-guyana{width:32px;height:28px;background:url('../webp/sprite.webp') -426px -505px}.bg-haiti{width:32px;height:28px;background:url('../webp/sprite.webp') -478px -505px}.bg-heard_island_and_mcdonald_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -530px -505px}.bg-holy_see__vatican_city_state_{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -553px}.bg-honduras{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -553px}.bg-hong-kong,.bg-hong_kong{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -553px}.bg-hungary{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -553px}.bg-iceland{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -553px}.bg-india{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -553px}.bg-indonesia{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -553px}.bg-iran{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -553px}.bg-iran__islamic_republic_of{width:36px;height:31px;background:url('../webp/sprite.webp') -10px -61px}.bg-iraq{width:32px;height:28px;background:url('../webp/sprite.webp') -426px -553px}.bg-ireland{width:32px;height:28px;background:url('../webp/sprite.webp') -478px -553px}.bg-israel{width:32px;height:28px;background:url('../webp/sprite.webp') -530px -553px}.bg-italy{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -10px}.bg-ivory-coast,.bg-ivory_coast,.bg-ivory_coast_square{width:31px;height:27px;background:url('../webp/sprite.webp') -62px -793px}.bg-jamaica{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -58px}.bg-japan{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -106px}.bg-jordan{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -154px}.bg-kazakhstan{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -202px}.bg-kenya{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -250px}.bg-kiribati{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -298px}.bg-korea_republic_of{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -394px}.bg-korea__republic_of{width:36px;height:31px;background:url('../webp/sprite.webp') -122px -10px}.bg-krgystan{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -442px}.bg-kuwait{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -490px}.bg-kyrgyzstan{width:32px;height:28px;background:url('../webp/sprite.webp') -602px -538px}.bg-laos{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -601px}.bg-latvia{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -601px}.bg-lebanon{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -601px}.bg-lesotho{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -601px}.bg-liberia{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -601px}.bg-liechtenstein{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -601px}.bg-lithuania{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -601px}.bg-luxembourg{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -601px}.bg-macao{width:32px;height:28px;background:url('../webp/sprite.webp') -426px -601px}.bg-macedonia,.bg-macedonia__the_former_yugoslav_republic_of,.bg-yugoslavia{width:36px;height:31px;background:url('../webp/sprite.webp') -122px -61px}.bg-madagascar{width:32px;height:28px;background:url('../webp/sprite.webp') -478px -601px}.bg-malawi{width:32px;height:28px;background:url('../webp/sprite.webp') -530px -601px}.bg-malaysia{width:32px;height:28px;background:url('../webp/sprite.webp') -582px -601px}.bg-maldives{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -10px}.bg-mali{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -58px}.bg-malta{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -106px}.bg-mamibia{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -154px}.bg-marshall_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -202px}.bg-martinique{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -250px}.bg-mauritania{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -298px}.bg-mauritius{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -346px}.bg-mexico{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -394px}.bg-micronesia,.bg-micronesia_federated_states{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -442px}.bg-micronesia__federated_states_of{width:36px;height:31px;background:url('../webp/sprite.webp') -10px -112px}.bg-moldova{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -490px}.bg-moldova__republic_of{width:36px;height:31px;background:url('../webp/sprite.webp') -66px -112px}.bg-monaco{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -538px}.bg-mongolia{width:32px;height:28px;background:url('../webp/sprite.webp') -654px -586px}.bg-montserrat{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -649px}.bg-morocco{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -649px}.bg-mozambique{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -649px}.bg-myanmar{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -649px}.bg-namibia{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -649px}.bg-nauru{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -649px}.bg-nepal{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -649px}.bg-netherlands{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -649px}.bg-netherlands_antilles{width:32px;height:28px;background:url('../webp/sprite.webp') -426px -649px}.bg-new-caledonia,.bg-new_caledonia{width:32px;height:28px;background:url('../webp/sprite.webp') -478px -649px}.bg-new-zealand,.bg-new_zealand{width:32px;height:28px;background:url('../webp/sprite.webp') -530px -649px}.bg-nicaragua{width:32px;height:28px;background:url('../webp/sprite.webp') -582px -649px}.bg-niger{width:32px;height:28px;background:url('../webp/sprite.webp') -634px -649px}.bg-nigeria{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -10px}.bg-niue{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -58px}.bg-no{width:27px;height:27px;background:url('../webp/sprite.webp') -113px -793px}.bg-norfolk_island{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -106px}.bg-northern_mariana_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -154px}.bg-north_korea{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -202px}.bg-norway{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -250px}.bg-oman{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -298px}.bg-pakistan{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -346px}.bg-palau{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -394px}.bg-panama{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -442px}.bg-papua_new_guinea{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -490px}.bg-paraguay{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -538px}.bg-peru{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -586px}.bg-philippines{width:32px;height:28px;background:url('../webp/sprite.webp') -706px -634px}.bg-poland{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -697px}.bg-portugal{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -697px}.bg-puerto_rico{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -697px}.bg-qatar{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -697px}.bg-romania{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -697px}.bg-russia{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -697px}.bg-russian_federation{width:36px;height:31px;background:url('../webp/sprite.webp') -122px -112px}.bg-rwanda{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -697px}.bg-saint_helena{width:36px;height:31px;background:url('../webp/sprite.webp') -178px -10px}.bg-saint_kitts_and_nevis{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -697px}.bg-saint_lucia{width:32px;height:28px;background:url('../webp/sprite.webp') -426px -697px}.bg-saint_pierre_and_miquelon{width:36px;height:31px;background:url('../webp/sprite.webp') -178px -61px}.bg-saint_vincent_and_the_grenadines{width:32px;height:28px;background:url('../webp/sprite.webp') -478px -697px}.bg-samoa{width:32px;height:28px;background:url('../webp/sprite.webp') -530px -697px}.bg-san_marino{width:32px;height:28px;background:url('../webp/sprite.webp') -582px -697px}.bg-sao_tome_and_principe{width:32px;height:28px;background:url('../webp/sprite.webp') -634px -697px}.bg-saudi-arabia,.bg-saudi_arabia{width:32px;height:28px;background:url('../webp/sprite.webp') -686px -697px}.bg-scotland{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -10px}.bg-senegal{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -58px}.bg-seychelles{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -106px}.bg-sierra-leone,.bg-sierra_leone{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -154px}.bg-singapore{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -202px}.bg-slovakia{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -250px}.bg-slovenia{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -298px}.bg-solomon_islands{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -346px}.bg-somalia{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -394px}.bg-south-africa,.bg-south_africa{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -442px}.bg-south_georgia_and_the_south_sandwich_islands{width:36px;height:31px;background:url('../webp/sprite.webp') -178px -112px}.bg-south-korea,.bg-south_korea{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -490px}.bg-spain{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -538px}.bg-sri-lanka,.bg-sri_lanka{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -586px}.bg-sudan{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -634px}.bg-suriname{width:32px;height:28px;background:url('../webp/sprite.webp') -758px -682px}.bg-svalbard_and_jan_mayen{width:36px;height:31px;background:url('../webp/sprite.webp') -10px -163px}.bg-swaziland{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -745px}.bg-sweden{width:32px;height:28px;background:url('../webp/sprite.webp') -62px -745px}.bg-switzerland{width:32px;height:28px;background:url('../webp/sprite.webp') -114px -745px}.bg-syria,.bg-syrian_arab_republic{width:36px;height:31px;background:url('../webp/sprite.webp') -66px -163px}.bg-taiwan{width:32px;height:28px;background:url('../webp/sprite.webp') -166px -745px}.bg-taiwan__province_of_china{width:36px;height:31px;background:url('../webp/sprite.webp') -122px -163px}.bg-tajikistan{width:32px;height:28px;background:url('../webp/sprite.webp') -218px -745px}.bg-tanzania{width:32px;height:28px;background:url('../webp/sprite.webp') -270px -745px}.bg-tanzania_united_republic_of{width:32px;height:28px;background:url('../webp/sprite.webp') -322px -745px}.bg-tanzania__united_republic_of{width:36px;height:31px;background:url('../webp/sprite.webp') -178px -163px}.bg-thailand{width:32px;height:28px;background:url('../webp/sprite.webp') -374px -745px}.bg-timor_leste{width:36px;height:31px;background:url('../webp/sprite.webp') -234px -10px}.bg-togo{width:32px;height:28px;background:url('../webp/sprite.webp') -426px -745px}.bg-tokelau{width:36px;height:31px;background:url('../webp/sprite.webp') -234px -61px}.bg-tonga{width:32px;height:28px;background:url('../webp/sprite.webp') -478px -745px}.bg-trinidad_and_tobago{width:32px;height:28px;background:url('../webp/sprite.webp') -530px -745px}.bg-tunisia{width:32px;height:28px;background:url('../webp/sprite.webp') -582px -745px}.bg-turkey{width:32px;height:28px;background:url('../webp/sprite.webp') -634px -745px}.bg-turkmenistan{width:32px;height:28px;background:url('../webp/sprite.webp') -686px -745px}.bg-turks_and_caicos_islands{width:36px;height:31px;background:url('../webp/sprite.webp') -234px -112px}.bg-tuvalu{width:32px;height:28px;background:url('../webp/sprite.webp') -738px -745px}.bg-uganda{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -10px}.bg-ukraine{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -58px}.bg-united-arab-emirates,.bg-united-arab_emirates,.bg-united_arab_emirates{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -106px}.bg-united-kingdom,.bg-united_kingdom{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -154px}.bg-united-states,.bg-united_states{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -202px}.bg-uruguay{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -250px}.bg-uzbekistan{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -298px}.bg-vanuatu{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -346px}.bg-venezuela{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -394px}.bg-vietnam{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -442px}.bg-viet_nam{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -490px}.bg-british-virgin-islands,.bg-british_virgin_islands,.bg-virgin_islands_british{width:36px;height:31px;background:url('../webp/sprite.webp') -234px -163px}.bg-virgin_islands__british{width:36px;height:31px;background:url('../webp/sprite.webp') -10px -214px}.bg-virgin_islands_u_s_{width:36px;height:31px;background:url('../webp/sprite.webp') -66px -214px}.bg-virgin_islands__u_s_{width:36px;height:31px;background:url('../webp/sprite.webp') -122px -214px}.bg-wallis{width:36px;height:31px;background:url('../webp/sprite.webp') -178px -214px}.bg-wallis_and_futuna{width:36px;height:31px;background:url('../webp/sprite.webp') -234px -214px}.bg-western_sahara{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -538px}.bg-west_indies{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -586px}.bg-yemen{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -634px}.bg-yufoslavia,.bg-yugoslavia{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -682px}.bg-zambia{width:32px;height:28px;background:url('../webp/sprite.webp') -810px -730px}.bg-zimbabwe{width:32px;height:28px;background:url('../webp/sprite.webp') -10px -793px}.bg-denmark{width:37px;height:28px;background:url('../webp/sprite.webp') -495px -201px}.bg-serbia-and-montenegro{background:url('../webp/sprite.webp') -550px -58px no-repeat;width:32px;height:28px;transform:rotate(90deg)}.bg-east-timor{width:32px;height:28px;background:url(../webp/sprite.webp) -235px -10px}.bg-bonaire{background:url('../webp/sprite.webp') -163px -789px no-repeat;width:32px;height:28px;border-radius:4px}.bg-chatham_island\,_new_zealand{background:url('../webp/sprite.webp') -219px -792px no-repeat;width:32px;height:28px;border-radius:4px}.bg-easter_island{background:url('../webp/sprite.webp') -272px -792px no-repeat;width:32px;height:25px;border-radius:4px}.bg-falkland_islands{background:url('../webp/sprite.webp') -321px -794px no-repeat;width:32px;height:22px;border-radius:4px}.bg-jersey{background:url('../webp/sprite.webp') -375px -795px no-repeat;width:32px;height:19px;border-radius:4px}.bg-kosovo{background:url('../webp/sprite.webp') -427px -793px no-repeat;width:32px;height:23px;border-radius:4px}.bg-libya{background:url('../webp/sprite.webp') -477px -793px no-repeat;width:32px;height:23px;border-radius:4px}.bg-montenegro{background:url('../webp/sprite.webp') -530px -793px no-repeat;width:32px;height:23px;border-radius:4px}.bg-syria{background:url('../webp/sprite.webp') -581px -793px no-repeat;width:32px;height:25px;border-radius:4px}.bg-tokelau_island{background:url('../webp/sprite.webp') -633px -793px no-repeat;width:32px;height:28px;border-radius:4px}.bg-west_africa{background:url('../webp/sprite.webp') -686px -792px no-repeat;width:32px;height:28px;border-radius:4px}.bg-serbia{background:url('../webp/sprite.webp') -735px -793px no-repeat;width:32px;height:28px;border-radius:4px}.bg-palestine{background:url('../webp/sprite.webp') -774px -794px no-repeat;width:32px;height:25px;border-radius:4px}.bg-south-sudan,.bg-south_sudan{background:url('../webp/sprite.webp') -814px -794px no-repeat;width:32px;height:28px;border-radius:4px}.bg-popup_alert_image{width:70px;height:50px;background:url('../png/mail-reload-signup-icon.png') -10px -103px}.bg-signup_button{width:150px;height:73px;background:url('../png/mail-reload-signup-icon.png') -10px -10px}.bg-ten_dots{width:25px;height:25px;background:url('../png/mail-reload-signup-icon.png') -100px -103px}.bg-reload_button{width:20px;height:20px;background:url('../png/mail-reload-signup-icon.png') -180px -10px}.bg-cross_button_new{background:url('../png/mail-reload-signup-icon.png') -101px -134px no-repeat;width:23px;height:22px}.bg-mobile_popup_icon{background:url('../png/mail-reload-signup-icon.png') -144px -91px no-repeat;width:52px;height:60px}.bg-cards{width:308px;height:76px;background:url('../webp/qr-pay-client-100.webp') -370px -10px}.bg-clientsimg{width:66px;height:28px;background:url('../webp/qr-pay-client-100.webp') -526px -106px}.bg-hundred_100x{width:54px;height:53px;background:url('../webp/qr-pay-client-100.webp') -452px -106px}.bg-money_back_guarantee_webp_4{width:62px;height:58px;background:url('../webp/qr-pay-client-100.webp') -370px -106px}.bg-stripe{width:340px;height:94px;background:url('../webp/qr-pay-client-100.webp') -10px -10px}.bg-qr_code_2x{width:179px;height:180px;background:url('../webp/qr-pay-client-100.webp') -10px -124px}.copy-link-icon{background:url('../webp/qr-pay-client-100.webp') -622px -98px no-repeat;width:40px;height:41px}.bg-west-indies{background:url('../webp/qr-pay-client-100.webp') -199px -124px no-repeat;width:32px;height:28px;border-radius:6px}.bg-central-african-republic{background:url('../webp/qr-pay-client-100.webp') -244px -123px no-repeat;width:32px;height:28px;border-radius:6px}.text-upper{text-transform:capitalize}.whatsapp-float{position:fixed;bottom:54px!important;right:12px;width:36px;height:37px;background-color:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.1);cursor:pointer;transition:background-color .3s;padding:6px;z-index:999;box-shadow:0 0 3px #000}.whatsAppLine-white{width:28px;height:28px;background:url(../webp/globalsearchcompanysprite.webp) -722px -142px}.whyVolza4old{width:26px;height:26px}