:root{--bg-page:#090d18;--white:#fff;--title-need:#c1c3cd;--grad-from:#017ce4;--grad-to:#33e7ff;--text-body:#c1c3cd;--text-dark:#1e2939;--text-muted:#6a7282;--text-placeholder:#1f2937;--link:#0163f4;--required:#fb2c36;--border-input:#e5e7eb;--border-dropdown:#d1d5db;--border-checkbox:#767676;--captcha-bg:#fff3f3;--captcha-code:#ff7d7d;--footer-text:#b5b5b5;--font:"Zoho Puvi",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;background-color:var(--nl-bg-color)}a{text-decoration:none;color:var(--nl-description-color);cursor:pointer;-webkit-tap-highlight-color:transparent}body{font-family:var(--font),"Zoho_Puvi_Regular",Arial,sans-serif;background:var(--bg-page);color:var(--text-body);-webkit-font-smoothing:antialiased;min-height:100vh;padding-bottom:60px}body::after{content:"";display:block;clear:both}@font-face{font-family:"Zoho_Puvi_Regular";src:url(https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.ttf)}@font-face{font-family:"Zoho_Puvi_Medium";src:url(https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Medium.ttf)}:root{--nl-bg-color:#090d18;--nl-accent-color:#0063f4;--nl-accent-hover:#0050af;--nl-title-color:#babfca;--nl-description-color:#858a95;--nl-header-height:12vh;--nl-surface-color:#0d121f;--nl-gradient-border:linear-gradient(115deg,#0063f4 60%,#00d0b0 85%);--nl-link-color:#b2b7c2;--nl-link-hover:#fff;--nl-muted-color:#6a7080;--nl-rule-color:#1c202b}.navbar{position:fixed;top:0;left:0;right:0;height:var(--nl-header-height);padding-inline:2%;display:flex;align-items:center;justify-content:space-between;z-index:5;background:linear-gradient(var(--nl-bg-color) 55%,rgba(9,13,24,0.75) 80%,rgba(9,13,24,0))}.brand-logo-wrapper{display:flex;align-items:center}.brand-logo{display:block;object-fit:contain;object-position:left center}.navlinks{display:flex;align-items:center;gap:24px}.navlink{font-size:14px;white-space:nowrap;color:var(--nl-muted-color);transition:color .3s ease-in}.navlink:hover{color:var(--nl-link-hover)}.navlink-btn{border:1px solid transparent;border-radius:50px;font-size:14px;padding:15px 24px;text-align:center;white-space:nowrap;color:#fff;background:linear-gradient(var(--nl-bg-color),var(--nl-bg-color)) padding-box,var(--nl-gradient-border) border-box;transition:background .3s ease-in,color .3s ease-in}.navlink-btn:hover{color:#fff;background:linear-gradient(275deg,#00c0b852,#0a74e14f 53%) padding-box,var(--nl-gradient-border) border-box}.contact-page{position:relative;flex:1 0 auto;padding:calc(var(--nl-header-height) + 130px) 24px 80px}.two-column{display:flex;gap:32px;align-items:flex-start;justify-content:center;margin:0 auto;max-width:1222px}.text-container{display:flex;flex-direction:column;gap:64px;width:625px;flex:0 1 625px;min-width:0}.intro-group{display:flex;flex-direction:column;gap:42px;max-width:571px}.info-title{font-weight:500;font-size:54px;line-height:1.15;letter-spacing:-0.5px;color:var(--title-need)}.title-gradient{background:linear-gradient(90deg,var(--grad-from),var(--grad-to));-webkit-background-clip:text;background-clip:text;color:transparent}.info-text{font-weight:400;font-size:22px;line-height:1.5;color:#c1c3cd;max-width:571px}.else-section{display:flex;flex-direction:column;gap:22px}.else-title{font-weight:500;font-size:36px;line-height:normal;color:#c1c3cd}.else-items{display:flex;flex-direction:column;gap:24px}.else-item{display:flex;flex-direction:column;gap:12px;max-width:514px}.else-item p{font-size:22px;line-height:1.55;color:#c1c3cd}.else-item strong{font-weight:500}.else-link{font-style:italic;font-weight:600;font-size:18px;color:var(--link);text-decoration:none}.else-link:hover{text-decoration:underline}.info-title,.else-title{text-wrap:balance}.info-text,.else-item p{text-wrap:pretty}.info-contact{line-height:34px}.info-contact strong{font-weight:500;color:#c1c3cd}.info-contact .info-mail,.info-contact a,.info-text a{font-weight:500;color:#0163f4 !important;text-decoration:none}.location-note strong{white-space:nowrap}.checkbox-field a{white-space:nowrap}.else-link{white-space:nowrap}.form-card{position:relative;flex:0 0 auto;width:430px;top:-70px;background:var(--white);border:1.4px solid var(--link);border-radius:16px;padding:32px;filter:drop-shadow(0 4px 3px rgba(0,0,0,0.1)) drop-shadow(0 2px 2px rgba(0,0,0,0.1))}.demo-form{display:flex;flex-direction:column;gap:12px;width:100%}.field-row{display:flex;gap:16px;width:100%}.field-row .field{flex:1 1 0;min-width:0}.field{display:flex;flex-direction:column;gap:6px}.field label{font-weight:500;font-size:12px;line-height:19.5px;letter-spacing:-0.0762px;color:var(--text-dark)}.req{color:var(--required);font-size:13px}.field input,.field textarea{width:100%;background:var(--white);border:1px solid var(--border-input);border-radius:6px;font-family:var(--font);font-size:13px;color:#1f2937}.field input{height:41.5px;padding:0 11px}.field input.input-sm{height:41px}.field textarea{height:100px;padding:13px 11px;resize:vertical}.field input:focus,.field textarea:focus,.dropdown:focus{outline:0;border-color:var(--link)}.field textarea::placeholder{color:#1f2937;font-size:12px}.select-wrap{position:relative;width:100%}.dropdown{width:100%;height:44px;padding:0 34px 0 14px;background:var(--white);border:1px solid var(--border-dropdown);border-radius:8px;font-family:var(--font);font-size:12px;color:#1f2937;appearance:none;-webkit-appearance:none;cursor:pointer}.select-chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}.location-note{font-size:12px;line-height:18px;color:var(--text-muted)}.location-note strong{color:#364153;font-weight:600}.link-button{background:0;border:0;padding:0;color:var(--link);font-family:var(--font);font-size:12px;cursor:pointer}.captcha-row{display:flex;gap:8px;align-items:center;width:100%}.captcha-input{flex:0 1 180px;width:180px;height:41.5px;min-width:0}.captcha-display{display:flex;gap:6px;align-items:center;margin-left:auto;flex:0 1 auto;min-width:0}.captcha-code{display:inline-block;background:var(--captcha-bg);padding:8px 12px;border-radius:4px;font-weight:700;font-size:18px;line-height:27px;letter-spacing:2.7px;color:var(--captcha-code);text-decoration:line-through;white-space:nowrap}.captcha-refresh{background:0;border:0;padding:4px;cursor:pointer;display:flex;flex:0 0 auto}.captcha-refresh img{width:18px;height:19px;display:block}.checkbox-field{display:flex;gap:8px;align-items:flex-start;padding-top:2px}.checkbox-field input{width:14px;height:14px;margin-top:2px;flex:0 0 auto;accent-color:var(--link);border:1px solid var(--border-checkbox);border-radius:2px}.checkbox-field span{font-size:12px;line-height:18.75px;letter-spacing:-0.0366px;color:#4a5565}.checkbox-field a{color:var(--link);text-decoration:none}.submit-button{margin-top:4px;width:100%;background:var(--link);border:0;border-radius:8px;padding:14px 0;color:var(--white);font-family:var(--font);font-weight:500;font-size:18px;line-height:1.25;letter-spacing:-0.2344px;cursor:pointer}.submit-button:hover{background:#0155d1}.form-footer{margin-top:12px;text-align:center;font-size:12px;color:var(--footer-text)}.std-nl-footer-links,.std-nl-footer-social{--std-nl-content-width:min(80vw,1200px);--std-nl-content-gutter:calc((100% - var(--std-nl-content-width)) / 2);width:calc(var(--std-nl-content-width) / 2);padding-top:36px;color:#858a95}.std-nl-footer-links{float:left;margin-left:var(--std-nl-content-gutter);position:relative}.std-nl-footer-links::before{content:"";position:absolute;top:0;left:0;width:var(--std-nl-content-width);height:1px;background:#1c202b}.std-nl-footer-social{float:right;margin-right:var(--std-nl-content-gutter);text-align:right}.std-nl-footer-copy{--std-nl-content-width:min(80vw,1200px);float:none;clear:both;width:var(--std-nl-content-width);margin:0 auto;padding-top:22px;text-align:center;font-size:16px;line-height:28px;letter-spacing:-0.32px;color:#8f949b}.std-nl-footer-links>a{font-size:16px;color:#b2b7c2;text-decoration:none;transition:color .3s ease-in}.std-nl-footer-links>a:hover{color:#fff}.std-nl-footer-links>a+a::before{content:"|";display:inline-block;margin:0 18px 0 14px;color:#1c202b}.std-nl-footer-social{display:flex;align-items:center;justify-content:flex-end;gap:5px}.std-nl-footer-social::before{content:"Get in touch";margin-right:8px;white-space:nowrap;color:#b2b7c2;font-size:16px}.std-nl-footer-social>a{display:inline-flex;margin-left:20px;padding-bottom:0}.std-nl-footer-social>a:hover{background-color:unset}.std-nl-footer-social img{width:20px;height:18px;display:block}.std-nl-footer-social a:first-child img{height:21px}.std-nl-heart-icon{width:15px;height:15px;margin-left:6px;vertical-align:-2px;display:inline-block}.contact-page{overflow:hidden}.corner-vector{position:absolute;left:0;bottom:-20px;width:329px;height:auto;pointer-events:none;z-index:0}.two-column{position:relative;z-index:1}.zcwf_row{overflow:hidden;display:flex;flex-direction:column;clear:both;margin-bottom:20px}.gk-wb-flex{display:flex;align-items:center;gap:0}.visible-eu,.sign_agree,.vi-state-container.vi-hide,.vi-country-lists.vi-hide,.vi-location-bar.vi-hide{display:none}.vi-hidden{display:none}.vi-consent-checkbox{margin-right:6px}.zcwf_privacy_txt{font-size:12px;line-height:18.75px;letter-spacing:-0.0366px;color:#4a5565;padding-left:5px}.zgdprform-opt-container{font-size:12px;line-height:18.75px;letter-spacing:-0.0366px;color:#4a5565}.zgdprform-opt-container a{color:var(--link)}.zcwf_policy_txt a{color:var(--link)}.newCustomchkbox-md input,.chk_bx{width:14px;height:14px;accent-color:var(--link);border:1px solid var(--border-checkbox);border-radius:2px}input{outline:0}fieldset{display:block;border:0}.emphty-error,.phone-error,.mail-error,.captcha-error,.vi-error-state{color:red;font-size:14px;display:none}select.zcwf_col_fld_slt::after{position:absolute;right:0;left:92%;top:14px;content:"";display:inline-block;width:12px;height:12px;border-right:2px solid #000;border-top:2px solid #000;transform:rotate(135deg);margin-right:.5em;margin-left:1em;transition:all .3s ease}.zgdprform-countrylist-container,.zgdprform-state-container,.vi-state-container,.vi-countrylist-container{position:relative}.zgdprform-countrylist-container:after,.zgdprform-state-container:after,.vi-countrylist-container:after,.vi-state-container:after{content:"";display:inline-block;width:8px;height:8px;border-right:1.5px solid var(--primary-color);border-top:1.5px solid var(--primary-color);transform:rotate(135deg);margin-right:0;margin-left:0;transition:all .3s ease;top:calc(50% - 5px);position:absolute;right:16px}.zcwf_col_fld input[type="text"],.zcwf_col_fld input[type="email"],.zcwf_col_fld input[type="tel"],.zcwf_col_fld_slt,textarea,.zgdprform-countrylist-container select,.zgdprform-state-container select,.vi-countrylist-container select,.vi-state-container select{background:var(--white);border:1px solid var(--border-input);font-family:var(--font);font-size:13px;color:#1f2937;height:41.5px;width:100%;padding:0 11px;box-sizing:border-box;max-width:100%;appearance:none;border-radius:6px;position:relative;transition:.2s linear}.zcwf_col_fld input:focus,.vi-countrylist-container select:focus,.vi-state-container select:focus{outline:0;border-color:var(--link)}.zcwf_col_lab label{font-weight:500;font-size:12px;line-height:19.5px;letter-spacing:-0.0762px;color:var(--text-dark)}.zcwf_col_lab label sup{color:var(--required);font-size:13px}.vi-state-container{margin-top:12px}.submit-btn.vi-button{width:100%;font-family:var(--font);font-weight:500;font-size:18px;line-height:22.5px;letter-spacing:-0.2344px;border-radius:8px;padding:14px 0;color:var(--white);display:inline-block;position:relative;backface-visibility:hidden;z-index:1;background-color:#0163f4;border:0;margin-top:4px;cursor:pointer}.submit-btn.vi-button:hover{background-color:#0155d1}.zcwf_captcha{flex-direction:row}.zcwf_captcha .gk-wb-flex{gap:8px;width:100%;align-items:flex-end}.zcwf_captcha .zcwf_col:nth-child(1){width:auto;flex:0 0 180px}.zcwf_captcha .zcwf_col:nth-child(2){width:auto;flex:1 1 auto;min-width:0}.zcwf_captcha .zcwf_col:nth-child(1) .input-field{width:180px;height:41.5px}img{width:100%}.gk-wb-arrow{padding:0;margin:0;width:23px;height:21px}.reload-img{display:flex;padding:4px;flex:0 0 auto}.gk-demo-captcha-img{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;width:100%;margin-top:0}.gk-demo-captcha-img #imgid{width:auto;height:43px;border-radius:4px;background:var(--captcha-bg);flex:0 1 auto;min-width:0}.vi-location-bar p{font-size:12px;line-height:18px;margin:0;color:var(--text-muted)}.vi-location-bar .vi-highlight-text{color:#364153;font-weight:600;white-space:nowrap}.vi-location-bar .vi-change-btn{color:var(--link);cursor:pointer}@media(max-width:1180px){.two-column{flex-direction:column;align-items:center;gap:40px}.text-container{display:contents;text-align:center}.intro-group{order:1;width:100%;max-width:571px;align-items:center;text-align:center}.form-card{order:2;top:0}.else-section{order:3;width:100%;max-width:571px;align-items:center;text-align:center}.else-item{align-items:center}.corner-vector{width:220px;bottom:-14px}.info-text{margin:0 auto}.form-card{width:100%;max-width:430px}.contact-page{padding-top:calc(var(--nl-header-height) + 90px)}}@media screen and (max-width:768px){:root{--nl-header-height:10vh}.brand-logo{height:44px}.navlinks{gap:16px}.navlink-btn{font-size:13px;padding:18px 12px}.form-card{top:0}.contact-page{padding-top:calc(var(--nl-header-height) + 70px)}.std-nl-footer-links,.std-nl-footer-social{--std-nl-content-width:90vw;float:none;width:var(--std-nl-content-width);margin-inline:auto;text-align:center}.std-nl-footer-links{padding-top:32px;white-space:nowrap}.std-nl-footer-links>a+a::before{margin:0 10px 0 8px}.std-nl-footer-social{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:0;padding-top:24px}.std-nl-footer-social::before{margin-right:4px}.std-nl-footer-social>a{flex:0 0 auto;margin-left:16px;margin-right:0}.std-nl-footer-copy{--std-nl-content-width:90vw;padding-top:28px;text-align:center}}@media screen and (max-width:425px){.std-nl-footer-links>a{font-size:14px}.std-nl-footer-links>a+a::before{margin:0 6px 0 4px}.std-nl-footer-social::before{font-size:14px}.std-nl-footer-social>a{margin-left:12px}}@media screen and (max-width:555px){.navlink{display:none}.std-nl-footer-links>a+a::before{margin:0 10px 0 8px}}@media(max-width:520px){.field-row{flex-direction:column}.captcha-input{flex-basis:auto;width:100%}.form-card{padding:24px;max-width:343px;flex-grow:0;flex-shrink:1;flex-basis:343px;top:0}.contact-page{padding-left:16px;padding-right:16px}}.emphty-error.vi-error-visible,.phone-error.vi-error-visible,.mail-error.vi-error-visible,.captcha-error.vi-error-visible{display:block}.vi-error-state.vi-error-active{display:block}.visible-eu.vi-visible{display:block}.vi-state-container.vi-show{display:block}.emphty-error,.phone-error,.mail-error,.captcha-error,.vi-error-state{font-size:12px;line-height:16px}.red-border,.field input.red-border,.field textarea.red-border,.field select.red-border,.field input.red-border:focus,.field textarea.red-border:focus,.zcwf_col_fld input.red-border,.vi-countrylist-container select.red-border,.vi-state-container select.red-border,select.dropdown.red-border{border-color:var(--required)}.svg-icons{position:absolute;width:0;height:0;overflow:hidden}#vi_formdata{display:flex;flex-direction:column;gap:12px;width:100%}#vi_formdata .zcwf_row{margin-bottom:0}.nila-toast{display:none;pointer-events:none;z-index:999999;position:fixed;top:85px;left:0;right:0;padding:0 30px;opacity:0;max-width:600px;margin:0 auto}.nila-toast.vi-active{display:block;opacity:1;animation:nilaFadeIn .25s ease both}.nila-toast .nila-toast-text{padding:12px 40px;background:#00b084;color:#fff;border:.6px solid #090d18;border-radius:8px;font-size:16px;font-weight:500;line-height:24px;filter:drop-shadow(0 4px 7px rgba(0,0,0,0.14));width:-moz-fit-content;width:fit-content;text-align:center;margin:0 auto}@keyframes nilaFadeIn{from{opacity:0}to{opacity:1}}