@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-size:10px;letter-spacing:.03em;font-family:Nunito;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 8px #f5f5f5;border-radius:4px;border-left:3px solid transparent;border-right:3px solid transparent}::-webkit-scrollbar-thumb{background:#019cce;border-radius:4px}html{width:100%;height:100%}body,html{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}body{overflow-x:hidden;background-color:#f5f5f5}.loader{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000;background:rgba(28,29,39,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loader .loader-box{width:100px;height:100px;border-radius:50%;border:8px solid #1c1d27;border-top:8px solid #fff;animation:spin 1s linear infinite;box-shadow:0 0 10px rgba(0,0,0,.2)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(28,29,39,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;outline:none;border:none;transition:opacity .3s ease-in-out}.modal-background .modal-container{z-index:101;width:90%;max-width:740px;height:-moz-fit-content;height:fit-content;max-height:90%;background-color:#fff;border-radius:8px;padding:20px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;border:1px solid #7d8597;box-shadow:0 0 10px 0 rgba(28,29,39,.5)}.modal-background .modal-container.medium-modal-container{max-width:520px}.modal-background .modal-container.small-modal-container{max-width:360px}.modal-background .modal-container .modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #7d8597;width:100%}.modal-background .modal-container .modal-header .close-icon{margin:-20px;margin-right:-10px;padding:20px}.modal-background .modal-container .modal-content{display:flex;flex-direction:column;padding:20px;height:-moz-fit-content;height:fit-content;max-height:90%;overflow-y:auto;gap:20px;width:100%}.modal-background .modal-container .modal-content.centered-modal-content{align-items:center}.modal-background .modal-container .modal-content .image-preview-picture{-o-object-fit:contain;object-fit:contain;aspect-ratio:16/9;height:100%;width:100%}.modal-background .modal-container .modal-footer{display:flex;justify-content:center;align-items:center;width:100%;padding-top:20px;border-top:1px solid #7d8597;gap:20px}.modal-background .modal-container .modal-footer .button{flex-grow:1;max-width:340px}@media(max-width:1024px){.modal-background .modal-container .modal-content{padding:20px 0}.modal-background .modal-container.medium-modal-container,.modal-background .modal-container.small-modal-container{max-width:100%}}@media(max-width:712px){.modal-background .modal-container{max-width:100%;width:100%;height:100%;max-height:100%;border-radius:0;border:none;box-shadow:none}.modal-background .modal-container .modal-content{height:100%;max-height:100%}}.modal-enter-from,.modal-leave-to{opacity:0}:root{--primaryColor:#1d8ffb;--hoverColor:#84c3ff;--secondaryColor:#41a2ff;--whiteColor:#fff;--blackColor:#010101;--lightGreyColor:#f5f5f5;--greyColor:#d2d4da;--darkGreyColor:#7d8597;--darkestGreyColor:#030202;--fieldsBackgroundColor:var(--lightGreyColor);--fieldsBorderColor:var(--lightGreyColor);--fieldsBorderRadius:16px;--selectorBorderRadius:24px;--extraLightHoverColor:#00a6fb4a;--fieldsPlaceholderColor:var(--lightGreyColor);--fieldsHeight:40px;--successColor:#32e875;--errorColor:#f71735;--infoColor:#ffbe0b;--rgbaBlackColor:#04080f10;--rgbaDarkBlackColor:#04080f75;--rgbaWhiteColor:#fefffe30;--titleFontSize:24px;--titleLineHeight:100%;--titleFontWeight:700;--bodyTextSize:16px;--bodyTextLineHeight:130%;--bodyFontWeight:400;--bodyFontWeightBold:600;--normalTextSize:14px;--normalTextLineHeight:130%;--normalFontWeight:400;--smallTextSize:12px;--galleryBreakingPoint:1024px;--modalBreakingPoint:768px}.large-text{font-size:48px}.heading-1,.large-text,h1{font-weight:600;line-height:100%}.heading-1,h1{font-size:36px;color:#1c1d27}.heading-2,h2{font-size:32px}.heading-2,.heading-3,h2,h3{font-weight:500;line-height:100%;color:#1c1d27}.heading-3,h3{font-size:28px}.heading-4,h4{font-weight:400}.heading-4,.heading-4-bold,h4{font-size:24px;line-height:130%;color:#1c1d27}.heading-4-bold{font-weight:600}.heading-5,h5{font-weight:400}.heading-5,.heading-5-bold,h5{font-size:18px;line-height:130%;color:#1c1d27}.heading-5-bold{font-weight:600}.heading-6,h6{font-size:14px}.body-text,.heading-6,a,h6,li,p{font-weight:400;line-height:130%;color:#1c1d27}.body-text,a,li,p{font-size:16px}.body-text-bold{font-weight:600;line-height:130%}.body-text-bold,.list-text{font-size:16px;color:#1c1d27}.list-text{font-weight:400;line-height:100%}.list-text-bold{color:#1c1d27}.link-text,.list-text-bold{font-weight:600;font-size:16px;line-height:100%}.link-text{color:#1d8ffb}.link-text-underlined{font-weight:600;font-size:16px;line-height:100%;color:#1d8ffb;text-decoration:underline}.subtle-text{font-weight:400}.subtle-text,.subtle-text-bold{font-size:14px;line-height:130%;color:#1c1d27}.subtle-text-bold{font-weight:600}.info-text,small{line-height:130%}.info-text,.info-text-list,small{font-weight:400;font-size:12px;color:#7d8597}.info-text-list{line-height:100%}.info-text-list-bold{line-height:100%}.info-text-bold,.info-text-list-bold{font-weight:600;font-size:12px;color:#7d8597}.info-link-text,.info-text-bold{line-height:130%}.info-link-text{font-weight:600;font-size:12px;color:#1d8ffb}@media(max-width:1024px){.heading-1,h1{font-size:28px;line-height:110%}.heading-2,h2{font-size:26px;line-height:110%}.heading-3,h3{font-size:24px;line-height:110%}.heading-4,.heading-4-bold,h4{font-size:20px}}.error-text{color:#ff595e}.disabled-text{color:#7d8597}.success-text{color:#9ef01a}.primary-text{color:#1d8ffb}.pending-text{color:#efdf00}.center-text{text-align:center}.click-able-text,.close-icon{cursor:pointer}.close-icon{width:40px;height:calc(100% - 1px);padding:10px;position:relative;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out}.close-icon:after,.close-icon:before{background-color:#1c1d27;border-radius:4px;content:"";height:2px;position:absolute;width:50%}.close-icon:before{transform:rotate(45deg)}.close-icon:after{transform:rotate(-45deg)}.close-icon:hover:after,.close-icon:hover:before{background:#84c3ff}.close-icon:active:after,.close-icon:active:before{background:#1d8ffb}.close-icon.close-icon-medium{width:30px}.close-icon.close-icon-small{width:20px}.close-icon.close-icon-very-small{width:15px}.profile-card-container{display:flex;flex-direction:column;width:100%;gap:16px;max-width:548px;margin:0 auto;padding:24px 16px;background-color:#fff;flex:1;box-shadow:0 0 10px rgba(0,0,0,.1)}.profile-card-container .profile-card-container-header{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;width:100%}.profile-card-container .profile-card-container-header .profile-card-container-header-images{display:flex;flex-direction:column;align-items:center;position:relative;width:calc(100% + 32px);margin-top:-24px;margin-bottom:64px}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-images-banner{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;-webkit-user-drag:none}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-images-profile{width:164px;height:164px;border-radius:50%;-webkit-user-drag:none}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-holder{display:flex;align-items:center;justify-content:center;width:164px;height:164px;border-radius:50%;background-color:#019cce}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-holder h1{text-align:center;color:#fff}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-holder,.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-images-profile{position:absolute;bottom:-64px;left:12px;border:4px solid #fff}.profile-card-container .profile-card-container-header .profile-card-container-header-title{display:flex;flex-direction:column;width:100%;gap:4px}.profile-card-container .profile-card-container-header .profile-card-container-header-title h2,.profile-card-container .profile-card-container-header .profile-card-container-header-title h4,.profile-card-container .profile-card-container-header .profile-card-container-header-title p{word-wrap:break-word}.profile-card-container .profile-card-container-header .profile-card-container-header-title h4{background:linear-gradient(90deg,#39cefe,#014d98 75%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.profile-card-container .profile-card-container-header .profile-card-container-header-title h2{font-weight:600}.profile-card-container .profile-card-container-header .profile-card-container-header-title .profile-card-container-header-title-preview{opacity:.5}.profile-card-container .profile-card-container-buttons{display:flex;gap:8px}.profile-card-container .profile-card-container-buttons .save-button{width:-moz-fit-content;width:fit-content;height:44px;padding:12px;display:flex;justify-content:center;align-items:center;outline:none;border:none;cursor:pointer;gap:8px;background-color:#014d98;border-radius:16px;flex:1;z-index:2;flex-shrink:0}.profile-card-container .profile-card-container-buttons .save-button svg{height:26px;width:auto;flex-shrink:0;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.profile-card-container .profile-card-container-buttons .save-button h5{white-space:nowrap;color:#fff}.profile-card-container .profile-card-container-buttons .save-button:first-child{flex:2;background:linear-gradient(90deg,#39cefe,#014d98 75%)}.profile-card-container .profile-card-container-links-configuration{display:flex;flex-direction:column;gap:12px}.profile-card-container .profile-card-container-links-configuration .profile-card-container-links-configuration-link{width:100%;display:flex;align-items:center;height:64px;padding:6px 8px;gap:12px;border-radius:16px;border:1px solid #f5f5f5;box-shadow:0 0 10px rgba(0,0,0,.2)}.profile-card-container .profile-card-container-links-configuration .profile-card-container-links-configuration-link img{height:58px;width:auto;flex-shrink:0;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:12px}.profile-card-container .profile-card-container-links-configuration .profile-card-container-links-configuration-link p{font-size:14px;display:-webkit-box;line-height:110%;width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;color:#000;height:-moz-fit-content;height:fit-content;max-height:32px;overflow:hidden}.profile-card-container .profile-card-container-links-configuration .profile-card-container-link-header{width:100%;padding-bottom:8px;word-break:break-all;position:relative;color:transparent;background:linear-gradient(90deg,#39cefe,#014d98 75%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile-card-container .profile-card-container-links-configuration .profile-card-container-link-header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,#39cefe,#014d98 75%)}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons{flex-direction:row;flex-wrap:wrap}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons .profile-card-container-links-configuration-link{width:calc(33.33333% - 8px);flex-direction:column;padding:0;border:none;box-shadow:none;height:132px;gap:8px}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons .profile-card-container-links-configuration-link img{height:92px}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons .profile-card-container-links-configuration-link p{text-align:center}.profile-card-container footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-top:auto}.profile-card-container footer .footer-volt-box{width:100px;height:28.9px;background:url(/volt-embed/img/voltLogos.3713bfe5.svg) 0 0;background-repeat:no-repeat;-webkit-user-drag:none}.profile-card-container footer .footer-dd-box{width:80px;height:10px;background:url(/volt-embed/img/vortecLogos.19cd4783.svg) 0 0;background-repeat:no-repeat;-webkit-user-drag:none}.profile-card-container footer .developed-by-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.profile-card-container footer .developed-by-box .developed-by-text{font-size:12px;color:#7d8597;line-height:100%}.profile-card-container:before{transition:all .3s ease-in-out}.profile-card-container:has(.contact-info-wrapper){position:relative}.profile-card-container:has(.contact-info-wrapper):before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(1,1,1,.4);z-index:4}.profile-card-container .contact-slide-enter-from,.profile-card-container .contact-slide-leave-to{transform:translateY(100%)}.profile-card-container .contact-info{transition:all .3s ease-in-out;position:fixed;left:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;width:100%}.profile-card-container .contact-info-wrapper{width:100%;max-width:768px;background-color:#fff;padding:20px;padding-top:40px;display:flex;flex-direction:column;gap:20px;border-radius:16px 16px 0 0;box-shadow:0 0 10px rgba(0,0,0,.25);position:relative}.profile-card-container .contact-info-wrapper .close-icon-box{position:absolute;top:10px;right:10px;cursor:pointer}.profile-card-container .contact-info-wrapper .contact-info-wrapper-header{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;width:100%;margin:0 auto;padding-bottom:20px;border-bottom:2px solid #d2d4da}.profile-card-container .contact-info-wrapper .contact-info-wrapper-header .contact-info-wrapper-header-icon{width:48px;height:48px;border-radius:50%;background-color:#019cce;display:flex;align-items:center;justify-content:center;padding-bottom:3px}.profile-card-container .contact-info-wrapper .contact-info-wrapper-header .contact-info-wrapper-header-icon:before{content:"";width:20px;height:10px;border:3px solid #fff;border-top:none;border-right:none;transform:rotate(-50deg)}.profile-card-container .contact-info-wrapper .contact-info-wrapper-box{display:flex;align-items:center;gap:10px}.profile-card-container .contact-info-wrapper .contact-info-wrapper-button{width:-moz-fit-content;width:fit-content;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:linear-gradient(90deg,#39cefe,#014d98 75%);border-radius:16px;margin:0 auto;border:none;outline:none;width:100%;max-width:200px;color:#fff}.profile-card-container-loading{display:flex;flex-direction:column;width:100%;gap:16px;max-width:548px;margin:0 auto;padding:24px 16px;background-color:#fff;flex:1;box-shadow:0 0 10px rgba(0,0,0,.1)}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.profile-card-container-loading .profile-card-container-header-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;width:100%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-loading-images{display:flex;flex-direction:column;width:calc(100% + 32px);margin-top:-24px;margin-bottom:64px;position:relative}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-loading-images .profile-card-container-header-loading-images-banner{width:100%;height:200px;animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,rgba(210,212,218,.1),rgba(210,212,218,.5));background-size:200% 200%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-loading-images .profile-card-container-header-loading-images-profile{width:164px;height:164px;border-radius:50%;animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,rgba(210,212,218,.5),rgba(210,212,218,.1));border:4px solid #fff;background-size:200% 200%;position:absolute;bottom:-64px;left:12px}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading{display:flex;flex-direction:column;gap:4px;width:100%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading{width:100%;height:28px;border-radius:8px;animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,rgba(210,212,218,.1),rgba(210,212,218,.5));background-size:200% 200%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading.title-loading-h3{height:31px}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading.title-loading-h4{height:26px}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading.title-loading-p{height:46px}.profile-card-container-loading .profile-card-container-buttons-loading{display:flex;gap:8px}.profile-card-container-loading .profile-card-container-buttons-loading .profile-card-container-buttons-loading-button{width:100%;height:44px;border-radius:16px;animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,rgba(210,212,218,.1),rgba(210,212,218,.5));background-size:200% 200%}.profile-card-container-loading .profile-card-container-links-configuration-loading{display:flex;flex-direction:column;gap:20px;flex-wrap:wrap}.profile-card-container-loading .profile-card-container-links-configuration-loading .profile-card-container-links-configuration-loading-link{width:100%;height:54px;border-radius:8px;animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,rgba(210,212,218,.1),rgba(210,212,218,.5));background-size:200% 200%}.fallback-page{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;gap:40px;max-width:768px;margin:0 auto;padding:40px 20px;background-color:#fff;flex:1;box-shadow:0 0 10px rgba(0,0,0,.1)}.fallback-page .fallback-page-image{width:240px;height:auto}.fallback-page .fallback-page-heading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.fallback-page .fallback-page-heading h1,.fallback-page .fallback-page-heading h3{text-align:center}.fallback-page .footer-dd-box{width:80px;height:10px;background:url(/volt-embed/img/vortecLogos.19cd4783.svg) 0 0;background-repeat:no-repeat;-webkit-user-drag:none}.fallback-page .developed-by-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.fallback-page .developed-by-box .developed-by-text{font-size:12px;color:#7d8597;line-height:100%}.contact-page{flex-direction:column;gap:16px;max-width:768px;padding:36px 16px;background-color:#fff;flex:1;box-shadow:0 0 10px rgba(0,0,0,.1)}.contact-page,.contact-page .contact-info-wrapper-header{display:flex;justify-content:center;width:100%;margin:0 auto}.contact-page .contact-info-wrapper-header{flex-direction:column;gap:10px;align-items:center;padding-bottom:20px;border-bottom:2px solid #d2d4da}.contact-page .contact-info-wrapper-header .contact-info-wrapper-header-icon{width:48px;height:48px;border-radius:50%;background-color:#019cce;display:flex;align-items:center;justify-content:center;padding-bottom:3px}.contact-page .contact-info-wrapper-header .contact-info-wrapper-header-icon:before{content:"";width:20px;height:10px;border:3px solid #fff;border-top:none;border-right:none;transform:rotate(-50deg)}.contact-page .contact-info-wrapper-box{display:flex;align-items:center;gap:10px}.contact-page .contact-info-wrapper-button{width:-moz-fit-content;width:fit-content;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:linear-gradient(90deg,#39cefe,#014d98 75%);border-radius:16px;margin:0 auto;border:none;outline:none;width:100%;max-width:240px;color:#fff}.contact-page footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin-top:auto}.contact-page footer .footer-volt-box{width:100px;height:28.9px;background:url(/volt-embed/img/voltLogos.3713bfe5.svg) 0 0;background-repeat:no-repeat;-webkit-user-drag:none}.contact-page footer .footer-dd-box{width:80px;height:10px;background:url(/volt-embed/img/vortecLogos.19cd4783.svg) 0 0;background-repeat:no-repeat;-webkit-user-drag:none}.contact-page footer .developed-by-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.contact-page footer .developed-by-box .developed-by-text{font-size:12px;color:#7d8597;line-height:100%}#app{display:flex;flex-grow:1}#app .input-component input{border-radius:16px;background-color:#f5f5f5;border:none}#app .input-component label{background-color:#f5f5f5}#app .textarea-component textarea{border-radius:16px;background-color:#f5f5f5;border:none}#app .textarea-component label{background-color:#f5f5f5}